:root{--bg: #f2f2f7;--surface: #ffffff;--surface2: #f7f7fa;--border: #d1d1d6;--text: #1c1c1e;--text-muted: #6c6c70;--text-faint: #aeaeb2;--input-bg: #ebebf0;--btn-sec-bg: #e5e5ea;--btn-sec-text: #1c1c1e;--positive: #30d158;--negative: #ff453a;--accent: #0a84ff;--alt-teal: #35b5c4;--alt-sky: #6bb3ff;--alt-navy: #3a5bb5;--alt-periwinkle: #8b9dff}:root[data-theme=dark]{--bg: #1a1a1a;--surface: #1e1e1e;--surface2: #252525;--border: #333333;--text: #e8e8e8;--text-muted: #999999;--text-faint: #555555;--input-bg: #2a2a2a;--btn-sec-bg: #3a3a3a;--btn-sec-text: #e8e8e8;--positive: #32d74b;--negative: #ff6961;--accent: #0a84ff;--alt-teal: #4dc7d6;--alt-sky: #86c4ff;--alt-navy: #5a7cd6;--alt-periwinkle: #a8b6ff}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Public Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;transition:background .2s,color .2s}#root{min-height:100vh;display:flex;flex-direction:column}.app-header{height:44px;background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 16px;gap:12px;flex-shrink:0;position:sticky;top:0;z-index:100}.app-header-title{font-size:14px;font-weight:800;letter-spacing:-.2px}.app-header-version{font-size:12px;color:var(--text-muted)}.app-header-subtitle{font-size:12px;color:var(--text-muted);flex:1;margin-left:12px}.app-header-nav{display:flex;gap:2px;padding:2px;background:var(--input-bg);border-radius:8px;margin-right:4px}.app-header-tab{font-size:12px;font-weight:500;padding:4px 12px;border-radius:6px;border:none;background:transparent;color:var(--text-muted);cursor:pointer;transition:background .15s,color .15s}.app-header-tab:hover{color:var(--text)}.app-header-tab.is-active{background:var(--surface);color:var(--text);box-shadow:0 1px 2px #0000000f}:root[data-theme=dark] .app-header-tab.is-active{background:var(--surface2);box-shadow:none}.game-section{margin-bottom:32px}.game-section+.game-section{border-top:1px solid var(--border);padding-top:24px}.game-section-title{font-size:13px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--text-muted);margin-bottom:12px;display:flex;align-items:baseline;gap:8px}.game-section-count{font-size:12px;font-weight:500;color:var(--text-faint);letter-spacing:0}.link-button{background:none;border:none;color:var(--accent);cursor:pointer;font-size:13px;padding:0 4px;text-decoration:underline}.theme-toggle{width:48px;height:26px;border-radius:13px;background:var(--border);border:none;padding:0;position:relative;cursor:pointer;transition:background .2s;flex-shrink:0}.theme-toggle:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000040;transition:transform .2s}:root[data-theme=dark] .theme-toggle{background:var(--accent)}:root[data-theme=dark] .theme-toggle:after{transform:translate(22px)}main{flex:1;padding:24px 16px;max-width:1200px;width:100%;margin:0 auto}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.empty-state,.loading-state,.error-state{text-align:center;color:var(--text-faint);font-size:13px;padding:64px 16px}.error-state{color:var(--negative)}.game-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:18px;display:flex;flex-direction:column;gap:14px;transition:border-color .15s,transform .15s}.game-card:hover{border-color:var(--text-faint)}.card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.card-game-name{font-size:15px;font-weight:700;letter-spacing:-.2px;line-height:1.2;margin-top:2px}.card-kind-pill{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--text-muted);background:var(--input-bg);padding:2px 6px;border-radius:4px}.card-kind-pill.draw{color:#fff;background:var(--accent)}.stat-sub{color:var(--text-muted);font-weight:500}.progress-bar{display:flex;flex-direction:column;gap:4px}.progress-bar-track{height:6px;background:var(--input-bg);border-radius:3px;overflow:hidden}.progress-bar-fill{height:100%;background:var(--accent);transition:width .3s}.progress-bar-caption{font-size:11px;color:var(--text-muted);line-height:1.4}.ev-chart{display:flex;flex-direction:column;gap:4px}.ev-chart-header{display:flex;justify-content:space-between;align-items:baseline;gap:8px;min-height:2.6em}.ev-chart-title{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.4px;font-weight:600;white-space:nowrap;flex-shrink:0}.ev-chart-sub{font-size:11px;color:var(--text-faint);font-variant-numeric:tabular-nums;text-align:right}.ev-chart-legend{display:flex;flex-wrap:wrap;gap:4px 12px;font-size:10px;color:var(--text-muted);margin-top:4px}.legend-item{display:inline-flex;align-items:center;gap:5px}.legend-swatch{display:inline-block;width:14px;height:2px;border-radius:1px}.legend-swatch.realistic{background:var(--accent);height:2px}.legend-swatch.sole{background:var(--text-muted);height:0;border-top:2px dashed var(--text-muted)}.ev-chart-placeholder{height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:var(--surface2);border:1px dashed var(--border);border-radius:6px;padding:12px 16px;text-align:center}.ev-chart-placeholder-icon{font-size:16px;color:var(--text-faint);letter-spacing:4px}.ev-chart-placeholder-text{font-size:12px;color:var(--text-muted);line-height:1.4;max-width:220px}.card-price-pill{font-size:12px;font-weight:600;color:var(--text-muted);background:var(--input-bg);padding:3px 8px;border-radius:12px;white-space:nowrap;flex-shrink:0}.hero{display:flex;flex-direction:column;align-items:center;padding:12px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.hero-label{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-weight:600;margin-bottom:4px}.hero-value{font-size:44px;font-weight:800;letter-spacing:-1.5px;line-height:1.05;font-variant-numeric:tabular-nums}.hero-value.positive{color:var(--positive)}.hero-value.negative{color:var(--negative)}.hero-sub{font-size:12px;color:var(--text-muted);margin-top:6px;font-variant-numeric:tabular-nums}.stats{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px}.stat-label{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.4px;font-weight:600}.stat-value{font-size:14px;font-weight:600;margin-top:2px;font-variant-numeric:tabular-nums}.card-footer{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:var(--text-faint);gap:8px}.card-footer a{color:var(--text-muted);text-decoration:none}.card-footer a:hover{color:var(--accent)}@media (max-width: 600px){.app-header{padding:0 12px;gap:8px}.app-header-version{display:none}main{padding:16px 12px}.cards-grid{grid-template-columns:1fr;gap:12px}.hero-value{font-size:38px}}
