*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #ffffff;--surface: #ffffff;--surface-alt: #fafafa;--surface-hover: #f4f4f5;--border: #e4e4e7;--border-strong: #d4d4d8;--text: #09090b;--text-secondary:#52525b;--text-muted: #a1a1aa;--text-faint: #d4d4d8;--radius-sm: 4px;--radius: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04)}html,body{background:var(--bg);color:var(--text);font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.5;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font-family:inherit;cursor:pointer}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-strong)}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes rowIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes expandWidth{0%{width:0}}@keyframes scanLine{0%{transform:translate(-100%)}to{transform:translate(400%)}}.fade-up{animation:fadeUp .5s cubic-bezier(.16,1,.3,1) both}.app{max-width:1120px;margin:0 auto;padding:3rem 1.5rem 5rem}.header{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;padding-bottom:2rem;border-bottom:1px solid var(--border);margin-bottom:2rem;overflow:hidden;position:relative}.header-left{flex:1;min-width:0}.header-eyebrow{font-size:.68rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.6rem}.app-title{font-size:clamp(2.4rem,5.5vw,3.75rem);font-weight:700;letter-spacing:-.03em;line-height:1;color:var(--text);margin-bottom:.65rem}.app-subtitle{font-size:.875rem;font-weight:400;color:var(--text-muted)}.header-watermark{font-size:clamp(4.5rem,13vw,9.5rem);font-weight:900;letter-spacing:-.06em;line-height:.85;color:var(--border);-webkit-user-select:none;user-select:none;flex-shrink:0;transition:color .4s ease;position:relative}.header-watermark:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,transparent 40%,rgba(0,0,0,.06) 50%,transparent 60%);animation:scanLine 4s ease-in-out infinite;pointer-events:none}.header:hover .header-watermark{color:var(--border-strong)}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:.75rem}.stat-grid+.stat-grid{margin-bottom:1.25rem}.stat-card{background:var(--surface);padding:1.5rem 1.5rem 1.3rem;transition:background .15s ease;position:relative;overflow:hidden}.stat-card:hover{background:var(--surface-alt)}.stat-label{font-size:.63rem;font-weight:500;letter-spacing:.13em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.65rem}.stat-value{font-size:2rem;font-weight:700;letter-spacing:-.03em;color:var(--text);line-height:1;margin-bottom:.3rem;font-variant-numeric:tabular-nums}.stat-sub{font-size:.78rem;font-weight:400;color:var(--text-muted)}.card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);overflow:hidden;margin-bottom:1.25rem}.card-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border);gap:1rem}.card-title{font-size:.8rem;font-weight:600;letter-spacing:.01em;color:var(--text)}.card-body{padding:1.25rem 1rem .75rem}.chart-legend{display:flex;gap:1rem;align-items:center}.legend-item{display:flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:500;color:var(--text-muted)}.legend-swatch{width:10px;height:10px;border-radius:2px;flex-shrink:0}.chart-tooltip{background:var(--text);border-radius:var(--radius);padding:.6rem .85rem;font-size:.78rem;color:#fff;box-shadow:0 4px 16px #0000002e}.tooltip-player{font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffff80;margin-bottom:.35rem}.tooltip-row{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;margin-top:.2rem;color:#ffffffd9}.tooltip-row strong{color:#fff}.filters-bar{display:flex;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap;align-items:flex-start}.pill-group{display:flex;gap:.35rem;flex-wrap:wrap;flex:1;min-width:0}.player-pill{padding:.28rem .8rem;border-radius:20px;border:1px solid var(--border);background:transparent;color:var(--text-muted);font-size:.75rem;font-weight:500;letter-spacing:.01em;transition:color .14s,border-color .14s,background .14s;white-space:nowrap}.player-pill:hover:not(.active){color:var(--text-secondary);border-color:var(--border-strong)}.player-pill.active{background:var(--text);color:#fff;border-color:var(--text)}.sort-group{display:flex;gap:.3rem;align-items:center;flex-wrap:wrap;flex-shrink:0}.sort-label{font-size:.68rem;font-weight:500;color:var(--text-muted);letter-spacing:.06em;margin-right:.1rem;white-space:nowrap}.sort-btn{padding:.28rem .65rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:transparent;color:var(--text-muted);font-size:.72rem;font-weight:500;transition:color .14s,border-color .14s,background .14s;white-space:nowrap}.sort-btn:hover:not(.active){border-color:var(--border-strong);color:var(--text-secondary)}.sort-btn.active{background:var(--text);color:#fff;border-color:var(--text)}.sort-divider{width:1px;height:18px;background:var(--border);margin:0 .15rem;flex-shrink:0;align-self:center}.toggle-wrap{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.toggle-track{position:relative;width:32px;height:18px;border-radius:9px;border:none;background:var(--border-strong);cursor:pointer;flex-shrink:0;transition:background .2s ease;padding:0}.toggle-track.on{background:var(--text)}.toggle-thumb{position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:transform .2s cubic-bezier(.16,1,.3,1);pointer-events:none}.toggle-track.on .toggle-thumb{transform:translate(14px)}.toggle-label{font-size:.72rem;font-weight:500;color:var(--text-muted);white-space:nowrap}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.deck-table{width:100%;border-collapse:collapse;min-width:560px}.deck-table thead tr{border-bottom:1px solid var(--border)}.deck-table th{padding:.75rem 1.25rem;font-size:.63rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap;background:var(--surface-alt)}.deck-table th.col-left{text-align:left}.deck-table th.col-right{text-align:right}.deck-table tbody tr{border-bottom:1px solid var(--border);animation:rowIn .3s cubic-bezier(.16,1,.3,1) both;transition:background .1s ease}.deck-table tbody tr:last-child{border-bottom:none}.deck-table tbody tr:hover{background:var(--surface-alt)}.deck-table td{padding:.85rem 1.25rem;vertical-align:middle}.td-commander{font-size:.875rem;font-weight:400;color:var(--text)}.commander-cell{display:flex;align-items:center;gap:.65rem}.commander-thumb-wrap{width:44px;height:32px;border-radius:4px;background:var(--surface-alt);border:1px solid var(--border);overflow:hidden;flex-shrink:0}.commander-thumb{width:100%;height:100%;object-fit:cover;object-position:center 15%;display:block}.deck-themes{display:flex;flex-wrap:wrap;gap:.2rem;margin-top:.15rem}.deck-theme{display:inline;font-size:.68rem;font-weight:400;color:var(--text-muted);letter-spacing:.01em}.deck-theme:not(:last-child):after{content:" ·";margin-right:.2rem}.commander-link{color:inherit;text-decoration:none;border-bottom:1px solid var(--border-strong);transition:border-color .15s,color .15s}.commander-link:hover{color:var(--text);border-bottom-color:var(--text)}.player-badge{display:inline-block;font-size:.68rem;font-weight:500;padding:.2rem .6rem;border-radius:var(--radius-sm);background:var(--surface-alt);color:var(--text-secondary);border:1px solid var(--border);white-space:nowrap;letter-spacing:.02em}.td-num{text-align:right;font-size:.875rem;font-weight:400;color:var(--text-secondary);font-variant-numeric:tabular-nums}.num-zero{color:var(--text-faint)}.winbar{display:inline-flex;align-items:center;gap:.6rem;justify-content:flex-end;width:100%}.winbar-track{width:56px;height:3px;background:var(--border);border-radius:2px;overflow:hidden;flex-shrink:0}.winbar-fill{height:100%;background:var(--text);border-radius:2px;animation:expandWidth .6s cubic-bezier(.16,1,.3,1) both}.winbar-pct{font-size:.75rem;font-weight:500;color:var(--text-secondary);min-width:30px;text-align:right;font-variant-numeric:tabular-nums}.win-dash{color:var(--text-faint);font-size:.875rem}.empty-state{padding:3.5rem;text-align:center;color:var(--text-muted);font-size:.875rem;font-weight:400}.table-footer{margin-top:.9rem;font-size:.68rem;font-weight:500;color:var(--text-muted);text-align:right;letter-spacing:.07em;text-transform:uppercase}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;height:100vh}.loading-text{font-size:.72rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);animation:fadeIn .4s ease both}.loading-bar-track{width:120px;height:1px;background:var(--border);border-radius:1px;overflow:hidden;animation:fadeIn .4s ease both}.loading-bar-fill{height:100%;background:var(--text);border-radius:1px;animation:expandWidth 1.4s cubic-bezier(.16,1,.3,1) both;width:70%}@media (max-width: 900px){.stat-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 680px){.app{padding:2rem 1rem 3.5rem}.header{flex-direction:column;align-items:flex-start;gap:0}.header-watermark{display:none}.filters-bar{flex-direction:column;gap:.6rem}.sort-group{width:100%}.card-header{flex-direction:column;align-items:flex-start;gap:.6rem}.deck-table th,.deck-table td{padding:.75rem .9rem}}@media (max-width: 420px){.stat-value{font-size:1.6rem}.stat-card{padding:1.15rem 1.1rem 1rem}}
