/* Projeto X V35 — layout final organizado / inspiração em plataformas de design
   Regra: tudo dentro de containers previsíveis, contraste alto e sem sobreposição. */

body.public-v33{
  --v35-bg:#090a0d;
  --v35-surface:#111318;
  --v35-surface-2:#161920;
  --v35-surface-3:#1b1f27;
  --v35-line:#272b34;
  --v35-text:#f6f7f9;
  --v35-muted:#949ba8;
  --v35-soft:#697180;
  --v35-blue:#3b82f6;
  --v35-blue-2:#6257ff;
  --v35-green:#18b57e;
  --v35-red:#ef4444;
  --v35-amber:#eaa624;
  --v35-radius:14px;
  --v35-shadow:0 16px 42px rgba(0,0,0,.22);
  background:var(--v35-bg)!important;
  color:var(--v35-text)!important;
}
html[data-theme="light"] body.public-v33{
  --v35-bg:#f5f6f8;
  --v35-surface:#ffffff;
  --v35-surface-2:#f9fafb;
  --v35-surface-3:#f1f3f6;
  --v35-line:#e1e5ea;
  --v35-text:#171a21;
  --v35-muted:#626b78;
  --v35-soft:#8c94a0;
  --v35-shadow:0 12px 32px rgba(17,24,39,.08);
  background:var(--v35-bg)!important;
  color:var(--v35-text)!important;
}
body.public-v33 *,body.public-v33 *:before,body.public-v33 *:after{box-sizing:border-box;min-width:0}
body.public-v33 img{max-width:100%}
body.public-v33 .page{background:var(--v35-bg)!important;overflow:visible!important}
body.public-v33 h1,body.public-v33 h2,body.public-v33 h3,body.public-v33 h4{color:var(--v35-text)!important;letter-spacing:-.025em}
body.public-v33 p,body.public-v33 small,body.public-v33 .muted{color:var(--v35-muted)!important}
body.public-v33 .section-kicker,body.public-v33 .px27-kicker,body.public-v33 .panel-eyebrow,body.public-v33 .eyebrow{color:#7ba8ff!important}

/* Cabeçalho compacto e sem estourar */
body.public-v33 .market-header{height:70px!important;background:rgba(9,10,13,.94)!important;border-bottom:1px solid var(--v35-line)!important;backdrop-filter:blur(18px)!important}
html[data-theme="light"] body.public-v33 .market-header{background:rgba(255,255,255,.95)!important}
body.public-v33 .market-header-inner{height:70px!important;width:min(1500px,100%)!important;max-width:1500px!important;margin:0 auto!important;padding:0 24px!important;display:flex!important;align-items:center!important;gap:18px!important}
body.public-v33 .market-brand{flex:0 0 auto!important}
body.public-v33 .market-nav{display:flex!important;gap:2px!important;flex:0 1 auto!important}
body.public-v33 .market-nav a{white-space:nowrap!important;color:var(--v35-muted)!important;padding:9px 11px!important;font-size:.84rem!important;border-radius:9px!important}
body.public-v33 .market-nav a:hover{background:var(--v35-surface-2)!important;color:var(--v35-text)!important}
body.public-v33 .header-search{flex:1 1 330px!important;max-width:430px!important;min-width:220px!important;height:42px!important;background:var(--v35-surface)!important;border:1px solid var(--v35-line)!important;border-radius:10px!important}
body.public-v33 .header-actions{margin-left:auto!important;flex:0 0 auto!important}
body.public-v33 .header-vip,body.public-v33 .header-register{height:42px!important;background:var(--v35-surface)!important;border:1px solid var(--v35-line)!important;color:var(--v35-text)!important}

/* Regra mestre dos containers públicos */
body.public-v33 .px27-home,
body.public-v33 .content-shell,
body.public-v33 .account-shell,
body.public-v33 .asset-showcase-page,
body.public-v33 .creator-public-page,
body.public-v33 .px26-pack-shell,
body.public-v33 .academy-hero,
body.public-v33 .discover-hero,
body.public-v33 .premium-hero,
body.public-v33 .plans,
body.public-v33 .library-section,
body.public-v33 .static-page-shell,
body.public-v33 .static-shell,
body.public-v33 .static-page{
  width:min(1440px,calc(100% - 40px))!important;
  max-width:1440px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.public-v33 .px27-home{padding-top:26px!important;padding-bottom:56px!important}
body.public-v33 .content-shell,body.public-v33 .account-shell,body.public-v33 .asset-showcase-page,body.public-v33 .creator-public-page,body.public-v33 .px26-pack-shell{padding-top:28px!important;padding-bottom:56px!important}

/* Todas as caixas usam a mesma linguagem */
body.public-v33 .form-card,
body.public-v33 .form-panel-modern,
body.public-v33 .account-profile-card,
body.public-v33 .account-form-card,
body.public-v33 .account-access-card,
body.public-v33 .creator-panel,
body.public-v33 .table-card,
body.public-v33 .academy-guide-card,
body.public-v33 .academy-step-card,
body.public-v33 .px26-pack-panel,
body.public-v33 .static-card,
body.public-v33 .static-hero-card,
body.public-v33 .checkout-panel,
body.public-v33 .px29-methods-card,
body.public-v33 .px29-payer-card,
body.public-v33 .px29-payment-ready,
body.public-v33 .px27-showcase,
body.public-v33 .px27-creators,
body.public-v33 .px27-seo,
body.public-v33 .px27-premium{
  background:var(--v35-surface)!important;
  border:1px solid var(--v35-line)!important;
  border-radius:var(--v35-radius)!important;
  box-shadow:none!important;
  color:var(--v35-text)!important;
  overflow:hidden;
}
body.public-v33 .form-card,body.public-v33 .account-form-card,body.public-v33 .creator-panel,body.public-v33 .table-card{padding:22px!important}

/* Home mais parecida com uma plataforma de acervo */
body.public-v33 .px28-discovery{background:var(--v35-surface)!important;border:1px solid var(--v35-line)!important;border-radius:18px!important;box-shadow:none!important;overflow:hidden!important}
body.public-v33 .px28-discovery-main{display:grid!important;grid-template-columns:minmax(0,.92fr) minmax(440px,1.08fr)!important;gap:28px!important;padding:32px!important;align-items:center!important}
body.public-v33 .px28-discovery-copy h1{font-size:clamp(2.5rem,5vw,4.5rem)!important;line-height:.98!important;max-width:10ch!important;margin:12px 0 16px!important}
body.public-v33 .px28-search{height:54px!important;background:var(--v35-surface-2)!important;border:1px solid var(--v35-line)!important;border-radius:12px!important;overflow:hidden!important}
body.public-v33 .px28-search input{height:100%!important;background:transparent!important;border:0!important;box-shadow:none!important}
body.public-v33 .px28-search button{height:40px!important;margin-right:6px!important;border-radius:9px!important;background:var(--v35-blue)!important;color:#fff!important}
body.public-v33 .px28-now{background:#0d0f14!important;border:1px solid var(--v35-line)!important;border-radius:14px!important;padding:14px!important;overflow:hidden!important}
html[data-theme="light"] body.public-v33 .px28-now{background:#f8fafc!important}
body.public-v33 .px28-now-grid{gap:8px!important}
body.public-v33 .px28-now-card{border-radius:10px!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.06)!important}
body.public-v33 .px28-discovery-nav{background:var(--v35-surface-2)!important;border-top:1px solid var(--v35-line)!important}
body.public-v33 .px28-discovery-nav a{border-right:1px solid var(--v35-line)!important;min-height:74px!important}
body.public-v33 .px27-category-rail{width:100%!important;display:flex!important;gap:8px!important;padding:10px!important;margin:18px auto!important;background:var(--v35-surface)!important;border:1px solid var(--v35-line)!important;border-radius:12px!important;overflow-x:auto!important;box-shadow:none!important}
body.public-v33 .px27-category-rail a{flex:0 0 auto!important;border-radius:9px!important;color:var(--v35-muted)!important}
body.public-v33 .px27-category-rail a.is-active,body.public-v33 .px27-category-rail a:hover{background:var(--v35-surface-3)!important;color:var(--v35-text)!important}
body.public-v33 .px27-library{width:100%!important;padding:24px!important;border:1px solid var(--v35-line)!important;border-radius:16px!important;background:var(--v35-surface)!important}
body.public-v33 .px27-library-toolbar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding:10px!important;border:1px solid var(--v35-line)!important;border-radius:11px!important;background:var(--v35-surface-2)!important;box-shadow:none!important}
body.public-v33 .px27-tabs{display:flex!important;gap:4px!important;flex-wrap:wrap!important}
body.public-v33 .px27-tabs a{border-radius:8px!important;padding:9px 12px!important;color:var(--v35-muted)!important}
body.public-v33 .px27-tabs a.active{background:var(--v35-blue)!important;color:#fff!important}
body.public-v33 .px27-asset-grid,body.public-v33 .asset-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important;align-items:start!important}
body.public-v33 .asset-card,body.public-v33 .market-card{min-width:0!important;overflow:hidden!important;border:1px solid var(--v35-line)!important;border-radius:12px!important;background:var(--v35-surface-2)!important;box-shadow:none!important}
body.public-v33 .asset-card img,body.public-v33 .market-card img{display:block!important;width:100%!important;height:auto!important;object-fit:cover!important}

/* Formulários: nada sai de sua caixa */
body.public-v33 form{min-width:0}
body.public-v33 .form-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
body.public-v33 .form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))!important}
body.public-v33 .form-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))!important}
body.public-v33 .input,body.public-v33 input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),body.public-v33 textarea,body.public-v33 select{width:100%!important;max-width:100%!important;background:var(--v35-surface-2)!important;border:1px solid var(--v35-line)!important;color:var(--v35-text)!important;border-radius:10px!important}
body.public-v33 textarea{resize:vertical!important}
body.public-v33 .btn{white-space:normal!important;text-align:center!important;justify-content:center!important;background:var(--v35-blue)!important;border-color:var(--v35-blue)!important;border-radius:10px!important}
body.public-v33 .btn.ghost{background:var(--v35-surface-2)!important;border-color:var(--v35-line)!important;color:var(--v35-text)!important}

