:root{--primary:#ff9000;--primary-dim:#ff900026;--primary-glow:#ff900059;--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;overflow-x:hidden}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(14px);background:#0a0a0af5;border-bottom:1px solid #0000;height:60px;transition:border-color .2s,box-shadow .2s;position:sticky;top:0}.Navbar-module__dVeNwG__navbar.Navbar-module__dVeNwG__scrolled{border-bottom-color:#222;box-shadow:0 4px 24px #00000073}.Navbar-module__dVeNwG__inner{align-items:center;gap:4px;height:100%;display:flex}.Navbar-module__dVeNwG__logo{color:#fff;white-space:nowrap;letter-spacing:-.5px;flex-shrink:0;margin-right:8px;font-size:20px;font-weight:900;text-decoration:none}.Navbar-module__dVeNwG__logo span{color:#ff9000}.Navbar-module__dVeNwG__navList{flex-shrink:0;gap:0;list-style:none;display:flex}.Navbar-module__dVeNwG__navDropWrap{position:relative}.Navbar-module__dVeNwG__navBtn{color:#999;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;align-items:center;gap:4px;padding:6px 12px;font-family:inherit;font-size:13.5px;font-weight:500;transition:color .15s,background .15s;display:flex}.Navbar-module__dVeNwG__navBtn:hover,.Navbar-module__dVeNwG__navBtnOpen{color:#fff;background:#ffffff0f}.Navbar-module__dVeNwG__chevron{flex-shrink:0;width:13px;height:13px;transition:transform .2s}.Navbar-module__dVeNwG__chevronUp{transform:rotate(180deg)}.Navbar-module__dVeNwG__megaDrop{z-index:300;background:#181818;border:1px solid #2a2a2a;border-radius:10px;min-width:220px;animation:.16s Navbar-module__dVeNwG__dropFade;position:absolute;top:calc(100% + 10px);left:0;overflow:hidden;box-shadow:0 20px 60px #000000b3,0 0 0 1px #ff90000f}@keyframes Navbar-module__dVeNwG__dropFade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__dVeNwG__megaSection{padding:10px 0}.Navbar-module__dVeNwG__megaDivider{border-top:1px solid #242424}.Navbar-module__dVeNwG__megaLabel{text-transform:uppercase;letter-spacing:.9px;color:#555;padding:4px 16px 6px;font-size:10px;font-weight:700}.Navbar-module__dVeNwG__megaLink{color:#bbb;white-space:nowrap;padding:8px 16px;font-size:13px;text-decoration:none;transition:background .1s,color .1s;display:block}.Navbar-module__dVeNwG__megaLink:hover{color:#fff;background:#222}.Navbar-module__dVeNwG__megaGrid{grid-template-columns:1fr 1fr;gap:0;min-width:300px;padding:8px 0;display:grid}.Navbar-module__dVeNwG__megaGridItem{color:#bbb;white-space:nowrap;justify-content:space-between;align-items:center;gap:8px;padding:7px 16px;font-size:12.5px;text-decoration:none;transition:background .1s,color .1s;display:flex}.Navbar-module__dVeNwG__megaGridItem:hover{color:#fff;background:#222}.Navbar-module__dVeNwG__megaCount{color:#555;background:#ffffff0d;border-radius:10px;flex-shrink:0;padding:1px 5px;font-size:10px}.Navbar-module__dVeNwG__megaActorItem{color:#bbb;align-items:center;gap:10px;padding:6px 16px;font-size:12.5px;text-decoration:none;transition:background .1s,color .1s;display:flex}.Navbar-module__dVeNwG__megaActorItem:hover{color:#fff;background:#222}.Navbar-module__dVeNwG__megaActorThumb{object-fit:cover;background:#333;border-radius:50%;flex-shrink:0;width:26px;height:26px}.Navbar-module__dVeNwG__megaActorFallback{background:#2a2a2a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;display:flex}.Navbar-module__dVeNwG__megaEmpty{color:#555;padding:10px 16px;font-size:12px;display:block}.Navbar-module__dVeNwG__megaFooter{border-top:1px solid #242424;padding:8px 0 4px}.Navbar-module__dVeNwG__megaFooterLink{color:#ff9000;padding:8px 16px;font-size:12px;font-weight:600;text-decoration:none;transition:background .1s;display:block}.Navbar-module__dVeNwG__megaFooterLink:hover{background:#1a1a1a}.Navbar-module__dVeNwG__searchWrap{flex-shrink:0;width:260px;min-width:200px;margin-left:auto;transition:width .3s;position:relative}.Navbar-module__dVeNwG__searchWrap:focus-within{width:380px}.Navbar-module__dVeNwG__searchInner{background:#141414;border:1.5px solid #2a2a2a;border-radius:8px;align-items:center;transition:border-color .2s,box-shadow .2s;display:flex}.Navbar-module__dVeNwG__searchWrap:focus-within .Navbar-module__dVeNwG__searchInner{border-color:#ff9000;box-shadow:0 0 0 3px #ff90001f}.Navbar-module__dVeNwG__searchIcon{color:#666;pointer-events:none;z-index:1;width:14px;height:14px;transition:color .2s;position:absolute;left:11px}.Navbar-module__dVeNwG__searchWrap:focus-within .Navbar-module__dVeNwG__searchIcon{color:#ff9000}.Navbar-module__dVeNwG__searchInput{color:#fff;background:0 0;border:none;border-radius:8px;outline:none;width:100%;padding:8px 36px 8px 34px;font-family:inherit;font-size:13px}.Navbar-module__dVeNwG__searchInput::placeholder{color:#555}.Navbar-module__dVeNwG__searchSpinner{border:2px solid #2a2a2a;border-top-color:#ff9000;border-radius:50%;width:13px;height:13px;animation:.6s linear infinite Navbar-module__dVeNwG__spin;position:absolute;right:38px}@keyframes Navbar-module__dVeNwG__spin{to{transform:rotate(360deg)}}.Navbar-module__dVeNwG__clearBtn{color:#555;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:9px}.Navbar-module__dVeNwG__clearBtn:hover{color:#fff}.Navbar-module__dVeNwG__searchDrop{z-index:400;background:#1c1c1c;border:1px solid #2a2a2a;border-radius:10px;animation:.16s Navbar-module__dVeNwG__dropFade;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 16px 48px #000000b3}.Navbar-module__dVeNwG__dropSection{padding:4px 0}.Navbar-module__dVeNwG__dropSection+.Navbar-module__dVeNwG__dropSection{border-top:1px solid #222}.Navbar-module__dVeNwG__dropLabel{text-transform:uppercase;letter-spacing:.8px;color:#555;padding:6px 14px 3px;font-size:10px;font-weight:700}.Navbar-module__dVeNwG__dropItem{color:#ccc;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:9px 14px;font-family:inherit;font-size:13px;transition:background .1s,color .1s;display:flex}.Navbar-module__dVeNwG__dropItem:hover,.Navbar-module__dVeNwG__dropActive{color:#fff;background:#242424}.Navbar-module__dVeNwG__dropIcon{text-align:center;flex-shrink:0;width:20px;font-size:13px}.Navbar-module__dVeNwG__dropActorAvatar{object-fit:cover;background:#333;border:1px solid #333;border-radius:50%;flex-shrink:0;width:26px;height:26px}.Navbar-module__dVeNwG__dropActorFallback{color:#ff9000;background:#2a2a2a;border:1px solid #333;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;font-weight:700;display:flex}.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}.Navbar-module__dVeNwG__dropActive .Navbar-module__dVeNwG__dropCount{color:#aaa}.Navbar-module__dVeNwG__dropDivider{border-top:1px solid #222}.Navbar-module__dVeNwG__dropSearchRow{gap:8px;padding:8px 14px;display:flex}.Navbar-module__dVeNwG__dropSearchBtn{color:#bbb;cursor:pointer;text-align:center;background:0 0;border:1px solid #333;border-radius:6px;flex:1;padding:7px 12px;font-family:inherit;font-size:12px;font-weight:600;transition:background .1s,color .1s}.Navbar-module__dVeNwG__dropSearchBtn:hover{color:#fff;background:#2a2a2a}.Navbar-module__dVeNwG__dropRandomBtn{color:#ff9000;cursor:pointer;background:#ff90001f;border:1px solid #ff900040;border-radius:6px;padding:7px 14px;font-family:inherit;font-size:12px;font-weight:600;transition:background .1s}.Navbar-module__dVeNwG__dropRandomBtn:hover{background:#ff900038}.Navbar-module__dVeNwG__dropFooter{color:#ff9000;cursor:pointer;text-align:left;background:0 0;border:none;border-top:1px solid #222;width:100%;padding:10px 14px;font-family:inherit;font-size:12px;font-weight:600;transition:background .1s;display:block}.Navbar-module__dVeNwG__dropFooter:hover{background:#222}.Navbar-module__dVeNwG__catChips{flex-wrap:wrap;gap:6px;padding:6px 14px 10px;display:flex}.Navbar-module__dVeNwG__catChip{color:#ccc;cursor:pointer;white-space:nowrap;background:#ffffff0f;border:1px solid #2a2a2a;border-radius:20px;padding:4px 10px;font-family:inherit;font-size:12px;font-weight:500;transition:background .12s,color .12s}.Navbar-module__dVeNwG__catChip:hover{color:#fff;background:#2a2a2a}@media (max-width:960px){.Navbar-module__dVeNwG__navList{display:none}.Navbar-module__dVeNwG__searchWrap{width:100%;min-width:0;max-width:100%}.Navbar-module__dVeNwG__searchWrap:focus-within{width:100%}}
.Settings-module__QNrYba__wrap{flex-shrink:0;position:relative}.Settings-module__QNrYba__gearBtn{cursor:pointer;width:36px;height:36px;color:var(--muted);background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;font-size:16px;transition:all .15s;display:flex}.Settings-module__QNrYba__gearBtn:hover,.Settings-module__QNrYba__gearOpen{border-color:var(--border);background:var(--hover);color:#fff}.Settings-module__QNrYba__panel{border:1px solid var(--border);z-index:300;background:#1c1c1c;border-radius:12px;width:280px;animation:.18s Settings-module__QNrYba__fadeSlide;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 16px 48px #000000b3}@keyframes Settings-module__QNrYba__fadeSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Settings-module__QNrYba__panelHeader{color:#fff;border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 16px 10px;font-size:13px;font-weight:700;display:flex}.Settings-module__QNrYba__closeBtn{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:2px 4px;font-size:14px;transition:color .15s}.Settings-module__QNrYba__closeBtn:hover{color:#fff}.Settings-module__QNrYba__row{border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;gap:8px;padding:10px 16px;display:flex}.Settings-module__QNrYba__rowLabel{color:var(--muted);white-space:nowrap;min-width:90px;font-size:12px}.Settings-module__QNrYba__pills{flex-wrap:wrap;justify-content:flex-end;gap:4px;display:flex}.Settings-module__QNrYba__pill{border:1px solid var(--border);color:#666;cursor:pointer;white-space:nowrap;background:0 0;border-radius:12px;padding:3px 8px;font-size:11px;font-weight:500;transition:all .15s}.Settings-module__QNrYba__pill:hover{border-color:var(--border-hover);color:#ccc}.Settings-module__QNrYba__pillActive{background:#ff9000;color:#fff!important;border-color:#ff9000!important}.Settings-module__QNrYba__toggle{cursor:pointer;background:#333;border:none;border-radius:10px;flex-shrink:0;width:36px;height:20px;transition:background .2s;position:relative}.Settings-module__QNrYba__toggleOn{background:#ff9000}.Settings-module__QNrYba__toggleKnob{background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .2s;display:block;position:absolute;top:3px;left:3px}.Settings-module__QNrYba__toggleOn .Settings-module__QNrYba__toggleKnob{transform:translate(16px)}.Settings-module__QNrYba__divider{background:var(--border);height:1px;margin:4px 0}.Settings-module__QNrYba__feedbackLink{color:var(--muted);padding:12px 16px;font-size:13px;text-decoration:none;transition:all .15s;display:block}.Settings-module__QNrYba__feedbackLink:hover{color:#fff;background:var(--hover)}
.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)}
.AgeGate-module__urA71G__overlay{z-index:9999;-webkit-backdrop-filter:blur(12px);background:#000000f5;justify-content:center;align-items:center;padding:20px;animation:.3s AgeGate-module__urA71G__fadeIn;display:flex;position:fixed;inset:0}@keyframes AgeGate-module__urA71G__fadeIn{0%{opacity:0}to{opacity:1}}.AgeGate-module__urA71G__modal{text-align:center;background:#141414;border:1px solid #2a2a2a;border-radius:16px;width:100%;max-width:480px;padding:44px 40px 36px;animation:.35s AgeGate-module__urA71G__slideUp;box-shadow:0 32px 80px #000c,0 0 0 1px #ff900026}@keyframes AgeGate-module__urA71G__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.AgeGate-module__urA71G__icon{margin-bottom:16px;font-size:52px;line-height:1}.AgeGate-module__urA71G__title{color:#fff;letter-spacing:-.5px;margin-bottom:4px;font-size:28px;font-weight:900}.AgeGate-module__urA71G__siteName{color:#ff9000;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;font-size:13px;font-weight:700}.AgeGate-module__urA71G__warning{color:#e0e0e0;margin-bottom:12px;font-size:15px;line-height:1.6}.AgeGate-module__urA71G__confirm{color:#999;margin-bottom:14px;font-size:14px;line-height:1.65}.AgeGate-module__urA71G__legal{color:#555;background:#ffffff08;border:1px solid #222;border-radius:8px;margin-bottom:28px;padding:12px;font-size:11px;line-height:1.6}.AgeGate-module__urA71G__legal a{color:#888;text-underline-offset:2px;text-decoration:underline}.AgeGate-module__urA71G__legal a:hover{color:#ff9000}.AgeGate-module__urA71G__buttons{flex-direction:column;gap:10px;display:flex}.AgeGate-module__urA71G__enterBtn{color:#fff;cursor:pointer;letter-spacing:.3px;background:#ff9000;border:none;border-radius:10px;padding:16px 28px;font-size:16px;font-weight:800;transition:opacity .2s,transform .15s}.AgeGate-module__urA71G__enterBtn:hover{opacity:.9;transform:translateY(-1px)}.AgeGate-module__urA71G__enterBtn:active{transform:translateY(0)}.AgeGate-module__urA71G__leaveBtn{color:#555;cursor:pointer;background:0 0;border:1px solid #333;border-radius:10px;padding:12px 28px;font-size:13px;font-weight:500;transition:all .15s}.AgeGate-module__urA71G__leaveBtn:hover{color:#888;border-color:#444}@media (max-width:520px){.AgeGate-module__urA71G__modal{padding:32px 24px 28px}.AgeGate-module__urA71G__title{font-size:24px}}
