:root{--bg:#0e1015;--card:#181b22;--line:#262a33;--text:#e7e9ee;--muted:#9aa0ac}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}a{color:inherit;text-decoration:none}.wrap{max-width:1080px;margin:0 auto;padding:28px 20px 64px}.site-head{display:flex;align-items:baseline;gap:12px;margin-bottom:6px}.site-head h1{font-size:30px;margin:0;letter-spacing:-.5px}.site-head .tag,.sub{color:var(--muted);font-size:14px}.sub{margin:0 0 26px}.tier-row{display:flex;gap:16px;align-items:flex-start;margin-bottom:22px}.tier-label{flex:0 0 64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:800;color:#0e1015}.tier-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));grid-gap:14px;gap:14px;flex:1 1}.card{background:var(--card);border:1px solid var(--line);border-radius:12px;overflow:hidden;transition:border-color .15s,transform .15s}.card:hover{border-color:#3a414f;transform:translateY(-3px)}.poster{position:relative;aspect-ratio:16/10;background:linear-gradient(135deg,#1f2430,#2a3142)}.poster img{width:100%;height:100%;object-fit:cover;display:block;position:relative;z-index:1}.img-shimmer{position:absolute;inset:0;z-index:0;background:linear-gradient(110deg,#1c212c 8%,#2b3344 18%,#1c212c 33%);background-size:200% 100%;animation:shimmer 1.3s linear infinite}@keyframes shimmer{to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.img-shimmer{animation:none}}.poster .ph{height:100%;padding:10px;text-align:center;font-weight:700;font-size:14px;color:#aeb4c0}.poster .ph,.poster .tbadge{display:flex;align-items:center;justify-content:center}.poster .tbadge{position:absolute;left:8px;bottom:8px;z-index:2;width:34px;height:34px;border-radius:8px;font-weight:800;font-size:18px;color:#0e1015;box-shadow:0 1px 5px rgba(0,0,0,.45)}.card .info{padding:10px 12px}.card .name{font-weight:700;font-size:14px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card .prov{color:var(--muted);font-size:12px;margin-top:2px}.filters{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:4px 0 18px}.f-input,.f-select{height:42px;padding:0 14px;border-radius:10px;border:1px solid var(--line);background:var(--card);color:var(--text);font-size:14px;outline:none}.f-input{width:280px;max-width:100%}.f-input:focus,.f-select:focus{border-color:#4ade80}.f-select{max-width:220px;cursor:pointer}.pill{height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--line);background:var(--card);color:var(--muted);font-size:13px;font-weight:600;cursor:pointer;transition:all .12s}.pill:hover{border-color:#3a414f}.pill-on{background:rgba(74,222,128,.14);border-color:#4ade80;color:#4ade80}.f-clear{height:42px;padding:0 12px;background:none;border:0;color:var(--muted);font-size:13px;cursor:pointer}.f-clear:hover{color:var(--text)}.prov-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:10px;gap:10px}.prov-card{display:flex;justify-content:space-between;align-items:center;background:var(--card);border:1px solid var(--line);border-radius:10px;padding:12px 14px;transition:border-color .15s,transform .15s}.prov-card:hover{border-color:#3a414f;transform:translateY(-2px)}.prov-card .prov-name{font-weight:600}.prov-card .prov-count{background:#222836;border-radius:20px;padding:2px 9px}.back,.prov-card .prov-count{color:var(--muted);font-size:13px}.back{display:inline-block;margin-bottom:18px}.slot-head{display:flex;align-items:center;gap:18px;margin-bottom:8px}.slot-head .slot-hero{width:200px;aspect-ratio:16/10;object-fit:cover;border-radius:10px;border:1px solid var(--line)}.slot-head .tier-label{flex:0 0 72px;height:72px;font-size:34px}.slot-head h1{margin:0;font-size:28px}.slot-head .prov{color:var(--muted);margin-top:4px}.specs{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:1px;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:12px;overflow:hidden;margin:22px 0}.specs .cell{background:var(--card);padding:12px 14px}.specs .k{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.04em}.specs .v{font-size:16px;font-weight:600;margin-top:3px}.scores{margin:22px 0}.scores h2,.section h2{font-size:16px;margin:0 0 10px}.score-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--line)}.score-row .src{font-weight:600}.cta{display:inline-block;background:#4ade80;color:#06210f;font-weight:800;padding:12px 22px;border-radius:10px;margin-top:8px}.demo-frame{width:100%;max-width:820px;aspect-ratio:16/9;border:1px solid var(--line);border-radius:12px;overflow:hidden;margin:20px 0;display:block;background:#14161c}.demo-frame iframe{width:100%;height:100%;border:0;display:block}.demo-poster{position:relative;cursor:pointer;background-size:cover;background-position:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.demo-play-btn{background:#4ade80;color:#06210f;font-weight:800;font-size:16px;padding:12px 24px;border-radius:10px}.demo-sub{color:#cfd3da;font-size:12px;text-shadow:0 1px 3px rgba(0,0,0,.6)}.hot{margin:2px 0 24px}.hot-head{display:flex;align-items:center;gap:8px;margin-bottom:12px}.hot-head h2{font-size:18px;margin:0}.hot-head .hot-sub{color:var(--muted);font-size:13px}.hot-row{display:flex;gap:12px;overflow-x:auto;padding-bottom:6px;scrollbar-width:thin}.hot-row::-webkit-scrollbar{height:6px}.hot-row::-webkit-scrollbar-thumb{background:var(--line);border-radius:3px}.hot-card{flex:0 0 158px;width:158px;background:var(--card);border:1px solid var(--line);border-radius:12px;overflow:hidden;transition:border-color .15s,transform .15s}.hot-card:hover{border-color:#fb923c55;transform:translateY(-3px)}.hot-poster{position:relative;aspect-ratio:16/10;background:linear-gradient(135deg,#1f2430,#2a3142)}.hot-poster img{width:100%;height:100%;object-fit:cover;display:block;position:relative;z-index:1}.hot-poster .ph{height:100%;padding:8px;text-align:center;font-weight:700;font-size:13px;color:#aeb4c0}.hot-poster .ph,.hot-rank{display:flex;align-items:center;justify-content:center}.hot-rank{top:6px;left:6px;min-width:20px;height:20px;padding:0 5px;background:rgba(251,146,60,.92);color:#1a1004;font-size:12px;box-shadow:0 1px 4px rgba(0,0,0,.4)}.hot-poster .tbadge,.hot-rank{position:absolute;z-index:2;border-radius:6px;font-weight:800}.hot-poster .tbadge{right:6px;bottom:6px;left:auto;width:26px;height:26px;display:flex;align-items:center;justify-content:center;font-size:14px;color:#0e1015;box-shadow:0 1px 5px rgba(0,0,0,.45)}.hot-info{padding:8px 10px}.hot-name{font-weight:700;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hot-stat{color:#fb923c;font-size:11.5px;margin-top:2px;font-weight:600}.hot-rtp{color:#cdd2db;font-size:11px;margin-top:2px}.hot-rtp-w{color:var(--muted);font-size:10px}.feed,.top{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:16px 18px}.feed-head{display:flex;align-items:center;gap:12px;margin-bottom:10px}.feed-head h2{font-size:18px;margin:0}.live-dot{display:inline-flex;align-items:center;gap:6px;background:rgba(248,113,113,.15);color:#f87171;font-size:12px;font-weight:700;padding:3px 10px;border-radius:999px}.live-dot:before{content:"";width:7px;height:7px;border-radius:50%;background:#f87171;box-shadow:0 0 0 0 rgba(248,113,113,.6);animation:pulse 1.6s infinite}@keyframes pulse{70%{box-shadow:0 0 0 6px rgba(248,113,113,0)}to{box-shadow:0 0 0 0 rgba(248,113,113,0)}}.feed-min{margin-left:auto;display:flex;align-items:center;gap:10px;color:var(--muted);font-size:13px}.feed-min input[type=range]{accent-color:#8b8bf5;width:130px}.feed-min-v{color:var(--text);font-weight:600;min-width:52px;text-align:right}.feed-search{display:flex;gap:10px;margin-bottom:12px}.feed-search .f-input{flex:1 1;width:auto;min-width:0;height:38px}.bt-wrap{max-height:460px;overflow-y:auto}.bt{width:100%;border-collapse:collapse;font-size:13.5px}.bt thead th{position:-webkit-sticky;position:sticky;top:0;background:var(--card);text-align:left;color:var(--muted);font-weight:500;font-size:12px;padding:8px 10px;border-bottom:1px solid var(--line);z-index:1}.bt td{padding:9px 10px;border-bottom:1px solid rgba(38,42,51,.5);white-space:nowrap}.bt tbody tr:hover{background:rgba(255,255,255,.02)}.bt .r{text-align:right}.bt .muted{color:var(--muted)}.bt .cas{font-weight:600}.bt .plr{color:#b3b9ff}.bt .gm{color:var(--text);max-width:240px;overflow:hidden;text-overflow:ellipsis}.bt .gm a:hover,.bt td.g{color:#4ade80}.bt td.g{font-weight:600}.bt td.rd{color:#f87171}.bt td.mlt{color:#fbbf24;font-weight:600}.bt tr.win{background:linear-gradient(90deg,transparent 55%,rgba(74,222,128,.06))}.bt tr.loss{background:linear-gradient(90deg,transparent 55%,rgba(248,113,113,.06))}.top-bt td{padding:11px 10px}.top-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.seg{display:inline-flex;background:#11141b;border:1px solid var(--line);border-radius:10px;padding:3px;gap:2px}.seg button{background:none;border:0;color:var(--muted);font-size:13px;font-weight:600;padding:7px 14px;border-radius:8px;cursor:pointer;transition:all .12s}.seg button:hover{color:var(--text)}.seg button.on{background:rgba(139,139,245,.18);color:#b3b9ff}.seg-wide{display:flex;margin:0 0 14px}.seg-wide button{flex:1 1}.top-filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.top-filters .f-input{flex:1 1;min-width:180px;width:auto}@media (max-width:600px){.feed,.top{padding:12px}.feed-min input[type=range]{width:90px}.bt{font-size:12.5px}.bt td,.bt thead th{padding:8px 6px}.bt .gm{max-width:120px}.top-filters .f-input{min-width:0}.wrap{padding:16px 13px 56px}.site-head{flex-wrap:wrap;gap:6px 10px}.site-head h1{font-size:24px}.site-head .tag{font-size:12px;flex-basis:100%}.slot-head{gap:12px;align-items:flex-start}.slot-head .slot-hero{width:116px}.slot-head .tier-label{flex:0 0 50px;height:50px;font-size:24px;border-radius:10px}.slot-head h1{font-size:19px;line-height:1.18;word-break:break-word}.slot-head>div:last-child{flex:1 1;min-width:0}.slot-head .prov{font-size:13px;margin-top:3px}.specs{grid-template-columns:repeat(2,1fr)}.specs .v{font-size:15px}.filters{gap:8px}.f-input{width:100%}.f-select{flex:1 1;min-width:140px;max-width:none}.cta{display:block;text-align:center}}