/* Conta / conteúdo interno */
body.public-v33 .account-content-grid,body.public-v33 .account-summary-grid,body.public-v33 .asset-showcase-grid{display:grid!important;gap:18px!important;align-items:start!important}
body.public-v33 .account-content-grid{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr)!important}
body.public-v33 .asset-showcase-grid{grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr)!important}
body.public-v33 .account-access-card,body.public-v33 .asset-purchase-panel{position:sticky!important;top:92px!important}
body.public-v33 .table-responsive{width:100%!important;overflow:auto!important;border:1px solid var(--v35-line)!important;border-radius:10px!important}
body.public-v33 table{width:100%!important;min-width:680px!important;border-collapse:collapse!important}
body.public-v33 th,body.public-v33 td{padding:12px!important;border-bottom:1px solid var(--v35-line)!important;text-align:left!important;vertical-align:middle!important}
body.public-v33 th{color:var(--v35-soft)!important;font-size:.72rem!important;text-transform:uppercase!important;letter-spacing:.06em!important}

/* ===== ÁREA DO CONTRIBUIDOR ===== */
body.public-v33 .creator-dashboard{
  width:min(1500px,calc(100% - 36px))!important;
  max-width:1500px!important;
  margin:24px auto 60px!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:238px minmax(0,1fr)!important;
  gap:18px!important;
  align-items:start!important;
}
body.public-v33 .creator-sidebar{
  position:sticky!important;top:92px!important;width:100%!important;max-height:calc(100vh - 112px)!important;
  overflow:auto!important;padding:14px!important;margin:0!important;background:#0d0f13!important;border:1px solid var(--v35-line)!important;
  border-radius:14px!important;box-shadow:none!important
}
html[data-theme="light"] body.public-v33 .creator-sidebar{background:#fff!important}
body.public-v33 .creator-side-profile{text-align:left!important;display:grid!important;grid-template-columns:46px minmax(0,1fr)!important;grid-template-rows:auto auto!important;column-gap:10px!important;align-items:center!important;padding:10px!important;margin:0 0 12px!important;border-bottom:1px solid var(--v35-line)!important}
body.public-v33 .creator-side-profile .avatar{grid-row:1/3!important;width:46px!important;height:46px!important;min-width:46px!important;margin:0!important;border:1px solid var(--v35-line)!important}
body.public-v33 .creator-side-profile strong{font-size:.86rem!important;align-self:end!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:var(--v35-text)!important}
body.public-v33 .creator-side-profile small{font-size:.72rem!important;align-self:start!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
body.public-v33 .creator-sidebar nav{display:grid!important;grid-template-columns:1fr!important;gap:3px!important}
body.public-v33 .creator-nav-label{display:block!important;color:var(--v35-soft)!important;text-transform:uppercase!important;letter-spacing:.12em!important;font-size:.62rem!important;font-weight:800!important;padding:13px 10px 5px!important}
body.public-v33 .creator-sidebar nav a{display:grid!important;grid-template-columns:30px minmax(0,1fr) auto!important;align-items:center!important;gap:9px!important;min-height:42px!important;padding:6px 9px!important;border-radius:9px!important;color:var(--v35-muted)!important;font-size:.82rem!important;font-weight:650!important;background:transparent!important}
body.public-v33 .creator-sidebar nav a span{width:30px!important;height:30px!important;border-radius:8px!important;background:var(--v35-surface-2)!important;color:var(--v35-soft)!important}
body.public-v33 .creator-sidebar nav a b{font-size:.72rem!important;color:var(--v35-soft)!important;white-space:nowrap!important}
body.public-v33 .creator-sidebar nav a.active{background:var(--v35-surface-3)!important;color:var(--v35-text)!important;box-shadow:inset 3px 0 0 var(--v35-blue)!important}
body.public-v33 .creator-sidebar nav a.active span{color:#8eb5ff!important}
body.public-v33 .creator-content{width:100%!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:18px!important;min-width:0!important}
body.public-v33 .creator-dashboard-top{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;padding:22px!important;background:var(--v35-surface)!important;border:1px solid var(--v35-line)!important;border-radius:14px!important}
body.public-v33 .creator-dashboard-welcome{display:flex!important;align-items:center!important;gap:14px!important;min-width:0!important}
body.public-v33 .creator-mini-avatar{width:48px!important;height:48px!important;flex:0 0 48px!important;border-radius:50%!important;display:grid!important;place-items:center!important;overflow:hidden!important;background:var(--v35-surface-3)!important;border:1px solid var(--v35-line)!important;color:var(--v35-text)!important;font-weight:800!important}
body.public-v33 .creator-mini-avatar img{width:100%!important;height:100%!important;object-fit:cover!important}
body.public-v33 .creator-dashboard-welcome small{display:block!important;color:var(--v35-soft)!important;font-size:.7rem!important;text-transform:uppercase!important;letter-spacing:.1em!important;font-weight:800!important}
body.public-v33 .creator-dashboard-welcome h1{margin:2px 0 3px!important;font-size:1.45rem!important}
body.public-v33 .creator-dashboard-welcome p{margin:0!important;font-size:.84rem!important}
body.public-v33 .creator-dashboard-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:wrap!important}
body.public-v33 .creator-dashboard-actions .btn{min-height:39px!important;padding:8px 12px!important;font-size:.78rem!important}
body.public-v33 .creator-hero-grid{display:grid!important;grid-template-columns:minmax(0,1.65fr) minmax(340px,.7fr)!important;gap:18px!important;align-items:stretch!important}
body.public-v33 .creator-profile-panel,body.public-v33 .creator-panel.reputation{height:100%!important;min-height:0!important;overflow:hidden!important}
body.public-v33 .creator-headline{display:block!important;padding:20px!important;border-bottom:1px solid var(--v35-line)!important;text-align:left!important}
body.public-v33 .creator-headline h2{margin:4px 0 5px!important;font-size:1.08rem!important}
body.public-v33 .creator-headline p{margin:0!important;font-size:.82rem!important}
body.public-v33 .creator-kpis{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;padding:18px!important;background:transparent!important;border:0!important}
body.public-v33 .creator-kpis div{min-height:96px!important;padding:15px!important;border:1px solid var(--v35-line)!important;border-radius:11px!important;background:var(--v35-surface-2)!important;display:flex!important;flex-direction:column!important;justify-content:center!important;overflow:hidden!important}
body.public-v33 .creator-kpis small{font-size:.65rem!important;letter-spacing:.08em!important;color:var(--v35-soft)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
body.public-v33 .creator-kpis strong{font-size:1.75rem!important;line-height:1.1!important;margin-top:7px!important;color:var(--v35-text)!important}
body.public-v33 .creator-chart-card{padding:18px!important;border-top:1px solid var(--v35-line)!important;overflow:hidden!important}
body.public-v33 .chart-title{margin-bottom:14px!important;font-size:.8rem!important}
body.public-v33 .mini-chart{height:235px!important;display:grid!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;align-items:end!important;gap:8px!important;padding:14px 8px 0!important;overflow:hidden!important;border:1px solid var(--v35-line)!important;border-radius:11px!important;background:linear-gradient(to bottom,transparent 24%,rgba(255,255,255,.035) 25%,transparent 26%,transparent 49%,rgba(255,255,255,.035) 50%,transparent 51%,transparent 74%,rgba(255,255,255,.035) 75%,transparent 76%)!important}
body.public-v33 .mini-chart span{height:100%!important;display:grid!important;grid-template-rows:1fr 26px!important;align-items:end!important;gap:5px!important;min-width:0!important}
body.public-v33 .mini-chart i{width:min(28px,75%)!important;height:var(--h)!important;min-height:4px!important;justify-self:center!important;border-radius:7px 7px 2px 2px!important;background:linear-gradient(180deg,#1e9bff,#5d3df5)!important;box-shadow:none!important}
body.public-v33 .mini-chart small{font-size:.58rem!important;white-space:nowrap!important;text-align:center!important;overflow:visible!important;color:var(--v35-soft)!important}
body.public-v33 .pro-rep{padding:20px!important;display:flex!important;flex-direction:column!important;gap:14px!important}
body.public-v33 .rep-head{display:flex!important;justify-content:space-between!important;gap:10px!important;align-items:flex-start!important}
body.public-v33 .rep-head h2{font-size:1.04rem!important;margin:0!important}
body.public-v33 .rep-head b{font-size:.68rem!important;padding:6px 8px!important;background:rgba(239,68,68,.12)!important;color:#ff8f8f!important;border:1px solid rgba(239,68,68,.25)!important}
body.public-v33 .rep-bar.segmented{height:10px!important;margin-top:2px!important}
body.public-v33 .rep-scale{font-size:.56rem!important;margin:2px 0 4px!important}
body.public-v33 .rep-stats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;padding:12px 0!important;background:transparent!important;border-width:1px 0!important;border-radius:0!important}
body.public-v33 .rep-stats div{min-width:0!important}
body.public-v33 .rep-stats small{font-size:.59rem!important;line-height:1.3!important}
body.public-v33 .rep-stats strong{font-size:1.3rem!important;margin:4px 0!important}
body.public-v33 .rep-stats span{font-size:.56rem!important}
body.public-v33 .rep-note{margin:0!important;padding:11px!important;font-size:.76rem!important;background:rgba(59,130,246,.08)!important;border:1px solid rgba(59,130,246,.2)!important;color:var(--v35-muted)!important;border-radius:9px!important}
body.public-v33 .pro-rep h3{font-size:.85rem!important;margin:0!important}
body.public-v33 .metric-tags{display:flex!important;gap:6px!important;flex-wrap:wrap!important;padding:0!important;background:transparent!important;border:0!important}
body.public-v33 .metric-tags span{font-size:.64rem!important;padding:6px 8px!important;background:var(--v35-surface-2)!important;border:1px solid var(--v35-line)!important;border-radius:8px!important}
body.public-v33 .creator-money-grid{display:grid!important;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;gap:18px!important}
body.public-v33 .wallet-card,body.public-v33 .referral-card{padding:20px!important;overflow:hidden!important}
body.public-v33 .wallet-card h2,body.public-v33 .referral-card h2{font-size:1.65rem!important;letter-spacing:-.035em!important;margin:6px 0!important}
body.public-v33 .money-lines{display:grid!important;gap:8px!important;padding:0!important;background:transparent!important;border:0!important}
body.public-v33 .money-lines div{padding:12px!important;border:1px solid var(--v35-line)!important;border-radius:10px!important;background:var(--v35-surface-2)!important}
body.public-v33 .money-lines b{font-size:1.05rem!important}
body.public-v33 .referral-copy{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;background:transparent!important;border:0!important;padding:0!important}
body.public-v33 .referral-copy input{min-width:0!important}
body.public-v33 .referral-stats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;padding:0!important;background:transparent!important;border:0!important}
body.public-v33 .referral-stats span{display:block!important;padding:11px!important;border:1px solid var(--v35-line)!important;border-radius:9px!important;background:var(--v35-surface-2)!important;overflow:hidden!important;font-size:.67rem!important}
body.public-v33 .referral-stats b{display:block!important;color:var(--v35-text)!important;font-size:1rem!important;margin:0 0 2px!important}
body.public-v33 .creator-form-card,body.public-v33 .creator-table,body.public-v33 .px22-creator-portfolio{width:100%!important;max-width:100%!important;margin:0!important;overflow:hidden!important}
body.public-v33 .creator-editor-head,body.public-v33 .px22-portfolio-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:16px!important;flex-wrap:wrap!important}
body.public-v33 .px22-profile-media-grid{display:grid!important;grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr)!important;gap:14px!important}
body.public-v33 .px22-profile-upload{overflow:hidden!important;border-radius:10px!important}
body.public-v33 .px22-project-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important}
body.public-v33 .px22-project-grid>a{overflow:hidden!important;border:1px solid var(--v35-line)!important;border-radius:10px!important;background:var(--v35-surface-2)!important}
body.public-v33 .px22-project-grid img{width:100%!important;aspect-ratio:4/5!important;object-fit:cover!important;display:block!important}
body.public-v33 .creator-table .mini-cover{width:46px!important;height:58px!important;object-fit:cover!important;border-radius:6px!important}

/* Checkout continua simples e centralizado */
body.public-v33 .px29-checkout-shell{width:min(1080px,calc(100% - 32px))!important;margin:26px auto 56px!important}
body.public-v33 .px29-checkout-grid{display:grid!important;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr)!important;gap:16px!important;align-items:start!important}
body.public-v33 .px29-methods-card,body.public-v33 .px29-payer-card{padding:22px!important}
body.public-v33 .px29-payment-trust{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}

