:root{--bg:#080a0d;--panel:#11151a;--line:#2a313a;--ink:#f5f7fa;--muted:#939ca8;--orange:#ff5f45;--cyan:#54d7df;--shadow:0 18px 50px rgba(0,0,0,.28)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,"Noto Sans JP",ui-sans-serif,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.5}button,select{font:inherit;color:inherit}.noise{position:fixed;inset:0;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}
header{height:72px;border-bottom:1px solid #39424e;background:rgba(24,30,39,.96);box-shadow:0 8px 24px rgba(0,0,0,.24);backdrop-filter:blur(18px);position:sticky;top:0;z-index:20}.header-inner{max-width:1440px;height:100%;margin:auto;padding:0 30px;display:flex;align-items:center;gap:34px}.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:-.04em;font-size:1.2rem;white-space:nowrap;color:inherit;text-decoration:none}.mark{width:34px;height:34px;border:2px solid #f2f4f6;border-radius:50%;display:grid;place-items:center}.mark:before{content:"";width:15px;height:11px;border-left:4px solid var(--orange);border-bottom:4px solid var(--orange);transform:rotate(-45deg);margin-top:-3px}.brand em{font-style:normal;color:var(--orange)}nav{display:flex;gap:26px;color:#aeb6bf;font-size:.9rem;font-weight:700}nav a{color:inherit;text-decoration:none}nav a.active{color:#fff}.live-count{margin-left:auto;display:flex;align-items:center;gap:9px;color:#cbd1d8;font-size:.86rem}.pulse{width:8px;height:8px;border-radius:50%;background:#ff4a4a;box-shadow:0 0 0 5px rgba(255,74,74,.12)}
.account-menu{display:flex;align-items:center;gap:10px;color:#929ca7;font-size:.72rem}.account-menu form{margin:0}.account-menu button{border:1px solid #3a424b;background:#151a20;border-radius:7px;padding:5px 8px;cursor:pointer;font-size:.7rem}.account-menu button:hover{border-color:#69737e;color:#fff}
main{max-width:1440px;margin:0 auto;padding:28px 30px 64px}.tier-panel{background:linear-gradient(135deg,#14191f,#0f1318);border:1px solid var(--line);border-radius:18px;padding:18px 20px 17px;box-shadow:var(--shadow);margin-bottom:16px}.section-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.section-label strong{font-size:.8rem;letter-spacing:.1em}.section-label span{font-size:.76rem;color:#737c86}.tiers{display:grid;grid-template-columns:repeat(10,1fr);gap:10px}.tier{border:1px solid transparent;background:#1a2027;padding:11px 7px 9px;border-radius:12px;cursor:pointer;transition:.18s ease;min-width:0}.tier:not(:disabled):hover{transform:translateY(-2px);background:#222933}.tier.active{border-color:var(--orange);background:linear-gradient(180deg,rgba(255,95,69,.18),rgba(255,95,69,.05));box-shadow:inset 0 0 0 1px rgba(255,95,69,.16)}.tier:disabled{opacity:.34;cursor:not-allowed}.crest{height:38px;width:38px;margin:0 auto 7px;display:grid;place-items:center;font-size:.72rem;font-weight:900;color:var(--crest);border:2px solid var(--crest);clip-path:polygon(50% 0,95% 26%,84% 80%,50% 100%,16% 80%,5% 26%);background:rgba(255,255,255,.025)}.tier-name{display:block;text-align:center;font-size:.75rem;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.all .crest{clip-path:circle();color:#fff;border-color:#fff}.bronze{--crest:#b57a5c}.silver{--crest:#c2cbd1}.gold{--crest:#e8bd54}.platinum{--crest:#72c6c0}.diamond{--crest:#74adf7}.master{--crest:#b889e6}.grandmaster{--crest:#f38a73}.champion{--crest:#f0e37b}.unknown{--crest:#87919c}.unknown .crest{clip-path:circle();border-style:dashed}
.filters{display:flex;gap:12px;align-items:center;margin:16px 0 26px}.filter-summary{display:flex;gap:7px;flex-wrap:wrap}.chip{background:#20262d;border:1px solid #313942;border-radius:999px;padding:6px 10px;font-size:.76rem;color:#cbd1d7}.chip b{color:var(--cyan)}.sort{margin-left:auto;color:#8e98a3;font-size:.78rem;display:flex;gap:8px;align-items:center}.sort select,.reload{height:42px;border-radius:10px;border:1px solid var(--line);background:#14191f;padding:0 14px}.reload{cursor:pointer;font-weight:750}.reload:hover{border-color:#69737e}.reload:disabled{opacity:.5;cursor:wait}.results-head{display:flex;align-items:center;justify-content:space-between;margin:0 0 14px}.results-head h1{font-size:1rem;margin:0}.results-head h1 span{color:#69727c;font-weight:500;margin-left:7px}.updated{font-size:.72rem;color:#69727c}
.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 18px}.card{min-width:0}.thumb{display:block;aspect-ratio:16/9;border-radius:12px;overflow:hidden;position:relative;background:#171c22;border:1px solid rgba(255,255,255,.08);color:inherit}.thumb img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .22s ease}.thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,6,8,.72),transparent 45%);pointer-events:none}.thumb:hover img{transform:scale(1.025)}.live{position:absolute;z-index:2;left:10px;top:10px;background:#e93850;border-radius:5px;padding:3px 7px;font-size:.7rem;font-weight:900;letter-spacing:.04em}.viewers{position:absolute;z-index:2;left:10px;bottom:9px;background:rgba(0,0,0,.72);padding:3px 7px;border-radius:4px;font-size:.7rem}.rank-tag{position:absolute;z-index:2;right:9px;bottom:9px;border:1px solid rgba(255,255,255,.22);background:rgba(8,10,13,.8);backdrop-filter:blur(6px);padding:4px 8px;border-radius:6px;font-size:.7rem;font-weight:800}.meta{display:grid;grid-template-columns:38px 1fr;gap:10px;padding-top:11px}.avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#54d7df,#ff8b70);font-weight:950;font-size:.72rem;color:#101215;border:2px solid rgba(255,255,255,.17)}.stream-title{font-weight:800;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.streamer{font-size:.78rem;color:#8f99a3;margin:2px 0}.labels{font-size:.68rem;color:#69747e}.role{color:var(--cyan)}.state{text-align:center;padding:74px 20px;border:1px dashed #303740;border-radius:16px;color:#85909a}.state strong,.state span{display:block}.state strong{color:#e4e8ec;font-size:1.1rem;margin-bottom:6px}.error{border-color:#633c3c;color:#bd9292}
footer{border-top:1px solid #20262c;color:#69717b;font-size:.75rem;padding:20px 30px;display:flex;justify-content:space-between;max-width:1440px;margin:auto}
.login-page{min-height:100vh}.login-main{min-height:100vh;display:grid;place-items:center;padding:24px}.login-panel{width:min(420px,100%);position:relative;background:linear-gradient(135deg,#14191f,#0f1318);border:1px solid var(--line);border-radius:18px;padding:30px;box-shadow:var(--shadow)}.login-brand{justify-content:center;margin-bottom:24px}.login-description{text-align:center;color:var(--muted);font-size:.88rem}.login-error{padding:10px 12px;border:1px solid #714242;background:#351d21;color:#f1b8b8;border-radius:9px;font-size:.8rem}.login-form{display:grid;gap:17px;margin-top:22px}.login-form label{display:grid;gap:7px;color:#b8c0c8;font-size:.78rem;font-weight:750}.login-form input{width:100%;height:44px;border:1px solid var(--line);border-radius:9px;background:#090c10;color:#fff;padding:0 12px;outline:none}.login-form input:focus{border-color:var(--cyan);box-shadow:0 0 0 3px rgba(84,215,223,.1)}.login-form button{height:44px;border:0;border-radius:9px;background:var(--orange);font-weight:900;cursor:pointer}.login-form button:hover{filter:brightness(1.08)}
@media(max-width:1080px){.grid{grid-template-columns:repeat(3,1fr)}.tiers{grid-template-columns:repeat(5,1fr)}}@media(max-width:760px){header{height:62px}.header-inner{padding:0 16px;gap:14px}.brand>span:last-child{display:none}nav,.account-menu span{display:none}.live-count{font-size:.75rem}main{padding:20px 16px 50px}.tiers{display:flex;overflow-x:auto;scrollbar-width:none;margin:0 -4px;padding:2px 4px}.tier{min-width:92px}.tier-panel{padding:15px 12px}.filters{flex-wrap:wrap}.sort{margin-left:0}.grid{grid-template-columns:repeat(2,1fr);gap:20px 12px}.meta{grid-template-columns:32px 1fr}.avatar{width:32px;height:32px}.stream-title{font-size:.82rem}}@media(max-width:500px){.grid{grid-template-columns:1fr}.thumb{border-radius:10px}.section-label span{display:none}.filter-summary{width:100%}.updated{display:none}}
