/* GameLab Radar — built 2026-09-15 */
:root{--bg: #f7f7f8;--surface: #ffffff;--surface-2: #f0f0f2;--border: #e3e3e7;--border-strong: #cbcbd2;--text: #16161a;--text-muted: #6b6b75;--accent: #f4511e;--accent-dark: #c63d10;--accent-soft: #ffeee7;--up: #c63d10;--down: #2b6cb0;--gold: #c9971b;--radius: 12px;color-scheme:light}*{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Noto Sans JP,system-ui,-apple-system,Segoe UI,Hiragino Sans,sans-serif;font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}ol{list-style:none;margin:0;padding:0}button{font:inherit;color:inherit;cursor:pointer}.wrap{max-width:1280px;margin:0 auto;padding:0 18px}.header{position:sticky;top:0;z-index:20;background:#fffffff2;backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;gap:16px;height:54px}.logo{font-size:17px;font-weight:700;letter-spacing:-.02em;white-space:nowrap}.logo a{display:flex;align-items:center;gap:7px}.logo .mark{color:var(--accent);flex:0 0 auto}.logo .hit{color:var(--accent);font-weight:900}.header-tools{margin-left:auto;display:flex;align-items:center;gap:8px}.share-x{display:flex;align-items:center;justify-content:center;width:30px;height:30px;flex:none;border:1px solid var(--border);border-radius:999px;background:var(--surface-2);color:var(--text-muted);cursor:pointer}.share-x:hover{border-color:var(--accent);color:var(--accent);background:var(--surface)}.search{display:flex;align-items:center;gap:6px;background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:0 12px;color:var(--text-muted);width:min(290px,44vw)}.search:focus-within{border-color:var(--accent);background:var(--surface)}.search input{flex:1;min-width:0;border:0;background:transparent;color:var(--text);padding:7px 0;font:inherit;outline:none}.tabs{display:flex;flex-wrap:wrap;gap:2px 0;padding-bottom:2px}.tabs button{border:0;background:transparent;padding:9px 13px 10px;font-size:13.5px;font-weight:700;color:var(--text-muted);white-space:nowrap;border-bottom:3px solid transparent}.tabs button:hover{color:var(--text);background:var(--surface-2)}.tabs button[aria-selected=true]{color:var(--accent);border-bottom-color:var(--accent)}main.wrap{padding-top:18px;padding-bottom:80px}.layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:26px;align-items:start}.col-main{min-width:0}.side{position:sticky;top:108px;display:flex;flex-direction:column;gap:12px}.mod{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:13px 14px 14px}.mod-head{font-size:14px;font-weight:700}.mod-desc{margin-top:2px;font-size:11.5px;color:var(--text-muted)}.notice{background:#fff7e6;border:1px solid #f5d79a;color:#8a5b00;border-radius:8px;padding:8px 12px;font-size:12.5px;margin-bottom:14px}.rank-picker{margin-bottom:12px}.chips{display:flex;flex-wrap:wrap;gap:6px}.chips button{border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:5px 13px;font-size:13px;font-weight:700;color:var(--text-muted);white-space:nowrap}.chips button:hover{border-color:var(--border-strong)}.chips button.active{background:var(--accent);border-color:var(--accent);color:#fff}.rank-desc{margin-top:7px;font-size:12.5px;color:var(--text-muted)}.toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:12px}.meta{font-size:12.5px;color:var(--text-muted)}.new-data-btn{font-size:12.5px;font-weight:700;color:var(--accent-dark);background:var(--accent-soft);border:1px solid var(--accent);border-radius:999px;padding:4px 12px;cursor:pointer;animation:newDataPulse 1.8s ease-in-out infinite}@keyframes newDataPulse{0%,to{opacity:1}50%{opacity:.55}}.controls{margin-left:auto}.seg{display:flex;border:1px solid var(--border);border-radius:999px;overflow:hidden;background:var(--surface)}.seg button{border:0;background:transparent;padding:6px 12px;font-size:12.5px;font-weight:700;color:var(--text-muted);line-height:1.2}.seg button:hover{background:var(--surface-2)}.seg button.active{background:var(--accent);color:#fff}.list{display:flex;flex-direction:column;gap:8px}.item{display:grid;grid-template-columns:52px 168px 1fr;gap:12px;align-items:start;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:10px 14px 10px 8px;transition:border-color .15s,box-shadow .15s}.item:hover{border-color:var(--border-strong);box-shadow:0 4px 14px #16161a12}.rank{display:flex;flex-direction:column;align-items:center;gap:1px;padding-top:2px;min-width:0}.rank .num{font-size:24px;font-weight:900;line-height:1.1;letter-spacing:-.04em;font-variant-numeric:tabular-nums}.item.top1 .rank .num{color:var(--gold)}.item.top2 .rank .num,.item.top3 .rank .num{color:#8a8a93}.delta{display:block;font-size:11px;font-weight:700;line-height:1.3;color:var(--text-muted)}.delta.up{color:var(--up)}.delta.down{color:var(--down)}.delta.new{color:#fff;background:var(--accent);border-radius:4px;padding:0 5px;font-size:10px;letter-spacing:0}.thumb{position:relative;display:block;aspect-ratio:16 / 9;background:var(--surface-2);border-radius:8px;overflow:hidden}.thumb img{width:100%;height:100%;object-fit:cover;display:block}.dur{position:absolute;right:5px;bottom:5px;background:#000c;color:#fff;border-radius:4px;padding:1px 5px;font-size:11px;font-weight:700;font-variant-numeric:tabular-nums}.live-tag{position:absolute;right:5px;bottom:5px;display:flex;align-items:center;gap:4px;background:#d90429;color:#fff;border-radius:4px;padding:1px 6px;font-size:11px;font-weight:700;letter-spacing:.02em}.live-tag:before{content:"";width:6px;height:6px;border-radius:50%;background:#fff}.live-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#d90429;margin-right:6px;vertical-align:middle}.live-list{display:flex;flex-direction:column;gap:8px;margin-top:9px}.live-item{display:flex;align-items:center;gap:8px}.live-item img{width:68px;aspect-ratio:16 / 9;object-fit:cover;border-radius:5px;flex:0 0 auto}.live-item .info{min-width:0}.live-item .t{font-size:12px;font-weight:700;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.live-item:hover .t{color:var(--accent-dark)}.live-item .m{font-size:11px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mod-link{margin-top:10px;width:100%;border:1px solid var(--border);background:var(--surface-2);border-radius:7px;padding:6px;font-size:11.5px;font-weight:700;color:var(--text-muted)}.mod-link:hover{background:var(--accent-soft);border-color:var(--accent);color:var(--accent-dark)}.short-tag{position:absolute;left:5px;top:5px;background:var(--accent);color:#fff;border-radius:4px;padding:1px 6px;font-size:10.5px;font-weight:700}.body{min-width:0;display:flex;flex-direction:column;gap:5px}.title{font-size:15px;font-weight:700;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.title:hover{color:var(--accent-dark)}.ch{display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--text-muted);min-width:0}.ch img{width:18px;height:18px;border-radius:50%;flex:0 0 auto}.ch .name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ch .subs{flex:0 0 auto;opacity:.8}.stats{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:12px;color:var(--text-muted)}.stat{background:var(--surface-2);border-radius:5px;padding:1px 7px;white-space:nowrap;font-variant-numeric:tabular-nums}.stat b{color:var(--text);font-weight:700}.stat.key{background:var(--accent-soft);color:var(--accent-dark)}.stat.key b{color:var(--accent-dark)}.ch-list{display:flex;flex-direction:column;margin-top:8px}.ch-item{display:flex;align-items:center;gap:9px;padding:6px 0;border-top:1px solid var(--border)}.ch-item:first-child{border-top:0}.ch-item .r{font-size:13px;font-weight:900;color:var(--text-muted);width:1.5em;text-align:center;flex:0 0 auto;font-variant-numeric:tabular-nums}.ch-item.top1 .r,.ch-item.top2 .r,.ch-item.top3 .r{color:var(--accent)}.ch-item .info{min-width:0;flex:1}.ch-item .nm{font-size:12.5px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ch-item .sub{font-size:11px;color:var(--text-muted)}.ch-item:hover .nm{color:var(--accent-dark)}.kw-cloud{display:flex;flex-wrap:wrap;gap:5px;margin-top:9px}.kw{border:1px solid var(--border);background:var(--surface-2);border-radius:999px;padding:3px 9px;font-size:12px;font-weight:700;color:var(--text-muted)}.kw:hover{background:var(--accent-soft);border-color:var(--accent);color:var(--accent-dark)}.kw .n{font-weight:500;opacity:.7;margin-left:3px}.bottom{margin-top:42px}.sec-head{margin-bottom:12px}.sec-head h2{font-size:17px;font-weight:700}.sec-desc{font-size:12.5px;color:var(--text-muted);margin-top:3px}.digest-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:10px}.digest{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:11px 13px 12px}.digest-head{display:flex;align-items:baseline;gap:7px;margin-bottom:7px}.digest-head button{border:0;background:transparent;padding:0;font-size:14px;font-weight:700}.digest-head button:hover{color:var(--accent)}.digest-head .n{font-size:11.5px;color:var(--text-muted)}.digest ol{display:flex;flex-direction:column;gap:7px}.digest li{display:flex;gap:8px;align-items:center}.digest .r{font-size:12px;font-weight:900;color:var(--text-muted);width:1.2em;flex:0 0 auto}.digest img{width:66px;aspect-ratio:16 / 9;object-fit:cover;border-radius:5px;flex:0 0 auto}.digest .t{font-size:12px;font-weight:500;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.digest a:hover .t{color:var(--accent-dark)}.digest .c{font-size:11px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bars{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px;display:flex;flex-direction:column;gap:8px}.bar-row{display:grid;grid-template-columns:8em 1fr 6em;align-items:center;gap:10px;font-size:12.5px}.bar-row .lbl{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bar-track{background:var(--surface-2);border-radius:999px;height:10px;overflow:hidden}.bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#ff9f6b,var(--accent))}.bar-row .val{text-align:right;color:var(--text-muted);font-variant-numeric:tabular-nums}.long-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:8px}.long-item{display:flex;align-items:center;gap:10px;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:8px 12px 8px 8px}.long-item img{width:76px;aspect-ratio:16 / 9;object-fit:cover;border-radius:6px;flex:0 0 auto}.long-item .info{min-width:0}.long-item .t{font-size:12.5px;font-weight:700;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.long-item:hover .t{color:var(--accent-dark)}.long-item .m{font-size:11px;color:var(--text-muted)}.long-item .badge{background:var(--accent-soft);color:var(--accent-dark);border-radius:5px;padding:0 6px;font-weight:700;margin-right:5px}.more-btn{display:block;width:100%;margin-top:14px;padding:12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);font-size:13px;font-weight:700;color:var(--text-muted)}.more-btn:hover{background:var(--surface-2);border-color:var(--border-strong)}.empty{padding:48px 0;text-align:center;color:var(--text-muted);font-size:13px}.footer{border-top:1px solid var(--border);background:var(--surface);padding:22px 0 34px;font-size:12px;color:var(--text-muted)}.footer p{margin-bottom:6px}.footer .copy{margin-top:12px}.to-top{position:fixed;right:18px;bottom:18px;width:42px;height:42px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font-size:16px;box-shadow:0 2px 10px #0000001f;z-index:30}.to-top:hover{background:var(--accent);border-color:var(--accent);color:#fff}@media (max-width: 1080px){.layout{grid-template-columns:minmax(0,1fr)}.side{position:static}}@media (max-width: 760px){.tabs{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.bar-row{grid-template-columns:5.5em 1fr 4.5em;font-size:11.5px}.header-inner{height:auto;padding:8px 0;flex-wrap:wrap;gap:8px}.logo{margin-left:6px}.header-tools{width:90%;margin:0 auto}.search{width:100%}.item{grid-template-columns:40px 124px 1fr;gap:9px;padding:9px 10px 9px 4px}.rank .num{font-size:19px}.title{font-size:13.5px}.controls{width:100%;margin-left:0}}
