:root {
  --ink: #1d211f;
  --ink-2: #474d49;
  --muted: #727a75;
  --paper: #f4f4ef;
  --paper-2: #ecece5;
  --white: #fff;
  --forest: #315f4a;
  --forest-deep: #173e2e;
  --mint: #dfeae3;
  --sage: #93aa9d;
  --peach: #e5b89e;
  --line: rgba(29, 33, 31, .12);
  --shadow: 0 30px 80px rgba(27, 40, 32, .15);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", Inter, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.site-header { position: relative; z-index: 20; width: min(1240px, calc(100% - 48px)); height: 84px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 760; letter-spacing: -.02em; }
.wordmark-mark { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: var(--forest); color: white; box-shadow: 0 8px 24px rgba(49,95,74,.24); }
.site-nav { display: flex; align-items: center; gap: 28px; color: var(--ink-2); font-size: 13px; font-weight: 620; }
.site-nav a:not(.button):hover { color: var(--forest); }
.button { min-height: 46px; padding: 0 20px; border: 1px solid transparent; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-weight: 700; font-size: 13px; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-1px); }
.button.dark { background: var(--forest-deep); color: white; box-shadow: 0 12px 30px rgba(23,62,46,.2); }
.button.dark:hover { background: #0f3325; box-shadow: 0 16px 36px rgba(23,62,46,.28); }
.button.quiet { border-color: var(--line); background: rgba(255,255,255,.48); color: var(--ink); }
.button.compact { min-height: 40px; padding-inline: 17px; border-radius: 11px; font-size: 12px; }
.button.large { min-height: 54px; padding-inline: 24px; border-radius: 15px; font-size: 14px; }

.hero-section { position: relative; width: min(1240px, calc(100% - 48px)); min-height: 720px; margin: 0 auto; padding: 74px 0 96px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 58px; }
.hero-orb { position: absolute; z-index: -1; border-radius: 999px; filter: blur(1px); opacity: .56; }
.orb-one { width: 400px; height: 400px; right: 9%; top: 8%; background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.86), rgba(147,170,157,.28) 44%, transparent 70%); }
.orb-two { width: 300px; height: 300px; right: 36%; bottom: 0; background: radial-gradient(circle at center, rgba(229,184,158,.26), transparent 70%); }
.hero-copy { max-width: 545px; padding-left: 12px; }
.overline { margin: 0 0 24px; display: flex; align-items: center; gap: 10px; color: var(--forest); font-size: 11px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.overline span { width: 26px; height: 1px; background: var(--forest); }
.hero-copy h1 { margin: 0; max-width: 570px; font-size: clamp(58px, 6.8vw, 96px); line-height: .91; letter-spacing: -.072em; font-weight: 720; }
.hero-lede { max-width: 520px; margin: 30px 0 0; color: var(--ink-2); font-size: 18px; line-height: 1.58; letter-spacing: -.015em; }
.hero-actions { margin-top: 34px; display: flex; gap: 10px; flex-wrap: wrap; }
.trust-line { margin-top: 27px; display: flex; align-items: center; gap: 18px; color: var(--muted); font-size: 10px; font-weight: 650; }
.trust-line span { display: inline-flex; align-items: center; gap: 7px; }
.trust-line span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--sage); }

