*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0d1117;--surface:#161b22;--card:#1c2330;--card2:#212938;--border:#21293a;--border2:#2d3f55;--cyan:#38bdf8;--cyan-dim:#0e2d42;--red:#f87171;--red-dim:#3d1515;--green:#4ade80;--green-dim:#0f2d1a;--gold:#fbbf24;--gold-dim:#3a2800;--purple:#a78bfa;--text:#e6edf3;--text2:#8b949e;--text3:#4a5568;--elite:#4ade80;--good:#38bdf8;--avg:#fbbf24;--poor:#f87171;--sidebar-w:64px;--topbar-h:52px}html,body{background:var(--bg);color:var(--text);min-height:100vh;font-family:DM Sans,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:2px}.app-shell{min-height:100vh;display:flex}.sidebar{width:var(--sidebar-w);background:var(--surface);border-right:1px solid var(--border);z-index:100;flex-direction:column;flex-shrink:0;align-items:center;gap:4px;height:100vh;padding:14px 0;display:flex;position:fixed;top:0;left:0}.sidebar-logo{background:var(--cyan);color:#000;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:18px;font-size:13px;font-weight:700;display:flex}.nav-icon{width:40px;height:40px;color:var(--text3);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;text-decoration:none;transition:all .15s;display:flex;position:relative}.nav-icon:hover{background:var(--card);color:var(--text2)}.nav-icon.active{background:var(--cyan-dim);color:var(--cyan)}.nav-icon svg{width:20px;height:20px}.main{margin-left:var(--sidebar-w);flex-direction:column;flex:1;min-width:0;min-height:100vh;display:flex}.topbar{height:var(--topbar-h);background:var(--surface);border-bottom:1px solid var(--border);z-index:50;flex-shrink:0;align-items:center;gap:10px;padding:0 20px;display:flex;position:sticky;top:0}.topbar-title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:14px;font-weight:600;overflow:hidden}.page{width:100%;max-width:1400px;margin:0 auto;padding:20px}.card{background:var(--card);border:1px solid var(--border);border-radius:12px}.card2{background:var(--card2);border:1px solid var(--border);border-radius:8px}.section-label{letter-spacing:1.5px;text-transform:uppercase;color:var(--text3);margin-bottom:12px;font-size:11px;font-weight:600}.rating-elite{color:var(--elite)}.rating-good{color:var(--good)}.rating-avg{color:var(--avg)}.rating-poor{color:var(--poor)}.tab-bar{background:var(--surface);border-radius:8px;flex-wrap:nowrap;gap:2px;padding:3px;display:flex;overflow-x:auto}.tab{cursor:pointer;color:var(--text2);white-space:nowrap;background:0 0;border:none;border-radius:6px;padding:7px 14px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500;transition:all .15s}.tab.active{background:var(--card);color:var(--text)}.tab:hover:not(.active){color:var(--text2);background:var(--border)}.search-dropdown{background:var(--card);border:1px solid var(--border2);z-index:300;border-radius:10px;max-height:300px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden auto;box-shadow:0 16px 48px #000000b3}.search-option{cursor:pointer;border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:8px;padding:10px 14px;transition:background .1s;display:flex}.search-option:hover{background:var(--card2)}.search-option:last-child{border-bottom:none}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000c;justify-content:center;align-items:center;padding:16px;animation:.15s fadeIn;display:flex;position:fixed;inset:0}.modal{background:var(--card);border:1px solid var(--border2);border-radius:16px;width:100%;max-width:520px;max-height:88vh;padding:24px;animation:.2s slideUp;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.stat-bar-track{background:var(--border);border-radius:3px;height:5px;overflow:hidden}.stat-bar-fill{border-radius:3px;height:100%;transition:width .9s cubic-bezier(.4,0,.2,1)}.h2h-track{background:var(--red-dim);border-radius:4px;height:7px;position:relative;overflow:hidden}.h2h-fill{background:var(--cyan);border-radius:4px;height:100%;transition:width .9s;position:absolute;top:0;left:0}.prob-track{border-radius:5px;height:10px;display:flex;overflow:hidden}.table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.table-row{transition:background .1s}.table-row:hover{background:var(--card2)!important}.pitch-bg{background:#0a2a14;border:1px solid #1a4a24;border-radius:8px;position:relative;overflow:hidden}.pitch-dot{border-radius:50%;width:10px;height:10px;position:absolute;transform:translate(-50%,-50%)}@media (max-width:1024px){.page{padding:16px}.compare-grid{grid-template-columns:1fr!important}.compare-center{order:-1}.player-cards-grid{grid-template-columns:1fr 1fr!important}}@media (max-width:768px){:root{--sidebar-w:0px}.sidebar{border-right:none;border-top:1px solid var(--border);flex-direction:row;justify-content:space-around;gap:0;width:100%;height:52px;padding:0 16px;top:auto;bottom:0;left:0}.sidebar-logo,.sidebar .spacer,.sidebar .divider{display:none}.nav-icon{width:44px;height:44px}.main{margin-bottom:52px;margin-left:0}.topbar{padding:0 14px}.page{padding:12px}.player-cards-grid,.compare-grid{grid-template-columns:1fr!important}.search-row{grid-template-columns:1fr!important;gap:12px!important}.vs-divider{display:none!important}.modal{border-radius:12px;padding:18px}}@media (max-width:480px){.page{padding:10px}.topbar-title{font-size:13px}}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.8}}
