:root {
  --ink: #23452b;
  --navy: #155c32;
  --teal-900: #245f2f;
  --teal: #5f922d;
  --teal-500: #91ae2d;
  --mint: #e6efbd;
  --mint-soft: #f4f7df;
  --mango: #bfd32f;
  --mango-dark: #6e8b23;
  --coral: #dce7a8;
  --coral-soft: #f2f5d8;
  --sky: #edf2cf;
  --paper: #f6f8e7;
  --white: #fff;
  --line: #d4deba;
  --muted: #58705c;
  --danger: #b83a35;
  --shadow: 0 18px 45px rgba(12, 67, 82, .09);
  --shadow-small: 0 8px 24px rgba(12, 67, 82, .08);
  --radius: 22px;
  --radius-small: 13px;
  --display: "Aptos Display", Aptos, "Segoe UI", Arial, sans-serif;
  --body: Aptos, "Segoe UI", Arial, sans-serif;
  --utility: Consolas, "SFMono-Regular", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.55; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
.app-icon { display: block; width: 1.15em; height: 1.15em; max-width: 100%; max-height: 100%; flex: 0 0 auto; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 720; line-height: 1.03; letter-spacing: -.03em; text-wrap: balance; }
h1 { font-size: clamp(2.25rem, 5vw, 4.9rem); }
h2 { font-size: clamp(1.6rem, 2.8vw, 2.65rem); }
h3 { font-size: 1.25rem; }
small { display: block; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--mango); outline-offset: 3px; }

.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-150%); background: var(--white); color: var(--teal-900); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: 10px; color: var(--teal); font: 700 .72rem/1.2 var(--utility); letter-spacing: .13em; text-transform: uppercase; }
.muted { color: var(--muted); }
.text-link { color: var(--teal); font-weight: 750; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.centered { display: block; text-align: center; }
.button { appearance: none; display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--teal); border-radius: 7px; padding: 11px 22px; background: var(--teal); color: var(--white); font-weight: 800; letter-spacing: .025em; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 20px rgba(8,119,109,.2); }
.button:disabled { cursor: not-allowed; opacity: .45; transform: none; box-shadow: none; }
.button-small { min-height: 40px; padding: 7px 18px; }
.button-wide { width: 100%; }
.button-light { border-color: var(--white); background: var(--white); color: var(--teal-900); }
.button-mango { border-color: var(--mango); background: var(--mango); color: #3c2a00; }
.button-outline { background: transparent; color: var(--teal); }
.button-danger { border-color: #f1c5c2; background: #fff3f2; color: var(--danger); }
.card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-small); }
.avatar { display: inline-grid; flex: 0 0 auto; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--mango); color: #3c2a00; font-family: var(--display); font-weight: 900; }
.avatar-large { width: 62px; height: 62px; font-size: 1.4rem; }
.brand { display: inline-flex; align-items: center; color: var(--teal-900); }
.brand-logo { display: block; width: auto; height: 64px; object-fit: contain; }

.guest-body { overflow-x: hidden; }
.guest-header { position: relative; z-index: 20; display: flex; max-width: 1240px; margin: 0 auto; padding: 24px 28px; align-items: center; justify-content: space-between; }
.guest-header nav { display: flex; align-items: center; gap: 28px; font-weight: 700; }
.guest-header nav > a:not(.button):hover { color: var(--teal); }
.guest-footer { display: flex; padding: 24px max(28px, calc((100vw - 1180px)/2)); justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted); font-size: .85rem; }