.product-stage { position: relative; min-width: 0; padding: 36px 0 44px; }
.stage-glow { position: absolute; inset: 12% 5% 0 12%; border-radius: 50%; background: rgba(49,95,74,.13); filter: blur(50px); }
.app-preview { position: relative; z-index: 2; height: 520px; overflow: hidden; display: grid; grid-template-columns: 72px 1fr; border: 1px solid rgba(255,255,255,.88); border-radius: 28px; background: rgba(252,252,249,.9); box-shadow: var(--shadow); transform: perspective(1300px) rotateY(-5deg) rotateX(2deg); transform-origin: center left; backdrop-filter: blur(20px); }
.preview-rail { padding: 22px 16px; display: flex; flex-direction: column; align-items: center; gap: 18px; border-right: 1px solid var(--line); background: rgba(242,242,236,.8); }
.preview-logo { width: 34px; height: 34px; margin-bottom: 17px; display: grid; place-items: center; border-radius: 11px; background: var(--forest); color: white; font-size: 13px; }
.preview-rail i { width: 30px; height: 30px; border-radius: 9px; background: rgba(29,33,31,.06); }
.preview-rail i.active { background: var(--mint); box-shadow: inset 3px 0 var(--forest); }
.preview-rail b { width: 30px; height: 30px; margin-top: auto; border-radius: 50%; background: linear-gradient(145deg, var(--peach), #b2765f); }
.preview-main { min-width: 0; }
.preview-top { height: 62px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--ink-2); font-size: 12px; font-weight: 700; }
.preview-top div { display: flex; align-items: center; gap: 10px; }
.preview-top i { width: 68px; height: 28px; border: 1px solid var(--line); border-radius: 9px; background: white; }
.preview-top b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: white; font-size: 8px; }
.preview-greeting { padding: 30px 30px 22px; }
.preview-greeting small { color: var(--forest); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.preview-greeting h2 { margin: 8px 0 3px; font-size: 27px; letter-spacing: -.04em; }
.preview-greeting p { margin: 0; color: var(--muted); font-size: 11px; }
.preview-grid { padding: 0 30px 30px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 13px; }
.preview-grid section { border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.8); }
.preview-focus { min-height: 300px; padding: 24px; background: linear-gradient(155deg, #254d3a, #143526) !important; color: white; }
.preview-label { font-size: 7px; font-weight: 800; letter-spacing: .13em; opacity: .62; }
.preview-focus h3 { margin: 26px 0 52px; font-size: 22px; line-height: 1.22; letter-spacing: -.035em; }
.preview-progress { height: 5px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.16); }
.preview-progress span { width: 44%; height: 100%; display: block; border-radius: inherit; background: #cbdacf; }
.preview-stat { margin-top: 12px; display: flex; align-items: baseline; gap: 7px; }
.preview-stat strong { font-size: 12px; }.preview-stat em { font-size: 8px; font-style: normal; opacity: .56; }
.preview-list { padding: 20px; }
.preview-card-head { padding-bottom: 13px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.preview-card-head span { font-size: 11px; font-weight: 760; }.preview-card-head small { color: var(--muted); font-size: 8px; }
.preview-task { min-height: 57px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); }
.preview-task:last-child { border: 0; }
.preview-task > i { width: 21px; height: 21px; display: grid; place-items: center; border: 1px solid rgba(49,95,74,.25); border-radius: 7px; color: white; font-size: 9px; font-style: normal; }
.preview-task.done > i { background: var(--forest); }
.preview-task span { min-width: 0; display: grid; gap: 3px; }
.preview-task strong { overflow: hidden; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.preview-task small { color: var(--muted); font-size: 7px; }
.floating-note { position: absolute; z-index: 4; right: -18px; bottom: 5px; min-width: 238px; padding: 14px 16px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.92); border-radius: 16px; background: rgba(255,255,255,.9); box-shadow: 0 18px 50px rgba(30,45,36,.16); backdrop-filter: blur(16px); }
.floating-note > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: var(--mint); color: var(--forest); }
.floating-note p { margin: 0; display: grid; gap: 3px; }.floating-note strong { font-size: 10px; }.floating-note small { color: var(--muted); font-size: 8px; }

.proof-strip { min-height: 94px; padding: 0 max(24px, calc((100vw - 1240px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.24); color: var(--muted); }
.proof-strip p { margin: 0; color: var(--ink); font-size: 11px; font-weight: 760; }
.proof-strip span { font-family: Georgia, serif; font-size: 16px; font-style: italic; opacity: .75; }
.section-intro { max-width: 790px; margin: 0 auto 64px; text-align: center; }.section-intro .overline { justify-content: center; }.section-intro h2, .inside-copy h2, .privacy-section h2, .final-cta h2 { margin: 0; font-size: clamp(42px, 5.5vw, 72px); line-height: 1; letter-spacing: -.06em; }.section-intro > p:last-child { max-width: 620px; margin: 22px auto 0; color: var(--ink-2); font-size: 15px; line-height: 1.6; }
.story-section { padding: 128px max(24px, calc((100vw - 1180px)/2)); background: #fbfbf8; }.flow-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }.flow-grid article { min-height: 330px; padding: 26px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 19px; background: rgba(244,244,239,.62); }.flow-grid article > span { color: var(--muted); font-size: 9px; font-weight: 800; }.flow-grid article > i { width: 48px; height: 48px; margin: 42px 0 28px; display: grid; place-items: center; border-radius: 15px; background: white; color: var(--forest); box-shadow: 0 8px 24px rgba(27,40,32,.08); font-size: 12px; font-style: normal; font-weight: 800; }.flow-grid h3 { margin: auto 0 10px; font-size: 18px; letter-spacing: -.03em; }.flow-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.inside-section { padding: 130px max(24px, calc((100vw - 1180px)/2)); display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 100px; background: #ecece5; }.inside-copy > p:not(.overline) { max-width: 470px; margin: 24px 0 30px; color: var(--ink-2); font-size: 15px; line-height: 1.65; }.inside-stack { position: relative; min-height: 600px; }.inside-card { position: absolute; width: min(430px, 80%); min-height: 270px; padding: 30px; border-radius: 24px; box-shadow: 0 24px 70px rgba(27,40,32,.12); }.inside-card > span { font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; opacity: .6; }.inside-card h3 { margin: 36px 0 0; font-size: 25px; line-height: 1.24; letter-spacing: -.04em; }.inside-card.green { left: 0; top: 0; z-index: 3; color: white; background: linear-gradient(145deg,#315f4a,#173e2e); transform: rotate(-3deg); }.inside-card.cream { right: 0; top: 150px; z-index: 2; background: #fff; transform: rotate(4deg); }.inside-card.ink { left: 12%; bottom: 0; z-index: 1; color: white; background: #202522; transform: rotate(-1deg); }.inside-card.green div { margin-top: 56px; display: grid; gap: 10px; }.inside-card.green i { height: 8px; border-radius: 99px; background: rgba(255,255,255,.16); }.inside-card.green i:nth-child(2) { width: 72%; }.inside-card.green i:nth-child(3) { width: 45%; }.inside-card.cream p { margin-top: 60px; padding: 13px; border-radius: 10px; background: var(--paper); color: var(--forest); font-size: 10px; }.inside-card.ink b { margin-top: 62px; display: inline-flex; padding: 9px 12px; border-radius: 999px; background: rgba(255,255,255,.1); font-size: 9px; }
.privacy-section { padding: 130px max(24px, calc((100vw - 1040px)/2)); display: grid; grid-template-columns: 220px 1fr; align-items: center; gap: 80px; background: #f7f7f3; }.privacy-mark { width: 200px; height: 200px; display: grid; place-items: center; border: 1px solid rgba(49,95,74,.15); border-radius: 50%; background: radial-gradient(circle, #dfeae3 0 42%, transparent 43%), repeating-radial-gradient(circle, transparent 0 18px, rgba(49,95,74,.06) 19px 20px); }.privacy-mark span { width: 78px; height: 78px; display: grid; place-items: center; border-radius: 26px; background: var(--forest); color: white; font-size: 24px; box-shadow: 0 18px 45px rgba(49,95,74,.24); }.privacy-section > div:last-child > p:not(.overline) { max-width: 690px; margin: 24px 0 0; color: var(--ink-2); font-size: 15px; line-height: 1.65; }.privacy-links { margin-top: 28px; display: flex; gap: 28px; flex-wrap: wrap; }.privacy-links a { color: var(--forest); font-size: 11px; font-weight: 760; }
.final-cta { padding: 120px 24px; display: flex; flex-direction: column; align-items: center; background: radial-gradient(circle at 50% 10%, rgba(147,170,157,.22), transparent 34%), #e8e8e1; text-align: center; }.final-cta > span { width: 46px; height: 46px; margin-bottom: 30px; display: grid; place-items: center; border-radius: 15px; background: var(--forest); color: white; }.final-cta p { max-width: 530px; margin: 23px auto 30px; color: var(--ink-2); font-size: 15px; line-height: 1.6; }.final-cta small { margin-top: 17px; color: var(--muted); font-size: 9px; }
.site-footer { width: min(1240px, calc(100% - 48px)); min-height: 96px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 11px; }
.site-footer nav { display: flex; gap: 22px; }

@media (max-width: 980px) {
  .hero-section { grid-template-columns: 1fr; padding-top: 52px; text-align: center; }
  .hero-copy { max-width: 700px; margin: 0 auto; padding: 0; }
  .hero-lede { margin-inline: auto; }
  .overline, .hero-actions, .trust-line { justify-content: center; }
  .product-stage { width: min(720px, 100%); margin: 0 auto; }
  .app-preview { transform: none; }
  .proof-strip { flex-wrap: wrap; justify-content: center; padding-block: 28px; }
  .proof-strip p { width: 100%; text-align: center; }
  .flow-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.inside-section { grid-template-columns: 1fr; gap: 60px; }.inside-copy { max-width: 660px; text-align: center; margin: auto; }.inside-copy .overline { justify-content: center; }.inside-copy > p:not(.overline) { margin-inline: auto; }.inside-stack { width: min(700px,100%); margin: auto; }
}

@media (max-width: 680px) {
  .site-header { width: calc(100% - 32px); height: 72px; }
  .site-nav > a:not(.button) { display: none; }
  .hero-section { width: calc(100% - 32px); min-height: 0; padding: 54px 0 70px; gap: 34px; }
  .hero-copy h1 { font-size: clamp(54px, 17vw, 74px); }
  .hero-lede { margin-top: 24px; font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button.large { width: 100%; }
  .trust-line { gap: 10px; flex-wrap: wrap; font-size: 9px; }
  .product-stage { padding-top: 12px; }
  .app-preview { height: 430px; grid-template-columns: 46px 1fr; border-radius: 22px; }
  .preview-rail { padding: 16px 8px; }.preview-rail i { width: 26px; height: 26px; }.preview-rail b { width: 26px; height: 26px; }
  .preview-main { width: calc(100vw - 94px); }
  .preview-top { height: 52px; padding: 0 15px; }.preview-top i { width: 44px; }
  .preview-greeting { padding: 22px 18px 15px; }.preview-greeting h2 { font-size: 22px; }
  .preview-grid { padding: 0 18px 24px; grid-template-columns: 1fr; }
  .preview-focus { min-height: 170px; padding: 18px; }.preview-focus h3 { margin: 15px 0 22px; font-size: 18px; }
  .preview-list { display: none; }
  .floating-note { right: 8px; bottom: 2px; min-width: 220px; }
  .proof-strip { padding-inline: 20px; gap: 18px; }.proof-strip span { font-size: 14px; }
  .story-section, .inside-section, .privacy-section { padding-block: 84px; }.section-intro { margin-bottom: 40px; }.flow-grid { grid-template-columns: 1fr; }.flow-grid article { min-height: 240px; }.flow-grid article > i { margin: 25px 0; }.inside-stack { min-height: 490px; }.inside-card { width: 88%; min-height: 230px; padding: 24px; }.inside-card h3 { font-size: 21px; }.inside-card.cream { top: 126px; }.privacy-section { grid-template-columns: 1fr; gap: 38px; text-align: center; }.privacy-mark { margin: auto; }.privacy-section .overline, .privacy-links { justify-content: center; }.final-cta { padding-block: 88px; }
  .site-footer { width: calc(100% - 32px); align-items: flex-start; flex-direction: column; justify-content: center; gap: 14px; }
}

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

/* Account funnel */
.auth-page { min-height: 100dvh; background: #f1f1eb; }
.auth-wordmark { position: fixed; z-index: 10; top: 26px; left: 32px; color: white; }
.auth-shell { min-height: 100dvh; display: grid; grid-template-columns: minmax(360px, .9fr) minmax(540px, 1.1fr); }
.auth-story { min-height: 100dvh; padding: 150px clamp(42px, 7vw, 100px) 58px; display: flex; flex-direction: column; justify-content: space-between; color: white; background: radial-gradient(circle at 70% 20%, rgba(147,170,157,.38), transparent 36%), linear-gradient(155deg, #173e2e 0%, #102d22 72%, #0b241a 100%); }
.auth-story .overline { color: #cadbd0; }
.auth-story .overline span { background: #cadbd0; }
.auth-story h1 { max-width: 520px; margin: 0; font-size: clamp(48px, 5.5vw, 78px); line-height: .98; letter-spacing: -.06em; }
.auth-story > div > p:not(.overline) { max-width: 530px; margin: 28px 0 0; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.62; }
.auth-story blockquote { max-width: 520px; margin: 80px 0 0; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.24); color: rgba(255,255,255,.8); font-family: Georgia, serif; font-size: 18px; font-style: italic; line-height: 1.55; }
.auth-trust { display: flex; gap: 16px; flex-wrap: wrap; color: rgba(255,255,255,.5); font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.auth-trust span::before { content: "✓"; margin-right: 6px; color: #a6c1b1; }
.auth-panel { padding: 100px 34px 48px; display: grid; place-items: center; align-content: center; }
.auth-card { width: min(460px, 100%); padding: 38px; border: 1px solid rgba(255,255,255,.9); border-radius: 24px; background: rgba(255,255,255,.76); box-shadow: 0 24px 70px rgba(27,40,32,.09); backdrop-filter: blur(20px); }
.auth-heading { margin-bottom: 28px; }
.auth-kicker { color: var(--forest); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.auth-heading h2 { margin: 9px 0 7px; font-size: 32px; letter-spacing: -.04em; }
.auth-heading p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.auth-form, .settings-form { display: grid; gap: 18px; }
.auth-form[hidden], .auth-message[hidden] { display: none !important; }
.input-field { display: grid; gap: 7px; }
.input-field label, .field-label-row { color: var(--ink-2); font-size: 11px; font-weight: 720; }
.field-label-row { display: flex; align-items: center; justify-content: space-between; }
.field-label-row a { color: var(--forest); font-weight: 700; }
.input-field input, .input-field select, .input-field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; outline: 0; background: rgba(255,255,255,.86); color: var(--ink); font-size: 16px; transition: border 160ms, box-shadow 160ms; }
.input-field input:focus, .input-field select:focus, .input-field textarea:focus { border-color: rgba(49,95,74,.48); box-shadow: 0 0 0 4px rgba(49,95,74,.08); }
.input-field input:disabled { color: var(--muted); background: rgba(29,33,31,.04); }
.input-field small { color: var(--muted); font-size: 9px; line-height: 1.45; }
.password-wrap { position: relative; }
.password-wrap input { padding-right: 60px; }
.password-wrap button { position: absolute; top: 6px; right: 6px; height: 38px; padding: 0 10px; border: 0; background: transparent; color: var(--forest); font-size: 10px; font-weight: 760; cursor: pointer; }
.button.full { width: 100%; }
.auth-switch { margin: 3px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.auth-switch a, .notice-at-collection a { color: var(--forest); font-weight: 760; }
.legal-check { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; color: var(--ink-2); font-size: 10px; line-height: 1.5; cursor: pointer; }
.legal-check input { width: 18px; height: 18px; margin: 0; accent-color: var(--forest); }
.legal-check a { color: var(--forest); text-decoration: underline; text-underline-offset: 2px; }
.notice-at-collection { margin: -3px 0 0; color: var(--muted); font-size: 9px; line-height: 1.5; }
.form-alert { margin-bottom: 18px; padding: 12px 14px; border: 1px solid rgba(154,65,55,.16); border-radius: 11px; background: #f8e9e6; color: #803b34; font-size: 11px; line-height: 1.45; }
.form-alert.success { border-color: rgba(49,95,74,.16); background: var(--mint); color: var(--forest-deep); }
.form-alert a { text-decoration: underline; text-underline-offset: 2px; font-weight: 760; }
.inline-alert-action { padding: 0; border: 0; background: transparent; color: inherit; font-weight: 760; text-decoration: underline; text-underline-offset: 2px; cursor: pointer; }
.auth-help { color: var(--muted); font-size: 10px; }.auth-help a { color: var(--forest); font-weight: 700; }
.auth-message { padding: 18px 0; text-align: center; }.message-mark { width: 54px; height: 54px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 18px; background: var(--mint); color: var(--forest); font-size: 20px; }.auth-message h3 { margin: 0; font-size: 24px; }.auth-message p { color: var(--muted); font-size: 12px; }

/* Profile */
.account-page { min-height: 100dvh; background: #f2f2ed; }
.account-header, .legal-header { position: sticky; top: 0; z-index: 20; height: 74px; padding: 0 max(24px, calc((100vw - 1180px)/2)); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(244,244,239,.9); backdrop-filter: blur(18px); }
.account-header nav, .legal-header nav { display: flex; align-items: center; gap: 20px; color: var(--ink-2); font-size: 11px; font-weight: 680; }
.text-button { padding: 0; border: 0; background: none; color: inherit; cursor: pointer; }
.account-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 60px 0 100px; display: grid; grid-template-columns: 230px minmax(0,1fr); gap: 58px; }
.account-sidebar { position: sticky; top: 120px; align-self: start; }
.account-sidebar .overline { margin-bottom: 14px; }.account-sidebar h1 { margin: 0 0 34px; font-size: 38px; letter-spacing: -.05em; }.account-sidebar nav { display: grid; gap: 6px; }.account-sidebar nav a { min-height: 42px; padding: 0 13px; display: flex; align-items: center; border-radius: 11px; color: var(--muted); font-size: 11px; font-weight: 680; }.account-sidebar nav a.active, .account-sidebar nav a:hover { background: white; color: var(--ink); box-shadow: 0 1px 4px rgba(0,0,0,.04); }
.account-content { display: grid; gap: 18px; }
.settings-card { overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.74); box-shadow: 0 12px 38px rgba(27,40,32,.05); }
.settings-heading { margin-bottom: 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }.settings-heading span { color: var(--forest); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.settings-heading h2 { margin: 6px 0 0; font-size: 22px; letter-spacing: -.035em; }.profile-avatar { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 17px; background: var(--forest); color: white; font-weight: 800; }.settings-form { max-width: 500px; }.settings-form .button { justify-self: start; }
.setting-row { min-height: 76px; padding: 17px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); }.setting-row > div { display: grid; gap: 5px; }.setting-row strong { font-size: 12px; }.setting-row span { color: var(--muted); font-size: 10px; line-height: 1.45; }.status-dot { padding: 7px 10px; border-radius: 999px; background: var(--mint); color: var(--forest) !important; letter-spacing: 0 !important; text-transform: none !important; }.status-dot::before { content: ""; width: 6px; height: 6px; margin-right: 6px; display: inline-block; border-radius: 50%; background: var(--forest); }
.danger-card { border-color: rgba(154,65,55,.18); }.danger-card > p { color: var(--muted); font-size: 11px; line-height: 1.55; }.button.danger { border-color: #9a4137; background: #9a4137; color: white; }
.account-dialog { width: min(460px, calc(100% - 28px)); padding: 0; border: 1px solid rgba(255,255,255,.9); border-radius: 22px; background: #fbfbf8; color: var(--ink); box-shadow: 0 32px 100px rgba(17,34,25,.3); }
.account-dialog::backdrop { background: rgba(12,24,18,.48); backdrop-filter: blur(8px); }
.account-dialog form { padding: 30px; display: grid; gap: 18px; }
.account-dialog .message-mark { margin-inline: 0; }
.account-dialog .danger-mark { background: #f3dfdc; color: #9a4137; }
.account-dialog h2 { margin: 0; font-size: 24px; letter-spacing: -.035em; }
.account-dialog p { margin: -8px 0 2px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.dialog-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 3px; }

/* Admin */
.admin-page { min-height: 100dvh; padding-left: 244px; background: #f1f1ec; }
.admin-sidebar { position: fixed; inset: 0 auto 0 0; width: 244px; padding: 26px 18px; display: flex; flex-direction: column; gap: 48px; background: #173e2e; color: white; }.admin-sidebar .wordmark { padding-inline: 8px; }.admin-sidebar .wordmark-mark { background: rgba(255,255,255,.12); }.admin-label { padding-inline: 10px; color: rgba(255,255,255,.42); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.admin-sidebar nav { margin-top: 10px; display: grid; gap: 5px; }.admin-sidebar nav button, .admin-sidebar-foot a, .admin-sidebar-foot button { width: 100%; min-height: 42px; padding: 0 12px; border: 0; border-radius: 10px; display: flex; align-items: center; background: transparent; color: rgba(255,255,255,.62); font-size: 11px; font-weight: 700; text-align: left; cursor: pointer; }.admin-sidebar nav button.active, .admin-sidebar nav button:hover { background: rgba(255,255,255,.1); color: white; }.admin-sidebar-foot { margin-top: auto; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); }
.admin-main { width: min(1240px, calc(100% - 64px)); margin: 0 auto; padding: 46px 0 90px; }.admin-top { display: flex; align-items: center; justify-content: space-between; }.admin-top > div:first-child > span { color: var(--forest); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.admin-top h1 { margin: 6px 0 0; font-size: 38px; letter-spacing: -.05em; }.admin-identity { display: flex; align-items: center; gap: 11px; color: var(--ink-2); font-size: 11px; font-weight: 700; }.admin-identity i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--forest); color: white; font-size: 10px; font-style: normal; }
.admin-metrics { margin: 36px 0 18px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }.admin-metrics article { min-height: 142px; padding: 20px; display: grid; align-content: space-between; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.72); }.admin-metrics span { color: var(--muted); font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }.admin-metrics strong { font-size: 33px; letter-spacing: -.04em; }.admin-metrics small { color: var(--muted); font-size: 9px; }
.admin-panel { overflow: hidden; border: 1px solid var(--line); border-radius: 19px; background: rgba(255,255,255,.78); }.admin-panel-head { padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }.admin-panel-head h2 { margin: 0; font-size: 18px; }.admin-panel-head p { margin: 5px 0 0; color: var(--muted); font-size: 10px; }.admin-search { display: grid; gap: 4px; color: var(--muted); font-size: 8px; font-weight: 760; text-transform: uppercase; }.admin-search input { width: 220px; min-height: 38px; padding: 0 11px; border: 1px solid var(--line); border-radius: 10px; background: white; font-size: 12px; text-transform: none; }.table-wrap { overflow-x: auto; }.table-wrap table { width: 100%; border-collapse: collapse; }.table-wrap th { padding: 12px 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); background: rgba(29,33,31,.025); font-size: 8px; letter-spacing: .08em; text-align: left; text-transform: uppercase; }.table-wrap td { padding: 15px 18px; border-bottom: 1px solid var(--line); color: var(--ink-2); font-size: 10px; }.table-wrap tr:last-child td { border-bottom: 0; }.loading-cell { height: 110px; color: var(--muted) !important; text-align: center; }.table-user { display: grid; grid-template-columns: 32px minmax(0,1fr); align-items: center; gap: 9px; }.table-user i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 10px; background: var(--mint); color: var(--forest); font-size: 8px; font-style: normal; font-weight: 800; }.table-user span { display: grid; gap: 3px; }.table-user strong { color: var(--ink); font-size: 11px; }.table-user small { color: var(--muted); font-size: 9px; }.table-action { min-height: 34px; padding: 0 10px; border: 1px solid var(--line); border-radius: 9px; background: white; color: var(--ink-2); font-size: 9px; font-weight: 730; cursor: pointer; }.table-action.danger { color: #9a4137; border-color: rgba(154,65,55,.22); }.table-pill { display: inline-flex; padding: 5px 8px; border-radius: 999px; background: var(--mint); color: var(--forest); font-size: 8px; font-weight: 760; text-transform: capitalize; }.table-pill.off { background: #eee7e3; color: #84524b; }.role-label { display: block; margin-top: 7px; color: var(--muted); font-size: 8px; }
.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; }

/* Legal */
.legal-page { background: #f4f4ef; }.legal-shell { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 74px 0 110px; display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 90px; }.legal-shell > aside { position: sticky; top: 120px; align-self: start; }.legal-shell > aside > span { color: var(--forest); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.legal-shell > aside h1 { margin: 9px 0 11px; font-size: 40px; line-height: 1; letter-spacing: -.05em; }.legal-shell > aside p { color: var(--muted); font-size: 10px; }.legal-shell > aside nav { margin-top: 28px; display: grid; gap: 8px; }.legal-shell > aside nav a { color: var(--muted); font-size: 10px; line-height: 1.35; }.legal-shell > aside nav a:hover { color: var(--forest); }.legal-copy { min-width: 0; padding: 44px 50px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.72); box-shadow: 0 16px 50px rgba(27,40,32,.05); }.legal-copy h2 { margin: 44px 0 12px; padding-top: 10px; font-size: 21px; letter-spacing: -.03em; }.legal-copy h2:first-child { margin-top: 0; }.legal-copy h3 { margin: 26px 0 9px; font-size: 14px; }.legal-copy p, .legal-copy li { color: var(--ink-2); font-size: 12px; line-height: 1.72; }.legal-copy ul { padding-left: 20px; }.legal-copy a { color: var(--forest); text-decoration: underline; text-underline-offset: 2px; }.legal-note { padding: 15px 17px; border-left: 3px solid var(--forest); border-radius: 4px 11px 11px 4px; background: var(--mint); }.legal-table { width: 100%; border-collapse: collapse; }.legal-table th, .legal-table td { padding: 12px; border: 1px solid var(--line); color: var(--ink-2); font-size: 10px; line-height: 1.45; text-align: left; vertical-align: top; }.legal-table th { background: rgba(29,33,31,.035); color: var(--ink); }

@media (max-width: 900px) {
  .auth-shell { grid-template-columns: 1fr; }.auth-story { display: none; }.auth-wordmark { color: var(--ink); }.auth-panel { min-height: 100dvh; padding-top: 110px; }
  .account-shell { grid-template-columns: 1fr; }.account-sidebar { position: static; }.account-sidebar nav { display: flex; overflow-x: auto; }
  .admin-page { padding-left: 0; }.admin-sidebar { position: static; width: 100%; padding: 14px 18px; flex-direction: row; align-items: center; }.admin-sidebar > div:not(.admin-sidebar-foot) { display: none; }.admin-sidebar-foot { margin: 0 0 0 auto; padding: 0; border: 0; display: flex; }.admin-sidebar-foot a, .admin-sidebar-foot button { width: auto; }.admin-main { width: calc(100% - 32px); padding-top: 28px; }.admin-metrics { grid-template-columns: repeat(2,1fr); }
  .legal-shell { grid-template-columns: 1fr; gap: 30px; }.legal-shell > aside { position: static; }.legal-shell > aside nav { display: none; }
}

@media (max-width: 600px) {
  .auth-wordmark { top: 20px; left: 20px; }.auth-panel { padding: 90px 16px 36px; }.auth-card { padding: 27px 20px; border-radius: 20px; }.auth-heading h2 { font-size: 27px; }
  .account-header, .legal-header { padding-inline: 16px; }.account-header nav a { display: none; }.account-shell { width: calc(100% - 28px); padding-top: 34px; gap: 28px; }.account-sidebar h1 { margin-bottom: 20px; }.account-sidebar nav a { flex: 0 0 auto; }.settings-card { padding: 22px 18px; }.setting-row { align-items: flex-start; flex-direction: column; }.setting-row .button { width: 100%; }.settings-form .button { width: 100%; }.dialog-actions { display: grid; grid-template-columns: 1fr; }.dialog-actions .button { width: 100%; }
  .admin-top { align-items: flex-start; }.admin-identity span { display: none; }.admin-metrics { grid-template-columns: 1fr 1fr; }.admin-metrics article { min-height: 116px; }.admin-panel-head { align-items: flex-start; flex-direction: column; }.admin-search, .admin-search input { width: 100%; }
  .legal-header nav > a:not(.button) { display: none; }.legal-shell { width: calc(100% - 28px); padding-top: 42px; }.legal-copy { padding: 28px 20px; }.legal-table { display: block; overflow-x: auto; }.legal-shell > aside h1 { font-size: 34px; }
}
