:root{
  --bg:#07080c;--surface:#10131b;--surface2:#161a24;--text:#f7f7fb;
  --muted:#969bab;--muted2:#6e7384;--border:rgba(255,255,255,.09);
  --accent:#f357b5;--accent2:#8c63ff;--live:#45d697;--warning:#ffbf69;
  --radius:18px;--shadow:0 24px 70px rgba(0,0,0,.44);--container:1440px;
  --header:72px
}
*{box-sizing:border-box}html{color-scheme:dark;scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--text);background:radial-gradient(circle at 12% -8%,rgba(243,87,181,.16),transparent 32rem),radial-gradient(circle at 92% 2%,rgba(140,99,255,.13),transparent 30rem),var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}body.age-locked{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select{font:inherit}.container{width:min(calc(100% - 40px),var(--container));margin:auto}.site-header{position:sticky;top:0;z-index:60;height:var(--header);border-bottom:1px solid var(--border);background:rgba(7,8,12,.78);backdrop-filter:blur(18px)}.header-inner{height:100%;display:flex;align-items:center;gap:28px}.brand{display:inline-flex;align-items:center;gap:11px;white-space:nowrap;font-weight:850;letter-spacing:-.035em}.brand-logo{width:32px;height:32px;border-radius:9px;object-fit:cover}.brand-mark{width:35px;aspect-ratio:1;display:grid;place-items:center;border-radius:11px;background:linear-gradient(135deg,var(--accent),var(--accent2));box-shadow:0 8px 24px rgba(243,87,181,.22)}.brand-mark svg{width:19px}.nav{display:flex;gap:5px}.nav a{padding:10px 12px;border-radius:10px;color:var(--muted);font-size:.9rem}.nav a:hover,.nav a[aria-current=page]{color:var(--text);background:rgba(255,255,255,.055)}.header-search{position:relative;margin-left:auto;width:min(360px,31vw)}.header-search input,.search-box input,.filter-input,.filter-select{color:var(--text);border:1px solid var(--border);outline:none;background:rgba(255,255,255,.045)}.header-search input{width:100%;height:42px;padding:0 44px 0 15px;border-radius:12px}.header-search input:focus,.search-box input:focus,.filter-input:focus,.filter-select:focus{border-color:rgba(243,87,181,.55);box-shadow:0 0 0 4px rgba(243,87,181,.1)}.search-key{position:absolute;right:9px;top:50%;transform:translateY(-50%);padding:3px 6px;border:1px solid var(--border);border-radius:6px;color:var(--muted2);font-size:.68rem}.live-count{display:inline-flex;align-items:center;gap:8px;color:#dffff2;white-space:nowrap;font-size:.8rem;font-weight:800}.live-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--live);box-shadow:0 0 0 5px rgba(69,214,151,.12);animation:pulse 2s infinite}@keyframes pulse{50%{box-shadow:0 0 0 9px rgba(69,214,151,0)}}
.hero{position:relative;overflow:hidden;padding:75px 0 45px}.hero:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,#000,transparent 78%)}.hero-layout{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,520px);align-items:center;gap:48px}.eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:18px;padding:7px 11px;color:#fbd9ee;border:1px solid rgba(243,87,181,.24);border-radius:999px;background:rgba(243,87,181,.075);font-size:.75rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.hero h1{max-width:810px;margin:0;font-size:clamp(3rem,6vw,6.15rem);line-height:.94;letter-spacing:-.066em}.gradient-text{color:transparent;background:linear-gradient(110deg,#fff 6%,#f6afd9 42%,#ad91ff 82%);-webkit-background-clip:text;background-clip:text}.hero-copy{max-width:690px;margin:24px 0 0;color:var(--muted);font-size:clamp(1rem,1.5vw,1.17rem);line-height:1.7}.search-box{position:relative;max-width:720px;margin-top:31px}.search-box input{width:100%;height:64px;padding:0 150px 0 52px;border-radius:17px;background:rgba(255,255,255,.062);box-shadow:var(--shadow)}.search-icon{position:absolute;left:19px;top:50%;transform:translateY(-50%);width:20px;color:var(--muted)}.search-submit{position:absolute;top:8px;right:8px;height:48px;padding:0 20px;border:0;border-radius:12px;color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent2));font-weight:850;cursor:pointer}.quick-links{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}.pill,.tag,.filter-chip{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--border);background:rgba(255,255,255,.04)}.pill{padding:9px 12px;border-radius:999px;color:var(--muted);font-size:.79rem}.pill:hover{color:var(--text);border-color:rgba(255,255,255,.17)}.hero-panel{position:relative;width:100%;max-width:520px;margin:0 auto;justify-self:center}.hero-collage{position:relative;width:100%;height:min(430px,52vw);min-height:340px;max-height:430px}.hero-glow{position:absolute;left:50%;top:54%;width:min(320px,70%);aspect-ratio:1;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(243,87,181,.34),rgba(140,99,255,.18) 55%,transparent 72%);filter:blur(42px);z-index:0;pointer-events:none}.collage-tile{position:absolute;display:block;overflow:hidden;border:2px solid rgba(255,255,255,.14);border-radius:16px;background:var(--surface);box-shadow:0 18px 44px rgba(0,0,0,.42);transition:transform .25s ease,box-shadow .25s ease,z-index .25s ease}.collage-tile:hover{transform:scale(1.05) rotate(0deg)!important;z-index:12;box-shadow:0 24px 56px rgba(243,87,181,.22)}.collage-tile img{width:100%;height:100%;object-fit:cover;object-position:center top}.collage-tile:nth-child(2){left:2%;top:10%;width:31%;aspect-ratio:.78;transform:rotate(-7deg);z-index:3}.collage-tile:nth-child(3){left:34%;top:2%;width:28%;aspect-ratio:.78;transform:rotate(4deg);z-index:6}.collage-tile:nth-child(4){right:1%;top:14%;width:24%;aspect-ratio:.78;transform:rotate(-3deg);z-index:2}.collage-tile:nth-child(5){left:14%;top:42%;width:34%;aspect-ratio:.78;transform:rotate(-2deg);z-index:7}.collage-tile:nth-child(6){right:12%;top:44%;width:27%;aspect-ratio:.78;transform:rotate(6deg);z-index:5}.collage-tile:nth-child(7){left:52%;top:54%;width:22%;aspect-ratio:.78;transform:rotate(-5deg);z-index:4}.collage-tile:nth-child(8){left:4%;bottom:2%;width:25%;aspect-ratio:.78;transform:rotate(3deg);z-index:1}.collage-live-pill{position:absolute;left:50%;bottom:6%;transform:translateX(-50%);z-index:11;display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border:1px solid rgba(69,214,151,.28);border-radius:999px;color:#dffff2;background:rgba(8,24,18,.82);backdrop-filter:blur(12px);font-size:.72rem;font-weight:850;letter-spacing:.02em;box-shadow:0 10px 28px rgba(0,0,0,.28)}
.section{padding:54px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:23px}.section-heading h2,.page-heading h1{margin:0;letter-spacing:-.045em}.section-heading h2{font-size:clamp(1.65rem,3vw,2.5rem)}.section-heading p,.page-heading p{color:var(--muted);line-height:1.65}.section-link{color:#edb5d8;font-size:.87rem;font-weight:800}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat-card,.content-panel,.model-panel,.model-main-photo{border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025))}.stat-card{padding:20px}.stat-value{display:block;font-size:1.65rem;font-weight:900;letter-spacing:-.04em}.stat-label{margin-top:5px;color:var(--muted);font-size:.79rem}.model-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(118px,1fr));gap:8px}.model-card{position:relative;min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:10px;background:var(--surface);transition:.18s ease}.model-card:hover{z-index:2;transform:translateY(-1px);border-color:rgba(243,87,181,.32);box-shadow:0 8px 20px rgba(0,0,0,.22)}.model-photo{position:relative;aspect-ratio:.82;overflow:hidden;background:linear-gradient(145deg,#2b2637,#12141b 50%,#39243d)}.model-photo:after{content:"";position:absolute;inset:58% 0 0;background:linear-gradient(transparent,rgba(7,8,12,.82));pointer-events:none}.model-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .35s ease}.model-card:hover .model-photo img{transform:scale(1.005)}.live-badge,.status-badge{position:absolute;z-index:2;top:5px;left:5px;display:inline-flex;align-items:center;gap:4px;padding:3px 5px;border-radius:999px;font-size:.52rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase;backdrop-filter:blur(10px)}.live-badge{color:#dffff2;border:1px solid rgba(69,214,151,.27);background:rgba(14,42,31,.74)}.status-badge{color:#dddfea;border:1px solid var(--border);background:rgba(14,16,22,.72)}.live-badge i{width:5px;height:5px;border-radius:50%;background:var(--live)}.model-info{padding:7px 8px 8px}.model-name{display:block;overflow:hidden;margin-bottom:2px;font-size:.76rem;font-weight:850;letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap}.model-subline{overflow:hidden;color:var(--muted);font-size:.62rem;text-overflow:ellipsis;white-space:nowrap}.model-tags{display:flex;gap:4px;overflow:hidden;margin-top:5px}.tag{flex:0 0 auto;max-width:72px;padding:2px 4px;border-radius:5px;color:#bbbfcf;font-size:.54rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-card{position:relative;min-height:150px;padding:21px;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:radial-gradient(circle at 100% 0%,rgba(243,87,181,.18),transparent 14rem),linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.022))}.category-card:after{content:"";position:absolute;right:-30px;bottom:-45px;width:140px;height:140px;border:1px solid rgba(255,255,255,.075);border-radius:38px;transform:rotate(24deg)}.category-card span{color:var(--muted);font-size:.76rem}.category-card strong{display:block;margin-top:9px;font-size:1.24rem;letter-spacing:-.03em}.category-card small{display:block;margin-top:22px;color:#edb5d8}
.page-main{min-height:70vh;padding:48px 0 80px}.page-heading{max-width:850px;margin-bottom:30px}.page-heading h1{font-size:clamp(2.4rem,6vw,4.8rem)}.page-heading p{max-width:690px;margin:15px 0 0}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-bottom:20px;color:var(--muted2);font-size:.77rem}.filter-shell{position:sticky;top:calc(var(--header) + 10px);z-index:35;margin-bottom:24px;padding:12px;border:1px solid var(--border);border-radius:17px;background:rgba(12,14,20,.88);backdrop-filter:blur(18px);box-shadow:0 14px 44px rgba(0,0,0,.22)}.filter-row{display:flex;align-items:center;gap:9px}.filter-search{flex:1 1 280px;min-width:180px}.filter-input,.filter-select{height:43px;border-radius:11px}.filter-input{width:100%;padding:0 14px}.filter-select{padding:0 34px 0 12px}.filter-chip{height:43px;padding:0 14px;border-radius:11px;color:var(--muted);cursor:pointer}.filter-chip.active{color:#e6fff5;border-color:rgba(69,214,151,.3);background:rgba(69,214,151,.1)}.results-meta{margin:13px 3px 0;color:var(--muted);font-size:.78rem}.empty-state{grid-column:1/-1;padding:60px 20px;text-align:center;border:1px dashed rgba(255,255,255,.15);border-radius:var(--radius);color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border:1px solid var(--border);border-radius:12px;color:var(--text);background:rgba(255,255,255,.05);font-weight:850;cursor:pointer}.button-primary{border:0;background:linear-gradient(135deg,var(--accent),var(--accent2))}.button:hover{filter:brightness(1.08)}.load-more{display:block;margin:28px auto 0}.pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;margin:28px 0 8px}.pagination .page-num,.pagination .page-nav{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;padding:0 12px;border:1px solid var(--border);border-radius:10px;color:var(--muted);background:rgba(255,255,255,.04);font-size:.82rem;font-weight:800}.pagination .page-num.active,.pagination .page-nav:hover{color:var(--text);border-color:rgba(243,87,181,.35);background:rgba(243,87,181,.08)}.activity-panel{display:grid;gap:10px}.activity-row{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid var(--border)}.activity-row span{color:var(--muted2);font-size:.72rem;text-transform:uppercase;letter-spacing:.04em}.activity-row strong{font-size:.84rem;text-align:right}.hub-links{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 0}.hub-links a{padding:7px 10px;border:1px solid var(--border);border-radius:9px;color:#d0d2dc;background:rgba(255,255,255,.035);font-size:.72rem}
.model-hero{display:grid;grid-template-columns:minmax(180px,280px) minmax(0,1fr);gap:18px;align-items:start}.model-photo-column{display:flex;flex-direction:column;gap:12px;min-width:0}.model-photo-cta .button{width:100%;min-height:50px;padding:0 14px;font-size:.82rem;line-height:1.25;text-wrap:balance}.model-main-photo{display:flex;align-items:flex-start;justify-content:center;width:100%;overflow:visible;background:linear-gradient(145deg,#282331,#12141b 52%,#38243c)}.model-main-photo img{display:block;width:100%;height:auto;max-width:100%;object-fit:contain;object-position:center top}.model-panel{display:flex;flex-direction:column;padding:clamp(24px,4vw,48px)}.model-panel-top{display:flex;justify-content:space-between;gap:20px}.model-panel h1{margin:13px 0 5px;font-size:clamp(2.2rem,5vw,4.5rem);letter-spacing:-.06em;overflow-wrap:anywhere}.model-lede{color:var(--muted);line-height:1.7}.attribute-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:28px 0}.attribute{min-width:0;padding:13px;border:1px solid var(--border);border-radius:12px;background:rgba(255,255,255,.035)}.attribute span{display:block;color:var(--muted2);font-size:.66rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.attribute strong{display:block;overflow:hidden;margin-top:5px;text-overflow:ellipsis;white-space:nowrap}.cta-wrap{margin-top:auto;padding-top:24px}.cta-wrap .button{width:100%;min-height:58px}.fine-print{margin-top:12px;color:var(--muted2);font-size:.71rem;line-height:1.5}.detail-grid{display:grid;grid-template-columns:1.45fr .75fr;gap:18px;margin-top:18px}.content-panel{padding:25px}.content-panel h2{margin:0 0 14px;letter-spacing:-.035em}.content-panel p{color:#c3c5d0;line-height:1.78;white-space:pre-line}.interest-list{display:flex;flex-wrap:wrap;gap:8px}.interest-list a,.interest-list span{padding:8px 10px;border:1px solid var(--border);border-radius:9px;color:#d0d2dc;background:rgba(255,255,255,.035);font-size:.75rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:6px}.gallery-grid .gallery-item{display:flex;align-items:flex-start;justify-content:center;overflow:hidden;aspect-ratio:.82;border-radius:8px;background:var(--surface2)}.gallery-grid img{width:100%;height:100%;object-fit:contain;object-position:center top}.notice{margin-top:16px;padding:14px 16px;border:1px solid rgba(255,191,105,.2);border-radius:12px;color:#ffd8a6;background:rgba(255,191,105,.075);line-height:1.6;font-size:.8rem}.image-placeholder{display:grid;place-items:center;height:100%;min-height:140px;background:linear-gradient(145deg,#282331,#12141b 52%,#38243c);color:rgba(255,255,255,.28);font-size:1.4rem}
.site-footer{padding:45px 0 35px;border-top:1px solid var(--border);background:rgba(0,0,0,.16)}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:36px}.footer-copy{max-width:420px;margin-top:14px;color:var(--muted);line-height:1.65;font-size:.81rem}.footer-column strong{display:block;margin-bottom:12px;font-size:.81rem}.footer-column a{display:block;width:fit-content;margin:8px 0;color:var(--muted);font-size:.79rem}.footer-column a:hover{color:var(--text)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:34px;padding-top:20px;color:var(--muted2);border-top:1px solid var(--border);font-size:.71rem}.age-gate{position:fixed;inset:0;z-index:1000;display:none;place-items:center;padding:20px;background:rgba(4,5,8,.89);backdrop-filter:blur(16px)}.age-gate.show{display:grid}.age-card{width:min(100%,500px);padding:32px;border:1px solid rgba(255,255,255,.15);border-radius:24px;background:radial-gradient(circle at 100% 0%,rgba(243,87,181,.18),transparent 18rem),var(--surface);box-shadow:var(--shadow)}.age-card h2{margin:18px 0 10px;font-size:2.2rem;letter-spacing:-.045em}.age-card p{color:var(--muted);line-height:1.7}.age-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}
@media(max-width:1399px){.hero-layout{grid-template-columns:minmax(0,1fr) minmax(300px,460px);gap:32px}.hero-collage{height:min(390px,48vw);min-height:300px}.category-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:920px){.nav{display:none}.header-search{width:min(430px,50vw)}.live-count{display:none}.hero{padding-top:48px}.hero-layout{grid-template-columns:1fr}.hero-panel{display:none}.stats-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.model-hero{grid-template-columns:minmax(160px,240px) minmax(0,1fr)}.detail-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){:root{--header:64px}.container{width:min(calc(100% - 24px),var(--container))}.site-header .brand span:last-child{display:none}.header-inner{gap:12px}.header-search{flex:1;width:auto}.search-key{display:none}.hero{padding:38px 0 28px}.hero h1{font-size:clamp(2.7rem,15vw,4.2rem)}.search-box input{padding-right:58px}.search-submit{width:48px;padding:0;font-size:0}.search-submit:after{content:"→";font-size:1.1rem}.section{padding:38px 0}.section-heading{align-items:flex-start;flex-direction:column}.model-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:7px}.filter-shell{top:calc(var(--header) + 6px);padding:9px}.filter-row{flex-wrap:wrap}.filter-search{flex-basis:100%}.filter-select,.filter-chip{flex:1;min-width:0}.filter-chip{justify-content:center}.category-grid{grid-template-columns:1fr}.model-hero{grid-template-columns:1fr}.model-photo-column{max-width:min(100%,320px)}.model-main-photo{max-width:100%}.attribute-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}@media(max-width:410px){.model-grid{grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:6px}.model-tags{display:none}}
