:root{color:#18211f;font-synthesis:none;text-rendering:optimizelegibility;--ink:#18211f;--muted:#64706d;--line:#dce3e0;--line-strong:#c4cfcb;--surface:#fff;--surface-soft:#f7f9f8;--accent:#0d6b5b;--accent-hover:#095849;--accent-soft:#e4f2ee;--blue:#315f88;--blue-soft:#eaf1f7;--amber:#9a6417;--amber-soft:#fbf2df;--red:#a43a43;--red-soft:#faebed;--green:#26765c;--shadow:0 1px 2px #1625200f, 0 8px 24px #1625200d;background:#f2f5f4;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:#f2f5f4;min-width:320px;min-height:100%}body{background:#f2f5f4;min-width:320px;min-height:100vh;margin:0}button,input,textarea{font:inherit;letter-spacing:0}button{color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #0d6b5b33}.app-shell{min-height:100vh}.sidebar{color:#f4f8f6;z-index:10;background:#1e2926;border-right:1px solid #2e3b37;flex-direction:column;width:280px;padding:22px 16px 18px;display:flex;position:fixed;inset:0 auto 0 0}.brand{align-items:center;gap:11px;min-width:0;display:flex}.brand__mark{color:#0a574a;background:#d3ede5;border-radius:6px;flex:0 0 38px;place-items:center;width:38px;height:38px;font-size:14px;font-weight:800;display:grid}.brand strong,.brand span{display:block}.brand strong{font-size:14px}.brand span{color:#9fb0aa;margin-top:3px;font-size:12px}.overall-progress{margin:28px 4px 18px}.overall-progress__label{color:#b7c4c0;justify-content:space-between;align-items:center;margin-bottom:9px;font-size:12px;display:flex}.overall-progress__label strong{color:#f4f8f6}.progress-track{background:#dfe6e3;border-radius:3px;height:5px;overflow:hidden}.progress-track>span{border-radius:inherit;background:#2b8d78;height:100%;transition:width .18s;display:block}.sidebar .progress-track{background:#394742}.section-nav{gap:3px;display:grid}.section-nav__item{color:#bdc9c5;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;grid-template-columns:20px 1fr 16px;align-items:center;gap:10px;width:100%;height:42px;padding:0 11px;display:grid}.section-nav__item:hover{color:#fff;background:#293732}.section-nav__item[aria-current=step]{color:#0b5f50;background:#dff0ea;font-weight:700}.section-nav__state{color:#64756f}.section-nav__state.is-done{color:#64b99d}.save-state{color:#95a7a1;border-top:1px solid #35433e;align-items:center;gap:8px;margin-top:auto;padding:12px 10px 0;font-size:12px;display:flex}.workspace{flex-direction:column;min-height:100vh;margin-left:280px;display:flex}.mobile-header{display:none}.main-content{background:#fff;flex:1;width:100%}.section-page{width:min(100%,1080px);min-height:calc(100vh - 76px);margin:0 auto;padding:52px 56px 110px}.section-page--wide{width:min(100%,1220px)}.section-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:28px;padding-bottom:30px;display:flex}.section-heading__eyebrow{color:var(--accent);text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:800;display:block}.section-heading h1{letter-spacing:0;margin:0;font-size:clamp(27px,3vw,36px);line-height:1.18}.section-heading p{max-width:720px;color:var(--muted);margin:12px 0 0;font-size:15px;line-height:1.7}.section-heading__aside{flex:none}.priority-badge{background:var(--amber-soft);min-height:30px;color:var(--amber);border-radius:4px;align-items:center;padding:0 11px;font-size:12px;font-weight:800;display:inline-flex}.principle-strip{border:1px solid var(--line);background:var(--surface-soft);border-radius:6px;grid-template-columns:repeat(3,1fr);margin:28px 0 12px;display:grid}.principle-strip>div{min-height:90px;color:var(--accent);align-items:center;gap:12px;padding:18px;display:flex}.principle-strip>div+div{border-left:1px solid var(--line)}.principle-strip span{color:var(--muted);font-size:13px;line-height:1.45}.principle-strip strong{color:var(--ink);margin-bottom:3px;display:block}.form-section{border-top:1px solid var(--line);margin-top:34px;padding-top:30px}.section-heading+.form-section{border-top:0;margin-top:0}.form-section--compact{margin-top:24px}.form-section__heading{justify-content:space-between;gap:24px;margin-bottom:22px;display:flex}.form-section__heading span{color:var(--accent);align-items:center;gap:5px;font-size:12px;font-weight:800;display:inline-flex}.form-section__heading h2{margin:5px 0 0;font-size:20px}.form-section__heading p{max-width:380px;color:var(--muted);margin:0;font-size:13px;line-height:1.6}.form-grid{gap:18px;display:grid}.form-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.field{gap:7px;min-width:0;margin:14px 0;display:grid}.field__label{color:#34403d;font-size:13px;font-weight:700}.field__input{border:1px solid var(--line-strong);background:var(--surface);width:100%;min-height:42px;color:var(--ink);border-radius:5px;padding:10px 12px;transition:border-color .14s,box-shadow .14s}.field__input::placeholder{color:#9aa4a1}.field__input:hover{border-color:#9fada8}.field__input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #0d6b5b14}.field__textarea{resize:vertical;min-height:96px;line-height:1.6}.field__hint{color:var(--muted);font-size:12px}.scope-note{border-left:4px solid var(--blue);background:var(--blue-soft);margin-top:34px;padding:20px 22px}.scope-note strong{color:#244d71}.scope-note p{color:#4c657a;margin:6px 0 0;line-height:1.6}.tabs{border:1px solid var(--line);background:var(--surface-soft);border-radius:6px;margin:28px 0 18px;padding:3px;display:inline-flex}.tabs button{min-height:36px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:4px;padding:0 18px}.tabs button[aria-selected=true]{color:var(--accent);background:#fff;font-weight:700;box-shadow:0 1px 4px #1f302a1f}.product-list{border-top:1px solid var(--line)}.product-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(145px,.7fr) minmax(360px,1.45fr) minmax(190px,1fr) minmax(190px,1fr);align-items:center;gap:14px;min-height:82px;padding:12px 0;display:grid}.product-row .field{margin:0}.product-row__name strong,.product-row__name span{display:block}.product-row__name strong{font-size:14px}.product-row__name span{color:var(--muted);margin-top:4px;font-size:11px}.segmented{flex-wrap:wrap;gap:4px;display:inline-flex}.segmented__option{border:1px solid var(--line-strong);color:#52605c;cursor:pointer;background:#fff;border-radius:4px;min-height:36px;padding:0 12px;font-size:12px}.segmented__option:hover{border-color:var(--accent);color:var(--accent)}.segmented__option[aria-pressed=true]{border-color:var(--accent);background:var(--accent-soft);color:var(--accent);font-weight:800}.segmented--compact .segmented__option{min-height:32px;padding:0 9px}.matrix-list{border-top:1px solid var(--line)}.matrix-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(150px,.8fr) minmax(460px,2fr);align-items:center;gap:20px;min-height:56px;padding:10px 0;display:grid}.matrix-row>strong{font-size:13px}.matrix-list--short .matrix-row{grid-template-columns:minmax(150px,.8fr) minmax(300px,1.2fr)}.examples-layout{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;margin-top:30px;display:grid}.example-group{border-top:4px solid var(--green);min-width:0;padding-top:18px}.example-group--negative{border-top-color:var(--red)}.example-group__heading{justify-content:space-between;gap:16px;min-height:106px;display:flex}.example-group__heading span{color:var(--green);font-size:12px;font-weight:800}.example-group--negative .example-group__heading span{color:var(--red)}.example-group__heading h2{margin:5px 0;font-size:20px}.example-group__heading p{color:var(--muted);margin:0;font-size:13px;line-height:1.55}.example-group__heading>strong{color:var(--muted);flex:none;font-size:12px}.repeating-list{gap:14px;display:grid}.entry-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:6px;padding:18px}.entry-card__header{justify-content:space-between;align-items:center;margin-bottom:7px;display:flex}.entry-card__header strong{font-size:13px}.icon-button{width:34px;height:34px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:4px;place-items:center;padding:0;display:grid}.icon-button:hover{background:var(--red-soft);color:var(--red)}.inline-choice{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding-top:12px;display:flex}.inline-choice>span,.choice-grid>div>span{color:var(--muted);font-size:12px;font-weight:700}.choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 20px;margin:14px 0;display:grid}.choice-grid>div{gap:7px;display:grid}.button{cursor:pointer;border:1px solid #0000;border-radius:5px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 15px;font-size:13px;font-weight:700;display:inline-flex}.button:disabled{cursor:default;opacity:.45}.button--primary{background:var(--accent);color:#fff}.button--primary:hover:not(:disabled){background:var(--accent-hover)}.button--secondary{border-color:var(--line-strong);color:#3d4946;background:#fff}.button--secondary:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.button--add{background:var(--accent-soft);width:100%;color:var(--accent);border:1px dashed #91aaa2;margin-top:14px}.button--add:hover{background:#d7ebe5;border-style:solid}.check-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.check-grid--wide{grid-template-columns:repeat(2,minmax(0,1fr))}.check-option{border:1px solid var(--line);cursor:pointer;border-radius:5px;align-items:center;gap:10px;min-height:52px;padding:10px 12px;display:flex}.check-option:has(input:checked){border-color:var(--accent);background:var(--accent-soft)}.check-option input{width:17px;height:17px;accent-color:var(--accent)}.check-option strong,.check-option small{display:block}.check-option strong{font-size:13px}.check-option small{color:var(--muted);margin-top:3px}.review-grid{grid-template-columns:minmax(0,1.1fr) minmax(330px,.9fr);gap:34px;display:grid}.review-list{display:grid}.review-list button{border:0;border-bottom:1px solid var(--line);text-align:left;cursor:pointer;background:0 0;grid-template-columns:1fr auto;align-items:center;gap:8px 16px;padding:12px 0;display:grid}.review-list button:hover span{color:var(--accent)}.review-list button>span{font-weight:700}.review-list button>strong{color:var(--muted);font-size:12px}.review-list .progress-track{grid-column:1/-1;height:4px}.export-panel{border:1px solid var(--line);border-top:4px solid var(--accent);background:var(--surface-soft);border-radius:6px;align-self:start;margin-top:30px;padding:24px}.export-panel>span{color:var(--accent);font-size:12px;font-weight:800}.export-panel h2{margin:6px 0 8px;font-size:21px}.export-panel p{color:var(--muted);margin:0;font-size:13px;line-height:1.6}.export-actions{gap:9px;margin-top:20px;display:grid}.export-notice{min-height:34px;color:var(--green);text-align:center;padding-top:11px;font-size:12px;font-weight:700}.reset-button{width:100%;color:var(--red);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:7px;margin-top:8px;padding:10px;font-size:12px;display:flex}.step-footer{border-top:1px solid var(--line);z-index:8;background:#fffffff5;grid-template-columns:minmax(120px,1fr) auto minmax(120px,1fr);align-items:center;gap:16px;min-height:76px;padding:12px 28px;display:grid;position:fixed;bottom:0;left:280px;right:0}.step-footer .button:first-child{justify-self:start}.step-footer .button:last-child{justify-self:end}.step-footer__position{color:var(--muted);font-size:12px}.mobile-section-nav{display:none}@media (width<=1120px){.product-row{grid-template-columns:minmax(150px,.7fr) minmax(330px,1.4fr)}.product-row .field{margin:4px 0}.check-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=860px){.sidebar{display:none}.workspace{margin-left:0}.mobile-header{border-bottom:1px solid var(--line);z-index:9;background:#fffffffa;padding:10px 14px 0;display:block;position:sticky;top:0}.brand--mobile{margin-bottom:9px}.brand--mobile .brand__mark{flex-basis:32px;width:32px;height:32px}.brand--mobile strong{color:var(--ink)}.brand--mobile span{color:var(--muted)}.mobile-section-nav{scrollbar-width:none;gap:4px;margin:7px -14px 0;padding:7px 14px;display:flex;overflow-x:auto}.mobile-section-nav::-webkit-scrollbar{display:none}.mobile-section-nav button{min-width:56px;height:32px;color:var(--muted);white-space:nowrap;background:0 0;border:0;border-radius:4px;padding:0 10px;font-size:12px}.mobile-section-nav button[aria-current=step]{background:var(--accent-soft);color:var(--accent);font-weight:800}.section-page,.section-page--wide{width:100%;min-height:auto;padding:34px 26px 40px}.step-footer{min-height:68px;padding:10px 18px;position:static}.examples-layout,.review-grid{grid-template-columns:1fr}.example-group__heading{min-height:auto;margin-bottom:16px}.product-row{grid-template-columns:1fr;gap:8px;padding:18px 0}.matrix-row{grid-template-columns:1fr;gap:8px;padding:14px 0}.check-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.export-panel{margin-top:0}}@media (width<=560px){.section-page,.section-page--wide{padding:28px 16px 32px}.section-heading{padding-bottom:22px;display:block}.section-heading h1{font-size:27px}.section-heading__aside{margin-top:12px}.principle-strip{grid-template-columns:1fr}.principle-strip>div{min-height:72px}.principle-strip>div+div{border-top:1px solid var(--line);border-left:0}.form-grid--two,.choice-grid,.check-grid,.check-grid--wide{grid-template-columns:1fr}.form-section__heading{display:block}.form-section__heading p{margin-top:8px}.segmented{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.segmented__option{min-width:0;padding:0 7px}.matrix-row .segmented{grid-template-columns:repeat(2,minmax(0,1fr))}.inline-choice{flex-direction:column;align-items:flex-start}.entry-card{padding:15px}.step-footer{grid-template-columns:1fr auto 1fr;gap:8px;padding:9px 12px}.step-footer .button{min-width:0;padding:0 11px}.step-footer__position{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
