
.portal-topbar{position:relative;z-index:80;background:linear-gradient(90deg,#2563eb 0%,#3b82f6 50%,#2563eb 100%);border-bottom:1px solid rgba(0,0,0,.18);box-shadow:0 10px 30px rgba(37,99,235,.18)}
.portal-topbar__inner{max-width:1280px;margin:0 auto;padding:12px 16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.portal-topbar__link{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 16px;border-radius:18px;background:rgba(255,255,255,.12);border:1px solid rgba(0,0,0,.12);color:#050505;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 8px 20px rgba(0,0,0,.10);transition:transform .18s ease,background .18s ease,box-shadow .18s ease;text-align:center}
.portal-topbar__link:hover{transform:translateY(-1px);background:rgba(255,255,255,.22);box-shadow:0 12px 22px rgba(0,0,0,.14)}
@media (max-width: 767px){
  .portal-topbar__inner{grid-template-columns:1fr;padding:10px 12px;gap:8px}
  .portal-topbar__link{min-height:44px;font-size:11px;letter-spacing:.06em;border-radius:16px}
}
body.app-body{font-family:Inter,sans-serif;background:#09090b;color:#fff;-webkit-tap-highlight-color:transparent} .font-oswald{font-family:Oswald,sans-serif} .app-shell{max-width:100vw;overflow-x:hidden} textarea,input,button,select{font:inherit} a{text-decoration:none} .no-scrollbar::-webkit-scrollbar{display:none} .no-scrollbar{-ms-overflow-style:none;scrollbar-width:none} .admin-card{background:#18181b;border:1px solid rgba(63,63,70,.7);border-radius:28px;padding:24px;box-shadow:0 20px 50px rgba(0,0,0,.35)} .admin-table th,.admin-table td{padding:12px 10px;border-bottom:1px solid rgba(63,63,70,.6);text-align:left;font-size:14px} .admin-table th{color:#a1a1aa;text-transform:uppercase;font-size:11px;letter-spacing:.08em} .chip{display:inline-block;padding:6px 10px;border-radius:9999px;font-size:12px;font-weight:700} .chip.green{background:rgba(34,197,94,.14);color:#86efac;border:1px solid rgba(34,197,94,.3)} .chip.yellow{background:rgba(234,179,8,.12);color:#fde68a;border:1px solid rgba(234,179,8,.3)} .chip.blue{background:rgba(59,130,246,.12);color:#93c5fd;border:1px solid rgba(59,130,246,.3)} .chip.red{background:rgba(239,68,68,.14);color:#fca5a5;border:1px solid rgba(239,68,68,.3)}
.admin-panel{position:relative}
.admin-panel::before{content:"";position:fixed;inset:-20vh -20vw auto auto;width:40vw;height:40vw;background:radial-gradient(circle,rgba(236,72,153,.12),transparent 60%);pointer-events:none;filter:blur(12px)}
.admin-panel::after{content:"";position:fixed;inset:auto auto -10vh -10vw;width:36vw;height:36vw;background:radial-gradient(circle,rgba(59,130,246,.12),transparent 60%);pointer-events:none;filter:blur(12px)}
.admin-input{width:100%;border-radius:18px;background:#111114;border:1px solid rgba(63,63,70,.85);padding:14px 16px;color:#fff;outline:none}
.admin-input:focus{border-color:rgba(255,255,255,.2);box-shadow:0 0 0 4px rgba(255,255,255,.04)}
.admin-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:10px 14px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;border:1px solid rgba(255,255,255,.08);background:#2563eb;color:#fff}
.admin-btn--muted{background:#27272a;color:#fff}
.admin-btn--danger{background:rgba(220,38,38,.18);border-color:rgba(220,38,38,.24);color:#fecaca}
.admin-hero{background:linear-gradient(135deg,rgba(24,24,27,.95),rgba(39,39,42,.7));border:1px solid rgba(82,82,91,.55);border-radius:32px;padding:28px;box-shadow:0 24px 60px rgba(0,0,0,.35)}

body.app-body{
  background:
    radial-gradient(circle at top, rgba(59,130,246,.10), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(236,72,153,.10), transparent 24%),
    linear-gradient(180deg,#0d1015 0%, #09090b 42%, #09090b 100%);
  color:#fff;
}
.premium-surface{
  position:relative;
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 24px 70px rgba(0,0,0,.35);
  backdrop-filter: blur(16px);
}
.premium-card{
  position:relative;
  background:linear-gradient(180deg, rgba(22,22,26,.96), rgba(10,10,12,.98));
  border:1px solid rgba(255,255,255,.09);
  border-radius:32px;
  box-shadow:0 24px 60px rgba(0,0,0,.34);
  transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.premium-card:hover{
  transform:translateY(-3px);
  border-color:rgba(255,255,255,.16);
  box-shadow:0 30px 70px rgba(0,0,0,.42);
}
.feed-divider{
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
}

.mobile-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:9px 12px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1)}
.mobile-pill--danger{background:rgba(239,68,68,.16);border-color:rgba(239,68,68,.2);color:#fecaca}
.story-strip{display:flex;gap:14px;overflow:auto;padding-bottom:6px}
.story-bubble{min-width:82px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}
.story-ring{display:block;padding:3px;border-radius:999px;background:linear-gradient(135deg,#2563eb,#8b5cf6,#ec4899);box-shadow:0 16px 40px rgba(124,58,237,.2)}
.story-avatar{width:68px;height:68px;border-radius:999px;object-fit:cover;border:2px solid #09090b;background:#18181b}
.story-label{font-size:11px;line-height:1.2;color:#d4d4d8;max-width:78px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.search-shell{display:flex;align-items:center;gap:12px;border-radius:22px;background:#111114;border:1px solid rgba(63,63,70,.85);padding:0 16px;min-height:56px}
.search-shell__icon{font-size:18px;color:#71717a;line-height:1}
.search-shell__input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:15px;padding:14px 0}
.filter-row{display:flex;gap:10px;overflow:auto;padding-bottom:2px}
.filter-chip{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 16px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#d4d4d8;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);white-space:nowrap}
.filter-chip.is-active{color:#09090b;background:#fff;border-color:#fff;box-shadow:0 10px 25px rgba(255,255,255,.12)}
.premium-card--app{border-radius:34px}
.mini-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:8px 12px;font-size:10px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12);color:#fff;backdrop-filter:blur(12px)}
.mini-badge--glass{background:rgba(0,0,0,.35)}
.mini-badge--success{background:rgba(34,197,94,.14);border-color:rgba(34,197,94,.25);color:#bbf7d0}
.stat-pill{border-radius:20px;border:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.24);padding:12px}
.stat-pill__label{margin-top:4px;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#71717a}
.action-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 16px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}
.action-btn--light{background:#fff;color:#09090b}
.action-btn--primary{background:linear-gradient(90deg,#2563eb,#d946ef);color:#fff;box-shadow:0 14px 30px rgba(124,58,237,.22)}
.premium-feed-card{border-radius:30px}
.feed-play-badge{position:absolute;right:14px;bottom:14px;border-radius:999px;padding:8px 12px;font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#fff;background:rgba(0,0,0,.55);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(12px)}
.mobile-bottom-nav{position:fixed;left:50%;bottom:14px;transform:translateX(-50%);z-index:60;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;width:min(94vw,440px);padding:10px;border-radius:26px;background:rgba(10,10,12,.9);border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px rgba(0,0,0,.45);backdrop-filter:blur(18px)}
.mobile-bottom-nav__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:56px;border-radius:18px;color:#a1a1aa;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.mobile-bottom-nav__item span:first-child{font-size:18px;line-height:1}
.mobile-bottom-nav__item.is-active{background:rgba(255,255,255,.08);color:#fff}
.sticky-search-wrap{position:sticky;top:68px;z-index:30}
@media (min-width: 768px){.sticky-search-wrap{top:18px}}
@media (max-width: 767px){.premium-card{border-radius:28px}.story-avatar{width:60px;height:60px}}

.chip.pink{background:rgba(236,72,153,.14);color:#fbcfe8;border:1px solid rgba(236,72,153,.3)}
.like-btn{color:#d4d4d8;transition:transform .18s ease,color .18s ease}
.like-btn.is-liked{color:#fb7185}
.like-btn:hover{transform:translateY(-1px)}

.story-bubble{position:relative}
.story-bubble::after{content:"";position:absolute;right:10px;top:2px;width:10px;height:10px;border-radius:999px;background:#60a5fa;box-shadow:0 0 0 3px rgba(9,9,11,.95)}
.story-bubble.is-seen::after{display:none}
.story-bubble.is-seen .story-ring{background:linear-gradient(135deg,rgba(82,82,91,.8),rgba(63,63,70,.8));box-shadow:none}
.story-bubble.is-seen .story-label{color:#71717a}

.desktop-rail{display:flex;flex-direction:column;gap:18px}
.desktop-rail__brand,.desktop-rail__card{padding:22px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.09);box-shadow:0 18px 50px rgba(0,0,0,.28);backdrop-filter:blur(16px)}
.desktop-rail__nav{display:grid;gap:10px}
.desktop-rail__link{display:flex;align-items:center;min-height:48px;padding:0 16px;border-radius:18px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#d4d4d8}
.desktop-rail__link:hover,.desktop-rail__link.is-active{background:#fff;color:#09090b;border-color:#fff}
.desktop-rail__label{font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:#71717a}
.desktop-rail__button{display:flex;align-items:center;justify-content:center;min-height:48px;border-radius:18px;padding:0 16px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#fff}
.desktop-rail__button:hover{background:rgba(255,255,255,.08)}
.desktop-rail__button--primary{background:linear-gradient(90deg,#2563eb,#d946ef);border-color:transparent;box-shadow:0 16px 34px rgba(124,58,237,.22)}
.desktop-mini-profile{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:20px;background:rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.05)}
.desktop-mini-profile:hover{background:rgba(255,255,255,.05)}
.desktop-mini-profile__avatar{width:48px;height:48px;border-radius:999px;object-fit:cover;border:1px solid rgba(255,255,255,.08);background:#18181b}
.desktop-mini-profile__name,.desktop-mini-profile__meta{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.desktop-mini-profile__name{font-size:14px;font-weight:700;color:#fff}
.desktop-mini-profile__meta{font-size:11px;color:#71717a;margin-top:2px}
.desktop-mini-profile__dot{width:8px;height:8px;border-radius:999px;background:#4ade80;box-shadow:0 0 0 6px rgba(74,222,128,.12)}

.profile-toolbar{z-index:35}
.profile-toolbar .filter-chip{padding-left:14px;padding-right:14px}

@media (min-width:1280px){
  .mobile-bottom-nav{display:none}
}

.profile-hero-shell{overflow:visible}
.profile-hero-cover{height:360px;border-bottom-left-radius:34px;border-bottom-right-radius:34px;border:1px solid rgba(255,255,255,.08);box-shadow:0 30px 80px rgba(0,0,0,.42)}
.profile-hero-cover__overlay{background:linear-gradient(180deg,rgba(9,9,11,.06) 0%,rgba(9,9,11,.18) 28%,rgba(9,9,11,.72) 74%,rgba(9,9,11,.96) 100%)}
.profile-top-control{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;background:rgba(12,12,14,.52);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(18px);color:#fff;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;box-shadow:0 14px 30px rgba(0,0,0,.28)}
.profile-top-control--danger{background:rgba(220,38,38,.22);border-color:rgba(248,113,113,.22)}
.profile-hero-card{position:relative;border-radius:36px;padding:22px;background:linear-gradient(180deg,rgba(18,18,22,.96),rgba(9,9,11,.98));border:1px solid rgba(255,255,255,.08);box-shadow:0 32px 90px rgba(0,0,0,.45);backdrop-filter:blur(20px)}
.profile-hero-card::before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,rgba(59,130,246,.4),rgba(217,70,239,.25),rgba(255,255,255,.06));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:.75}
.profile-hero-card__grid{display:grid;gap:22px}
.profile-identity{display:grid;grid-template-columns:auto minmax(0,1fr);gap:18px;align-items:start}
.profile-avatar-stack{display:flex;align-items:flex-start;justify-content:center}
.profile-avatar-ring{padding:4px;border-radius:999px;background:linear-gradient(135deg,#2563eb,#8b5cf6,#ec4899);box-shadow:0 22px 55px rgba(124,58,237,.22)}
.profile-avatar-xl{width:106px;height:106px;border-radius:999px;object-fit:cover;border:4px solid #09090b;background:#18181b}
.profile-identity__eyebrow{font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:#71717a;margin-bottom:8px}
.profile-identity__title{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-family:Oswald,sans-serif;text-transform:uppercase;font-size:40px;line-height:.95;color:#fff}
.profile-identity__check{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#2563eb;color:#fff;font-size:14px;box-shadow:0 12px 24px rgba(37,99,235,.28)}
.profile-identity__meta{font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:#8f95a3}
.profile-identity__bio{margin-top:12px;max-width:760px;font-size:15px;line-height:1.7;color:#e4e4e7}
.profile-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}
.profile-stat-card{border-radius:24px;padding:14px 16px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.02)}
.profile-stat-card strong{display:block;font-size:26px;line-height:1;font-weight:900;color:#fff}
.profile-stat-card span{display:block;margin-top:6px;font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:#71717a}
.profile-cta-column{display:grid;gap:14px}
.profile-main-cta{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:64px;padding:0 22px;border-radius:24px;background:linear-gradient(90deg,#2563eb,#8b5cf6,#d946ef);color:#fff;font-size:14px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;box-shadow:0 24px 60px rgba(124,58,237,.26)}
.profile-main-cta span:last-child{font-size:18px;letter-spacing:.06em}
.profile-active-pass{display:flex;align-items:center;justify-content:center;min-height:64px;padding:0 22px;border-radius:24px;background:rgba(234,179,8,.12);border:1px solid rgba(234,179,8,.22);color:#fde68a;font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.profile-cta-note{font-size:12px;line-height:1.6;color:#a1a1aa;padding:0 2px}
.profile-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.profile-action-card{display:flex;align-items:center;gap:12px;border-radius:24px;padding:15px 16px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08);color:#fff;box-shadow:0 18px 50px rgba(0,0,0,.18)}
.profile-action-card__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:18px;background:rgba(255,255,255,.08);font-size:20px}
.profile-action-card strong{display:block;font-size:14px;font-weight:800}
.profile-action-card small{display:block;font-size:12px;color:#8f95a3;margin-top:2px}
.profile-highlight-stack{display:grid;gap:12px}
.profile-highlight-card{border-radius:24px;padding:16px 17px;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.08)}
.profile-highlight-card span{display:block;font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:#71717a}
.profile-highlight-card strong{display:block;margin-top:8px;font-size:18px;line-height:1.12;font-weight:900;color:#fff}
.profile-highlight-card small{display:block;margin-top:8px;font-size:12px;line-height:1.6;color:#b3b3b8}
.profile-tab-bar{display:flex;gap:10px;overflow:auto;margin-top:20px;padding-bottom:2px}
.profile-tab-chip{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#e4e4e7;white-space:nowrap}
.profile-tab-chip.is-active,.profile-tab-chip:hover{background:#fff;color:#09090b;border-color:#fff}
.profile-section-shell{box-shadow:0 22px 70px rgba(0,0,0,.28)}
.profile-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}
.profile-section-eyebrow{font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:#71717a;margin-bottom:6px}
.profile-inline-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#fff}
.profile-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.profile-gallery-card{position:relative;display:block;overflow:hidden;min-height:230px;border-radius:26px;background:#0f0f12;border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 50px rgba(0,0,0,.24)}
.profile-gallery-card:nth-child(3n+1){grid-row:span 2;min-height:320px}
.profile-gallery-card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.profile-gallery-card:hover .profile-gallery-card__img{transform:scale(1.04)}
.profile-gallery-card__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,9,11,.02) 0%,rgba(9,9,11,.14) 35%,rgba(9,9,11,.86) 100%)}
.profile-gallery-card__meta{position:absolute;left:14px;right:14px;bottom:14px;display:grid;gap:10px}
.profile-gallery-card__caption{display:block;color:#fff;font-size:13px;line-height:1.45;font-weight:600;text-shadow:0 6px 18px rgba(0,0,0,.4)}
.premium-post-card{background:linear-gradient(180deg,rgba(15,15,18,.98),rgba(8,8,10,.98));border:1px solid rgba(255,255,255,.08)}
.premium-post-card__header{background:linear-gradient(180deg,rgba(255,255,255,.02),transparent)}
.premium-post-card__media-wrap{overflow:hidden}
.premium-post-card__media-badges{position:absolute;left:16px;right:16px;bottom:16px;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.profile-summary-card{box-shadow:0 24px 70px rgba(0,0,0,.34)}
.profile-sticky-highlights{display:grid;gap:12px}
@media (min-width: 900px){
  .profile-hero-card__grid{grid-template-columns:minmax(0,1.35fr) minmax(320px,.9fr);align-items:start}
  .profile-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .profile-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width: 899px){
  .profile-hero-cover{height:290px;border-bottom-left-radius:28px;border-bottom-right-radius:28px}
  .profile-hero-card{padding:18px;border-radius:30px}
  .profile-identity{grid-template-columns:1fr;justify-items:start}
  .profile-avatar-xl{width:92px;height:92px}
  .profile-identity__title{font-size:32px}
  .profile-action-grid{grid-template-columns:1fr}
}
@media (max-width: 767px){
  .profile-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .profile-gallery-card{min-height:180px;border-radius:22px}
  .profile-gallery-card:nth-child(3n+1){min-height:240px}
  .profile-main-cta{padding:0 18px;font-size:12px}
  .profile-main-cta span:last-child{font-size:16px}
}

/* v9 profile native/chat refinements */
.profile-hero-card--native{padding:26px;border-radius:38px;background:linear-gradient(180deg,rgba(13,13,16,.88),rgba(7,7,9,.98));box-shadow:0 36px 120px rgba(0,0,0,.55)}
.profile-identity--native{align-items:center}
.profile-hero-card--native .profile-identity__bio{max-width:720px;color:#f3f4f6}
.profile-highlight-stack--fixed{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.profile-highlight-stack--fixed .profile-highlight-card{min-height:132px;display:flex;flex-direction:column;justify-content:flex-start;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03));box-shadow:0 18px 44px rgba(0,0,0,.2)}
.profile-main-cta{justify-content:center;min-height:72px;padding:0 24px;font-size:15px;letter-spacing:.1em;background:linear-gradient(90deg,#2563eb 0%,#3b82f6 48%,#2563eb 100%);box-shadow:0 26px 60px rgba(37,99,235,.38)}
.profile-main-cta span:last-child,.profile-main-cta span{font-size:15px;letter-spacing:.12em}
.profile-main-cta:hover{transform:translateY(-1px);filter:brightness(1.04)}
.profile-tab-bar--visual{margin-top:22px;gap:12px;flex-wrap:wrap}
.profile-tab-bar--visual .profile-tab-chip{gap:10px;min-height:52px;padding:0 18px;border-radius:18px;background:rgba(255,255,255,.05)}
.profile-tab-bar--visual .profile-tab-chip span:first-child{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:12px;background:rgba(255,255,255,.08);font-size:14px}
.profile-tab-bar--visual .profile-tab-chip.is-active span:first-child,.profile-tab-bar--visual .profile-tab-chip:hover span:first-child{background:rgba(9,9,11,.08)}
.profile-feed-shell{display:grid;gap:18px}
.profile-feed-shell__head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;padding:0 4px;flex-wrap:wrap}
.profile-feed-shell__meta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#a1a1aa}
.premium-post-card{position:relative;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(11,11,14,.98),rgba(6,6,8,.98));box-shadow:0 26px 80px rgba(0,0,0,.34)}
.premium-post-card__media-wrap{position:relative;overflow:hidden;background:#000}
.premium-post-card__top-gradient{position:absolute;inset:0 0 auto 0;height:42%;background:linear-gradient(180deg,rgba(0,0,0,.7),rgba(0,0,0,.14),transparent);pointer-events:none;z-index:2}
.premium-post-card__overlay-top{position:absolute;left:16px;right:16px;top:16px;display:grid;gap:10px;z-index:3;pointer-events:none}
.premium-post-card__caption{display:inline-block;max-width:min(76%,680px);padding:14px 16px;border-radius:22px;background:rgba(7,7,9,.46);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.08);color:#fff;font-size:14px;line-height:1.65;box-shadow:0 12px 28px rgba(0,0,0,.24)}
.premium-post-card__chips{display:flex;gap:8px;flex-wrap:wrap}
.post-inline-action{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 14px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);font-size:13px;font-weight:700;color:#fff;transition:all .2s ease}
.post-inline-action:hover{background:rgba(255,255,255,.08)}
.post-inline-action.is-liked,.like-btn.is-liked{background:rgba(239,68,68,.12);border-color:rgba(239,68,68,.22);color:#fecaca}
.premium-video-shell{position:relative;background:#000}
.video-center-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:88px;height:88px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(7,7,9,.45);backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:center;color:#fff;font-size:34px;box-shadow:0 24px 50px rgba(0,0,0,.35);z-index:4;transition:all .2s ease}
.video-center-play:hover{transform:translate(-50%,-50%) scale(1.04);background:rgba(7,7,9,.58)}
.premium-video-shell.is-playing .video-center-play{opacity:0;pointer-events:none}
.profile-gallery-card{min-height:260px;border-radius:28px;box-shadow:0 20px 60px rgba(0,0,0,.25)}
.profile-gallery-card:nth-child(3n+1){min-height:360px}
.profile-gallery-card__meta{gap:8px}
.profile-summary-card .desktop-rail__button--primary{background:linear-gradient(90deg,#2563eb,#3b82f6);box-shadow:0 18px 45px rgba(37,99,235,.28)}
.mobile-bottom-nav{background:linear-gradient(180deg,rgba(7,7,9,.96),rgba(7,7,9,.98));backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.06);box-shadow:0 22px 50px rgba(0,0,0,.35)}
.mobile-bottom-nav__item.is-active{background:rgba(255,255,255,.08)}
@media (max-width: 899px){
  .profile-hero-card--native{padding:18px;border-radius:32px}
  .profile-highlight-stack--fixed{grid-template-columns:1fr}
  .profile-main-cta{min-height:68px;font-size:14px}
}
@media (max-width: 767px){
  .profile-hero-shell{margin-bottom:20px}
  .profile-hero-cover{height:250px;border-bottom-left-radius:26px;border-bottom-right-radius:26px}
  .profile-hero-card--native{padding:16px;border-radius:28px}
  .profile-avatar-xl{width:86px;height:86px}
  .profile-identity__title{font-size:28px}
  .profile-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .profile-top-control{min-height:40px;padding:0 14px;font-size:10px}
  .profile-main-cta{min-height:64px;padding:0 16px;font-size:13px}
  .profile-feed-shell__head{padding:0 2px}
  .profile-gallery-card{min-height:170px;border-radius:22px}
  .profile-gallery-card:nth-child(3n+1){min-height:230px}
  .premium-post-card{border-radius:28px}
  .premium-post-card__overlay-top{left:12px;right:12px;top:12px}
  .premium-post-card__caption{max-width:86%;padding:12px 14px;font-size:13px;line-height:1.55}
  .video-center-play{width:74px;height:74px;font-size:28px}
}

/* --- Clean / Privacy-inspired refresh --- */
:root{
  --clean-bg:#f3eee8;
  --clean-surface:#ffffff;
  --clean-border:#e9e1d9;
  --clean-text:#2a2622;
  --clean-muted:#8c837b;
  --clean-accent:#2f66e6;
  --clean-accent-2:#8a4df0;
}
body.app-body{background:var(--clean-bg);color:var(--clean-text);}
.portal-strip{position:sticky;top:0;z-index:70;background:linear-gradient(90deg,#2563eb,#3b82f6);border-bottom:1px solid rgba(0,0,0,.08);}
.portal-strip__inner{max-width:1180px;margin:0 auto;padding:10px 16px;display:flex;gap:10px;justify-content:center;flex-wrap:wrap;}
.portal-strip__item{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 18px;border-radius:999px;background:rgba(255,255,255,.2);color:#111;font-weight:800;font-size:12px;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;box-shadow:0 6px 16px rgba(0,0,0,.08);}
.portal-strip__item:hover{background:rgba(255,255,255,.35);}
.brand-wordmark-link,.brand-wordmark-link:hover{text-decoration:none;color:inherit}
.brand-wordmark{display:inline-flex;align-items:flex-end;gap:2px;font-weight:800;font-size:2rem;line-height:1;letter-spacing:-.06em;color:#26231f}
.brand-wordmark__dot{color:#e69642}
.clean-home{min-height:100vh;padding-bottom:100px;}
.clean-header{position:sticky;top:0;z-index:50;background:rgba(243,238,232,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.05);}
.clean-header__inner{max-width:1180px;margin:0 auto;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:16px;}
.clean-header__actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.clean-main{max-width:1180px;margin:0 auto;padding:28px 16px 0;}
.clean-hero-card{background:var(--clean-surface);border:1px solid var(--clean-border);border-radius:32px;padding:28px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 20px 60px rgba(31,24,19,.05);}
.clean-hero-card__eyebrow{font-size:.75rem;letter-spacing:.22em;text-transform:uppercase;color:var(--clean-muted);margin-bottom:10px;font-weight:700}
.clean-hero-card__title{font-size:clamp(1.9rem,4vw,3rem);line-height:1.02;font-weight:800;max-width:680px;color:var(--clean-text);margin:0}
.clean-hero-card__text{max-width:720px;font-size:1.02rem;color:#6d655d;line-height:1.65;margin-top:14px}
.clean-hero-card__cta{display:flex;flex-direction:column;gap:12px;align-items:flex-start;min-width:220px}
.clean-primary-btn,.clean-primary-btn:hover{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 28px;border-radius:999px;background:var(--clean-accent);color:#fff;text-decoration:none;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 16px 35px rgba(47,102,230,.18)}
.clean-primary-btn--dark{background:#2d2925;box-shadow:none}
.clean-secondary-link{color:#6a625b;font-weight:700;text-decoration:none}
.clean-section{margin-top:28px}
.clean-section__head,.clean-feed-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:16px}
.clean-section__title{font-size:1.75rem;line-height:1.1;font-weight:800;color:var(--clean-text);margin:0}
.clean-section__text{color:#7d736a;margin-top:6px;font-size:.98rem}
.creator-offer-row{display:flex;gap:16px;overflow:auto;padding-bottom:4px}
.creator-offer-card{position:relative;min-width:220px;max-width:220px;height:300px;border-radius:24px;overflow:hidden;text-decoration:none;background:#ddd;box-shadow:0 18px 40px rgba(31,24,19,.10)}
.creator-offer-card__media,.creator-offer-card__media img{width:100%;height:100%;object-fit:cover}
.creator-offer-card__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04) 0%,rgba(0,0,0,.0) 30%,rgba(0,0,0,.66) 100%)}
.creator-offer-card__body{position:absolute;left:14px;right:14px;bottom:14px;display:flex;align-items:center;gap:12px;color:#fff}
.creator-offer-card__avatar{width:54px;height:54px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.8)}
.creator-offer-card__name{font-size:1.1rem;font-weight:800;line-height:1.05}
.creator-offer-card__user{font-size:.95rem;opacity:.9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.clean-feed-stack{display:grid;gap:22px;max-width:720px;margin:0 auto}
.clean-feed-card{background:var(--clean-surface);border:1px solid var(--clean-border);border-radius:28px;overflow:hidden;box-shadow:0 18px 48px rgba(31,24,19,.05)}
.clean-feed-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px 14px}
.clean-feed-card__profile{display:flex;align-items:center;gap:12px;min-width:0}
.clean-feed-card__avatar{width:56px;height:56px;border-radius:50%;object-fit:cover}
.clean-feed-card__name{display:block;font-size:1.06rem;font-weight:800;color:var(--clean-text);text-decoration:none}
.clean-feed-card__meta{font-size:.95rem;color:var(--clean-muted)}
.clean-feed-card__cta{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;background:#f7f1ea;color:#3c352f;text-decoration:none;font-weight:700;font-size:.9rem}
.clean-feed-card__caption{padding:0 20px 16px;font-size:1.02rem;line-height:1.6;color:#39342e}
.clean-feed-card__media-link{text-decoration:none;display:block}
.clean-feed-card__media{position:relative;background:#ddd}
.clean-feed-card__media img{width:100%;max-height:900px;display:block;object-fit:cover}
.clean-feed-card__play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:74px;height:74px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.88);color:#2c2723;font-size:1.65rem;box-shadow:0 16px 40px rgba(0,0,0,.18)}
.clean-feed-card__actions{padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.clean-feed-card__metrics{display:flex;gap:18px;align-items:center;color:#544d46;font-size:1rem;flex-wrap:wrap}
.clean-feed-card__subscribe{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 18px;border-radius:999px;background:#2c2925;color:#fff;text-decoration:none;font-size:.88rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.clean-chip,.clean-chip:hover{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid rgba(60,53,47,.12);background:#fff;color:#322d28;text-decoration:none;font-size:.84rem;font-weight:800}
.clean-chip--ghost{background:rgba(255,255,255,.78)}
.privacy-bottom-nav{position:fixed;left:50%;transform:translateX(-50%);bottom:18px;z-index:80;width:min(92vw,720px);background:rgba(255,255,255,.95);border:1px solid var(--clean-border);box-shadow:0 20px 50px rgba(31,24,19,.12);border-radius:22px;padding:8px 10px;display:flex;justify-content:space-between;gap:8px;backdrop-filter:blur(18px)}
.privacy-bottom-nav__item{flex:1;min-height:54px;border-radius:16px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-weight:700;color:#7b7167}
.privacy-bottom-nav__item.is-active{background:#f5efe9;color:#2c2824}
.privacy-auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:28px 16px;background:var(--clean-bg)}
.privacy-auth-shell{width:min(1180px,100%);display:grid;grid-template-columns:1fr 1.08fr;gap:28px;align-items:stretch}
.privacy-auth-panel{min-height:660px}
.privacy-auth-panel--form{display:flex;flex-direction:column;justify-content:center;padding:40px 48px}
.privacy-auth-brand{margin-bottom:42px}
.privacy-auth-form{display:grid;gap:16px;max-width:540px}
.privacy-auth-input{width:100%;min-height:58px;border-radius:18px;border:1px solid #ebe6df;background:#efefef;padding:0 18px;color:#27231f;font-size:1.02rem;outline:none}
.privacy-auth-input:focus{border-color:#d8cfc4;background:#fff}
.privacy-auth-row{display:flex;justify-content:flex-end}
.privacy-auth-link{color:#6b635b;text-decoration:none;font-size:1rem}
.privacy-auth-submit{min-height:56px;border-radius:18px;border:0;background:#d7d7d9;color:#585858;font-size:1rem;font-weight:700}
.privacy-auth-footer{margin-top:26px;color:#5e5650;font-size:1rem}
.privacy-auth-footer a{color:#e68b5a;text-decoration:none;font-weight:700}
.privacy-auth-alt-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.privacy-auth-alt-links a{display:inline-flex;min-height:40px;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--clean-border);padding:0 16px;text-decoration:none;color:#3b352f;background:#fff;font-weight:700;font-size:.92rem}
.privacy-auth-error{max-width:540px;margin-bottom:18px;border-radius:18px;padding:14px 16px;background:#fff0ee;border:1px solid #f1c5bd;color:#923c2c}
.privacy-auth-panel--visual{display:flex;align-items:center;justify-content:center}
.privacy-auth-visual-card{position:relative;width:100%;height:100%;min-height:660px;border-radius:34px;background:#e8ddd1;overflow:hidden;padding:42px;display:flex;align-items:flex-end}
.privacy-auth-visual-circle{position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);width:min(34vw,420px);height:min(34vw,420px);border-radius:42% 58% 54% 46% / 52% 40% 60% 48%;background:linear-gradient(145deg,#f9c85b,#f0a646);box-shadow:inset -50px -60px 0 rgba(255,255,255,.16)}
.privacy-auth-visual-copy{position:relative;z-index:2;max-width:520px}
.privacy-auth-visual-eyebrow{font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;color:#73695f;font-weight:800;margin-bottom:14px}
.privacy-auth-visual-copy h1{font-size:clamp(2rem,3.5vw,3.5rem);line-height:1.02;color:#2a2622;font-weight:800;max-width:11ch}
.privacy-auth-visual-copy p{margin-top:18px;font-size:1rem;line-height:1.65;color:#6c645d;max-width:420px}
.creator-clean-hero{max-width:1040px;margin:28px auto 0;padding:0 16px 24px;position:relative}
.creator-clean-hero__cover{height:320px;border-radius:32px;overflow:hidden;background:#ddd}
.creator-clean-hero__cover img{width:100%;height:100%;object-fit:cover}
.creator-clean-hero__overlay{position:absolute;left:16px;right:16px;top:0;height:320px;border-radius:32px;background:linear-gradient(180deg,rgba(0,0,0,.15) 0%,rgba(0,0,0,.55) 100%)}
.creator-clean-hero__inner{position:relative;margin-top:-268px;padding:20px;z-index:2}
.creator-clean-toprow{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:18px}
.creator-clean-toprow__actions{display:flex;gap:10px;flex-wrap:wrap}
.creator-clean-card{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;background:rgba(255,255,255,.92);border:1px solid rgba(233,225,217,.9);backdrop-filter:blur(18px);padding:24px;border-radius:28px;box-shadow:0 18px 48px rgba(31,24,19,.10)}
.creator-clean-card__identity{display:flex;gap:18px;align-items:flex-start}
.creator-clean-card__avatar{width:98px;height:98px;border-radius:50%;object-fit:cover;flex:0 0 auto}
.creator-clean-card__eyebrow{font-size:.74rem;text-transform:uppercase;letter-spacing:.2em;color:#857b72;font-weight:800}
.creator-clean-card__title{margin:10px 0 0;font-size:2.2rem;line-height:1;font-weight:800;color:#25211d}
.creator-clean-card__meta{margin-top:8px;color:#7b7167;font-size:1rem}
.creator-clean-card__bio{margin-top:14px;color:#4d4640;line-height:1.65;font-size:1rem}
.creator-clean-card__actions{display:flex;flex-direction:column;gap:14px}
.clean-status-badge{min-height:52px;border-radius:999px;background:#edf7ef;color:#2c6a39;display:flex;align-items:center;justify-content:center;font-size:.86rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:0 18px}
.creator-clean-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.creator-clean-stats > div{background:#f7f2ec;border:1px solid #eee6dd;border-radius:20px;padding:14px;text-align:center}
.creator-clean-stats strong{display:block;font-size:1.4rem;color:#292520}
.creator-clean-stats span{display:block;font-size:.76rem;text-transform:uppercase;letter-spacing:.14em;color:#8b8177;margin-top:4px}
.creator-clean-mini-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
@media (max-width: 1024px){
  .clean-header{top:0}
  .clean-hero-card{flex-direction:column;align-items:flex-start}
  .privacy-auth-shell{grid-template-columns:1fr}
  .privacy-auth-panel--visual{order:-1}
  .privacy-auth-visual-card{min-height:320px;padding:28px}
  .privacy-auth-panel--form{padding:28px 20px 34px}
  .creator-clean-card{grid-template-columns:1fr}
}
@media (max-width: 767px){
  .portal-strip__inner{padding:8px 10px;gap:8px;justify-content:stretch}
  .portal-strip__item{flex:1 1 100%;min-height:42px;padding:0 12px;font-size:11px}
  .clean-header{top:0}
  .clean-header__inner{padding:14px 16px}
  .brand-wordmark{font-size:1.6rem}
  .clean-main{padding-top:18px}
  .clean-hero-card{padding:22px;border-radius:24px}
  .clean-hero-card__title{font-size:2rem}
  .creator-offer-card{min-width:176px;max-width:176px;height:240px}
  .clean-feed-card__header{padding:16px}
  .clean-feed-card__caption{padding:0 16px 14px;font-size:.98rem}
  .clean-feed-card__actions{padding:16px}
  .clean-feed-card__metrics{gap:12px;font-size:.94rem}
  .privacy-bottom-nav{bottom:12px;width:calc(100vw - 24px)}
  .creator-clean-hero{margin-top:18px;padding:0 0 100px}
  .creator-clean-hero__cover,.creator-clean-hero__overlay{left:0;right:0;border-radius:0;height:270px}
  .creator-clean-hero__inner{margin-top:-226px;padding:16px}
  .creator-clean-card{padding:18px;border-radius:24px}
  .creator-clean-card__identity{flex-direction:column;align-items:flex-start}
  .creator-clean-card__avatar{width:84px;height:84px}
  .creator-clean-card__title{font-size:1.8rem}
}


.site-logo-link{display:inline-flex;text-decoration:none}
.site-logo{display:block;height:auto;max-width:100%}
.site-logo--auth{width:min(260px,70vw)}
.site-logo--hero{width:min(640px,88%);margin-inline:auto}
.site-logo--header{width:168px}

.privacy-entry-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:28px 16px;background:var(--clean-bg)}
.privacy-entry-shell{width:min(1180px,100%);display:grid;grid-template-columns:1fr 1.08fr;gap:28px;align-items:stretch}
.privacy-entry-panel{min-height:660px}
.privacy-entry-panel--actions{display:flex;flex-direction:column;justify-content:center;padding:40px 48px}
.privacy-entry-brand{margin-bottom:34px}
.privacy-entry-copy{max-width:540px;margin-bottom:30px}
.privacy-entry-copy h1{font-size:clamp(2.35rem,4vw,4.25rem);line-height:1.02;font-weight:800;color:#211d19;letter-spacing:-.05em}
.privacy-entry-copy p{margin-top:14px;font-size:1.05rem;line-height:1.7;color:#6d645b}
.privacy-entry-links{display:grid;gap:16px;max-width:540px}
.privacy-entry-button{display:flex;align-items:center;justify-content:center;min-height:60px;border-radius:18px;border:1px solid #ebe6df;background:#efefef;padding:0 20px;color:#27231f;font-size:1rem;font-weight:800;text-decoration:none;box-shadow:none;transition:background .18s ease, transform .18s ease, box-shadow .18s ease}
.privacy-entry-button:hover{background:#fff;transform:translateY(-1px);box-shadow:0 14px 30px rgba(31,24,19,.05)}
.privacy-entry-button--primary{background:#d7d7d9;color:#4f4f52}
.privacy-entry-panel--visual{display:flex;align-items:center;justify-content:center}
.privacy-entry-visual-card{position:relative;width:100%;height:100%;min-height:660px;border-radius:34px;background:#e8ddd1;overflow:hidden;padding:0;display:flex;align-items:stretch;justify-content:stretch}
.privacy-entry-visual-card::before{content:"";position:absolute;inset:auto auto 12% 10%;width:110px;height:110px;border-radius:50%;background:rgba(255,255,255,.18);filter:blur(.5px)}
.privacy-entry-visual-card::after{content:"";position:absolute;inset:7% 8% auto auto;width:120px;height:120px;border-radius:50%;background:rgba(255,255,255,.16)}
.privacy-entry-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.brand-editor-card{display:grid;grid-template-columns:minmax(320px,460px) 1fr;gap:22px;padding:22px;border-radius:30px;background:rgba(255,255,255,.94);border:1px solid rgba(234,216,207,.92);box-shadow:0 22px 70px rgba(89,58,48,.08);margin-bottom:26px}
.brand-editor-card__preview{display:grid;gap:16px}
.brand-editor-card__hero{position:relative;overflow:hidden;border-radius:28px;min-height:420px;background:#efe2da}
.brand-editor-card__hero img{width:100%;height:100%;object-fit:cover;display:block}
.brand-editor-card__badge{position:absolute;left:16px;bottom:16px;padding:10px 14px;border-radius:999px;background:rgba(34,26,22,.68);color:#fff;font-size:.82rem;font-weight:700;letter-spacing:.02em}
.brand-editor-card__logo-wrap{display:flex;align-items:center;gap:16px;padding:18px;border-radius:24px;background:#fff7f4;border:1px solid rgba(123,79,67,.1)}
.brand-editor-card__logo{max-width:220px;max-height:72px;width:auto;height:auto;display:block}
.brand-editor-card__logo-note{font-size:.92rem;color:#6f5954;line-height:1.6}
.brand-editor-card__form{display:grid;gap:16px;align-content:start}
.brand-editor-card__fields{display:grid;gap:16px}
.brand-editor-card__label{display:block;margin-bottom:8px;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#8e6d68}
.brand-editor-card__input{display:block;width:100%;min-height:58px;border-radius:18px;border:1px solid rgba(123,79,67,.14);background:#fffaf7;padding:15px 18px;color:#3a2c2a}
.brand-editor-card__actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:space-between}
.brand-editor-card__check{display:flex;align-items:center;gap:8px;color:#6f5954;font-size:.93rem}
.brand-editor-card__submit{min-height:56px;padding:0 24px;border:0;border-radius:18px;background:linear-gradient(135deg,#7b4f43 0%,#a97359 100%);color:#fff;font-weight:800;letter-spacing:.03em;text-transform:uppercase;box-shadow:0 16px 36px rgba(123,79,67,.18)}
.creator-auth-visual-card--hero{padding:0!important;overflow:hidden}
.creator-auth-visual-hero{width:100%;height:100%;object-fit:cover;display:block}

.privacy-feed-home{min-height:100vh;padding-bottom:100px;background:var(--clean-bg)}
.privacy-feed-home__header{position:sticky;top:0;z-index:40;background:rgba(243,238,232,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.05)}
.privacy-feed-home__header-inner{max-width:1180px;margin:0 auto;padding:18px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.privacy-feed-home__actions{display:flex;align-items:center;gap:10px}
.privacy-feed-home__pill,.privacy-feed-home__icon{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--clean-border);background:#fff;color:#2d2925;font-size:.9rem;font-weight:700;text-decoration:none}
.privacy-feed-home__main{max-width:1180px;margin:0 auto;padding:28px 16px 0}
.privacy-feed-home__rail{margin-bottom:28px}
.privacy-feed-home__section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
.privacy-feed-home__section-head h2{font-size:1.4rem;font-weight:800;color:#25211d}
.privacy-feed-home__section-head--feed{max-width:720px;margin:0 auto 14px}
.creator-offer-card--clean{box-shadow:none;border:1px solid var(--clean-border)}
.clean-feed-stack--privacy{gap:18px}
.clean-feed-card--privacy{border-radius:26px;box-shadow:none}
.clean-feed-card--privacy .clean-feed-card__media img{max-height:none}

@media (max-width: 1024px){
  .privacy-entry-shell{grid-template-columns:1fr}
  .privacy-entry-panel--visual{order:-1}
  .privacy-entry-visual-card{min-height:320px;padding:24px}
  .privacy-entry-panel--actions{padding:28px 20px 34px}
}
@media (max-width: 767px){
  .site-logo--header{width:142px}
  .site-logo--auth{width:min(220px,68vw)}
  .privacy-entry-page{padding:0;background:var(--clean-bg)}
  .privacy-entry-shell{gap:0}
  .privacy-entry-panel{min-height:auto}
  .privacy-entry-visual-card{border-radius:0;min-height:320px;padding:18px 14px}
  .privacy-entry-panel--actions{padding:26px 20px 36px}
  .privacy-entry-copy h1{font-size:2.45rem}
  .privacy-entry-button{min-height:58px}
  .privacy-feed-home__header-inner{padding:14px 16px}
  .privacy-feed-home__main{padding-top:18px}
}

/* v14 profile top refresh */
.creator-profile-hero{max-width:1120px;margin:28px auto 0;padding:0 16px 18px;position:relative}
.creator-profile-hero__cover{height:340px;border-radius:36px;overflow:hidden;position:relative;background:linear-gradient(135deg,#0d1734 0%,#2d55db 46%,#c63f8f 100%)}
.creator-profile-hero__cover img{width:100%;height:100%;object-fit:cover;display:block;mix-blend-mode:soft-light;opacity:.78}
.creator-profile-hero__overlay{position:absolute;left:16px;right:16px;top:0;height:340px;border-radius:36px;background:linear-gradient(180deg,rgba(12,18,36,.18) 0%,rgba(12,18,36,.58) 100%)}
.creator-profile-hero__toolbar{position:absolute;left:42px;right:42px;top:24px;z-index:4;display:flex;align-items:center;justify-content:space-between;gap:12px}
.creator-profile-hero__toolbar-actions{display:flex;gap:10px;flex-wrap:wrap}
.creator-toolbar-chip{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;background:rgba(255,255,255,.85);border:1px solid rgba(255,255,255,.28);backdrop-filter:blur(12px);color:#231f1c;text-decoration:none;font-size:.96rem;font-weight:800;box-shadow:0 10px 25px rgba(0,0,0,.08)}
.creator-profile-hero__content{position:relative;z-index:5;max-width:900px;margin:-92px auto 0;padding:0 20px 14px;text-align:center}
.creator-profile-hero__avatar{width:138px;height:138px;border-radius:50%;object-fit:cover;border:6px solid rgba(245,240,233,.98);box-shadow:0 22px 60px rgba(24,20,16,.18);margin:0 auto}
.creator-profile-hero__name-row{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:18px;flex-wrap:wrap}
.creator-profile-hero__title{font-size:clamp(2rem,3.8vw,3.4rem);line-height:1.04;font-weight:800;color:#231f1c;letter-spacing:-.04em;margin:0}
.creator-profile-hero__username{margin-top:8px;font-size:1.15rem;font-weight:700;color:#496ebb}
.creator-profile-hero__status{margin-top:8px;font-size:1rem;color:#6c635b}
.creator-profile-hero__bio{max-width:720px;margin:14px auto 0;font-size:1.05rem;line-height:1.75;color:#4b433d}
.creator-profile-hero__subscribe,.creator-profile-hero__active{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 28px;border-radius:999px;margin-top:22px;text-decoration:none;font-size:1.04rem;font-weight:800;letter-spacing:.01em}
.creator-profile-hero__subscribe{background:linear-gradient(135deg,#2d55db,#3c79ff);color:#fff;box-shadow:0 18px 45px rgba(51,96,230,.28)}
.creator-profile-hero__active{background:linear-gradient(180deg,#f3c84b 0%,#d9a520 100%);color:#111;border:1px solid rgba(0,0,0,.28);box-shadow:0 8px 22px rgba(0,0,0,.08);text-transform:uppercase;gap:10px}
.creator-profile-hero__active-icon{display:inline-flex;align-items:center;justify-content:center;font-size:1rem;line-height:1;color:#111;transform:translateY(-1px)}
.creator-profile-hero__stats{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;margin-top:22px}
.creator-profile-stat{display:flex;align-items:center;gap:10px;color:#2d2925}
.creator-profile-stat strong{font-size:1.26rem;font-weight:800}
.creator-profile-stat span:last-child{font-size:1rem;color:#5f5650;text-transform:lowercase}
.creator-profile-stat__icon{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 10px 22px rgba(31,24,19,.05)}
.creator-profile-hero__quick-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:18px}
.verified-badge{display:inline-flex;width:20px;height:20px;color:#2590ff;flex:0 0 auto}
.verified-badge svg{width:100%;height:100%;display:block}
.verified-badge--hero{width:22px;height:22px}
.clean-feed-card__name-row{display:flex;align-items:center;gap:8px;min-width:0}
.clean-feed-card__time{font-size:.9rem;color:#7e746c;font-weight:700;white-space:nowrap}
.clean-feed-card__divider{height:1px;background:#fff;margin:18px 22px 0;opacity:.95}
.clean-feed-card--timeline{box-shadow:none;border:1px solid rgba(228,220,211,.95)}
.clean-feed-card--timeline + .clean-feed-card--timeline{margin-top:2px}
.clean-feed-card__meta{display:flex;align-items:center;gap:8px}

@media (max-width: 767px){
  .creator-profile-hero{margin-top:0;padding:0 0 88px}
  .creator-profile-hero__cover,.creator-profile-hero__overlay{left:0;right:0;border-radius:0;height:300px}
  .creator-profile-hero__toolbar{left:16px;right:16px;top:18px}
  .creator-toolbar-chip{min-height:42px;padding:0 15px;font-size:.92rem}
  .creator-profile-hero__content{margin-top:-70px;padding:0 18px 10px}
  .creator-profile-hero__avatar{width:118px;height:118px;border-width:5px}
  .creator-profile-hero__title{font-size:2rem}
  .creator-profile-hero__username{font-size:1.04rem}
  .creator-profile-hero__status{font-size:.96rem}
  .creator-profile-hero__bio{font-size:.98rem;line-height:1.65}
  .creator-profile-hero__subscribe,.creator-profile-hero__active{width:100%;max-width:360px;min-height:54px;padding:0 20px}
  .creator-profile-hero__stats{gap:18px;margin-top:18px}
  .creator-profile-stat{gap:8px}
  .creator-profile-stat strong{font-size:1.12rem}
  .creator-profile-stat span:last-child{font-size:.94rem}
  .clean-feed-card__header{align-items:flex-start}
  .clean-feed-card__time{font-size:.82rem;white-space:normal;text-align:right;max-width:110px}
  .clean-feed-card__divider{margin:16px 16px 0}
}


/* v15 profile fixes */
.creator-profile-hero{width:100vw;max-width:none;margin:0 calc(50% - 50vw) 0;padding:0 0 18px;position:relative}
.creator-profile-hero__cover{height:360px;border-radius:0}
.creator-profile-hero__overlay{left:0;right:0;top:0;height:360px;border-radius:0}
.creator-profile-hero__toolbar{left:24px;right:24px}
.creator-profile-hero__content{max-width:900px;margin:-92px auto 0;padding:0 20px 14px;text-align:center}
.creator-profile-hero__name-row,.clean-feed-card__name-row{overflow:visible}
.creator-profile-hero__title{line-height:1.12;padding-right:4px}
.creator-profile-hero__quick-actions .creator-toolbar-chip{text-transform:uppercase}
.verified-badge{width:24px;height:24px;overflow:visible;position:relative;top:-1px;flex:0 0 24px}
.verified-badge svg{overflow:visible}
.verified-badge--hero{width:28px;height:28px;flex-basis:28px}
.clean-section--feed-only{padding-top:0}
.clean-section--feed-only .clean-feed-stack{margin-top:0}
@media (max-width: 767px){
  .creator-profile-hero{margin:0 calc(50% - 50vw) 0;padding:0 0 88px}
  .creator-profile-hero__cover,.creator-profile-hero__overlay{height:300px}
  .creator-profile-hero__toolbar{left:16px;right:16px;top:18px}
}


.creator-auth-page{background:var(--clean-bg)}
.creator-auth-shell{align-items:center}
.creator-auth-form-panel{background:var(--clean-surface);border:1px solid var(--clean-border);border-radius:34px;box-shadow:0 22px 60px rgba(31,24,19,.06)}
.creator-auth-heading{max-width:540px;margin-bottom:20px}
.creator-auth-brand{margin-bottom:22px}
.creator-auth-title{margin:0;font-size:clamp(2.4rem,5vw,3.6rem);line-height:1;font-weight:800;text-transform:uppercase;color:var(--clean-text)}
.creator-auth-text{margin-top:14px;font-size:1.05rem;line-height:1.6;color:#6a625b;max-width:460px}
.creator-auth-form{max-width:540px}
.creator-auth-input{background:#f1efec;border-color:#e5ddd3;color:var(--clean-text)}
.creator-auth-input::placeholder{color:#787067}
.creator-auth-submit{min-height:58px;border-radius:20px;border:1px solid #d6c1a5;background:linear-gradient(180deg,#e8d3b7,#dcc0a1);color:#2a2622;font-size:1rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em;box-shadow:0 16px 35px rgba(194,164,127,.22)}
.creator-auth-links{display:grid;gap:14px;max-width:540px;margin-top:20px}
.creator-auth-secondary{display:flex;align-items:center;justify-content:center;min-height:56px;border-radius:20px;border:1px solid var(--clean-border);background:#f8f5f1;color:#3b352f;text-decoration:none;font-weight:700;padding:0 18px}
.creator-auth-admin{display:inline-flex;justify-content:center;color:#6b635b;font-size:1rem;font-weight:700;text-decoration:underline;text-underline-offset:4px}
.creator-auth-info{background:#eef8ee;border-color:#cfe6cf;color:#2d6a32}
.creator-auth-visual-panel{display:flex;align-items:stretch}
.creator-auth-visual-card{width:100%;min-height:660px;border-radius:34px;border:1px solid var(--clean-border);background:linear-gradient(180deg,#f0ece6,#e7e0d8);display:flex;align-items:center;justify-content:center;padding:36px;overflow:hidden}
.creator-auth-visual-logo{display:block;width:min(84%,560px);max-width:100%;height:auto;filter:drop-shadow(0 20px 45px rgba(31,24,19,.10))}
@media (max-width: 980px){
  .creator-auth-shell{grid-template-columns:1fr}
  .creator-auth-visual-panel{order:-1}
  .creator-auth-visual-card{min-height:280px;padding:24px}
  .creator-auth-form-panel{padding-top:22px}
  .creator-auth-brand{margin-bottom:16px}
  .creator-auth-title{text-align:left}
}

/* --- Creator dashboard clean menu --- */
.creator-panel .admin-card{background:#151515;border:1px solid rgba(255,255,255,.06);color:#fff;box-shadow:0 22px 48px rgba(0,0,0,.12)}
.creator-panel .admin-table th{color:#a8a29e}
.creator-panel .admin-table td{color:#f5f5f4}
.creator-panel .admin-table tr:last-child td{border-bottom:none}
.creator-panel .admin-card input,
.creator-panel .admin-card textarea,
.creator-panel .admin-card select{background:#080808;border-color:rgba(255,255,255,.08);color:#fff}
.creator-panel .admin-card input::placeholder,
.creator-panel .admin-card textarea::placeholder{color:#a1a1aa}
.creator-panel .admin-card .text-zinc-400,
.creator-panel .admin-card .text-zinc-500{color:#a8a29e !important}
.creator-panel .admin-card .text-zinc-300{color:#e7e5e4 !important}
.creator-panel .admin-card .bg-black\/40{background:rgba(0,0,0,.32) !important}
.creator-panel .admin-card .border-zinc-800{border-color:rgba(255,255,255,.08) !important}
.creator-panel .admin-card .bg-zinc-800{background:#232323 !important}
.creator-panel .admin-card .bg-white{background:#e8dccd !important;color:#241f1a !important}
.creator-panel .admin-card .bg-blue-600{background:#dcc6aa !important;color:#241f1a !important}
.creator-panel .admin-card .bg-red-600{background:#1e1e22 !important;color:#fff !important}
.creator-panel .admin-card .peer-checked\:bg-zinc-800:has(input:checked),
.creator-panel .admin-card .peer-checked\:text-white{color:#fff}
.creator-dashboard-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.creator-panel-btn,.creator-panel-btn:hover{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:16px;background:#17171a;color:#fff;text-decoration:none;font-size:.86rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 12px 26px rgba(0,0,0,.08)}
.creator-panel-btn--danger{background:#2b2927;color:#fff}
.creator-menu-toggle{position:relative}
.creator-menu-toggle summary{list-style:none;display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:16px;background:#17171a;color:#fff;font-size:.86rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;box-shadow:0 12px 26px rgba(0,0,0,.08)}
.creator-menu-toggle summary::-webkit-details-marker{display:none}
.creator-menu-toggle__dropdown{position:absolute;top:calc(100% + 10px);left:0;min-width:220px;padding:10px;border-radius:20px;background:#111114;border:1px solid rgba(255,255,255,.08);box-shadow:0 22px 46px rgba(0,0,0,.16);display:grid;gap:8px;z-index:60}
.creator-menu-toggle__item,.creator-menu-toggle__item:hover{display:flex;align-items:center;min-height:42px;padding:0 14px;border-radius:14px;background:#1d1d21;color:#f5f5f4;text-decoration:none;font-size:.86rem;font-weight:700}
.creator-menu-toggle__item.is-active{background:#e8dccd;color:#241f1a}
.creator-alert{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:16px;background:#fff0f0;border:1px solid rgba(220,38,38,.18);color:#c51d1d;font-size:.84rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;animation:creatorBlink 1.15s ease-in-out infinite}
@keyframes creatorBlink{0%,100%{opacity:1;box-shadow:0 0 0 rgba(220,38,38,0)}50%{opacity:.45;box-shadow:0 0 0 6px rgba(220,38,38,.06)}}
.creator-stats-card{background:#151515;border:1px solid rgba(255,255,255,.06);border-radius:24px;padding:20px;box-shadow:0 18px 38px rgba(0,0,0,.10)}
.creator-panel .chip.green{background:rgba(34,197,94,.12);color:#b7f0ca;border-color:rgba(34,197,94,.22)}
.creator-panel .chip.yellow{background:rgba(234,179,8,.14);color:#fde68a;border-color:rgba(234,179,8,.28)}
.creator-panel .chip.red{background:rgba(239,68,68,.12);color:#fecaca;border-color:rgba(239,68,68,.28)}
@media (max-width: 768px){
  .creator-menu-toggle{width:100%}
  .creator-menu-toggle summary,.creator-panel-btn{width:100%;justify-content:center}
  .creator-menu-toggle__dropdown{left:0;right:0;min-width:0}
  .creator-dashboard-actions{width:100%}
}


.privacy-auth-heading-main{margin:0 0 28px;font-size:clamp(2.6rem,6vw,4rem);line-height:1;font-weight:800;text-transform:uppercase;color:var(--clean-text)}
.privacy-auth-alt-links--split{display:flex;gap:14px;flex-wrap:nowrap;max-width:540px}
.privacy-auth-alt-links--split a{flex:1;min-width:0}
.privacy-auth-visual-card--imageonly{padding:0;background:#e8ddd1;display:block;min-height:660px}
.privacy-auth-visual-image{display:block;width:100%;height:100%;min-height:660px;object-fit:cover}
@media (max-width: 900px){
  .privacy-auth-heading-main{margin-bottom:22px;font-size:clamp(2.2rem,9vw,3.2rem)}
  .privacy-auth-alt-links--split{gap:10px}
  .privacy-auth-alt-links--split a{padding:0 10px;font-size:.88rem}
  .privacy-auth-visual-card--imageonly,.privacy-auth-visual-image{min-height:260px}
}

/* v20 home rail refresh */
.privacy-feed-home__section-head--carousel{align-items:center}
.creator-carousel{position:relative}
.creator-carousel__controls{display:flex;align-items:center;gap:10px}
.creator-carousel__nav{width:42px;height:42px;border-radius:50%;border:1px solid var(--clean-border);background:#fff;color:#2d2925;font-size:1.35rem;font-weight:800;line-height:1;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 24px rgba(31,24,19,.08);cursor:pointer}
.creator-carousel__nav:hover{background:#f7f1ea}
.creator-offer-row[data-carousel-track]{scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:2px 2px 8px}
.creator-offer-card--carousel{min-width:236px;max-width:236px;height:320px;scroll-snap-align:start}
.creator-offer-card__overlay--strong{background:linear-gradient(180deg,rgba(0,0,0,.02) 20%,rgba(0,0,0,.08) 38%,rgba(0,0,0,.72) 100%)}
.creator-offer-card__body--centered{left:18px;right:18px;bottom:18px;display:flex;justify-content:center;align-items:flex-end;text-align:center}
.creator-offer-card__name--centered{width:100%;font-size:1.5rem;line-height:1.02;font-weight:900;letter-spacing:-.02em;text-shadow:0 6px 18px rgba(0,0,0,.22)}
@media (max-width: 767px){
  .creator-carousel__controls{gap:8px}
  .creator-carousel__nav{width:38px;height:38px;font-size:1.2rem}
  .creator-offer-card--carousel{min-width:190px;max-width:190px;height:258px}
  .creator-offer-card__name--centered{font-size:1.26rem}
}


.privacy-entry-copy--simple{max-width:540px;margin-bottom:24px}.privacy-entry-copy--simple p{margin-top:0;font-size:1.05rem;line-height:1.7;color:#6d645b}.privacy-entry-copy--simple h1{display:none}.privacy-entry-brand{display:none}@media (max-width:768px){.privacy-entry-panel--visual{order:-1}.privacy-entry-visual-card{min-height:430px}.privacy-entry-panel--actions{padding-top:18px}.brand-editor-card{grid-template-columns:1fr;padding:16px}.brand-editor-card__hero{min-height:300px}.brand-editor-card__actions{align-items:flex-start;flex-direction:column}.creator-auth-visual-card--hero{min-height:320px}}

/* v22 profile structure alignment */
.creator-profile-hero{
  width:100vw;
  max-width:none;
  margin:0 calc(50% - 50vw) 0;
  padding:0 0 22px;
  background:var(--clean-bg);
}
.creator-profile-hero__cover{
  height:430px;
  border-radius:0;
  background:linear-gradient(135deg,#0d1734 0%,#2c55db 45%,#b84a92 100%);
}
.creator-profile-hero__cover img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  display:block;
  mix-blend-mode:normal;
  opacity:.72;
}
.creator-profile-hero__overlay{
  left:0;
  right:0;
  top:0;
  height:430px;
  border-radius:0;
  background:linear-gradient(180deg,rgba(9,10,18,.18) 0%,rgba(9,10,18,.44) 44%,rgba(9,10,18,.88) 100%);
}
.creator-profile-hero__toolbar{
  left:20px;
  right:20px;
  top:18px;
}
.creator-toolbar-chip{
  min-height:42px;
  padding:0 18px;
  border-radius:999px;
  background:rgba(255,255,255,.84);
  color:#27221e;
  border:1px solid rgba(255,255,255,.42);
  box-shadow:0 10px 24px rgba(0,0,0,.08);
  font-size:.92rem;
  font-weight:800;
}
.creator-profile-hero__content{
  position:relative;
  z-index:5;
  max-width:760px;
  margin:-102px auto 0;
  padding:0 20px 10px;
  text-align:center;
}
.creator-profile-hero__avatar-shell{
  width:148px;
  height:148px;
  margin:0 auto;
  padding:5px;
  border-radius:50%;
  background:linear-gradient(135deg,#355eff 0%,#8d49d7 55%,#d85793 100%);
  box-shadow:0 18px 45px rgba(27,23,20,.18);
}
.creator-profile-hero__avatar{
  width:100%;
  height:100%;
  display:block;
  border-radius:50%;
  object-fit:cover;
  border:5px solid #121216;
  background:#1b1b1f;
}
.creator-profile-hero__name-row{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:18px;
  flex-wrap:wrap;
}
.creator-profile-hero__title{
  margin:0;
  font-size:clamp(2.35rem,5vw,3.8rem);
  line-height:1.02;
  font-weight:900;
  letter-spacing:-.045em;
  color:#221e1a;
}
.creator-profile-hero__username{
  margin-top:8px;
  font-size:1.12rem;
  font-weight:800;
  color:#4f76c9;
}
.creator-profile-hero__status{display:none!important}
.creator-profile-hero__bio{
  max-width:640px;
  margin:12px auto 0;
  font-size:1.02rem;
  line-height:1.7;
  color:#534b44;
}
.creator-profile-hero__subscribe,
.creator-profile-hero__active{
  min-height:60px;
  padding:0 32px;
  margin-top:22px;
  border-radius:999px;
  font-size:1.1rem;
  font-weight:900;
  letter-spacing:.01em;
}
.creator-profile-hero__subscribe{
  background:linear-gradient(135deg,#2d55db,#3c79ff);
  color:#fff;
  box-shadow:0 18px 45px rgba(51,96,230,.24);
}
.creator-profile-hero__quick-actions{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
}
.creator-profile-hero__quick-actions .creator-toolbar-chip{
  min-width:138px;
  background:#fff;
  border:1px solid rgba(46,39,33,.12);
  text-transform:uppercase;
}
.creator-profile-hero__stats{
  display:flex;
  justify-content:center;
  gap:34px;
  flex-wrap:wrap;
  margin-top:22px;
}
.creator-profile-stat{
  display:flex;
  align-items:center;
  gap:10px;
  color:#211d19;
}
.creator-profile-stat__icon{
  width:38px;
  height:38px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border:1px solid rgba(44,38,33,.09);
  box-shadow:0 10px 22px rgba(31,24,19,.06);
}
.creator-profile-stat strong{
  font-size:1.24rem;
  font-weight:900;
}
.creator-profile-stat span:last-child{
  font-size:1rem;
  color:#675d55;
  text-transform:lowercase;
}
.verified-badge{
  width:18px;
  height:18px;
  flex:0 0 18px;
  overflow:visible;
  color:#2f93ff;
  top:0;
}
.verified-badge--hero{
  width:22px;
  height:22px;
  flex-basis:22px;
}
.clean-feed-card{
  border-radius:28px;
}
.clean-feed-card__header{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:start;
  gap:12px;
  padding:18px 20px 12px;
}
.clean-feed-card__profile{
  display:grid;
  grid-template-columns:56px minmax(0,1fr);
  align-items:center;
  gap:12px;
  min-width:0;
}
.clean-feed-card__avatar{
  width:56px;
  height:56px;
  border-radius:50%;
  object-fit:cover;
  background:#ece7df;
}
.clean-feed-card__name-row{
  display:flex;
  align-items:center;
  gap:6px;
  min-width:0;
  margin-bottom:2px;
}
.clean-feed-card__name{
  font-size:1.08rem;
  font-weight:900;
  line-height:1.1;
  color:var(--clean-text);
}
.clean-feed-card__meta{
  display:block;
  font-size:.96rem;
  color:var(--clean-muted);
  line-height:1.25;
}
.clean-feed-card__time{
  font-size:.96rem;
  font-weight:700;
  color:#7e746c;
  white-space:nowrap;
  padding-top:3px;
}
.clean-feed-card__caption{
  padding:0 20px 16px;
}
.clean-feed-card__divider{
  height:1px;
  background:#fff;
  margin:18px 22px 0;
  opacity:1;
}
@media (max-width: 767px){
  .creator-profile-hero{
    padding-bottom:88px;
  }
  .creator-profile-hero__cover,
  .creator-profile-hero__overlay{
    height:330px;
  }
  .creator-profile-hero__toolbar{
    left:14px;
    right:14px;
    top:16px;
  }
  .creator-toolbar-chip{
    min-height:40px;
    padding:0 14px;
    font-size:.88rem;
  }
  .creator-profile-hero__content{
    margin-top:-88px;
    padding:0 16px 8px;
  }
  .creator-profile-hero__avatar-shell{
    width:122px;
    height:122px;
    padding:4px;
  }
  .creator-profile-hero__avatar{
    border-width:4px;
  }
  .creator-profile-hero__title{
    font-size:2.15rem;
  }
  .creator-profile-hero__username{
    font-size:1.02rem;
  }
  .creator-profile-hero__bio{
    font-size:.98rem;
    line-height:1.6;
    padding:0 6px;
  }
  .creator-profile-hero__subscribe,
  .creator-profile-hero__active{
    width:100%;
    max-width:360px;
    min-height:56px;
    padding:0 20px;
    font-size:1rem;
  }
  .creator-profile-hero__quick-actions{
    gap:10px;
  }
  .creator-profile-hero__quick-actions .creator-toolbar-chip{
    min-width:132px;
  }
  .creator-profile-hero__stats{
    gap:18px;
    margin-top:18px;
  }
  .creator-profile-stat{
    gap:8px;
  }
  .creator-profile-stat strong{
    font-size:1.12rem;
  }
  .creator-profile-stat span:last-child{
    font-size:.92rem;
  }
  .verified-badge{
    width:16px;
    height:16px;
    flex-basis:16px;
  }
  .verified-badge--hero{
    width:20px;
    height:20px;
    flex-basis:20px;
  }
  .clean-feed-card__header{
    grid-template-columns:minmax(0,1fr) auto;
    gap:10px;
    padding:16px 16px 12px;
  }
  .clean-feed-card__profile{
    grid-template-columns:48px minmax(0,1fr);
    gap:10px;
  }
  .clean-feed-card__avatar{
    width:48px;
    height:48px;
  }
  .clean-feed-card__name{
    font-size:1rem;
  }
  .clean-feed-card__meta{
    font-size:.9rem;
  }
  .clean-feed-card__time{
    max-width:none;
    font-size:.84rem;
    text-align:right;
    white-space:normal;
    line-height:1.2;
  }
}

/* v23 fine alignment */
.creator-profile-hero{
  padding-bottom:28px;
}
.creator-profile-hero__cover,
.creator-profile-hero__overlay{
  height:410px;
}
.creator-profile-hero__toolbar{
  top:20px;
}
.creator-profile-hero__content{
  max-width:560px;
  margin:-118px auto 0;
  padding:0 20px 12px;
}
.creator-profile-hero__avatar-shell{
  width:154px;
  height:154px;
  padding:5px;
  background:linear-gradient(135deg,#315cff 0%,#8a49d7 50%,#cf5d97 100%);
  box-shadow:0 22px 48px rgba(13,16,26,.22);
}
.creator-profile-hero__avatar{
  border:6px solid #11131a;
}
.creator-profile-hero__name-row{
  gap:10px;
  margin-top:20px;
}
.creator-profile-hero__title{
  font-size:clamp(2.4rem,4vw,3.7rem);
  line-height:1;
  letter-spacing:-.05em;
}
.creator-profile-hero__username{
  margin-top:10px;
  font-size:1.12rem;
  line-height:1.2;
}
.creator-profile-hero__statusline{
  margin-top:10px;
  font-size:1rem;
  line-height:1.45;
  color:#6d645b;
}
.creator-profile-hero__bio{
  margin-top:8px;
  font-size:1.04rem;
  line-height:1.72;
}
.creator-profile-hero__subscribe,
.creator-profile-hero__active{
  margin-top:24px;
}
.creator-profile-hero__quick-actions{
  margin-top:16px;
}
.creator-profile-hero__stats{
  margin-top:20px;
  gap:26px;
}
.creator-profile-stat{
  gap:9px;
}
.creator-profile-stat__icon{
  width:36px;
  height:36px;
}
.verified-badge{
  width:20px;
  height:20px;
  flex:0 0 20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.verified-badge--hero{
  width:24px;
  height:24px;
  flex-basis:24px;
}
.clean-feed-stack{
  max-width:760px;
  gap:20px;
}
.clean-feed-card{
  border-radius:26px;
}
.clean-feed-card__header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  padding:18px 18px 12px;
}
.clean-feed-card__profile{
  flex:1 1 auto;
  min-width:0;
  display:grid;
  grid-template-columns:52px minmax(0,1fr);
  align-items:center;
  gap:12px;
}
.clean-feed-card__avatar{
  width:52px;
  height:52px;
  border-radius:50%;
  object-fit:cover;
  background:#ebe5dd;
}
.clean-feed-card__name-row{
  gap:7px;
  margin:0 0 2px;
}
.clean-feed-card__name{
  font-size:1.06rem;
  line-height:1.1;
  font-weight:900;
}
.clean-feed-card__meta{
  display:block;
  font-size:.94rem;
  line-height:1.25;
  color:#7b7067;
}
.clean-feed-card__time{
  flex:0 0 auto;
  min-width:96px;
  text-align:right;
  white-space:nowrap;
  font-size:.92rem;
  line-height:1.2;
  font-weight:700;
  color:#857a72;
  padding-top:4px;
}
.clean-feed-card__caption{
  padding:0 18px 14px;
  font-size:1.02rem;
  line-height:1.6;
}
.clean-feed-card__divider{
  margin:18px 18px 0;
  background:rgba(255,255,255,.96);
}
@media (max-width: 767px){
  .creator-profile-hero{
    padding-bottom:24px;
  }
  .creator-profile-hero__cover,
  .creator-profile-hero__overlay{
    height:292px;
  }
  .creator-profile-hero__toolbar{
    left:14px;
    right:14px;
    top:14px;
  }
  .creator-profile-hero__content{
    max-width:420px;
    margin:-96px auto 0;
    padding:0 18px 10px;
  }
  .creator-profile-hero__avatar-shell{
    width:128px;
    height:128px;
    padding:4px;
  }
  .creator-profile-hero__avatar{
    border-width:5px;
  }
  .creator-profile-hero__name-row{
    gap:8px;
    margin-top:16px;
  }
  .creator-profile-hero__title{
    font-size:2.05rem;
  }
  .creator-profile-hero__username{
    margin-top:8px;
    font-size:1rem;
  }
  .creator-profile-hero__statusline{
    margin-top:8px;
    font-size:.95rem;
    line-height:1.4;
  }
  .creator-profile-hero__bio{
    margin-top:8px;
    font-size:.96rem;
    line-height:1.55;
    padding:0 8px;
  }
  .creator-profile-hero__subscribe,
  .creator-profile-hero__active{
    margin-top:20px;
    min-height:54px;
    font-size:.98rem;
  }
  .creator-profile-hero__quick-actions{
    gap:10px;
  }
  .creator-profile-hero__quick-actions .creator-toolbar-chip{
    min-width:126px;
  }
  .creator-profile-hero__stats{
    gap:18px;
    margin-top:18px;
  }
  .creator-profile-stat__icon{
    width:34px;
    height:34px;
  }
  .verified-badge{
    width:18px;
    height:18px;
    flex-basis:18px;
  }
  .verified-badge--hero{
    width:22px;
    height:22px;
    flex-basis:22px;
  }
  .clean-feed-stack{
    max-width:100%;
    gap:18px;
  }
  .clean-feed-card{
    border-radius:24px;
  }
  .clean-feed-card__header{
    gap:10px;
    padding:16px 16px 12px;
  }
  .clean-feed-card__profile{
    grid-template-columns:46px minmax(0,1fr);
    gap:10px;
  }
  .clean-feed-card__avatar{
    width:46px;
    height:46px;
  }
  .clean-feed-card__name{
    font-size:1rem;
  }
  .clean-feed-card__meta{
    font-size:.9rem;
  }
  .clean-feed-card__time{
    min-width:72px;
    max-width:78px;
    white-space:normal;
    font-size:.82rem;
    line-height:1.12;
  }
  .clean-feed-card__caption{
    padding:0 16px 14px;
    font-size:.98rem;
  }
  .clean-feed-card__divider{
    margin:16px 16px 0;
  }
}

/* v24 cropper + luxe palette + text contrast fixes */
:root{
  --lux-gold:#d4ab64;
  --lux-gold-soft:#e2c58f;
  --lux-brown:#7b4a2b;
  --lux-brown-deep:#4d2d1b;
  --lux-brown-mid:#a06b43;
  --lux-cream:#f4ede4;
}
.creator-profile-hero__avatar-shell{
  background:linear-gradient(135deg,var(--lux-gold) 0%, var(--lux-brown-mid) 45%, var(--lux-brown-deep) 100%) !important;
  box-shadow:0 24px 56px rgba(77,45,27,.24) !important;
}
.creator-profile-hero__subscribe,
.profile-main-cta,
.action-btn--primary,
.desktop-rail__button--primary,
.profile-summary-card .desktop-rail__button--primary{
  background:linear-gradient(135deg,var(--lux-brown) 0%, var(--lux-brown-mid) 52%, var(--lux-brown-deep) 100%) !important;
  color:var(--lux-cream) !important;
  box-shadow:0 20px 48px rgba(77,45,27,.28) !important;
}
.creator-profile-hero__subscribe:hover,
.profile-main-cta:hover,
.action-btn--primary:hover,
.desktop-rail__button--primary:hover,
.profile-summary-card .desktop-rail__button--primary:hover{
  filter:brightness(1.04);
}
.verified-badge{
  width:22px !important;
  height:22px !important;
  min-width:22px;
  min-height:22px;
  flex:0 0 22px !important;
  color:#2ea0ff !important;
  line-height:0;
  position:relative;
  top:-1px;
  overflow:visible !important;
  filter:drop-shadow(0 6px 14px rgba(46,160,255,.18));
}
.verified-badge svg{
  width:100%;
  height:100%;
  display:block;
  overflow:visible !important;
}
.verified-badge--hero{
  width:26px !important;
  height:26px !important;
  min-width:26px;
  min-height:26px;
  flex-basis:26px !important;
}
.clean-feed-card__name-row,
.creator-profile-hero__name-row{
  overflow:visible !important;
}
.creator-panel .creator-stats-card,
.creator-panel .admin-card{
  color:#f4ede4;
}
.creator-panel .creator-stats-card .text-black,
.creator-panel .admin-card .text-black,
.creator-panel .admin-card .text-zinc-900,
.creator-panel .admin-card .text-zinc-950,
.creator-panel .admin-card .text-neutral-900,
.creator-panel .admin-card .text-neutral-950{
  color:#f4ede4 !important;
}
.creator-panel .creator-stats-card .text-3xl,
.creator-panel .admin-card .text-3xl,
.creator-panel .admin-card .font-semibold,
.creator-panel .admin-card strong,
.creator-panel .admin-card label,
.creator-panel .admin-card select,
.creator-panel .admin-card textarea,
.creator-panel .admin-card input{
  color:#f4ede4;
}
.creator-panel .admin-card .bg-black,
.creator-panel .admin-card .bg-black\/40,
.creator-panel .creator-stats-card .bg-black,
.creator-panel .creator-stats-card .bg-black\/40{
  color:#f4ede4 !important;
}
.image-crop-help{
  margin-top:8px;
  font-size:12px;
  line-height:1.4;
  color:#a8a29e;
}
.image-crop-preview{
  display:none;
  align-items:center;
  gap:10px;
  margin-top:10px;
  padding:10px 12px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
}
.image-crop-preview.is-visible{display:flex;}
.image-crop-preview__thumb{
  width:48px;
  height:48px;
  border-radius:14px;
  object-fit:cover;
  background:#0b0b0d;
  border:1px solid rgba(255,255,255,.08);
  flex:0 0 48px;
}
.image-crop-preview__thumb--cover{
  width:84px;
  border-radius:12px;
}
.image-crop-preview__text{
  font-size:12px;
  line-height:1.45;
  color:#e7ded3;
}
.image-crop-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
  background:rgba(5,5,7,.82);
  backdrop-filter:blur(12px);
}
.image-crop-modal.is-open{display:flex;}
.image-crop-modal__dialog{
  width:min(100%,980px);
  max-height:min(92vh,980px);
  overflow:hidden;
  border-radius:28px;
  background:linear-gradient(180deg,#121216,#0b0b0d 100%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 36px 90px rgba(0,0,0,.42);
  display:grid;
  grid-template-rows:auto 1fr auto;
}
.image-crop-modal__header,
.image-crop-modal__footer{
  padding:18px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
.image-crop-modal__header{
  border-bottom:1px solid rgba(255,255,255,.06);
}
.image-crop-modal__footer{
  border-top:1px solid rgba(255,255,255,.06);
}
.image-crop-modal__title{
  font-size:1.02rem;
  font-weight:800;
  color:#f8f3eb;
}
.image-crop-modal__subtitle{
  font-size:.84rem;
  color:#aea49a;
}
.image-crop-modal__body{
  padding:18px 20px 22px;
  display:grid;
  gap:18px;
}
.image-crop-stage{
  position:relative;
  width:100%;
  min-height:320px;
  height:min(60vh,620px);
  border-radius:24px;
  overflow:hidden;
  background:#09090b;
  border:1px solid rgba(255,255,255,.06);
  touch-action:none;
}
.image-crop-stage__image{
  position:absolute;
  left:50%;
  top:50%;
  max-width:none;
  user-select:none;
  -webkit-user-drag:none;
  transform-origin:center center;
  will-change:transform;
  cursor:grab;
}
.image-crop-stage.is-dragging .image-crop-stage__image{cursor:grabbing;}
.image-crop-stage__shade{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:rgba(0,0,0,.42);
}
.image-crop-stage__frame{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:min(calc(100% - 36px),420px);
  aspect-ratio:1 / 1;
  border-radius:999px;
  border:2px solid rgba(255,255,255,.96);
  box-shadow:0 0 0 9999px rgba(0,0,0,.44), 0 0 0 1px rgba(255,255,255,.18) inset;
  pointer-events:none;
}
.image-crop-stage[data-ratio="2"] .image-crop-stage__frame{
  width:min(calc(100% - 36px),760px);
  aspect-ratio:2 / 1;
  border-radius:28px;
}
.image-crop-controls{
  display:grid;
  gap:12px;
}
.image-crop-controls label{
  font-size:.82rem;
  font-weight:700;
  color:#d6cdc2;
}
.image-crop-controls input[type="range"]{
  width:100%;
  accent-color:#c89a62;
}
.image-crop-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.image-crop-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.08);
  background:#1a1a1f;
  color:#f7efe6;
  font-size:.9rem;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.image-crop-btn--primary{
  border-color:rgba(212,171,100,.24);
  background:linear-gradient(135deg,var(--lux-brown) 0%, var(--lux-brown-mid) 50%, var(--lux-brown-deep) 100%);
  color:#fbf5ed;
}
.image-crop-btn--ghost{
  background:rgba(255,255,255,.04);
}
@media (max-width: 767px){
  .verified-badge{
    width:20px !important;
    height:20px !important;
    min-width:20px;
    min-height:20px;
    flex-basis:20px !important;
  }
  .verified-badge--hero{
    width:24px !important;
    height:24px !important;
    min-width:24px;
    min-height:24px;
    flex-basis:24px !important;
  }
  .image-crop-modal{
    padding:10px;
  }
  .image-crop-modal__dialog{
    border-radius:22px;
  }
  .image-crop-modal__header,
  .image-crop-modal__footer,
  .image-crop-modal__body{
    padding-left:14px;
    padding-right:14px;
  }
  .image-crop-stage{
    min-height:280px;
    height:52vh;
    border-radius:20px;
  }
  .image-crop-stage__frame{
    width:min(calc(100% - 24px),320px);
  }
  .image-crop-stage[data-ratio="2"] .image-crop-stage__frame{
    width:min(calc(100% - 24px),520px);
    border-radius:22px;
  }
  .image-crop-btn{
    flex:1 1 0;
    min-width:0;
  }
}

/* v23 extra luxe button consistency */
:root{
  --lux-beige:#f4ebe1;
  --lux-beige-strong:#ead9c6;
  --lux-beige-deep:#d8c2a8;
  --lux-ink:#2a221c;
}
.clean-primary-btn,
.clean-primary-btn:hover,
.clean-feed-card__subscribe,
.clean-feed-card__subscribe:hover,
.privacy-entry-button--primary,
.privacy-entry-button--primary:hover{
  background:linear-gradient(135deg,var(--lux-brown) 0%,var(--lux-brown-mid) 52%,var(--lux-brown-deep) 100%) !important;
  color:var(--lux-cream) !important;
  border:1px solid rgba(123,74,43,.16);
  box-shadow:0 16px 38px rgba(77,45,27,.18) !important;
}
.clean-primary-btn--dark,
.clean-primary-btn--dark:hover,
.creator-panel-btn,
.creator-panel-btn:hover,
.creator-menu-toggle summary,
.privacy-feed-home__pill,
.privacy-feed-home__pill:hover,
.privacy-feed-home__icon,
.privacy-feed-home__icon:hover,
.creator-profile-hero__quick-actions .creator-toolbar-chip,
.creator-profile-hero__quick-actions .creator-toolbar-chip:hover{
  background:linear-gradient(180deg,var(--lux-beige) 0%,var(--lux-beige-strong) 100%) !important;
  color:var(--lux-ink) !important;
  border:1px solid rgba(123,74,43,.18) !important;
  box-shadow:0 10px 24px rgba(77,45,27,.08) !important;
}
.creator-panel-btn--danger,
.creator-panel-btn--danger:hover{
  background:linear-gradient(180deg,#5f3521 0%,#472819 100%) !important;
  color:#f8efe5 !important;
  border:1px solid rgba(123,74,43,.22) !important;
}
.clean-feed-card__cta,
.clean-feed-card__cta:hover,
.privacy-entry-button,
.privacy-entry-button:hover,
.creator-carousel__nav,
.creator-carousel__nav:hover,
.clean-chip,
.clean-chip:hover,
.clean-chip--ghost,
.clean-chip--ghost:hover{
  background:linear-gradient(180deg,#fffaf5 0%,var(--lux-beige) 100%) !important;
  color:var(--lux-ink) !important;
  border-color:rgba(123,74,43,.14) !important;
  box-shadow:0 8px 20px rgba(77,45,27,.06) !important;
}
.creator-menu-toggle__dropdown{
  background:linear-gradient(180deg,#15110f 0%,#100d0b 100%) !important;
  border-color:rgba(212,171,100,.16) !important;
}
.creator-menu-toggle__item,
.creator-menu-toggle__item:hover{
  background:rgba(255,248,241,.04) !important;
  color:#f5ede4 !important;
}
.creator-menu-toggle__item.is-active,
.creator-menu-toggle__item.is-active:hover{
  background:linear-gradient(180deg,var(--lux-beige) 0%,var(--lux-beige-strong) 100%) !important;
  color:var(--lux-ink) !important;
}
.privacy-bottom-nav__item.is-active,
.mobile-bottom-nav__item.is-active{
  background:linear-gradient(180deg,var(--lux-beige) 0%,var(--lux-beige-strong) 100%) !important;
  color:var(--lux-ink) !important;
}
.profile-tab-chip.is-active,
.profile-tab-chip:hover,
.profile-tab-bar--visual .profile-tab-chip.is-active,
.profile-tab-bar--visual .profile-tab-chip:hover{
  background:linear-gradient(180deg,var(--lux-beige) 0%,var(--lux-beige-strong) 100%) !important;
  color:var(--lux-ink) !important;
  border-color:rgba(123,74,43,.16) !important;
}
.profile-tab-bar--visual .profile-tab-chip.is-active span:first-child,
.profile-tab-bar--visual .profile-tab-chip:hover span:first-child{
  background:rgba(123,74,43,.08) !important;
}
.creator-toolbar-chip{
  border-color:rgba(123,74,43,.16) !important;
}
.creator-toolbar-chip:hover,
.clean-feed-card__cta:hover,
.creator-carousel__nav:hover,
.privacy-entry-button:hover,
.privacy-feed-home__pill:hover,
.privacy-feed-home__icon:hover,
.creator-panel-btn:hover,
.creator-menu-toggle summary:hover,
.clean-chip:hover{
  filter:brightness(1.02);
  transform:translateY(-1px);
}



/* v24 feminine luxe refresh */
:root{
  --clean-bg:#f8f0ec;
  --clean-surface:rgba(255,255,255,.94);
  --clean-border:#ead8cf;
  --clean-text:#3a2c2a;
  --clean-muted:#8f7470;
  --clean-accent:#7b4f43;
  --clean-accent-2:#caa277;
  --female-rose:#f5e7e3;
  --female-champagne:#fdf6f2;
  --female-mocha:#7b4f43;
  --female-cocoa:#4b3835;
  --female-gold:#c8a06d;
}
body.app-body{
  background:
    radial-gradient(circle at top left, rgba(255,232,228,.78), transparent 28%),
    radial-gradient(circle at top right, rgba(241,221,207,.55), transparent 24%),
    linear-gradient(180deg,#f8f0ec 0%,#f4ebe6 100%);
  color:var(--clean-text);
}
.portal-strip{background:rgba(255,255,255,.82);backdrop-filter:blur(16px);border-bottom:1px solid rgba(123,79,67,.08)}
.portal-strip__item{color:#6b534f}
.site-logo-link,.brand-wordmark-link{color:inherit}
.brand-wordmark__text{background:linear-gradient(135deg,#4b3835 0%,#9d705d 55%,#c49a6c 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.clean-header,.privacy-feed-home__header{background:rgba(248,240,236,.92)!important;border-bottom:1px solid rgba(123,79,67,.08)}
.clean-primary-btn,.clean-primary-btn:hover,
.privacy-auth-submit,
.creator-auth-submit,
.clean-feed-card__subscribe,
.clean-primary-btn--dark,
.clean-feed-card__cta:hover,
.creator-panel .admin-card .bg-blue-600{
  background:linear-gradient(135deg,#7b4f43 0%,#a97359 100%)!important;
  color:#fff!important;
  box-shadow:0 16px 36px rgba(123,79,67,.18)!important;
}
.clean-feed-card__cta,
.clean-chip,
.clean-chip:hover,
.privacy-feed-home__pill,
.privacy-feed-home__icon,
.privacy-entry-button,
.privacy-auth-alt-links a,
.creator-auth-secondary,
.creator-panel-btn,
.creator-menu-toggle summary{
  background:#fff7f4!important;
  color:#4b3835!important;
  border:1px solid rgba(123,79,67,.12)!important;
  box-shadow:0 12px 30px rgba(71,47,40,.06)!important;
}
.privacy-entry-button--primary,
.creator-panel .admin-card .bg-white,
.creator-menu-toggle__item.is-active{
  background:linear-gradient(135deg,#4b3835 0%,#7b4f43 100%)!important;
  color:#fff!important;
  border-color:transparent!important;
}
.privacy-entry-page,
.privacy-auth-page,
.creator-auth-page,
.privacy-feed-home,
.clean-home{background:transparent}
.privacy-entry-visual-card,
.privacy-auth-visual-card,
.creator-auth-form-panel,
.creator-auth-visual-card,
.clean-hero-card,
.clean-feed-card,
.creator-clean-card,
.privacy-entry-panel,
.privacy-auth-panel,
.creator-panel .admin-card,
.creator-stats-card{
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(234,216,207,.92)!important;
  box-shadow:0 22px 70px rgba(89,58,48,.08)!important;
}
.creator-panel .admin-card{
  background:linear-gradient(180deg,#fffaf7 0%,#fff4ef 100%)!important;
  color:#3a2c2a!important;
}
.creator-panel .admin-card input,
.creator-panel .admin-card textarea,
.creator-panel .admin-card select,
.privacy-auth-input,
.creator-auth-input{
  background:#fffaf7!important;
  border:1px solid rgba(123,79,67,.14)!important;
  color:#3a2c2a!important;
}
.creator-panel .admin-card input::placeholder,
.creator-panel .admin-card textarea::placeholder,
.privacy-auth-input::placeholder,
.creator-auth-input::placeholder{color:#a0837d!important}
.creator-panel .admin-card .text-zinc-400,
.creator-panel .admin-card .text-zinc-500,
.creator-panel .admin-card .text-zinc-300,
.creator-panel .admin-table th{color:#8f7470!important}
.creator-panel .admin-table td{color:#3a2c2a!important}
.creator-panel .admin-card .bg-black\/40,
.creator-panel .admin-card .bg-zinc-950\/70{background:#fff7f3!important}
.creator-panel .admin-card .border-zinc-800{border-color:rgba(123,79,67,.12)!important}
.creator-panel .admin-card .bg-zinc-800{background:#efe2da!important}
.creator-panel .admin-card .bg-red-600,
.creator-panel-btn--danger{background:#5f4a45!important;color:#fff!important}
.creator-stats-card strong,.creator-panel .admin-card .font-oswald{color:#3a2c2a!important}
.creator-menu-toggle__dropdown{background:#fffaf7!important;border:1px solid rgba(123,79,67,.12)!important}
.creator-menu-toggle__item,.creator-menu-toggle__item:hover{background:#f6ece7!important;color:#4b3835!important}
.creator-profile-hero__cover{
  background:linear-gradient(135deg,#5b3b34 0%,#8f6457 42%,#d2ab81 100%)!important;
}
.creator-profile-hero__cover img{opacity:.78}
.creator-profile-hero__overlay{
  background:linear-gradient(180deg,rgba(63,40,34,.10) 0%,rgba(63,40,34,.34) 42%,rgba(248,240,236,.96) 100%)!important;
}
.creator-profile-hero__avatar-shell,
.story-ring{
  background:linear-gradient(135deg,#6f463a 0%,#a77358 50%,#d2ab81 100%)!important;
}
.creator-profile-hero__avatar{border-color:#fff9f6!important}
.creator-profile-hero__title,
.creator-clean-card__title,
.clean-section__title,
.clean-feed-card__name,
.creator-offer-card__name{color:#3a2c2a!important}
.creator-profile-hero__username{color:#8e5f52!important}
.creator-profile-hero__bio,
.creator-clean-card__bio,
.clean-feed-card__caption,
.clean-section__text,
.creator-auth-text,
.privacy-auth-footer,
.privacy-entry-copy p{color:#6f5954!important}
.creator-profile-hero__subscribe{background:linear-gradient(135deg,#6f463a 0%,#a77358 100%)!important;color:#fff!important}
.creator-profile-hero__active{
  background:linear-gradient(135deg,#caa277 0%,#dfc59c 100%)!important;
  color:#4b3835!important;
  box-shadow:0 16px 40px rgba(138,101,73,.18)!important;
}
.creator-profile-hero__quick-actions .creator-toolbar-chip{background:#fff7f4!important;color:#4b3835!important;border-color:rgba(123,79,67,.12)!important}
.creator-profile-stat__icon,.creator-carousel__nav,.creator-offer-card__avatar,.clean-feed-card__play{
  background:#fff8f3!important;
  color:#4b3835!important;
  border-color:rgba(123,79,67,.12)!important;
}
.clean-feed-card__divider{background:#efe0d6!important}
.privacy-bottom-nav{
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(234,216,207,.92)!important;
  box-shadow:0 22px 50px rgba(89,58,48,.10)!important;
}
.privacy-bottom-nav__item{color:#7a5e59!important}
.privacy-bottom-nav__item.is-active{background:#f6ece6!important;color:#4b3835!important}
.verified-badge,
.verified-badge--hero{
  color:#2196f3!important;
  filter:drop-shadow(0 6px 14px rgba(33,150,243,.18));
}
.creator-auth-visual-card--warm{
  background:
    radial-gradient(circle at top right, rgba(255,241,231,.92), transparent 28%),
    linear-gradient(135deg,#fff9f6 0%,#f6ebe5 54%,#ecd8cb 100%)!important;
  align-items:flex-end;
  justify-content:flex-start;
}
.creator-auth-visual-copy{max-width:360px}
.creator-auth-visual-copy h2{margin:10px 0 0;font-size:2.2rem;line-height:1.04;color:#3a2c2a;font-weight:800}
.creator-auth-visual-copy p{margin-top:12px;color:#6f5954;line-height:1.65}
.creator-auth-visual-kicker{text-transform:uppercase;letter-spacing:.24em;font-size:.74rem;color:#9b7f79;font-weight:800}
.privacy-auth-heading-main,
.creator-auth-title,
.privacy-auth-heading{color:#3a2c2a!important}
.privacy-auth-error{background:#fff2ef!important;border:1px solid rgba(183,85,74,.16)!important;color:#7d4a41!important}
.image-crop-btn--primary{background:linear-gradient(135deg,#6f463a 0%,#a77358 100%)!important;color:#fff!important}
.image-crop-btn--ghost{background:#fff7f4!important;color:#4b3835!important;border:1px solid rgba(123,79,67,.12)!important}
.image-crop-preview__text{color:#7b635e}
@media (max-width: 767px){
  .creator-profile-hero__title{font-size:2.65rem!important}
  .creator-profile-hero__avatar-shell{width:138px;height:138px}
}


.clean-feed-card__name-row{display:flex;align-items:center;gap:8px;min-width:0}
.clean-feed-card__media.is-locked{overflow:hidden;background:#2b1d16}
.clean-feed-card__media.is-locked::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(92,58,44,.18) 0%,rgba(92,58,44,.28) 48%,rgba(92,58,44,.34) 100%);z-index:2;pointer-events:none}
.clean-feed-card__media.is-locked img{width:100%;display:block;max-height:900px;object-fit:cover}
.clean-feed-card__media-blur{filter:blur(16px) saturate(.9) brightness(.78);transform:scale(1.06);opacity:.9}
.clean-feed-card__locked-overlay{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:34px;text-align:center;background:linear-gradient(180deg,rgba(35,24,20,.10) 0%,rgba(35,24,20,.20) 45%,rgba(35,24,20,.32) 100%)}
.clean-feed-card__lock-badge{width:84px;height:84px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 30%,rgba(203,154,127,.92) 0%,rgba(149,99,75,.94) 56%,rgba(97,59,44,.96) 100%);box-shadow:0 18px 48px rgba(39,25,18,.26);font-size:2rem;color:#fff}
.clean-feed-card__lock-title{max-width:20ch;color:#fff8f3;font-size:1.06rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase;line-height:1.4;text-shadow:0 4px 18px rgba(22,12,8,.26)}
.clean-feed-card__lock-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 26px;border-radius:999px;background:linear-gradient(135deg,#b47b5f,#8c5a47);color:#fff;text-decoration:none;font-size:.82rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase;box-shadow:0 16px 34px rgba(79,47,37,.24)}
.clean-feed-card__lock-button:hover{color:#fff;opacity:.96}
@media (max-width: 640px){
  .clean-feed-card__lock-badge{width:72px;height:72px;font-size:1.75rem}
  .clean-feed-card__lock-title{font-size:.9rem;letter-spacing:.14em}
  .clean-feed-card__lock-button{min-height:44px;padding:0 20px;font-size:.74rem}
}


.creator-panel .admin-card textarea[name="caption"],
.creator-panel textarea[name="caption"],
.admin-card textarea[name="caption"],
textarea[name="caption"]{
  color:#3a2c2a !important;
  caret-color:#7b4f43 !important;
  font-weight:700 !important;
}
.creator-panel .admin-card textarea[name="caption"]::placeholder,
.creator-panel textarea[name="caption"]::placeholder,
.admin-card textarea[name="caption"]::placeholder,
textarea[name="caption"]::placeholder{
  color:#8f7167 !important;
  opacity:1 !important;
}
