:root{
  --bg:#050506;--panel:#111218;--panel-2:#171922;--line:rgba(255,255,255,.08);
  --text:#f7f7fb;--muted:#9ea2af;--accent:#ff00d4;--accent-2:#ff4de4;
  --silver:#9ea2af;--gold:#f0d36d;--diamond:#7cf0ff;
  --radius:24px;--shadow:0 18px 40px rgba(0,0,0,.35);--max:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:radial-gradient(circle at top left, rgba(255,0,212,.08), transparent 24%),linear-gradient(180deg,#060607 0%,#040405 100%);
  color:var(--text)
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(var(--max), calc(100% - 32px));margin-inline:auto}
.site-main{padding:20px 0 60px}
.site-header{position:sticky;top:0;z-index:100;background:rgba(6,6,7,.82);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.site-header__inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:14px}
.site-brand{display:flex;align-items:center;gap:12px}
.site-brand__logo{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,var(--accent),var(--accent-2));display:grid;place-items:center;font-weight:900;box-shadow:0 10px 26px rgba(255,0,212,.24)}
.site-brand__text strong{display:block;font-size:1rem}
.site-brand__text small{display:block;color:var(--muted);font-size:.72rem}
.site-nav{display:none;gap:18px;color:#ddd}
.site-nav a:hover{color:#fff}
.site-header__actions{display:none;gap:10px}
.mobile-nav-toggle{width:42px;height:42px;border-radius:14px;border:1px solid var(--line);background:#171922;color:#fff}
.mobile-drawer{border-top:1px solid var(--line);background:#0f1117}
.mobile-drawer__inner{display:grid;gap:10px;padding:14px 16px}
.theme-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 18px;border-radius:999px;font-weight:800}
.theme-btn.primary{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff}
.theme-btn.secondary{background:#191b24;color:#fff;border:1px solid var(--line)}
.hero-home{display:grid;gap:16px}
.hero-home__card{
  padding:24px;border-radius:28px;background:linear-gradient(90deg, rgba(8,8,11,.94), rgba(8,8,11,.75)), url('https://images.unsplash.com/photo-1529139574466-a303027c1d8b?auto=format&fit=crop&w=1200&q=80') center/cover;position:relative;overflow:hidden;border:1px solid var(--line)
}
.hero-home__card::after{content:"X";position:absolute;right:-10px;bottom:-58px;font-size:11rem;font-weight:900;color:transparent;-webkit-text-stroke:3px rgba(255,0,212,.35);line-height:.8}
.eyebrow{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(255,0,212,.12);border:1px solid rgba(255,0,212,.2);color:#ffd8f8;font-size:.8rem;font-weight:700}
.hero-home h1,.archive-header h1,.page-panel h1{margin:14px 0 10px;font-size:2.2rem;line-height:.95;letter-spacing:-.06em}
.hero-home p,.archive-header p,.page-panel p{margin:0;color:#d9dbe4;line-height:1.6}
.quick-search{display:grid;gap:10px;margin-top:16px}
.quick-search input,.quick-search select,.archive-filters input,.archive-filters select,.form-stack input,.form-stack textarea,.form-stack select{
  width:100%;padding:14px 14px;border-radius:16px;background:#181a23;border:1px solid var(--line);color:#fff;font:inherit
}
.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.trust-box,.single-panel,.archive-filters,.access-card,.entry-panel{
  padding:18px;border-radius:22px;background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow)
}
.trust-box span{display:block;color:var(--muted);font-size:.8rem}
.trust-box strong{display:block;margin-top:8px;font-size:1.15rem}
.section-block{margin-top:26px}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-bottom:12px}
.section-heading h2,.section-heading h1{margin:0}
.section-heading small{color:var(--muted)}
.grid-mobile-2,.grid-mobile-3,.grid-mobile-4,.results-list,.site-footer__grid{display:grid;gap:10px}
.grid-mobile-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-mobile-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-mobile-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.profile-card{overflow:hidden;border-radius:20px;background:#101217;border:1px solid var(--line)}
.profile-card__media{display:block;position:relative;background:#171922}
.profile-card.diamond .profile-card__media{aspect-ratio:3/4}
.profile-card.gold .profile-card__media{aspect-ratio:3/4}
.profile-card.silver .profile-card__media{aspect-ratio:1/1}
.profile-card__media img{width:100%;height:100%;object-fit:cover}
.plan-badge{
  position:absolute;top:8px;left:8px;padding:6px 8px;border-radius:10px;font-size:.68rem;font-weight:900;border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(6px)
}
.plan-badge.diamond{background:rgba(124,240,255,.14);color:#e8ffff;border-color:rgba(124,240,255,.25)}
.plan-badge.gold{background:rgba(240,211,109,.14);color:#fff4c6;border-color:rgba(240,211,109,.22)}
.plan-badge.silver{background:rgba(158,162,175,.14);color:#edf0f8;border-color:rgba(158,162,175,.22)}
.profile-card__body{padding:12px}
.profile-card__body h3{margin:0 0 4px;letter-spacing:-.03em}
.profile-card__body p{margin:0;color:var(--muted)}
.profile-card.silver .profile-card__body{padding:8px}
.profile-card.silver .profile-card__body h3{font-size:.72rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.profile-card.silver .profile-card__body p{display:none}
.profile-card.gold .profile-card__body h3{font-size:.82rem}
.profile-card.gold .profile-card__body p{font-size:.68rem}
.profile-card.diamond .profile-card__body h3{font-size:.92rem}
.profile-card.diamond .profile-card__body p{font-size:.74rem}
.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.chips span{padding:8px 10px;border-radius:999px;background:#171922;border:1px solid var(--line);font-size:.78rem;color:#dadee7}
.cta-band{padding:18px;border-radius:24px;background:var(--panel);border:1px solid var(--line)}
.cta-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}
.archive-layout,.single-layout{display:grid;gap:16px}
.archive-results .results-list{grid-template-columns:1fr}
.archive-filters{display:none}
.archive-filters.is-open{display:block}
.filter-toggle{display:inline-flex}
.single-gallery__main{aspect-ratio:4/5;border-radius:22px;overflow:hidden;background:#171922}
.single-gallery__main img{width:100%;height:100%;object-fit:cover}
.single-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:10px}
.single-gallery__thumbs img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px}
.single-sidebar__card{position:sticky;top:96px;padding:18px;border-radius:22px;background:var(--panel);border:1px solid var(--line)}
.single-sidebar__card h1{margin:10px 0 8px;font-size:2rem}
.single-meta-list{display:grid;gap:10px;margin-top:12px}
.single-meta-list > div{padding:12px 14px;border-radius:16px;background:#171922;border:1px solid var(--line)}
.empty-state{padding:18px;border-radius:18px;background:#171922;border:1px dashed rgba(255,255,255,.12);color:var(--muted)}
.page-panel{display:grid;gap:16px}
.site-footer{padding:40px 0;border-top:1px solid var(--line);margin-top:40px}
.site-footer__grid a{display:block;color:var(--muted);margin-top:8px}
.site-footer__grid p{color:var(--muted)}
@media (min-width:900px){
  .site-nav,.site-header__actions{display:flex}
  .mobile-nav-toggle{display:none}
  .hero-home{grid-template-columns:1.05fr .95fr}
  .archive-layout{grid-template-columns:300px 1fr}
  .archive-filters{display:block}
  .filter-toggle{display:none}
  .single-layout{grid-template-columns:1fr 380px}
  .site-footer__grid{grid-template-columns:1.2fr 1fr 1fr}
}
