/* ============================================================
   APP DO FÃ — of/of.css
   Estética pública (nível OF/Privacy): escura, sensual-elegante,
   scarlet + dourado champanhe. Isolada do cockpit; usa só as
   VARIÁVEIS de /core/tokens.css. Mobile-first; toque >= 44pt;
   3 estados por carga (skeleton / conteúdo / vazio-erro).
   Nenhuma menção a IA em superfície de fã.
   ============================================================ */

/* ---------- reset mínimo (não importamos base.css do cockpit) ---------- */
.of-body, .of-body * , .of-body *::before, .of-body *::after { box-sizing: border-box; }
.of-body {
  margin: 0;
  font-family: var(--font-ui);
  font-size: var(--t-body);
  line-height: var(--lh-body);
  color: var(--label);
  background: var(--bg);
  background-image: var(--bg-glow);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -.01em;
  min-height: 100vh;
  overscroll-behavior-y: none;
}

/* Navegação definitiva do assinante: quatro intenções, sempre ao alcance do polegar. */
.of-bottom-nav{position:fixed;z-index:80;left:50%;bottom:max(10px,env(safe-area-inset-bottom));transform:translateX(-50%);width:min(520px,calc(100% - 20px));height:64px;padding:6px;display:grid;grid-template-columns:repeat(4,1fr);gap:4px;background:color-mix(in srgb,var(--surface, #121214) 88%,transparent);border:1px solid color-mix(in srgb,var(--scarlet,#f1263d) 16%,var(--separator));border-radius:22px;box-shadow:0 18px 60px rgba(0,0,0,.48);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}
.of-bottom-nav button{border:0;background:transparent;color:var(--label-3);border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font:600 10px/1 var(--font-ui);cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}
.of-bottom-nav button .ic{stroke:currentColor}.of-bottom-nav button.on{color:var(--scarlet,#f1263d);background:color-mix(in srgb,var(--scarlet,#f1263d) 13%,transparent)}
.of-bottom-nav button:active{transform:scale(.96)}
.of-main{padding-bottom:96px}
@media(min-width:900px){.of-bottom-nav{width:460px}.of-bottom-nav button{font-size:11px}}
@media(prefers-reduced-motion:reduce){.of-bottom-nav button{transition:none}}
.of-body h1, .of-body h2, .of-body h3, .of-body h4, .of-body p, .of-body figure { margin: 0; }
.of-body ul, .of-body ol { margin: 0; padding: 0; list-style: none; }
.of-body a { color: var(--gold); text-decoration: none; }
.of-body button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; -webkit-tap-highlight-color: transparent; }
.of-body img, .of-body svg, .of-body video { display: block; max-width: 100%; }
.of-body input, .of-body textarea { font: inherit; color: inherit; }
.of-body :focus-visible { outline: 2px solid var(--ring); outline-offset: 2px; border-radius: var(--r-sm); }
.of-body ::selection { background: var(--tint); color: #fff; }
.ic { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; vertical-align: -.15em; }
.of-dim { color: var(--label-3); }
.of-noscript { padding: 40px 20px; text-align: center; color: var(--label-2); }

/* ---------- layout base ---------- */
#of-root { min-height: 100vh; }
.of-main {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 var(--gutter) calc(120px + var(--safe-bottom));
}
.of-sec { margin-top: var(--s8); }
.of-sec-title {
  font-family: var(--font-display);
  font-size: var(--t-title2);
  font-weight: var(--w-semi);
  letter-spacing: 0;
  margin-bottom: var(--s4);
}
.of-sec-hint { color: var(--label-3); font-size: var(--t-subhead); margin: -8px 0 var(--s4); }

/* ---------- botões ---------- */
.of-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--s2);
  min-height: 44px; padding: 11px 20px;
  border-radius: var(--r-full);
  font-size: var(--t-callout); font-weight: var(--w-semi);
  border: 1px solid var(--separator);
  background: var(--bg-elev2); color: var(--label);
  transition: transform var(--t-fast) var(--ease), filter var(--t-fast), background var(--t-fast), border-color var(--t-fast);
  white-space: nowrap;
}
.of-btn:active { transform: scale(.97); }
.of-btn .ic { width: 18px; height: 18px; }
.of-btn.primary {
  border: 0; color: #fff;
  background: linear-gradient(135deg, var(--tint-strong), var(--tint-deep));
  box-shadow: 0 8px 26px -12px var(--tint), inset 0 1px 0 rgba(255,255,255,.14);
}
.of-btn.primary:hover { filter: brightness(1.07); }
.of-btn.gold {
  border: 0; color: #241a06;
  background: linear-gradient(135deg, #f2cd7a, var(--gold));
  box-shadow: 0 8px 26px -14px var(--gold), inset 0 1px 0 rgba(255,255,255,.3);
  font-weight: var(--w-bold);
}
.of-btn.gold:hover { filter: brightness(1.05); }
.of-btn.ghost { background: transparent; border-color: var(--separator-strong); }
.of-btn.ghost:hover { border-color: var(--tint); color: var(--tint-strong); }
.of-btn.plain { background: transparent; border-color: transparent; color: var(--label-2); }
.of-btn.plain:hover { color: var(--label); background: var(--hover); }
.of-btn.block { display: flex; width: 100%; }
.of-btn.lg { min-height: 52px; font-size: var(--t-body); padding: 14px 22px; }
.of-btn.sm { min-height: 38px; padding: 8px 14px; font-size: var(--t-footnote); }
.of-btn:disabled { opacity: .5; cursor: not-allowed; }
.of-btn.loading { position: relative; color: transparent; pointer-events: none; }
.of-btn.loading::after {
  content: ""; position: absolute; width: 18px; height: 18px; border-radius: 50%;
  border: 2px solid currentColor; border-top-color: transparent; opacity: .9;
  animation: of-spin .7s linear infinite; color: #fff;
}
.of-iconbtn {
  width: 40px; height: 40px; display: grid; place-items: center;
  border-radius: var(--r-full); color: var(--label-2); background: var(--hover);
}
.of-iconbtn:active { transform: scale(.92); }

/* ---------- campos ---------- */
.of-field { display: block; margin-bottom: var(--s4); }
.of-field > span { display: block; font-size: var(--t-footnote); color: var(--label-3); margin-bottom: var(--s2); font-weight: var(--w-medium); }
.of-field input, .of-tip input {
  width: 100%; min-height: 48px;
  background: var(--bg-inset); border: 1px solid var(--separator);
  border-radius: var(--r-md); padding: 12px 14px;
  color: var(--label); font-size: var(--t-callout);
}
.of-field input::placeholder { color: var(--label-4); }
.of-field input:focus { outline: none; border-color: var(--tint); box-shadow: 0 0 0 3px var(--tint-weak); }

/* ---------- skeleton / spinner ---------- */
.of-sk { position: relative; overflow: hidden; background: var(--skeleton-base); border-radius: var(--r-sm); }
.of-sk::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, var(--skeleton-sheen), transparent);
  transform: translateX(-100%); animation: of-sheen 1.4s infinite;
}
.sk-line { height: 12px; border-radius: 6px; }
.sk-circle { border-radius: 50%; }
.of-sk-card { background: var(--bg-elev); border: 1px solid var(--hairline); border-radius: var(--r-lg); padding: var(--s5); }
.of-spin { display: inline-block; width: 22px; height: 22px; border-radius: 50%; border: 2.5px solid var(--separator-strong); border-top-color: var(--tint); animation: of-spin .7s linear infinite; }
.of-spin.sm { width: 16px; height: 16px; border-width: 2px; }
@keyframes of-spin { to { transform: rotate(360deg); } }
@keyframes of-sheen { to { transform: translateX(100%); } }

/* ---------- boot / splash ---------- */
.of-boot { max-width: 640px; margin: 0 auto; }
.of-boot-cover { height: 190px; border-radius: 0 0 var(--r-xl) var(--r-xl); }
.of-boot-body { padding: 0 var(--gutter); }
.of-splash { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; gap: var(--s4); background: var(--scrim); backdrop-filter: blur(8px); color: var(--label-2); text-align: center; }
.of-splash p { margin-top: var(--s3); }

/* ---------- topbar ---------- */
.of-topbar {
  position: sticky; top: 0; z-index: 40;
  display: flex; align-items: center; justify-content: space-between; gap: var(--s3);
  padding: calc(var(--safe-top) + 8px) var(--gutter) 8px;
  background: var(--glass); backdrop-filter: blur(var(--blur-nav)) saturate(1.4); -webkit-backdrop-filter: blur(var(--blur-nav)) saturate(1.4);
  border-bottom: 1px solid var(--hairline);
}
.of-topbar-brand { display: flex; align-items: center; gap: var(--s2); min-width: 0; }
.of-topbar-ava { width: 32px; height: 32px; border-radius: 50%; overflow: hidden; flex: none; background: linear-gradient(135deg, var(--tint-deep), var(--gold-deep)); display: grid; place-items: center; font-size: 14px; font-weight: 700; color: #fff; }
.of-topbar-ava img { width: 100%; height: 100%; object-fit: cover; }
.of-topbar-name { font-family: var(--font-display); font-size: var(--t-body); font-weight: var(--w-semi); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.of-topbar-actions { display: flex; align-items: center; gap: var(--s2); flex: none; }
.of-topbar-lang { min-width: 40px; height: 40px; padding: 0 10px; border-radius: var(--r-full); font-size: var(--t-footnote); font-weight: var(--w-bold); color: var(--label-2); border: 1px solid var(--separator); letter-spacing: .04em; }
.of-topbar-lang:active { transform: scale(.94); }

/* ---------- hero ---------- */
.of-hero { position: relative; }
.of-hero-cover { height: 210px; background-size: cover; background-position: center; position: relative; border-radius: 0 0 var(--r-lg) var(--r-lg); }
.of-hero-cover-fade { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 40%, color-mix(in srgb, var(--bg) 88%, transparent)); border-radius: inherit; }
.of-hero-body { padding: 0 var(--gutter); margin-top: -46px; position: relative; text-align: center; }
.of-hero-avatar {
  width: 104px; height: 104px; margin: 0 auto; border-radius: 50%;
  overflow: hidden; border: 3px solid var(--bg);
  background: linear-gradient(135deg, var(--tint-deep), var(--gold-deep));
  display: grid; place-items: center; box-shadow: var(--shadow-2);
  font-family: var(--font-display); font-size: 40px; font-weight: 700; color: #fff;
}
.of-hero-avatar img { width: 100%; height: 100%; object-fit: cover; }
.of-hero-id { margin-top: var(--s3); }
.of-hero-name { font-family: var(--font-display); font-size: var(--t-title); font-weight: var(--w-bold); display: inline-flex; align-items: center; gap: 6px; justify-content: center; }
.of-hero-handle { color: var(--gold); font-size: var(--t-subhead); margin-top: 2px; }
.of-verified { display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--info); color: #04121a; }
.of-verified .ic { width: 13px; height: 13px; stroke-width: 2.6; }
.of-verified.sm { width: 15px; height: 15px; } .of-verified.sm .ic { width: 10px; height: 10px; }
.of-hero-stats { display: flex; justify-content: center; flex-wrap: wrap; gap: var(--s4); margin-top: var(--s3); color: var(--label-3); font-size: var(--t-footnote); }
.of-hero-stats b { color: var(--label); font-weight: var(--w-bold); font-variant-numeric: tabular-nums; }
.of-hero-bio { color: var(--label-2); font-size: var(--t-subhead); margin: var(--s4) auto 0; max-width: 460px; line-height: var(--lh-body); }
.of-hero-links { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--s2); margin-top: var(--s4); }
.of-link-chip { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: var(--r-full); background: var(--bg-elev); border: 1px solid var(--separator); color: var(--label-2); font-size: var(--t-footnote); font-weight: var(--w-medium); }
.of-link-chip:hover { border-color: var(--gold); color: var(--label); }
.of-link-chip .ic { width: 15px; height: 15px; color: var(--gold); }
.of-hero-cta { display: flex; gap: var(--s3); justify-content: center; flex-wrap: wrap; margin-top: var(--s5); }
.of-hero-cta .of-btn { flex: 1 1 auto; max-width: 240px; }

/* ---------- oferta relâmpago (promo) ---------- */
.of-promo {
  position: relative; overflow: hidden; margin-top: var(--s6);
  display: flex; align-items: center; justify-content: space-between; gap: var(--s3); flex-wrap: wrap;
  padding: 14px 16px; border-radius: var(--r-lg);
  background: linear-gradient(120deg, color-mix(in srgb, var(--tint-deep) 34%, var(--bg-elev)), var(--bg-elev));
  border: 1px solid color-mix(in srgb, var(--tint) 40%, transparent);
  cursor: pointer;
}
.of-promo-glow { position: absolute; inset: -40% -10% auto auto; width: 200px; height: 200px; background: radial-gradient(circle, var(--tint-weak), transparent 70%); pointer-events: none; }
.of-promo-main { display: flex; flex-direction: column; gap: 2px; z-index: 1; min-width: 0; }
.of-promo-flash { display: inline-flex; align-items: center; gap: 5px; font-size: var(--t-caption); font-weight: var(--w-bold); text-transform: uppercase; letter-spacing: .05em; color: var(--tint-strong); }
.of-promo-flash .ic { width: 15px; height: 15px; }
.of-promo-label { font-size: var(--t-subhead); font-weight: var(--w-semi); }
.of-promo-label b { color: var(--gold); }
.of-promo-right { display: flex; align-items: center; gap: var(--s3); z-index: 1; }
.of-promo-spots { display: inline-flex; align-items: center; gap: 4px; font-size: var(--t-caption); color: var(--label-2); }
.of-promo-spots .ic { width: 14px; height: 14px; color: var(--tint-strong); }
.of-promo-timer { display: inline-flex; flex-direction: column; align-items: flex-end; font-size: var(--t-caption2); color: var(--label-3); text-transform: uppercase; letter-spacing: .04em; }
.of-promo-timer .of-count { font-family: var(--font-mono); font-size: var(--t-body); font-weight: var(--w-bold); color: var(--label); letter-spacing: 0; text-transform: none; }

/* ---------- win-back ---------- */
.of-winback {
  display: flex; align-items: center; gap: var(--s3); flex-wrap: wrap;
  margin-top: var(--s5); padding: 14px 16px; border-radius: var(--r-lg);
  background: linear-gradient(120deg, color-mix(in srgb, var(--gold-deep) 26%, var(--bg-elev)), var(--bg-elev));
  border: 1px solid color-mix(in srgb, var(--gold) 34%, transparent);
}
.of-winback-ic { width: 42px; height: 42px; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--tint-weak); color: var(--tint-strong); }
.of-winback-txt { flex: 1 1 auto; min-width: 150px; display: flex; flex-direction: column; }
.of-winback-txt b { font-size: var(--t-subhead); }
.of-winback-txt span { font-size: var(--t-footnote); color: var(--label-3); }
.of-winback-cta { flex: 0 0 auto; margin-left: auto; }
/* mobile estreito: o CTA desce e ocupa a largura toda (evita espremer o texto) */
@media (max-width: 460px) { .of-winback-cta { flex: 1 0 100%; margin-left: 0; } }

/* ---------- tiers ---------- */
.of-tiers { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--s3); }
.of-tier {
  position: relative; display: flex; flex-direction: column;
  background: var(--bg-elev); border: 1px solid var(--separator); border-radius: var(--r-lg);
  padding: var(--s5);
}
.of-tier.hl { border-color: var(--gold); box-shadow: inset 0 0 0 1px var(--gold), 0 18px 50px -30px var(--gold-deep); }
.of-tier-badge { position: absolute; top: -11px; left: var(--s5); display: inline-flex; align-items: center; gap: 4px; padding: 4px 11px; border-radius: var(--r-full); font-size: var(--t-caption2); font-weight: var(--w-bold); text-transform: uppercase; letter-spacing: .04em; }
.of-tier-badge .ic { width: 13px; height: 13px; }
.of-tier-badge.popular { background: linear-gradient(135deg, var(--tint-strong), var(--tint-deep)); color: #fff; }
.of-tier-badge.value { background: linear-gradient(135deg, #f2cd7a, var(--gold)); color: #241a06; }
.of-tier-name { font-family: var(--font-display); font-size: var(--t-title3); font-weight: var(--w-semi); }
.of-tier-price { display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; margin-top: var(--s2); }
.of-tier-price .of-now { font-size: var(--t-title); font-weight: var(--w-bold); color: var(--gold); font-variant-numeric: tabular-nums; }
.of-tier-price .of-per { color: var(--label-3); font-size: var(--t-subhead); }
.of-anchor { color: var(--label-4); text-decoration: line-through; font-size: var(--t-subhead); text-decoration-color: var(--tint); }
.of-perks { margin: var(--s4) 0; display: flex; flex-direction: column; gap: var(--s2); flex: 1; }
.of-perks li { display: flex; align-items: flex-start; gap: var(--s2); font-size: var(--t-subhead); color: var(--label-2); }
.of-perks .ic { width: 16px; height: 16px; color: var(--ok); flex: none; margin-top: 2px; stroke-width: 2.2; }
.of-tier .of-btn { margin-top: auto; }

/* ---------- bundles ---------- */
.of-bundles { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--s3); }
.of-bundle { position: relative; background: var(--bg-elev); border: 1px solid var(--separator); border-radius: var(--r-lg); padding: var(--s5); }
.of-bundle.hl { border-color: var(--gold); }
.of-bundle-save { position: absolute; top: var(--s4); right: var(--s4); background: var(--tint); color: #fff; font-size: var(--t-caption); font-weight: var(--w-bold); padding: 3px 9px; border-radius: var(--r-full); }
.of-bundle-name { font-family: var(--font-display); font-size: var(--t-title3); font-weight: var(--w-semi); padding-right: 60px; }
.of-bundle-items { display: flex; flex-direction: column; gap: 6px; margin: var(--s3) 0; }
.of-bundle-items li { display: flex; gap: var(--s2); font-size: var(--t-footnote); color: var(--label-2); }
.of-bundle-items .ic { width: 15px; height: 15px; color: var(--gold); flex: none; margin-top: 1px; }
.of-bundle-foot { display: flex; flex-direction: column; align-items: stretch; gap: var(--s3); margin-top: var(--s4); }
.of-bundle-price { display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; }
.of-bundle-price .of-now { font-size: var(--t-title2); font-weight: var(--w-bold); color: var(--gold); }

/* ---------- capa bloqueada (blur + cadeado) ---------- */
.of-cover { position: relative; aspect-ratio: 4 / 3; background-size: cover; background-position: center; display: grid; place-items: center; overflow: hidden; }
.of-cover.locked.has-teaser { filter: none; }
.of-cover.locked.has-teaser::before { content: ""; position: absolute; inset: 0; backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); }
.of-cover-scrim { position: absolute; inset: 0; background: radial-gradient(circle at center, transparent, color-mix(in srgb, var(--bg) 55%, transparent)); }
.of-cover-lock { position: relative; z-index: 2; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: color-mix(in srgb, var(--bg) 55%, transparent); border: 1px solid var(--glass-line); color: var(--label); backdrop-filter: blur(6px); }
.of-cover-lock .ic { width: 28px; height: 28px; }
.of-cover-kind { position: absolute; left: 10px; bottom: 10px; z-index: 2; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: color-mix(in srgb, var(--bg) 55%, transparent); color: #fff; }
.of-cover-count { position: absolute; top: 10px; right: 10px; z-index: 2; background: color-mix(in srgb, var(--bg) 60%, transparent); border: 1px solid var(--glass-line); color: var(--label); font-size: var(--t-caption); font-weight: var(--w-semi); padding: 3px 9px; border-radius: var(--r-full); backdrop-filter: blur(4px); }

/* ---------- ppv / prévias exclusivas ---------- */
.of-ppv-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s3); }
.of-ppv { background: var(--bg-elev); border: 1px solid var(--separator); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; cursor: pointer; transition: transform var(--t-fast) var(--ease), border-color var(--t-fast); }
.of-ppv:active { transform: scale(.985); }
.of-ppv:hover { border-color: var(--separator-strong); }
.of-ppv .of-cover { border-radius: 0; }
.of-ppv-body { padding: var(--s3); display: flex; flex-direction: column; flex: 1; gap: 4px; }
.of-ppv-title { font-weight: var(--w-semi); font-size: var(--t-subhead); }
.of-ppv-teaser { font-size: var(--t-footnote); color: var(--label-3); flex: 1; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.of-ppv-buy { display: flex; flex-direction: column; align-items: stretch; gap: var(--s2); margin-top: var(--s2); }
.of-ppv-price { font-weight: var(--w-bold); color: var(--gold); font-size: var(--t-body); }

/* ---------- meta de gorjetas ---------- */
.of-goal { background: var(--bg-elev); border: 1px solid var(--separator); border-radius: var(--r-lg); padding: var(--s5); }
.of-goal-head { display: flex; align-items: center; justify-content: space-between; gap: var(--s2); margin-bottom: var(--s3); }
.of-goal-label { display: inline-flex; align-items: center; gap: 6px; font-weight: var(--w-semi); }
.of-goal-label .ic { color: var(--gold); }
.of-goal-nums { font-variant-numeric: tabular-nums; font-weight: var(--w-bold); color: var(--gold); font-size: var(--t-subhead); }
.of-goal-nums em { color: var(--label-3); font-style: normal; font-weight: var(--w-regular); }
.of-goal-bar { height: 10px; border-radius: var(--r-full); background: var(--bg-inset); overflow: hidden; }
.of-goal-bar > i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--gold), var(--tint)); transition: width var(--t-slow) var(--ease); }
.of-goal-bar.done > i { background: linear-gradient(90deg, var(--ok), var(--gold)); }
.of-goal-done { display: inline-flex; align-items: center; gap: 5px; margin-top: var(--s2); color: var(--ok); font-size: var(--t-footnote); font-weight: var(--w-semi); }
.of-goal-actions { display: flex; flex-wrap: wrap; gap: var(--s2); margin-top: var(--s3); }
.of-chip { min-height: 40px; padding: 8px 14px; border-radius: var(--r-full); background: var(--bg-inset); border: 1px solid var(--separator); font-size: var(--t-footnote); font-weight: var(--w-semi); color: var(--label); }
.of-chip:active { transform: scale(.95); }
.of-chip.alt { color: var(--gold); border-color: color-mix(in srgb, var(--gold) 40%, transparent); }