/* Suporte IA: sempre preso ao canto, sem cobrir controles */
body.public-v33 .px31-ai-support{position:fixed!important;right:18px!important;bottom:18px!important;z-index:1500!important}
body.public-v33 .px31-ai-panel{max-height:min(570px,calc(100vh - 100px))!important;overflow:hidden!important}

/* Breakpoints previsíveis */
@media(max-width:1280px){
  body.public-v33 .market-nav{display:none!important}
  body.public-v33 .px27-asset-grid,body.public-v33 .asset-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  body.public-v33 .creator-dashboard{grid-template-columns:210px minmax(0,1fr)!important}
  body.public-v33 .creator-hero-grid{grid-template-columns:minmax(0,1.45fr) minmax(310px,.7fr)!important}
}
@media(max-width:1080px){
  body.public-v33 .creator-dashboard{grid-template-columns:1fr!important}
  body.public-v33 .creator-sidebar{position:static!important;max-height:none!important}
  body.public-v33 .creator-side-profile{max-width:280px!important}
  body.public-v33 .creator-sidebar nav{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}
  body.public-v33 .creator-nav-label{grid-column:1/-1!important}
  body.public-v33 .creator-hero-grid,body.public-v33 .creator-money-grid{grid-template-columns:1fr!important}
  body.public-v33 .creator-dashboard-top{align-items:flex-start!important;flex-direction:column!important}
  body.public-v33 .creator-dashboard-actions{justify-content:flex-start!important}
  body.public-v33 .account-content-grid,body.public-v33 .asset-showcase-grid{grid-template-columns:1fr!important}
  body.public-v33 .account-access-card,body.public-v33 .asset-purchase-panel{position:static!important}
  body.public-v33 .px28-discovery-main{grid-template-columns:1fr!important}
  body.public-v33 .px27-asset-grid,body.public-v33 .asset-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:760px){
  body.public-v33 .page{padding-top:66px!important}
  body.public-v33 .market-header,body.public-v33 .market-header-inner{height:64px!important}
  body.public-v33 .market-header-inner{padding:0 12px!important;gap:8px!important}
  body.public-v33 .header-search,body.public-v33 .px29-language,body.public-v33 .header-vip span,body.public-v33 .header-account-name{display:none!important}
  body.public-v33 .px27-home,body.public-v33 .content-shell,body.public-v33 .account-shell,body.public-v33 .asset-showcase-page,body.public-v33 .creator-public-page,body.public-v33 .px26-pack-shell,body.public-v33 .static-page-shell,body.public-v33 .static-shell,body.public-v33 .static-page{width:calc(100% - 20px)!important}
  body.public-v33 .px28-discovery-main{padding:18px!important}
  body.public-v33 .px28-discovery-copy h1{font-size:2.35rem!important}
  body.public-v33 .px27-library{padding:14px!important}
  body.public-v33 .px27-library-toolbar{align-items:stretch!important;flex-direction:column!important}
  body.public-v33 .px27-library-search{width:100%!important}
  body.public-v33 .px27-asset-grid,body.public-v33 .asset-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  body.public-v33 .form-grid,body.public-v33 .form-grid.three,body.public-v33 .form-grid.four{grid-template-columns:1fr!important}
  body.public-v33 .creator-dashboard{width:calc(100% - 20px)!important;margin-top:12px!important}
  body.public-v33 .creator-sidebar nav{grid-template-columns:1fr!important}
  body.public-v33 .creator-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important;padding:12px!important}
  body.public-v33 .creator-chart-card{padding:12px!important}
  body.public-v33 .mini-chart{height:200px!important;gap:3px!important;padding-left:2px!important;padding-right:2px!important}
  body.public-v33 .mini-chart small{font-size:.48rem!important;transform:rotate(-45deg)!important;transform-origin:center!important;margin-bottom:8px!important}
  body.public-v33 .rep-stats,body.public-v33 .referral-stats{grid-template-columns:1fr!important}
  body.public-v33 .px22-profile-media-grid{grid-template-columns:1fr!important}
  body.public-v33 .px22-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.public-v33 .px29-checkout-grid,body.public-v33 .px29-payment-trust{grid-template-columns:1fr!important}
}
@media(max-width:420px){
  body.public-v33 .px27-asset-grid,body.public-v33 .asset-grid{grid-template-columns:1fr!important}
  body.public-v33 .creator-kpis{grid-template-columns:1fr 1fr!important}
  body.public-v33 .creator-dashboard-welcome{align-items:flex-start!important}
  body.public-v33 .creator-dashboard-actions{display:grid!important;grid-template-columns:1fr!important;width:100%!important}
  body.public-v33 .creator-dashboard-actions .btn{width:100%!important}
}

/* Produção V35 usa identidade escura única no site para evitar contraste inconsistente entre temas antigos. */
body.public-v33 [data-theme-toggle]{display:none!important}

/* Login/cadastro: visual sóbrio, sem elementos decorativos exagerados */
body.public-v33.auth-body .auth-3d-scene{display:none!important}
body.public-v33.auth-body{background:var(--v35-bg)!important}
body.public-v33.auth-body .auth-shell{width:min(460px,calc(100% - 24px))!important;min-height:100vh!important;margin:0 auto!important;padding:38px 0!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
body.public-v33.auth-body .auth-card{width:100%!important;background:var(--v35-surface)!important;border:1px solid var(--v35-line)!important;border-radius:16px!important;box-shadow:var(--v35-shadow)!important;overflow:hidden!important}
body.public-v33.auth-body .auth-brand{margin:0 auto 18px!important}
@media(max-width:1280px){body.public-v33 .mobile-menu-trigger{display:grid!important}}
