.portal-shell{--portal-brand-navy:#0f1e34;--portal-brand-navy-deep:#0b1627;--portal-brand-blue:#041d66;--portal-accent:var(--portal-brand-blue);--portal-accent-hue:268;--portal-accent-soft:oklch(0.96 0.03 270);--portal-accent-ink:oklch(0.34 0.16 268);--portal-bg:oklch(0.985 0.004 250);--portal-bg-card:#ffffff;--portal-bg-sunken:oklch(0.965 0.005 250);--portal-ink:oklch(0.21 0.03 260);--portal-ink-2:oklch(0.42 0.02 260);--portal-ink-3:oklch(0.6 0.015 260);--portal-line:oklch(0.9 0.005 250);--portal-line-2:oklch(0.94 0.005 250);--portal-good:oklch(0.55 0.13 165);--portal-good-soft:oklch(0.96 0.05 165);--portal-good-ink:oklch(0.4 0.1 165);--portal-warn:oklch(0.65 0.13 60);--portal-warn-soft:oklch(0.97 0.05 60);--portal-warn-ink:oklch(0.42 0.12 60);--portal-sans:"Inter",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--portal-serif:Georgia,"Times New Roman",serif;--portal-mono:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,monospace;--portal-radius:10px;--portal-radius-lg:14px;background:var(--portal-bg);color:var(--portal-ink);font-family:var(--portal-sans);font-size:15px;line-height:1.55;letter-spacing:-.005em;-webkit-font-smoothing:antialiased;min-height:100vh}.portal-shell *,.portal-shell :after,.portal-shell :before{box-sizing:border-box}.portal-main{max-width:760px;margin:0 auto;padding:36px 28px 80px}@media (max-width:700px){.portal-main{padding:24px 18px 56px}}@media (min-width:1100px){.portal-main{max-width:1080px;padding:40px 32px 96px}}.portal-intake-grid{display:flex;flex-direction:column;gap:32px}@media (min-width:1100px){.portal-intake-grid{display:grid;grid-template-columns:minmax(0,640px) 320px;grid-column-gap:48px;column-gap:48px;grid-row-gap:32px;row-gap:32px;align-items:flex-start;justify-content:center}.portal-intake-content-slot{grid-column:1;grid-row:1}.portal-intake-rail-slot{grid-column:2;grid-row:1;position:-webkit-sticky;position:sticky;top:24px;align-self:flex-start}}.portal-header{background:var(--portal-brand-navy);border-bottom:1px solid var(--portal-brand-navy-deep)}.portal-header-inner{max-width:760px;margin:0 auto;padding:18px 28px;display:flex;align-items:center;gap:14px}@media (max-width:700px){.portal-header-inner{padding:14px 18px}}.portal-brand-logo{height:30px;width:auto;display:block}@media (max-width:700px){.portal-brand-logo{height:26px}}.portal-brand-text{color:#fff;font-weight:700;font-size:17px}.portal-brand-pill{letter-spacing:.1em;color:rgba(255,255,255,.92);background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);padding:4px 10px;border-radius:999px}.portal-brand-pill,.portal-eyebrow{font-size:11px;text-transform:uppercase}.portal-eyebrow{letter-spacing:.12em;color:var(--portal-accent-ink);font-weight:500}.portal-h1{font-size:38px;line-height:1.15;letter-spacing:-.01em;text-wrap:pretty}.portal-h1,.portal-h2{font-family:var(--portal-serif);font-weight:400;margin:0}.portal-h2{font-size:24px;line-height:1.2;letter-spacing:-.005em}.portal-h3{font-family:var(--portal-sans);font-size:14px;font-weight:600;margin:0;color:var(--portal-ink)}@media (max-width:700px){.portal-h1{font-size:30px}.portal-h2{font-size:21px}}.portal-lede{font-size:16px;color:var(--portal-ink-2);line-height:1.55;margin:0;text-wrap:pretty}.portal-muted{font-size:13px;color:var(--portal-ink-3)}.portal-meta{font-family:var(--portal-mono);font-size:11.5px;letter-spacing:.04em;color:var(--portal-ink-3)}.portal-card{background:var(--portal-bg-card);border:1px solid var(--portal-line);border-radius:var(--portal-radius-lg);padding:24px}@media (max-width:700px){.portal-card{padding:20px 18px}}.portal-card--accent{border-color:var(--portal-accent);background:var(--portal-accent-soft)}.portal-card--sunken{border-color:var(--portal-line-2)}.portal-card--sunken,.portal-pill{background:var(--portal-bg-sunken)}.portal-pill{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;letter-spacing:.005em;padding:4px 10px;border-radius:999px;color:var(--portal-ink-2);border:1px solid var(--portal-line);white-space:nowrap}.portal-pill--accent{background:var(--portal-accent-soft);color:var(--portal-accent-ink);border-color:oklch(.88 .05 var(--portal-accent-hue))}.portal-pill--good{background:var(--portal-good-soft);color:var(--portal-good-ink);border-color:oklch(.88 .06 145)}.portal-pill--warn{background:var(--portal-warn-soft);color:var(--portal-warn-ink);border-color:oklch(.88 .07 70)}.portal-pill--bad{background:oklch(.97 .035 25);color:oklch(.45 .16 25);border-color:oklch(.88 .07 25)}.portal-section-row{display:grid;grid-template-columns:1fr auto;grid-gap:14px;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid var(--portal-line-2)}.portal-section-row:last-child{border-bottom:0}.portal-section-row__label{font-size:14.5px;color:var(--portal-ink);line-height:1.4}.portal-section-row__status{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}.portal-section-row__action{color:var(--portal-accent-ink);font-size:13px;font-weight:500;text-decoration:none;white-space:nowrap}.portal-section-row__action:hover{text-decoration:underline}@media (max-width:700px){.portal-section-row{grid-template-columns:1fr;gap:8px}.portal-section-row__status{justify-content:flex-start;flex-wrap:wrap}}.portal-details__summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:18px}.portal-details__summary::-webkit-details-marker{display:none}.portal-details[open] .portal-details__summary{border-bottom:1px solid var(--portal-line-2);margin-bottom:18px;padding-bottom:16px}@media (max-width:700px){.portal-details__summary{align-items:flex-start;flex-direction:column;gap:6px}}.portal-missing-nav{border-top:1px solid var(--portal-line-2);display:flex;flex-direction:column;gap:8px;padding-top:12px}.portal-missing-nav__header{align-items:baseline;display:flex;gap:10px;justify-content:space-between}.portal-missing-nav__list{display:flex;flex-direction:column;gap:6px}.portal-missing-nav__link{align-items:center;background:var(--portal-bg-card);border:1px solid var(--portal-line);border-radius:8px;color:var(--portal-ink-2);display:flex;font-size:13px;font-weight:500;gap:12px;justify-content:space-between;line-height:1.35;padding:8px 10px;text-decoration:none}.portal-missing-nav__link:hover{background:var(--portal-accent-soft);border-color:var(--portal-accent);color:var(--portal-accent-ink)}.portal-chiprow{display:flex;flex-wrap:wrap;gap:8px}.portal-chip{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--portal-ink-2);background:var(--portal-bg-card);border:1px solid var(--portal-line);border-radius:999px;padding:6px 12px;text-decoration:none;transition:border-color .12s ease,color .12s ease,background .12s ease}.portal-chip--current,.portal-chip:hover{border-color:var(--portal-accent);color:var(--portal-accent-ink);background:var(--portal-accent-soft)}.portal-chip__count{font-family:var(--portal-mono);font-size:11px;color:var(--portal-ink-3)}.portal-chip--current .portal-chip__count,.portal-chip:hover .portal-chip__count{color:var(--portal-accent-ink)}.portal-section{background:var(--portal-bg-card);border:1px solid var(--portal-line);border-radius:var(--portal-radius-lg);padding:28px;scroll-margin-top:84px}@media (max-width:700px){.portal-section{padding:22px 18px}}.portal-section__header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid var(--portal-line-2)}.portal-question{background:var(--portal-bg-card);border:1px solid var(--portal-line);border-radius:var(--portal-radius);padding:20px 22px}@media (max-width:700px){.portal-question{padding:18px 16px}}.portal-question__prompt{font-size:16px;font-weight:500;color:var(--portal-ink);line-height:1.45;text-wrap:pretty;margin:0 0 6px;display:block}.portal-question__helper{font-size:13px;color:var(--portal-ink-2);line-height:1.5;margin:0 0 14px;text-wrap:pretty}.portal-input,.portal-textarea{width:100%;font-family:var(--portal-sans);font-size:15px;line-height:1.55;letter-spacing:-.005em;padding:12px 14px;border:1px solid var(--portal-line);border-radius:var(--portal-radius);background:var(--portal-bg-card);color:var(--portal-ink);display:block;transition:border-color .12s ease,box-shadow .12s ease}.portal-input::placeholder,.portal-textarea::placeholder{color:var(--portal-ink-3)}.portal-input:focus,.portal-textarea:focus{outline:none;border-color:var(--portal-accent);box-shadow:0 0 0 3px var(--portal-accent-soft)}.portal-textarea{min-height:132px;resize:vertical}.portal-textarea--list{min-height:110px}.portal-btn-primary{background:var(--portal-ink);color:var(--portal-bg);border:0;padding:11px 18px;border-radius:8px;font-family:inherit;font-size:14px;font-weight:500;letter-spacing:-.005em;cursor:pointer;transition:opacity .15s ease}.portal-btn-primary:hover{opacity:.9}.portal-btn-primary:disabled,.portal-btn-primary[aria-busy=true]{opacity:.55;cursor:progress}.portal-btn-link{background:transparent;border:0;padding:6px 0;color:var(--portal-accent-ink);font-size:13.5px;font-weight:500;font-family:inherit;cursor:pointer;text-decoration:none}.portal-btn-link:hover{text-decoration:underline}.portal-status-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:12px}.portal-status--saved{color:var(--portal-good-ink);font-size:12.5px;font-weight:500;display:inline-flex;align-items:center;gap:4px}.portal-status--persisted,.portal-status--unsaved{color:var(--portal-ink-3);font-size:12.5px}.portal-status--unsaved{font-style:italic}.portal-status--error{background:oklch(.97 .04 28);border:1px solid oklch(.88 .07 28);color:oklch(.42 .13 28);font-size:13px;padding:10px 12px;border-radius:8px;margin-top:10px;text-wrap:pretty;width:100%}.portal-status--error code{background:rgba(255,255,255,.5);border-radius:4px;padding:1px 6px;font-size:11.5px;color:var(--portal-ink-3);margin-left:4px}.portal-why{background:var(--portal-accent-soft);border-left:2px solid var(--portal-accent);padding:14px 18px;border-radius:0 var(--portal-radius) var(--portal-radius) 0}.portal-why__label{font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:500;color:var(--portal-accent-ink);margin-bottom:4px}.portal-why__body{font-size:14px;color:var(--portal-ink)}.portal-tip,.portal-why__body{line-height:1.55;text-wrap:pretty}.portal-tip{display:flex;gap:10px;align-items:flex-start;padding:10px 14px;border-radius:8px;background:var(--portal-bg-sunken);font-size:13px;color:var(--portal-ink-2)}.portal-tip__mark{flex:0 0 auto;opacity:.75;padding-top:1px}.portal-question-help{margin-top:14px;padding:14px 0;border-top:1px solid var(--portal-line-2);border-bottom:1px solid var(--portal-line-2);display:flex;flex-direction:column;gap:12px}.portal-question-help__header{display:flex;justify-content:space-between;align-items:baseline;gap:10px}.portal-question-help__label,.portal-question-help__title{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--portal-ink-3);font-weight:600}.portal-question-help__cue{flex:0 0 auto;border-radius:999px;padding:3px 8px;font-size:12px;font-weight:600;white-space:nowrap}.portal-question-help__cue--warn{color:oklch(.45 .12 70);background:oklch(.95 .06 83)}.portal-question-help__cue--good{color:var(--portal-good-ink);background:var(--portal-good-soft)}.portal-question-help__analysis,.portal-question-help__body,.portal-question-help__draft-note{margin:0;font-size:13.5px;line-height:1.55;color:var(--portal-ink-2);text-wrap:pretty}.portal-question-help__row{display:flex;flex-direction:column;gap:4px}.portal-question-help__draft-note{color:var(--portal-ink-3)}.portal-question-help .portal-answer-checklist{border:0;border-radius:0;padding:0;background:transparent}.portal-answer-checklist{border:1px solid var(--portal-line);border-radius:8px;padding:12px 14px;background:#fff}.portal-answer-checklist__title{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--portal-ink-3);font-weight:600;margin-bottom:8px}.portal-answer-checklist ul{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:5px}.portal-answer-checklist li{font-size:13px;line-height:1.45;color:var(--portal-ink-2)}.portal-examples details{border-radius:8px}.portal-examples summary{cursor:pointer;list-style:none;display:inline-flex;gap:8px;align-items:center;font-size:13px;font-weight:500;color:var(--portal-ink-2);padding:6px 0}.portal-examples summary::-webkit-details-marker{display:none}.portal-examples summary:hover{color:var(--portal-ink)}.portal-examples summary:before{content:"▸";font-size:11px;color:var(--portal-ink-3);transition:transform .15s ease}.portal-examples details[open] summary:before{transform:rotate(90deg)}.portal-examples__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:10px}@media (max-width:700px){.portal-examples__grid{grid-template-columns:1fr}}.portal-examples__col{display:flex;flex-direction:column;gap:8px}.portal-examples__label{font-size:11px;letter-spacing:.08em;text-transform:uppercase;font-weight:500}.portal-examples__label--good{color:var(--portal-good-ink)}.portal-examples__label--bad{color:var(--portal-ink-3)}.portal-examples__ex{font-size:13px;line-height:1.55;padding:10px 12px;border-radius:6px;text-wrap:pretty}.portal-examples__ex--good{background:var(--portal-good-soft);border-left:2px solid oklch(.7 .13 145);color:var(--portal-ink)}.portal-examples__ex--bad{background:var(--portal-bg-sunken);border-left:2px solid var(--portal-line);color:var(--portal-ink-3);text-decoration:line-through;text-decoration-thickness:1px}.portal-progress-track{width:100%;height:6px;background:var(--portal-line-2);border-radius:999px;overflow:hidden}.portal-progress-fill{height:100%;background:linear-gradient(90deg,var(--portal-accent),oklch(.7 .12 145));transition:width .38s cubic-bezier(.2,.7,.2,1)}.portal-cta{background:var(--portal-ink);color:var(--portal-bg);padding:20px 22px;border-radius:var(--portal-radius-lg);display:flex;flex-direction:column;gap:12px;text-decoration:none}.portal-cta__eyebrow{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:oklch(.7 .005 60);font-weight:500}.portal-cta__title{font-family:var(--portal-serif);font-size:22px;line-height:1.2;font-weight:400;margin:0;text-wrap:pretty}.portal-cta__cta{align-self:flex-start;background:var(--portal-bg);color:var(--portal-ink);padding:9px 16px;border-radius:8px;font-size:13.5px;font-weight:500;text-decoration:none;border:0;cursor:pointer;font-family:inherit}.portal-cta__cta:hover{opacity:.92}.portal-stack{display:flex;flex-direction:column}.portal-stack--12{gap:12px}.portal-stack--16{gap:16px}.portal-stack--24{gap:24px}.portal-stack--32{gap:32px}.portal-page-narrow{max-width:760px;margin:0 auto;width:100%}.portal-vh{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}