.onboarding-page { background: var(--cream); }
.setup-shell { max-width: 1176px; margin: 0 auto; padding: 22px 32px 38px; }
.journey-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 23px; }
.journey-head .eyebrow { margin: 0; font-size: 11px; }
#save-state { color: var(--muted); font-size: 11px; text-align: right; }
.steps { display: flex; gap: 12px; justify-content: space-between; }
.step { border: 0; border-radius: 8px; padding: 6px 0; display: flex; align-items: center; gap: 9px; background: transparent; font-size: 12px; color: var(--muted); text-align: left; }
.step:hover { background: transparent; color: var(--ink); }
.step:disabled { opacity: .62; cursor: default; }
.step-number { display: grid; place-content: center; width: 27px; height: 27px; flex: 0 0 27px; border: 1px solid #c7cbb9; border-radius: 50%; font-size: 11px; }
.step[aria-current="step"] { color: var(--ink); font-weight: 750; }
.step[aria-current="step"] .step-number, .step.done .step-number { background: var(--green); border-color: var(--green); color: #172b09; }
progress { appearance: none; width: 100%; height: 3px; border: 0; background: #dedfce; display: block; margin: 16px 0 38px; border-radius: 4px; overflow: hidden; }
progress::-webkit-progress-bar { background: #dedfce; }
progress::-webkit-progress-value { background: var(--green); transition: width 220ms ease; }
progress::-moz-progress-bar { background: var(--green); }
.setup-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .85fr); gap: 64px; align-items: start; }
.flow { min-width: 0; animation: arrive 180ms ease-out; }
.flow h1 { font-size: clamp(31px, 3.1vw, 43px); line-height: 1.1; margin: 0 0 18px; }
.flow h1:focus { outline: none; }
.flow h2 { font-size: 17px; line-height: 1.4; margin: 0; letter-spacing: -.015em; }
.step-description { margin: 0 0 27px; color: var(--muted); font-size: 15px; line-height: 1.65; }
fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
legend { font-size: 13px; font-weight: 650; padding: 0; margin-bottom: 12px; }
.plan-options { display: grid; gap: 13px; }
.plan-option { display: grid; grid-template-columns: 1fr auto; gap: 10px; border: 1px solid #cdcfbd; border-radius: 14px; padding: 23px; cursor: pointer; background: #faf7ec; transition: border-color 150ms, background 150ms; position: relative; }
.plan-option:hover, .template-option:hover { border-color: #78a75b; }
.plan-option.selected, .template-option.selected { background: #edf3df; border: 2px solid #429318; padding: 22px; }
.plan-option:focus-within, .template-option:focus-within { outline: 3px solid var(--focus); outline-offset: 3px; }
.plan-title { display: block; font-size: 18px; font-weight: 750; margin-bottom: 7px; }
.plan-caption { display: block; font-size: 13px; color: #63705c; line-height: 1.6; }
.plan-amount { display: block; font-size: 23px; letter-spacing: -.03em; margin-top: 14px; font-weight: 650; }
.plan-amount small { font-size: 12px; font-weight: 400; letter-spacing: 0; }
.choice-mark { width: 22px; height: 22px; border-radius: 50%; border: 1px solid #b6bfa8; display: grid; place-content: center; font-size: 12px; background: #fffdf5; }
.selected .choice-mark { background: var(--green); border-color: var(--green); color: #172b09; }
.availability { border-left: 2px solid #c0c9aa; padding-left: 13px; font-size: 12px; color: #69725e; line-height: 1.7; margin: 22px 0 0; }
.form-field { margin-bottom: 21px; }
.form-field label { display: block; font-size: 13px; font-weight: 650; margin-bottom: 9px; }
.form-field input, .invite-form input, select { border: 1px solid #c6cbb8; border-radius: 9px; min-height: 48px; background: #fcf9ef; color: var(--ink); padding: 12px 14px; font: inherit; font-size: 15px; width: 100%; min-width: 0; }
.form-field input[aria-invalid="true"], .invite-form input[aria-invalid="true"] { border-color: #a23d26; }
.field-help { font-size: 12px; color: var(--muted); line-height: 1.55; margin: 8px 0 0; }
.field-error, .form-error { font-size: 12px; color: #963c26; line-height: 1.55; margin: 8px 0 0; }
.field-error:empty, .form-error:empty { display: none; }
.privacy-note { display: flex; gap: 9px; font-size: 12px; color: #64705a; line-height: 1.65; margin: 20px 0; }
.template-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.template-option { display: block; position: relative; border: 1px solid #cdcfbd; border-radius: 12px; padding: 17px; background: #faf7ec; cursor: pointer; }
.template-option.selected { padding: 16px; }
.template-icon { display: inline-grid; place-content: center; width: 31px; height: 31px; background: #e3ead2; border-radius: 8px; font: 700 13px monospace; margin-bottom: 18px; }
.template-title { font-size: 13px; font-weight: 750; display: block; margin-bottom: 8px; }
.template-description { font-size: 12px; color: #66705d; line-height: 1.6; display: block; }
.seat-row { display: flex; gap: 15px; align-items: start; }
.seat-row input { width: 106px; }
.seat-presets { display: flex; gap: 7px; flex-wrap: wrap; margin: 14px 0 10px; }
.seat-presets button { font-size: 12px; padding: 7px 13px; }
.seat-presets button[aria-pressed="true"] { background: #e7efd6; border-color: #7c9e60; }
.seat-note { font-size: 12px; line-height: 1.55; color: #5b6c4d; margin: 0; padding: 10px 13px; background: #eaf0dc; border-radius: 8px; }
.roster { padding-top: 27px; margin-top: 24px; border-top: 1px solid var(--line); }
.roster-intro { font-size: 12px; line-height: 1.65; color: var(--muted); margin: 8px 0 18px; }
.invite-form { display: grid; grid-template-columns: minmax(0, 1fr) 107px auto; gap: 8px; align-items: end; }
.invite-form label { display: block; font-size: 11px; font-weight: 650; margin-bottom: 7px; }
.invite-form input, .invite-form select { min-height: 43px; font-size: 12px; padding: 10px; }
.invite-form button { font-size: 12px; min-height: 43px; padding: 9px 15px; }
.member-list { list-style: none; margin: 20px 0 0; padding: 0; }
.member { display: flex; align-items: center; gap: 12px; border-bottom: 1px solid #e0dfd0; padding: 12px 0; }
.member-avatar { display: grid; place-content: center; width: 31px; height: 31px; border-radius: 50%; flex: 0 0 31px; background: #e5ead9; font-size: 10px; font-weight: 700; }
.member-detail { flex: 1; min-width: 0; }
.member-detail strong { display: block; font-size: 12px; font-weight: 550; overflow-wrap: anywhere; }
.member-detail span { color: var(--muted); font-size: 10px; }
.member button { border: 0; border-radius: 5px; padding: 6px; font-size: 11px; color: #747869; }
.flow-actions { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 30px; }
.flow-actions button { min-height: 46px; font-size: 13px; }
.flow-actions .next { min-width: 145px; }
.text-button { padding: 5px 0; border: 0; background: transparent; color: #626c55; font-size: 12px; font-weight: 550; text-decoration: underline; text-underline-offset: 4px; border-radius: 3px; }
.text-button:hover { background: transparent; color: var(--ink); }
.preview-panel { position: sticky; top: 24px; border: 1px solid #d1d5c1; background: #eeeedf; border-radius: 17px; padding: 22px; }
.preview-kicker { display: flex; justify-content: space-between; gap: 10px; align-items: center; font-size: 10px; letter-spacing: .11em; color: #68765c; font-weight: 700; margin-bottom: 19px; }
.preview-tag { font-size: 9px; font-weight: 500; letter-spacing: 0; border: 1px solid #c5ceb5; padding: 4px 7px; border-radius: 20px; }
.mini-desktop { background: #dfe8cc; border: 1px solid #cbd6b9; border-radius: 12px; overflow: hidden; }
.mini-bar { display: flex; align-items: center; justify-content: space-between; gap: 10px; background: #f6f5e9; padding: 11px 12px; font-size: 10px; border-bottom: 1px solid #d0d8c0; }
.mini-bar strong { max-width: 220px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 600; }
.mini-bar .brand-mark { transform: scale(.57); transform-origin: right center; margin-left: -12px; }
.mini-stage { padding: 22px 16px 12px; }
.mini-window { border: 1px solid #c8cfba; border-radius: 8px; background: #fffdf4; min-height: 172px; box-shadow: 0 8px 16px #5667470c; overflow: hidden; }
.mini-window-header { border-bottom: 1px solid #e2e5d6; display: flex; align-items: center; justify-content: space-between; font-size: 9px; padding: 9px 10px; color: #647255; }
.window-dots { letter-spacing: 2px; color: #a6b198; }
.preview-content { padding: 17px 15px; min-height: 138px; }
.preview-content p { font-size: 10px; color: #6e795f; line-height: 1.65; margin: 7px 0; }
.preview-content strong { font-size: 11px; font-weight: 650; }
.preview-content pre { font: 10px/1.9 ui-monospace, monospace; color: #5b7144; white-space: pre-wrap; margin: 0; }
.file-row { display: flex; align-items: center; gap: 9px; border-bottom: 1px solid #edf0e2; padding: 8px 0; font-size: 10px; }
.file-glyph { color: #638f3e; font-size: 15px; }
.mini-dock { display: flex; gap: 6px; justify-content: center; margin: 12px 0 0; flex-wrap: wrap; }
.mini-dock button { padding: 7px 10px; font-size: 9px; border-radius: 7px; border-color: #c6d2b5; background: #f6f8ed; }
.mini-dock button[aria-pressed="true"] { border-color: #669349; background: #eaf4d9; }
.preview-caption { font-size: 10px; line-height: 1.55; text-align: center; color: #6d795f; margin: 13px 0 0; }
.quote-box { margin-top: 21px; padding-top: 20px; border-top: 1px solid #d1d6c1; }
.quote-plan { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 12px; margin-bottom: 10px; }
.quote-plan strong { font-weight: 650; }
.quote-plan span { font-size: 11px; color: #657257; }
.quote-price { font-size: 27px; font-weight: 650; letter-spacing: -.035em; margin: 0; }
.quote-price small { font-size: 11px; font-weight: 400; letter-spacing: 0; color: #69755c; }
.quote-fine { color: #6b765e; font-size: 10px; line-height: 1.7; margin: 8px 0 0; }
.preview-person { margin-top: 19px; border-top: 1px solid #d1d6c1; padding-top: 15px; font-size: 11px; color: #637254; line-height: 1.6; overflow-wrap: anywhere; }
.review-card { background: #fbf8ed; border: 1px solid #d1d5c1; border-radius: 12px; padding: 3px 20px; margin-bottom: 19px; }
.review-row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 14px; padding: 17px 0; border-bottom: 1px solid #e0e1d0; }
.review-row:last-child { border: 0; }
.review-label { color: #738065; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 5px; display: block; }
.review-value { font-size: 13px; line-height: 1.7; overflow-wrap: anywhere; }
.review-value small { display: block; color: #6c765f; font-size: 11px; }
.activation-note { border: 1px solid #d3d6c3; border-radius: 10px; padding: 15px 17px; font-size: 12px; line-height: 1.7; color: #687159; background: #ecefdf; }
.success-mark { width: 53px; height: 53px; border-radius: 50%; background: #def2c8; color: #327d10; display: grid; place-content: center; font-size: 25px; margin-bottom: 23px; }
.completion-actions { display: grid; gap: 12px; margin: 24px 0; }
.completion-actions a { text-decoration: none; text-align: center; padding: 13px 20px; border: 1px solid #c7cdb7; border-radius: 999px; font-size: 13px; font-weight: 650; }
.completion-actions .disconnect { border-color: var(--green); }
.completion-actions button { font-size: 13px; min-height: 45px; }
.next-step-list { font-size: 12px; line-height: 1.8; color: #5c6b4d; padding-left: 20px; }
.setup-footer { margin-top: 36px; border-top: 1px solid #d8dac8; padding-top: 21px; display: flex; justify-content: space-between; gap: 16px; color: #727b66; font-size: 11px; align-items: center; }
dialog { max-width: 450px; width: calc(100% - 40px); padding: 28px; border: 1px solid #bdc5ad; border-radius: 16px; color: var(--ink); background: var(--cream); }
dialog::backdrop { background: #23331d66; }
dialog h2 { font-size: 22px; margin: 0 0 14px; }
dialog p { font-size: 14px; line-height: 1.65; color: var(--muted); }
.dialog-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 24px; }
.dialog-actions button { font-size: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
@keyframes arrive { from { opacity: .4; transform: translateY(4px); } to { opacity: 1; transform: none; } }
@media (max-width: 1000px) { .setup-grid { gap: 28px; grid-template-columns: minmax(0,1.15fr) minmax(290px,.85fr); } .setup-shell { padding: 20px 24px 32px; } .preview-panel { padding: 18px; } }
@media (max-width: 760px) { .setup-grid { grid-template-columns: 1fr; gap: 32px; } .preview-panel { position: static; } .flow h1 { font-size: 35px; } .journey-head { margin-bottom: 20px; } .step-label { display: none; } .steps { justify-content: space-between; } .step { padding: 0 5px; } progress { margin-bottom: 30px; } .preview-panel { max-width: 480px; width: 100%; margin: 0 auto; } .setup-footer { font-size: 10px; } .journey-head .eyebrow { font-size: 9px; } #save-state { font-size: 10px; } .invite-form { grid-template-columns: minmax(0,1fr) 100px; } .invite-form button { grid-column: 1/-1; } }
@media (max-width: 390px) { .setup-shell { padding: 18px 20px 28px; } .flow h1 { font-size: 31px; } .template-grid { gap: 9px; } .template-option { padding: 13px; } .template-option.selected { padding: 12px; } .plan-option { padding: 19px; } .plan-option.selected { padding: 18px; } .flow-actions { gap: 12px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
