*{box-sizing:border-box}
body{font-family:'Inter',sans-serif;background:#f9f9ff;color:#111c2c}
h1,h2,h3,h4{font-family:'IBM Plex Sans',sans-serif}
.ms{font-family:'Material Symbols Outlined';font-weight:normal;font-style:normal;font-size:20px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;vertical-align:middle}
.ms-fill{font-variation-settings:'FILL' 1}
.tab-panel{display:none}.tab-panel.active{display:block}
.modal{display:none}.modal.open{display:flex}
.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
#sidebar{transition:transform .3s ease}
.sidebar-link.active{background:#ff923a22;color:#693300;border-radius:8px}
::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#c3c7cf;border-radius:4px}
.err-msg{color:#ba1a1a;font-size:11px;margin-top:2px}
#settings-panel,#account-panel{position:fixed;top:64px;right:0;width:300px;background:#fff;border-left:1px solid #c3c7cf;height:calc(100vh - 64px);z-index:200;transform:translateX(100%);transition:transform .3s ease;overflow-y:auto}
#account-panel{width:320px}
#settings-panel.open,#account-panel.open{transform:translateX(0)}
#search-results{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #c3c7cf;border-radius:8px;margin-top:4px;box-shadow:0 4px 16px #0002;z-index:9999;display:none;max-height:340px;overflow-y:auto}
#search-results.open{display:block}
#confirm-box{position:fixed;inset:0;background:#0004;z-index:9999;display:none;align-items:center;justify-content:center}
#confirm-box.open{display:flex}
.chart-bar{flex:1;border-radius:3px 3px 0 0;transition:height .5s ease;cursor:pointer;min-width:6px}
.chart-bar:hover{opacity:.75}
#chart-tooltip{position:fixed;background:#002948;color:#fff;font-size:11px;padding:4px 10px;border-radius:6px;pointer-events:none;z-index:9999;display:none;white-space:nowrap}
.won-row{background:#f0fdf4}.lost-row{opacity:.55;background:#fff1f0;text-decoration:line-through}
@keyframes spin{to{transform:rotate(360deg)}}
.spinner{width:20px;height:20px;border:2px solid #d1e4ff;border-top-color:#002948;border-radius:50%;animation:spin .7s linear infinite;display:inline-block}
.cat-tag{display:inline-flex;align-items:center;gap:4px;background:#e7eeff;color:#002948;border-radius:6px;padding:3px 8px;font-size:12px;font-weight:600;cursor:pointer;border:1px solid #c3c7cf}
.cat-tag:hover{background:#d1e4ff}
.cat-tag.selected{background:#002948;color:#fff;border-color:#002948}
.thumb-wrap{position:relative;display:inline-block;cursor:zoom-in;width:42px;height:42px}
.thumb-img{width:42px;height:42px;object-fit:cover;border-radius:8px;border:1px solid #c3c7cf;transition:transform .25s ease,box-shadow .25s ease;transform-origin:center left;background:#f0f3ff;display:block}
.thumb-wrap:hover .thumb-img,.thumb-wrap.locked .thumb-img{transform:scale(3.2);z-index:80;box-shadow:0 8px 24px #0004;position:relative}
.thumb-empty{width:42px;height:42px;border-radius:8px;background:#f0f3ff;border:1px dashed #c3c7cf;display:flex;align-items:center;justify-content:center;color:#c3c7cf}