.hero { display: grid; min-height: 690px; max-width: 1240px; margin: 0 auto; padding: 70px 28px 95px; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 30px; }
.hero-copy h1 { margin-bottom: 26px; color: var(--navy); font-size: clamp(3.5rem, 7.4vw, 7rem); letter-spacing: -.075em; }
.hero-copy h1 span { position: relative; color: var(--teal); }
.hero-copy h1 span::after { content: ""; position: absolute; right: 0; bottom: -2px; left: 0; height: 12px; border-radius: 100%; background: var(--mango); z-index: -1; transform: rotate(-2deg); }
.hero-lead { max-width: 600px; color: var(--muted); font-size: 1.25rem; }
.hero-actions { display: flex; margin-top: 34px; align-items: center; gap: 24px; }
.hero-art { position: relative; min-height: 500px; }
.hero-art svg { position: absolute; inset: 40px 10px 0; z-index: 3; width: calc(100% - 20px); height: calc(100% - 40px); overflow: visible; }
.hero-art path { fill: none; stroke: var(--teal); stroke-width: 5; stroke-linecap: round; stroke-dasharray: 7 16; }
.hero-art circle { fill: var(--mango); stroke: var(--teal-900); stroke-width: 4; }
.sun-disc { position: absolute; top: 12px; right: 10px; width: 190px; height: 190px; border-radius: 50%; background: var(--mango); }
.leaf { position: absolute; border: 5px solid var(--teal); border-radius: 100% 0 100% 0; }
.leaf-one { bottom: 22px; left: 2px; width: 150px; height: 220px; transform: rotate(12deg); background: var(--mint); }
.leaf-two { right: 16px; bottom: 32px; width: 140px; height: 205px; transform: rotate(80deg); background: var(--coral); }
.trail-label { position: absolute; z-index: 5; border: 1px solid var(--teal-500); border-radius: 999px; padding: 7px 12px; background: var(--white); color: var(--teal-900); font: 700 .72rem var(--utility); text-transform: uppercase; box-shadow: var(--shadow-small); }
.label-one { bottom: 45px; left: 4px; }.label-two { top: 210px; left: 24%; }.label-three { top: 225px; right: 23%; }.label-four { top: 22px; right: 9px; }
.mission-preview { display: grid; padding: 78px max(28px, calc((100vw - 1180px)/2)); grid-template-columns: .85fr 1.15fr; align-items: center; gap: 60px; background: var(--navy); color: var(--white); }
.mission-preview .eyebrow { color: var(--mint); }
.mission-preview h2 { margin-bottom: 0; }
.mission-demo { display: grid; padding: 28px; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; border-radius: var(--radius); background: var(--white); color: var(--ink); transform: rotate(-1deg); box-shadow: 12px 12px 0 var(--mango); }
.mission-demo small { color: var(--teal); font: 700 .68rem var(--utility); letter-spacing: .12em; }
.mission-demo strong { display: block; margin: 6px 0; font: 800 1.15rem var(--display); }
.mission-demo p { margin: 0; color: var(--muted); }
.round-icon { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 50%; background: var(--mint); color: var(--teal); font-size: 1.8rem; }
.points-pill { border-radius: 999px; padding: 8px 12px; background: var(--mango); color: #3c2a00; font-weight: 800; white-space: nowrap; }
.steps-section { max-width: 1180px; margin: 0 auto; padding: 110px 28px; }
.steps-section > h2 { max-width: 650px; }
.step-grid { display: grid; margin-top: 54px; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step-grid article { min-height: 245px; padding: 30px 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.step-grid article:nth-child(2) { transform: translateY(20px); background: var(--mint-soft); }.step-grid article:nth-child(3) { background: var(--coral-soft); }.step-grid article:nth-child(4) { transform: translateY(20px); background: var(--sky); }
.step-grid article > span { display: grid; width: 52px; height: 52px; margin-bottom: 38px; place-items: center; border-radius: 50%; background: var(--mango); font-size: 1.4rem; }
.step-grid h3 { margin-bottom: 10px; font-size: 1.5rem; }
.step-grid p { color: var(--muted); }
.home-grid { display: grid; max-width: 1180px; margin: 0 auto; padding: 40px 28px 110px; grid-template-columns: 1fr 1fr; gap: 24px; }
.home-panel { padding: 40px; border-radius: var(--radius); background: var(--mint-soft); }.panel-coral { background: var(--coral-soft); }
.event-row { display: grid; padding: 18px 0; grid-template-columns: 96px 1fr; border-top: 1px solid rgba(18,50,61,.15); }.event-row time { font: 700 .78rem var(--utility); }.event-row span small { color: var(--muted); }
.notice-mini { padding: 16px 0; border-top: 1px solid rgba(18,50,61,.15); }.notice-mini p { margin: 5px 0 0; color: var(--muted); }
.final-cta { padding: 90px 28px; background: var(--teal); color: var(--white); text-align: center; }.final-cta .eyebrow { color: var(--mint); }.final-cta h2 { margin: 0 auto 28px; font-size: clamp(2.4rem, 5vw, 4.6rem); }

.auth-shell { display: grid; min-height: calc(100vh - 94px); padding: 50px max(28px, calc((100vw - 1120px)/2)); grid-template-columns: 1fr minmax(380px, 480px); align-items: center; gap: 80px; background: var(--mint-soft); }
.auth-visual h1 { max-width: 620px; color: var(--navy); font-size: clamp(2.8rem, 5vw, 5.4rem); }.auth-visual > p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: 1.15rem; }
.auth-card { padding: 38px; }.auth-card h2 { margin-bottom: 10px; }.auth-card .button { margin-top: 8px; }.auth-card .text-link { margin-top: 20px; }
.habit-path { display: flex; margin-top: 35px; gap: 8px; flex-wrap: wrap; }.habit-path span { border: 1px solid var(--teal); border-radius: 999px; padding: 7px 12px; color: var(--teal); font: 700 .72rem var(--utility); text-transform: uppercase; }
.path-illustration { position: relative; width: 430px; height: 170px; margin-top: 45px; }.path-illustration::after { content: ""; position: absolute; top: 85px; right: 30px; left: 30px; border-top: 4px dashed var(--teal); transform: rotate(-6deg); }.path-illustration i,.path-illustration b,.path-illustration em,.path-illustration strong { position: absolute; z-index: 2; display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--mango); }.path-illustration i { top: 104px; left: 20px; }.path-illustration b { top: 66px; left: 38%; }.path-illustration em { top: 48px; right: 23%; }.path-illustration strong { top: 14px; right: 12px; font-style: normal; }

label { display: block; margin-bottom: 18px; color: var(--ink); font-size: .9rem; font-weight: 750; }
label small { margin-top: 5px; color: var(--muted); font-size: .75rem; font-weight: 500; }
input, textarea, select { width: 100%; min-height: 48px; margin-top: 7px; border: 1px solid #bdd0cc; border-radius: 11px; padding: 10px 12px; background: var(--white); color: var(--ink); transition: border .2s, box-shadow .2s; }
textarea { resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--teal); outline: none; box-shadow: 0 0 0 4px rgba(19,160,147,.13); }
input[type="checkbox"], input[type="radio"] { width: 19px; min-height: 19px; margin: 0; accent-color: var(--teal); }
.checkbox-label { display: flex; align-items: flex-start; gap: 9px; font-weight: 600; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.form-card { padding: 30px; }.form-card h2 { margin-bottom: 25px; }
.narrow-card { max-width: 760px; }.profile-preview { display: flex; margin-bottom: 28px; align-items: center; gap: 16px; }.profile-preview img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; }.profile-preview small { color: var(--muted); }
fieldset { margin: 0 0 20px; border: 1px solid var(--line); border-radius: var(--radius-small); padding: 15px; } legend { padding: 0 8px; font-weight: 800; }

.app-body { min-height: 100vh; background: #f4f8f7; }
.sidebar { position: fixed; z-index: 30; top: 0; bottom: 0; left: 0; display: flex; width: 260px; padding: 26px 20px 20px; flex-direction: column; background: var(--navy); color: var(--white); }
.sidebar .brand { width: 100%; min-height: 76px; padding: 8px 10px; justify-content: center; border-radius: 12px; background: var(--white); box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.sidebar .brand-logo { width: 100%; height: 60px; }
.side-nav { display: flex; margin-top: 48px; flex-direction: column; gap: 5px; }.side-nav a { display: flex; padding: 11px 12px; align-items: center; gap: 12px; border-radius: 11px; color: #d9eeec; font-weight: 650; }.side-nav a span { width: 22px; color: var(--mango); text-align: center; font-size: 1.1rem; }.side-nav a:hover { background: rgba(255,255,255,.09); color: var(--white); }
.sidebar-user { display: grid; margin-top: auto; padding: 17px 7px 0; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; border-top: 1px solid rgba(255,255,255,.13); }.sidebar-user strong { display: block; font-size: .88rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.sidebar-user small { color: #a9cbc8; font-size: .7rem; }.icon-button { border: 0; background: transparent; color: var(--white); cursor: pointer; font-size: 1.2rem; }
.app-main { min-height: 100vh; margin-left: 260px; padding: 48px clamp(24px, 4vw, 64px) 80px; }
.mobile-header,.bottom-nav,.mobile-stories { display: none; }
.page-header { display: flex; margin-bottom: 35px; align-items: flex-end; justify-content: space-between; gap: 25px; }.page-header h1 { margin-bottom: 8px; font-size: clamp(2.35rem, 4.4vw, 4.25rem); color: var(--navy); }.page-header p:not(.eyebrow) { max-width: 690px; margin: 0; color: var(--muted); }.profile-link { color: var(--teal); font-weight: 800; }
.metric-strip { display: grid; margin-bottom: 28px; grid-template-columns: 1.25fr 1fr 1fr 1fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); box-shadow: var(--shadow-small); }.metric-strip article { min-height: 145px; padding: 26px; border-left: 1px solid var(--line); }.metric-strip article:first-child { border-left: 0; }.metric-strip small,.admin-metrics small { color: var(--muted); font: 700 .67rem var(--utility); letter-spacing: .08em; }.metric-strip strong { display: block; margin: 6px 0 2px; color: var(--navy); font: 900 2.6rem var(--display); }.metric-strip span { color: var(--muted); font-size: .8rem; }.metric-strip .metric-primary { background: var(--teal); color: var(--white); }.metric-strip .metric-primary small,.metric-strip .metric-primary span { color: var(--mint); }.metric-strip .metric-primary strong { color: var(--white); }
.daily-mission { position: relative; display: grid; min-height: 230px; margin-bottom: 40px; padding: 34px 36px; grid-template-columns: 94px 1fr auto; align-items: center; gap: 25px; border-radius: var(--radius); overflow: hidden; background: var(--navy); color: var(--white); }.daily-mission::after { content: ""; position: absolute; right: -65px; bottom: -110px; width: 260px; height: 260px; border: 32px solid rgba(255,201,74,.15); border-radius: 50%; }.daily-mission .eyebrow { color: var(--mint); }.daily-mission h2 { margin-bottom: 8px; font-size: clamp(1.8rem,3vw,3rem); }.daily-mission p { margin-bottom: 12px; color: #c9dddc; }.mission-orbit { position: relative; z-index: 2; display: grid; width: 80px; height: 80px; place-items: center; border: 2px dashed var(--mango); border-radius: 50%; }.mission-orbit span { display: grid; width: 57px; height: 57px; place-items: center; border-radius: 50%; background: var(--mango); color: var(--navy); font-size: 1.8rem; }.daily-copy,.daily-mission .button { position: relative; z-index: 2; }.evidence-tags { display: flex; flex-wrap: wrap; gap: 7px; }.evidence-tags span { border-radius: 999px; padding: 5px 9px; background: rgba(255,255,255,.1); color: inherit; font-size: .72rem; }.empty-mission { grid-template-columns: 1fr auto; }
.content-grid { display: grid; gap: 25px; }.two-one { grid-template-columns: minmax(0, 2fr) minmax(270px, 1fr); }.section-heading { display: flex; margin-bottom: 18px; align-items: flex-end; justify-content: space-between; gap: 15px; }.section-heading h2,.section-heading h3 { margin: 0; }.section-heading a { color: var(--teal); font-weight: 800; font-size: .85rem; }.section-heading > span { color: var(--muted); font-size: .8rem; }
.mini-stat-grid { display: grid; margin-bottom: 25px; grid-template-columns: repeat(4, 1fr); gap: 10px; }.mini-stat-grid article { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--white); }.mini-stat-grid strong { display: block; color: var(--teal); font: 900 1.8rem var(--display); }.mini-stat-grid span { color: var(--muted); font-size: .76rem; }
.history-card { padding: 24px; }.history-row { display: grid; padding: 14px 0; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; border-top: 1px solid var(--line); }.history-icon { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--mint-soft); color: var(--teal); }.history-row small { color: var(--muted); font-size: .72rem; }.positive { color: var(--teal); }.negative { color: var(--coral); }
.notice-card { padding: 26px; background: var(--coral-soft); border-color: transparent; }.notice-card article { padding: 14px 0; border-top: 1px solid rgba(18,50,61,.12); }.notice-card article p { margin: 5px 0 0; color: var(--muted); font-size: .84rem; }.club-teaser { display: grid; margin-top: 20px; padding: 22px; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; border-radius: var(--radius); background: var(--mango); color: #3c2a00; }.club-teaser > span { font-size: 2rem; }.club-teaser small { font: 700 .65rem var(--utility); }.club-teaser strong { display: block; margin-top: 4px; line-height: 1.25; }
.inline-empty { width: 100%; padding: 35px; border: 1px dashed #adc5c0; border-radius: var(--radius); color: var(--muted); text-align: center; }

.filter-chips { display: flex; margin-bottom: 25px; gap: 8px; flex-wrap: wrap; }.filter-chips button,.tab-list button { border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; background: var(--white); color: var(--muted); cursor: pointer; font-weight: 700; }.filter-chips button.active,.tab-list button.active { border-color: var(--teal); background: var(--teal); color: var(--white); }
.challenge-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }.challenge-card { display: flex; min-height: 400px; padding: 25px; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-small); }.challenge-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }.category,.status { display: inline-flex; width: fit-content; border-radius: 999px; padding: 5px 9px; font: 700 .65rem var(--utility); letter-spacing: .04em; text-transform: uppercase; }.category { background: var(--mint-soft); color: var(--teal); }.category-special { background: var(--sky); color: var(--navy); }.category-surprise { background: var(--coral-soft); color: var(--danger); }.status-pending { background: #fff5d7; color: #875800; }.status-approved { background: var(--mint); color: var(--teal-900); }.status-rejected { background: #ffe2df; color: var(--danger); }.challenge-symbol { display: grid; width: 58px; height: 58px; margin: 28px 0 20px; place-items: center; border-radius: 50%; background: var(--mango); font-size: 1.7rem; }.challenge-symbol.large { width: 86px; height: 86px; font-size: 2.6rem; }.challenge-card h2 { margin-bottom: 10px; font-size: 1.55rem; }.challenge-card p { color: var(--muted); }.challenge-meta { display: flex; margin-top: auto; margin-bottom: 18px; flex-direction: column; gap: 6px; color: var(--muted); font-size: .75rem; }.challenge-card .button { width: 100%; }
.back-link { display: inline-block; margin-bottom: 28px; color: var(--teal); font-weight: 800; }.challenge-detail { display: grid; grid-template-columns: minmax(0,1fr) minmax(400px,.82fr); gap: 55px; align-items: start; }.challenge-story { position: sticky; top: 30px; padding: 30px 10px; }.challenge-story h1 { margin-bottom: 22px; font-size: clamp(2.8rem,5vw,5.3rem); color: var(--navy); }.challenge-story > p { max-width: 600px; color: var(--muted); font-size: 1.12rem; }.detail-rule { display: flex; max-width: 560px; margin-top: 35px; padding-top: 20px; justify-content: space-between; border-top: 1px solid var(--line); }.participation-card { padding: 30px; }.evidence-options { display: grid; margin-bottom: 22px; grid-template-columns: 1fr 1fr; gap: 10px; }.evidence-option { margin: 0; }.evidence-option input { position: absolute; opacity: 0; pointer-events: none; }.evidence-option > span { display: grid; min-height: 125px; padding: 18px; place-items: center; border: 2px solid var(--line); border-radius: var(--radius-small); cursor: pointer; text-align: center; }.evidence-option b { color: var(--teal); font-size: 1.5rem; }.evidence-option small { color: var(--muted); }.evidence-option input:checked + span { border-color: var(--teal); background: var(--mint-soft); box-shadow: 0 0 0 3px rgba(19,160,147,.1); }.evidence-file { margin: 20px 0; }.privacy-note { margin: 14px 0 0; color: var(--muted); font-size: .75rem; text-align: center; }

.ranking-shell { max-width: 900px; margin: 0 auto; }.podium { display: flex; min-height: 280px; margin: 0 auto 30px; align-items: flex-end; justify-content: center; gap: 12px; }.podium-place { position: relative; display: flex; width: 185px; padding: 22px 15px 24px; flex-direction: column; align-items: center; border-radius: var(--radius) var(--radius) 4px 4px; background: var(--mint); text-align: center; }.podium-place strong { margin-top: 8px; }.podium-place b { color: var(--teal); }.podium-place i { position: absolute; right: 10px; top: 10px; font: 900 1.6rem var(--display); font-style: normal; }.place-1 { min-height: 260px; background: var(--mango); }.place-2 { min-height: 220px; background: var(--sky); }.place-3 { min-height: 190px; background: var(--coral-soft); }.ranking-list { padding: 12px 25px; }.ranking-head { display: grid; padding: 12px 0; grid-template-columns: 70px 1fr 90px; color: var(--muted); font: 700 .65rem var(--utility); }.ranking-row { display: grid; padding: 14px 10px; grid-template-columns: 55px 42px 1fr 90px; align-items: center; gap: 10px; border-top: 1px solid var(--line); }.ranking-row small { color: var(--muted); }.ranking-row > b:last-child { color: var(--teal); text-align: right; }.ranking-row.is-current { margin: 0 -12px; border-radius: 12px; background: var(--mint-soft); padding-right: 22px; padding-left: 22px; }
.timeline { position: relative; max-width: 860px; }.timeline::before { content: ""; position: absolute; top: 20px; bottom: 30px; left: 94px; width: 2px; background: var(--line); }.timeline article { position: relative; display: grid; min-height: 145px; grid-template-columns: 75px 40px 1fr; gap: 0 20px; }.timeline time { display: flex; align-items: center; flex-direction: column; }.timeline time strong { font: 900 2rem var(--display); }.timeline time span { color: var(--muted); font: 700 .7rem var(--utility); }.timeline article > i { position: relative; z-index: 2; display: block; width: 16px; height: 16px; margin: 17px auto 0; border: 4px solid var(--white); border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 1px var(--teal); }.timeline h2 { margin: 10px 0 5px; font-size: 1.55rem; }.timeline p { color: var(--muted); }
.nutrition-header { padding: 35px; border-radius: var(--radius); background: var(--mint); }.nutrition-art { display: grid; width: 90px; height: 90px; place-items: center; border-radius: 50%; background: var(--mango); font-size: 2.5rem; }.content-cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }.content-card { display: flex; min-height: 290px; padding: 27px; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }.content-category { color: var(--teal); font: 700 .68rem var(--utility); text-transform: uppercase; }.content-card h2 { margin: 26px 0 12px; font-size: 1.55rem; }.content-card p { color: var(--muted); }.content-card > div { margin-top: auto; }
.privacy-badge,.balance-chip { display: inline-flex; border-radius: 999px; padding: 8px 13px; background: var(--mint); color: var(--teal-900); font-weight: 750; font-size: .8rem; }.subject-line { margin-bottom: 20px; color: var(--muted); }.evolution-grid { display: grid; max-width: 940px; grid-template-columns: 1fr 1fr; gap: 18px; }.evolution-card { padding: 25px; }.evolution-card time { display: block; margin-bottom: 20px; color: var(--teal); font: 700 .78rem var(--utility); }.measure-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.measure-grid span { padding: 15px; border-radius: 12px; background: var(--mint-soft); }.measure-grid small { color: var(--muted); }.measure-grid strong { display: block; margin-top: 4px; font: 800 1.25rem var(--display); }.evolution-card > p { margin: 20px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); }.empty-evolution { grid-column: 1/-1; padding: 70px 30px; text-align: center; }.empty-evolution > span { display: grid; width: 72px; height: 72px; margin: 0 auto 20px; place-items: center; border-radius: 50%; background: var(--mint); color: var(--teal); font-size: 2rem; }.empty-evolution p { color: var(--muted); }
.club-hero { position: relative; display: flex; min-height: 330px; margin-bottom: 55px; padding: 48px; align-items: center; justify-content: space-between; overflow: hidden; border-radius: var(--radius); background: var(--teal); color: var(--white); }.club-hero::before { content: ""; position: absolute; right: 80px; width: 220px; height: 220px; border: 35px solid rgba(255,255,255,.12); border-radius: 50%; }.club-hero > div { position: relative; z-index: 2; max-width: 700px; }.club-hero .eyebrow { color: var(--mint); }.club-hero h1 { font-size: clamp(2.5rem,4.5vw,4.7rem); }.club-hero p { color: #d6edeb; }.gift-art { position: relative; z-index: 2; display: grid; width: 120px; height: 120px; place-items: center; border-radius: 50%; background: var(--mango); color: var(--navy); font-size: 3.5rem; transform: rotate(9deg); }.balance-chip { margin-top: 14px; background: var(--mango); color: #3c2a00; }.benefit-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }.benefit-card { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }.benefit-icon { display: grid; width: 55px; height: 55px; margin-bottom: 22px; place-items: center; border-radius: 50%; background: var(--mango); font-size: 1.6rem; }.benefit-card p { min-height: 75px; color: var(--muted); }.benefit-card > div { display: flex; margin: 20px 0; justify-content: space-between; }.benefit-card > div strong { color: var(--teal); }.benefit-card > div small { color: var(--muted); }.benefit-card .button { width: 100%; }.partners-section { margin-top: 75px; padding: 40px; border-radius: var(--radius); background: var(--mint-soft); }.partner-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.partner-grid article { display: grid; padding: 20px; grid-template-columns: 58px 1fr; gap: 15px; border-radius: var(--radius-small); background: var(--white); }.partner-grid article > span { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 12px; background: var(--sky); font: 900 1rem var(--display); }.partner-grid h3 { margin-bottom: 5px; }.partner-grid p { margin-bottom: 8px; color: var(--muted); }.partner-grid a { color: var(--teal); font-weight: 750; font-size: .82rem; }
.album-header > span { display: grid; width: 80px; height: 80px; place-items: center; border-radius: 50%; background: var(--coral); color: var(--white); font-size: 2rem; }.photo-grid { columns: 3 260px; column-gap: 16px; }.photo-grid article { position: relative; margin-bottom: 16px; break-inside: avoid; border-radius: var(--radius); overflow: hidden; background: var(--white); box-shadow: var(--shadow-small); }.photo-grid img { width: 100%; max-height: 500px; object-fit: cover; }.photo-grid article > div { padding: 15px; }.photo-grid article span { display: block; color: var(--muted); font-size: .78rem; }

.admin-metrics { display: grid; margin-bottom: 28px; grid-template-columns: repeat(4,1fr); gap: 14px; }.admin-metrics article { display: flex; min-height: 130px; padding: 25px; align-items: center; gap: 15px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }.admin-metrics article > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--mint); color: var(--teal); font-size: 1.4rem; }.admin-metrics strong { display: block; color: var(--navy); font: 900 2.3rem var(--display); }.admin-metrics .metric-alert { background: var(--coral-soft); }.admin-metrics .metric-alert > span { background: var(--coral); color: var(--white); }
.admin-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 20px; }.quick-actions,.admin-ranking { padding: 25px; }.quick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.quick-grid a { display: grid; padding: 18px; grid-template-columns: 40px 1fr; border: 1px solid var(--line); border-radius: var(--radius-small); }.quick-grid a > span { grid-row: 1/3; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--mango); }.quick-grid a small { color: var(--muted); }.quick-grid a:hover { border-color: var(--teal); background: var(--mint-soft); }.compact-rank { display: grid; padding: 11px 0; grid-template-columns: 35px 38px 1fr auto; align-items: center; gap: 10px; border-top: 1px solid var(--line); }.compact-rank > strong { color: var(--teal); }.privacy-callout { display: flex; margin-top: 24px; padding: 20px 24px; align-items: center; gap: 15px; border: 1px solid #b9ded5; border-radius: var(--radius-small); background: var(--mint-soft); }.privacy-callout > span { color: var(--teal); font-size: 1.5rem; }.privacy-callout p { margin: 2px 0 0; color: var(--muted); }.privacy-callout.strong { margin: 0 0 25px; }
.admin-split { display: grid; grid-template-columns: minmax(360px,.75fr) minmax(0,1.25fr); align-items: start; gap: 25px; }.wide-form { grid-template-columns: minmax(400px,.85fr) minmax(0,1.15fr); }.sticky-card { position: sticky; top: 25px; }.table-card { padding: 25px; overflow: hidden; }.data-table { overflow-x: auto; }.table-head,.table-row { display: grid; min-width: 600px; grid-template-columns: 1.5fr 1fr .8fr; gap: 15px; align-items: center; }.table-head { padding: 10px 0; color: var(--muted); font: 700 .67rem var(--utility); text-transform: uppercase; }.table-row { padding: 14px 0; border-top: 1px solid var(--line); }.table-row small { color: var(--muted); }.admin-card-list { display: grid; gap: 13px; }.admin-card-list article { padding: 22px; }.admin-card-list article > div:first-child { display: flex; justify-content: space-between; }.admin-card-list h3 { margin: 18px 0 8px; }.admin-card-list p,.admin-card-list small { color: var(--muted); }.admin-card-list .evidence-tags { margin-top: 15px; }.admin-card-list .evidence-tags span { background: var(--mint-soft); color: var(--teal); }
.evidence-admin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.evidence-review { overflow: hidden; }.evidence-review > img,.evidence-review > video { width: 100%; height: 300px; object-fit: cover; background: #102f37; }.evidence-placeholder { display: grid; height: 180px; place-items: center; background: var(--mint); color: var(--teal); font-size: 3rem; }.evidence-review-body { padding: 24px; }.evidence-review-body time { color: var(--muted); font-size: .75rem; }.evidence-review-body h2 { margin: 20px 0 8px; }.evidence-review-body blockquote { margin: 15px 0; border-left: 3px solid var(--mango); padding: 7px 14px; background: #fffbef; }.review-actions { display: flex; gap: 8px; }.review-actions .button { flex: 1; }.review-note { border-radius: 10px; padding: 10px; background: var(--mint-soft); }.review-form { display: grid; gap: 12px; margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(32, 91, 51, .14); }.review-form label { margin: 0; }.review-form select,.review-form input { background: rgba(255, 255, 255, .72); }.review-status-help { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }.review-form .button { width: 100%; }
.catalog-tabs { max-width: 820px; }.tab-list { display: flex; margin-bottom: 18px; gap: 7px; flex-wrap: wrap; }.tab-panel { display: none; }.tab-panel.active { display: block; }.catalog-overview { margin-top: 45px; }.catalog-counts { display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; }.catalog-counts article { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--white); }.catalog-counts strong { display: block; color: var(--teal); font: 900 2rem var(--display); }.catalog-counts span { color: var(--muted); }.redemption-panel { margin-top: 25px; padding: 25px; }.redemption-row { display: grid; padding: 15px 0; grid-template-columns: 1fr auto auto; align-items: center; gap: 15px; border-top: 1px solid var(--line); }.redemption-row small { color: var(--muted); }.redemption-row form { display: flex; gap: 7px; }
.participant-links { padding: 25px; }.participant-links > p { color: var(--muted); }.participant-links > a { display: grid; padding: 12px 0; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; border-top: 1px solid var(--line); }.participant-links small { color: var(--muted); }

.toast { position: fixed; z-index: 100; top: 22px; right: 22px; max-width: 420px; border: 1px solid var(--line); border-left: 5px solid var(--teal); border-radius: 12px; padding: 14px 18px; background: var(--white); box-shadow: var(--shadow); animation: toast-in .35s ease both; }.toast-error { border-left-color: var(--danger); }.toast-info { border-left-color: var(--mango-dark); }.toast-out { animation: toast-out .35s ease both; }.empty-state { display: grid; min-height: 65vh; padding: 50px 25px; place-items: center; align-content: center; text-align: center; }.empty-state > span { display: grid; width: 75px; height: 75px; margin-bottom: 20px; place-items: center; border-radius: 50%; background: var(--mango); font-size: 2rem; }.empty-state h1 { margin-bottom: 12px; }.empty-state > p:not(.eyebrow) { max-width: 550px; color: var(--muted); }
@keyframes toast-in { from { opacity: 0; transform: translateY(-10px); } }.toast-out { opacity: 0; pointer-events: none; }

@media (max-width: 1100px) {
  .sidebar { width: 220px; }.app-main { margin-left: 220px; padding-right: 28px; padding-left: 28px; }
  .side-nav a { font-size: .85rem; }.challenge-grid,.content-cards,.benefit-grid { grid-template-columns: 1fr 1fr; }
  .metric-strip { grid-template-columns: 1fr 1fr; }.metric-strip article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }.metric-strip article:nth-child(4) { border-top: 1px solid var(--line); }
  .admin-metrics { grid-template-columns: 1fr 1fr; }.mini-stat-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  body { font-size: 15px; }
  .guest-header { padding: 18px 20px; }.guest-header nav > a:not(.button) { display: none; }.guest-header .brand-logo { height: 54px; }
  .hero { min-height: auto; padding: 50px 20px 70px; grid-template-columns: 1fr; }.hero-copy h1 { font-size: clamp(3.45rem,17vw,5.5rem); }.hero-art { min-height: 390px; }.sun-disc { width: 145px; height: 145px; }.leaf-one { width: 120px; height: 170px; }.leaf-two { width: 105px; height: 165px; }
  .mission-preview { padding: 60px 20px; grid-template-columns: 1fr; gap: 30px; }.mission-demo { grid-template-columns: auto 1fr; }.mission-demo .points-pill { grid-column: 2; width: fit-content; }.steps-section { padding: 80px 20px; }.step-grid { grid-template-columns: 1fr 1fr; }.home-grid { padding: 35px 20px 80px; grid-template-columns: 1fr; }.guest-footer { padding: 20px; flex-direction: column; gap: 5px; }
  .auth-shell { min-height: auto; padding: 45px 20px 70px; grid-template-columns: 1fr; gap: 25px; }.auth-visual h1 { font-size: 3rem; }.path-illustration { display: none; }.auth-card { padding: 28px 22px; }
  .sidebar { display: none; }.mobile-header { position: sticky; z-index: 25; top: 0; display: flex; height: 72px; padding: 8px 18px; align-items: center; justify-content: space-between; background: var(--navy); }.mobile-header .brand { padding: 4px 8px; border-radius: 9px; background: var(--white); }.mobile-header .brand-logo { height: 47px; }.app-main { margin-left: 0; padding: 28px 18px 100px; }.bottom-nav { position: fixed; z-index: 30; right: 0; bottom: 0; left: 0; display: flex; min-height: 67px; padding: 7px 6px calc(7px + env(safe-area-inset-bottom)); align-items: flex-end; justify-content: space-around; border-top: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(10px); }.bottom-nav a { display: flex; width: 20%; align-items: center; flex-direction: column; color: var(--muted); font-size: .62rem; font-weight: 700; }.bottom-nav a span { color: var(--teal); font-size: 1.2rem; }.bottom-nav .bottom-action { position: relative; color: var(--teal); }.bottom-nav .bottom-action span { display: grid; width: 46px; height: 46px; margin-top: -25px; place-items: center; border: 5px solid #f4f8f7; border-radius: 50%; background: var(--mango); color: var(--navy); font-size: 1.7rem; }
  .page-header { align-items: flex-start; flex-direction: column; }.page-header h1 { font-size: 2.65rem; }.metric-strip { grid-template-columns: 1fr 1fr; }.metric-strip article { min-height: 115px; padding: 20px; }.metric-strip strong { font-size: 2rem; }
  .daily-mission { grid-template-columns: 55px 1fr; padding: 25px 20px; }.mission-orbit { width: 50px; height: 50px; }.mission-orbit span { width: 40px; height: 40px; }.daily-mission .button { grid-column: 1/-1; width: 100%; }.two-one,.challenge-detail,.admin-grid,.admin-split,.wide-form { grid-template-columns: 1fr; }.sticky-card,.challenge-story { position: static; }.challenge-detail { gap: 15px; }.challenge-story { padding: 0; }.challenge-story h1 { font-size: 3.2rem; }.challenge-grid,.content-cards,.benefit-grid,.evidence-admin-grid,.evolution-grid { grid-template-columns: 1fr; }.challenge-card { min-height: 350px; }.mini-stat-grid { grid-template-columns: 1fr 1fr; }
  .podium-place { width: 31%; padding-right: 7px; padding-left: 7px; }.podium-place .avatar { width: 50px; height: 50px; }.ranking-list { padding: 8px 14px; }.ranking-head { grid-template-columns: 55px 1fr 70px; }.ranking-row { grid-template-columns: 35px 38px 1fr 70px; padding-right: 0; padding-left: 0; }.ranking-row.is-current { margin: 0 -6px; padding-right: 10px; padding-left: 10px; }
  .timeline::before { left: 70px; }.timeline article { grid-template-columns: 55px 28px 1fr; gap: 0 10px; }.nutrition-header { padding: 25px; }.nutrition-art,.gift-art,.album-header > span { display: none; }.club-hero { min-height: 380px; padding: 32px 25px; }.club-hero::before { right: -80px; }.partners-section { padding: 25px 18px; }.partner-grid { grid-template-columns: 1fr; }
  .admin-metrics { grid-template-columns: 1fr 1fr; }.admin-metrics article { min-height: 110px; padding: 17px; }.admin-metrics article > span { display: none; }.quick-grid { grid-template-columns: 1fr; }.catalog-counts { grid-template-columns: 1fr 1fr; }.photo-grid { columns: 2 180px; }.redemption-row { grid-template-columns: 1fr auto; }.redemption-row form { grid-column: 1/-1; }.redemption-row form .button { flex: 1; }
}

@media (max-width: 520px) {
  .hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }.hero-art { min-height: 320px; }.label-one { bottom: 25px; }.label-two { top: 145px; }.label-three { top: 175px; }.label-four { top: 0; }
  .step-grid { grid-template-columns: 1fr; }.step-grid article:nth-child(2),.step-grid article:nth-child(4) { transform: none; }.home-panel { padding: 28px 22px; }.mission-demo { padding: 20px 15px; transform: none; box-shadow: 7px 7px 0 var(--mango); }
  .form-grid { grid-template-columns: 1fr; }.metric-strip { grid-template-columns: 1fr 1fr; }.metric-strip article { border-top: 1px solid var(--line); }.metric-strip article:nth-child(2) { border-top: 0; }.metric-strip small { font-size: .58rem; }.mini-stat-grid { grid-template-columns: 1fr 1fr; }.mini-stat-grid article { padding: 15px; }
  .evidence-options { grid-template-columns: 1fr; }.evidence-option > span { min-height: 88px; grid-template-columns: auto 1fr auto; text-align: left; gap: 10px; }.participation-card { padding: 22px 18px; }
  .podium { min-height: 210px; }.podium-place { min-height: 165px; font-size: .75rem; }.place-1 { min-height: 215px; }.place-2 { min-height: 185px; }.podium-place i { font-size: 1rem; }.ranking-head { display: none; }.ranking-row { grid-template-columns: 30px 35px 1fr 55px; font-size: .83rem; }.timeline h2 { font-size: 1.3rem; }
  .measure-grid { grid-template-columns: 1fr 1fr; }.measure-grid span { padding: 11px; }.measure-grid strong { font-size: 1rem; }.club-hero h1 { font-size: 2.7rem; }.benefit-card p { min-height: 0; }.admin-metrics { grid-template-columns: 1fr 1fr; }.admin-metrics small { font-size: .56rem; }.admin-metrics strong { font-size: 1.9rem; }.review-actions { flex-direction: column-reverse; }.catalog-counts { grid-template-columns: 1fr 1fr; }.photo-grid { columns: 1; }
  .toast { right: 12px; left: 12px; max-width: none; }
}

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