/* ---------- feed ---------- */
.of-feed { display: flex; flex-direction: column; gap: var(--s4); }
.of-post { background: var(--bg-elev); border: 1px solid var(--hairline); border-radius: var(--r-lg); padding: var(--s4); }
.of-post-head { display: flex; align-items: center; gap: var(--s3); }
.of-ava { width: 40px; height: 40px; border-radius: 50%; overflow: hidden; flex: none; background: linear-gradient(135deg, var(--tint-deep), var(--gold-deep)); display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 15px; }
.of-ava img { width: 100%; height: 100%; object-fit: cover; }
.of-post-meta { flex: 1; min-width: 0; }
.of-post-author { font-weight: var(--w-semi); font-size: var(--t-subhead); display: flex; align-items: center; gap: 5px; }
.of-post-time { color: var(--label-3); font-size: var(--t-caption); }
.of-post-pin { color: var(--gold); }
.of-post-text { margin-top: var(--s3); font-size: var(--t-subhead); color: var(--label); line-height: var(--lh-body); white-space: pre-wrap; }
.of-post-media { margin-top: var(--s3); border-radius: var(--r-md); overflow: hidden; }
.of-post-media img, .of-post-media video { width: 100%; border-radius: var(--r-md); }
.of-post-media.multi { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.of-post-media.multi img, .of-post-media.multi video { aspect-ratio: 1; object-fit: cover; }
.of-post-locked { position: relative; margin-top: var(--s3); border-radius: var(--r-md); overflow: hidden; }
.of-post-locked .of-cover { aspect-ratio: 4 / 5; border-radius: var(--r-md); }
.of-post-unlock { position: absolute; inset: auto 0 0 0; z-index: 3; padding: var(--s4); display: flex; flex-direction: column; gap: var(--s2); background: linear-gradient(to top, color-mix(in srgb, var(--bg) 80%, transparent), transparent); }
.of-post-unlock-hint { text-align: center; font-size: var(--t-footnote); color: var(--label-2); }
.of-post-actions { display: flex; align-items: center; gap: var(--s4); margin-top: var(--s3); }
.of-post-like { display: inline-flex; align-items: center; gap: 6px; color: var(--label-2); font-size: var(--t-footnote); font-weight: var(--w-semi); min-height: 40px; }
.of-post-like .ic { width: 22px; height: 22px; transition: transform var(--t-fast) var(--ease); }
.of-post-like.on { color: var(--tint-strong); }
.of-post-like.on .ic { fill: var(--tint); stroke: var(--tint); transform: scale(1.08); }
.of-post-like:active .ic { transform: scale(1.25); }
.of-post-ppvtag { display: inline-flex; align-items: center; gap: 4px; color: var(--gold); font-size: var(--t-caption); font-weight: var(--w-semi); }
.of-feed-more { display: flex; justify-content: center; margin-top: var(--s5); }
.of-feed-end { color: var(--label-4); font-size: var(--t-footnote); text-align: center; }

/* ---------- FAB (chat) ---------- */
.of-fab {
  position: fixed; right: var(--gutter); bottom: calc(var(--gutter) + var(--safe-bottom)); z-index: 45;
  width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center;
  color: #fff; background: linear-gradient(135deg, var(--tint-strong), var(--tint-deep));
  box-shadow: 0 14px 34px -10px var(--tint), inset 0 1px 0 rgba(255,255,255,.18);
  transition: transform var(--t-fast) var(--ease);
}
.of-fab:active { transform: scale(.92); }
.of-fab .ic { width: 26px; height: 26px; }

/* ---------- footer ---------- */
.of-foot { margin-top: var(--s10); padding-top: var(--s6); border-top: 1px solid var(--hairline); text-align: center; }
.of-foot-own { color: var(--label-3); font-size: var(--t-footnote); }
.of-foot-links { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--s2) var(--s4); margin-top: var(--s3); }
.of-foot-links a { color: var(--label-3); font-size: var(--t-footnote); }
.of-foot-links a:hover { color: var(--gold); }

