:root {
  color-scheme: light;
  --ink: #17201c;
  --muted: #6c7771;
  --line: #dfe3dc;
  --surface: #fff;
  --canvas: #f5f5f1;
  --dark: #12251e;
  --dark-2: #193128;
  --brand: #f16f42;
  --brand-soft: #fff0e9;
  --green: #24775b;
  --green-soft: #e9f5ef;
  --red: #b54a4a;
  font-family: "DM Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html, body { min-width: 320px; min-height: 100%; }
body { margin: 0; background: var(--canvas); color: var(--ink); }
button, input, select { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }

.auth-shell { min-height: 100dvh; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.story-panel { position: relative; min-height: 100dvh; display: flex; flex-direction: column; overflow: hidden; padding: 30px clamp(34px, 4.6vw, 66px) 24px; color: #fff; background: radial-gradient(circle at 94% 3%, rgba(241, 111, 66, .22), transparent 28%), radial-gradient(circle at 7% 93%, rgba(54, 135, 99, .2), transparent 31%), var(--dark); }
.story-panel::before { content: ""; position: absolute; width: 470px; height: 470px; right: -325px; top: 34%; border: 64px solid rgba(255, 255, 255, .025); border-radius: 50%; }
.story-panel::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .22; background-image: linear-gradient(rgba(255, 255, 255, .024) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .024) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, transparent, #000 42%, #000); }

.brand, .mobile-brand { position: relative; z-index: 3; display: flex; align-items: center; gap: 11px; color: #fff; text-decoration: none; font: 800 18px Manrope, sans-serif; }
.brand svg, .mobile-brand svg { width: 39px; height: 39px; }
.brand rect, .mobile-brand rect { fill: var(--brand); stroke: rgba(255, 255, 255, .28); }
.brand path, .mobile-brand path { fill: none; stroke: #fff; stroke-width: 3.1; stroke-linecap: round; }

.story-copy { position: relative; z-index: 2; margin: clamp(38px, 6vh, 74px) 0 24px; }
.eyebrow { display: block; margin-bottom: 14px; color: #9fb2aa; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.story-copy h1 { max-width: 670px; margin: 0; font: 750 clamp(40px, 5vw, 66px)/1.01 Manrope, sans-serif; letter-spacing: 0; }
.story-copy p { max-width: 560px; margin: 17px 0 0; color: #b5c3bd; font-size: 14px; line-height: 1.6; }

.product-visual { position: relative; z-index: 2; width: 100%; max-width: 760px; flex: 1 0 265px; align-self: center; min-height: 265px; max-height: 340px; margin: 2px auto 18px; }
.visual-glow { position: absolute; width: 80%; height: 70%; left: 11%; bottom: -15%; border-radius: 50%; background: rgba(32, 101, 74, .31); filter: blur(50px); }
.product-window { position: absolute; top: 12px; bottom: 12px; left: 50%; width: calc(100% - 36px); max-width: 700px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .18); border-radius: 18px; background: #f5f6f2; color: var(--ink); box-shadow: 0 28px 70px rgba(0, 0, 0, .3); transform: translateX(-50%); transform-origin: center bottom; transition: opacity .35s ease, transform .45s cubic-bezier(.2, .72, .3, 1); }
.window-bar { height: 40px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; border-bottom: 1px solid #e2e5df; background: #fff; font-size: 8px; }
.window-brand { display: flex; align-items: center; gap: 7px; font-weight: 800; }
.window-brand i { width: 16px; height: 16px; border-radius: 5px; background: var(--brand); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05); }
.window-status { display: flex; align-items: center; gap: 5px; padding: 5px 8px; border-radius: 99px; background: var(--green-soft); color: var(--green); font-weight: 700; }
.window-status i { width: 5px; height: 5px; border-radius: 50%; background: #35a270; box-shadow: 0 0 0 3px rgba(53, 162, 112, .12); }
.window-layout { height: calc(100% - 40px); display: grid; grid-template-columns: 45px 1fr; }
.mini-sidebar { display: flex; flex-direction: column; align-items: center; gap: 14px; padding-top: 20px; background: #193027; }
.mini-sidebar i { width: 15px; height: 15px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 5px; }
.mini-sidebar i.selected { position: relative; background: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .4); }
.mini-sidebar i.selected::before { content: ""; position: absolute; left: -10px; top: 2px; width: 2px; height: 9px; border-radius: 2px; background: var(--brand); }
.window-content { padding: 17px 18px; }
.content-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; }
.content-heading div { display: grid; gap: 3px; }
.content-heading span, .setup-head span { color: #86918b; font-size: 6px; font-weight: 800; letter-spacing: .12em; }
.content-heading strong { font: 750 15px Manrope, sans-serif; letter-spacing: 0; }
.content-heading button { min-width: 54px; height: 24px; border: 0; border-radius: 7px; background: var(--dark); color: #fff; font-size: 7px; font-weight: 700; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.metric { min-width: 0; display: grid; gap: 2px; padding: 10px; border: 1px solid #e0e4de; border-radius: 10px; background: #fff; }
.metric > span { color: #77817c; font-size: 6px; }
.metric strong { overflow: hidden; font: 750 15px Manrope, sans-serif; letter-spacing: 0; text-overflow: ellipsis; }
.metric small { color: #9ba49f; font-size: 6px; white-space: nowrap; }
.metric.safe strong { color: var(--green); font-size: 11px; }
.activity-card { margin-top: 8px; padding: 10px 11px; border: 1px solid #e0e4de; border-radius: 10px; background: #fff; }
.activity-card > div { display: flex; justify-content: space-between; color: #7c8680; font-size: 7px; font-weight: 700; }
.activity-card > div small { color: #a7aea9; font-size: 6px; font-weight: 500; }
.activity-card ul { display: grid; gap: 7px; margin: 8px 0 0; padding: 0; list-style: none; }
.activity-card li { display: flex; align-items: center; gap: 7px; }
.activity-card li > b { width: 21px; height: 21px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 7px; background: #f0e9df; color: #755f49; font-size: 6px; }
.activity-card li:nth-child(2) > b { background: #e8f0ec; color: #47705d; }
.activity-card li > span { min-width: 0; display: grid; gap: 1px; }
.activity-card li strong { overflow: hidden; font-size: 6.5px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.activity-card li small { color: #9ca49f; font-size: 6px; }

.signup-scene { opacity: 0; pointer-events: none; transform: translateX(-50%) translateY(14px) scale(.985); }
.setup-content { display: grid; grid-template-columns: .9fr 1.1fr; gap: 18px; padding: 24px 28px; }
.setup-head { display: flex; flex-direction: column; justify-content: center; }
.setup-head strong { max-width: 210px; margin: 6px 0; font: 750 22px/1.05 Manrope, sans-serif; letter-spacing: 0; }
.setup-head small { max-width: 190px; color: #7b8580; font-size: 8px; line-height: 1.5; }
.setup-company { grid-column: 2; grid-row: 1; display: grid; grid-template-columns: 36px 1fr 22px; align-items: center; gap: 10px; padding: 13px; border: 1px solid #dfe3dd; border-radius: 12px; background: #fff; }
.setup-company > i { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: var(--brand-soft); color: #b45331; font-size: 9px; font-style: normal; font-weight: 800; }
.setup-company div { display: grid; gap: 3px; }
.setup-company strong { font-size: 8px; }
.setup-company small { color: #8b948f; font-size: 6.5px; }
.setup-company > b { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green); font-size: 8px; }
.setup-list { grid-column: 2; display: grid; gap: 7px; }
.setup-list span { display: flex; align-items: center; gap: 8px; padding: 8px 10px; border: 1px solid #e1e4df; border-radius: 9px; background: rgba(255, 255, 255, .74); color: #7d8781; font-size: 7px; }
.setup-list i { width: 17px; height: 17px; display: grid; place-items: center; border-radius: 5px; background: #f0f1ed; font-style: normal; font-weight: 800; }
.setup-list .done { color: var(--green); }
.setup-list .done i { background: var(--green-soft); }
.setup-list .current { border-color: rgba(241, 111, 66, .42); color: var(--ink); box-shadow: 0 6px 20px rgba(61, 74, 67, .06); }
.setup-list .current i { background: var(--brand-soft); color: #b65431; }

.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 9px 11px; border: 1px solid rgba(226, 232, 226, .9); border-radius: 12px; background: rgba(255, 255, 255, .97); color: var(--ink); box-shadow: 0 14px 35px rgba(2, 14, 9, .25); transition: opacity .3s ease, transform .4s cubic-bezier(.2, .72, .3, 1); }
.floating-card > span { display: grid; gap: 2px; }
.floating-card strong { font-size: 7px; }
.floating-card small { color: #8a948e; font-size: 6px; }
.team-card { left: 0; bottom: 7px; }
.secure-card { right: 8px; top: 0; }
.secure-card > i { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 8px; background: var(--green-soft); color: var(--green); font-size: 9px; font-style: normal; font-weight: 900; }
.avatar-stack { display: flex; padding-left: 5px; }
.avatar-stack i { width: 24px; height: 24px; display: grid; place-items: center; margin-left: -5px; border: 2px solid #fff; border-radius: 50%; background: #e9e1d6; color: #735e49; font-size: 6px; font-style: normal; font-weight: 800; }
.avatar-stack i:nth-child(2) { background: #dce9e3; color: #3e6956; }
.avatar-stack i:nth-child(3) { background: #eff0ec; color: #68736d; }
.workspace-card { left: 2px; bottom: 6px; opacity: 0; transform: translateY(12px); }
.workspace-card > i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: var(--brand-soft); color: #ad4f2e; font-size: 7px; font-style: normal; font-weight: 800; }

body[data-view="signup"] .login-scene,
body[data-view="invite"] .login-scene,
body[data-view="success"] .login-scene { opacity: 0; transform: translateX(-50%) translateY(-12px) scale(.985); }
body[data-view="signup"] .signup-scene,
body[data-view="invite"] .signup-scene,
body[data-view="success"] .signup-scene { opacity: 1; transform: translateX(-50%); }
body[data-view="signup"] .team-card,
body[data-view="signup"] .secure-card,
body[data-view="invite"] .team-card,
body[data-view="invite"] .secure-card,
body[data-view="success"] .team-card,
body[data-view="success"] .secure-card { opacity: 0; transform: translateY(10px); }
body[data-view="signup"] .workspace-card,
body[data-view="invite"] .workspace-card,
body[data-view="success"] .workspace-card { opacity: 1; transform: translateY(0); }

.story-panel > footer { position: relative; z-index: 3; display: flex; justify-content: space-between; gap: 16px; color: #7f948a; font-size: 8px; }
.story-panel > footer span { display: flex; align-items: center; gap: 6px; }
.story-panel > footer i { width: 5px; height: 5px; border-radius: 50%; background: #4caa7d; box-shadow: 0 0 0 3px rgba(76, 170, 125, .1); }

.auth-panel { min-height: 100dvh; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; overflow: auto; padding: 26px clamp(34px, 6vw, 82px) 22px; background: radial-gradient(circle at 100% 0, rgba(255, 255, 255, .8), transparent 34%), var(--canvas); }
.panel-topbar { min-height: 40px; display: flex; align-items: center; justify-content: flex-end; }
.mobile-brand { display: none; color: var(--ink); }
.topbar-prompt { color: #7b8580; font-size: 11px; }
.topbar-prompt button { border: 0; background: transparent; color: var(--green); font-weight: 800; cursor: pointer; }
.topbar-prompt button:hover { text-decoration: underline; }
.auth-card { width: min(100%, 520px); align-self: center; justify-self: center; margin: 28px auto; padding: 38px 40px 34px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255, 255, 255, .96); box-shadow: 0 24px 65px rgba(31, 44, 37, .075); }
.auth-heading > span { display: block; margin-bottom: 11px; color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.auth-heading h2 { margin: 0; font: 750 clamp(29px, 3vw, 39px)/1.08 Manrope, sans-serif; letter-spacing: 0; }
.auth-heading p { max-width: 405px; margin: 11px 0 24px; color: var(--muted); font-size: 12.5px; line-height: 1.55; }
.form-stack { display: grid; gap: 13px; }
.form-stack label { display: grid; gap: 7px; color: #3f4944; font-size: 10.5px; font-weight: 700; }
.form-stack input:not([type="checkbox"]), .form-stack select { width: 100%; min-height: 49px; padding: 0 14px; border: 1px solid #d6dbd4; border-radius: 11px; outline: 0; background: #fff; color: var(--ink); transition: border-color .15s ease, box-shadow .15s ease; }
.form-stack input::placeholder { color: #a3aaa6; }
.form-stack input:focus, .form-stack select:focus { border-color: #4c8b72; box-shadow: 0 0 0 4px rgba(35, 123, 93, .09); }
.form-stack select { appearance: none; cursor: pointer; background-image: linear-gradient(45deg, transparent 50%, #77817c 50%), linear-gradient(135deg, #77817c 50%, transparent 50%); background-position: calc(100% - 17px) 21px, calc(100% - 12px) 21px; background-size: 5px 5px; background-repeat: no-repeat; }
.input-shell { position: relative; display: block; }
.input-shell svg { position: absolute; z-index: 1; left: 14px; top: 50%; width: 17px; height: 17px; transform: translateY(-50%); fill: none; stroke: #89928d; stroke-width: 1.7; stroke-linejoin: round; }
.input-shell input { padding-left: 42px !important; }
.field-help { margin: -6px 0 1px; color: #949c98; font-size: 9.5px; line-height: 1.45; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.optional { margin-left: 4px; color: #9ca49f; font-size: 8px; font-weight: 500; }
.primary { min-height: 49px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; border: 0; border-radius: 11px; background: var(--dark); color: #fff; font-size: 11.5px; font-weight: 700; cursor: pointer; box-shadow: 0 8px 22px rgba(18, 37, 30, .15); transition: background .16s ease, transform .16s ease, box-shadow .16s ease; }
.primary:hover { background: #1d382e; box-shadow: 0 10px 26px rgba(18, 37, 30, .2); transform: translateY(-1px); }
.primary:disabled { cursor: wait; opacity: .55; transform: none; }
.primary b { font-size: 18px; font-weight: 400; }
.text-button { min-height: 31px; border: 0; background: transparent; color: var(--green); font-size: 10px; font-weight: 700; cursor: pointer; }
.text-button:hover { text-decoration: underline; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.recovery-entry { justify-self: center; margin-top: -7px; }
.password-label-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: -11px; color: #3f4944; font-size: 10.5px; font-weight: 700; }
.password-label-row .text-button { min-height: 28px; padding: 0; white-space: nowrap; }
.password-input-label { position: relative; }
.recovery-intro { margin: 0 0 5px; color: var(--muted); font-size: 12.5px; line-height: 1.6; }
.recovery-sent { display: grid; gap: 14px; }
.recovery-sent-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: #e6f3e9; color: var(--green); font-size: 22px; font-weight: 800; }
.recovery-sent p { margin: 0; color: var(--muted); font-size: 12.5px; line-height: 1.6; }
.recovery-sent .field-help { color: #7c8980; font-size: 11px; }
.account-switch { display: grid; gap: 4px; margin-top: 2px; padding: 14px; border: 1px solid #e5e7e2; border-radius: 11px; background: #f7f8f5; text-align: center; }
.account-switch span { color: #7c8581; font-size: 9.5px; }
.account-switch button { border: 0; background: transparent; color: var(--green); font-size: 10.5px; font-weight: 800; cursor: pointer; }
.account-switch button:hover { text-decoration: underline; }
.activation-account { position: relative; display: grid; gap: 3px; padding: 13px 92px 13px 14px; border: 1px solid #e1e5df; border-radius: 11px; background: #f7f8f5; }
.activation-account span { color: #87908b; font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.activation-account strong { overflow: hidden; color: #34433c; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.activation-account button { position: absolute; top: 50%; right: 13px; transform: translateY(-50%); border: 0; background: transparent; color: var(--green); font-size: 9px; font-weight: 800; cursor: pointer; }
.activation-account button:hover { text-decoration: underline; }
.step-progress { display: flex; align-items: center; justify-content: space-between; margin: -3px 0 3px; color: #7f8983; font-size: 9px; font-weight: 700; }
.step-progress > div { display: flex; gap: 5px; }
.step-progress i { width: 28px; height: 4px; border-radius: 99px; background: #e2e5df; transition: background .2s ease; }
.step-progress i.active { background: var(--brand); }
.signup-step { display: grid; gap: 13px; }
.consent { grid-template-columns: 17px 1fr !important; align-items: start; gap: 9px !important; color: #757e79 !important; font-size: 9px !important; font-weight: 500 !important; line-height: 1.45; }
.consent input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--green); }
.status { min-height: 18px; margin-top: 14px; color: var(--green); font-size: 10px; line-height: 1.45; }
.status.error { color: var(--red); }
.legal { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 7px 0 0; color: #9aa29e; font-size: 8.5px; line-height: 1.45; text-align: center; }
.legal svg { width: 13px; height: 13px; flex: 0 0 auto; fill: none; stroke: #9aa29e; stroke-width: 1.7; }
.auth-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 18px; color: #919a95; font-size: 8.5px; }
.auth-footer a { font-size: 11px; color: #365841; text-underline-offset: 3px; }

@media (max-width: 1060px) {
  .auth-shell { grid-template-columns: minmax(470px, .92fr) minmax(500px, 1.08fr); }
  .story-panel { padding-left: 38px; padding-right: 38px; }
  .story-copy h1 { font-size: 49px; }
  .product-window { width: calc(100% - 24px); }
}

@media (max-width: 940px) {
  .auth-shell { grid-template-columns: 1fr; }
  .story-panel { display: none; }
  .auth-panel { min-height: 100dvh; padding: 22px 24px; }
  .panel-topbar { justify-content: space-between; }
  .mobile-brand { display: flex; }
  .auth-card { margin: 40px auto; }
  .auth-footer { width: min(100%, 520px); margin: 0 auto; }
  .form-stack input:not([type="checkbox"]), .form-stack select { font-size: 16px; }
}

@media (max-width: 560px) {
  .auth-panel { padding: 18px 14px; }
  .panel-topbar { align-items: flex-start; }
  .topbar-prompt { max-width: 160px; text-align: right; line-height: 1.4; }
  .auth-card { margin: 28px auto 20px; padding: 28px 21px 25px; border-radius: 19px; }
  .field-grid { grid-template-columns: 1fr; }
  .business-grid { grid-template-columns: 1fr; }
  .auth-footer { padding: 0 3px; }
  .mobile-brand svg { width: 35px; height: 35px; }
  .mobile-brand { font-size: 16px; }
}

@media (max-height: 760px) and (min-width: 941px) {
  .story-panel { padding-top: 24px; }
  .story-copy { margin-top: 30px; margin-bottom: 15px; }
  .story-copy h1 { font-size: clamp(38px, 4.3vw, 54px); }
  .story-copy p { margin-top: 12px; }
  .product-visual { min-height: 235px; max-height: 250px; }
  .auth-card { margin: 18px auto; padding-top: 31px; padding-bottom: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
:root .purchase-context{background:#f4f8f5;border:1px solid #dce7df;border-radius:12px;padding:16px;margin:0 0 24px;font-size:14px;line-height:1.6}.purchase-context strong{color:#183e2e}.purchase-context p{margin:6px 0}.purchase-context small{display:block;color:#586d61;font-size:12px}

/* Clear, readable account choices across login, signup, recovery and passkeys. */
.auth-panel { background: #f6f7f3; }
.topbar-prompt { color: #5b6960; font-size: 12px; }
.topbar-prompt button { font-size: inherit; }
.auth-card { width: min(100%, 548px); padding: 38px 42px 34px; border-color: #e0e5de; border-radius: 20px; background: #fff; box-shadow: 0 18px 48px rgba(25,43,33,.08); }
.auth-heading > span { margin-bottom: 10px; color: #328060; font-size: 10px; letter-spacing: .12em; }
.auth-heading h2 { font-size: clamp(28px, 2.7vw, 35px); letter-spacing: -.045em; }
.auth-heading p { max-width: 430px; margin: 10px 0 25px; color: #5f6e65; font-size: 14px; line-height: 1.58; }
.form-stack { gap: 15px; }
.form-stack label { gap: 8px; color: #26382e; font-size: 13px; font-weight: 700; }
.form-stack input:not([type="checkbox"]), .form-stack select { min-height: 52px; border-color: #cfd9d0; border-radius: 10px; font-size: 15px; }
.form-stack input::placeholder { color: #89968d; }
.form-stack input:focus, .form-stack select:focus { border-color: #31805f; box-shadow: 0 0 0 4px rgba(49,128,95,.12); }
.form-stack .field-help { margin: -6px 0 0; color: #68776d; font-size: 12px; line-height: 1.5; }
.form-stack .optional { color: #7c8981; font-size: 11px; }
.form-stack .primary, .recovery-sent .primary { min-height: 52px; border-radius: 10px; font-size: 14px; font-weight: 750; }
.form-stack .primary:focus-visible, .auth-method-secondary:focus-visible, .text-button:focus-visible, .account-switch button:focus-visible { outline: 2px solid #26785a; outline-offset: 3px; }
.form-stack .text-button { width: fit-content; justify-self: center; min-height: 36px; color: #27694d; font-size: 12px; }
.auth-method-divider { position: relative; margin: 1px 0 -2px; color: #7c8980; font-size: 11px; text-align: center; }
.auth-method-divider::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: #e3e8e2; }
.auth-method-divider span { position: relative; padding: 0 11px; background: #fff; }
.auth-method-secondary { min-height: 52px; width: 100%; display: grid; grid-template-columns: 20px minmax(0,1fr) 16px; align-items: center; gap: 12px; padding: 0 15px; border: 1px solid #cdd9d0; border-radius: 10px; background: #fff; color: #234b36; text-align: left; font-size: 14px; font-weight: 750; cursor: pointer; transition: background-color .16s ease, border-color .16s ease; }
.auth-method-secondary:hover { border-color: #8dbca1; background: #f5faf6; }
.auth-method-secondary svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linejoin: round; }
.auth-method-secondary b { font-size: 17px; font-weight: 500; }
.account-switch { gap: 5px; margin-top: 7px; padding: 17px; border-color: #e0e8e0; border-radius: 10px; background: #f7faf7; }
.account-switch span { color: #58675e; font-size: 12px; }
.account-switch button { font-size: 13px; }
.recovery-entry { margin-top: -7px; }
.activation-account { padding-block: 15px; border-color: #dbe5dc; background: #f6f9f6; }
.activation-account span { color: #667c6c; font-size: 10px; }
.activation-account strong { color: #263d30; font-size: 13px; }
.activation-account button { font-size: 12px; }
.password-label-row { color: #26382e; font-size: 13px; }
.password-label-row .text-button { font-size: 12px; }
.recovery-intro, .recovery-sent p { font-size: 13px; }
.recovery-sent .field-help { font-size: 12px; }
.step-progress { margin: -3px 0 7px; color: #4d6656; font-size: 11px; font-weight: 800; }
.step-progress > div { gap: 6px; }
.step-progress i { width: 44px; height: 5px; }
.signup-next-steps { display: grid; gap: 4px; padding: 13px 15px; border: 1px solid #dce8de; border-radius: 10px; background: #f4faf5; }
.signup-next-steps strong { color: #28543c; font-size: 12px; }
.signup-next-steps span { color: #53685a; font-size: 12px; line-height: 1.5; }
.form-stack .consent { grid-template-columns: 20px minmax(0,1fr) !important; gap: 10px !important; color: #4f5d52 !important; font-size: 12px !important; line-height: 1.5; }
.consent input { width: 19px; height: 19px; }
.consent a { color: #26694c; font-weight: 700; }
.password-choice { padding: 13px 15px; border: 1px solid #dce5dd; border-radius: 10px; background: #f8faf8; }
.password-choice summary { color: #286446; font-size: 13px; font-weight: 750; cursor: pointer; }
.password-choice[open] { display: grid; gap: 14px; }
.password-choice[open] summary { margin-bottom: 3px; }
.status { min-height: 20px; margin-top: 15px; font-size: 12px; }
.legal { margin-top: 9px; color: #75837a; font-size: 11px; }
.auth-footer { color: #78857b; font-size: 10px; }

@media (max-width: 940px) { .auth-card, .auth-footer { width: min(100%, 548px); } }
@media (max-width: 560px) {
  .auth-panel { padding: 18px 15px; }
  .auth-card { margin: 25px auto 20px; padding: 27px 22px 24px; border-radius: 17px; }
  .auth-heading h2 { font-size: 28px; }
  .auth-heading p { font-size: 13px; margin-bottom: 22px; }
  .form-stack input:not([type="checkbox"]), .form-stack select { font-size: 16px; }
  .form-stack { gap: 14px; }
  .topbar-prompt { max-width: 170px; font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) { .auth-method-secondary { transition: none; } }
