@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;800;900&family=Barlow:wght@400;500;600&display=swap";:root{--bg: #080b0f;--surface: #0f1318;--surface2: #161b24;--surface3: #1c2230;--border: #1e2535;--border2: #263045;--accent: #00d4ff;--accent-dim: rgba(0,212,255,.08);--red: #ff3d71;--gold: #ffd600;--green: #00e676;--purple: #b388ff;--orange: #ff9100;--text: #dde4f0;--text2: #8899b0;--font-h: "Barlow Condensed", sans-serif;--font-b: "Barlow", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:125%;zoom:1.25}body{background:var(--bg);color:var(--text);font-family:var(--font-b);min-height:100vh}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}#header{display:flex;align-items:center;padding:0 24px;height:52px;background:#0a0d12;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:200}.logo{font-family:var(--font-h);font-weight:900;font-size:20px;letter-spacing:.12em;text-transform:uppercase;color:var(--text);margin-right:32px}.logo em{color:var(--accent);font-style:normal}.tab-nav{display:flex;gap:2px;align-items:center;height:100%}.tab-btn{font-family:var(--font-h);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:0 16px;height:100%;background:none;border:none;border-bottom:2px solid transparent;color:var(--text2);cursor:pointer;transition:color .15s;display:flex;align-items:center;gap:7px}.tab-btn:hover{color:var(--text)}.tab-btn.active{color:var(--accent);border-bottom-color:var(--accent)}.tab-count{background:var(--surface3);color:var(--text2);font-size:10px;font-weight:700;padding:1px 6px;border-radius:10px}.tab-btn.active .tab-count{background:#00d4ff26;color:var(--accent)}.header-right{margin-left:auto;display:flex;align-items:center;gap:10px}.sync-time{font-size:11px;color:var(--text2)}.btn{font-family:var(--font-h);font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:6px 14px;border-radius:5px;cursor:pointer;transition:all .2s;border:1px solid var(--border2);background:var(--surface2);color:var(--text2)}.btn:hover{border-color:var(--accent);color:var(--accent)}.btn-primary{background:var(--accent);color:#000;border-color:var(--accent)}.btn-primary:hover{background:#3df;border-color:#3df;color:#000}#app{display:flex;height:calc(100vh - 52px)}#sidebar{width:256px;min-width:256px;background:var(--surface);border-right:1px solid var(--border);overflow-y:auto;display:flex;flex-direction:column}.sb-section{padding:16px;border-bottom:1px solid var(--border)}.sb-title{font-family:var(--font-h);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text2);margin-bottom:10px}.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.stat-card{background:var(--surface2);border:1px solid var(--border);border-radius:7px;padding:9px 11px;cursor:pointer;transition:border-color .15s,background .15s;-webkit-user-select:none;user-select:none}.stat-card:hover{border-color:var(--border2);background:var(--surface3)}.stat-card.active{border-color:var(--accent);background:var(--accent-dim)}.stat-card.active .stat-label{color:var(--accent)}.stat-num{font-family:var(--font-h);font-size:22px;font-weight:800;color:var(--text);line-height:1}.stat-label{font-size:9px;color:var(--text2);font-weight:600;margin-top:2px;text-transform:uppercase;letter-spacing:.06em}.sort-row{display:flex;gap:4px;flex-wrap:wrap}.sort-pill{font-family:var(--font-h);font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:4px;cursor:pointer;background:var(--surface2);border:1px solid var(--border);color:var(--text2);transition:all .15s}.sort-pill:hover{border-color:var(--border2);color:var(--text)}.sort-pill.active{border-color:var(--accent);color:var(--accent);background:var(--accent-dim)}.pill-btn{font-family:var(--font-h);font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 12px;border-radius:4px;cursor:pointer;background:var(--surface2);border:1px solid var(--border);color:var(--text2);transition:all .15s;margin-left:auto}.pill-btn:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-dim)}.pill-btn:disabled{opacity:.5;cursor:not-allowed}.disc-link{display:flex;align-items:center;gap:8px;padding:7px 9px;border-radius:6px;font-size:12px;font-weight:500;color:var(--text2);text-decoration:none;cursor:pointer;background:none;border:none;width:100%;text-align:left;transition:background .15s,color .15s;margin-bottom:2px}.disc-link:hover{background:var(--surface2);color:var(--text)}.disc-icon{width:18px;height:18px;border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:10px;flex-shrink:0}#main{flex:1;overflow-y:auto;overflow-x:auto}#rec-section{padding:20px 22px;border-bottom:1px solid var(--border)}.sec-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.sec-title{font-family:var(--font-h);font-size:17px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.sec-sub{font-size:11px;color:var(--text2)}.sec-line{flex:1;height:1px;background:var(--border)}.rec-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(176px,1fr));gap:10px}.rec-card{position:relative;border-radius:8px;overflow:hidden;border:1px solid var(--border);cursor:pointer;transition:transform .2s,box-shadow .2s,border-color .2s;background:var(--surface)}.rec-card:hover{transform:translateY(-3px);box-shadow:0 10px 26px #00000080;border-color:var(--border2)}.rec-art{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;background:var(--surface2)}.rec-overlay{position:absolute;bottom:0;left:0;right:0;padding:22px 10px 10px;background:linear-gradient(to top,rgba(0,0,0,.95) 0%,transparent 100%)}.rec-name{font-family:var(--font-h);font-size:13px;font-weight:700;letter-spacing:.02em;line-height:1.2;margin-bottom:3px}.rec-meta{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.rec-days{font-size:10px;font-weight:700;color:var(--accent);font-family:var(--font-h);letter-spacing:.05em}.rec-out-now{font-size:10px;font-weight:700;color:#4ade80;font-family:var(--font-h);letter-spacing:.05em}.rec-votes-sm{font-size:10px;color:var(--gold);font-weight:600}.badge-new-abs{position:absolute;top:6px;right:6px;background:var(--red);color:#fff;font-family:var(--font-h);font-size:9px;font-weight:700;letter-spacing:.1em;padding:2px 6px;border-radius:3px}.badge-arb-abs{position:absolute;top:6px;left:6px;background:var(--gold);color:#000;font-family:var(--font-h);font-size:9px;font-weight:700;letter-spacing:.08em;padding:2px 6px;border-radius:3px}#list-section{padding:20px 22px}.table-wrap{border-radius:8px;border:1px solid var(--border);min-width:0}table{width:100%;border-collapse:collapse;font-size:14px}thead tr{background:var(--surface2);border-bottom:1px solid var(--border)}th{position:sticky;top:0;z-index:4;background:var(--surface2);font-family:var(--font-h);font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--text2);padding:12px 16px;text-align:left;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none}th:hover{color:var(--text)}tbody tr{background:var(--surface);border-bottom:1px solid var(--border);transition:background .12s}tbody tr:last-child{border-bottom:none}tbody tr:hover,tbody tr:hover td.act-td{background:var(--surface2)}.act-td{position:sticky;right:0;background:var(--surface);z-index:1;box-shadow:-4px 0 8px #00000040;transition:background .12s}thead .act-td{background:var(--surface2);top:0;right:0;z-index:5}tbody tr.hl-new{animation:flashNew 2.5s ease-out forwards}@keyframes flashNew{0%{background:#ff3d7126}to{background:var(--surface)}}td{padding:5px 10px;height:54px;overflow:hidden;vertical-align:middle;white-space:nowrap}.game-cell{display:flex;align-items:center;gap:10px;width:240px;min-width:240px;max-width:240px;min-height:50px}.thumb{width:40px;height:54px;object-fit:cover;object-position:center top;border-radius:3px;border:1px solid var(--border);background:var(--surface2);flex-shrink:0}.thumb-placeholder{width:40px;height:54px;background:var(--surface3);border-radius:3px;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0}.thumb-placeholder-icon{font-size:20px;opacity:.35}.thumb-placeholder-label{font-family:var(--font-h);font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text2);background:#00000059;padding:2px 6px;border-radius:3px;white-space:nowrap}.hc-art-placeholder{width:60px;height:81px;border-radius:5px;border:1px dashed var(--border2);background:var(--surface2);flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.hc-art-placeholder span{font-size:12px;opacity:.3}.hc-art-placeholder small{font-family:var(--font-h);font-size:7px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text2)}.g-name{font-family:var(--font-h);font-size:13px;font-weight:700;letter-spacing:.02em;line-height:1.3;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.g-badges{display:flex;gap:4px;flex-wrap:wrap;margin-top:4px}.badge{font-family:var(--font-h);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:2px 6px;border-radius:3px}.badge-new{background:var(--red);color:#fff}.badge-arb{background:var(--gold);color:#000}.badge-readd{background:var(--purple);color:#fff}.status{font-family:var(--font-h);font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:4px 10px;border-radius:4px;white-space:nowrap}.rv-card{grid-column:span 2;background:var(--surface2);border:1px solid var(--border);border-radius:6px;padding:8px 10px;border-left:3px solid var(--rv-tone, var(--border2))}.rv-card-empty{display:flex;flex-direction:column;gap:6px;justify-content:center}.rv-empty-note{font-size:11px;color:var(--text2)}.rv-head{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap;margin-bottom:7px}.rv-pct{font-family:var(--font-h);font-size:20px;font-weight:800;line-height:1}.rv-desc{font-family:var(--font-h);font-size:12px;font-weight:700;letter-spacing:.03em}.rv-total{font-size:10px;color:var(--text2);margin-left:auto;white-space:nowrap}.rv-bars{display:flex;flex-direction:column;gap:4px}.rv-bar-row{display:flex;align-items:center;gap:7px}.rv-bar-label{font-size:9px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text2);width:48px;flex-shrink:0}.rv-bar-bg{flex:1;height:6px;border-radius:3px;background:var(--surface3);overflow:hidden}.rv-bar-fill{height:100%;border-radius:3px;transition:width .3s}.rv-bar-num{font-family:var(--font-h);font-size:11px;font-weight:800;width:32px;text-align:right;flex-shrink:0}.rv-shift{margin-top:6px;font-size:10px;color:var(--text2)}.row-select{cursor:pointer}tr.row-select:hover>td{background:var(--surface2)}.m-card.row-select:active{background:var(--surface2)}.gd-modal{max-width:620px;max-height:88vh;overflow-y:auto}.gd-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px 14px;margin-bottom:12px}.gd-row{display:flex;align-items:center;gap:8px;min-height:24px;border-bottom:1px solid var(--border);padding:3px 0}.gd-row-label{font-family:var(--font-h);font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--text2);flex-shrink:0;width:92px}.gd-row-val{font-size:12px;color:var(--text);min-width:0}.health-pill{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:27px;min-width:76px;padding:3px 11px;border-radius:999px;cursor:pointer;white-space:nowrap;font-family:var(--font-h);font-size:13px;font-weight:800;letter-spacing:.03em;background:var(--surface2);border:1px solid var(--border2);color:var(--text2);transition:border-color .12s,background .12s}.health-pill:hover{background:var(--surface3)}.health-pill:focus-visible{outline:none;box-shadow:0 0 0 2px var(--accent)}.health-pill-dot{width:15px;height:17px;flex-shrink:0;position:relative;border-radius:0;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);background:radial-gradient(circle at 50% 44%,var(--gem-light, var(--tier-color)) 0 33%,transparent 33%),conic-gradient(from 200deg at 50% 50%,var(--gem-mid, var(--tier-color)) 0 60deg,var(--gem-dark, var(--tier-color)) 60deg 120deg,var(--gem-mid, var(--tier-color)) 120deg 180deg,var(--gem-light, var(--tier-color)) 180deg 240deg,var(--gem-mid, var(--tier-color)) 240deg 300deg,var(--gem-dark, var(--tier-color)) 300deg 360deg)}.tier-none .health-pill-dot{border-radius:50%;clip-path:none;width:8px;height:8px;background:var(--border2)}.health-pill.tier-diamond.tier-diamond,.hc-stat.hc-stat-tier.tier-diamond.tier-diamond{border-color:transparent}.health-pill.tier-diamond:before,.hc-stat.hc-stat-tier.tier-diamond:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;pointer-events:none;z-index:2;background:linear-gradient(95deg,#ff5e9e,#ffc440,#70ffa8,#40d6ff,#b284ff,#ff5e9e);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.health-pill.tier-diamond .health-pill-dot{background:radial-gradient(circle at 50% 44%,rgba(255,255,255,.88) 0 31%,transparent 31%),conic-gradient(from 200deg at 50% 50%,#ff5e9e 0,#ff5e9e 60deg,#ffc440 60deg,#ffc440 120deg,#70ffa8 120deg,#70ffa8 180deg,#40d6ff 180deg,#40d6ff 240deg,#8f7bff 240deg,#8f7bff 300deg,#e56bff 300deg,#e56bff 360deg)}.health-pill.tier-danger .health-pill-dot{clip-path:polygon(50% 0,100% 25%,100% 44%,70% 52%,100% 61%,100% 75%,50% 100%,0 75%,15% 60%,0 50%,0 25%);background:linear-gradient(64deg,transparent 0 46%,rgba(70,0,20,.9) 46% 51%,transparent 51%),linear-gradient(114deg,transparent 0 68%,rgba(70,0,20,.7) 68% 72%,transparent 72%),radial-gradient(circle at 48% 43%,var(--gem-light) 0 28%,transparent 28%),conic-gradient(from 200deg at 50% 50%,var(--gem-mid) 0 60deg,var(--gem-dark) 60deg 120deg,var(--gem-mid) 120deg 180deg,var(--gem-light) 180deg 240deg,var(--gem-mid) 240deg 300deg,var(--gem-dark) 300deg 360deg)}.health-pill.tier-danger .health-pill-dot:after{content:"";position:absolute;right:0;bottom:1px;width:4px;height:5px;transform:rotate(20deg);clip-path:polygon(50% 0,100% 40%,66% 100%,0 58%);background:linear-gradient(120deg,var(--gem-mid) 0 52%,var(--gem-dark) 52%)}.health-pill-label{line-height:1}.tier-danger{--tier-color: #ff5147;--tier-line: rgba(255,61,48,.62);--tier-a: rgba(255,61,48,.13);--tier-b: rgba(255,61,48,.32);--tier-glow: 0 0 10px rgba(255,61,48,.2);--gem-light: #ff7b6b;--gem-mid: #ef1b18;--gem-dark: #8a0208}.tier-bronze{--tier-color: #e0a163;--tier-line: rgba(205,127,50,.45);--tier-a: rgba(205,127,50,.1);--tier-b: rgba(205,127,50,.26);--tier-glow: none;--gem-light: #f3c894;--gem-mid: #cd7f32;--gem-dark: #7d4a18}.tier-silver{--tier-color: #ccd7e4;--tier-line: rgba(170,184,200,.45);--tier-a: rgba(170,184,200,.1);--tier-b: rgba(170,184,200,.28);--tier-glow: none;--gem-light: #f2f6fb;--gem-mid: #b9c6d6;--gem-dark: #6f7d8f}.tier-gold{--tier-color: #ffd600;--tier-line: rgba(255,214,0,.45);--tier-a: rgba(255,214,0,.1);--tier-b: rgba(255,214,0,.28);--tier-glow: 0 0 9px rgba(255,214,0,.13);--gem-light: #fff3a8;--gem-mid: #ffd600;--gem-dark: #a37f00}.tier-platinum{--tier-color: #2ee6c5;--tier-line: rgba(46,230,197,.5);--tier-a: rgba(46,230,197,.12);--tier-b: rgba(46,230,197,.32);--tier-glow: 0 0 11px rgba(46,230,197,.18);--gem-light: #b8fff0;--gem-mid: #2ee6c5;--gem-dark: #12806c}.tier-diamond{--tier-color: #f0e6ff;--tier-line: rgba(179,136,255,.7);--tier-a: rgba(179,136,255,.16);--tier-b: rgba(226,199,255,.4);--tier-glow: 0 0 16px rgba(179,136,255,.34);--sheen: linear-gradient(115deg, transparent 38%, rgba(236,224,255,.45) 50%, transparent 62%);--sheen-speed: 4s;--gem-light: #efe0ff;--gem-mid: #b287f5;--gem-dark: #5f34ad}.tier-platinum.health-pill,.hc-stat.hc-stat-tier.tier-platinum,.tier-diamond.health-pill,.hc-stat.hc-stat-tier.tier-diamond{position:relative;overflow:hidden;isolation:isolate}.tier-platinum.health-pill:after,.hc-stat.hc-stat-tier.tier-platinum:after,.tier-diamond.health-pill:after,.hc-stat.hc-stat-tier.tier-diamond:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;background:var(--sheen);transform:translate(-130%);animation:tier-sheen var(--sheen-speed, 4.2s) ease-in-out infinite}.tier-platinum.health-pill,.hc-stat.hc-stat-tier.tier-platinum{--sheen: linear-gradient(115deg, transparent 38%, rgba(226,255,250,.45) 50%, transparent 62%);--sheen-speed: 4.6s}.tier-stars{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:3}.tier-stars i{position:absolute;width:7px;height:7px;background:#fff;opacity:0;clip-path:polygon(50% 0%,58% 42%,100% 50%,58% 58%,50% 100%,42% 58%,0% 50%,42% 42%);animation:star-blink 2.6s ease-in-out infinite}.tier-stars i:nth-child(1){top:8%;left:14%}.tier-stars i:nth-child(2){top:52%;left:55%;width:5px;height:5px;animation-delay:.85s}.tier-stars i:nth-child(3){top:16%;left:80%;width:6px;height:6px;animation-delay:1.7s}@keyframes star-blink{0%,to{opacity:0;transform:scale(.35) rotate(0)}45%{opacity:1;transform:scale(1) rotate(35deg)}70%{opacity:.2;transform:scale(.7) rotate(55deg)}}@keyframes tier-sheen{0%,62%{transform:translate(-130%)}to{transform:translate(130%)}}@media (prefers-reduced-motion: reduce){.tier-platinum.health-pill:after,.hc-stat.hc-stat-tier.tier-platinum:after,.tier-diamond.health-pill:after,.hc-stat.hc-stat-tier.tier-diamond:after,.tier-stars i{animation:none}.tier-platinum.health-pill:after,.hc-stat.hc-stat-tier.tier-platinum:after,.tier-diamond.health-pill:after,.hc-stat.hc-stat-tier.tier-diamond:after{opacity:0}.tier-stars i{opacity:.85;transform:scale(1)}}.tier-none{--tier-color: var(--border2);--tier-line: var(--border2);--tier-a: transparent;--tier-b: transparent;--tier-glow: none}.health-pill.tier-danger,.health-pill.tier-bronze,.health-pill.tier-silver,.health-pill.tier-gold,.health-pill.tier-platinum,.health-pill.tier-diamond{border-color:var(--tier-line);color:var(--tier-color);background:linear-gradient(100deg,var(--tier-a),var(--tier-b) 45%,var(--tier-a));box-shadow:var(--tier-glow)}.health-pill.tier-none{opacity:.5}.hc-stat.hc-stat-tier{border-color:var(--tier-line);background:linear-gradient(100deg,var(--tier-a),var(--tier-b) 45%,var(--tier-a));box-shadow:var(--tier-glow)}.hc-stat-tier .hc-stat-val{color:var(--tier-color)}.hc-stat-tier .hc-stat-label{color:var(--tier-color);opacity:.75}.hc-tier-name{display:inline-flex;align-items:center;gap:4px;color:var(--tier-color);font-weight:700}.hc-tier-dot{width:7px;height:7px;border-radius:50%;background:var(--tier-color);flex-shrink:0}.health-legend{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-left:auto}.health-legend-item{display:inline-flex;align-items:center;gap:4px;font-family:var(--font-h);font-size:10px;font-weight:700;letter-spacing:.06em;color:var(--text2);white-space:nowrap}.health-legend-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.status-btn{cursor:pointer;transition:filter .12s,box-shadow .12s}.status-btn:hover{filter:brightness(1.35)}.status-btn:focus-visible{outline:none;box-shadow:0 0 0 2px var(--accent)}.status-survey{background:#b388ff26;color:var(--purple);border:1px solid rgba(179,136,255,.3)}.status-active{background:#00e6761f;color:var(--green);border:1px solid rgba(0,230,118,.3)}.status-shortlist{background:#ff91001f;color:var(--orange);border:1px solid rgba(255,145,0,.3)}.status-retired{background:#6464641a;color:#555;border:1px solid #2a2a2a}.buzz-wrap{display:flex;align-items:center;gap:8px}.buzz-bar-bg{width:64px;height:6px;background:var(--border);border-radius:3px;overflow:hidden;flex-shrink:0}.buzz-bar-fill{height:100%;border-radius:3px}.buzz-num{font-family:var(--font-h);font-size:17px;font-weight:800;min-width:30px}.mc-wrap{display:flex;align-items:center;gap:5px}.mc-score{font-family:var(--font-h);font-size:14px;font-weight:800;width:36px;height:27px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;border:2px solid;flex-shrink:0}.mc-green{background:#5ef08a29;color:#5ef08a;border-color:#5ef08a}.mc-yellow{background:#ffc93c29;color:#ffc93c;border-color:#ffc93c}.mc-red{background:#ff4d5e29;color:#ff4d5e;border-color:#ff4d5e}.mc-tbd{background:var(--surface2);color:var(--text2);border-color:var(--border2);font-size:10px}.mc-user{font-family:var(--font-h);font-size:12px;font-weight:800;width:32px;height:23px;border-radius:3px;display:inline-flex;align-items:center;justify-content:center;border:1px solid;flex-shrink:0}.mc-user-green{background:#5ef08a21;color:#5ef08a;border-color:#5ef08a6b}.mc-user-yellow{background:#ffc93c21;color:#ffc93c;border-color:#ffc93c6b}.mc-user-red{background:#ff4d5e21;color:#ff4d5e;border-color:#ff4d5e6b}.mc-user-tbd{background:var(--surface2);color:#333;border-color:var(--border);font-size:9px}.mc-conflict{display:inline-flex;align-items:flex-end;justify-content:center;width:15px;height:13px;flex-shrink:0;padding:0 0 1px;clip-path:polygon(50% 0,100% 100%,0 100%);background:#ff6f9f;color:#2b0a16;border:none;border-radius:0;font-family:var(--font-h);font-size:9px;font-weight:800;line-height:1}.mc-divider{color:#2a3040;font-size:11px}.plat-list{display:flex;gap:4px;flex-wrap:wrap}.plat{font-family:var(--font-h);font-size:10px;font-weight:700;letter-spacing:.05em;padding:3px 7px;border-radius:3px;color:#fff}.gp-yes{display:inline-flex;align-items:center;gap:4px;background:#107c1026;border:1px solid #107c10;color:#4caf50;font-family:var(--font-h);font-size:11px;font-weight:700;padding:3px 9px;border-radius:4px}.gp-no{color:#2a3040;font-size:12px}.art-state{font-family:var(--font-h);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:4px;cursor:pointer;border:1px solid;transition:all .15s;white-space:nowrap}.art-none{background:transparent;color:#333;border-color:#222}.art-pre{background:#00d4ff1a;color:var(--accent);border-color:#00d4ff66}.art-available{background:#00e6761f;color:var(--green);border-color:#00e67666}.votes-cell{display:flex;align-items:center;gap:6px;cursor:pointer}.votes-num{font-family:var(--font-h);font-size:18px;font-weight:800;color:var(--gold)}.votes-chev{font-size:10px;color:var(--text2);transition:transform .2s}.votes-chev.open{transform:rotate(180deg)}.survey-on{color:var(--gold);font-family:var(--font-h);font-size:13px;font-weight:700}.survey-off{color:#252c3a;font-size:13px}.src-tag{font-family:var(--font-h);font-size:10px;font-weight:700;letter-spacing:.06em;padding:3px 8px;border-radius:3px;background:var(--surface3);color:var(--text2);border:1px solid var(--border)}.date-main{font-size:13px;color:var(--text)}.date-days{font-size:11px;color:var(--accent);font-weight:600}.date-out-now{font-size:11px;color:#4ade80;font-weight:700}.date-track{font-size:11px;color:var(--purple);font-style:italic}.drill-row td{padding:0}.drill-inner{padding:10px 13px 10px 98px;display:flex;gap:14px;flex-wrap:wrap;background:#090d12;border-top:1px solid var(--border)}.drill-item{display:flex;align-items:center;gap:7px}.drill-name{font-size:11px;color:var(--text2);font-weight:600}.drill-bar-bg{width:48px;height:3px;background:var(--border);border-radius:2px;overflow:hidden}.drill-bar-fill{height:100%;border-radius:2px;background:var(--gold)}.drill-votes{font-family:var(--font-h);font-size:13px;font-weight:700;color:var(--text)}.act-wrap{display:flex;gap:5px;flex-wrap:nowrap;align-items:center;overflow:visible}.btn-sm{font-family:var(--font-h);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:5px 12px;border-radius:4px;cursor:pointer;transition:all .2s;border:1px solid;background:transparent;white-space:nowrap}.btn-add{border-color:var(--accent);color:var(--accent)}.btn-add:hover{background:var(--accent);color:#000}.btn-add:disabled{opacity:.3;cursor:not-allowed}.btn-hype{border-color:var(--border2);color:var(--text2)}.btn-hype:hover{border-color:var(--gold);color:var(--gold)}.btn-status{border-color:var(--border2);color:var(--text2)}.btn-status:hover{border-color:var(--orange);color:var(--orange)}#modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000c7;z-index:500;display:none;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}#modal-overlay.open{display:flex}#modal{background:var(--surface);border:1px solid var(--border2);border-radius:12px;width:660px;max-width:95vw;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 64px #000000b3}.modal-head{padding:16px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:14px}.modal-art{width:60px;height:81px;object-fit:cover;object-position:center top;border-radius:5px;border:1px solid var(--border);flex-shrink:0}.modal-title{font-family:var(--font-h);font-size:19px;font-weight:800;letter-spacing:.04em}.modal-sub{font-size:11px;color:var(--text2);margin-top:2px}.modal-close{margin-left:auto;background:none;border:none;color:var(--text2);font-size:18px;cursor:pointer;padding:4px 8px;border-radius:4px}.modal-close:hover{color:var(--text);background:var(--surface2)}.modal-body{padding:18px 20px;overflow-y:auto;flex:1}.m-section-title{font-family:var(--font-h);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text2);margin:0 0 10px;padding-bottom:6px;border-bottom:1px solid var(--border)}.m-section-title:not(:first-child){margin-top:18px}.hype-links{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:4px}.hype-link{display:inline-flex;align-items:center;gap:5px;padding:6px 11px;border-radius:6px;background:var(--surface2);border:1px solid var(--border2);color:var(--text2);text-decoration:none;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s;white-space:nowrap}.hype-link:hover{border-color:var(--accent);color:var(--accent)}.survey-detail-card{background:var(--surface2);border:1px solid var(--border);border-radius:7px;padding:12px;margin-bottom:4px}.survey-total{font-family:var(--font-h);font-size:26px;font-weight:800;color:var(--gold);line-height:1;margin-bottom:8px}.lab-row{display:flex;align-items:center;gap:8px;margin-bottom:5px}.lab-name{font-size:12px;color:var(--text2);width:90px}.lab-bar-bg{flex:1;height:4px;background:var(--border);border-radius:2px;overflow:hidden}.lab-bar-fill{height:100%;border-radius:2px;background:var(--gold)}.lab-v{font-family:var(--font-h);font-size:13px;font-weight:700;width:36px;text-align:right}.readd-form{background:var(--surface2);border:1px solid var(--border);border-radius:7px;padding:13px}.readd-label{font-family:var(--font-h);font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--text2);margin-bottom:6px;display:block}.readd-input{background:var(--surface);border:1px solid var(--border2);color:var(--text);font-family:var(--font-b);font-size:13px;padding:8px 11px;border-radius:5px;width:100%;outline:none}.readd-input:focus{border-color:var(--accent)}.status-options{display:flex;flex-direction:column;gap:6px}.status-opt{display:flex;align-items:center;gap:12px;padding:11px 13px;border-radius:7px;cursor:pointer;background:var(--surface2);border:1px solid var(--border);transition:border-color .15s}.status-opt:hover{border-color:var(--border2)}.status-opt-label{font-family:var(--font-h);font-size:14px;font-weight:700;letter-spacing:.04em}.status-opt-desc{font-size:11px;color:var(--text2);margin-top:1px}#toast{position:fixed;bottom:26px;right:26px;background:var(--surface2);border:1px solid var(--green);color:var(--green);font-family:var(--font-h);font-size:13px;font-weight:700;letter-spacing:.05em;padding:10px 16px;border-radius:7px;z-index:999;opacity:0;transform:translateY(10px);transition:all .25s;pointer-events:none}#toast.show{opacity:1;transform:translateY(0)}#toast.warn{border-color:var(--orange);color:var(--orange)}.url-art-tool{display:flex;flex-direction:column;gap:7px}.url-art-input{width:100%;background:var(--surface2);border:1px solid var(--border2);color:var(--text);font-family:var(--font-b);font-size:11px;padding:8px 10px;border-radius:5px;outline:none}.url-art-input:focus{border-color:var(--accent)}.url-art-input::placeholder{color:var(--text2)}.url-art-btn{width:100%;font-family:var(--font-h);font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:8px 14px;border-radius:5px;cursor:pointer;background:var(--surface2);border:1px solid var(--border2);color:var(--text2);transition:all .2s}.url-art-btn:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-dim)}.url-art-apply-btn{border-color:var(--green);color:var(--green)}.url-art-apply-btn:hover{background:#00e6761f;border-color:var(--green);color:var(--green)}.url-art-status{font-size:11px;color:var(--text2);min-height:14px}.url-art-preview{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:6px;border:1px solid var(--border2);background:var(--surface2)}.url-art-apply-row{display:flex;gap:6px;align-items:center}.url-art-select{flex:1;background:var(--surface2);border:1px solid var(--border2);color:var(--text);font-family:var(--font-b);font-size:11px;padding:7px 8px;border-radius:5px;outline:none}.url-art-select:focus{border-color:var(--accent)}.url-art-hint{font-size:10px;color:#4a5870;line-height:1.6;padding:7px 9px;background:var(--surface2);border-radius:5px;border:1px solid var(--border)}.url-art-hint em{font-style:normal;color:var(--text2)}.empty{padding:44px 20px;text-align:center;color:var(--text2);font-family:var(--font-h);font-size:14px;letter-spacing:.06em;text-transform:uppercase}.spinner{width:14px;height:14px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .6s linear infinite;display:inline-block;vertical-align:middle;margin-right:6px}@keyframes spin{to{transform:rotate(360deg)}}#menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;border-radius:6px;background:none;border:1px solid var(--border);cursor:pointer;flex-shrink:0;margin-right:10px}#menu-toggle span{display:block;width:16px;height:2px;background:var(--text2);border-radius:2px;transition:all .2s}#menu-toggle:hover span{background:var(--text)}#sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:140;opacity:0;pointer-events:none;transition:opacity .25s}#sidebar-overlay.active{opacity:1;pointer-events:all}#mobile-list{display:none;margin-top:12px}.m-card{display:flex;background:var(--surface);border:1px solid var(--border);border-radius:8px;overflow:hidden;margin-bottom:8px;transition:border-color .15s}.m-card:hover{border-color:var(--border2)}.m-card-art{width:110px;min-width:110px;object-fit:cover;background:var(--surface2);align-self:stretch}.m-card-art-empty{width:110px;min-width:110px;background:var(--surface2);display:flex;align-items:center;justify-content:center;font-size:22px;opacity:.25}.m-card-body{flex:1;padding:10px 12px;display:flex;flex-direction:column;gap:6px;min-width:0}.m-card-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.m-card-title{font-family:var(--font-h);font-size:15px;font-weight:700;letter-spacing:.02em;line-height:1.2}.m-card-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.m-card-actions{display:flex;gap:5px;flex-wrap:wrap;margin-top:2px}@media (max-width: 900px){.thumb{width:40px;height:54px}.thumb-placeholder{width:40px;height:54px;background:var(--surface3);border-radius:3px;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0}}@media (max-width: 768px){html{zoom:1;font-size:100%}#header{padding:0 10px;gap:4px}.logo{font-size:15px;margin-right:8px;flex-shrink:0}.sync-time{display:none}#menu-toggle{display:flex}.tab-nav{overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.tab-nav::-webkit-scrollbar{display:none}.tab-btn{padding:0 10px;font-size:11px;flex-shrink:0}.tab-count{display:none}#sidebar{position:fixed;left:-290px;top:52px;height:calc(100vh - 52px);width:280px;min-width:280px;z-index:150;transition:left .26s cubic-bezier(.4,0,.2,1);box-shadow:6px 0 32px #000000b3}#sidebar.open{left:0}#sidebar-overlay{display:block}#app{height:calc(100vh - 52px)}#main{width:100%;min-width:0}#rec-section,#list-section,#health-section,#art-section{padding:12px}.rec-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px}.table-wrap{display:none}#mobile-list{display:block}.health-grid{grid-template-columns:1fr}.hc-body{grid-template-columns:repeat(3,1fr)}.health-legend{display:none}.ap-wrap{max-width:100%}.ap-input-row{flex-direction:column}.ap-btn{width:100%}#modal{max-height:92vh}.modal-head{padding:12px 14px;gap:10px}.modal-art{width:46px;height:62px}.modal-title{font-size:15px}.modal-body{padding:14px}#toast{bottom:14px;right:14px;left:14px;text-align:center}.sec-head{flex-wrap:wrap;gap:6px}.sec-sub{display:none}}@media (max-width: 480px){.logo em{display:none}.rec-grid{grid-template-columns:repeat(2,1fr)}.m-card-art,.m-card-art-empty{width:88px;min-width:88px}.hc-body{grid-template-columns:repeat(2,1fr)}}#health-section{padding:20px 22px;display:none}#health-section.visible{display:block}#art-section{padding:20px 22px;display:none}#art-section.visible{display:block}.ap-wrap{max-width:760px}.ap-tabs{display:flex;gap:0;margin-bottom:20px;border:1px solid var(--border);border-radius:8px;overflow:hidden}.ap-tab{flex:1;background:var(--surface);border:none;padding:11px 16px;font-family:var(--font-h);font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--text2);cursor:pointer;transition:all .15s}.ap-tab:not(:last-child){border-right:1px solid var(--border)}.ap-tab.active-steam{background:#1b9aff1f;color:#1b9aff}.ap-tab.active-xbox{background:#107c101f;color:#4ec94e}.ap-tab.active-nintendo{background:#e600121f;color:#f45}.ap-panel{display:none}.ap-panel.active{display:block}.ap-input-row{display:flex;gap:10px;margin-bottom:10px}.ap-input{flex:1;background:var(--surface2);border:1px solid var(--border);border-radius:6px;padding:10px 14px;color:var(--text);font-family:var(--font-b);font-size:14px;outline:none;transition:border-color .2s}.ap-input:focus{border-color:var(--accent)}.ap-btn{font-family:var(--font-h);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:10px 18px;border-radius:6px;border:none;cursor:pointer;white-space:nowrap;transition:filter .15s}.ap-btn-steam{background:#1b9aff;color:#fff}.ap-btn-xbox{background:#107c10;color:#fff}.ap-btn-nintendo{background:#e60012;color:#fff}.ap-btn:hover{filter:brightness(1.15)}.ap-hint{font-size:12px;color:var(--text2);margin-bottom:12px}.ap-hint a{color:var(--accent);text-decoration:none}.ap-chips{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:18px}.ap-chip{background:var(--surface);border:1px solid var(--border);border-radius:100px;padding:5px 13px;font-size:12px;cursor:pointer;color:var(--text2);-webkit-user-select:none;user-select:none;transition:all .15s}.ap-chip.active-steam{background:#1b9aff1f;border-color:#1b9aff;color:#1b9aff}.ap-chip.active-xbox{background:#107c101f;border-color:#4ec94e;color:#4ec94e}.ap-chip.active-nintendo{background:#e600121f;border-color:#f45;color:#f45}.ap-art-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden;margin-bottom:16px;animation:fadeInUp .3s ease both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ap-art-card img{width:100%;display:block}.ap-art-footer{padding:12px 16px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border);gap:10px;flex-wrap:wrap}.ap-art-label{font-family:var(--font-h);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--text2)}.ap-art-dims{font-size:11px;color:var(--accent);margin-top:3px}.ap-art-dims.xbox{color:#4ec94e}.ap-art-dims.nintendo{color:#f45}.ap-art-actions{display:flex;gap:7px;flex-wrap:wrap}.ap-act-btn{background:transparent;border:1px solid var(--border);border-radius:5px;padding:5px 11px;font-size:11px;font-family:var(--font-h);font-weight:700;letter-spacing:.05em;color:var(--text);cursor:pointer;transition:all .15s}.ap-act-btn:hover{background:var(--border)}.ap-act-btn.steam:hover{border-color:#1b9aff;color:#1b9aff}.ap-act-btn.xbox:hover{border-color:#4ec94e;color:#4ec94e}.ap-act-btn.nintendo:hover{border-color:#f45;color:#f45}.ap-msg{padding:16px;border-radius:8px;font-size:13px;text-align:center;margin-top:8px;animation:fadeInUp .3s ease}.ap-msg.error{background:#ff505014;border:1px solid rgba(255,80,80,.25);color:#ff7070}.ap-msg.loading{background:var(--surface);border:1px solid var(--border);color:var(--text2)}.health-filters{display:flex;gap:6px;margin-bottom:18px;flex-wrap:wrap;align-items:center}.health-filter-label{font-family:var(--font-h);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text2);margin-right:4px}.hf-pill{font-family:var(--font-h);font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 12px;border-radius:4px;cursor:pointer;background:var(--surface2);border:1px solid var(--border);color:var(--text2);transition:all .15s}.hf-pill:hover{border-color:var(--border2);color:var(--text)}.hf-pill.active{border-color:var(--accent);color:var(--accent);background:var(--accent-dim)}.health-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px}.health-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden;transition:border-color .2s,box-shadow .2s}.health-card:hover{border-color:var(--border2);box-shadow:0 6px 24px #0006}.health-card.flagged{border-color:#ff910066}.health-card.healthy{border-color:#00e67640}.hc-top{display:flex;align-items:center;gap:12px;padding:12px 14px}.hc-art{width:60px;height:81px;object-fit:cover;object-position:center top;border-radius:5px;border:1px solid var(--border);flex-shrink:0;background:var(--surface2)}.hc-info{flex:1;min-width:0}.hc-title{font-family:var(--font-h);font-size:15px;font-weight:700;letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hc-meta{display:flex;gap:6px;align-items:center;margin-top:3px;flex-wrap:wrap}.hc-trend-line{display:inline-flex;align-items:center;gap:4px;flex-wrap:wrap}.hc-trend-sep{color:var(--border2)}.hc-body{padding:0 14px 14px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.hc-stat{background:var(--surface2);border:1px solid var(--border);border-radius:6px;padding:8px 10px}.hc-stat-label{font-family:var(--font-h);font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text2);margin-bottom:4px}.hc-stat-val{font-family:var(--font-h);font-size:16px;font-weight:800;line-height:1}.hc-stat-sub{font-size:10px;color:var(--text2);margin-top:2px}.hc-footer{padding:10px 14px;border-top:1px solid var(--border);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hc-source-badge{font-family:var(--font-h);font-size:9px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:3px 8px;border-radius:3px}.hc-source-steam{background:#4755694d;color:#94a3b8;border:1px solid #2d3748}.hc-source-xbox{background:#107c1033;color:#4ade80;border:1px solid rgba(16,124,16,.4)}.hc-source-external{background:#00d4ff24;color:var(--accent);border:1px solid rgba(0,212,255,.35)}.hc-source-nintendo{background:#e4000f26;color:#f87171;border:1px solid rgba(228,0,15,.3)}.hc-source-pc{background:#4755694d;color:#94a3b8;border:1px solid #2d3748}.btn-ext{font-family:var(--font-h);font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:4px;cursor:pointer;transition:all .2s;border:1px solid var(--border2);color:var(--text2);background:transparent;text-decoration:none;display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.btn-ext:hover{border-color:var(--accent);color:var(--accent)}.btn-ext-green:hover{border-color:var(--green);color:var(--green)}.btn-ext-gold:hover{border-color:var(--gold);color:var(--gold)}.trend-up{color:var(--green)}.trend-down{color:var(--red)}.trend-flat{color:var(--text2)}.ccu-live{font-family:var(--font-h);font-size:16px;font-weight:800;color:var(--accent)}.ccu-est{font-family:var(--font-h);font-size:16px;font-weight:800;color:var(--gold)}.ccu-peak{font-family:var(--font-h);font-size:16px;font-weight:800;color:var(--text)}.ccu-na,.ccu-none{font-size:11px;color:#333;font-style:italic}.health-legend{display:flex;gap:14px;align-items:center;margin-left:auto}.legend-item{display:flex;align-items:center;gap:5px;font-size:11px;color:var(--text2)}.legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}#root{height:100%}.btn-added{border-color:var(--green);color:var(--green)}tbody tr{height:auto}.btn-remove{border-color:var(--red);color:var(--red);opacity:.7;font-size:11px;padding:2px 7px}.btn-remove:hover{opacity:1;background:#ff3c3c1f}.rating-box{display:inline-block;text-align:center;font-size:11px;color:var(--text2);border:1px solid var(--border2);border-radius:3px;padding:1px 5px;white-space:nowrap}.health-cell{display:inline-flex;flex-direction:row;align-items:center;gap:8px}.health-peak{font-family:var(--font-h);font-size:11px;font-weight:700;letter-spacing:.03em;color:var(--text2);white-space:nowrap}.health-peak-unit{font-weight:400;opacity:.7}.health-stamp-stale .health-peak-unit{color:var(--warn, #ffd600);opacity:1}.hc-stat.hc-stat-players{grid-column:span 2}.hc-players{display:flex;align-items:baseline;gap:22px}.hc-player{display:flex;align-items:baseline;gap:6px}.hc-player-val{font-family:var(--font-h);font-size:20px;font-weight:800;line-height:1;color:var(--tier-color)}.hc-player-unit{font-family:var(--font-h);font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text2)}.fac-list{display:flex;flex-wrap:wrap;gap:3px;row-gap:3px;min-width:200px;max-width:268px;max-height:38.2px;overflow:hidden;align-content:flex-start}.fac-chip{font-size:10px;font-weight:700;padding:2px 5px;border-radius:3px;background:#4d9ef71f;color:var(--accent);border:1px solid rgba(77,158,247,.25);flex-shrink:0;white-space:nowrap}.disc-icon{overflow:hidden;background:none;border-radius:3px}.disc-icon img{width:16px;height:16px;display:block;object-fit:contain}.hype-link{display:inline-flex;align-items:center;gap:6px}.hype-fav{width:14px;height:14px;flex-shrink:0;object-fit:contain}#collection-section{padding:20px 22px}.shelf-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:2px 4px}.shelf-item{position:relative;display:flex;flex-direction:column;align-items:center;padding:9px 12px 3px;background:none;border:none;cursor:pointer}.shelf-stand{display:flex;flex-direction:column;align-items:center;width:100%;max-width:108px}.shelf-cover{width:100%;aspect-ratio:2 / 3;object-fit:cover;border-radius:2px;display:block;background:var(--surface2);box-shadow:0 10px 14px #0000009e,0 2px 4px #00000080,inset 0 0 0 1px #ffffff12;transition:transform .18s ease,box-shadow .18s ease}.shelf-item:hover .shelf-cover{transform:translateY(-6px);box-shadow:0 18px 22px #000000b3,0 0 0 1px #00d4ff59}.shelf-item:focus-visible{outline:none}.shelf-item:focus-visible .shelf-cover{box-shadow:0 0 0 2px var(--accent)}.shelf-reflect{width:100%;height:30px;margin-top:1px;display:block;position:relative;overflow:hidden;transform:scaleY(-1);opacity:.22;-webkit-mask-image:linear-gradient(to top,#000,transparent 85%);mask-image:linear-gradient(to top,#000,transparent 85%);transition:transform .18s ease,opacity .18s ease}.shelf-reflect-img{position:absolute;left:0;bottom:0;width:100%;aspect-ratio:2 / 3;object-fit:cover;display:block;border-radius:2px}.shelf-item:hover .shelf-reflect{transform:translateY(6px) scaleY(-1);opacity:.12}.shelf-blank{width:100%;aspect-ratio:2 / 3;border-radius:2px;display:flex;align-items:center;justify-content:center;text-align:center;padding:8px;background:var(--surface2);border:1px dashed var(--border2);font-family:var(--font-h);font-size:11px;font-weight:700;color:var(--text2)}.tab-icon{width:15px;height:15px;flex-shrink:0}#storage-section{padding:20px 22px}#storage-section{--storage-cols: 74px minmax(140px, 1fr) 88px 88px 116px minmax(0, 1.1fr) 18px}.storage-head{display:grid;grid-template-columns:var(--storage-cols);gap:12px;padding:0 12px 7px;margin-bottom:4px;border-bottom:1px solid var(--border2)}.storage-th{font-family:var(--font-h);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--text2)}.storage-th-used,.storage-th-total{text-align:right}.storage-list{display:flex;flex-direction:column;gap:2px}.storage-group{border-radius:6px;background:var(--surface);border:1px solid var(--border)}.storage-group.open{border-color:var(--border2);background:var(--surface2)}.storage-row{width:100%;display:grid;grid-template-columns:var(--storage-cols);align-items:center;gap:12px;padding:9px 12px;border-radius:6px;background:none;border:none;cursor:pointer;text-align:left;font:inherit;color:inherit}.storage-row:hover{background:var(--surface2)}.storage-group.open .storage-row:hover{background:var(--surface3)}.storage-row:focus-visible{outline:none;box-shadow:0 0 0 2px var(--accent)}.storage-fac{font-family:var(--font-h);font-size:12px;font-weight:800;letter-spacing:.06em;color:var(--accent)}.storage-cap{display:flex;align-items:center;gap:9px;min-width:0}.storage-track{flex:1;height:8px;border-radius:4px;background:var(--surface3);overflow:hidden;min-width:0}.storage-fill{display:block;height:100%;border-radius:4px;background:linear-gradient(90deg,var(--accent),#2ee6c5)}.storage-fill.over{background:linear-gradient(90deg,var(--orange),var(--red))}.storage-pct{font-family:var(--font-h);font-size:12px;font-weight:700;color:var(--text2);width:34px;text-align:right;flex-shrink:0}.storage-pct.over,.storage-total.over{color:var(--red)}.storage-total{font-family:var(--font-h);font-size:15px;font-weight:800;text-align:right}.storage-capacity{font-family:var(--font-h);font-size:13px;font-weight:700;color:var(--text2);text-align:right}.storage-meta{font-size:11px;color:var(--text2);white-space:nowrap}.storage-unknown{color:var(--orange)}.storage-biggest{min-width:0;font-size:11px;color:var(--text2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.storage-chev{font-size:10px;color:var(--text2);text-align:center}.storage-note{margin-top:14px;font-size:12px;color:var(--orange)}.storage-detail{padding:4px 12px 14px}.sg-caption{font-size:11px;color:var(--text2);margin-bottom:8px}.sg-foot{margin-top:10px;padding-top:8px;border-top:1px solid var(--border);font-size:11px;color:var(--text2)}.sg-map{position:relative;width:100%;max-width:1240px;aspect-ratio:2.4;background:var(--bg);border-radius:6px}.sg-group{margin-bottom:16px;max-width:1240px}.sg-group-head{display:flex;align-items:center;gap:9px;margin-bottom:6px}.sg-group-total{font-family:var(--font-h);font-size:14px;font-weight:800}.sg-group-count{font-size:11px;color:var(--text2)}.sg-group-free{font-size:11px;font-weight:600;color:var(--green)}.sg-group-free.over{color:var(--red)}.sg-group-line{flex:1;height:1px;background:var(--border)}.sg-tile-empty{background:repeating-linear-gradient(135deg,var(--surface) 0 7px,var(--surface2) 7px 14px);color:var(--text2);cursor:default}.sg-tile-empty .sg-tile-name{font-family:var(--font-h);letter-spacing:.06em;text-transform:uppercase}.sg-ramp-free{display:inline-flex;align-items:center;gap:5px;margin-left:6px}.sg-ramp-free i{width:9px;height:9px;border-radius:2px;flex-shrink:0;background:repeating-linear-gradient(135deg,var(--surface) 0 3px,var(--surface2) 3px 6px);border:1px solid var(--border2)}.sg-ramp{display:flex;align-items:center;gap:8px;font-size:10px;color:var(--text2);max-width:1240px}.sg-ramp-bar{flex:1;max-width:240px;height:8px;border-radius:4px}.sg-tile{position:absolute;overflow:hidden;cursor:pointer;padding:0;display:flex;align-items:flex-start;justify-content:flex-start;font:inherit;text-align:left;outline:1.5px solid var(--bg);outline-offset:-1.5px;background:var(--tile);color:var(--text);transition:filter .12s}.sg-tile-dark{color:#06232c}.sg-tile-dark .sg-tile-size{opacity:.62}.sg-tile:hover{filter:brightness(1.45);z-index:5}.sg-tile:focus-visible{outline:2px solid var(--accent);outline-offset:-2px;z-index:5}.sg-tile-body{display:flex;flex-direction:column;gap:2px;padding:4px 6px;min-width:0;max-width:100%;font-size:12px}.sg-tile-name{line-height:1.15;font-weight:600;overflow-wrap:anywhere;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.sg-tile-size{line-height:1.15;font-family:var(--font-h);font-weight:700;opacity:.75}.sg-legend{display:flex;flex-wrap:wrap;gap:6px 16px;font-size:10px;color:var(--text2)}.sg-legend-item{display:inline-flex;align-items:center;gap:5px}.sg-legend-item i{width:9px;height:9px;border-radius:2px;flex-shrink:0}.sg-tip{position:absolute;z-index:40;width:250px;display:flex;flex-direction:column;gap:7px;padding:10px 12px;border-radius:7px;background:var(--surface);border:1px solid var(--border2);box-shadow:0 10px 26px #0000009e;pointer-events:none;white-space:normal;text-align:left}.sg-tip-title{font-family:var(--font-h);font-size:14px;font-weight:800;letter-spacing:.03em;color:var(--text)}.sg-tip-meta{display:flex;flex-wrap:wrap;align-items:center;gap:5px}.sg-tip-rows{display:flex;flex-direction:column;gap:2px}.sg-tip-rows>span{display:flex;justify-content:space-between;gap:10px;font-size:11px;color:var(--text)}.sg-tip-rows em{font-style:normal;font-family:var(--font-h);font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text2)}.sg-tip-plats{display:flex;flex-wrap:wrap;gap:3px}.sg-tip-hint{font-size:10px;color:var(--text2);opacity:.8}.fac-meter{display:inline-flex;align-items:center;gap:8px;flex-shrink:0;background:none;border:1px solid transparent;border-radius:6px;padding:3px 7px;margin:-3px -7px;cursor:pointer;font:inherit;color:inherit;transition:background .12s,border-color .12s}.fac-meter:hover{background:var(--surface2);border-color:var(--border2)}.fac-meter:focus-visible{outline:none;box-shadow:0 0 0 2px var(--accent)}.fac-meter-go{font-size:13px;color:var(--text2);line-height:1}.fac-meter:hover .fac-meter-go{color:var(--accent)}.fac-meter-name{font-family:var(--font-h);font-size:11px;font-weight:800;letter-spacing:.06em;color:var(--accent)}.fac-meter-track{flex:none;width:92px}.fac-meter-val{font-family:var(--font-h);font-size:13px;font-weight:800}.fac-meter-val.over,.fac-meter-pct.over{color:var(--red)}.fac-meter-of{font-size:11px;color:var(--text2)}.fac-meter-pct{font-family:var(--font-h);font-size:12px;font-weight:700;color:var(--text2)}.fac-meter-unknown{font-size:10px;color:var(--orange)}#guide-section{padding:20px 22px 60px;max-width:1080px}.guide-lede{max-width:74ch;font-size:14px;line-height:1.6;color:var(--text);margin-bottom:26px;padding-left:12px;border-left:2px solid var(--accent)}.guide-block{margin-bottom:30px}.guide-block-head{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-bottom:10px}.guide-h{font-family:var(--font-h);font-size:15px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--text)}.guide-sub{font-size:11px;color:var(--text2)}.guide-p{max-width:74ch;font-size:13px;line-height:1.62;color:var(--text2);margin-bottom:10px}.guide-p strong{color:var(--text);font-weight:600}.guide-note{max-width:74ch;font-size:12px;line-height:1.55;color:var(--text2);padding:8px 11px;border-radius:5px;background:var(--surface);border:1px solid var(--border);border-left:2px solid var(--border2)}.guide-views{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:8px;margin-bottom:12px}.guide-view{display:flex;flex-direction:column;gap:5px;padding:11px 13px;background:var(--surface);border:1px solid var(--border);border-radius:7px}.guide-view-name{display:flex;align-items:center;gap:7px;color:var(--accent);font-family:var(--font-h);font-size:13px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.guide-view-note{font-size:12px;line-height:1.5;color:var(--text2)}.guide-pill{cursor:default}.guide-ladder{display:flex;flex-direction:column;gap:4px;margin:14px 0}.guide-tier{display:grid;grid-template-columns:96px 84px 96px minmax(0,1fr);align-items:center;gap:12px;padding:7px 12px;border-radius:6px;background:var(--surface);border:1px solid var(--border)}.guide-tier-name{font-family:var(--font-h);font-size:13px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.guide-tier-range{font-family:var(--font-h);font-size:12px;font-weight:700;color:var(--text2)}.guide-tier-note{font-size:12px;line-height:1.45;color:var(--text2)}.guide-tones{display:flex;flex-wrap:wrap;gap:6px 14px;margin:12px 0}.guide-tone{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600}.guide-tone i{width:9px;height:9px;border-radius:2px;flex-shrink:0}.guide-mc-demo{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:10px;margin:14px 0}.guide-mc-case{display:flex;align-items:flex-start;gap:14px;padding:12px 14px;background:var(--surface);border:1px solid var(--border);border-radius:7px}.guide-mc-case .mc-wrap{flex-shrink:0}.guide-mc-note{font-size:12px;line-height:1.45;color:var(--text2)}.guide-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2px 18px}.guide-col{display:grid;grid-template-columns:112px minmax(0,1fr);gap:12px;align-items:baseline;padding:7px 0;border-bottom:1px solid var(--border)}.guide-col-name{font-family:var(--font-h);font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--text)}.guide-col-sort{display:block;font-family:var(--font-b);font-size:9px;font-style:normal;font-weight:600;letter-spacing:.04em;text-transform:none;color:var(--accent);opacity:.65}.guide-col-note{font-size:12px;line-height:1.5;color:var(--text2)}.guide-badges{display:flex;flex-direction:column;gap:8px;max-width:82ch}.guide-badge-row{display:grid;grid-template-columns:122px minmax(0,1fr);gap:14px;align-items:baseline;font-size:12px;line-height:1.5;color:var(--text2)}.guide-badge-row>:first-child{justify-self:start}.guide-trend{font-size:11px;font-weight:700;color:var(--green);white-space:nowrap}.guide-statuses{display:flex;flex-direction:column;gap:7px;max-width:82ch;margin-bottom:12px}.guide-status{display:grid;grid-template-columns:92px minmax(0,1fr);gap:14px;align-items:baseline}.guide-status .status{justify-self:start}.guide-table-wrap{overflow-x:auto;margin-bottom:12px}.guide-table{width:100%;border-collapse:collapse;font-size:12px;min-width:620px}.guide-table th{text-align:left;padding:7px 12px;font-family:var(--font-h);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--text2);border-bottom:1px solid var(--border2)}.guide-table td{padding:9px 12px;border-bottom:1px solid var(--border);color:var(--text2);line-height:1.45;vertical-align:top}.guide-table td:first-child{color:var(--text);font-weight:600}.guide-list{max-width:78ch;list-style:none;display:flex;flex-direction:column;gap:9px}.guide-list li{position:relative;padding-left:16px;font-size:13px;line-height:1.58;color:var(--text2)}.guide-list li:before{content:"·";position:absolute;left:4px;color:var(--accent);font-weight:800}.guide-list strong{color:var(--text);font-weight:600}.health-pill-alt{font-size:11px;line-height:1;margin-left:-2px;align-self:flex-start;margin-top:4px;opacity:.85}.guide-sources{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:10px;margin-bottom:12px}.guide-source{padding:12px 14px;background:var(--surface);border:1px solid var(--border);border-radius:7px}.guide-source-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:7px}.guide-source-count{font-size:11px;color:var(--text2)}.guide-source-caveat{color:var(--orange);opacity:.85;margin-top:4px}.guide-source-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.guide-source-links a{font-size:11px;color:var(--accent);text-decoration:none}.guide-source-links a:hover{text-decoration:underline}