/* Direção editorial: nutrição, leveza e energia */
.orange { color: var(--mango-dark); }
.button-orange { border-color: var(--mango); background: var(--mango); color: var(--white); box-shadow: 0 10px 24px rgba(255,122,61,.26); }
.button-orange:hover { background: #ef672d; box-shadow: 0 13px 28px rgba(255,122,61,.32); }
.nav-register { color: var(--teal-900); font-weight: 900; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.nutrition-hero { position: relative; display: grid; min-height: 820px; margin-top: -94px; padding: 150px max(28px,calc((100vw - 1180px)/2)) 150px; grid-template-columns: .9fr 1.1fr; align-items: center; overflow: hidden; background: radial-gradient(circle at 85% 30%,#fff 0,#f8faf3 37%,#fff 70%); }
.nutrition-hero::before,.nutrition-hero::after { content:""; position:absolute; width:190px; height:360px; border:22px solid rgba(112,185,54,.08); border-radius:100% 0 100% 0; transform:rotate(35deg); }
.nutrition-hero::before { left:-100px; top:210px; }.nutrition-hero::after { right:-80px; bottom:30px; transform:rotate(215deg); }
.nutrition-hero-copy { position:relative; z-index:4; max-width:640px; }.nutrition-hero-copy h1 { margin-bottom:24px; color:#3c403d; font-size:clamp(4rem,7.4vw,7.5rem); font-weight:700; letter-spacing:-.02em; line-height:.88; }.nutrition-hero-copy h1 span { color:var(--teal); }.nutrition-hero-copy > p:not(.eyebrow) { max-width:540px; color:var(--muted); font-size:1.17rem; }
.nutrition-hero-photo { position:relative; z-index:2; height:610px; align-self:end; }.nutrition-hero-photo img { width:100%; height:100%; object-fit:contain; object-position:center bottom; filter:drop-shadow(0 22px 26px rgba(44,60,39,.12)); }
.health-tape { position:absolute; z-index:6; right:-6%; left:-6%; padding:13px; background:#8ad13f; color:#fff; font:700 clamp(1rem,2vw,1.7rem)/1 var(--display); letter-spacing:.06em; white-space:nowrap; text-align:center; box-shadow:0 5px 16px rgba(79,132,34,.16); }.tape-one { bottom:42px; transform:rotate(5deg); }.tape-two { bottom:0; transform:rotate(-4deg); background:#a1d956; opacity:.9; }
.science-cards { position:relative; z-index:8; display:grid; max-width:980px; margin:-60px auto 90px; padding:0 24px; grid-template-columns:repeat(3,1fr); gap:16px; }.science-cards article { min-height:180px; padding:28px; border-radius:8px; background:#fff; box-shadow:0 18px 45px rgba(50,65,43,.12); }.science-cards article > span { color:var(--teal); font-size:1.65rem; }.science-cards h3 { margin:18px 0 8px; font-family:var(--body); font-size:1rem; letter-spacing:0; }.science-cards p { margin:0; color:var(--muted); font-size:.82rem; }
.audience-section { max-width:1120px; margin:0 auto; padding:60px 28px 120px; }.audience-section header { text-align:center; }.audience-section h2,.course-section h2,.community-preview h2 { color:#3c403d; font-size:clamp(2.7rem,5vw,5rem); letter-spacing:.01em; }.audience-grid { display:grid; margin-top:45px; grid-template-columns:repeat(4,1fr); gap:12px; align-items:start; }.audience-grid article { position:relative; min-height:310px; padding:28px 22px; border-radius:8px; overflow:hidden; background:linear-gradient(145deg,#96d742,#67b52f); color:#fff; }.audience-grid article:nth-child(even) { margin-top:35px; }.audience-grid article::after { content:""; position:absolute; right:-38px; bottom:-38px; width:130px; height:130px; border:24px solid rgba(255,255,255,.12); border-radius:50%; }.audience-grid article > b { opacity:.55; font:900 1rem var(--utility); }.audience-icon { display:block; margin:42px 0 22px; font-size:3rem; }.audience-grid h3 { margin-bottom:10px; font-family:var(--body); font-size:1.15rem; letter-spacing:0; }.audience-grid p { color:rgba(255,255,255,.88); font-size:.84rem; }
.course-section { position:relative; display:grid; min-height:650px; padding:95px max(28px,calc((100vw - 1120px)/2)); grid-template-columns:1fr 1fr; gap:80px; overflow:hidden; background:#fff; }.course-copy ol { max-width:560px; margin:35px 0 0; padding:0; list-style:none; }.course-copy li { display:grid; padding:15px 0; grid-template-columns:58px 1fr; gap:18px; border-top:1px solid var(--line); }.course-copy li > b { color:var(--mango); font:700 1.75rem var(--display); }.course-copy li span { color:var(--muted); font-size:.88rem; }.course-copy li strong { display:block; color:var(--ink); font-size:1rem; }.course-bowl { position:relative; min-height:490px; border-radius:28px; overflow:hidden; background:linear-gradient(135deg,#fff,var(--mint-soft)); }.course-bowl img { width:100%; height:100%; object-fit:contain; object-position:center bottom; transform:none; }
.community-preview { padding:100px max(28px,calc((100vw - 1120px)/2)); background:var(--mint-soft); }.community-preview > header { display:flex; align-items:end; justify-content:space-between; gap:25px; }.community-private { display:flex; max-width:860px; margin-top:35px; padding:34px; align-items:center; gap:22px; border:1px solid #bddb9f; border-radius:10px; background:#fff; box-shadow:var(--shadow-small); }.community-private > span { display:grid; flex:0 0 auto; width:54px; height:54px; place-items:center; border-radius:50%; background:var(--mint); color:var(--teal-900); font-size:1.35rem; }.community-private h3 { margin-bottom:7px; font-family:var(--body); font-size:1.08rem; letter-spacing:0; }.community-private p { margin:0; color:var(--muted); }
.editorial-cta { background:linear-gradient(120deg,#78bd36,#5ba126); }.editorial-cta h2 { letter-spacing:.02em; }

.registration-page { display:grid; min-height:calc(100vh - 94px); padding:75px max(28px,calc((100vw - 1180px)/2)) 100px; grid-template-columns:.75fr 1.25fr; align-items:start; gap:70px; background:linear-gradient(135deg,var(--mint-soft),#fff 50%); }.registration-intro { position:sticky; top:50px; padding-top:40px; }.registration-intro h1,.success-page h1,.feed-header h1 { color:#3c403d; font-size:clamp(3.3rem,6vw,6.5rem); letter-spacing:.01em; line-height:.9; }.registration-intro h1 span,.feed-header h1 span { color:var(--teal); }.registration-intro > p:not(.eyebrow) { max-width:470px; color:var(--muted); font-size:1.06rem; }.schedule-note { display:flex; margin-top:35px; padding:22px; align-items:center; gap:15px; border-left:5px solid var(--mango); background:#fff; box-shadow:var(--shadow-small); }.schedule-note > span { color:var(--teal); font-size:2rem; }.schedule-note p { margin:3px 0 0; color:var(--muted); }
.registration-form { position:relative; padding:38px; border-radius:10px; }.form-heading { display:flex; margin-bottom:22px; align-items:center; gap:14px; }.form-heading > span { display:grid; width:42px; height:42px; place-items:center; border-radius:50%; background:var(--teal); color:#fff; font:900 .9rem var(--utility); }.form-heading h2 { margin:0; font-family:var(--body); font-size:1.35rem; letter-spacing:0; }.form-heading p { margin:2px 0 0; color:var(--muted); font-size:.8rem; }.appointment-heading { margin-top:25px; padding-top:28px; border-top:1px solid var(--line); }.field-grid.two { display:grid; grid-template-columns:1fr 1fr; gap:0 16px; }.field-grid.two label:last-child:nth-child(odd) { grid-column:1/-1; }.consent { display:flex; margin:12px 0 24px; gap:10px; align-items:flex-start; font-weight:550; }.consent span { color:var(--muted); font-size:.82rem; }.form-foot { margin:17px 0 0; color:var(--muted); text-align:center; }.form-foot a { color:var(--teal-900); font-weight:800; }
.success-page { max-width:900px; margin:0 auto; padding:90px 28px 120px; text-align:center; }.success-mark { display:grid; width:75px; height:75px; margin:0 auto 28px; place-items:center; border-radius:50%; background:var(--teal); color:#fff; font-size:2rem; }.success-page > p:not(.eyebrow) { max-width:650px; margin:25px auto; color:var(--muted); }.success-page .hero-actions { justify-content:center; }.appointment-ticket { display:grid; max-width:720px; margin:40px auto; padding:26px; grid-template-columns:repeat(3,1fr); border:2px dashed #a8cf83; border-radius:8px; background:var(--mint-soft); }.appointment-ticket span { border-left:1px solid #bad89d; }.appointment-ticket span:first-child { border-left:0; }.appointment-ticket small,.appointment-card small { color:var(--muted); font:700 .65rem var(--utility); letter-spacing:.1em; }.appointment-ticket strong { display:block; margin-top:5px; color:var(--teal-900); font:900 1.5rem var(--display); }

.feed-shell { max-width:800px; margin:0 auto; padding-bottom:80px; }.guest-body .feed-shell { padding:55px 24px 100px; }.feed-header { display:flex; margin-bottom:28px; align-items:center; justify-content:space-between; gap:30px; }.feed-header > div:first-child { max-width:620px; }.feed-header h1 { margin-bottom:18px; }.feed-header p:not(.eyebrow) { color:var(--muted); }.feed-symbol { display:grid; flex:0 0 auto; width:110px; height:110px; place-items:center; border-radius:50%; background:var(--teal); color:#fff; font-size:3rem; box-shadow:12px 12px 0 var(--mint); }
.social-composer { display:grid; margin-bottom:18px; padding:24px; grid-template-columns:auto 1fr; gap:16px; border-radius:10px; }.social-composer textarea { min-height:95px; margin:0; border:0; padding:8px 0; font-size:1.08rem; box-shadow:none; }.composer-actions { display:flex; padding-top:14px; align-items:center; gap:12px; border-top:1px solid var(--line); }.file-chip,.public-toggle { display:flex; margin:0; align-items:center; gap:7px; color:var(--teal-900); cursor:pointer; font-size:.8rem; }.file-chip input { position:absolute; width:1px; height:1px; opacity:0; }.public-toggle input { flex:0 0 auto; }.char-count { margin-left:auto; color:var(--muted); font-size:.75rem; }.feed-join { display:flex; margin-bottom:18px; padding:18px 22px; align-items:center; justify-content:space-between; gap:20px; border-radius:8px; background:var(--mint); }.social-feed { display:grid; gap:12px; }.social-post { padding:24px; border:1px solid var(--line); border-radius:10px; background:#fff; box-shadow:var(--shadow-small); }.post-head { display:flex; align-items:center; gap:12px; }.post-head > div { min-width:0; }.post-head strong { display:block; }.post-head small { color:var(--muted); font-size:.75rem; }.post-head .privacy-badge { margin-left:auto; padding:5px 9px; font-size:.68rem; }.social-post > p { margin:20px 0; color:#374039; font-size:1.02rem; white-space:normal; word-break:break-word; }.post-image { width:100%; max-height:520px; margin:12px 0 18px; border-radius:8px; object-fit:cover; }.post-actions { display:flex; min-height:30px; align-items:center; justify-content:space-between; }.post-actions form { margin:0; }.like-button,.post-delete { border:0; background:transparent; color:var(--muted); cursor:pointer; }.like-button { font-size:1.05rem; }.like-button.liked { color:#e55454; }.post-delete { font-size:.75rem; }.post-likes { color:var(--muted); font-size:.8rem; }.empty-feed { padding:60px 30px; text-align:center; }.empty-feed > span { color:var(--teal); font-size:2.5rem; }
.appointment-card { display:grid; max-width:900px; padding:32px; grid-template-columns:1.3fr 1fr 1fr auto; align-items:center; gap:25px; border-radius:10px; }.appointment-card > div { padding-left:22px; border-left:1px solid var(--line); }.appointment-card > div:first-child { padding-left:0; border-left:0; }.appointment-card strong { display:block; margin-top:6px; color:var(--teal-900); font:900 1.65rem var(--display); }.status.scheduled { background:var(--mint); color:var(--teal-900); }
.table-scroll { overflow-x:auto; }table { width:100%; border-collapse:collapse; }th,td { padding:14px 12px; border-bottom:1px solid var(--line); text-align:left; }th { color:var(--muted); font:700 .67rem var(--utility); letter-spacing:.07em; }td small { color:var(--muted); }
.sidebar { background:linear-gradient(180deg,#334337,#253229); }.side-nav { overflow-y:auto; padding-right:3px; }.side-nav a span { color:#9bda55; }.side-nav a:hover { background:rgba(135,205,68,.13); }.app-body { background:#f6f8f2; }.card { border-radius:10px; }.page-header h1 { letter-spacing:.01em; }.avatar { background:var(--mango); color:#fff; }

@media (max-width: 900px) {
  .nutrition-hero { min-height:780px; padding-top:125px; grid-template-columns:1fr 1fr; }.nutrition-hero-photo { height:520px; }.science-cards { margin-top:-45px; }
  .audience-grid { grid-template-columns:1fr 1fr; }.audience-grid article:nth-child(even) { margin-top:0; }.course-section { gap:35px; }.registration-page { grid-template-columns:1fr; }.registration-intro { position:static; padding-top:0; }.registration-intro h1 { font-size:4rem; }
}
@media (max-width: 680px) {
  .nutrition-hero { min-height:850px; margin-top:-82px; padding:125px 20px 120px; grid-template-columns:1fr; align-content:start; }.nutrition-hero-copy h1 { font-size:clamp(3.5rem,16vw,5.5rem); }.nutrition-hero-photo { height:400px; margin-top:10px; }.health-tape { font-size:1rem; }.science-cards { margin-top:-35px; grid-template-columns:1fr; }.science-cards article { min-height:0; }.audience-section { padding-top:35px; }.audience-section h2,.course-section h2,.community-preview h2 { font-size:2.8rem; }.audience-grid { grid-template-columns:1fr; }.audience-grid article { min-height:250px; }.audience-icon { margin:28px 0 18px; }.course-section { padding:70px 20px; grid-template-columns:1fr; }.course-bowl { min-height:360px; }.community-preview { padding:70px 20px; }.community-preview > header { align-items:start; flex-direction:column; }.community-private { padding:24px; align-items:flex-start; }.registration-page { padding:45px 18px 80px; }.registration-form { padding:25px 18px; }.field-grid.two { grid-template-columns:1fr; }.field-grid.two label:last-child:nth-child(odd) { grid-column:auto; }.appointment-ticket { grid-template-columns:1fr; gap:15px; }.appointment-ticket span { padding-top:15px; border-top:1px solid #bad89d; border-left:0; }.appointment-ticket span:first-child { padding-top:0; border-top:0; }.feed-symbol { display:none; }.composer-actions { align-items:flex-start; flex-wrap:wrap; }.char-count { margin-left:0; }.composer-actions .button { width:100%; }.feed-join { align-items:stretch; flex-direction:column; }.appointment-card { grid-template-columns:1fr 1fr; }.appointment-card > div { padding-left:0; border-left:0; }.guest-header nav { gap:8px; }.nav-register { display:none; }
}

/* Identidade “Desafio Viva Melhor” — baseada na apresentação oficial */
body { background: var(--paper); }
:where(h1,h2,h3,[id]) { scroll-margin-top: 96px; }
:where(.metric-strip,.admin-metrics,.mini-stat-grid,.catalog-counts) strong { font-variant-numeric: tabular-nums; }
.button { border-radius: 999px; padding-inline: 25px; text-transform: none; }
.button:hover { box-shadow: 0 10px 22px rgba(36,95,47,.18); }
.button-orange,.button-mango { border-color: var(--mango); background: var(--mango); color: var(--navy); box-shadow: 0 10px 22px rgba(145,174,45,.22); }
.button-orange:hover,.button-mango:hover { background: #aec526; box-shadow: 0 12px 26px rgba(110,139,35,.25); }
.button-outline { border-color: var(--teal); color: var(--teal-900); }
.card { border-color: var(--line); border-radius: 22px; box-shadow: 0 12px 32px rgba(35,69,43,.07); }
.eyebrow { color: var(--teal-900); font-family: var(--body); font-weight: 800; }
.brand-logo { height: 70px; }
.guest-header { max-width: none; padding-inline: max(28px,calc((100vw - 1180px)/2)); background: rgba(246,248,231,.92); backdrop-filter: blur(12px); }
.guest-header nav { color: var(--teal-900); font-weight: 650; }
.guest-footer { background: var(--navy); color: #edf4d7; border-color: transparent; }

.nutrition-hero { min-height: 780px; background: radial-gradient(circle at 73% 26%,#fff 0,#f8faed 30%,var(--paper) 70%); }
.nutrition-hero::before,.nutrition-hero::after { border-color: rgba(191,211,47,.12); }
.nutrition-hero-copy h1 { color: var(--navy); font-size: clamp(3.7rem,7vw,7rem); font-weight: 780; letter-spacing: -.055em; }
.nutrition-hero-copy h1 span,.registration-intro h1 span,.feed-header h1 span { color: var(--teal); font-style: italic; font-weight: 480; }
.nutrition-hero-photo { height: 590px; }
.nutrition-hero-photo img { object-position: center bottom; }
.health-tape { background: var(--navy); box-shadow: none; }
.tape-two { background: var(--mango); color: var(--navy); opacity: 1; }
.science-cards article { border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 16px 36px rgba(35,69,43,.09); }
.science-cards article > span { color: var(--mango-dark); }
.audience-section h2,.course-section h2,.community-preview h2 { color: var(--navy); font-weight: 760; letter-spacing: -.045em; }
.audience-grid { gap: 16px; }
.audience-grid article { min-height: 320px; border-radius: 24px; background: var(--navy); }
.audience-grid article:nth-child(2),.audience-grid article:nth-child(4) { background: var(--teal); }
.audience-grid article:nth-child(3) { background: var(--mango-dark); }
.audience-grid article::after { border-color: rgba(191,211,47,.25); }
.course-section { background: #fff; }
.course-copy li > b { color: var(--teal); }
.course-bowl { border-radius: 38px; background: var(--mint-soft); }
.community-preview { background: var(--navy); color: #fff; }
.community-preview h2,.community-preview .eyebrow { color: #fff; }
.community-private { border: 0; border-radius: 22px; }
.editorial-cta { background: var(--mango); color: var(--navy); }
.editorial-cta .button-light { border-color: var(--navy); background: var(--navy); color: #fff; }

.registration-page { background: linear-gradient(135deg,var(--mint-soft),#fff 56%); }
.registration-intro h1,.success-page h1,.feed-header h1 { color: var(--navy); font-weight: 760; letter-spacing: -.05em; }
.schedule-note { border: 0; border-radius: 18px; box-shadow: 0 10px 28px rgba(35,69,43,.08); }
.registration-form { border-radius: 24px; }
.form-heading > span,.success-mark,.feed-symbol { background: var(--navy); }
input,textarea,select { border-color: var(--line); border-radius: 14px; }
input:focus,textarea:focus,select:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(95,146,45,.14); }

.sidebar { background: var(--navy); }
.sidebar .brand { min-height: 86px; border-radius: 18px; background: var(--paper); }
.sidebar .brand-logo { height: 68px; }
.side-nav { margin-top: 30px; }
.side-nav a { color: #eef4d9; border-radius: 12px; }
.side-nav a span { color: var(--mango); }
.side-nav a:hover,.side-nav a[aria-current="page"] { background: rgba(191,211,47,.16); }
.side-nav .mode-switch { margin-bottom: 8px; background: var(--mango); color: var(--navy); }
.side-nav .mode-switch span { color: var(--navy); }
.sidebar-user small { color: #d9e6ba; }
.app-body { background: var(--paper); }
.app-main { background-image: radial-gradient(circle at 100% 0,rgba(191,211,47,.10),transparent 24rem); }
.page-header h1 { color: var(--navy); font-weight: 760; letter-spacing: -.045em; }
.metric-strip,.admin-metrics article { border-radius: 20px; }
.metric-strip .metric-primary { background: var(--navy); }
.metric-strip .metric-primary small,.metric-strip .metric-primary span { color: #e5edc6; }
.metric-strip.is-disabled,.metric-strip-disabled { filter: saturate(.55); }
.daily-mission,.club-hero { background: var(--navy); border-radius: 24px; }
.daily-mission::after,.club-hero::before { border-color: rgba(191,211,47,.18); }
.mission-orbit { border-color: var(--mango); }
.mission-orbit span,.gift-art,.challenge-symbol,.benefit-icon,.quick-grid a > span { background: var(--mango); color: var(--navy); }
.notice-card { background: var(--mint-soft); }
.club-teaser { background: var(--mango); color: var(--navy); }
.category,.status-approved,.privacy-badge,.balance-chip { background: var(--mint); color: var(--teal-900); }
.place-1 { background: var(--mango); }
.admin-metrics .metric-alert { background: var(--mint-soft); }
.admin-metrics .metric-alert > span { background: var(--teal); }
.admin-participation-note,.admin-limit-badge { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; padding: 9px 14px; background: var(--mint); color: var(--teal-900); font-weight: 750; }
.published-notices { margin-top: 28px; padding: 28px; }
.notice-admin-list { display: grid; gap: 10px; }
.notice-admin-list article { display: grid; grid-template-columns: minmax(180px,.7fr) minmax(240px,1.4fr) auto; align-items: center; gap: 20px; padding: 16px 0; border-top: 1px solid var(--line); }
.notice-admin-list article:first-child { border-top: 0; }
.notice-admin-list time { display: block; color: var(--muted); font-size: .75rem; }
.notice-admin-list p { margin: 0; color: var(--muted); }
.social-post,.social-composer { border-radius: 22px; }
.post-image { border-radius: 16px; }
.appointment-card { border-radius: 22px; }

@media (max-width: 820px) {
  .mobile-header { height: 76px; padding: 7px 16px; padding-top: calc(7px + env(safe-area-inset-top)); background: var(--navy); }
  .mobile-header .brand { border-radius: 12px; background: var(--paper); }
  .mobile-header .brand-logo { height: 48px; }
  .app-main { padding-bottom: calc(112px + env(safe-area-inset-bottom)); }
  .bottom-nav { min-height: 74px; padding: 8px 4px calc(8px + env(safe-area-inset-bottom)); border-color: var(--line); background: rgba(250,251,239,.97); }
  .bottom-nav a { min-height: 54px; justify-content: flex-end; color: #4a6250; font-size: .64rem; line-height: 1.2; text-align: center; }
  .bottom-nav a span { margin-bottom: 3px; color: var(--teal-900); }
  .bottom-nav .bottom-action { color: var(--teal-900); font-weight: 850; }
  .bottom-nav .bottom-action span { width: 46px; height: 46px; margin-top: -24px; border-color: var(--paper); background: var(--mango); color: var(--navy); }
  .notice-admin-list article { grid-template-columns: 1fr; gap: 7px; }
}

@media (max-width: 680px) {
  .nutrition-hero { min-height: 805px; background: linear-gradient(180deg,var(--paper),#fff); }
  .nutrition-hero-copy h1 { font-size: clamp(3.1rem,15vw,4.9rem); }
  .nutrition-hero-photo { height: 370px; }
  .audience-grid article { min-height: 235px; }
  .course-bowl { min-height: 320px; border-radius: 28px; }
  .community-private { flex-direction: column; }
  .published-notices { padding: 22px 18px; }
  .social-composer { grid-template-columns: 1fr; padding: 20px 16px; }
  .social-composer > .avatar { display: none; }
}

/* Glassmorfismo botânico: superfícies leves sobre a identidade verde Viva Melhor */
:root {
  --glass: rgba(255,255,255,.64);
  --glass-strong: rgba(255,255,255,.79);
  --glass-soft: rgba(246,248,231,.56);
  --glass-border: rgba(255,255,255,.78);
  --glass-line: rgba(81,116,61,.18);
  --glass-shadow: 0 22px 58px rgba(21,92,50,.13), inset 0 1px 0 rgba(255,255,255,.72);
}

body { background-color: #edf2d4; background-image: radial-gradient(circle at 8% 8%,rgba(191,211,47,.34),transparent 25rem),radial-gradient(circle at 94% 20%,rgba(95,146,45,.24),transparent 29rem),linear-gradient(145deg,#f7f9e9 0%,#edf3d7 48%,#f8faed 100%); background-attachment: fixed; }
.guest-body,.app-body { position: relative; isolation: isolate; }
.guest-body::before,.app-body::before { content:""; position:fixed; z-index:-1; inset:auto -8rem 8% auto; width:27rem; height:27rem; border-radius:42% 58% 63% 37%; background:rgba(191,211,47,.22); filter:blur(38px); pointer-events:none; }
.guest-body::after,.app-body::after { content:""; position:fixed; z-index:-1; left:-9rem; top:24%; width:25rem; height:25rem; border-radius:60% 40% 35% 65%; background:rgba(21,92,50,.12); filter:blur(45px); pointer-events:none; }

.card,.science-cards article,.step-grid article,.metric-strip,.admin-metrics article,.mini-stat-grid article,.catalog-counts article,.content-card,.challenge-card,.benefit-card,.partner-grid article,.social-post,.social-composer,.appointment-card,.community-private,.schedule-note,.appointment-ticket,.home-panel,.table-card,.registration-form {
  border: 1px solid var(--glass-border);
  background: var(--glass);
  box-shadow: var(--glass-shadow);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  backdrop-filter: blur(18px) saturate(125%);
}
.card:hover,.challenge-card:hover,.benefit-card:hover,.content-card:hover { border-color: rgba(255,255,255,.94); }
.guest-header { position: sticky; top: 0; border-bottom: 1px solid rgba(255,255,255,.58); background: rgba(246,248,231,.58); box-shadow: 0 12px 30px rgba(21,92,50,.06); -webkit-backdrop-filter: blur(22px) saturate(130%); backdrop-filter: blur(22px) saturate(130%); }
.nutrition-hero { background: radial-gradient(circle at 73% 26%,rgba(255,255,255,.84),rgba(246,248,231,.54) 48%,rgba(236,242,211,.28) 78%); }
.nutrition-hero-photo,.course-bowl { border: 1px solid rgba(255,255,255,.7); background: rgba(255,255,255,.38); box-shadow: var(--glass-shadow); -webkit-backdrop-filter: blur(15px); backdrop-filter: blur(15px); }
.science-cards { margin-top: -74px; }
.audience-grid article { border: 1px solid rgba(255,255,255,.24); background: linear-gradient(145deg,rgba(21,92,50,.88),rgba(36,95,47,.72)); box-shadow: 0 24px 54px rgba(21,92,50,.18),inset 0 1px 0 rgba(255,255,255,.24); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.audience-grid article:nth-child(2),.audience-grid article:nth-child(4) { background: linear-gradient(145deg,rgba(95,146,45,.86),rgba(72,122,42,.7)); }
.audience-grid article:nth-child(3) { background: linear-gradient(145deg,rgba(110,139,35,.88),rgba(86,115,31,.74)); }
.community-preview { background: linear-gradient(135deg,rgba(21,92,50,.96),rgba(36,95,47,.88)); }

.app-body { background-color: #edf2d4; background-image: radial-gradient(circle at 86% 8%,rgba(191,211,47,.3),transparent 26rem),radial-gradient(circle at 12% 78%,rgba(95,146,45,.17),transparent 27rem),linear-gradient(145deg,#f6f8e7,#edf3d9 54%,#f8faed); }
.app-main { background-image: none; }
.sidebar { border-right: 1px solid rgba(255,255,255,.18); background: linear-gradient(180deg,rgba(21,92,50,.93),rgba(20,70,38,.88)); box-shadow: 18px 0 48px rgba(21,92,50,.12); -webkit-backdrop-filter: blur(22px) saturate(120%); backdrop-filter: blur(22px) saturate(120%); }
.sidebar .brand { border: 1px solid rgba(255,255,255,.66); background: rgba(246,248,231,.9); box-shadow: inset 0 1px 0 rgba(255,255,255,.8),0 12px 28px rgba(0,0,0,.08); }
.side-nav a:hover { background: rgba(255,255,255,.13); box-shadow: inset 0 1px 0 rgba(255,255,255,.1); }
.side-nav .mode-switch { border: 1px solid rgba(255,255,255,.35); background: rgba(191,211,47,.88); box-shadow: 0 10px 24px rgba(0,0,0,.1); }
.metric-strip { overflow: hidden; }
.metric-strip .metric-primary { background: linear-gradient(145deg,rgba(21,92,50,.93),rgba(36,95,47,.83)); }
.daily-mission,.club-hero { border: 1px solid rgba(255,255,255,.24); background: linear-gradient(135deg,rgba(21,92,50,.94),rgba(36,95,47,.86)); box-shadow: 0 24px 56px rgba(21,92,50,.19); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
input,textarea,select { border-color: rgba(255,255,255,.75); background: rgba(255,255,255,.56); box-shadow: inset 0 1px 0 rgba(255,255,255,.7); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
input:focus,textarea:focus,select:focus { background: rgba(255,255,255,.86); }
.tab-list { width: fit-content; padding: 6px; border: 1px solid rgba(255,255,255,.66); border-radius: 999px; background: rgba(255,255,255,.38); box-shadow: 0 12px 30px rgba(21,92,50,.08); -webkit-backdrop-filter: blur(15px); backdrop-filter: blur(15px); }
.filter-chips button,.tab-list button { border-color: transparent; background: transparent; }
.filter-chips button.active,.tab-list button.active { box-shadow: 0 8px 18px rgba(21,92,50,.16); }
.toast { border-color: rgba(255,255,255,.8); background: var(--glass-strong); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }

.form-context { margin: -12px 0 22px; color: var(--muted); font-size: .86rem; }
.managed-card-head { display:flex; align-items:flex-start; justify-content:space-between; gap:15px; }
.managed-card-head > div { display:flex; flex-wrap:wrap; gap:7px; }
.managed-card-head form { margin:0; }
.delete-action { min-height: 36px; border: 1px solid rgba(184,58,53,.23); border-radius: 999px; padding: 7px 13px; background: rgba(255,243,242,.66); color: var(--danger); cursor:pointer; font-size:.76rem; font-weight:800; -webkit-backdrop-filter:blur(8px); backdrop-filter:blur(8px); }
.delete-action:hover { border-color: rgba(184,58,53,.46); background: rgba(255,235,233,.92); }
.published-library { display:grid; margin-top:28px; grid-template-columns:1fr 1fr; gap:18px; }
.management-section { min-width:0; padding:26px; }
.management-wide { grid-column:1/-1; }
.management-list { display:grid; gap:10px; }
.management-row { display:grid; grid-template-columns:auto minmax(0,1fr) auto auto; align-items:center; gap:14px; padding:16px; border:1px solid rgba(255,255,255,.62); border-radius:18px; background:rgba(255,255,255,.34); box-shadow:inset 0 1px 0 rgba(255,255,255,.55); }
.management-row.compact { grid-template-columns:auto minmax(0,1fr) auto; }
.management-row strong { display:block; color:var(--navy); }
.management-row p { margin:4px 0; color:var(--muted); font-size:.84rem; }
.management-row small { color:var(--muted); }
.management-row form { margin:0; }
.management-icon { display:grid; width:40px; height:40px; place-items:center; border:1px solid rgba(255,255,255,.75); border-radius:14px; background:rgba(191,211,47,.55); color:var(--navy); font-weight:900; }
.management-thumb { width:54px; height:54px; border:1px solid rgba(255,255,255,.8); border-radius:15px; object-fit:cover; box-shadow:0 8px 20px rgba(21,92,50,.12); }
.redemption-panel { background:rgba(255,255,255,.58); }

.notice-card-image { display:block; width:100%; height:140px; margin:0 0 12px; border-radius:15px; object-fit:cover; }
.benefit-cover,.content-cover { display:block; width:calc(100% + 54px); height:190px; margin:-27px -27px 24px; border-radius:24px 24px 0 0; object-fit:cover; }
.timeline-cover { display:block; width:min(100%,520px); height:190px; margin:0 0 15px; border:1px solid rgba(255,255,255,.8); border-radius:20px; object-fit:cover; box-shadow:0 14px 32px rgba(21,92,50,.12); }

.notice-popup { width:min(570px,calc(100% - 28px)); max-height:min(82vh,720px); border:1px solid rgba(255,255,255,.82); border-radius:30px; padding:34px; overflow:auto; background:rgba(247,250,232,.76); color:var(--ink); box-shadow:0 40px 100px rgba(14,62,33,.34),inset 0 1px 0 rgba(255,255,255,.9); -webkit-backdrop-filter:blur(28px) saturate(140%); backdrop-filter:blur(28px) saturate(140%); }
.notice-popup::backdrop { background:rgba(11,45,25,.46); -webkit-backdrop-filter:blur(9px); backdrop-filter:blur(9px); }
.notice-popup-glow { position:absolute; z-index:-1; right:-80px; top:-90px; width:240px; height:240px; border-radius:50%; background:rgba(191,211,47,.42); filter:blur(18px); }
.notice-popup-mark { display:grid; width:58px; height:58px; margin-bottom:22px; place-items:center; border:1px solid rgba(255,255,255,.75); border-radius:18px; background:rgba(191,211,47,.72); color:var(--navy); font:900 1.5rem var(--display); box-shadow:0 12px 28px rgba(110,139,35,.16); }
.notice-popup h2 { margin-bottom:22px; color:var(--navy); font-size:clamp(2rem,6vw,3.2rem); }
.notice-popup-close { position:absolute; right:20px; top:18px; width:40px; height:40px; border:1px solid rgba(255,255,255,.75); border-radius:50%; background:rgba(255,255,255,.46); color:var(--navy); cursor:pointer; font-size:1.5rem; }
.notice-popup-list { display:grid; max-height:410px; margin-bottom:24px; padding-right:3px; overflow:auto; gap:12px; }
.notice-popup-list article { overflow:hidden; border:1px solid rgba(255,255,255,.78); border-radius:20px; background:rgba(255,255,255,.45); }
.popup-update-image { display:block; width:100%; height:180px; object-fit:cover; }
.popup-update-copy { padding:17px 18px; }
.popup-update-type { display:inline-flex; margin-bottom:8px; border-radius:999px; padding:5px 9px; background:rgba(191,211,47,.42); color:var(--navy); font:800 .65rem var(--utility); letter-spacing:.08em; text-transform:uppercase; }
.notice-popup-list strong { display:block; color:var(--navy); font-size:1.04rem; }
.notice-popup-list p { margin:7px 0; color:var(--muted); }
.notice-popup-list small { color:var(--teal-900); }
.notice-popup-list a { display:inline-block; margin-top:10px; color:var(--teal-900); font-size:.8rem; font-weight:850; }

@media (max-width: 1100px) {
  .published-library { grid-template-columns:1fr; }
  .management-wide { grid-column:auto; }
}

@media (max-width: 820px) {
  .mobile-header { border-bottom:1px solid rgba(255,255,255,.2); background:rgba(21,92,50,.82); box-shadow:0 12px 32px rgba(21,92,50,.14); -webkit-backdrop-filter:blur(20px); backdrop-filter:blur(20px); }
  .bottom-nav { border-color:rgba(255,255,255,.72); background:rgba(250,251,239,.76); box-shadow:0 -14px 34px rgba(21,92,50,.1); -webkit-backdrop-filter:blur(22px) saturate(130%); backdrop-filter:blur(22px) saturate(130%); }
  .daily-mission.empty-mission { grid-template-columns:minmax(0,1fr); }
  .daily-mission.empty-mission > div { grid-column:1; min-width:0; }
}

@media (max-width: 680px) {
  .science-cards { margin-top:-42px; }
  .management-section { padding:20px 15px; }
  .management-row,.management-row.compact { grid-template-columns:auto minmax(0,1fr); align-items:start; }
  .management-row .status,.management-row form { grid-column:2; justify-self:start; }
  .notice-popup { border-radius:24px; padding:28px 20px 22px; }
  .notice-popup-mark { width:50px; height:50px; }
  .popup-update-image { height:150px; }
  .benefit-cover,.content-cover { height:170px; }
}

/* Experiência móvel inspirada em redes sociais: tudo alcançável com uma mão */
@media (max-width: 820px) {
  body.mobile-menu-open { overflow:hidden; }
  .mobile-header { height:72px; padding-right:14px; padding-left:14px; }
  .mobile-header-actions { display:flex; align-items:center; gap:9px; }
  .mobile-header .avatar { width:42px; height:42px; overflow:hidden; border:2px solid rgba(255,255,255,.72); box-shadow:0 7px 18px rgba(0,0,0,.12); }
  .mobile-header .avatar img,.mobile-sheet-profile .avatar img { width:100%; height:100%; object-fit:cover; }
  .mobile-menu-button { display:grid; width:42px; height:42px; place-items:center; border:1px solid rgba(255,255,255,.25); border-radius:14px; background:rgba(255,255,255,.12); color:#fff; cursor:pointer; font-size:1.25rem; }

  .app-main { width:100%; max-width:680px; margin:0 auto; padding:22px 14px calc(112px + env(safe-area-inset-bottom)); }
  .mobile-stories { display:flex; margin:-4px -14px 22px; padding:5px 14px 11px; gap:14px; overflow-x:auto; scrollbar-width:none; }
  .mobile-stories::-webkit-scrollbar { display:none; }
  .mobile-stories a { display:flex; min-width:67px; align-items:center; flex-direction:column; gap:6px; color:var(--navy); text-align:center; }
  .mobile-stories span { display:grid; width:58px; height:58px; place-items:center; border:3px solid var(--paper); border-radius:50%; background:linear-gradient(145deg,var(--mango),#d7e83c); color:var(--navy); box-shadow:0 0 0 2px rgba(21,92,50,.6),0 10px 22px rgba(21,92,50,.12); font-size:1.35rem; }
  .mobile-stories a:nth-child(even) span { background:linear-gradient(145deg,#dcecae,#fff); }
  .mobile-stories small { font-size:.66rem; font-weight:780; white-space:nowrap; }

  .page-header { margin-bottom:24px; gap:12px; }
  .page-header h1 { margin-bottom:5px; font-size:clamp(2.1rem,10vw,2.75rem); line-height:.98; }
  .page-header p:not(.eyebrow) { font-size:.9rem; line-height:1.5; }
  .page-header .button,.page-header .profile-link { min-height:44px; }
  .card,.social-post,.social-composer,.challenge-card,.benefit-card,.content-card,.appointment-card,.evolution-card { border-radius:22px; }
  .social-feed { gap:14px; }
  .social-post { padding:18px 16px; }
  .social-post > p { margin:16px 0; font-size:1rem; }
  .post-image { margin-right:-16px; margin-left:-16px; width:calc(100% + 32px); max-width:none; border-radius:0; }
  .filter-chips,.tab-list { margin-right:-14px; padding-right:14px; flex-wrap:nowrap; overflow-x:auto; scrollbar-width:none; }
  .filter-chips button,.tab-list button { flex:0 0 auto; min-height:42px; }

  .bottom-nav { display:grid; grid-template-columns:repeat(5,1fr); align-items:end; }
  .bottom-nav a,.bottom-nav button { display:flex; width:auto; min-width:0; min-height:54px; border:0; padding:0 2px; align-items:center; justify-content:flex-end; flex-direction:column; background:transparent; color:#4a6250; cursor:pointer; font:700 .64rem/1.2 var(--body); text-align:center; }
  .bottom-nav a span,.bottom-nav button span { margin-bottom:4px; color:var(--teal-900); font-size:1.18rem; }
  .bottom-nav a.is-active,.bottom-nav button.is-active { color:var(--navy); font-weight:900; }
  .bottom-nav a.is-active:not(.bottom-action)::after,.bottom-nav button.is-active::after { content:""; width:18px; height:3px; margin-top:3px; border-radius:999px; background:var(--mango); }
  .bottom-nav .bottom-action { justify-content:flex-end; }
  .bottom-nav .bottom-action span { display:grid; width:48px; height:48px; margin-top:-26px; place-items:center; border:5px solid var(--paper); border-radius:50%; background:var(--mango); box-shadow:0 8px 20px rgba(21,92,50,.18); font-size:1.7rem; }

  .mobile-menu-sheet { inset:auto 0 0; width:100%; max-width:680px; max-height:min(88dvh,780px); margin:0 auto; border:1px solid rgba(255,255,255,.85); border-radius:30px 30px 0 0; padding:10px 16px calc(20px + env(safe-area-inset-bottom)); overflow:auto; background:rgba(246,248,231,.94); color:var(--ink); box-shadow:0 -28px 80px rgba(11,45,25,.28); -webkit-backdrop-filter:blur(28px) saturate(130%); backdrop-filter:blur(28px) saturate(130%); animation:mobile-sheet-in .25s ease both; }
  .mobile-menu-sheet::backdrop { background:rgba(8,38,21,.48); -webkit-backdrop-filter:blur(7px); backdrop-filter:blur(7px); }
  .mobile-sheet-handle { width:46px; height:5px; margin:0 auto 13px; border-radius:999px; background:rgba(21,92,50,.2); }
  .mobile-sheet-profile { display:grid; grid-template-columns:auto minmax(0,1fr) auto; align-items:center; gap:12px; padding:6px 2px 18px; border-bottom:1px solid var(--glass-line); }
  .mobile-sheet-profile .avatar { overflow:hidden; }
  .mobile-sheet-profile h2 { margin:1px 0; color:var(--navy); font-size:1.3rem; }
  .mobile-sheet-profile small { color:var(--muted); }
  .mobile-sheet-close { display:grid; width:42px; height:42px; place-items:center; border:1px solid var(--line); border-radius:50%; background:rgba(255,255,255,.64); color:var(--navy); cursor:pointer; font-size:1.45rem; }
  .mobile-menu-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; padding:16px 0; }
  .mobile-menu-grid a { position:relative; display:grid; min-height:104px; padding:14px 13px; grid-template-columns:38px minmax(0,1fr); align-content:center; column-gap:9px; border:1px solid rgba(255,255,255,.82); border-radius:20px; background:rgba(255,255,255,.55); box-shadow:inset 0 1px 0 rgba(255,255,255,.78); color:var(--navy); }
  .mobile-menu-grid a > span { display:grid; width:38px; height:38px; grid-row:1/3; place-items:center; border-radius:13px; background:rgba(191,211,47,.46); font-size:1.15rem; }
  .mobile-menu-grid a strong { align-self:end; font-size:.84rem; line-height:1.2; }
  .mobile-menu-grid a small { align-self:start; margin-top:3px; color:var(--muted); font-size:.65rem; line-height:1.25; }
  .mobile-menu-grid a.is-active { border-color:rgba(21,92,50,.42); background:linear-gradient(145deg,rgba(191,211,47,.35),rgba(255,255,255,.72)); }
  .mobile-menu-grid a.is-active::after { content:""; position:absolute; right:11px; top:11px; width:7px; height:7px; border-radius:50%; background:var(--teal); }
  .mobile-sheet-logout { margin:0; }
  .mobile-sheet-logout button { width:100%; min-height:48px; border:1px solid rgba(184,58,53,.2); border-radius:16px; background:rgba(255,243,242,.72); color:var(--danger); cursor:pointer; font-weight:850; }
}

@keyframes mobile-sheet-in { from { opacity:0; transform:translateY(28px); } }

@media (prefers-reduced-transparency: reduce) {
  .card,.science-cards article,.step-grid article,.metric-strip,.admin-metrics article,.mini-stat-grid article,.catalog-counts article,.content-card,.challenge-card,.benefit-card,.partner-grid article,.social-post,.social-composer,.appointment-card,.community-private,.schedule-note,.appointment-ticket,.home-panel,.table-card,.registration-form { background:rgba(255,255,255,.94); backdrop-filter:none; }
}

/* Tema de lançamento: floresta noturna + vidro esmeralda */
html.theme-dark {
  color-scheme: dark;
  --ink: #eef9f1;
  --navy: #071f16;
  --teal-900: #c8f1b7;
  --teal: #7bd45a;
  --teal-500: #a5e67c;
  --mint: #b9e96c;
  --mint-soft: #173c2c;
  --mango: #c5e93f;
  --mango-dark: #93bb2f;
  --coral: #ff9b82;
  --coral-soft: #3b231f;
  --sky: #173d36;
  --paper: #071b13;
  --white: #102a1f;
  --line: rgba(199, 241, 183, .15);
  --muted: #abc0b0;
  --danger: #ff958c;
  --shadow: 0 28px 70px rgba(0, 9, 6, .42);
  --shadow-small: 0 14px 38px rgba(0, 9, 6, .3);
  --glass: rgba(17, 49, 35, .64);
  --glass-strong: rgba(22, 61, 43, .88);
  --glass-soft: rgba(11, 39, 27, .68);
  --glass-border: rgba(199, 241, 183, .16);
  --glass-line: rgba(199, 241, 183, .13);
  --glass-shadow: 0 24px 70px rgba(0, 10, 7, .4), inset 0 1px 0 rgba(230, 255, 221, .08);
}

html.theme-dark body {
  overflow-x: hidden;
  color: var(--ink);
  background-color: #071b13;
  background-image:
    radial-gradient(circle at 10% 6%, rgba(100, 207, 82, .18), transparent 28rem),
    radial-gradient(circle at 92% 20%, rgba(197, 233, 63, .1), transparent 32rem),
    radial-gradient(circle at 48% 104%, rgba(36, 124, 79, .2), transparent 35rem),
    linear-gradient(145deg, #061710 0%, #0a2118 48%, #071a12 100%);
  background-attachment: fixed;
}

html.theme-dark h1,
html.theme-dark h2,
html.theme-dark h3,
html.theme-dark .page-header h1,
html.theme-dark .hero-copy h1,
html.theme-dark .nutrition-hero-copy h1,
html.theme-dark .audience-section h2,
html.theme-dark .course-section h2,
html.theme-dark .community-preview h2,
html.theme-dark .registration-intro h1,
html.theme-dark .success-page h1,
html.theme-dark .feed-header h1,
html.theme-dark .management-row strong,
html.theme-dark .notice-popup h2,
html.theme-dark .notice-popup-list strong {
  color: var(--ink);
}

html.theme-dark h1,
html.theme-dark h2,
html.theme-dark h3 { scroll-margin-top: 6rem; overflow-wrap: anywhere; }
html.theme-dark .eyebrow { color: var(--teal-500); }
html.theme-dark .text-link,
html.theme-dark .section-heading a,
html.theme-dark .profile-link { color: var(--mint); }
html.theme-dark .app-icon { display: block; width: 1.15em; height: 1.15em; flex: 0 0 auto; }

html.theme-dark .guest-body::before,
html.theme-dark .app-body::before {
  right: -10rem;
  bottom: 4%;
  background: rgba(124, 212, 90, .17);
  filter: blur(55px);
}
html.theme-dark .guest-body::after,
html.theme-dark .app-body::after {
  left: -11rem;
  top: 18%;
  background: rgba(197, 233, 63, .09);
  filter: blur(62px);
}

html.theme-dark .card,
html.theme-dark .science-cards article,
html.theme-dark .step-grid article,
html.theme-dark .metric-strip,
html.theme-dark .admin-metrics article,
html.theme-dark .mini-stat-grid article,
html.theme-dark .catalog-counts article,
html.theme-dark .content-card,
html.theme-dark .challenge-card,
html.theme-dark .benefit-card,
html.theme-dark .partner-grid article,
html.theme-dark .social-post,
html.theme-dark .social-composer,
html.theme-dark .appointment-card,
html.theme-dark .community-private,
html.theme-dark .schedule-note,
html.theme-dark .appointment-ticket,
html.theme-dark .home-panel,
html.theme-dark .table-card,
html.theme-dark .registration-form,
html.theme-dark .management-section {
  border-color: var(--glass-border);
  background: linear-gradient(145deg, rgba(26, 69, 49, .72), rgba(11, 39, 27, .58));
  box-shadow: var(--glass-shadow);
  -webkit-backdrop-filter: blur(22px) saturate(125%);
  backdrop-filter: blur(22px) saturate(125%);
}

html.theme-dark .card:hover,
html.theme-dark .challenge-card:hover,
html.theme-dark .benefit-card:hover,
html.theme-dark .content-card:hover { border-color: rgba(197, 233, 63, .38); }

html.theme-dark .button {
  border-color: rgba(197, 233, 63, .72);
  background: linear-gradient(135deg, #7fca4f, #b9df38);
  color: #092015;
  box-shadow: 0 12px 28px rgba(100, 178, 69, .18), inset 0 1px 0 rgba(255, 255, 255, .28);
}
html.theme-dark .button:hover { background: linear-gradient(135deg, #92d660, #c9ec49); box-shadow: 0 16px 34px rgba(100, 178, 69, .28); }
html.theme-dark .button-outline { border-color: rgba(165, 230, 124, .42); background: rgba(123, 212, 90, .08); color: var(--teal-900); box-shadow: none; }
html.theme-dark .button-light { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.1); color: var(--ink); }
html.theme-dark .button-danger,
html.theme-dark .delete-action { border-color: rgba(255, 149, 140, .25); background: rgba(117, 31, 29, .28); color: #ffb3ad; }
html.theme-dark .delete-action:hover { border-color: rgba(255, 149, 140, .52); background: rgba(145, 38, 34, .42); }

html.theme-dark input,
html.theme-dark textarea,
html.theme-dark select {
  border-color: rgba(199, 241, 183, .18);
  background-color: rgba(5, 27, 18, .74);
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}
html.theme-dark input::placeholder,
html.theme-dark textarea::placeholder { color: #789181; opacity: 1; }
html.theme-dark input:focus,
html.theme-dark textarea:focus,
html.theme-dark select:focus {
  border-color: var(--teal-500);
  background: rgba(8, 35, 24, .96);
  box-shadow: 0 0 0 4px rgba(123, 212, 90, .14);
}
html.theme-dark select option { background: #0b271b; color: var(--ink); }
html.theme-dark :focus-visible { outline-color: var(--mango); }

html.theme-dark .guest-header {
  border-color: var(--glass-border);
  background: rgba(6, 27, 18, .72);
  box-shadow: 0 14px 36px rgba(0, 8, 5, .3);
}
html.theme-dark .guest-header nav { color: #dceade; }
html.theme-dark .guest-footer { border-color: var(--line); background: rgba(4, 19, 13, .72); }
html.theme-dark .guest-header .brand,
html.theme-dark .mobile-header .brand,
html.theme-dark .sidebar .brand { border-color: rgba(255,255,255,.2); background: rgba(247, 249, 234, .96); }

html.theme-dark .hero-copy h1 span,
html.theme-dark .registration-intro h1 span,
html.theme-dark .feed-header h1 span,
html.theme-dark .nutrition-hero-copy h1 span { color: var(--mango); }
html.theme-dark .hero-copy h1 span::after { background: rgba(123, 212, 90, .38); }
html.theme-dark .sun-disc { background: linear-gradient(145deg, var(--mango), #5ca945); box-shadow: 0 0 80px rgba(197,233,63,.24); }
html.theme-dark .leaf { border-color: var(--teal); background: rgba(23, 61, 44, .78); }
html.theme-dark .leaf-two { background: rgba(69, 94, 39, .72); }
html.theme-dark .trail-label { border-color: var(--glass-border); background: rgba(11, 39, 27, .78); color: var(--teal-900); }
html.theme-dark .mission-preview,
html.theme-dark .final-cta,
html.theme-dark .community-preview { background: linear-gradient(135deg, rgba(10, 50, 33, .96), rgba(5, 29, 19, .94)); }
html.theme-dark .mission-demo { background: rgba(20, 59, 41, .92); color: var(--ink); box-shadow: 12px 12px 0 rgba(197,233,63,.5); }
html.theme-dark .round-icon,
html.theme-dark .step-grid article > span { background: rgba(197,233,63,.9); color: #0a2117; }
html.theme-dark .steps-section,
html.theme-dark .home-grid,
html.theme-dark .audience-section { position: relative; }
html.theme-dark .auth-shell,
html.theme-dark .registration-page,
html.theme-dark .course-section,
html.theme-dark .community-preview { background-color: transparent; background-image: none; }
html.theme-dark .auth-card { border: 1px solid var(--glass-border); background: var(--glass); box-shadow: var(--glass-shadow); -webkit-backdrop-filter: blur(24px); backdrop-filter: blur(24px); }
html.theme-dark .habit-path span { border-color: rgba(165,230,124,.4); color: var(--teal-900); }
html.theme-dark .schedule-note { border-left-color: var(--mango); }
html.theme-dark .nutrition-hero { background: radial-gradient(circle at 73% 25%, rgba(104, 190, 78, .17), transparent 31rem); }
html.theme-dark .nutrition-hero-photo,
html.theme-dark .course-bowl { border-color: var(--glass-border); background: rgba(12, 43, 30, .56); }
html.theme-dark .science-cards article,
html.theme-dark .social-post { background: linear-gradient(145deg, rgba(25, 66, 47, .82), rgba(10, 37, 26, .72)); }
html.theme-dark .community-private { border-color: var(--glass-border); }
html.theme-dark .community-private > span { background: rgba(197,233,63,.18); color: var(--mango); }
html.theme-dark .social-post > p { color: #e4f0e7; }
html.theme-dark .file-chip .app-icon,
html.theme-dark .like-button .app-icon,
html.theme-dark .privacy-badge .app-icon { width: 18px; height: 18px; }
html.theme-dark .like-button { display: inline-flex; align-items: center; gap: 6px; }
html.theme-dark .feed-join { border: 1px solid var(--glass-border); background: rgba(123, 212, 90, .14); color: var(--ink); }

html.theme-dark .app-body { background-color: transparent; background-image: none; }
html.theme-dark .sidebar {
  border-color: rgba(199, 241, 183, .12);
  background: linear-gradient(180deg, rgba(7, 39, 26, .96), rgba(4, 24, 16, .95));
  box-shadow: 18px 0 55px rgba(0, 8, 5, .3);
}
html.theme-dark .side-nav a { color: #b9cebf; }
html.theme-dark .side-nav a span { color: var(--teal-500); }
html.theme-dark .side-nav a:hover { background: rgba(123, 212, 90, .11); color: #fff; }
html.theme-dark .side-nav .mode-switch { border-color: rgba(197,233,63,.28); background: rgba(197,233,63,.14); color: #eefbdc; }
html.theme-dark .sidebar-user { border-color: var(--line); }
html.theme-dark .sidebar-user strong { color: var(--ink); }
html.theme-dark .sidebar-user small { color: var(--muted); }
html.theme-dark .sidebar-user .icon-button { color: var(--teal-500); }
html.theme-dark .sidebar-user .icon-button .app-icon { width: 20px; height: 20px; }
html.theme-dark .avatar { background: linear-gradient(145deg, #a8d33c, #d2ef4a); color: #092015; }
html.theme-dark .app-main { background: transparent; }

html.theme-dark .metric-strip article,
html.theme-dark .history-row,
html.theme-dark .course-copy li,
html.theme-dark .review-form { border-color: var(--line); }
html.theme-dark .metric-strip strong,
html.theme-dark .admin-metrics strong,
html.theme-dark .mini-stat-grid strong,
html.theme-dark .catalog-counts strong { color: var(--mint); }
html.theme-dark .metric-strip .metric-primary strong { color: #f2faee; }
html.theme-dark .metric-strip .metric-primary,
html.theme-dark .daily-mission,
html.theme-dark .club-hero {
  border: 1px solid rgba(165, 230, 124, .2);
  background: linear-gradient(135deg, rgba(20, 78, 49, .9), rgba(8, 42, 27, .9));
  box-shadow: 0 26px 68px rgba(0, 10, 6, .38), inset 0 1px 0 rgba(255,255,255,.06);
}
html.theme-dark .daily-mission p { color: #c3d8c7; }
html.theme-dark .daily-mission::after { border-color: rgba(197,233,63,.1); }
html.theme-dark .mission-orbit span,
html.theme-dark .challenge-symbol { background: rgba(197,233,63,.9); color: #0a2117; }
html.theme-dark .mini-stat-grid article { background: rgba(18, 52, 37, .62); }
html.theme-dark .history-icon { background: rgba(123,212,90,.12); color: var(--mint); }
html.theme-dark .notice-card { background: rgba(67, 74, 31, .22); }
html.theme-dark .club-teaser { background: linear-gradient(135deg, rgba(197,233,63,.92), rgba(115,191,73,.94)); color: #092015; }
html.theme-dark .inline-empty { border-color: rgba(165,230,124,.25); background: rgba(5,27,18,.22); }

html.theme-dark .filter-chips button,
html.theme-dark .tab-list button { border-color: transparent; background: transparent; color: var(--muted); }
html.theme-dark .filter-chips button:hover,
html.theme-dark .tab-list button:hover { background: rgba(123,212,90,.1); color: var(--ink); }
html.theme-dark .filter-chips button.active,
html.theme-dark .tab-list button.active { background: rgba(123,212,90,.88); color: #092015; }
html.theme-dark .tab-list { border-color: var(--glass-border); background: rgba(8, 35, 24, .58); }

html.theme-dark .category { background: rgba(123,212,90,.12); color: var(--teal-900); }
html.theme-dark .category-special { background: rgba(82,164,139,.16); color: #a6ead7; }
html.theme-dark .category-surprise { background: rgba(255,155,130,.14); color: #ffc0af; }
html.theme-dark .status-pending { background: rgba(244,187,65,.16); color: #ffd784; }
html.theme-dark .status-approved { background: rgba(123,212,90,.16); color: #c9f3b8; }
html.theme-dark .status-rejected { background: rgba(255,105,95,.16); color: #ffaaa3; }
html.theme-dark .evidence-placeholder { background: rgba(123,212,90,.12); color: var(--mint); }
html.theme-dark .evidence-review-body blockquote { background: rgba(197,233,63,.06); color: #dce9df; }
html.theme-dark .review-form select,
html.theme-dark .review-form input { background: rgba(5,27,18,.7); }
html.theme-dark .privacy-callout,
html.theme-dark .admin-participation-note { border-color: rgba(123,212,90,.2); background: rgba(123,212,90,.08); }
html.theme-dark .privacy-callout > span,
html.theme-dark .admin-participation-note > span { color: var(--mint); }
html.theme-dark .privacy-badge { border-color: var(--glass-border); background: rgba(123,212,90,.1); color: var(--teal-900); }

html.theme-dark table,
html.theme-dark th,
html.theme-dark td { border-color: var(--line); }
html.theme-dark th { color: var(--muted); }
html.theme-dark tr:hover td { background: rgba(123,212,90,.045); }
html.theme-dark .management-row { border-color: var(--glass-border); background: rgba(7, 32, 22, .48); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
html.theme-dark .management-icon { border-color: var(--glass-border); background: rgba(197,233,63,.14); color: var(--mint); }
html.theme-dark .redemption-panel { background: rgba(15,49,34,.66); }

html.theme-dark .notice-popup,
html.theme-dark .mobile-menu-sheet {
  border-color: rgba(199,241,183,.2);
  background: rgba(8, 34, 23, .92);
  color: var(--ink);
  box-shadow: 0 42px 110px rgba(0, 7, 4, .62), inset 0 1px 0 rgba(255,255,255,.06);
}
html.theme-dark .notice-popup::backdrop,
html.theme-dark .mobile-menu-sheet::backdrop { background: rgba(0, 12, 7, .72); }
html.theme-dark .notice-popup-close,
html.theme-dark .mobile-sheet-close { border-color: var(--glass-border); background: rgba(123,212,90,.08); color: var(--ink); }
html.theme-dark .notice-popup-mark { border-color: var(--glass-border); background: rgba(197,233,63,.16); color: var(--mint); }
html.theme-dark .notice-popup-list article { border-color: var(--glass-border); background: rgba(19, 55, 39, .62); }
html.theme-dark .popup-update-type { background: rgba(197,233,63,.14); color: var(--teal-900); }
html.theme-dark .notice-popup-list small,
html.theme-dark .notice-popup-list a { color: var(--teal-500); }
html.theme-dark .toast { border-color: var(--glass-border); background: rgba(19, 55, 39, .94); color: var(--ink); }

@media (max-width: 820px) {
  html.theme-dark .mobile-header {
    min-height: calc(72px + env(safe-area-inset-top));
    height: auto;
    padding-top: calc(7px + env(safe-area-inset-top));
    border-color: var(--glass-border);
    background: rgba(5, 29, 19, .84);
    box-shadow: 0 14px 38px rgba(0, 8, 5, .34);
  }
  html.theme-dark .mobile-menu-button { border-color: var(--glass-border); background: rgba(123,212,90,.08); color: var(--ink); }
  html.theme-dark .mobile-menu-button .app-icon,
  html.theme-dark .mobile-sheet-close .app-icon { width: 21px; height: 21px; }
  html.theme-dark .mobile-stories { margin-right: 0; margin-left: 0; padding-right: 2px; padding-left: 2px; justify-content: space-between; gap: 6px; overflow-x: visible; }
  html.theme-dark .mobile-stories a { flex: 1 1 0; min-width: 0; }
  html.theme-dark .mobile-stories a { color: var(--teal-900); }
  html.theme-dark .mobile-stories span {
    width: 54px;
    height: 54px;
    border-color: #0a2117;
    background: linear-gradient(145deg, rgba(197,233,63,.95), rgba(96,184,76,.96));
    color: #092015;
    box-shadow: 0 0 0 2px rgba(165,230,124,.5), 0 12px 25px rgba(0,9,6,.3);
  }
  html.theme-dark .mobile-stories a:nth-child(even) span { background: linear-gradient(145deg, rgba(28,80,55,.96), rgba(14,50,35,.96)); color: var(--mint); }
  html.theme-dark .page-header { width: 100%; align-items: flex-start; }
  html.theme-dark .page-header > div { width: 100%; min-width: 0; }
  html.theme-dark .page-header h1 { max-width: 100%; }
  html.theme-dark .bottom-nav {
    border-color: var(--glass-border);
    background: rgba(5, 27, 18, .9);
    box-shadow: 0 -16px 40px rgba(0, 8, 5, .38);
  }
  html.theme-dark .bottom-nav a,
  html.theme-dark .bottom-nav button { color: #8fa698; }
  html.theme-dark .bottom-nav a span,
  html.theme-dark .bottom-nav button span { color: #b7ceb9; }
  html.theme-dark .bottom-nav a.is-active,
  html.theme-dark .bottom-nav button.is-active { color: var(--mint); }
  html.theme-dark .bottom-nav a.is-active span,
  html.theme-dark .bottom-nav button.is-active span { color: var(--mint); }
  html.theme-dark .bottom-nav .bottom-action span {
    border-color: #071b13;
    background: linear-gradient(145deg, #9ed747, #d0eb43);
    color: #092015;
    box-shadow: 0 10px 26px rgba(0,8,5,.42), 0 0 0 1px rgba(197,233,63,.2);
  }
  html.theme-dark .mobile-sheet-handle { background: rgba(199,241,183,.25); }
  html.theme-dark .mobile-sheet-profile h2 { color: var(--ink); }
  html.theme-dark .mobile-menu-grid a {
    border-color: var(--glass-border);
    background: rgba(17, 50, 35, .68);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
    color: var(--ink);
  }
  html.theme-dark .mobile-menu-grid a > span { background: rgba(197,233,63,.12); color: var(--mint); }
  html.theme-dark .mobile-menu-grid a.is-active { border-color: rgba(197,233,63,.42); background: linear-gradient(145deg, rgba(76,125,44,.36), rgba(16,53,37,.82)); }
  html.theme-dark .mobile-menu-grid a.is-active::after { background: var(--mango); box-shadow: 0 0 12px rgba(197,233,63,.65); }
  html.theme-dark .mobile-sheet-logout button { display:flex; align-items:center; justify-content:center; gap:9px; border-color: rgba(255,149,140,.22); background: rgba(117,31,29,.22); color: #ffb3ad; }
  html.theme-dark .mobile-sheet-logout .app-icon { width:18px; height:18px; }
  html.theme-dark .app-main { width: 100%; max-width: 680px; margin-right: auto; margin-left: auto; }
  html.theme-dark .admin-metrics,
  html.theme-dark .mini-stat-grid,
  html.theme-dark .catalog-counts { align-items: stretch; }
  html.theme-dark .admin-metrics article,
  html.theme-dark .mini-stat-grid article,
  html.theme-dark .catalog-counts article { min-width: 0; }
}

@media (max-width: 520px) {
  html.theme-dark .app-main { padding-right: 14px; padding-left: 14px; }
  html.theme-dark .page-header { text-align: left; }
  html.theme-dark .page-header .button,
  html.theme-dark .page-header .profile-link { width: 100%; justify-content: center; text-align: center; }
  html.theme-dark .mobile-menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  html.theme-dark .mobile-menu-grid a { min-width: 0; }
  html.theme-dark .mobile-menu-grid a strong,
  html.theme-dark .mobile-menu-grid a small { overflow-wrap: anywhere; }
  html.theme-dark .registration-page,
  html.theme-dark .auth-shell { text-align: left; }
  html.theme-dark .registration-intro,
  html.theme-dark .auth-visual { width: 100%; }
}

@media (max-width: 420px) {
  html.theme-dark .bottom-nav a,
  html.theme-dark .bottom-nav button { font-size: .59rem; letter-spacing: -.01em; }
  html.theme-dark .bottom-nav .bottom-action { font-size: .54rem; }
}

@media (max-width: 360px) {
  html.theme-dark .mobile-stories { gap: 3px; }
  html.theme-dark .mobile-stories span { width: 48px; height: 48px; }
  html.theme-dark .mobile-stories small { font-size: .6rem; }
}

@media (prefers-reduced-transparency: reduce) {
  html.theme-dark .card,
  html.theme-dark .science-cards article,
  html.theme-dark .step-grid article,
  html.theme-dark .metric-strip,
  html.theme-dark .admin-metrics article,
  html.theme-dark .mini-stat-grid article,
  html.theme-dark .catalog-counts article,
  html.theme-dark .content-card,
  html.theme-dark .challenge-card,
  html.theme-dark .benefit-card,
  html.theme-dark .partner-grid article,
  html.theme-dark .social-post,
  html.theme-dark .social-composer,
  html.theme-dark .appointment-card,
  html.theme-dark .community-private,
  html.theme-dark .schedule-note,
  html.theme-dark .appointment-ticket,
  html.theme-dark .home-panel,
  html.theme-dark .table-card,
  html.theme-dark .registration-form { background: #102a1f; backdrop-filter: none; }
}

/* Identidade VIVA MELHOR: verde social + degradês de jornada */
html.theme-dark {
  --ink: #f7faef;
  --navy: #073923;
  --teal-900: #e4efc1;
  --teal: #bcd038;
  --teal-500: #d0df65;
  --mint: #bcd038;
  --mint-soft: #164d36;
  --mango: #bcd038;
  --mango-dark: #9db226;
  --sky: #1a6244;
  --paper: #082f20;
  --white: #124630;
  --line: rgba(225, 239, 196, .16);
  --muted: #bdccc1;
  --glass: rgba(20, 90, 58, .56);
  --glass-strong: rgba(14, 70, 46, .9);
  --glass-soft: rgba(8, 54, 35, .72);
  --glass-border: rgba(222, 235, 196, .18);
  --glass-shadow: 0 24px 65px rgba(3, 35, 22, .34), inset 0 1px 0 rgba(255, 255, 255, .08);
}

html.theme-dark body {
  background-color: #082f20;
  background-image:
    radial-gradient(circle at 12% 4%, rgba(188, 208, 56, .18), transparent 27rem),
    radial-gradient(circle at 93% 25%, rgba(42, 130, 87, .32), transparent 34rem),
    linear-gradient(145deg, #072d1e 0%, #0b3c29 44%, #145a3a 130%);
}

html.theme-dark .button {
  border-color: rgba(240, 248, 195, .44);
  border-radius: 999px;
  background: linear-gradient(135deg, #bcd038 0%, #d4e266 100%);
  color: #123d28;
  box-shadow: 0 14px 32px rgba(188, 208, 56, .22), inset 0 1px 0 rgba(255, 255, 255, .45);
}

html.theme-dark .button:hover {
  background: linear-gradient(135deg, #c9db48, #e0ea7c);
  box-shadow: 0 18px 38px rgba(188, 208, 56, .3);
}

html.theme-dark .button-outline {
  border-color: rgba(188, 208, 56, .42);
  background: rgba(188, 208, 56, .08);
  color: #edf5d4;
}

html.theme-dark .guest-header {
  top: 16px;
  max-width: 1180px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 22px;
  padding: 12px 18px;
  background: rgba(8, 54, 35, .72);
  box-shadow: 0 16px 45px rgba(3, 35, 22, .24);
}

html.theme-dark .guest-header .brand { min-width: 132px; border-radius: 14px; }
html.theme-dark .guest-header .brand-logo { height: 52px; }
html.theme-dark .guest-header nav { gap: 12px; }
html.theme-dark .guest-header nav > a:not(.button) { padding: 10px 14px; border-radius: 999px; }
html.theme-dark .guest-header nav > a:not(.button):hover { background: rgba(188, 208, 56, .1); color: #f8fbe9; }

.vm-hero { max-width: 1440px; margin: 0 auto; padding: 44px 28px 24px; }
.vm-hero-frame {
  position: relative;
  display: grid;
  min-height: 680px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 38px;
  padding: 72px clamp(32px, 6vw, 88px) 160px;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  align-items: center;
  background:
    linear-gradient(115deg, rgba(188, 208, 56, .09), transparent 38%),
    radial-gradient(circle at 78% 36%, rgba(203, 221, 77, .33), transparent 25rem),
    linear-gradient(138deg, #145a3a 0%, #0c4a32 45%, #063523 100%);
  box-shadow: 0 38px 90px rgba(2, 28, 18, .34), inset 0 1px 0 rgba(255, 255, 255, .12);
}
.vm-hero-frame::before {
  content: "VIVA MELHOR";
  position: absolute;
  right: -1.5%;
  bottom: 88px;
  color: rgba(236, 247, 206, .055);
  font: 900 clamp(5rem, 12vw, 11rem)/.8 var(--display);
  letter-spacing: -.08em;
  white-space: nowrap;
}
.vm-hero-frame::after {
  content: "";
  position: absolute;
  top: -22%;
  right: 8%;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(220, 235, 150, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 58px rgba(188, 208, 56, .035), 0 0 0 118px rgba(255, 255, 255, .025);
}
.vm-hero-copy { position: relative; z-index: 5; align-self: start; padding-top: 50px; }
.vm-hero-kicker { display: flex; margin-bottom: 18px; align-items: center; gap: 10px; color: #e5edc9; font: 750 .74rem/1 var(--utility); letter-spacing: .1em; text-transform: uppercase; }
.vm-hero-kicker span { width: 28px; height: 2px; border-radius: 99px; background: #bcd038; box-shadow: 0 0 18px rgba(188, 208, 56, .8); }
.vm-hero-copy h1 { display: flex; margin: 0 0 22px; flex-direction: column; color: #fff; font-size: clamp(4.5rem, 8.7vw, 8.8rem); font-weight: 860; line-height: .76; letter-spacing: -.085em; }
.vm-hero-copy h1 span { color: #f8faef; }
.vm-hero-copy h1 strong { color: #bcd038; font: inherit; }
.vm-hero-lead { max-width: 560px; margin-bottom: 0; color: #d8e5dc; font-size: clamp(1rem, 1.5vw, 1.22rem); line-height: 1.65; }
.vm-hero-actions { display: flex; margin-top: 34px; align-items: center; gap: 20px; flex-wrap: wrap; }
.vm-hero-actions .button { gap: 10px; }
.vm-watch-link { display: inline-flex; align-items: center; gap: 10px; color: #edf4df; font-weight: 750; }
.vm-watch-link > span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255, 255, 255, .22); border-radius: 50%; background: rgba(255, 255, 255, .08); }
.vm-watch-link:hover > span { border-color: #bcd038; background: rgba(188, 208, 56, .14); }
.vm-hero-visual { position: absolute; z-index: 2; inset: 0; pointer-events: none; }
.vm-hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 35, 22, .26) 0%, rgba(3, 35, 22, .1) 42%, transparent 67%); }
.vm-hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.vm-orbit { position: absolute; border: 1px solid rgba(239, 247, 203, .16); border-radius: 50%; }
.vm-orbit-one { top: 12%; right: 4%; width: 480px; height: 480px; }
.vm-orbit-two { right: 18%; bottom: 6%; width: 300px; height: 300px; border-style: dashed; }
.vm-progress-card,
.vm-community-card {
  position: absolute;
  z-index: 7;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(239, 246, 225, .93);
  color: #123e29;
  box-shadow: 0 22px 55px rgba(3, 31, 20, .3);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.vm-progress-card { right: 30%; bottom: 30px; width: min(470px, 45%); border-radius: 22px; padding: 20px 22px; }
.vm-progress-card header { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.vm-progress-card header span { font-weight: 780; }
.vm-progress-card header strong { color: #145a3a; }
.vm-progress-line { height: 8px; margin: 14px 0 17px; overflow: hidden; border-radius: 999px; background: rgba(20, 90, 58, .12); }
.vm-progress-line i { display: block; width: 72%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #145a3a, #bcd038); }
.vm-progress-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.vm-progress-stats span { border-left: 1px solid rgba(20, 90, 58, .13); padding-left: 12px; }
.vm-progress-stats span:first-child { border-left: 0; padding-left: 0; }
.vm-progress-stats b,.vm-progress-stats small { display: block; }
.vm-progress-stats b { font-size: .95rem; }
.vm-progress-stats small { margin-top: 2px; color: #587061; font-size: .68rem; }
.vm-community-card { right: 30px; bottom: 30px; display: grid; width: min(250px, 24%); min-height: 132px; border-radius: 22px; padding: 18px; grid-template-columns: 44px 1fr; align-items: center; gap: 12px; background: rgba(15, 70, 46, .82); color: #f4f8eb; }
.vm-community-icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: #bcd038; color: #123e29; }
.vm-community-card small { display: block; margin-bottom: 5px; color: #d3e277; font: 700 .58rem var(--utility); letter-spacing: .06em; }
.vm-community-card strong { display: block; font-size: .82rem; line-height: 1.4; }

.vm-feature-strip { display: grid; max-width: 1240px; margin: 18px auto 0; padding: 0 28px; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.vm-feature-strip article { display: grid; min-height: 128px; border: 1px solid rgba(224, 238, 195, .16); border-radius: 24px; padding: 22px; grid-template-columns: 48px 1fr; align-items: center; gap: 16px; background: linear-gradient(145deg, rgba(20, 90, 58, .72), rgba(8, 55, 36, .7)); box-shadow: var(--glass-shadow); }
.vm-feature-strip article > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 15px; background: rgba(188, 208, 56, .14); color: #d6e45f; }
.vm-feature-strip strong { display: block; margin-bottom: 5px; }
.vm-feature-strip p { margin: 0; color: #b9cabf; font-size: .86rem; }

.vm-social-section,.vm-steps-section { max-width: 1180px; margin: 0 auto; padding: 120px 28px 20px; }
.vm-section-heading { display: grid; margin-bottom: 42px; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); align-items: end; gap: 50px; }
.vm-section-heading h2 { max-width: 760px; margin: 0; font-size: clamp(2.6rem, 5.5vw, 5.4rem); line-height: .92; letter-spacing: -.06em; }
.vm-section-heading > p { margin: 0; color: #bfd0c4; font-size: 1.02rem; }
.vm-social-demo { display: grid; grid-template-columns: 1.3fr .7fr; gap: 16px; }
.vm-social-demo article { border: 1px solid rgba(224, 238, 195, .17); border-radius: 28px; background: linear-gradient(145deg, rgba(21, 91, 59, .72), rgba(8, 51, 34, .82)); box-shadow: var(--glass-shadow); }
.vm-demo-feed { grid-row: span 2; min-height: 480px; padding: 28px; }
.vm-demo-feed > header { display: grid; padding-bottom: 22px; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); }
.vm-demo-feed > header small { color: #b6c8bc; }
.vm-online-dot { width: 9px; height: 9px; border-radius: 50%; background: #bcd038; box-shadow: 0 0 0 6px rgba(188, 208, 56, .1); }
.vm-feed-message { display: grid; margin-top: 26px; min-height: 300px; border-radius: 23px; padding: 34px; grid-template-columns: 66px 1fr; align-content: center; gap: 20px; background: linear-gradient(135deg, rgba(188, 208, 56, .17), rgba(20, 90, 58, .35)); }
.vm-feed-message > span { display: grid; width: 66px; height: 66px; place-items: center; border-radius: 21px; background: #bcd038; color: #12402a; font-size: 1.5rem; }
.vm-feed-message strong { font-size: clamp(1.45rem, 3vw, 2.5rem); line-height: 1.05; }
.vm-feed-message p { margin: 12px 0 0; color: #c7d5cb; }
.vm-demo-feed > footer { display: flex; padding-top: 22px; gap: 22px; color: #c5d5ca; font-size: .8rem; }
.vm-demo-feed > footer span { display: inline-flex; align-items: center; gap: 7px; }
.vm-demo-progress { display: grid; min-height: 232px; padding: 25px; grid-template-columns: auto 1fr; align-items: center; gap: 22px; }
.vm-demo-progress header { display: flex; grid-column: 1/-1; align-items: center; justify-content: space-between; color: #c8d7cc; font-size: .8rem; }
.vm-demo-progress header strong { color: #d9e869; }
.vm-progress-ring { display: grid; width: 88px; height: 88px; place-items: center; border-radius: 50%; background: conic-gradient(#bcd038 0 72%, rgba(255,255,255,.1) 72% 100%); }
.vm-progress-ring::before { content: ""; grid-area: 1/1; width: 66px; height: 66px; border-radius: 50%; background: #10452f; }
.vm-progress-ring span { z-index: 2; grid-area: 1/1; color: #dce879; }
.vm-demo-progress b,.vm-demo-progress small { display: block; }
.vm-demo-progress small { margin-top: 6px; color: #b7c9bd; }
.vm-demo-actions { min-height: 232px; padding: 25px; }
.vm-demo-actions h3 { margin-bottom: 20px; font-size: 1.5rem; }
.vm-demo-actions > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.vm-demo-actions > div span { display: flex; min-height: 52px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; padding: 10px; align-items: center; gap: 8px; background: rgba(255,255,255,.045); color: #d8e3da; font-size: .72rem; }
.vm-demo-actions > div span .app-icon { color: #cfe05b; }

.vm-steps-section { padding-bottom: 120px; }
.vm-steps-grid { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(4, 1fr); gap: 14px; list-style: none; counter-reset: none; }
.vm-steps-grid li { position: relative; min-height: 285px; overflow: hidden; border: 1px solid rgba(224, 238, 195, .16); border-radius: 28px; padding: 26px; background: linear-gradient(150deg, rgba(21, 91, 59, .68), rgba(7, 48, 31, .78)); box-shadow: var(--glass-shadow); }
.vm-steps-grid li::after { content: ""; position: absolute; right: -48px; bottom: -48px; width: 120px; height: 120px; border: 20px solid rgba(188, 208, 56, .08); border-radius: 50%; }
.vm-steps-grid li > b { color: #b8cabd; font: 700 .68rem var(--utility); }
.vm-steps-grid li > span { display: grid; width: 54px; height: 54px; margin: 42px 0 22px; place-items: center; border-radius: 17px; background: #bcd038; color: #12402a; }
.vm-steps-grid h3 { margin-bottom: 10px; font-size: 1.35rem; }
.vm-steps-grid p { margin: 0; color: #b8c9bd; font-size: .87rem; }

.vm-final-cta { position: relative; min-height: 560px; overflow: hidden; padding: 110px 28px; background: linear-gradient(135deg, #145a3a, #0c3f2b 62%, #082e20); text-align: center; }
.vm-final-cta::before { content: ""; position: absolute; top: -170px; left: 50%; width: 650px; height: 650px; border: 1px solid rgba(188, 208, 56, .18); border-radius: 50%; transform: translateX(-50%); box-shadow: 0 0 0 80px rgba(188, 208, 56, .025), 0 0 0 160px rgba(255,255,255,.018); }
.vm-final-cta > div { position: relative; z-index: 2; max-width: 780px; margin: 0 auto; }
.vm-final-cta h2 { margin-bottom: 14px; font-size: clamp(3rem, 7vw, 7rem); letter-spacing: -.075em; }
.vm-final-cta p:not(.eyebrow) { max-width: 600px; margin: 0 auto 28px; color: #c8d8cd; }
.vm-final-signature { position: absolute; right: -2%; bottom: -4%; left: -2%; color: rgba(246, 250, 231, .055); font: 900 clamp(5rem, 17vw, 15rem)/.8 var(--display); letter-spacing: -.08em; white-space: nowrap; }

html.theme-dark .guest-footer { border-top: 1px solid rgba(255,255,255,.1); background: #062a1b; }

/* Aplicação interna com linguagem de rede social */
html.theme-dark .sidebar {
  width: 272px;
  border-right: 1px solid rgba(226, 239, 196, .14);
  padding: 22px 18px 18px;
  background: linear-gradient(180deg, rgba(10, 63, 41, .98), rgba(5, 42, 27, .98));
  box-shadow: 18px 0 58px rgba(2, 30, 19, .25);
}
html.theme-dark .sidebar .brand { min-height: 82px; border-radius: 19px; }
html.theme-dark .guest-header .brand,
html.theme-dark .mobile-header .brand,
html.theme-dark .sidebar .brand {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
html.theme-dark .guest-header .brand-logo { height: 60px; }
html.theme-dark .sidebar .brand-logo { height: 72px; }
html.theme-dark .mobile-header .brand-logo { height: 54px; }
html.theme-dark .side-nav { margin-top: 26px; gap: 3px; }
html.theme-dark .side-nav a { position: relative; min-height: 45px; border: 1px solid transparent; border-radius: 14px; padding: 10px 12px; color: #c4d3c8; }
html.theme-dark .side-nav a:hover { background: rgba(188, 208, 56, .08); }
html.theme-dark .side-nav a.is-active { border-color: rgba(188, 208, 56, .22); background: linear-gradient(135deg, rgba(188, 208, 56, .18), rgba(20, 90, 58, .2)); color: #f7faef; }
html.theme-dark .side-nav a.is-active::after { content: ""; position: absolute; right: 10px; width: 6px; height: 6px; border-radius: 50%; background: #bcd038; box-shadow: 0 0 12px rgba(188, 208, 56, .72); }
html.theme-dark .side-nav a.is-active span { color: #d5e55d; }
html.theme-dark .app-main { max-width: 1540px; margin-left: 272px; padding-top: 42px; }
html.theme-dark .page-header { min-height: 115px; border-bottom: 1px solid rgba(225, 239, 196, .12); padding-bottom: 24px; }
html.theme-dark .page-header h1 { font-size: clamp(2.7rem, 4.5vw, 4.8rem); letter-spacing: -.06em; }

html.theme-dark .card,
html.theme-dark .metric-strip,
html.theme-dark .admin-metrics article,
html.theme-dark .mini-stat-grid article,
html.theme-dark .content-card,
html.theme-dark .challenge-card,
html.theme-dark .benefit-card,
html.theme-dark .partner-grid article,
html.theme-dark .social-post,
html.theme-dark .social-composer,
html.theme-dark .appointment-card,
html.theme-dark .table-card,
html.theme-dark .management-section {
  border-color: rgba(225, 239, 196, .17);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(20, 90, 58, .62), rgba(7, 50, 32, .7));
  box-shadow: 0 20px 52px rgba(3, 33, 21, .28), inset 0 1px 0 rgba(255,255,255,.07);
}
html.theme-dark .metric-strip .metric-primary,
html.theme-dark .daily-mission,
html.theme-dark .club-hero { background: linear-gradient(135deg, #145a3a, #0d4a32 58%, #082f20); }
html.theme-dark .metric-strip { overflow: hidden; }
html.theme-dark .metric-strip article { min-height: 132px; }
html.theme-dark .metric-strip strong,
html.theme-dark .admin-metrics strong,
html.theme-dark .mini-stat-grid strong { color: #d4e363; }
html.theme-dark .daily-mission { border-color: rgba(188, 208, 56, .28); }
html.theme-dark .daily-mission::after { border-color: rgba(188, 208, 56, .12); }
html.theme-dark .notice-card { background: linear-gradient(145deg, rgba(83, 99, 34, .3), rgba(13, 68, 44, .72)); }
html.theme-dark .club-teaser { background: linear-gradient(135deg, #bcd038, #d7e56d); }
html.theme-dark .admin-grid { align-items: stretch; }
html.theme-dark .quick-actions,.admin-ranking { min-height: 320px; }
html.theme-dark .quick-grid a { border-color: rgba(225,239,196,.14); border-radius: 18px; background: rgba(255,255,255,.035); }
html.theme-dark .quick-grid a:hover { border-color: rgba(188,208,56,.35); background: rgba(188,208,56,.08); }
html.theme-dark .admin-metrics article > span,
html.theme-dark .quick-grid a > span { background: linear-gradient(145deg, #bcd038, #d7e56d); color: #12402a; }
html.theme-dark .social-feed-shell { max-width: 1120px; }
html.theme-dark .social-composer,.social-post { overflow: hidden; }
html.theme-dark .social-post:hover { border-color: rgba(188,208,56,.32); }
html.theme-dark .club-hero { min-height: 300px; }
html.theme-dark .balance-chip { background: #bcd038; color: #123e29; }
html.theme-dark .admin-view-note { display: block; border: 1px solid rgba(188,208,56,.18); border-radius: 999px; padding: 10px 12px; color: #c8d7cd; text-align: center; }

@media (max-width: 1100px) {
  html.theme-dark .sidebar { width: 224px; }
  html.theme-dark .app-main { margin-left: 224px; }
  .vm-hero-frame { min-height: 650px; grid-template-columns: 1fr 1fr; }
  .vm-progress-card { right: 27%; width: 48%; }
  .vm-community-card { width: 25%; }
  .vm-steps-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  html.theme-dark .guest-header { top: 10px; margin-right: 12px; margin-left: 12px; border-radius: 18px; }
  .vm-hero { padding: 28px 14px 12px; }
  .vm-hero-frame { display: block; min-height: 780px; border-radius: 28px; padding: 48px 24px 250px; }
  .vm-hero-frame::before { right: auto; bottom: 205px; left: 20px; font-size: 5rem; }
  .vm-hero-frame::after { top: 28%; right: -45%; width: 420px; height: 420px; }
  .vm-hero-copy { padding-top: 0; }
  .vm-hero-copy h1 { font-size: clamp(4.2rem, 21vw, 6.7rem); }
  .vm-hero-lead { max-width: 92%; }
  .vm-hero-visual { top: 320px; }
  .vm-hero-visual::after { background: linear-gradient(180deg, #0b4a32 0%, rgba(11, 74, 50, .18) 28%, transparent 60%); }
  .vm-hero-visual img { object-position: 72% center; }
  .vm-orbit-one { top: 9%; right: -12%; width: 350px; height: 350px; }
  .vm-orbit-two { right: 8%; bottom: 8%; width: 240px; height: 240px; }
  .vm-progress-card { right: 18px; bottom: 18px; left: 18px; width: auto; }
  .vm-community-card { display: none; }
  .vm-feature-strip { padding: 0 14px; grid-template-columns: 1fr; }
  .vm-feature-strip article { min-height: 104px; }
  .vm-social-section,.vm-steps-section { padding: 82px 14px 18px; }
  .vm-section-heading { grid-template-columns: 1fr; gap: 18px; }
  .vm-section-heading h2 { font-size: clamp(2.7rem, 12vw, 4.5rem); }
  .vm-social-demo { grid-template-columns: 1fr; }
  .vm-demo-feed { grid-row: auto; min-height: auto; }
  .vm-demo-feed > footer { flex-wrap: wrap; }
  .vm-steps-grid { grid-template-columns: 1fr 1fr; }
  .vm-steps-grid li { min-height: 250px; }
  .vm-final-cta { min-height: 500px; padding: 90px 18px; }
  .vm-final-signature { bottom: 1%; font-size: 6rem; }
  html.theme-dark .mobile-header { background: rgba(8, 54, 35, .9); }
  html.theme-dark .app-main { margin-left: auto; padding-top: 24px; }
  html.theme-dark .bottom-nav { background: rgba(7, 47, 31, .94); }
  html.theme-dark .bottom-nav .bottom-action span { border-color: #083522; background: linear-gradient(145deg, #bcd038, #d7e56d); }
  html.theme-dark .page-header { min-height: 0; }
}

@media (max-width: 520px) {
  .vm-hero-frame { min-height: 750px; padding: 40px 20px 235px; }
  .vm-hero-copy h1 { margin-bottom: 18px; font-size: clamp(3.8rem, 20vw, 5.2rem); }
  .vm-hero-actions { align-items: stretch; flex-direction: column; }
  .vm-hero-actions .button { width: 100%; }
  .vm-watch-link { align-self: center; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: 7px 14px 7px 8px; justify-content: center; background: rgba(7, 55, 36, .84); box-shadow: 0 12px 28px rgba(2,31,19,.2); }
  .vm-hero-visual { top: 445px; }
  .vm-progress-card { padding: 17px; }
  .vm-progress-card header { font-size: .83rem; }
  .vm-progress-stats { gap: 5px; }
  .vm-progress-stats b { font-size: .78rem; }
  .vm-feature-strip article { grid-template-columns: 44px 1fr; padding: 18px; }
  .vm-feature-strip article > span { width: 44px; height: 44px; }
  .vm-demo-feed { padding: 18px; }
  .vm-feed-message { min-height: 240px; padding: 22px; grid-template-columns: 1fr; }
  .vm-feed-message > span { width: 52px; height: 52px; }
  .vm-demo-progress { grid-template-columns: auto 1fr; }
  .vm-steps-grid { grid-template-columns: 1fr; }
  .vm-steps-grid li { min-height: 225px; }
  .vm-steps-grid li > span { margin: 28px 0 18px; }
  html.theme-dark .page-header h1 { font-size: 2.65rem; }
  html.theme-dark .metric-strip article { min-height: 118px; }
  html.theme-dark .admin-metrics article { border-radius: 19px; }
}

@media (max-width: 360px) {
  .vm-hero-frame { min-height: 730px; }
  .vm-hero-copy h1 { font-size: 3.65rem; }
  .vm-hero-lead { font-size: .92rem; }
  .vm-progress-card { right: 12px; bottom: 12px; left: 12px; }
  .vm-progress-stats small { font-size: .59rem; }
  html.theme-dark .mobile-menu-grid { grid-template-columns: 1fr; }
  html.theme-dark .mobile-menu-grid a { min-height: 86px; }
  html.theme-dark .mobile-menu-grid a strong,
  html.theme-dark .mobile-menu-grid a small { overflow-wrap: normal; word-break: normal; }
}

@media (prefers-reduced-transparency: reduce) {
  .vm-progress-card,.vm-community-card { backdrop-filter: none; }
  html.theme-dark .card,
  html.theme-dark .metric-strip,
  html.theme-dark .admin-metrics article,
  html.theme-dark .social-post,
  html.theme-dark .social-composer { background: #124f36; }
}
