:root{--primary:#e50914;--primary-dim:#e5091426;--primary-glow:#e5091459;--bg:#0a0a0a;--bg-alt:#0d0d0d;--surface:#141414;--surface-2:#1a1a1a;--border:#2a2a2a;--border-hover:#3a3a3a;--text:#fff;--text-secondary:#ccc;--muted:#888;--hover:#1f1f1f;--green:#10b981;--gold:#f59e0b;--radius:8px;--radius-lg:12px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#333;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#555}.container{max-width:1440px;margin:0 auto;padding:0 20px}.section-title{color:var(--text);letter-spacing:-.3px;align-items:center;gap:10px;margin:32px 0 16px;font-size:18px;font-weight:800;display:flex}.section-title:before{content:"";background:var(--primary);border-radius:2px;flex-shrink:0;width:4px;height:20px;display:block}.badge{text-transform:uppercase;letter-spacing:.5px;border-radius:4px;align-items:center;padding:2px 7px;font-size:10px;font-weight:700;line-height:1.4;display:inline-flex}.badge-free{background:var(--green);color:#fff}.badge-paid{background:var(--primary);color:#fff}.spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:36px;height:36px;margin:60px auto;animation:.65s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.skeleton{background:linear-gradient(90deg, var(--surface) 25%, var(--surface-2) 50%, var(--surface) 75%);border-radius:var(--radius);background-size:200% 100%;animation:1.4s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fadeIn{animation:.3s forwards fadeIn}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}
.Navbar-module__dVeNwG__navbar{z-index:200;-webkit-backdrop-filter:blur(12px);background:#0a0a0af2;border-bottom:1px solid #0000;height:62px;transition:border-color .2s,box-shadow .2s;position:sticky;top:0}.Navbar-module__dVeNwG__navbar.Navbar-module__dVeNwG__scrolled{border-bottom-color:var(--border);box-shadow:0 4px 24px #0006}.Navbar-module__dVeNwG__inner{align-items:center;gap:28px;height:100%;display:flex}.Navbar-module__dVeNwG__logo{color:#fff;white-space:nowrap;letter-spacing:-.5px;flex-shrink:0;font-size:21px;font-weight:900;text-decoration:none}.Navbar-module__dVeNwG__logo span{color:var(--primary)}.Navbar-module__dVeNwG__links{flex-shrink:0;gap:2px;list-style:none;display:flex}.Navbar-module__dVeNwG__navLink{color:var(--muted);white-space:nowrap;border-radius:6px;padding:6px 10px;font-size:13px;font-weight:500;transition:color .15s,background .15s;display:block}.Navbar-module__dVeNwG__navLink:hover{color:#fff;background:var(--hover)}.Navbar-module__dVeNwG__searchWrap{flex-shrink:0;width:280px;min-width:280px;margin-left:auto;transition:width .3s;position:relative}.Navbar-module__dVeNwG__searchWrap:focus-within{width:420px}.Navbar-module__dVeNwG__searchInner{background:var(--surface);border:1.5px solid var(--border);border-radius:8px;align-items:center;transition:border-color .3s,box-shadow .3s;display:flex;position:relative}.Navbar-module__dVeNwG__searchWrap:focus-within .Navbar-module__dVeNwG__searchInner{border-color:#e50914;box-shadow:0 0 0 3px #e5091426}.Navbar-module__dVeNwG__searchIcon{width:15px;height:15px;color:var(--muted);pointer-events:none;z-index:1;flex-shrink:0;transition:color .3s;position:absolute;left:12px}.Navbar-module__dVeNwG__searchWrap:focus-within .Navbar-module__dVeNwG__searchIcon{color:#e50914}.Navbar-module__dVeNwG__searchInput{color:#fff;background:0 0;border:none;border-radius:8px;outline:none;width:100%;padding:9px 36px;font-size:13px}.Navbar-module__dVeNwG__searchInput::placeholder{color:var(--muted)}.Navbar-module__dVeNwG__searchSpinner{border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.6s linear infinite Navbar-module__dVeNwG__spin;position:absolute;right:36px}@keyframes Navbar-module__dVeNwG__spin{to{transform:rotate(360deg)}}.Navbar-module__dVeNwG__clearBtn{color:var(--muted);cursor:pointer;z-index:1;background:0 0;border:none;padding:2px 4px;font-size:18px;line-height:1;transition:color .15s;position:absolute;right:10px}.Navbar-module__dVeNwG__clearBtn:hover{color:#fff}.Navbar-module__dVeNwG__dropdown{border:1px solid var(--border);z-index:300;background:#1c1c1c;border-radius:10px;animation:.18s Navbar-module__dVeNwG__fadeSlide;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 16px 48px #000000b3,0 0 0 1px #e5091414}@keyframes Navbar-module__dVeNwG__fadeSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__dVeNwG__dropSection{padding:4px 0}.Navbar-module__dVeNwG__dropSection+.Navbar-module__dVeNwG__dropSection{border-top:1px solid var(--border)}.Navbar-module__dVeNwG__dropLabel{text-transform:uppercase;letter-spacing:.8px;color:var(--muted);padding:6px 14px 3px;font-size:10px;font-weight:700}.Navbar-module__dVeNwG__dropItem{width:100%;color:var(--text-secondary);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:9px 14px;font-size:13px;transition:background .1s,color .1s;display:flex}.Navbar-module__dVeNwG__dropItem:hover,.Navbar-module__dVeNwG__dropActive{background:var(--hover);color:#fff}.Navbar-module__dVeNwG__dropIcon{text-align:center;flex-shrink:0;width:20px;font-size:14px}.Navbar-module__dVeNwG__dropTitle{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.Navbar-module__dVeNwG__dropCount{color:#555;background:#ffffff0f;border-radius:10px;flex-shrink:0;padding:1px 6px;font-size:10px;font-weight:600}.Navbar-module__dVeNwG__dropActive .Navbar-module__dVeNwG__dropCount{color:#aaa}.Navbar-module__dVeNwG__dropFooter{border:none;border-top:1px solid var(--border);width:100%;color:var(--primary);cursor:pointer;text-align:left;background:0 0;padding:10px 14px;font-size:12px;font-weight:600;transition:background .1s;display:block}.Navbar-module__dVeNwG__dropFooter:hover{background:var(--hover)}@media (max-width:900px){.Navbar-module__dVeNwG__links{display:none}.Navbar-module__dVeNwG__searchWrap{width:100%;min-width:0;max-width:100%}.Navbar-module__dVeNwG__searchWrap:focus-within{width:100%}}
.Footer-module__rnk_JG__footer{border-top:1px solid var(--border);background:#0d0d0d;margin-top:64px;padding:48px 0 0}.Footer-module__rnk_JG__grid{grid-template-columns:1.8fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px;display:grid}@media (max-width:1024px){.Footer-module__rnk_JG__grid{grid-template-columns:1fr 1fr}}@media (max-width:560px){.Footer-module__rnk_JG__grid{grid-template-columns:1fr;gap:28px}}.Footer-module__rnk_JG__logo{color:#fff;letter-spacing:-.5px;margin-bottom:12px;font-size:22px;font-weight:900}.Footer-module__rnk_JG__logo span{color:var(--primary)}.Footer-module__rnk_JG__tagline{color:var(--muted);margin-bottom:16px;font-size:13px;line-height:1.7}.Footer-module__rnk_JG__ageBadge{background:var(--surface);border:1px solid var(--border);border-radius:8px;align-items:center;gap:8px;padding:6px 12px;display:inline-flex}.Footer-module__rnk_JG__ageBadge span:first-child{background:var(--primary);color:#fff;border-radius:4px;padding:2px 8px;font-size:12px;font-weight:800}.Footer-module__rnk_JG__ageBadge span:last-child{color:var(--muted);font-size:12px;font-weight:600}.Footer-module__rnk_JG__colTitle{text-transform:uppercase;letter-spacing:1px;color:var(--text);margin-bottom:14px;font-size:11px;font-weight:700}.Footer-module__rnk_JG__colLinks{grid-template-columns:1fr 1fr;gap:6px 12px;list-style:none;display:grid}.Footer-module__rnk_JG__colLinks a{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:13px;transition:color .15s;display:block;overflow:hidden}.Footer-module__rnk_JG__colLinks a:hover{color:var(--primary)}.Footer-module__rnk_JG__divider{background:var(--border);height:1px;margin:4px 0 24px}.Footer-module__rnk_JG__disclaimer{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:8px;margin-bottom:24px;padding:16px 20px;display:flex}.Footer-module__rnk_JG__disclaimer p{color:#666;font-size:11px;line-height:1.65}.Footer-module__rnk_JG__disclaimer strong{color:var(--muted)}.Footer-module__rnk_JG__bottom{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:16px 0;display:flex}.Footer-module__rnk_JG__bottom p{color:#555;font-size:12px}.Footer-module__rnk_JG__bottomLinks a{color:#555;font-size:12px;transition:color .15s}.Footer-module__rnk_JG__bottomLinks a:hover{color:var(--muted)}
