:root{font-family:Inter,Segoe UI,system-ui,sans-serif;line-height:1.5;font-weight:400;color:#111827;background-color:#f7f7f8;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--surface: #ffffff;--surface-muted: #f9fafb;--border: #e5e7eb;--border-strong: #d1d5db;--muted: #6b7280;--accent: #4f46e5;--accent-soft: #eef2ff;--accent-muted: #6366f1;--shadow: 0 18px 40px rgba(15, 23, 42, .08)}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}body{margin:0;min-height:100vh;background:#f7f7f8}#root{width:100%}button,input,select,textarea{font-family:inherit}button{border-radius:10px;border:1px solid var(--border);padding:.6rem 1.1rem;font-size:.95rem;font-weight:600;background:var(--surface);color:#111827;cursor:pointer;transition:all .16s ease;box-shadow:0 8px 18px #0f172a0f}button:hover{border-color:var(--border-strong);transform:translateY(-1px)}button:disabled{opacity:.5;cursor:not-allowed;transform:none}a.cta,a.ghost{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:.6rem 1.1rem;border-radius:10px;font-size:.95rem;font-weight:600;border:1px solid var(--border);box-shadow:0 8px 18px #0f172a0f}a.cta{background:var(--accent);color:#fff;border:1px solid transparent;box-shadow:0 10px 24px #4f46e540}a.cta:hover{background:var(--accent-muted)}a.ghost{background:var(--surface);color:#111827}.cta{background:var(--accent);color:#fff;border:1px solid transparent;box-shadow:0 10px 24px #4f46e540}.cta:hover{background:var(--accent-muted)}.ghost{background:var(--surface);color:#111827}.app-shell{max-width:1240px;margin:0 auto;padding:28px 20px 60px}.app-header{display:flex;flex-direction:column;gap:16px;padding:16px 20px;border-radius:16px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);position:sticky;top:16px;z-index:10}.header-primary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:16px;align-items:start}.brand-mark{display:flex;align-items:center;gap:12px}.orb{width:40px;height:40px;border-radius:12px;background:linear-gradient(140deg,#93c5fd,#6366f1);box-shadow:inset 0 0 16px #fffc}.brand-title{font-weight:700;font-size:1.05rem}.brand-subtitle{color:var(--muted);font-size:.9rem}.header-main{display:flex;flex-direction:column;gap:12px;min-width:0}.session-meta{display:flex;gap:10px;flex-wrap:wrap;align-items:center;min-width:0}.session-pill{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:var(--accent-soft);color:#4338ca;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.session-email{color:var(--muted);font-size:.92rem;font-weight:600;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-pending-value{display:inline-block;color:transparent;-webkit-user-select:none;user-select:none;background:linear-gradient(90deg,#e5e7eb,#f3f4f6);box-shadow:inset 0 0 0 1px #94a3b81f}.session-email.shell-pending-value{width:clamp(7rem,18vw,11rem);min-height:1rem;border-radius:999px}.session-pill.shell-pending-value{min-width:5.5rem;min-height:1.8rem;background:#e5e7eb;color:transparent}.header-actions{display:flex;justify-content:flex-end;align-items:flex-start}.shell-logout{box-shadow:none}.shell-logout:hover{background:var(--surface-muted)}.header-context{border-top:1px solid var(--border);padding-top:16px;display:flex;flex-direction:column;gap:14px}.header-context-minimal{padding-top:12px;gap:10px}.project-context-bar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.project-context-summary{display:flex;flex-direction:column;gap:4px;min-width:0}.project-context-value{font-size:1.2rem;font-weight:700;line-height:1.2;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-context-minimal .project-context-value{font-size:1.05rem}.project-context-value.shell-pending-value{width:min(100%,18rem);min-height:1.3rem;border-radius:10px}.project-context-status{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:10px;width:min(100%,620px)}.project-context-status .status-chip{min-width:0}.stepper{display:flex;gap:10px;justify-content:flex-start;flex-wrap:wrap}.step-link{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid var(--border);background:var(--surface-muted);color:#111827;font-size:.9rem;font-weight:600;transition:all .15s ease}.step-link.complete{background:var(--accent-soft);border-color:#6366f159}.step-link.active{background:var(--accent);color:#fff;border-color:transparent}.step-link.locked{opacity:.45;pointer-events:none}.step-index{width:22px;height:22px;border-radius:999px;display:grid;place-items:center;background:#fff;border:1px solid var(--border);font-size:.8rem}.step-link.active .step-index{background:#fff3;color:#fff;border-color:#fff6}.status-row{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.status-chip{display:flex;flex-direction:column;gap:2px;padding:8px 12px;border-radius:12px;border:1px solid var(--border);background:var(--surface-muted);min-width:100px}.status-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.status-value{font-weight:700}.status-value.shell-pending-value{display:block;width:4.75rem;min-height:1rem;border-radius:999px}.app-content{margin-top:24px}.page-stack{display:flex;flex-direction:column;gap:20px}.hero-card{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;padding:28px;border-radius:18px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow)}.hero-actions{display:grid;gap:12px;align-content:start}.grid-two{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.card{border-radius:16px;padding:18px;background:var(--surface);border:1px solid var(--border);box-shadow:0 12px 24px #0f172a0d}.page-header{display:flex;justify-content:space-between;gap:16px;align-items:center;flex-wrap:wrap}.actions-row{display:flex;gap:10px;flex-wrap:wrap}.actions-row a[aria-disabled=true],.hero-actions a[aria-disabled=true]{pointer-events:none;opacity:.5}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:var(--muted);margin:0 0 6px}.lede{color:var(--muted)}.microcopy{color:var(--muted);font-size:.9rem}.section-title{font-weight:700;margin:0 0 12px;color:#111827}.section-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:12px;border:1px solid var(--border);background:var(--surface-muted)}.chip-row{display:flex;flex-wrap:wrap;gap:8px}.pill.inline{height:fit-content}.pill-label{text-transform:uppercase;letter-spacing:.06em;font-size:.7rem;color:var(--muted)}.pill-value{font-weight:700}.step-list{margin:0;padding-left:18px;color:var(--muted)}.module-shell{display:flex;flex-direction:column;gap:16px}.module-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.stepper-card{display:flex;flex-direction:column;gap:14px}.step-card{padding:0;overflow:hidden}.step-card.complete .step-toggle{background:var(--accent-soft)}.step-toggle{width:100%;display:grid;grid-template-columns:auto 1fr;gap:12px;padding:16px 18px;border:none;background:var(--surface-muted);align-items:center;text-align:left;box-shadow:none}.step-toggle:disabled{opacity:.5}.step-title{font-weight:700}.step-summary{display:block;font-size:.85rem;color:var(--muted)}.step-body{padding:18px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:12px}.stack-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.stack-row.wrap{flex-wrap:wrap}.detail-block{margin-top:10px;background:var(--surface-muted);padding:10px;border-radius:12px;border:1px solid var(--border)}.code-block{background:#0f172a;color:#e2e8f0;padding:12px;border-radius:12px;overflow-x:auto;font-size:.9rem;line-height:1.4}.inline-stats{margin-top:8px;display:flex;gap:10px;align-items:center;flex-wrap:wrap}.error-text{color:#dc2626;margin-top:8px}.empty-state{padding:24px;border-radius:16px;border:1px dashed var(--border-strong);background:var(--surface-muted);display:flex;flex-direction:column;gap:10px;align-items:flex-start}.chart-shell{width:100%;height:280px}.pill-stat{padding:12px 16px;border-radius:16px;background:var(--surface-muted);border:1px solid var(--border)}.kpi-row{display:flex;gap:12px;flex-wrap:wrap}.pill-value.large{font-size:1.6rem;font-weight:800}.loading-state,.padded{padding:18px;text-align:center;color:var(--muted)}.survey-panel .sd-root-modern{background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);padding:12px}.survey-panel .sd-title,.survey-panel .sd-description{color:#111827}.survey-panel .sd-element,.survey-panel .sd-page,.survey-panel .sv-page{background:var(--surface-muted);border-radius:14px;border:1px solid var(--border);padding:14px 16px}.survey-panel .sd-page__title,.survey-panel .sd-question__title,.survey-panel .sd-panel__title,.survey-panel .sv-page-title{color:#111827;font-weight:700}.survey-panel .sd-question__content,.survey-panel .sd-panel__content{background:#fff;border-radius:12px;border:1px solid var(--border);padding:12px}.survey-panel .sd-item__control,.survey-panel .sd-input,.survey-panel input,.survey-panel textarea,.survey-panel select,.survey-panel .sd-dropdown,.survey-panel .sd-selectbase{background:#fff!important;border:1px solid var(--border)!important;border-radius:10px!important;color:#111827!important;box-shadow:none}.survey-panel .sd-item__control:focus,.survey-panel .sd-input:focus,.survey-panel input:focus,.survey-panel textarea:focus,.survey-panel select:focus,.survey-panel .sd-selectbase:focus{outline:none!important;box-shadow:0 0 0 2px #6366f140;border-color:#6366f199!important}.survey-panel .sd-boolean__switch--checked,.survey-panel .sd-radio--checked{background:var(--accent)!important;border-color:#4f46e5e6!important}.survey-panel .sd-navigation__next-btn,.survey-panel .sd-navigation__prev-btn,.survey-panel .sd-btn{border-radius:10px!important;background:var(--surface)!important;border:1px solid var(--border)!important;color:#111827!important;box-shadow:none}.survey-panel .sd-btn--action,.survey-panel .sd-navigation__complete-btn,.survey-panel .sd-navigation__next-btn{background:var(--accent)!important;color:#fff!important;border:none!important;box-shadow:0 10px 24px #4f46e540!important}.survey-panel .sd-progress__bar,.survey-panel .sd-progress__bar span{background:var(--accent)!important;border-radius:10px}.survey-panel .sd-progress__text,.survey-panel .sd-html,.survey-panel .sd-description,.survey-panel .sd-matrix__cell,.survey-panel .sd-item__label{color:#111827}.survey-panel .sd-item__control:checked+.sd-item__label{color:#111827!important}.sd-table{display:table!important;width:100%}.sd-table__row,.sd-row{display:table-row!important}.sd-table__cell,.sd-cell{display:table-cell!important;vertical-align:middle}.sd-table-wrapper{overflow-x:auto!important;min-width:700px}.sd-question__content,fieldset[role=radiogroup]{overflow-x:visible!important}@media(max-width:960px){.app-header{align-items:stretch}.header-primary{grid-template-columns:1fr}.header-actions{justify-content:flex-start}.project-context-bar{flex-direction:column}.project-context-status{width:100%;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.hero-card{grid-template-columns:1fr}.status-row{justify-content:flex-start}}.workspace-hero{align-items:stretch}.header-center{display:flex;flex-direction:column;gap:12px;min-width:0}.workspace-nav{display:flex;gap:10px;flex-wrap:wrap}.shell-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 14px;border-radius:999px;border:1px solid var(--border);background:var(--surface-muted);color:#111827;font-size:.9rem;font-weight:700}.shell-link.active{background:#111827;border-color:#111827;color:#fff}.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}.project-entry-shell{display:flex;flex-direction:column;gap:22px}.project-entry-header{max-width:720px}.project-entry-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;align-items:start}.project-entry-layout-single{grid-template-columns:minmax(0,1fr)}.project-section{display:flex;flex-direction:column;gap:16px;padding:20px;border-radius:18px;border:1px solid var(--border);background:linear-gradient(180deg,#fff,#f8fafc)}.project-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.project-section-header h2,.project-empty-state h3{margin:0}.project-radio-group{border:0;padding:0;margin:0;min-width:0}.project-list{display:grid;gap:12px}.project-create-inline{display:grid;gap:12px;padding:16px;border-radius:16px;border:1px solid var(--border);background:var(--surface-muted)}.project-create-inline-copy h3{margin:0}.project-create-inline-copy .microcopy{margin-bottom:0}.project-create-inline-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end}.project-card{display:grid;gap:12px;padding:16px 18px;border-radius:16px;border:1px solid var(--border);background:#fff;transition:border-color .15s ease,background .15s ease,transform .15s ease,box-shadow .15s ease}.project-card:hover{border-color:#4f46e538;background:#fcfcff;transform:translateY(-1px)}.project-card-main{display:flex;flex-wrap:wrap;gap:14px 18px;align-items:center}.project-card-cell{display:grid;gap:4px;min-width:0}.project-card-identity{flex:1 1 220px;min-width:220px}.project-card-status-cell{flex:1 1 165px;min-width:165px}.project-card-next-task-cell{flex:1.15 1 240px;min-width:240px}.project-card-response-cell{flex:0 1 210px;min-width:210px}.project-card-updated-cell{flex:0 1 165px;min-width:165px}.project-card-action{margin-left:auto;flex:0 0 auto}.project-card-open{display:inline-flex;align-items:center;justify-content:center;min-width:92px;padding:.7rem 1.1rem;border-radius:999px;background:var(--accent-soft);color:var(--accent);border:1px solid rgba(79,70,229,.18);box-shadow:none;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.project-option-title{font-size:1rem;font-weight:700;line-height:1.3;overflow-wrap:anywhere}.project-card-label{color:var(--muted);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.project-card-value{font-size:.96rem;font-weight:600;line-height:1.4;overflow-wrap:anywhere}.project-response-inline{display:flex;align-items:center;gap:10px;min-width:0}.project-response-donut{position:relative;width:56px;height:56px;flex-shrink:0}.project-response-svg{width:56px;height:56px;display:block}.project-response-track{stroke:#cbd5e1}.project-response-progress{stroke:#15803d;stroke-linecap:round}.project-response-donut.is-unavailable .project-response-track{stroke:#d1d5db}.project-response-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:.92rem;font-weight:700;color:#111827}.project-response-copy{display:grid;gap:2px;min-width:0}.project-response-copy .microcopy{margin-bottom:0}.project-card-details{padding-top:10px;border-top:1px solid var(--border)}.project-card-details summary{cursor:pointer;list-style:none;color:var(--muted);font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.project-card-details summary::-webkit-details-marker{display:none}.project-card-details[open] summary{margin-bottom:12px}.project-card-secondary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 18px}.project-card-secondary-item{display:grid;gap:4px;min-width:0}.project-empty-state{padding:18px;border-radius:14px;border:1px dashed var(--border-strong);background:var(--surface-muted)}.project-empty-state .microcopy{margin-bottom:0}@media(max-width:720px){.project-create-inline-form{grid-template-columns:minmax(0,1fr)}.project-card-open{width:100%}.project-card-main,.project-response-inline,.project-card-secondary-grid{grid-template-columns:minmax(0,1fr)}.project-card-main{display:grid}.project-card-action{margin-left:0}.project-card-identity,.project-card-status-cell,.project-card-next-task-cell,.project-card-response-cell,.project-card-updated-cell{min-width:0}.project-response-inline{display:grid;align-items:flex-start}.project-card-secondary-grid{grid-template-columns:minmax(0,1fr)}}.workflow-overview{display:flex;flex-direction:column;gap:16px;padding:18px}.workflow-overview-shell{display:flex;flex-direction:column;gap:16px}.workflow-overview-primary{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:18px;align-items:start}.workflow-overview-copy{display:flex;flex-direction:column;gap:14px}.workflow-overview-title{margin:0;font-size:1.45rem;line-height:1.1;color:#0f172a}.workflow-overview-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.workflow-overview-stat{display:flex;flex-direction:column;gap:6px;padding:14px 16px;border-radius:16px;border:1px solid var(--border);background:#fff}.workflow-overview-stat-accent{border-color:#6366f13d;background:#eef2ffc7}.workflow-overview-stat-success{border-color:#86efac;background:#f0fdf4}.workflow-overview-stat-warning{border-color:#fdba74;background:#fff7ed}.workflow-overview-stat-value{font-size:1.05rem;color:#0f172a}.workflow-activity-summary{border:1px solid var(--border);border-style:solid;border-radius:16px;padding:14px 16px;background:#fff;display:flex;flex-direction:column;gap:8px}.workflow-activity-summary-accent{border-color:#6366f147;background:linear-gradient(180deg,#fff,#eef2ff)}.workflow-activity-summary-success{border-color:#86efac;background:linear-gradient(180deg,#fff,#f0fdf4)}.workflow-activity-summary-danger{border-color:#fca5a5;background:linear-gradient(180deg,#fff,#fff1f2)}.workflow-activity-copy{display:flex;flex-direction:column;gap:8px}.workflow-activity-pill{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:6px 10px;border-radius:999px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.workflow-environment-banner{grid-column:1 / -1;border-color:#fdba74;background:linear-gradient(180deg,#fffaf0,#fff7ed);color:#9a3412;display:flex;flex-direction:column;gap:10px}.workflow-environment-banner-header{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.workflow-environment-banner-header .microcopy,.workflow-environment-banner .microcopy{margin:0}.workflow-environment-pill{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:6px 10px;border-radius:999px;background:#f973161f;border:1px solid rgba(249,115,22,.24);color:#c2410c;font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.workflow-activity-pill-neutral{background:var(--surface-muted);color:#334155}.workflow-activity-pill-accent{background:#eef2ff;color:#4338ca}.workflow-activity-pill-success{background:#dcfce7;color:#166534}.workflow-activity-pill-danger{background:#ffe4e6;color:#be123c}.workflow-overview-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.workflow-overview-flags{display:flex;flex-wrap:wrap;gap:8px}.workflow-inline-flag{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;background:var(--surface-muted);color:#334155;font-size:.74rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.workflow-inline-flag-warning{background:#fff7ed;color:#9a3412}.workflow-overview-actions{justify-content:flex-start}.workflow-overview-details{display:grid;gap:12px;padding-top:12px;border-top:1px solid var(--border)}.workflow-overview-details summary{cursor:pointer;list-style:none;color:var(--muted);font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.workflow-overview-details summary::-webkit-details-marker{display:none}.workflow-overview-details[open] summary{margin-bottom:12px}.workflow-overview-note{margin:0}.workflow-guided-shell{display:grid;grid-template-columns:minmax(260px,310px) minmax(0,1fr);gap:20px;align-items:start}.workflow-phase-rail{display:grid;gap:12px;position:sticky;top:24px}.workflow-phase-button{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:flex-start;padding:13px 14px;border-radius:18px;border:1px solid var(--border);background:linear-gradient(180deg,#fff,#f8fafc);text-align:left;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.workflow-phase-button:hover:not(:disabled){border-color:#6366f147;box-shadow:0 14px 28px #0f172a14;transform:translateY(-1px)}.workflow-phase-button.active{border-color:#6366f173;background:linear-gradient(180deg,#fff,#eef2ff);box-shadow:0 16px 34px #6366f124}.workflow-phase-button.complete{border-color:#22c55e4d}.workflow-phase-button.locked{opacity:.68}.workflow-phase-button.dirty{border-color:#f9731666}.workflow-phase-button:disabled{cursor:not-allowed}.workflow-phase-index{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;border:1px solid var(--border);background:#fff;font-size:.92rem;font-weight:700;color:#0f172a;flex-shrink:0}.workflow-phase-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.workflow-phase-label-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.workflow-phase-label{font-size:1rem;font-weight:700;color:#0f172a}.workflow-phase-state{display:inline-flex;align-items:center;justify-content:center;padding:5px 10px;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.workflow-phase-state-active,.workflow-phase-state-in-progress{background:#111827;color:#fff}.workflow-phase-state-complete{background:#dcfce7;color:#166534}.workflow-phase-state-ready,.workflow-phase-state-up-next{background:#eef2ff;color:#4338ca}.workflow-phase-state-locked{background:#f1f5f9;color:#475569}.workflow-phase-summary,.workflow-phase-lock,.workflow-phase-dirty{color:var(--muted);font-size:.84rem}.workflow-phase-summary{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.workflow-phase-lock,.workflow-phase-dirty{font-weight:600}.workflow-phase-dirty{color:#b45309}.workflow-phase-main{min-width:0}.workflow-phase-panel{display:flex;flex-direction:column;gap:18px;padding:18px}.workflow-phase-panel-header{display:flex;align-items:flex-start;gap:12px}.workflow-phase-panel-title{margin-bottom:8px}.workflow-phase-panel-summary{max-width:760px}.workflow-phase-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.workflow-section-card{display:flex;flex-direction:column;gap:14px;padding:18px;border-radius:18px;border:1px solid var(--border);background:linear-gradient(180deg,#fff,#f8fafc)}.workflow-section-card:focus-visible{outline:3px solid rgba(99,102,241,.18);outline-offset:2px}.workflow-section-header .section-title{margin-bottom:6px}.workflow-section-body{display:flex;flex-direction:column;gap:14px}.workflow-section-actions{margin-top:4px}.workflow-placeholder-note{margin:0;padding:14px 16px;border-radius:14px;border:1px dashed var(--border-strong);background:var(--surface-muted);color:var(--muted)}.workflow-checkpoint-list{display:grid;gap:10px}.workflow-checkpoint{display:flex;flex-direction:column;gap:4px;padding:12px;border-radius:14px;border:1px solid var(--border);background:#fffc}.workflow-checkpoint-complete{border-color:#86efac;background:#f0fdf4}.workflow-checkpoint-pending{border-color:#fed7aa;background:#fff7ed}.workflow-checkpoint-ready{border-color:#6366f140;background:#eef2ff}.workflow-artifact-card,.workflow-guided-card{display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:16px;border:1px solid var(--border);background:#ffffffeb}.workflow-guided-card-complete{border-color:var(--border);background:#ffffffeb}.workflow-guided-card-ready{border-color:#6366f147;background:#eef2ff}.workflow-guided-card-pending{border-color:#fed7aa;background:#fff7ed}.workflow-guided-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.workflow-guided-title{margin:0 0 4px;font-size:1rem;color:#0f172a}.workflow-guided-status{display:inline-flex;align-items:center;justify-content:center;min-width:110px;padding:.4rem .7rem;border-radius:999px;font-size:.8rem;font-weight:700;white-space:nowrap}.workflow-guided-status-complete{background:#dcfce7;color:#166534}.workflow-guided-status-ready{background:#dbeafe;color:#1d4ed8}.workflow-guided-status-pending{background:#ffedd5;color:#9a3412}.workflow-guided-status-neutral{background:#e2e8f0;color:#334155}.workflow-artifact-title{margin:0 0 4px;font-size:1rem;color:#0f172a}.workflow-artifact-points{margin:0;padding-left:18px;display:grid;gap:6px;color:#334155}.workflow-question-preview{margin:0;padding-left:18px;display:grid;gap:10px}.workflow-question-preview li{display:flex;flex-direction:column;gap:3px;color:#0f172a}.workflow-card{display:flex;flex-direction:column;gap:18px}.compact-card{padding:16px;min-width:260px}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px}.status-stat{padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:var(--surface-muted);display:flex;flex-direction:column;gap:4px}.workflow-timeline{display:grid;gap:10px}.workflow-timeline-item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:start}.workflow-timeline-marker{width:10px;height:10px;margin-top:5px;border-radius:999px;border:2px solid #cbd5e1;background:#fff}.workflow-timeline-item.complete .workflow-timeline-marker{border-color:#16a34a;background:#22c55e}.workflow-timeline-item.pending .workflow-timeline-marker{border-color:#cbd5e1;background:#fff}.workflow-timeline-copy{display:flex;flex-direction:column;gap:2px}.workflow-timeline-label{font-weight:700;color:#0f172a}.workflow-timeline-meta{color:var(--muted);font-size:.88rem}.two-column-grid,.three-column-grid{display:grid;gap:16px}.two-column-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.three-column-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.compact-grid{gap:12px}.stack-block{display:flex;flex-direction:column;gap:14px}.field{display:flex;flex-direction:column;gap:8px;text-align:left}.field-label{font-size:.86rem;font-weight:700;color:#0f172a}.field-input{width:100%;border-radius:12px;border:1px solid var(--border);background:#fff;color:#111827;padding:.8rem .95rem;font-size:.95rem;box-sizing:border-box}textarea.field-input{min-height:108px;resize:vertical}.inset-card{padding:18px;background:linear-gradient(180deg,#fff,#f8fafc)}.choice-grid{display:flex;flex-wrap:wrap;gap:10px}.checkbox-pill,.checkbox-row,.upload-pill{display:inline-flex;align-items:center;gap:10px}.checkbox-pill{padding:10px 12px;border-radius:999px;border:1px solid var(--border);background:var(--surface-muted)}.checkbox-row{color:#111827}.upload-pill{position:relative;overflow:hidden;padding:.7rem 1rem;border-radius:12px;border:1px dashed var(--border-strong);background:linear-gradient(135deg,#f8fafc,#eef2ff);cursor:pointer;font-weight:600}.upload-pill input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.detail-block{border:1px solid var(--border);border-radius:14px;background:#f8fafc;overflow:hidden}.detail-block summary{cursor:pointer;padding:14px 16px;font-weight:700}.code-block{margin:0;padding:16px;overflow:auto;font-size:.84rem;line-height:1.45;background:#0f172a;color:#e2e8f0}.code-block-tight{max-height:320px}.question-row{border:1px solid var(--border);border-radius:16px;padding:14px 16px;background:linear-gradient(180deg,#fff,#f8fafc);display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.question-row.has-errors{border-color:#fca5a5;background:linear-gradient(180deg,#fffafc,#fff1f2)}.question-row-main{display:flex;flex-direction:column;gap:8px;min-width:0}.question-row-header{display:inline-flex;align-items:center;flex-wrap:wrap;gap:8px}.question-chip,.question-type-badge{font-size:.78rem;font-weight:700;border:1px solid var(--border);border-radius:999px;padding:4px 10px;color:#0f172a;background:#f8fafc}.question-text-preview{margin:0;color:#0f172a;font-weight:600}.question-meta-preview{margin:0;color:#64748b;font-size:.84rem}.question-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:flex-end}.question-action-btn{border-radius:10px;border:1px solid var(--border);background:#fff;padding:8px 10px;font-size:.82rem;font-weight:600;color:#0f172a;cursor:pointer}.question-action-btn-danger{background:#fff1f2;border-color:#fecdd3;color:#9f1239}.question-action-btn:disabled{opacity:.55;cursor:not-allowed}.question-editor{border:1px solid var(--border);border-radius:16px;padding:18px;background:linear-gradient(180deg,#fff,#f8fafc);display:flex;flex-direction:column;gap:16px}.question-editor-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.question-editor.has-errors{border-color:#fca5a5;background:linear-gradient(180deg,#fffafc,#fff1f2)}.question-row.is-active,.question-editor.is-active,.draft-section-row.is-active,.draft-preview-element.is-selected{border-color:#0e749059;box-shadow:0 0 0 3px #0e749014}.question-editor-header p{margin:4px 0 0}.draft-review-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:18px}.draft-review-panel{display:flex;flex-direction:column;gap:16px;min-width:0;padding:16px;border-radius:16px;border:1px solid var(--border);background:#ffffffd1}.draft-review-panel-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.draft-review-toolbar,.draft-item-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.draft-outline-list,.draft-preview-pages,.draft-preview-elements{display:flex;flex-direction:column;gap:12px}.draft-section-row{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:14px 16px;border-radius:14px;border:1px solid rgba(148,163,184,.35);background:linear-gradient(135deg,#eff6ff,#f8fafc)}.draft-section-row-main{display:flex;align-items:center;gap:10px;flex:1 1 auto;min-width:0}.draft-question-quick-fields{display:grid;grid-template-columns:minmax(120px,.25fr) minmax(140px,.25fr) minmax(0,1fr);gap:12px}.question-editor-errors,.draft-validation-list{margin:0;padding-left:18px;display:grid;gap:6px;color:#9f1239}.workflow-validation-banner{display:flex;flex-direction:column;gap:8px;padding:14px 16px;border-radius:14px;border:1px solid var(--border)}.workflow-validation-banner-valid{border-color:#86efac;background:#f0fdf4;color:#166534}.workflow-validation-banner-error{border-color:#fca5a5;background:#fff1f2;color:#9f1239}.workflow-validation-banner-warning{border-color:#fcd34d;background:#fffbeb;color:#92400e}.draft-validation-list li{display:flex;justify-content:space-between;gap:12px}.workflow-inline-error{margin:0;padding:12px 14px;border-radius:12px;border:1px solid #fca5a5;background:#fff1f2;color:#9f1239;font-weight:600}.draft-preview-summary{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border-radius:14px;border:1px solid rgba(148,163,184,.3);background:linear-gradient(135deg,#ecfeff,#f8fafc)}.draft-preview-page{display:flex;flex-direction:column;gap:12px;padding:14px 16px;border-radius:14px;border:1px solid var(--border);background:#fff}.draft-preview-page-header,.draft-preview-element-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.draft-preview-element{display:flex;flex-direction:column;gap:10px;padding:14px;border-radius:14px;border:1px solid var(--border);background:linear-gradient(180deg,#fff,#f8fafc)}.draft-preview-element p{margin:0}.draft-preview-token-row{display:flex;flex-wrap:wrap;gap:8px}.draft-preview-token{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#f1f5f9;border:1px solid rgba(148,163,184,.35);color:#0f172a;font-size:.82rem}.draft-preview-matrix{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.draft-preview-matrix ul{margin:6px 0 0;padding-left:18px}.error-panel,.success-panel{font-weight:600}.error-panel{border-color:#fca5a5;background:#fff1f2;color:#9f1239}.success-panel{border-color:#86efac;background:#f0fdf4;color:#166534}.workflow-refresh-banner{margin-bottom:16px}.toast-viewport{position:fixed;top:20px;right:20px;z-index:90;display:grid;gap:12px;width:min(360px,calc(100vw - 32px))}.toast-card{padding:14px 16px;border-radius:16px;border:1px solid var(--border);background:#fffffffa;box-shadow:0 18px 45px #0f172a29}.toast-card-success{border-color:#86efac;background:#f0fdf4}.toast-card-danger{border-color:#fca5a5;background:#fff1f2}.toast-card-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.toast-card-header strong,.toast-card-header .microcopy,.toast-card .microcopy{margin:0}.toast-dismiss{border:0;background:transparent;color:inherit;font:inherit;font-weight:700;cursor:pointer;padding:0}.workflow-shell{position:relative}.workflow-busy-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:flex-start;justify-content:center;padding:32px 20px;background:#0f172a52;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.workflow-busy-card{width:min(460px,100%);margin-top:32px;padding:22px 22px 20px;border-radius:22px;border:1px solid rgba(148,163,184,.28);background:#fffffff0;box-shadow:0 20px 60px #0f172a2e;display:flex;flex-direction:column;gap:16px}.workflow-busy-card-accent{border-color:#0f766e38}.workflow-busy-card-success{border-color:#16a34a3d}.workflow-busy-card-danger{border-color:#be185d3d}.workflow-busy-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.workflow-busy-copy{display:flex;flex-direction:column;gap:8px}.workflow-busy-copy h2,.workflow-busy-copy .microcopy{margin:0}.workflow-busy-meta{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.workflow-busy-stat{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border-radius:16px;border:1px solid rgba(148,163,184,.18);background:#f8fafce6}.workflow-busy-stat strong{color:#0f172a;font-size:.96rem}.workflow-busy-indicator{height:10px;border-radius:999px;background:linear-gradient(90deg,#94a3b838,#94a3b88c);position:relative;overflow:hidden}.workflow-busy-indicator:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:38%;border-radius:inherit;transform:translate(-110%);animation:workflow-busy-sweep 1.2s ease-in-out infinite}.workflow-busy-indicator-accent:after{background:linear-gradient(90deg,#0f766e,#14b8a6)}.workflow-busy-indicator-success:after{background:linear-gradient(90deg,#15803d,#4ade80)}.workflow-busy-indicator-danger:after{background:linear-gradient(90deg,#be185d,#fb7185)}.workflow-busy-guidance{margin:0}@keyframes workflow-busy-sweep{0%{transform:translate(-110%)}to{transform:translate(280%)}}.upload-pill[aria-disabled=true]{opacity:.72;cursor:not-allowed}.upload-pill[aria-disabled=true] input{cursor:not-allowed}.workflow-preview-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:14px;background:#ffffffc7}.workflow-preview-table{width:100%;border-collapse:collapse}.workflow-preview-table th,.workflow-preview-table td{padding:.7rem .85rem;border-bottom:1px solid var(--border);text-align:left;font-size:.92rem}.workflow-preview-table th{font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:#475569;background:#f8fafc}.workflow-preview-table tbody tr:last-child td{border-bottom:none}.error-text{margin:0;color:#9f1239;font-size:.88rem;font-weight:600}.workflow-validation-list{padding:14px 16px;border-radius:14px}.workflow-validation-list strong{display:block;margin-bottom:8px}.workflow-validation-list ul{margin:0;padding-left:18px;display:grid;gap:6px}.section-summary{max-width:420px;text-align:right}.auth-callback-card{width:min(560px,100%);margin:0 auto}.read-only-card{background:linear-gradient(180deg,#fff7ed,#fffbeb)}.team-invite-form{align-items:end}.team-guidance-grid{display:grid;gap:12px;margin-top:16px}.team-guidance-card{display:flex;flex-direction:column;gap:12px;margin-top:16px;padding:14px 16px;border-radius:14px;border:1px solid var(--border);background:#f8fafce0}.team-guidance-list{display:grid;gap:10px}.team-guidance-list-compact{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.team-guidance-item{display:flex;flex-direction:column;gap:4px}.team-guidance-item p{margin:0}.team-section-copy{display:flex;flex-direction:column;gap:4px;text-align:right}.team-section-copy p{margin:0}.team-list{display:grid;gap:12px}.team-member-card{display:flex;flex-direction:column;gap:10px;border:1px solid var(--border);border-radius:14px;padding:14px 16px;background:linear-gradient(180deg,#fff,#f8fafc)}.team-member-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px 18px;align-items:flex-start}.team-member-header h3{margin:0;font-size:1rem;overflow-wrap:anywhere}.team-member-identity{min-width:0}.badge-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.pill-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;border:1px solid var(--border);background:var(--surface-muted);color:#0f172a;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.pill-badge-accent{background:#eef2ff;border-color:#6366f159;color:#4338ca}.pill-badge-success{background:#f0fdf4;border-color:#86efac;color:#166534}.pill-badge-warning{background:#fff7ed;border-color:#fdba74;color:#9a3412}.pill-badge-danger{background:#fff1f2;border-color:#fca5a5;color:#9f1239}.team-meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.team-meta-item{display:flex;flex-direction:column;gap:4px;padding:12px;border-radius:14px;border:1px solid var(--border);background:#ffffffe0}.team-meta-strip{display:flex;gap:10px 14px;flex-wrap:wrap;align-items:center}.team-meta-pill{display:inline-flex;gap:8px;align-items:baseline;min-width:0}.team-meta-pill .status-value{font-weight:600;color:#475569}.team-controls{display:grid;grid-template-columns:minmax(136px,164px) auto;gap:10px 12px;align-items:end}.team-role-field{min-width:0;margin:0}.team-role-field .field-label{margin-bottom:4px}.team-actions-row{justify-content:flex-end;gap:8px}.team-actions-row .ghost,.team-actions-row .cta{white-space:nowrap}.team-inline-error,.team-inline-note{margin:0}.team-inline-warning{color:#9a3412;font-weight:600}.team-member-details{border-top:1px solid var(--border);padding-top:8px}.team-member-details[open]{padding-bottom:2px}.team-member-details-summary{cursor:pointer;color:#475569;font-size:.84rem;font-weight:600;list-style:none}.team-member-details-summary::-webkit-details-marker{display:none}.team-member-details-summary:before{content:"+";display:inline-block;margin-right:8px;color:#4338ca;font-weight:700}.team-member-details[open] .team-member-details-summary:before{content:"−"}.team-member-details-content{display:grid;gap:10px;margin-top:10px}.programming-preflight-shell{display:flex;flex-direction:column;gap:14px}.programming-preflight-summary-card{gap:16px}.programming-preflight-summary-header,.programming-preflight-card-header,.programming-preflight-subsection-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.programming-preflight-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.programming-preflight-stat{display:flex;flex-direction:column;gap:6px;padding:14px;border-radius:14px;border:1px solid var(--border);background:#f8fafce0}.programming-preflight-stat-value{font-size:1.55rem;line-height:1.1;color:#0f172a}.programming-preflight-list{display:grid;gap:10px}.programming-preflight-list-item{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border-radius:14px;border:1px solid var(--border);background:#f8fafcd1}.programming-preflight-excerpt{margin:0;color:#0f172a;line-height:1.5}.programming-preflight-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.programming-preflight-subsection{display:flex;flex-direction:column;gap:10px;padding:14px;border-radius:14px;border:1px solid var(--border);background:#f8fafcc7}.programming-preflight-subsection-title{margin:0;font-size:.94rem;color:#0f172a}.programming-preflight-artifact-list{display:flex;flex-direction:column;gap:12px}.programming-preflight-artifact-empty{padding:12px 14px;border-radius:14px;border:1px dashed var(--border-strong);background:var(--surface-muted)}.programming-preflight-artifact-empty p{margin:4px 0 0}.results-shell{display:flex;flex-direction:column;gap:18px}.results-header-card{gap:18px}.results-header-content h2{margin:0}.results-header-copy{max-width:760px;margin-bottom:0}.results-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.results-kpi-card{padding:18px;border-radius:16px;border:1px solid var(--border);background:linear-gradient(180deg,#fff,#f8fafc)}.results-kpi-label{font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#475569}.results-kpi-value{margin-top:8px;font-size:1.75rem;line-height:1.1;font-weight:800;color:#0f172a;overflow-wrap:anywhere}.results-kpi-detail{margin-top:6px;font-size:.84rem;color:#64748b}.results-summary-card{gap:12px}.results-summary-copy{margin:0;max-width:760px}.results-summary-list{margin:0;padding-left:18px;color:#0f172a;display:grid;gap:8px}.results-question-card{gap:16px}.results-question-header{align-items:flex-start}.results-section-title{margin:0 0 6px;font-size:1.05rem;color:#0f172a}.results-chart-shell{width:100%}.results-chart-shell :where(.recharts-responsive-container){min-height:inherit}.survey-preview-shell{display:flex;flex-direction:column;gap:16px}.survey-preview-summary-card{gap:16px}.survey-preview-summary-header,.survey-preview-panel-header,.survey-preview-item-header,.survey-preview-outline-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.survey-preview-mode-wrap{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.survey-preview-mode-toggle{display:flex;gap:8px;flex-wrap:wrap}.survey-preview-mode-button{box-shadow:none}.survey-preview-mode-button.active{background:#eef2ff;border-color:#6366f159;color:#4338ca}.survey-preview-grid{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(0,1.35fr);gap:16px;align-items:start}.survey-preview-sidebar{display:grid;gap:16px}.survey-preview-card,.survey-preview-live-card{display:flex;flex-direction:column;gap:16px}.survey-preview-outline,.survey-preview-required-list,.survey-preview-logic-list,.survey-preview-end-state-list{display:grid;gap:10px}.survey-preview-outline-item{width:100%;padding:12px 14px;border-radius:14px;border:1px solid var(--border);background:var(--surface-muted);box-shadow:none;display:flex;flex-direction:column;gap:6px;text-align:left}.survey-preview-outline-item:hover{transform:none}.survey-preview-outline-item.active{background:#eef2ff;border-color:#6366f159}.survey-preview-outline-item:disabled{background:#e2e8f0ad;border-style:dashed;color:var(--muted);cursor:not-allowed;opacity:.82}.survey-preview-outline-badges{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.survey-preview-outline-meta{display:flex;gap:10px;flex-wrap:wrap;color:var(--muted);font-size:.86rem}.survey-preview-card-section{display:flex;flex-direction:column;gap:10px}.survey-preview-required-item,.survey-preview-logic-item,.survey-preview-end-state{padding:12px;border-radius:14px;border:1px solid var(--border);background:#f8fafceb}.survey-preview-required-item p,.survey-preview-logic-item p,.survey-preview-end-state p{margin:6px 0 0}.survey-preview-expression{margin-top:8px;padding:8px 10px;border-radius:10px;border:1px solid var(--border);background:#fff;overflow-x:auto}.survey-preview-expression code{font-size:.84rem;color:#334155;white-space:pre-wrap;word-break:break-word}.survey-preview-details{display:grid;gap:10px}.survey-preview-details summary{cursor:pointer;color:#4338ca;font-weight:600}.survey-preview-empty{margin:0}.survey-preview-frame{width:100%}.survey-preview-frame-desktop{max-width:100%}.survey-preview-frame-mobile{width:min(390px,100%);margin:0 auto}.respondent-shell{min-height:100vh;display:grid;place-items:center;padding:32px 16px;background:radial-gradient(circle at top left,rgba(125,211,252,.32),transparent 38%),linear-gradient(180deg,#f8fafc,#e2e8f0)}.respondent-panel{width:min(920px,100%);padding:24px;border-radius:20px;border:1px solid rgba(148,163,184,.35);background:#ffffffeb;box-shadow:0 24px 70px #0f172a1f}@media(max-width:960px){.workflow-overview-primary,.workflow-overview-status-grid,.workflow-guided-shell,.project-entry-layout{grid-template-columns:1fr}.workflow-phase-rail{position:static}.project-section-header{flex-direction:column}.workflow-phase-grid,.two-column-grid,.three-column-grid{grid-template-columns:1fr}.team-section-copy{text-align:left}.team-member-header,.team-controls{grid-template-columns:1fr}.team-actions-row{justify-content:flex-start}.draft-review-layout,.draft-question-quick-fields,.draft-preview-matrix{grid-template-columns:1fr}.question-row{flex-direction:column}.question-actions{width:100%;justify-content:flex-start}.survey-preview-grid{grid-template-columns:1fr}.survey-preview-summary-header,.survey-preview-panel-header,.survey-preview-item-header,.survey-preview-outline-title,.programming-preflight-summary-header,.programming-preflight-card-header,.programming-preflight-subsection-header{flex-direction:column}.survey-preview-mode-wrap{align-items:flex-start}.programming-preflight-detail-grid{grid-template-columns:1fr}.workflow-guided-header,.workflow-busy-header,.workflow-phase-panel-header,.workflow-phase-label-row{flex-direction:column}.workflow-busy-meta{grid-template-columns:1fr}.section-summary{text-align:left;max-width:none}.workflow-overview-footer{align-items:flex-start}.team-invite-form{align-items:stretch}.draft-review-panel-header,.draft-validation-list li{flex-direction:column}.draft-review-toolbar{width:100%;justify-content:flex-start}.results-kpi-grid{grid-template-columns:1fr}}