/* ---------- empty / error ---------- */
.of-empty, .of-error { text-align: center; padding: var(--s10) var(--s4); color: var(--label-2); }
.of-empty-ic, .of-error-ic { width: 64px; height: 64px; margin: 0 auto var(--s3); display: grid; place-items: center; border-radius: 50%; background: var(--bg-elev); color: var(--label-3); }
.of-empty-ic .ic, .of-error-ic .ic { width: 28px; height: 28px; }
.of-error { min-height: 70vh; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.of-error h2 { font-family: var(--font-display); font-size: var(--t-title2); margin-bottom: var(--s2); }
.of-error p { color: var(--label-3); max-width: 320px; margin-bottom: var(--s4); }

/* ---------- toast ---------- */
.of-toast-stack { position: fixed; left: 0; right: 0; bottom: calc(var(--s5) + var(--safe-bottom)); z-index: 300; display: flex; flex-direction: column; align-items: center; gap: var(--s2); pointer-events: none; padding: 0 var(--gutter); }
.of-toast { pointer-events: auto; display: flex; align-items: center; gap: var(--s2); max-width: 440px; width: max-content; padding: 11px 16px; border-radius: var(--r-full); background: var(--bg-elev2); border: 1px solid var(--separator-strong); box-shadow: var(--shadow-pop); font-size: var(--t-subhead); color: var(--label); opacity: 0; transform: translateY(14px) scale(.96); transition: opacity var(--t-med) var(--ease), transform var(--t-med) var(--ease); }
.of-toast.in { opacity: 1; transform: none; }
.of-toast.leaving { opacity: 0; transform: translateY(8px) scale(.98); }
.of-toast .ic { width: 18px; height: 18px; }
.of-toast.ok .ic { color: var(--ok); }
.of-toast.error { border-color: color-mix(in srgb, var(--danger) 50%, transparent); }
.of-toast.error .ic { color: var(--danger); }
.of-toast.warn .ic { color: var(--warn); }
.of-toast.info .ic { color: var(--info); }

/* ---------- sheet (bottom sheet / dialog) ---------- */
.of-sheet-backdrop { position: fixed; inset: 0; z-index: 100; background: var(--scrim); opacity: 0; transition: opacity var(--t-med) var(--ease); backdrop-filter: blur(3px); }
.of-sheet-backdrop.open { opacity: 1; }
.of-sheet {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 110;
  max-height: 92vh; display: flex; flex-direction: column;
  background: var(--bg-elev); border-radius: var(--r-xl) var(--r-xl) 0 0;
  border-top: 1px solid var(--glass-line);
  box-shadow: var(--shadow-pop);
  transform: translateY(100%); transition: transform var(--t-slow) var(--ease);
  padding-bottom: var(--safe-bottom);
}
.of-sheet.open { transform: none; }
.of-sheet.tall { height: 92vh; }
.of-sheet-grab { width: 40px; height: 5px; border-radius: var(--r-full); background: var(--separator-strong); margin: 10px auto 4px; flex: none; cursor: grab; }
.of-sheet-head { display: flex; align-items: center; justify-content: space-between; gap: var(--s3); padding: var(--s2) var(--s5) var(--s3); flex: none; }
.of-sheet-title { font-family: var(--font-display); font-size: var(--t-title2); font-weight: var(--w-semi); }
.of-sheet-body { padding: 0 var(--s5) var(--s5); overflow-y: auto; -webkit-overflow-scrolling: touch; flex: 1; }
.of-sheet-foot { padding: var(--s4) var(--s5) calc(var(--s4) + var(--safe-bottom)); border-top: 1px solid var(--hairline); flex: none; }

/* ---------- auth (link mágico) ---------- */
.of-auth-lead { color: var(--label-2); font-size: var(--t-subhead); margin-bottom: var(--s4); }
.of-auth-or { display: flex; align-items: center; gap: var(--s3); color: var(--label-4); font-size: var(--t-footnote); margin: var(--s4) 0; }
.of-auth-or::before, .of-auth-or::after { content: ""; flex: 1; height: 1px; background: var(--separator); }
.of-auth.sent { text-align: center; padding-top: var(--s4); }
.of-sent-ic { width: 68px; height: 68px; margin: 0 auto var(--s4); display: grid; place-items: center; border-radius: 50%; background: var(--tint-weak); color: var(--tint-strong); }
.of-auth.sent h3 { font-family: var(--font-display); font-size: var(--t-title3); margin-bottom: var(--s2); }

/* ---------- checkout ---------- */
.of-ck-item { display: flex; align-items: center; justify-content: space-between; gap: var(--s3); padding: var(--s4); border-radius: var(--r-md); background: var(--bg-inset); border: 1px solid var(--hairline); margin-bottom: var(--s4); }
.of-ck-item-name { font-weight: var(--w-semi); }
.of-ck-item-price { font-weight: var(--w-bold); color: var(--gold); font-size: var(--t-title3); white-space: nowrap; }
.of-ck-lead { color: var(--label-2); font-size: var(--t-subhead); margin-bottom: var(--s3); }
.of-ck-trust { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: var(--s3); color: var(--label-4); font-size: var(--t-caption); text-align: center; }
.of-ck-trust .ic { width: 13px; height: 13px; }
/* pix */
.of-pix { text-align: center; }
.of-pix-amount { font-family: var(--font-mono); font-size: var(--t-title); font-weight: var(--w-bold); color: var(--gold); }
.of-pix-title { font-size: var(--t-subhead); font-weight: var(--w-semi); margin-top: 2px; }
.of-pix-qr { width: 216px; max-width: 70%; aspect-ratio: 1; margin: var(--s4) auto; background: #fff; border-radius: var(--r-md); padding: 10px; display: grid; place-items: center; }
.of-pix-qr-img { width: 100%; height: 100%; object-fit: contain; }
.of-pix-qr-ph { color: #999; }
.of-pix-scan { color: var(--label-3); font-size: var(--t-footnote); }
.of-pix-cc-label { text-transform: uppercase; letter-spacing: .05em; font-size: var(--t-caption); color: var(--label-3); margin: var(--s4) 0 var(--s2); }
.of-pix-cc { background: var(--bg-inset); border: 1px solid var(--separator); border-radius: var(--r-md); padding: 12px; margin-bottom: var(--s2); max-height: 84px; overflow: auto; }
.of-pix-cc code { font-family: var(--font-mono); font-size: var(--t-caption); color: var(--label-2); word-break: break-all; }
.of-mock { margin-top: var(--s3); }
.of-pix-wait { display: flex; align-items: center; gap: var(--s3); justify-content: center; text-align: left; margin-top: var(--s4); padding: var(--s3); border-radius: var(--r-md); background: var(--bg-inset); font-size: var(--t-footnote); }
.of-pix-wait b { font-weight: var(--w-semi); }
/* done + order-bump */
.of-done { text-align: center; }
.of-done-ic { width: 76px; height: 76px; margin: var(--s2) auto var(--s3); display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--ok), #1e8a4e); box-shadow: 0 14px 34px -14px var(--ok); }
.of-done-ic .ic { width: 34px; height: 34px; stroke-width: 2.4; }
.of-done h3 { font-family: var(--font-display); font-size: var(--t-title2); margin-bottom: 4px; }
.of-bump { margin: var(--s5) 0 var(--s3); padding: var(--s4); border-radius: var(--r-lg); background: linear-gradient(135deg, color-mix(in srgb, var(--gold-deep) 20%, var(--bg-elev)), var(--bg-elev)); border: 1px dashed color-mix(in srgb, var(--gold) 50%, transparent); text-align: left; }
.of-bump-tag { display: inline-flex; align-items: center; gap: 5px; font-size: var(--t-caption); font-weight: var(--w-bold); text-transform: uppercase; letter-spacing: .04em; color: var(--gold); margin-bottom: var(--s3); }
.of-bump-tag .ic { width: 14px; height: 14px; }
.of-bump-row { display: flex; align-items: center; gap: var(--s3); margin-bottom: var(--s3); }
.of-bump-cover { width: 56px; height: 56px; border-radius: var(--r-md); flex: none; display: grid; place-items: center; color: #fff; }
.of-bump-info { min-width: 0; }
.of-bump-name { font-weight: var(--w-semi); font-size: var(--t-subhead); }
.of-bump-price { display: flex; align-items: baseline; gap: 6px; color: var(--gold); font-weight: var(--w-bold); }
.of-bump-hint { text-align: center; font-size: var(--t-caption); color: var(--label-3); margin-top: var(--s2); }

/* ---------- tip ---------- */
.of-tip-opts { display: flex; flex-wrap: wrap; gap: var(--s2); margin-bottom: var(--s4); }
.of-tip-opt { flex: 1 1 30%; min-height: 52px; border-radius: var(--r-md); background: var(--bg-inset); border: 1px solid var(--separator); font-weight: var(--w-bold); font-size: var(--t-body); color: var(--label); }
.of-tip-opt.on { border-color: var(--gold); color: var(--gold); background: color-mix(in srgb, var(--gold) 12%, transparent); }
.of-tip-opt:active { transform: scale(.96); }

/* ---------- chat ---------- */
.of-chat-host .of-sheet-body { padding: 0; display: flex; flex-direction: column; }
.of-chat { display: flex; flex-direction: column; height: 100%; min-height: 0; }
.of-chat-list { flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: var(--s4) var(--s5); display: flex; flex-direction: column; }
.of-chat-empty { margin: auto; text-align: center; color: var(--label-3); display: flex; flex-direction: column; align-items: center; gap: var(--s2); }
.of-chat-empty .ic { width: 30px; height: 30px; }
.of-bubble { max-width: 82%; padding: 10px 14px; border-radius: 20px; margin-bottom: var(--s2); font-size: var(--t-subhead); line-height: var(--lh-snug); }
.of-bubble.mine { align-self: flex-end; background: linear-gradient(135deg, var(--tint-strong), var(--tint-deep)); color: #fff; border-bottom-right-radius: 6px; }
.of-bubble.their { align-self: flex-start; background: var(--bg-elev2); border: 1px solid var(--hairline); border-bottom-left-radius: 6px; }
.of-bubble-time { font-size: var(--t-caption2); opacity: .6; margin-top: 4px; text-align: right; }
.of-chat-media { border-radius: var(--r-md); margin-top: 6px; max-width: 260px; }
.of-chat-ppv { margin-top: 4px; }
.of-chat-ppv .of-cover { aspect-ratio: 4 / 3; border-radius: var(--r-md); margin-bottom: var(--s2); min-width: 200px; }
.of-chat-composer { display: flex; gap: var(--s2); padding: var(--s3) var(--s5) calc(var(--s3) + var(--safe-bottom)); border-top: 1px solid var(--hairline); background: var(--bg-elev); flex: none; }
.of-chat-composer input { flex: 1; min-height: 44px; background: var(--bg-inset); border: 1px solid var(--separator); border-radius: var(--r-full); padding: 10px 16px; color: var(--label); font-size: var(--t-callout); }
.of-chat-composer input:focus { outline: none; border-color: var(--tint); }
.of-chat-send { width: 44px; height: 44px; flex: none; border-radius: 50%; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--tint-strong), var(--tint-deep)); }
.of-chat-send:active { transform: scale(.92); }

/* ---------- conta ---------- */
.of-acc-login { text-align: center; padding-top: var(--s4); }
.of-acc-sub { display: flex; align-items: center; gap: var(--s3); padding: var(--s4); border-radius: var(--r-md); margin-bottom: var(--s5); }
.of-acc-sub.active { background: var(--ok-weak); border: 1px solid color-mix(in srgb, var(--ok) 34%, transparent); color: var(--label); }
.of-acc-sub.active .ic { color: var(--gold); }
.of-acc-sub.expired { background: var(--warn-weak); border: 1px solid color-mix(in srgb, var(--warn) 30%, transparent); justify-content: space-between; flex-wrap: wrap; }
.of-acc-sub.none { background: var(--bg-inset); border: 1px solid var(--separator); justify-content: space-between; flex-wrap: wrap; color: var(--label-2); font-size: var(--t-subhead); }
.of-acc-h { font-family: var(--font-display); font-size: var(--t-title3); margin-bottom: var(--s3); }
.of-acc-contact { margin: var(--s4) 0; color: var(--label-3); font-size: var(--t-footnote); }
.of-acc .of-btn.ghost { margin-top: var(--s4); }
.of-list { display: flex; flex-direction: column; gap: var(--s2); }
.of-list-row { display: flex; align-items: center; gap: var(--s3); padding: var(--s3); border-radius: var(--r-md); background: var(--bg-elev2); border: 1px solid var(--hairline); }
.of-list-ic { width: 38px; height: 38px; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--bg-inset); color: var(--gold); }
.of-list-body { flex: 1; min-width: 0; }
.of-list-title { font-weight: var(--w-semi); font-size: var(--t-subhead); }
.of-list-trail { font-weight: var(--w-bold); color: var(--gold); font-variant-numeric: tabular-nums; }

/* ---------- páginas legais ---------- */
.of-legal { font-size: var(--t-subhead); color: var(--label-2); line-height: var(--lh-body); }
.of-legal h1, .of-legal h2, .of-legal h3 { font-family: var(--font-display); color: var(--label); margin: var(--s4) 0 var(--s2); }
.of-legal h1 { font-size: var(--t-title2); }
.of-legal h2 { font-size: var(--t-title3); }
.of-legal p { margin-bottom: var(--s3); }
.of-legal ul { list-style: disc; padding-left: var(--s5); margin-bottom: var(--s3); }
.of-legal a { color: var(--gold); }
.of-report { margin-top: var(--s6); padding-top: var(--s4); border-top: 1px solid var(--line); }
.of-report .of-field { margin-top: var(--s3); }
.of-report select, .of-report textarea { width: 100%; color: var(--label); background: var(--fill-2); border: 1px solid var(--line); border-radius: var(--r-md); padding: 12px 14px; font: inherit; resize: vertical; }

/* ---------- age-gate 18+ ---------- */
.of-age { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: var(--gutter); background: color-mix(in srgb, var(--bg) 92%, #000); backdrop-filter: blur(16px); opacity: 0; transition: opacity var(--t-med) var(--ease); overflow-y: auto; }
.of-age.in { opacity: 1; }
.of-age.leaving { opacity: 0; }
.of-age-card { max-width: 440px; width: 100%; background: var(--bg-elev); border: 1px solid var(--separator); border-radius: var(--r-xl); padding: var(--s8) var(--s6); text-align: center; box-shadow: var(--shadow-pop); }
.of-age-mark { width: 60px; height: 60px; margin: 0 auto var(--s3); display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--tint-deep), var(--gold-deep)); color: #fff; }
.of-age-mark .ic { width: 26px; height: 26px; }
.of-age-18 { font-family: var(--font-display); font-size: 30px; font-weight: var(--w-bold); color: var(--gold); margin-bottom: var(--s2); }
.of-age-18 span { color: var(--tint); }
.of-age-card h1 { font-family: var(--font-display); font-size: var(--t-title2); margin-bottom: var(--s3); }
.of-age-card p { color: var(--label-2); font-size: var(--t-subhead); margin-bottom: var(--s4); }
.of-age-check { display: flex; align-items: flex-start; gap: var(--s2); text-align: left; font-size: var(--t-footnote); color: var(--label-2); margin-bottom: var(--s4); }
.of-age-check input { margin-top: 2px; width: 20px; height: 20px; flex: none; accent-color: var(--tint); }
.of-age-check a { color: var(--gold); }
.of-age-card .of-btn { margin-bottom: var(--s2); }
.of-age-fine { font-size: var(--t-caption); color: var(--label-4) !important; margin-top: var(--s2) !important; margin-bottom: 0 !important; }

/* ---------- reduce motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .of-body *, .of-body *::before, .of-body *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* ============================================================
   DESKTOP / TABLET — vitrine central com respiro (mantém mobile-first)
   ============================================================ */
@media (min-width: 680px) {
  .of-main { padding-top: var(--s4); }
  .of-hero-cover { height: 280px; }
  .of-hero-avatar { width: 124px; height: 124px; }
  .of-hero-body { margin-top: -56px; }
  .of-tiers { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
  .of-bundles { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
  .of-ppv-grid { grid-template-columns: repeat(3, 1fr); }
  .of-sheet { left: 50%; right: auto; bottom: auto; top: 50%; transform: translate(-50%, -46%); width: 460px; max-width: calc(100vw - 40px); max-height: 88vh; border-radius: var(--r-xl); border: 1px solid var(--glass-line); }
  .of-sheet.open { transform: translate(-50%, -50%); }
  .of-sheet.tall { height: auto; max-height: 88vh; }
  .of-sheet-grab { display: none; }
  .of-fab { right: calc(50% - 320px + var(--gutter)); }
}
@media (min-width: 720px) {
  .of-fab { right: max(var(--gutter), calc(50% - 340px)); }
}
