@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Noto+Serif+SC:wght@500;600;700&display=swap");:root{--ink:#18222e;--muted:#707a84;--soft:#a8b0b5;--line:#dfe3e0;--paper:#fffefa;--canvas:#eef1ee;--navy:#183248;--teal:#0d827c;--teal-soft:#e3f1ee;--copper:#b86d4a;--copper-soft:#f5e7df;--shadow:0 22px 60px rgba(24,34,46,.09);--sans:"Manrope","PingFang SC","Microsoft YaHei",sans-serif;--serif:"Noto Serif SC","Songti SC",serif;--mono:"DM Mono",monospace;--select-chevron:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23707a84' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E")}*{box-sizing:border-box}html{min-width:320px}body,html{background:var(--canvas)}body{margin:0;color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{border:0}button,select{cursor:pointer}select{-moz-appearance:none;appearance:none;-webkit-appearance:none;min-height:38px;padding:0 32px 0 11px;color:var(--ink);background-color:white;background-image:var(--select-chevron);background-repeat:no-repeat;background-position:right 11px center;border:1px solid var(--line);border-radius:5px;outline:none;font-size:12px;line-height:1.4;transition:border-color .15s ease,box-shadow .15s ease}select:hover:not(:disabled){border-color:#a8cfc4}select:focus-visible{border-color:var(--teal);box-shadow:0 0 0 3px rgba(13,130,124,.1)}select:disabled{color:var(--soft);background-color:#f0f3f1;border-color:#dce4e0;cursor:not-allowed}::selection{background:rgba(13,130,124,.18)}.flow-spin{display:inline-block;animation:tenderflow-spin 1s linear infinite;transform-origin:center}@keyframes tenderflow-spin{to{transform:rotate(1turn)}}.site-header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid rgba(223,227,224,.75);background:rgba(255,254,250,.74)}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--navy);font-size:15px;font-weight:800;letter-spacing:-.03em}.brand small{margin-left:2px;color:var(--copper);font-family:var(--mono);font-size:9px;font-weight:500;letter-spacing:.12em}.brand-mark{display:grid;place-items:center;width:30px;height:30px;overflow:hidden;flex:0 0 auto;background:white;border:1px solid rgba(24,50,72,.08);border-radius:9px 9px 9px 2px}.brand-mark img{display:block;width:100%;height:100%;object-fit:cover}.brand-mark-dialog{width:38px;height:38px;margin-bottom:12px;border-radius:11px 11px 11px 3px}.brand-wordmark{display:block;width:62px;height:25px;object-fit:contain}.header-nav{display:flex;align-items:center;gap:28px;color:var(--muted);font-size:12px}.back-link:hover,.header-back:hover,.header-nav a:hover,.header-status,.text-link:hover{color:var(--teal)}.header-status{display:inline-flex;align-items:center;gap:7px;font-family:var(--mono);font-size:10px;letter-spacing:.05em}.header-status i,.save-state i{width:6px;height:6px;display:inline-block;background:var(--teal);border-radius:50%}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:45px;padding:0 18px;border-radius:5px;font-size:12px;font-weight:700;transition:transform .2s ease,background .2s ease}.button:hover{transform:translateY(-1px)}.button-primary{color:white;background:var(--navy);box-shadow:0 9px 22px rgba(24,50,72,.16)}.button-primary:hover{background:#224862}.button-small{min-height:34px;padding:0 12px;font-size:11px}.button-quiet{color:var(--ink);background:white;border:1px solid var(--line)}.button-quiet:hover{background:var(--canvas)}.text-link{display:inline-flex;align-items:center;color:var(--muted);font-size:12px;font-weight:700}.eyebrow{display:flex;align-items:center;gap:7px;margin:0 0 13px;color:var(--teal);font-family:var(--mono);font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.landing-page{min-height:100dvh;background:radial-gradient(circle at 83% 10%,rgba(13,130,124,.08),transparent 30%),var(--canvas)}.landing-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.85fr);grid-gap:8vw;gap:8vw;align-items:center;max-width:1280px;min-height:600px;margin:0 auto;padding:80px 5vw 94px}.hero-copy h1,.intake-aside h1,.profile-aside h1{margin:0;color:var(--navy);font-family:var(--serif);font-size:clamp(42px,5.5vw,74px);font-weight:600;letter-spacing:-.08em;line-height:1.15}.hero-copy h1 em,.intake-aside h1 em,.profile-aside h1 em{color:var(--copper);font-style:normal}.hero-lede{max-width:480px;margin:28px 0 0;color:var(--muted);font-size:15px;line-height:1.95}.hero-actions{display:flex;align-items:center;gap:25px;margin-top:34px}.hero-art{position:relative;display:grid;place-items:center;min-height:400px}.hero-art:before{content:"";position:absolute;width:310px;height:310px;border:1px solid rgba(24,50,72,.16);border-radius:50%}.hero-art:after{content:"";position:absolute;width:440px;height:160px;border:1px solid rgba(184,109,74,.2);border-radius:50%;transform:rotate(-25deg)}.hero-paper{position:relative;z-index:1;width:245px;height:320px;padding:31px 27px;background:var(--paper);border:1px solid #e4e5df;box-shadow:var(--shadow);transform:rotate(-5deg)}.paper-kicker{color:var(--teal);font-family:var(--mono);font-size:8px;letter-spacing:.1em}.hero-paper strong{display:block;margin-top:43px;color:var(--navy);font-family:var(--serif);font-size:30px;line-height:1.45}.paper-line{display:block;width:100%;height:4px;margin-top:13px;background:#e7e9e5}.paper-line.line-long{margin-top:33px;background:var(--teal);width:68%}.paper-line.line-short{width:45%}.paper-stamp{position:absolute;right:22px;bottom:27px;display:grid;place-items:center;width:54px;height:54px;color:var(--copper);border:1px solid var(--copper);border-radius:50%;font-family:var(--serif);font-size:11px;line-height:1.3;text-align:center;transform:rotate(11deg)}.hero-rail{position:absolute;z-index:2;right:3%;bottom:40px;display:flex;flex-direction:column;gap:13px;color:var(--muted);font-family:var(--mono);font-size:10px}.hero-rail span:first-child{color:var(--copper)}.project-shelf{max-width:1280px;margin:0 auto;padding:0 5vw 75px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--line)}.section-heading h2{margin:0;color:var(--navy);font-family:var(--serif);font-size:28px;font-weight:600}.section-count{color:var(--soft);font-family:var(--mono);font-size:10px}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;padding-top:20px}.new-project-card,.project-card{min-height:190px;padding:22px;border:1px solid var(--line);background:rgba(255,254,250,.68);transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.new-project-card:hover,.project-card:hover{border-color:rgba(13,130,124,.45);box-shadow:0 14px 35px rgba(24,34,46,.06);transform:translateY(-2px)}.new-project-card{display:flex;flex-direction:column;justify-content:center;border-style:dashed}.new-project-icon{display:grid;place-items:center;width:38px;height:38px;margin-bottom:19px;color:var(--teal);background:var(--teal-soft);border-radius:50%}.new-project-card strong,.project-card strong{display:block;color:var(--navy);font-family:var(--serif);font-size:16px;font-weight:600}.new-project-card>span:last-child,.project-card>span{display:block;margin-top:8px;color:var(--muted);font-size:11px;line-height:1.6}.project-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.file-icon{display:grid;place-items:center;width:31px;height:31px;color:var(--copper);background:var(--copper-soft);border-radius:7px}.card-status{padding:5px 8px;color:var(--teal);background:var(--teal-soft);border-radius:99px;font-size:10px}.project-card-footer{display:flex;align-items:center;gap:7px;margin-top:23px;color:var(--teal);font-size:11px;font-weight:700}.project-card-footer svg:last-child{margin-left:auto}.landing-footer{display:flex;justify-content:space-between;max-width:1280px;margin:0 auto;padding:20px 5vw;color:var(--soft);border-top:1px solid var(--line);font-family:var(--mono);font-size:9px;letter-spacing:.05em}.intake-page,.profile-page{min-height:100dvh;background:var(--paper)}.intake-header{background:rgba(255,254,250,.92)}.header-context{color:var(--muted);font-family:var(--mono);font-size:10px}.intake-layout{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(560px,1.3fr);min-height:calc(100dvh - 76px)}.intake-aside{display:flex;flex-direction:column;justify-content:space-between;padding:42px 6vw 56px 10vw;background:var(--navy);color:white}.back-link,.header-back{display:inline-flex;align-items:center;gap:7px;width:-moz-fit-content;width:fit-content;color:rgba(255,255,255,.7);font-size:11px;font-weight:600}.intake-aside .eyebrow{margin-top:auto;color:#8fd4cc}.intake-aside h1{color:white;font-size:clamp(39px,4vw,61px)}.intake-aside p:not(.eyebrow){max-width:290px;margin-top:26px;color:rgba(255,255,255,.58);font-size:13px;line-height:1.9}.intake-note{display:flex;gap:10px;align-items:flex-start;max-width:280px;padding-top:20px;color:rgba(255,255,255,.58);border-top:1px solid rgba(255,255,255,.18);font-size:11px;line-height:1.7}.intake-note svg{flex:0 0 auto;color:#8fd4cc}.intake-main{max-width:720px;width:100%;padding:8vw 8vw 70px}.intake-topline{display:flex;align-items:center;color:var(--muted);font-family:var(--mono);font-size:10px;white-space:nowrap}.step-dot{display:grid;place-items:center;width:20px;height:20px;color:var(--muted);border:1px solid var(--line);border-radius:50%}.step-dot.active{color:white;background:var(--teal);border-color:var(--teal)}.step-line{width:42px;height:1px;margin:0 8px;background:var(--line)}.intake-status{display:grid;grid-template-columns:auto 1fr auto;grid-gap:20px;gap:20px;align-items:center;margin-top:76px}.status-orbit{display:grid;place-items:center;width:62px;height:62px;color:var(--teal);background:var(--teal-soft);border:1px solid #c7e3de;border-radius:50%}.intake-status h2{margin:0;color:var(--navy);font-family:var(--serif);font-size:29px;font-weight:600}.intake-status p:not(.eyebrow){margin:8px 0 0;color:var(--muted);font-size:12px}.status-percent{color:var(--copper);font-family:var(--mono);font-size:36px}.status-percent small{font-size:15px}.intake-divider{display:flex;justify-content:space-between;margin-top:64px;padding-bottom:13px;color:var(--muted);border-bottom:1px solid var(--line);font-family:var(--mono);font-size:10px}.intake-divider span:first-child{color:var(--navy);font-weight:600}.source-list{padding:8px 0}.source-row{display:flex;align-items:center;gap:14px;padding:16px 0;border-bottom:1px solid #edf0ed}.source-icon{display:grid;place-items:center;width:35px;height:35px;color:var(--teal);background:var(--teal-soft);border-radius:6px}.source-row div{display:grid;grid-gap:4px;gap:4px}.source-row strong{color:var(--navy);font-size:12px}.source-row div span{color:var(--muted);font-size:11px}.source-check{display:grid;place-items:center;width:22px;height:22px;margin-left:auto;color:var(--teal);border:1px solid #bbddd8;border-radius:50%}.intake-summary{display:flex;justify-content:space-between;gap:18px;margin-top:36px;padding:18px;background:#f5f6f2;border-left:3px solid var(--copper)}.summary-label{display:block;margin-bottom:8px;color:var(--copper);font-family:var(--mono);font-size:9px;letter-spacing:.08em}.intake-summary strong{color:var(--navy);font-family:var(--serif);font-size:15px;font-weight:600}.intake-summary p{margin:7px 0 0;color:var(--muted);font-size:11px}.summary-badge{align-self:flex-start;padding:6px 9px;color:var(--teal);background:var(--teal-soft);font-size:10px;white-space:nowrap}.intake-actions{display:flex;align-items:center;gap:24px;margin-top:32px}.profile-header{gap:25px}.profile-header-project{display:flex;flex:1 1;flex-direction:column;gap:4px;max-width:430px;margin:0 auto}.profile-header-project span{color:var(--teal);font-family:var(--mono);font-size:9px}.profile-header-project strong{overflow:hidden;color:var(--navy);font-family:var(--serif);font-size:12px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.profile-header .header-back{color:var(--muted)}.profile-layout{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(570px,1.25fr);min-height:calc(100dvh - 76px)}.profile-aside{padding:12vw 7vw 70px 10vw;background:#e6efeb}.profile-aside .eyebrow{margin-top:20px}.profile-aside h1{font-size:clamp(39px,4vw,60px)}.profile-aside p:not(.eyebrow){max-width:320px;margin-top:26px;color:var(--muted);font-size:13px;line-height:1.9}.profile-progress{display:grid;grid-template-columns:repeat(3,32px);grid-gap:7px;gap:7px;margin-top:80px}.profile-progress span{display:block;height:3px;background:#cbd8d4}.profile-progress .profile-progress-done{background:var(--teal)}.profile-progress small{grid-column:1/-1;margin-top:7px;color:var(--muted);font-family:var(--mono);font-size:9px}.profile-form-shell{max-width:760px;width:100%;padding:9vw 8vw 70px}.form-intro{display:flex;align-items:flex-start;gap:15px}.form-intro-icon{display:grid;place-items:center;width:42px;height:42px;color:var(--teal);background:var(--teal-soft);border-radius:8px}.form-intro h2{margin:0;color:var(--navy);font-family:var(--serif);font-size:30px;font-weight:600}.form-intro p:not(.eyebrow){margin:8px 0 0;color:var(--muted);font-size:12px;line-height:1.7}.form-note{display:flex;gap:9px;align-items:center;margin-top:38px;padding:12px 14px;color:#7d6659;background:#faf1eb;font-size:11px;line-height:1.6}.form-note svg{flex:0 0 auto;color:var(--copper)}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:21px 17px;gap:21px 17px;margin-top:36px}.field{display:grid;grid-gap:8px;gap:8px}.field span{color:var(--navy);font-size:11px;font-weight:700}.field input{width:100%;height:44px;padding:0 12px;color:var(--ink);background:white;border:1px solid var(--line);border-radius:3px;outline:none;font-size:12px}.field input:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(13,130,124,.1)}.field input::placeholder{color:#afb6b7}.form-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:45px;padding-top:20px;border-top:1px solid var(--line)}.workbench-page{min-height:100dvh;display:flex;flex-direction:column;background:var(--canvas)}.workbench-header{display:flex;align-items:center;gap:22px;height:65px;padding:0 22px;background:var(--paper);border-bottom:1px solid var(--line)}.pending-confirmations-button{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:0 10px;color:#924817;background:#fff0df;border:1px solid #e6b27d;border-radius:5px;box-shadow:0 3px 9px rgba(148,72,23,.11);font-size:10px;font-weight:800}.pending-confirmations-button:hover{color:#78370d;background:#ffe7cb}.pending-confirmations-button b{display:inline-grid;place-items:center;min-width:17px;height:17px;padding:0 4px;color:white;background:#b85d1d;border-radius:999px;font-family:var(--mono);font-size:9px}.workbench-brand{flex:0 0 auto}.workbench-title{display:flex;flex:1 1;flex-direction:column;gap:3px;min-width:0;padding-left:22px;border-left:1px solid var(--line)}.workbench-title span{color:var(--teal);font-family:var(--mono);font-size:9px;letter-spacing:.08em}.workbench-title strong{color:var(--navy);font-family:var(--serif);font-size:12px;font-weight:600}.workbench-file-name,.workbench-title strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workbench-file-name{color:var(--soft);font-family:var(--mono);font-size:8px;line-height:1.35}.workbench-package-badge{display:inline-flex;align-items:center;gap:6px;flex:0 1 auto;min-width:0;max-width:min(330px,30vw);padding:7px 9px;color:#28776d;background:var(--teal-soft);border:1px solid #b8ddd6;border-radius:5px;font-size:9px}.workbench-package-badge>span{flex:0 0 auto;color:#356f65;font-family:var(--mono);font-size:8px}.workbench-package-badge strong{overflow:hidden;min-width:0;color:var(--navy);font-weight:700;text-overflow:ellipsis;white-space:nowrap}.workbench-package-badge small{flex:0 0 auto;padding:2px 5px;color:#28776d;background:white;border:1px solid #b8ddd6;border-radius:999px;font-family:var(--mono);font-size:8px;font-weight:700}.workbench-actions{display:flex;align-items:center;gap:12px}.save-state{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-family:var(--mono);font-size:9px}.icon-button{display:inline-grid;place-items:center;width:32px;height:32px;color:var(--muted);background:transparent;border-radius:4px}.icon-button:hover{color:var(--teal);background:var(--teal-soft)}.workbench-toolbar{display:flex;align-items:center;justify-content:space-between;min-height:45px;padding:0 22px;background:#f8faf8;border-bottom:1px solid var(--line)}.toolbar-group{display:flex;align-items:center;gap:4px}.tool-button{display:inline-flex;align-items:center;gap:7px;height:30px;padding:0 10px;color:var(--muted);background:transparent;border-radius:3px;font-size:10px}.tool-button.active,.tool-button:hover{color:var(--navy);background:white;box-shadow:0 1px 2px rgba(24,34,46,.06)}.toolbar-caption{margin-right:8px;color:var(--soft);font-family:var(--mono);font-size:9px}.workbench-body{display:grid;grid-template-columns:248px minmax(420px,1fr) 306px;flex:1 1;min-height:0}.evidence-panel,.outline-panel{min-height:calc(100dvh - 110px);background:#f7f9f7}.outline-panel{border-right:1px solid var(--line)}.evidence-panel{border-left:1px solid var(--line)}.panel-head{align-items:center;height:51px;padding:0 16px;color:var(--navy);border-bottom:1px solid var(--line);font-family:var(--serif);font-size:13px;font-weight:600}.outline-meta,.panel-head{display:flex;justify-content:space-between}.outline-meta{padding:17px 16px 11px;color:var(--soft);font-family:var(--mono);font-size:9px}.outline-meta span:first-child{color:var(--muted)}.outline-section{border-bottom:1px solid #e7ebe7}.outline-title{display:grid;grid-template-columns:16px 1fr auto;grid-gap:5px;gap:5px;align-items:center;min-height:41px;padding:0 13px;color:var(--muted);font-size:11px}.outline-title.active{color:var(--navy);background:#e7f2ef;font-weight:700}.outline-title small{color:var(--soft);font-family:var(--mono);font-size:9px}.outline-children{padding:5px 0 10px 26px}.outline-child{display:flex;align-items:center;gap:8px;padding:8px 14px 8px 0;color:var(--muted);font-size:10px}.outline-child span{color:var(--soft);font-family:var(--mono);font-size:9px}.outline-child.selected{color:var(--teal);font-weight:700}.outline-child.selected span{color:var(--teal)}.outline-footer{padding:18px 15px}.outline-footer button{display:flex;align-items:center;gap:7px;color:var(--teal);background:transparent;font-size:10px;font-weight:700}.editor-stage{--editor-stage-gutter:4vw;min-width:0;overflow:auto;padding:27px var(--editor-stage-gutter) 60px;background:#e9eeeb}.paper{max-width:820px;min-height:850px;margin:0 auto;background:var(--paper);box-shadow:var(--shadow)}.paper-header{display:flex;justify-content:space-between;padding:28px 62px 15px;color:var(--soft);border-bottom:1px solid #e8ebe6;font-family:var(--mono);font-size:8px}.paper-content{min-height:720px;padding:53px 86px 72px;color:#27323a;outline:none;font-family:var(--serif);font-size:14px;line-height:2}.paper-content h1{margin:0 0 45px;color:var(--navy);font-family:var(--serif);font-size:25px;font-weight:700;text-align:center}.paper-content h2{margin:35px 0 13px;color:var(--navy);font-family:var(--sans);font-size:15px;font-weight:800}.paper-content p{margin:0 0 16px;text-align:justify;text-indent:2em}.paper-content mark{color:#945335;background:#fae9dc}.paper-callout{display:grid;grid-gap:6px;gap:6px;margin:28px 0 22px;padding:14px 17px;color:#68726f;background:#f3f7f4;border-left:3px solid var(--teal);font-family:var(--sans);font-size:11px;line-height:1.7}.paper-callout strong{color:var(--teal);font-size:10px}.editor-bottom-bar{display:flex;align-items:center;justify-content:space-between;max-width:820px;margin:13px auto 0;color:var(--soft);font-family:var(--mono);font-size:9px}.editor-bottom-bar button{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;color:var(--teal);background:white;border:1px solid #cde2dd;border-radius:3px;font-size:10px}.editor-bottom-bar button:last-child{color:var(--muted);border-color:var(--line)}.section-editor-shell{width:100%;min-width:0;margin:0 auto}.section-editor-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px;padding:0 2px}.section-editor-heading>div{display:grid;grid-gap:4px;gap:4px;min-width:0}.editor-kicker{color:var(--soft);font-family:var(--mono);font-size:9px;letter-spacing:.08em}.section-editor-heading strong{overflow:hidden;color:var(--navy);font-family:var(--serif);font-size:16px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.editor-save-state{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;color:var(--soft);font-family:var(--mono);font-size:9px}.editor-save-state i{display:block;width:6px;height:6px;border-radius:50%;background:var(--soft)}.editor-save-dirty{color:var(--copper)}.editor-save-dirty i,.editor-save-error i{background:var(--copper)}.editor-save-saving{color:var(--teal)}.editor-save-saving i{background:var(--teal);animation:parse-blink 1s steps(2) infinite}.editor-save-saved{color:#3e806e}.editor-save-saved i{background:#3e806e}.section-editor-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:6px;min-height:42px;padding:5px 8px;background:#f8faf8;border:1px solid var(--line);border-bottom:0}.editor-toolbar-group{display:inline-flex;align-items:center;gap:2px;padding-right:6px;border-right:1px solid #dfe6e1}.editor-toolbar-group-last{padding-right:0;border-right:0}.editor-style-select{height:28px;padding:0 22px 0 7px;color:var(--muted);background-color:white;background-image:var(--select-chevron);background-repeat:no-repeat;background-position:right 9px center;border:1px solid var(--line);border-radius:3px}.editor-tool-button{display:inline-grid;place-items:center;width:28px;height:28px;color:var(--muted);background:transparent;border-radius:3px}.editor-tool-button:focus-visible,.editor-tool-button:hover:not(:disabled){color:var(--teal);background:var(--teal-soft)}.editor-tool-button:disabled{opacity:.45}.section-editor-content{min-height:670px;margin:0;overflow:auto;white-space:pre-wrap}.section-editor-content:focus{box-shadow:inset 0 0 0 2px rgba(20,92,99,.12)}.section-editor-content h2,.section-editor-content h3{white-space:normal}.section-editor-content blockquote{margin:18px 0;padding:10px 16px;color:var(--muted);background:#f3f7f4;border-left:3px solid var(--teal)}.section-editor-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:10px;color:var(--soft);font-family:var(--mono);font-size:9px}.section-editor-actions{display:flex;align-items:center;gap:7px}.editor-ai-action,.editor-secondary-action{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 11px;border:1px solid var(--line);border-radius:3px;font-size:10px}.editor-secondary-action{color:var(--teal)}.editor-ai-action{color:white;background:var(--teal);border-color:var(--teal)}.editor-ai-action:disabled,.editor-secondary-action:disabled{cursor:not-allowed;opacity:.45}.section-editor-empty{display:grid;justify-items:center;padding:130px 24px 60px;color:var(--muted);text-align:center}.section-editor-empty-mark{display:grid;place-items:center;width:48px;height:48px;margin-bottom:16px;color:var(--teal);background:var(--teal-soft);border-radius:50%}.section-editor-empty strong{color:var(--navy);font-family:var(--serif);font-size:22px}.section-editor-empty p{max-width:380px;margin:12px 0 20px;font-size:11px;line-height:1.8}.evidence-tabs{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line)}.evidence-tabs button{height:38px;color:var(--muted);background:transparent;border-bottom:2px solid transparent;font-size:10px}.evidence-tabs button.active{color:var(--teal);border-bottom-color:var(--teal);font-weight:700}.evidence-summary{display:flex;gap:10px;margin:15px;padding:12px;background:var(--teal-soft)}.evidence-summary-icon{display:grid;place-items:center;width:27px;height:27px;color:var(--teal);background:white;border-radius:5px}.evidence-summary div{display:grid;grid-gap:3px;gap:3px;min-width:0}.evidence-summary strong{overflow:hidden;color:var(--navy);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.evidence-summary small,.evidence-summary span:not(.evidence-summary-icon){color:var(--muted);font-size:9px}.evidence-summary small{color:var(--teal)}.evidence-raw-text{padding:0 15px 24px}.evidence-raw-text pre{margin:0;padding:10px 8px;white-space:pre-wrap;color:#34423f;font-family:var(--serif);font-size:11px;line-height:1.85}.evidence-question{display:flex;gap:8px;margin:19px 15px;padding:11px;color:#7d6659;background:#faf1eb;font-size:10px;line-height:1.6}.evidence-question svg{flex:0 0 auto;color:var(--copper)}.profile-modal-backdrop{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:22px;background:rgba(24,34,46,.42);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:profile-modal-fade-in .18s ease-out}.profile-modal{width:min(720px,100%);max-height:min(90dvh,820px);overflow:auto;background:var(--paper);border:1px solid rgba(255,255,255,.7);border-radius:9px;box-shadow:0 28px 90px rgba(24,34,46,.22);animation:profile-modal-rise-in .22s ease-out}.profile-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:28px 30px 22px;border-bottom:1px solid var(--line)}.profile-modal-header h2{margin:5px 0 0;color:var(--navy);font-family:var(--serif);font-size:28px;font-weight:600}.profile-modal-header p:not(.eyebrow){max-width:460px;margin:9px 0 0;color:var(--muted);font-size:12px;line-height:1.7}.profile-modal .profile-form-shell{max-width:none;padding:0 30px 28px}.profile-modal .profile-form-compact .form-note{margin-top:22px}.profile-modal .field-grid{margin-top:24px}.profile-modal .form-footer{margin-top:28px}.profile-modal .button-primary{min-height:42px}.profile-modal .form-note{margin-bottom:0}.application-dialog-backdrop{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:22px;background:rgba(24,34,46,.48);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:profile-modal-fade-in .18s ease-out}.application-dialog{width:min(460px,100%);overflow:hidden;background:var(--paper);border:1px solid rgba(255,255,255,.75);border-radius:10px;box-shadow:0 28px 90px rgba(24,34,46,.24);animation:profile-modal-rise-in .22s ease-out}.application-dialog-header{padding:25px 28px 16px;border-bottom:1px solid var(--line)}.application-dialog-header h2{margin:5px 0 0;color:var(--navy);font-family:var(--serif);font-size:23px;font-weight:600}.application-dialog-content{display:grid;grid-gap:14px;gap:14px;padding:20px 28px 4px}.application-dialog-content>p{margin:0;color:var(--muted);font-size:12px;line-height:1.7;white-space:pre-line}.application-dialog-input{display:grid;grid-gap:7px;gap:7px}.application-dialog-input>span{color:var(--soft);font-size:10px}.application-dialog-input input{width:100%;min-height:38px;padding:0 11px;color:var(--ink);background:white;border:1px solid var(--line);border-radius:5px;outline:none}.application-dialog-input input:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(36,126,116,.12)}.application-dialog-footer{display:flex;justify-content:flex-end;gap:10px;padding:22px 28px 26px}.application-dialog-danger{color:white;background:#a15132;border-color:#a15132}.package-select-backdrop{position:fixed;inset:0;z-index:45;display:grid;place-items:center;padding:22px;background:rgba(24,34,46,.48);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:profile-modal-fade-in .18s ease-out}.package-select-dialog{width:min(620px,100%);overflow:hidden;background:var(--paper);border:1px solid rgba(255,255,255,.75);border-radius:10px;box-shadow:0 28px 90px rgba(24,34,46,.24);animation:profile-modal-rise-in .22s ease-out}.package-select-header{display:grid;grid-template-columns:42px 1fr auto;grid-gap:15px;gap:15px;align-items:start;padding:28px 30px 23px;border-bottom:1px solid var(--line)}.package-select-icon{display:grid;place-items:center;width:42px;height:42px;color:var(--teal);background:var(--teal-soft);border-radius:11px}.package-select-header h2{margin:5px 0 0;color:var(--navy);font-family:var(--serif);font-size:25px;font-weight:600}.package-select-header p:not(.eyebrow){margin:9px 0 0;color:var(--muted);font-size:12px;line-height:1.7}.package-select-list{display:grid;grid-gap:10px;gap:10px;padding:22px 30px 12px}.package-select-option{display:grid;grid-template-columns:28px 1fr;grid-gap:12px;gap:12px;align-items:center;padding:15px 16px;color:var(--ink);background:#f8faf8;border:1px solid var(--line);border-radius:7px;text-align:left;transition:border-color .18s ease,background .18s ease,transform .18s ease}.package-select-option:hover:not(:disabled){border-color:#9ccfc6;transform:translateY(-1px)}.package-select-option.is-selected{color:var(--navy);background:var(--teal-soft);border-color:#76bdb2;box-shadow:inset 3px 0 0 var(--teal)}.package-select-radio{display:grid;place-items:center;width:24px;height:24px;color:white;background:white;border:1px solid #b8c6c1;border-radius:50%}.is-selected .package-select-radio{background:var(--teal);border-color:var(--teal)}.package-select-copy{display:grid;grid-gap:5px;gap:5px}.package-select-copy strong{font-size:13px}.package-select-copy small{color:var(--muted);font-family:var(--mono);font-size:9px}.package-select-error{margin:5px 30px 0;padding:10px 12px;color:#a2493e;background:#fff0ed;border-radius:5px;font-size:11px}.package-select-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:20px 30px 27px;color:var(--soft);font-size:10px;line-height:1.5}.package-select-footer .button{flex:0 0 auto}.package-selection-bar{display:flex;align-items:center;justify-content:space-between;gap:15px;max-width:820px;margin:0 auto 14px;padding:10px 13px;color:var(--muted);background:#f7faf8;border:1px solid #d9e8e2;border-radius:5px;font-size:11px}.package-selection-bar>span{display:inline-flex;align-items:center;gap:8px}.package-selection-bar.is-selected{color:#356f65;background:var(--teal-soft);border-color:#b8ddd6}.package-selection-bar.is-required{color:#8b5d40;background:#fff7ed;border-color:#ead3bd}.package-selection-bar strong{color:var(--navy)}.package-selection-bar button{padding:6px 9px;color:var(--teal);background:white;border:1px solid #b8d9d1;border-radius:4px;font-size:10px;font-weight:700}@keyframes profile-modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes profile-modal-rise-in{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.parse-frame{display:flex;min-height:calc(100dvh - 76px);flex:1 1;flex-direction:column;overflow:hidden;background:radial-gradient(900px 480px at 50% 8%,rgba(99,102,241,.07),transparent 60%),#eef1f7;border-top:1px solid var(--line)}.parse-frame-bar{display:flex;align-items:center;gap:18px;min-height:51px;padding:0 22px;color:#3f4d63;border-bottom:1px solid #dde3ec;font-family:var(--mono);font-size:10px;letter-spacing:.1em}.parse-brand{display:inline-flex;align-items:center;gap:7px}.parse-brand i,.parse-state i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#6366f1}.parse-engine{margin:0 auto;letter-spacing:.2em}.parse-frame-state{display:inline-flex;align-items:center;gap:16px;letter-spacing:.04em}.parse-clock{color:#718096}.parse-state{display:inline-flex;align-items:center;gap:7px;color:#6366f1}.parse-state:not(.is-done) i{animation:parse-blink 1.2s steps(2) infinite}.parse-state.is-done{color:#059669}.parse-state.is-done i{background:#059669}.parse-frame-body{position:relative;display:flex;min-height:0;flex:1 1;flex-direction:column}.parse-intro{position:relative;min-height:0;flex:1 1;overflow:hidden;isolation:isolate}.parse-grid{z-index:-2;opacity:.62;background-image:linear-gradient(#dde3ec 1px,transparent 0),linear-gradient(90deg,#dde3ec 1px,transparent 0);background-size:64px 64px}.parse-grid,.parse-stars{position:absolute;inset:0}.parse-stars{z-index:-1;overflow:hidden}.parse-stars i{position:absolute;width:3px;height:3px;border-radius:50%;background:#718096}.parse-orbit-wrap{position:absolute;left:50%;top:42%;width:min(520px,86vw);height:min(520px,86vw);transition:opacity .7s ease,transform .7s ease}.parse-ring{position:absolute;left:50%;top:50%;border:1px solid rgba(8,145,178,.3);border-radius:50%;transform:translate(-50%,-50%) rotate(-16deg) scaleY(.36)}.parse-ring-a{width:min(325px,60vw);height:min(325px,60vw);animation:parse-ring-spin-a 14s linear infinite}.parse-ring-b{width:min(410px,74vw);height:min(410px,74vw);border-color:rgba(99,102,241,.18);transform:translate(-50%,-50%) rotate(28deg) scaleY(.42);animation:parse-ring-spin-b 22s linear infinite reverse}.parse-globe{position:absolute;left:50%;top:50%;width:210px;height:210px;transform:translate(-50%,-50%)}.parse-globe-glow{position:absolute;inset:0;border-radius:50%;background:radial-gradient(circle at 38% 30%,rgba(255,255,255,.84),rgba(99,102,241,.2) 48%,rgba(79,70,229,.04));box-shadow:0 0 48px rgba(99,102,241,.18);animation:parse-globe-breathe 3.6s ease-in-out infinite}.parse-globe-lens{position:absolute;inset:0;overflow:hidden;border:1px solid rgba(99,102,241,.14);border-radius:50%}.parse-globe-lines{position:absolute;inset:0;transform-origin:center;animation:parse-globe-drift 8s ease-in-out infinite alternate}.parse-globe-lines i{position:absolute;display:block;border:1px solid rgba(99,102,241,.34);border-radius:50%}.parse-globe-lines i:first-child,.parse-globe-lines i:nth-child(3),.parse-globe-lines i:nth-child(5){border-color:rgba(99,102,241,.64)}.parse-globe-scan{position:absolute;z-index:2;top:0;right:18px;left:18px;height:1px;background:linear-gradient(90deg,transparent,rgba(8,145,178,.15),#7dd3fc,rgba(8,145,178,.15),transparent);box-shadow:0 0 10px rgba(56,189,248,.68);animation:parse-globe-scan 2.8s ease-in-out infinite}.parse-globe-core{z-index:3;width:16px;height:16px;border-radius:50%;background:radial-gradient(circle at 35% 30%,white,#a5b4fc 48%,#6366f1);box-shadow:0 0 0 5px rgba(165,180,252,.13),0 0 18px rgba(99,102,241,.5)}.parse-globe-core,.parse-globe-pulse{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.parse-globe-pulse{z-index:2;width:38px;height:38px;border:1px solid rgba(129,140,248,.46);border-radius:50%;animation:parse-globe-pulse 2.8s ease-out infinite}.parse-globe-pulse-b{animation-delay:1.4s}.parse-globe-dot{position:absolute;z-index:3;width:8px;height:8px;border-radius:50%;background:#e0e7ff;box-shadow:0 0 8px #c7d2fe}.dot-a{left:58%;top:44%}.dot-b{left:70%;top:62%}.dot-c{left:46%;top:56%}.parse-chip-field{position:absolute;left:50%;top:50%;pointer-events:none}.parse-chip{position:absolute;left:0;top:0;display:inline-flex;align-items:center;gap:7px;padding:6px 11px;color:#415169;white-space:nowrap;background:rgba(255,255,255,.96);border:1px solid color-mix(in srgb,var(--chip-color) 42%,white);border-radius:7px;box-shadow:0 5px 16px color-mix(in srgb,var(--chip-color) 17%,transparent);font-family:var(--sans);font-size:11px;transform-origin:center;animation:parse-packet-fly 5.4s cubic-bezier(.2,.72,.3,1) infinite}.parse-packet-a{--packet-x:-258px;--packet-y:-126px;--packet-near-x:-90px;--packet-near-y:-44px;animation-delay:-.5s}.parse-packet-b{--packet-x:236px;--packet-y:-54px;--packet-near-x:84px;--packet-near-y:-18px;animation-delay:-2.3s}.parse-packet-c{--packet-x:168px;--packet-y:176px;--packet-near-x:62px;--packet-near-y:64px;animation-delay:-4.1s}.parse-chip b{display:block;width:6px;height:6px;flex:0 0 auto;border-radius:50%;background:var(--chip-color);box-shadow:0 0 5px var(--chip-color)}.parse-intro-copy{position:absolute;right:18px;bottom:10%;left:18px;display:flex;flex-direction:column;align-items:center;gap:12px;transition:opacity .55s ease}.parse-intro-label{display:inline-flex;align-items:center;gap:10px;color:#4f46e5;font-family:var(--mono);font-size:18px}.parse-intro-label span{animation:parse-blink 1s steps(2) infinite;letter-spacing:2px}.parse-progress-meta{display:flex;width:min(416px,84vw);align-items:baseline;justify-content:space-between;color:#4f46e5;font-family:var(--mono)}.parse-progress-meta strong{font-size:13px}.parse-progress-meta b{font-size:20px}.parse-progress-track{width:min(416px,84vw);height:10px;overflow:hidden;background:rgba(79,70,229,.1);border:1px solid rgba(79,70,229,.2);border-radius:999px}.parse-progress-track span{display:block;height:100%;min-width:2px;background:linear-gradient(90deg,#0891b2,#4f46e5);border-radius:inherit;box-shadow:0 0 12px rgba(79,70,229,.55);transition:width .5s ease}.parse-intro-copy p{margin:0;color:#718096;font-size:11px}.parse-complete,.parse-error-state{position:relative;z-index:2;display:flex;min-height:100%;align-items:center;justify-content:center;flex-direction:column;padding:48px 22px;text-align:center}.parse-complete-mark,.parse-error-mark{display:grid;place-items:center;width:68px;height:68px;color:#059669;background:rgba(5,150,105,.1);border:1px solid rgba(5,150,105,.3);border-radius:50%}.parse-error-mark{color:#c2410c;background:rgba(194,65,12,.09);border-color:rgba(194,65,12,.28)}.parse-complete-kicker{margin:22px 0 0;color:#4f46e5;font-family:var(--mono);font-size:10px;letter-spacing:.16em}.parse-complete h1,.parse-error-state h1{margin:12px 0 0;color:#0f172a;font-family:var(--serif);font-size:clamp(30px,4vw,48px);font-weight:600}.parse-complete>p:not(.parse-complete-kicker),.parse-error-state>p:not(.parse-complete-kicker){max-width:440px;margin:14px 0 0;color:#718096;font-size:12px;line-height:1.8}.parse-error-state .parse-complete-kicker{color:#c2410c}.parse-complete-actions{display:flex;align-items:center;gap:22px;margin-top:28px}.parse-complete-actions .button{display:inline-flex;align-items:center;gap:8px}.parse-complete-actions .text-link{display:inline-flex;align-items:center;gap:6px;color:#718096;font-size:11px}@keyframes parse-blink{0%,to{opacity:1}50%{opacity:.25}}@keyframes parse-ring-spin-a{0%{transform:translate(-50%,-50%) rotate(-16deg) scaleY(.36) rotate(0)}to{transform:translate(-50%,-50%) rotate(-16deg) scaleY(.36) rotate(1turn)}}@keyframes parse-ring-spin-b{0%{transform:translate(-50%,-50%) rotate(28deg) scaleY(.42) rotate(0)}to{transform:translate(-50%,-50%) rotate(28deg) scaleY(.42) rotate(1turn)}}@keyframes parse-globe-breathe{0%,to{opacity:.72;transform:scale(.94)}50%{opacity:1;transform:scale(1.04)}}@keyframes parse-globe-drift{0%{transform:rotate(-3deg) scale(.97)}to{transform:rotate(3deg) scale(1.02)}}@keyframes parse-globe-scan{0%,12%{opacity:0;transform:translateY(24px)}28%,72%{opacity:1}88%,to{opacity:0;transform:translateY(162px)}}@keyframes parse-globe-pulse{0%{opacity:.7;transform:translate(-50%,-50%) scale(.5)}70%,to{opacity:0;transform:translate(-50%,-50%) scale(3.7)}}@keyframes parse-packet-fly{0%,7%{opacity:0;transform:translate(var(--packet-x),var(--packet-y)) scale(.92)}15%,56%{opacity:1}74%{opacity:.96;transform:translate(var(--packet-near-x),var(--packet-near-y)) scale(.72)}92%,to{opacity:0;transform:translate(-50%,-50%) scale(.36)}}.parse-intro.is-paused .parse-chip,.parse-intro.is-paused .parse-globe-glow,.parse-intro.is-paused .parse-globe-lines,.parse-intro.is-paused .parse-globe-pulse,.parse-intro.is-paused .parse-globe-scan,.parse-intro.is-paused .parse-intro-label span,.parse-intro.is-paused .parse-ring{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.parse-intro-copy,.parse-orbit-wrap{transition:none}.parse-globe-glow,.parse-globe-lines,.parse-globe-pulse,.parse-globe-scan,.parse-intro-label span,.parse-ring{animation:none}.parse-chip-field{display:none}}.evidence-confirmations{margin:14px 15px;padding:12px;background:#fff7ee;border:1px solid #efd8c0}.confirmation-heading{display:flex;align-items:center;gap:7px;color:#8a5b39;font-size:10px}.confirmation-card{display:grid;grid-gap:8px;gap:8px;margin-top:11px;padding-top:11px;border-top:1px solid #efd8c0}.confirmation-card p{margin:0;color:var(--navy);font-size:11px;line-height:1.65}.confirmation-card small{color:var(--muted);font-size:9px;line-height:1.5}.confirmation-card textarea{width:100%;min-height:62px;padding:8px;color:var(--ink);background:white;border:1px solid #dfc7ad;border-radius:3px;outline:none;resize:vertical;font-size:10px;line-height:1.6}.confirmation-card textarea:focus{border-color:var(--copper);box-shadow:0 0 0 3px rgba(172,103,55,.1)}.confirmation-card .button{justify-content:center}.advisory-card{display:grid;grid-gap:10px;gap:10px;margin-top:12px;padding:14px;background:white;border:1px solid #ead8c7;border-radius:7px}.advisory-card.is-decision{border-color:#e0b48c;background:#fffaf4}.advisory-card-head{display:flex;gap:9px;align-items:flex-start;color:#9b623a}.advisory-card-head>div{min-width:0}.advisory-card-head span{color:#8a5b39;font-size:10px;font-weight:700}.advisory-card-head p{margin:5px 0 0;color:var(--navy);font-size:11px;line-height:1.65}.advisory-panel-error{margin:0;padding:7px 9px;color:#a1402f;background:#fdf1ee;border-left:2px solid #d98a76;font-size:9px;line-height:1.5}.advisory-decision{display:grid;grid-gap:9px;gap:9px}.advisory-decision-actions{display:flex;flex-wrap:wrap;gap:6px}.advisory-decision-action{display:inline-flex;align-items:center;gap:5px;min-height:30px;padding:0 9px;color:var(--ink);background:#fbfcfb;border:1px solid #dce5df;border-radius:5px;font-size:10px}.advisory-decision-action:focus-visible,.advisory-decision-action:hover:not(:disabled){border-color:#a8cfc4;background:#f1f8f5}.advisory-decision-action.is-selected{color:#145f5b;background:#edf8f4;border-color:#4da99d;box-shadow:inset 0 0 0 1px #4da99d}.advisory-decision-action:disabled{color:#9daaa6;background:#edf1ef;border-color:#d8e1dc;cursor:not-allowed}.advisory-decision-create{display:grid;grid-gap:8px;gap:8px}.advisory-decision-field{display:grid;grid-gap:4px;gap:4px}.advisory-decision-field>span{color:#8a5b39;font-size:9px;font-weight:700}.advisory-decision-field input,.advisory-decision-field select,.advisory-decision-field textarea{width:100%;min-height:32px;padding:7px 9px;color:var(--ink);background-color:#fbfcfb;border:1px solid #dce5df;border-radius:5px;outline:none;font-size:10px;line-height:1.5}.advisory-decision-field textarea{resize:vertical}.advisory-decision-field select{padding-right:26px;background-image:var(--select-chevron);background-repeat:no-repeat;background-position:right 9px center}.advisory-decision-field input:focus,.advisory-decision-field select:focus,.advisory-decision-field textarea:focus{border-color:#4da99d;box-shadow:0 0 0 3px rgba(31,131,122,.1)}.advisory-decision-hint,.advisory-decision-note{margin:0;color:var(--muted);font-size:9px;line-height:1.55}.advisory-decision-scope{color:var(--muted);font-size:9px}.advisory-decision-confirm{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:0 11px;color:#176c65;background:#eff8f5;border:1px solid #b5ddd4;border-radius:5px;font-size:10px;font-weight:700}.advisory-decision-confirm:disabled{color:#9daaa6;background:#edf1ef;border-color:#d8e1dc;cursor:not-allowed}.pending-question-card{display:grid;grid-gap:10px;gap:10px;margin-top:12px;padding:14px;background:white;border:1px solid #ead8c7;border-radius:7px;box-shadow:0 4px 14px rgba(76,57,42,.05)}.pending-question-card:first-child{margin-top:0}.pending-question-card-head{display:flex;gap:9px;align-items:flex-start}.pending-question-icon{display:grid;place-items:center;flex:0 0 auto;width:30px;height:30px;color:#9b623a;background:#fff0df;border-radius:8px}.pending-question-risk_acceptance .pending-question-icon{color:#9b623a;background:#ffecd8}.pending-question-heading{min-width:0}.pending-question-heading>div{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.pending-question-heading>div span{color:#8a5b39;font-size:10px;font-weight:700}.pending-question-heading>div b{padding:2px 5px;color:#a15132;background:#fff0e6;border-radius:3px;font-size:8px;font-weight:700}.pending-question-heading p{margin:5px 0 0;color:var(--navy);font-size:11px;line-height:1.65}.pending-question-context,.pending-question-hint{margin:0;color:var(--muted);font-size:9px;line-height:1.55}.pending-question-hint{padding:8px 9px;background:#faf7f2;border-left:2px solid #e4b98b}.pending-question-options{display:grid;grid-gap:6px;gap:6px}.pending-question-option{display:flex;align-items:center;gap:8px;width:100%;min-height:35px;padding:7px 9px;color:var(--ink);background:#fbfcfb;border:1px solid #dce5df;border-radius:5px;text-align:left;font-size:10px;line-height:1.45}.pending-question-option:focus-visible,.pending-question-option:hover{border-color:#a8cfc4;background:#f1f8f5}.pending-question-option.is-selected{color:#145f5b;background:#edf8f4;border-color:#4da99d;box-shadow:inset 0 0 0 1px #4da99d}.pending-question-radio{width:13px;height:13px;flex:0 0 auto;border:1px solid #aebdb7;border-radius:50%;background:white}.pending-question-option.is-selected .pending-question-radio{border:4px solid #16847b}.pending-question-answer{width:100%;min-height:68px;padding:9px;color:var(--ink);background:#fbfcfb;border:1px solid #dce5df;border-radius:5px;outline:none;resize:vertical;font-size:10px;line-height:1.6}.pending-question-answer:focus{border-color:#4da99d;box-shadow:0 0 0 3px rgba(31,131,122,.1)}.pending-question-upload{display:grid;grid-gap:7px;gap:7px;padding:10px;background:#f4f8f5;border:1px dashed #a9cfc1;border-radius:5px}.pending-question-confirm,.pending-question-primary,.pending-question-upload-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:0 11px;border-radius:5px;font-size:10px;font-weight:700}.pending-question-upload-button{color:#176c65;background:white;border:1px solid #9ccbc0}.pending-question-primary{color:white;background:#1c7770;border:1px solid #1c7770}.pending-question-confirm{color:#176c65;background:#eff8f5;border:1px solid #b5ddd4}.pending-question-confirm:disabled,.pending-question-primary:disabled,.pending-question-upload-button:disabled{color:#9daaa6;background:#edf1ef;border-color:#d8e1dc;cursor:not-allowed}.pending-question-uploaded{display:inline-flex;gap:5px;align-items:center;color:#287a63;font-size:9px}.pending-question-risk-action{display:grid;grid-gap:7px;gap:7px}.pending-question-risk-action>span{color:var(--muted);font-size:9px;line-height:1.5}.editor-placeholder-notice{margin:14px 0 0;padding:10px 12px;color:#8f241d;background:#fff4f2;border:1px solid #f2c7c1;border-left:3px solid #c62828;border-radius:5px;font-size:11px;line-height:1.65}.visual-generation-status{display:flex;align-items:flex-start;gap:15px;max-width:820px;margin:14px auto 0;padding:10px 12px;color:var(--muted);background:rgba(255,255,255,.72);border:1px solid #d7e5de;border-radius:7px}.visual-generation-status-head{display:grid;flex:0 0 auto;grid-gap:2px;gap:2px;min-width:64px}.visual-generation-status-head>span{color:var(--teal);font-size:10px;font-weight:700}.visual-generation-status-head small{color:var(--soft);font-family:var(--mono);font-size:8px}.visual-generation-status-items{display:flex;flex:1 1;flex-wrap:wrap;gap:8px 18px;min-width:0}.visual-generation-status-item{display:grid;grid-template-columns:15px auto auto;align-items:center;grid-column-gap:5px;column-gap:5px;min-width:0;color:#60736c;font-size:10px;line-height:1.5}.visual-generation-status-item>svg{color:#51877b}.visual-generation-status-item>strong{color:var(--navy);font-family:var(--mono);font-size:9px}.visual-generation-status-item>p{grid-column:1/-1;max-width:360px;margin:1px 0 0;color:#8a6545;font-size:9px;line-height:1.55}.section-editor-content [data-bidder-placeholder=true]{color:#c62828;font-weight:700}@media (max-width:1050px){.workbench-body{grid-template-columns:220px minmax(400px,1fr)}.evidence-panel{display:none}.landing-hero{gap:4vw}.intake-layout,.profile-layout{grid-template-columns:300px minmax(0,1fr)}}@media (max-width:760px){.site-header{height:64px;padding:0 18px}.header-back,.header-context,.header-nav a,.profile-header-project{display:none}.landing-hero{display:flex;flex-direction:column;align-items:flex-start;min-height:auto;padding:65px 22px 70px}.hero-art{width:100%;min-height:340px}.project-shelf{padding:0 22px 50px}.project-grid{grid-template-columns:1fr}.landing-footer{padding:18px 22px}.intake-layout,.profile-layout{display:block}.intake-aside{min-height:380px;padding:32px 24px 38px}.intake-aside .eyebrow{margin-top:80px}.intake-main,.profile-form-shell{padding:45px 22px 60px}.intake-status{margin-top:55px}.intake-status h2{font-size:22px}.status-percent{font-size:28px}.intake-divider{margin-top:47px}.profile-aside{min-height:370px;padding:55px 24px 40px}.profile-progress{margin-top:48px}.field-grid{grid-template-columns:1fr}.workbench-header{height:auto;min-height:65px;padding:12px 14px;flex-wrap:wrap}.workbench-title{order:3;flex-basis:100%;padding:10px 0 0;border-top:1px solid var(--line);border-left:0}.workbench-package-badge{order:4;flex:1 1 100%;max-width:100%;margin-top:8px}.workbench-actions .icon-button,.workbench-actions .save-state{display:none}.workbench-toolbar{padding:0 14px;overflow-x:auto}.toolbar-group:last-child{margin-left:auto}.workbench-body{grid-template-columns:1fr}.outline-panel{display:none}.editor-stage{padding:18px 10px 40px}.paper-header{padding:20px 24px 12px}.paper-content{padding:38px 25px 55px;font-size:13px}.editor-bottom-bar{padding:0 5px}.editor-bottom-bar span{display:none}.parse-frame{min-height:calc(100dvh - 64px)}.parse-frame-bar{padding:0 14px;font-size:9px}.parse-engine{letter-spacing:.08em}.parse-frame-state{gap:9px}.parse-globe{width:168px;height:168px}.parse-intro-label{font-size:15px}.parse-progress-meta,.parse-progress-track{width:min(340px,86vw)}.parse-chip{font-size:10px}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.outline-confirm-modal{width:min(560px,100%)}.outline-confirm-content{display:grid;grid-gap:16px;gap:16px;padding:24px 30px 4px}.outline-confirm-content p{margin:0;color:var(--muted);font-size:12px;line-height:1.75}.outline-confirm-stat{display:flex;align-items:baseline;gap:8px;padding:14px 16px;color:#8a5b39;background:#fff7ee;border:1px solid #efd8c0;border-radius:7px}.outline-confirm-stat strong{color:#a15132;font-family:var(--serif);font-size:27px;line-height:1}.outline-confirm-stat span{color:#8a5b39;font-size:11px}.outline-confirm-stat b{margin-left:auto;color:#a15132;font-family:var(--mono);font-size:10px;font-weight:500}.outline-confirm-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:10px;gap:10px}.outline-confirm-footer{display:flex;justify-content:flex-end;gap:10px;padding:22px 30px 28px}.writing-supplement-modal{width:min(680px,100%)}.writing-supplement-form{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;overflow:hidden}.writing-supplement-scroll-region{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:0 30px 24px;scrollbar-gutter:stable}.writing-supplement-fields{display:grid;grid-gap:20px;gap:20px;padding:26px 0 0}.writing-supplement-field{display:grid;grid-gap:8px;gap:8px}.writing-supplement-field>span{display:flex;align-items:baseline;gap:7px;color:var(--navy);font-size:12px;font-weight:700}.writing-supplement-field>small,.writing-supplement-field>span small{color:var(--soft);font-size:10px;font-weight:400}.writing-supplement-field>small{justify-self:end}.writing-supplement-field textarea{width:100%;min-height:142px;padding:12px;resize:vertical;color:var(--ink);background:white;border:1px solid var(--line);border-radius:5px;outline:none;font:inherit;font-size:12px;line-height:1.65}.writing-supplement-field textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(13,130,124,.1)}.writing-supplement-field textarea::placeholder{color:#9da8a7}.writing-supplement-footer{margin-top:0;padding:18px 30px 28px;background:var(--paper);border-top:1px solid var(--line)}@media (max-width:760px){.outline-confirm-content{padding:20px 20px 4px}.outline-confirm-footer{padding:18px 20px 22px}}.package-select-gate{display:grid;flex:1 1;min-height:calc(100dvh - 65px);place-items:center;padding:34px 22px 56px;background:#e9eeeb}.package-select-gate .package-select-dialog{width:min(650px,100%)}.package-selection-lock{display:inline-flex;align-items:center;min-height:17px;padding:0 6px;color:#28776d;background:white;border:1px solid #b8ddd6;border-radius:999px;font-family:var(--mono);font-size:8px;font-weight:700;letter-spacing:.04em}.package-selection-locked-note,.package-selection-required-note{color:var(--soft);font-family:var(--mono);font-size:8px;white-space:nowrap}.package-selection-locked-note{color:#28776d}@media (max-width:760px){.package-select-gate{align-items:end;min-height:calc(100dvh - 65px);padding:18px 10px 10px}.package-select-gate .package-select-dialog{border-radius:11px}.package-selection-bar{align-items:flex-start;flex-direction:column;gap:7px}.package-selection-locked-note,.package-selection-required-note{padding-left:22px}.profile-modal-backdrop{align-items:end;padding:0}.profile-modal{width:100%;max-height:92dvh;border-radius:12px 12px 0 0}.profile-modal-header{padding:22px 20px 18px}.profile-modal-header h2{font-size:24px}.profile-modal .profile-form-shell{padding:0 20px 22px}}.workbench-body{grid-template-columns:274px minmax(520px,1fr) 306px}.editor-stage{padding-top:0}.intake-summary{display:none}.understanding-strip{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;width:calc(100% + 2 * var(--editor-stage-gutter));min-width:0;min-height:44px;margin:0 0 12px calc(-1 * var(--editor-stage-gutter));padding:7px 12px;color:var(--muted);background:rgba(248,250,248,.92);border:1px solid #dfe7e2;border-right:0;border-left:0;border-radius:0}.understanding-strip-main{display:flex;align-items:baseline;gap:10px;min-width:0}.understanding-strip-main .summary-label{flex:0 0 auto;color:var(--teal);font-family:var(--mono);font-size:9px;letter-spacing:.08em}.understanding-strip-main strong{overflow:hidden;color:#52615f;font-size:10px;font-weight:500;line-height:1.6;text-overflow:ellipsis;white-space:nowrap}.understanding-strip-tools{display:flex;align-items:center;gap:10px;font-family:var(--mono);font-size:8px;white-space:nowrap}.understanding-strip-tools button{display:inline-flex;align-items:center;gap:3px;color:var(--teal);background:transparent;font-family:var(--sans);font-size:10px}.understanding-strip-tools button:hover{color:var(--navy)}.summary-chevron-open{transform:rotate(180deg)}.understanding-strip-detail{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-column:1/-1;grid-gap:12px;gap:12px;margin:0;padding:9px 0 2px;color:var(--muted);border-top:1px solid #e5ece7;font-size:10px;line-height:1.7}.understanding-strip-detail-copy{display:grid;grid-gap:8px;gap:8px;min-width:0}.understanding-strip-detail-section{display:grid;grid-gap:2px;gap:2px}.understanding-strip-detail-section+.understanding-strip-detail-section{padding-top:8px;border-top:1px solid #edf1ee}.understanding-strip-detail-section>span{color:var(--teal);font-family:var(--mono);font-size:8px;letter-spacing:.06em}.understanding-strip-detail p{margin:0;white-space:pre-wrap}.understanding-strip-detail-actions{align-self:start;font-size:9px;white-space:nowrap}.understanding-strip-detail-actions button{display:inline-flex;align-items:center;gap:3px;color:var(--teal);background:transparent;font-family:var(--sans);font-size:10px}.understanding-strip-detail-actions button:hover{color:var(--navy)}.outline-panel{background:#fbfcfb}.outline-panel .panel-head{height:61px;padding:0 14px;background:#fbfcfb}.outline-panel .panel-head>div{display:grid;grid-gap:4px;gap:4px}.outline-panel .panel-title{color:var(--navy);font-family:var(--serif);font-size:14px;font-weight:600}.outline-panel .panel-head small{color:var(--soft);font-family:var(--mono);font-size:8px}.outline-panel .outline-meta{padding:13px 14px 8px}.outline-list{padding:4px 8px 18px}.outline-section{border-bottom:0}.outline-row{position:relative;display:flex;align-items:stretch;min-height:53px;margin:2px 0;border-radius:5px}.outline-row:focus-within,.outline-row:hover{background:#f1f6f3}.outline-row .outline-title{display:grid;grid-template-columns:16px minmax(0,1fr);flex:1 1;min-width:0;min-height:53px;padding-top:7px;padding-right:58px;padding-bottom:7px;color:#64716e;background:transparent;border-radius:5px;text-align:left}.outline-row .outline-title.has-flowchart-notice{padding-right:86px}.outline-row .outline-title:hover{color:var(--navy);background:transparent}.outline-row .outline-title.active{color:var(--navy);background:#e6f2ee;box-shadow:inset 3px 0 0 var(--teal)}.outline-caret{display:inline-grid;place-items:start center;padding-top:2px;color:#a7b3ae}.outline-item-copy{display:grid;grid-gap:5px;gap:5px;min-width:0}.outline-item-title{overflow:hidden;font-size:10px;font-weight:600;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.outline-item-meta{display:flex;align-items:center;gap:7px;min-width:0}.outline-status{display:inline-flex;align-items:center;min-height:16px;padding:0 5px;border-radius:3px;font-family:var(--mono);font-size:8px;line-height:1}.outline-status-ready{color:#3c7566;background:#dff0e8}.outline-status-reviewed{color:#3b6890;background:#e1edf8}.outline-status-pending{color:#9b6a45;background:#f8eadf}.outline-word-count{color:#9aa7a2;font-family:var(--mono);font-size:8px}.outline-row-actions{position:absolute;top:50%;right:7px;display:flex;align-items:center;gap:2px;padding:2px;background:rgba(255,255,255,.96);border:1px solid #dfe7e2;border-radius:4px;box-shadow:0 3px 10px rgba(31,51,46,.08);opacity:0;transform:translateY(-50%);transition:opacity .15s ease}.outline-row-actions.has-flowchart-notice{right:33px}.outline-row:focus-within .outline-row-actions,.outline-row:hover .outline-row-actions{opacity:1}.outline-row-actions button{display:grid;place-items:center;width:24px;height:24px;color:#87948f;background:transparent;border-radius:3px}.outline-row-actions button:hover:not(:disabled){color:var(--teal);background:var(--teal-soft)}.outline-row-actions button:last-child:hover:not(:disabled){color:#b75f52;background:#fff0ed}.outline-row-actions button:disabled{cursor:not-allowed;opacity:.4}.outline-empty{margin:0 7px;padding:13px 9px;background:#f4f7f5;border-radius:4px}.outline-generation-reserved{display:grid;grid-gap:9px;gap:9px;padding:12px 10px;background:#f3f8f5;border:1px dashed #b6d3c8}.outline-generation-reserved-copy{display:grid;grid-gap:4px;gap:4px}.outline-generation-reserved-copy>span,.outline-generation-reserved-help{color:#4f8b7d;font-family:var(--mono);font-size:8px;letter-spacing:.05em}.outline-generation-reserved-copy strong{color:var(--navy);font-size:11px}.outline-generation-reserved-copy p{margin:0;color:#71807b;font-size:9px;line-height:1.6}.outline-generation-reserved-action{display:grid;grid-template-columns:15px minmax(0,1fr) auto;grid-gap:7px;gap:7px;align-items:center;width:100%;min-height:32px;padding:0 8px;color:#5a857a;background:white;border:1px solid #c9ded6;border-radius:4px;text-align:left}.outline-generation-reserved-action:disabled{cursor:not-allowed;opacity:.72}.outline-generation-reserved-action small{padding:2px 4px;color:#71968b;background:#eef6f2;border-radius:3px;font-family:var(--mono);font-size:8px;white-space:nowrap}.outline-generation-reserved-help{margin:0}.outline-footer{padding:10px 14px 16px;border-top:1px solid #e5ece7}.outline-footer button{min-height:30px;padding:0 8px;border-radius:3px}.outline-footer button:hover{background:var(--teal-soft)}.outline-status-writing{color:#28776d;background:#d9efeb}.outline-status-failed{color:#a2493e;background:#fff0ed}@media (max-width:1050px){.workbench-body{grid-template-columns:238px minmax(420px,1fr)}}@media (max-width:760px){.editor-stage{--editor-stage-gutter:10px}.understanding-strip{grid-template-columns:1fr;gap:5px;margin-bottom:10px}.understanding-strip-tools{justify-content:space-between}.understanding-strip-main strong{white-space:normal}.understanding-strip-detail{grid-template-columns:1fr;gap:6px}.section-editor-footer{align-items:flex-start;flex-direction:column}.section-editor-actions{width:100%;justify-content:flex-end}}.delivery-file-list-row{display:grid;grid-template-columns:23px minmax(0,1fr);align-items:start;grid-gap:9px;gap:9px;width:100%;padding:10px 14px;color:inherit;background:transparent;border:0;border-bottom:1px solid rgba(214,224,218,.72);text-align:left;cursor:pointer}.delivery-file-list-row.is-active,.delivery-file-list-row:hover{background:#eef7f3}.delivery-file-list-row .tool-panel-check-mark{display:grid;place-items:center;width:22px;height:22px;margin-top:1px;color:var(--teal);background:#e2f1eb;border-radius:6px;font-size:12px}.delivery-file-list-row.is-active .tool-panel-check-mark{color:white;background:var(--teal)}.delivery-file-list-row strong{display:block;overflow:hidden;color:var(--navy);font-family:var(--sans);font-size:11px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.delivery-file-list-row p{margin:3px 0 4px;color:var(--muted);font-size:9px}.delivery-file-list-row small{color:var(--soft);font-size:9px;line-height:1.5}.delivery-file-workspace{max-width:820px;margin:0 auto}.delivery-file-workspace-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:0 0 16px;padding:0 2px}.delivery-file-workspace-header h2{margin:5px 0 4px;color:var(--navy);font-family:var(--serif);font-size:22px}.delivery-file-workspace-header p{margin:0;color:var(--muted);font-size:10px}.delivery-file-choice-locked,.delivery-file-choice-pending{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;padding:6px 8px;color:var(--muted);background:#f4f7f4;border:1px solid var(--line);border-radius:5px;font-family:var(--mono);font-size:9px}.delivery-file-choice-locked{color:#397568;background:#eaf6f1;border-color:#c9e4da}.delivery-file-choice-card{padding:30px;background:#fff;border:1px solid #d7e4dd;border-radius:10px;box-shadow:0 9px 26px rgba(32,58,69,.07)}.delivery-file-choice-intro{margin-bottom:20px}.delivery-file-choice-intro strong{color:var(--navy);font-family:var(--serif);font-size:17px}.delivery-file-choice-intro p{max-width:520px;margin:8px 0 0;color:var(--muted);font-size:11px;line-height:1.7}.delivery-file-choice-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.delivery-file-choice{display:flex;align-items:center;gap:12px;min-height:82px;padding:14px;color:var(--navy);background:#f8fbf9;border:1px solid #d2e4db;border-radius:8px;text-align:left;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease}.delivery-file-choice:focus-visible,.delivery-file-choice:hover:not(:disabled){background:#eff8f4;border-color:#83beb1;box-shadow:0 7px 17px rgba(24,92,79,.12);outline:none;transform:translateY(-1px)}.delivery-file-choice:disabled{cursor:not-allowed;opacity:.55}.delivery-file-choice-icon{display:grid;place-items:center;flex:0 0 auto;width:37px;height:37px;color:#176e6b;background:#dff2eb;border-radius:8px}.delivery-file-choice.edit .delivery-file-choice-icon{color:#765944;background:#f4e8dc}.delivery-file-choice span:last-child{display:grid;grid-gap:4px;gap:4px;min-width:0}.delivery-file-choice strong{font-size:12px}.delivery-file-choice small{color:var(--muted);font-size:9px;line-height:1.4}.delivery-file-info-card{display:flex;align-items:flex-start;gap:12px;padding:20px;color:var(--muted);background:#f7faf8;border:1px solid #d7e4dd;border-radius:9px}.delivery-file-info-card>svg{flex:0 0 auto;color:var(--soft)}.delivery-file-info-card strong{display:block;color:var(--navy);font-size:13px}.delivery-file-info-card p{margin:6px 0;font-size:11px;line-height:1.6}.delivery-file-info-card small{color:var(--soft);font-size:9px}.delivery-file-info-card.is-ready{color:#397568;background:#eef8f4;border-color:#c8e5db}.delivery-file-info-card.is-ready>svg{color:#2d8a75}.delivery-file-tabs{padding:9px 16px 0;background:#fbfcfb;border-bottom:1px solid var(--line)}.delivery-file-tabs-header{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin-bottom:7px;color:var(--soft);font-size:9px}.delivery-file-tabs-header>div{display:flex;align-items:baseline;gap:9px;min-width:0}.delivery-file-tabs-header strong{color:var(--navy);font-size:11px;font-weight:700}.delivery-file-tabs-scroll{display:flex;align-items:stretch;gap:3px;overflow-x:auto;scrollbar-width:thin}.delivery-file-tab{display:inline-flex;align-items:center;gap:7px;min-width:152px;max-width:236px;padding:9px 11px 8px;color:var(--muted);background:transparent;border:1px solid transparent;border-bottom:0;border-radius:7px 7px 0 0;text-align:left;cursor:pointer}.delivery-file-tab:focus-visible,.delivery-file-tab:hover{color:var(--navy);background:#f0f7f3;outline:none}.delivery-file-tab.is-active{color:var(--navy);background:var(--bg);border-color:var(--line);box-shadow:inset 0 2px 0 var(--teal)}.delivery-file-tab>svg{flex:0 0 auto;color:var(--teal)}.delivery-file-tab-copy{display:grid;min-width:0;grid-gap:3px;gap:3px}.delivery-file-tab-copy strong{overflow:hidden;font-size:10px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.delivery-file-tab-copy small{overflow:hidden;color:var(--soft);font-family:var(--mono);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.delivery-file-tab-check{flex:0 0 auto;margin-left:auto;color:#3c947b}.delivery-file-tabs-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;min-width:0}.delivery-file-other-toggle{display:inline-flex;align-items:center;gap:5px;padding:4px 6px;color:var(--teal);background:transparent;border-radius:4px;font-size:9px;font-weight:700;white-space:nowrap}.delivery-file-other-toggle:focus-visible,.delivery-file-other-toggle:hover{color:var(--navy);background:var(--teal-soft);outline:none}.delivery-file-other-toggle b{display:inline-grid;place-items:center;min-width:17px;height:17px;padding:0 4px;color:#397568;background:#e2f1e9;border-radius:999px;font-family:var(--mono);font-size:8px}.delivery-file-other-toggle svg{transition:transform .16s ease}.delivery-file-other-toggle svg.is-open{transform:rotate(180deg)}.delivery-file-tab-kind{display:inline-flex;align-items:center;margin-right:4px;padding:2px 4px;color:#397568;background:#e2f1e9;border-radius:3px;font-family:var(--sans);font-size:8px;font-weight:700;line-height:1}.delivery-file-solution-empty{padding:11px 12px 13px;color:var(--soft);background:#f5f8f6;border:1px dashed #d5e1da;border-radius:5px;font-size:10px}.delivery-file-other-files{padding:12px 0 14px;border-top:1px solid #e3ebe6}.delivery-file-other-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:8px;color:var(--soft);font-size:9px}.delivery-file-other-heading>div{display:flex;align-items:baseline;gap:9px}.delivery-file-other-heading strong{color:var(--navy);font-size:10px}.delivery-file-other-flow{display:flex;flex-wrap:wrap;gap:7px}.delivery-file-other-card{display:inline-flex;align-items:center;flex:1 1 180px;gap:8px;min-width:170px;max-width:265px;padding:9px 10px;color:var(--muted);background:#f7faf8;border:1px solid #dce7e1;border-radius:6px;text-align:left;cursor:pointer}.delivery-file-other-card:focus-visible,.delivery-file-other-card:hover{color:var(--navy);background:#eef7f3;border-color:#9ac8bb;outline:none}.delivery-file-other-card.is-active{color:var(--navy);background:#e7f3ee;border-color:#8abdaf;box-shadow:inset 3px 0 0 var(--teal)}.delivery-file-other-card>svg{flex:0 0 auto;color:#7c9b91}.delivery-file-other-card.is-active>svg{color:var(--teal)}.delivery-file-other-card-copy{display:grid;min-width:0;grid-gap:3px;gap:3px}.delivery-file-other-card-copy strong{overflow:hidden;font-size:10px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.delivery-file-other-card-copy small{overflow:hidden;color:var(--soft);font-family:var(--mono);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.delivery-file-all-flow{display:flex;flex-wrap:wrap;gap:7px;padding-bottom:12px}.delivery-file-other-card.is-proposal{color:var(--navy);background:#eef8f4;border-color:#b8ddd6}.delivery-file-other-card.is-proposal>svg{color:var(--teal)}@media (max-width:760px){.delivery-file-choice-card{padding:20px}.delivery-file-choice-actions{grid-template-columns:1fr}.delivery-file-workspace-header{flex-direction:column}.delivery-file-choice-locked,.delivery-file-choice-pending{align-self:flex-start}.delivery-file-tabs-header{align-items:flex-start;flex-direction:column;gap:7px}.delivery-file-tabs-header-actions{justify-content:space-between;width:100%}.delivery-file-other-heading{align-items:flex-start;flex-direction:column;gap:4px}.delivery-file-all-flow,.delivery-file-other-flow{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.delivery-file-other-card{min-width:0;max-width:none}}.outline-row .outline-title{display:flex;align-items:flex-start}.outline-item-index{display:inline-block;min-width:19px;margin-right:5px;color:#4e8778;font-family:var(--mono);font-size:9px;font-weight:700}.outline-caret-toggle{position:absolute;top:16px;z-index:2;display:grid;place-items:center;width:18px;height:20px;padding:0;color:#8e9d97;background:transparent;border-radius:3px;cursor:pointer}.outline-caret-toggle:focus-visible,.outline-caret-toggle:hover{color:var(--teal);background:var(--teal-soft);outline:none}.outline-caret-toggle:disabled{cursor:default}.outline-panel .panel-head .icon-button:disabled{color:#c2ccc7;cursor:default;opacity:.7}.project-code-badge{display:inline-flex;align-items:center;gap:5px;width:-moz-fit-content;width:fit-content;padding:4px 6px 4px 8px;color:var(--navy);background:#f5f7f5;border:1px solid #dce5df;border-radius:4px;font-family:var(--mono);font-size:9px;font-weight:700;letter-spacing:.06em;white-space:nowrap}.project-code-badge button{display:grid;place-items:center;width:18px;height:18px;color:#86938e;background:transparent;border-radius:3px}.project-code-badge button:focus-visible,.project-code-badge button:hover{color:var(--teal);background:var(--teal-soft);outline:none}.editor-kicker{letter-spacing:.04em}.editor-help{color:#7d8985;font-size:10px;line-height:1.5}.section-editor-heading{justify-content:flex-end;min-height:16px;margin-bottom:6px}.section-editor-toolbar{padding:7px 9px;background:rgba(248,250,248,.98);border-color:#d7e2dc;border-radius:7px 7px 0 0}.editor-style-select{height:32px;border-radius:5px;font-size:10px}.editor-tool-button{width:32px;height:32px;border-radius:5px}.editor-tool-button:focus-visible,.editor-tool-button:hover:not(:disabled){background:#e3f2ed;box-shadow:inset 0 0 0 1px #c5e2da}.section-editor-content{border:1px solid #d7e2dc;border-top:0}.section-editor-content:focus{box-shadow:inset 0 0 0 2px rgba(20,92,99,.14)}.section-editor-actions{gap:9px}.editor-ai-action,.editor-secondary-action{min-height:40px;padding:0 15px;border-radius:6px;font-size:11px;font-weight:700;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.editor-secondary-action{color:#1c706b;background:white;border-color:#bfded7}.editor-ai-action:hover:not(:disabled),.editor-secondary-action:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 5px 14px rgba(24,67,61,.13)}.editor-ai-action{background:linear-gradient(135deg,#147f79,#0b696d);border-color:#147f79}.editor-ai-action:disabled,.editor-secondary-action:disabled{transform:none;box-shadow:none}.editor-bottom-bar{margin-top:16px}.editor-bottom-bar>span{max-width:430px;font-family:var(--sans);font-size:10px;line-height:1.5}.editor-bottom-bar button{min-height:40px;padding:0 15px;color:white;background:#203a45;border-color:#203a45;border-radius:6px;font-size:11px;font-weight:700;box-shadow:0 4px 11px rgba(32,58,69,.13)}.editor-bottom-bar button:hover:not(:disabled){background:#162f39;transform:translateY(-1px)}.editor-bottom-bar button:disabled{color:#a8b2b0;background:#e7ece9;border-color:#d8e1dc;box-shadow:none}.agent-dock{background:linear-gradient(145deg,#203a45,#182f39);border-radius:7px}.agent-dock p{color:rgba(255,255,255,.72)}.agent-dock button{min-height:36px;border-radius:5px;font-size:10px}.agent-live{color:#a7e1d7}.section-editor-empty{align-content:center;min-height:670px;padding-top:70px;padding-bottom:70px}.editor-empty-eyebrow{margin-top:2px;color:var(--teal);font-family:var(--mono);font-size:9px;letter-spacing:.08em}.section-editor-empty>strong{margin-top:6px;font-size:24px}.section-editor-empty>p{max-width:360px;margin:12px 0 22px;line-height:1.8}.editor-empty-action{display:grid;grid-template-columns:34px minmax(0,1fr) 17px;align-items:center;grid-gap:10px;gap:10px;width:min(330px,100%);min-height:64px;padding:9px 13px 9px 10px;color:white;background:linear-gradient(135deg,#147f79,#0b696d);border:1px solid #147f79;border-radius:8px;text-align:left;box-shadow:0 8px 22px rgba(20,92,99,.2);transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.editor-empty-action:focus-visible,.editor-empty-action:hover:not(:disabled){filter:saturate(1.08);transform:translateY(-2px);box-shadow:0 12px 25px rgba(20,92,99,.25);outline:none}.editor-empty-action:disabled{cursor:not-allowed;filter:grayscale(.18);opacity:.55;transform:none;box-shadow:none}.editor-empty-action-icon{display:grid;place-items:center;width:34px;height:34px;color:#145c63;background:#d8f1eb;border-radius:7px}.editor-empty-action-copy{display:grid;grid-gap:3px;gap:3px;min-width:0}.editor-empty-action-copy b{font-size:12px;font-weight:700}.editor-empty-action-copy small{overflow:hidden;color:rgba(255,255,255,.74);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.workbench-body{position:relative}.workbench-body.evidence-collapsed{grid-template-columns:274px minmax(0,1fr)}.evidence-panel{overflow:auto}.workbench-toolbar .icon-button[aria-pressed=true]{color:var(--teal);background:var(--teal-soft)}.workbench-search-dialog button:focus-visible,.workbench-search-input input:focus-visible,.workbench-toolbar .icon-button:focus-visible{outline:2px solid rgba(13,130,124,.45);outline-offset:2px}.workbench-search-backdrop{position:fixed;z-index:40;inset:0;display:flex;align-items:flex-start;justify-content:center;padding:92px 18px 24px;background:rgba(24,34,46,.28);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.workbench-search-dialog{display:flex;width:min(650px,100%);max-height:min(710px,calc(100dvh - 116px));flex-direction:column;overflow:hidden;background:var(--paper);border:1px solid rgba(24,50,72,.13);border-radius:12px;box-shadow:0 24px 70px rgba(24,34,46,.22)}.workbench-search-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:25px 25px 18px;border-bottom:1px solid #e7ece8}.workbench-search-header .eyebrow{margin-bottom:8px}.workbench-search-header h2{margin:0;color:var(--navy);font-family:var(--serif);font-size:24px;font-weight:600}.workbench-search-header p:last-child{max-width:470px;margin:7px 0 0;color:var(--muted);font-size:11px;line-height:1.65}.workbench-search-input{display:flex;align-items:center;gap:10px;margin:17px 25px 0;padding:0 12px;color:var(--teal);background:#f5f8f6;border:1px solid #d6e4de;border-radius:7px}.workbench-search-input:focus-within{background:white;border-color:var(--teal);box-shadow:0 0 0 3px rgba(13,130,124,.1)}.workbench-search-input input{min-width:0;height:44px;flex:1 1;color:var(--ink);background:transparent;border:0;outline:none;font-size:12px}.workbench-search-input input::placeholder{color:#9ca8a4}.workbench-search-input kbd{padding:3px 6px;color:var(--soft);background:white;border:1px solid #dce5df;border-radius:4px;font-family:var(--mono);font-size:8px}.workbench-search-meta{min-height:34px;padding:11px 25px 7px;color:var(--soft);font-size:10px}.workbench-search-results{min-height:112px;overflow:auto;padding:0 13px 12px}.workbench-search-empty{display:grid;justify-items:center;grid-gap:7px;gap:7px;padding:42px 22px;color:var(--soft);text-align:center}.workbench-search-empty svg{color:#a9b8b2}.workbench-search-empty strong{color:var(--navy);font-family:var(--serif);font-size:15px;font-weight:600}.workbench-search-empty span{font-size:10px;line-height:1.6}.workbench-search-result{display:grid;grid-template-columns:auto minmax(0,1fr) 17px;align-items:center;grid-gap:12px;gap:12px;width:100%;padding:12px;color:var(--muted);background:transparent;border-radius:7px;text-align:left}.workbench-search-result.is-active,.workbench-search-result:hover{color:var(--navy);background:#eef6f2}.workbench-search-result-kind{align-self:start;min-width:48px;padding:4px 6px;color:var(--teal);background:var(--teal-soft);border-radius:4px;font-size:9px;line-height:1.2;text-align:center}.workbench-search-result-copy{display:grid;min-width:0;grid-gap:4px;gap:4px}.workbench-search-result-copy strong{overflow:hidden;color:var(--navy);font-size:11px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.workbench-search-result-copy>span{overflow:hidden;color:var(--muted);font-size:10px;line-height:1.55;text-overflow:ellipsis;white-space:nowrap}.workbench-search-result mark{color:#875235;background:#f9e5d8;border-radius:2px}.workbench-search-result>svg{color:#9eaaa5}.workbench-search-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 25px;color:var(--soft);border-top:1px solid #e7ece8;font-size:9px}.workbench-search-footer button{padding:5px 8px;color:var(--teal);background:transparent;border-radius:4px;font-size:10px;font-weight:700}.workbench-search-footer button:hover{background:var(--teal-soft)}@media (max-width:1050px){.workbench-body,.workbench-body.evidence-collapsed{grid-template-columns:238px minmax(0,1fr)}.workbench-body.evidence-open .evidence-panel{position:absolute;z-index:10;top:0;right:0;bottom:0;display:block;width:min(306px,calc(100vw - 238px));min-height:0;height:100%;box-shadow:-14px 0 34px rgba(24,34,46,.13)}.workbench-body.evidence-open .editor-stage .package-selection-bar{max-width:calc(100% - 306px);margin-right:306px}.delivery-file-workspace{max-width:calc(100% - 24px)}.delivery-file-choice-actions{grid-template-columns:1fr}}@media (max-width:760px){.workbench-body.evidence-open .evidence-panel{width:min(340px,calc(100vw - 18px))}.workbench-body.evidence-open .editor-stage .package-selection-bar{max-width:calc(100% - min(340px, calc(100vw - 18px)));margin-right:min(340px,calc(100vw - 18px))}.workbench-search-backdrop{align-items:flex-end;padding:18px 10px 10px}.workbench-search-dialog{max-height:calc(100dvh - 28px);border-radius:11px}.workbench-search-header{padding:20px 18px 15px}.workbench-search-header h2{font-size:21px}.workbench-search-header p:last-child{font-size:10px}.workbench-search-input{margin:13px 18px 0}.workbench-search-meta{padding-right:18px;padding-left:18px}.workbench-search-results{padding-right:8px;padding-left:8px}.workbench-search-footer{padding-right:18px;padding-left:18px}.workbench-search-footer span{max-width:210px;line-height:1.5}}.export-modal-backdrop,.source-preview-backdrop,.workbench-tool-panel-backdrop{position:fixed;z-index:45;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(24,34,46,.3);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.evidence-panel>div[style]>p{display:none}.export-modal,.source-preview-dialog,.workbench-tool-panel{width:min(720px,100%);max-height:min(760px,calc(100dvh - 48px));overflow:hidden;background:var(--paper);border:1px solid rgba(24,50,72,.13);border-radius:12px;box-shadow:0 24px 70px rgba(24,34,46,.22)}.export-modal-header,.source-preview-header,.workbench-tool-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:25px 25px 18px;border-bottom:1px solid #e7ece8}.export-modal-header h2,.source-preview-header h2,.workbench-tool-panel-header h2{margin:0;color:var(--navy);font-family:var(--serif);font-size:25px;font-weight:600}.export-modal-header p:last-child,.source-preview-header p:last-child,.workbench-tool-panel-header p:last-child{max-width:520px;margin:7px 0 0;color:var(--muted);font-size:11px;line-height:1.65}.workbench-tool-panel-content{max-height:calc(100dvh - 230px);overflow:auto;padding:22px 25px 27px}.tool-panel-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-bottom:22px}.tool-panel-stats div{display:grid;grid-gap:3px;gap:3px;padding:13px;background:#f4f8f5;border:1px solid #e0ebe4;border-radius:7px}.tool-panel-stats strong{color:var(--navy);font-family:var(--serif);font-size:22px}.tool-panel-stats span{color:var(--muted);font-size:10px}.tool-panel-section{margin-top:22px}.tool-panel-section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding-bottom:9px;border-bottom:1px solid var(--line)}.tool-panel-section-heading h3{margin:0;color:var(--navy);font-family:var(--serif);font-size:15px}.tool-panel-section-heading span{color:var(--soft);font-family:var(--mono);font-size:8px}.tool-panel-check-row{display:grid;grid-template-columns:27px minmax(0,1fr);grid-gap:10px;gap:10px;padding:14px 0;border-bottom:1px solid #edf1ee}.tool-panel-check-row.is-link{grid-template-columns:27px minmax(0,1fr) 15px;cursor:pointer}.tool-panel-check-row.is-link:focus-visible,.tool-panel-check-row.is-link:hover{background:var(--teal-soft);outline:none}.tool-panel-check-row>div{min-width:0}.tool-panel-check-row strong{color:var(--navy);font-size:11px}.tool-panel-check-row p{margin:5px 0;color:var(--muted);font-size:10px;line-height:1.6}.tool-panel-check-row small{color:var(--soft);font-size:9px}.evidence-row-arrow{align-self:center;color:var(--teal)}.tool-panel-check-mark,.tool-panel-score{display:grid;place-items:center;width:25px;height:25px;color:var(--teal);background:var(--teal-soft);border-radius:6px;font-family:var(--mono);font-size:10px}.tool-panel-score{color:var(--copper);background:var(--copper-soft)}.tool-panel-empty,.tool-panel-hint{margin:14px 0 0;color:var(--muted);font-size:10px;line-height:1.7}.review-status-card{display:grid;grid-gap:6px;gap:6px;padding:15px;background:#f4f8f5;border:1px solid #dce9e2;border-radius:7px}.review-status-card strong{color:var(--navy);font-family:var(--serif);font-size:17px}.review-status-card span{color:var(--muted);font-size:10px;line-height:1.6}.review-status-passed,.review-status-passed-with-warnings{background:#eef8f2;border-color:#cde6d6}.review-status-blocked,.review-status-needs-user-confirmation{background:#fff6ef;border-color:#efd4bb}.tool-panel-issue{padding:13px 0;border-bottom:1px solid #edf1ee}.tool-panel-issue>div{display:flex;align-items:center;gap:8px}.tool-panel-issue strong{color:var(--navy);font-size:11px}.tool-panel-issue p{margin:7px 0 0;color:var(--muted);font-size:10px;line-height:1.65}.issue-severity{display:inline-flex;min-width:31px;justify-content:center;padding:3px 5px;color:#4d7568;background:#e2f1e9;border-radius:3px;font-size:8px}.issue-severity-major,.issue-severity-warning{color:#9a663e;background:#f8eadf}.issue-severity-critical{color:#a64b40;background:#fde9e6}.review-issue-card{display:grid;grid-gap:8px;gap:8px;padding:13px 0;border-bottom:1px solid #edf1ee}.review-issue-card.is-handled{opacity:.68}.review-issue-card-heading{display:grid;grid-gap:5px;gap:5px;min-width:0}.review-issue-card-heading strong{color:var(--navy);font-size:11px;line-height:1.45}.review-issue-card-badges{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.review-issue-handled,.review-issue-severity{display:inline-flex;min-width:31px;justify-content:center;padding:3px 5px;color:#4d7568;background:#e2f1e9;border-radius:3px;font-size:8px}.review-issue-severity-major,.review-issue-severity-warning{color:#9a663e;background:#f8eadf}.review-issue-severity-critical{color:#a64b40;background:#fde9e6}.review-issue-handled{color:#55756d;background:#edf2ef}.review-issue-message,.review-issue-suggestion{margin:0;color:var(--muted);font-size:10px;line-height:1.65}.review-issue-suggestion{display:grid;grid-template-columns:60px minmax(0,1fr);grid-gap:7px;gap:7px;padding:7px 8px;color:#66736f;background:#f7faf8;border-left:2px solid #b5d6ca}.review-issue-suggestion span{color:#4b756a;font-size:9px;font-weight:700}.review-issue-actions{display:flex;flex-wrap:wrap;gap:6px}.review-issue-action,.review-issue-resolve-confirm{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:29px;padding:0 8px;color:#37665e;background:#fbfdfc;border:1px solid #d4e2dc;border-radius:4px;font-size:9px;font-weight:700}.review-issue-action:focus-visible,.review-issue-action:hover:not(:disabled),.review-issue-resolve-confirm:focus-visible,.review-issue-resolve-confirm:hover:not(:disabled){color:#145f5b;background:#eff8f5;border-color:#8fc7ba;outline:none}.review-issue-action.is-selected{color:#145f5b;background:#edf8f4;border-color:#4da99d}.review-issue-action:disabled,.review-issue-resolve-confirm:disabled{color:#9daaa6;background:#f0f3f1;border-color:#dce4e0;cursor:not-allowed}.review-issue-resolve-form{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;grid-gap:8px;gap:8px;padding:8px;background:#f6faf7;border:1px solid #dce9e2;border-radius:5px}.review-issue-resolve-form label{display:grid;grid-gap:4px;gap:4px;min-width:0}.review-issue-resolve-form label>span{color:#587069;font-size:9px;font-weight:700}.review-issue-resolve-form textarea{width:100%;min-height:48px;padding:7px 8px;color:var(--ink);background:white;border:1px solid #cedbd5;border-radius:4px;outline:none;resize:vertical;font-size:10px;line-height:1.55}.review-issue-resolve-form textarea:focus{border-color:#4da99d;box-shadow:0 0 0 3px rgba(31,131,122,.1)}.review-issue-busy,.review-issue-error{margin:0;padding:7px 8px;font-size:9px;line-height:1.55}.review-issue-busy{color:#276e66;background:#edf8f4;border-left:2px solid #4da99d}.review-issue-error{color:#a1402f;background:#fdf1ee;border-left:2px solid #d98a76}.review-issue-handled-group{margin-top:15px;padding-top:11px;border-top:1px dashed #d9e2dd}.review-issue-handled-group h4{margin:0;color:var(--soft);font-family:var(--mono);font-size:9px;font-weight:500}.tool-panel-action{margin-top:22px}.evidence-coverage{padding-bottom:15px}.coverage-list{padding:0 15px}.coverage-row{display:grid;grid-template-columns:29px minmax(0,1fr);grid-gap:9px;gap:9px;padding:12px 0;border-bottom:1px solid #e4e9e5}.coverage-row.is-link{grid-template-columns:29px minmax(0,1fr) 15px;cursor:pointer}.coverage-row.is-link:focus-visible,.coverage-row.is-link:hover{background:var(--teal-soft);outline:none}.coverage-row>div{display:grid;grid-gap:4px;gap:4px;min-width:0}.coverage-row strong{color:var(--navy);font-size:10px;line-height:1.45}.coverage-row small{color:var(--muted);font-size:9px}.coverage-dot,.coverage-score{display:grid;place-items:center;width:26px;height:26px;color:var(--copper);background:var(--copper-soft);border-radius:5px;font-family:var(--mono);font-size:9px}.coverage-dot{color:var(--teal);background:var(--teal-soft)}.evidence-empty{margin:17px 15px;color:var(--muted);font-size:10px;line-height:1.7}.source-preview-content{max-height:calc(100dvh - 220px);overflow:auto;padding:20px 25px 28px}.source-preview-note{margin-bottom:14px;padding:10px 12px;color:var(--muted);background:var(--teal-soft);font-size:10px;line-height:1.6}.source-preview-content pre{margin:0;white-space:pre-wrap;color:#34423f;font-family:var(--serif);font-size:12px;line-height:1.9}.source-preview-content details{margin-top:22px;color:var(--teal);font-size:10px}.source-preview-content summary{cursor:pointer}.source-preview-error{display:grid;justify-items:center;grid-gap:10px;gap:10px;padding:56px 24px;color:var(--muted);text-align:center}.source-preview-error svg{color:var(--copper)}.source-preview-error p{margin:0;font-size:11px}.workbench-tool-panel{display:flex;flex-direction:column;height:min(760px,calc(100dvh - 48px))}.workbench-tool-panel-content{min-height:0}.workbench-review-panel{display:grid;grid-template-rows:minmax(0,1fr) auto;flex:1 1;min-height:0}.workbench-review-panel-content{max-height:none;padding-bottom:22px}.workbench-review-panel-footer{padding:14px 25px 22px;border-top:1px solid #e7ece8;background:var(--paper)}.workbench-review-panel-footer .tool-panel-action{width:100%;margin-top:0}.workbench-review-panel-footer .tool-panel-hint{margin-bottom:0}.coverage-row.is-link,.tool-panel-check-row.is-link{padding-block:8px}.evidence-row-arrow{justify-self:end}.evidence-source-highlight{padding:1px 0;color:inherit;background:#ffe39a;box-shadow:0 0 0 2px #ffe39a}.workbench-page{height:100dvh;min-height:0;overflow:hidden}.workbench-body{overflow:hidden}.evidence-panel,.outline-panel{min-height:0}.outline-panel{overflow:auto}.evidence-panel>.evidence-tabs,.evidence-panel>.panel-head{position:-webkit-sticky;position:sticky;top:0;z-index:4;background:#f7f9f7}@media (max-width:760px){.export-modal-backdrop,.source-preview-backdrop,.workbench-tool-panel-backdrop{align-items:flex-end;padding:10px}.export-modal,.source-preview-dialog,.workbench-tool-panel{max-height:calc(100dvh - 20px);border-radius:11px 11px 0 0}.export-modal-header,.source-preview-header,.workbench-tool-panel-header{padding:20px 18px 15px}.export-modal-header h2,.source-preview-header h2,.workbench-tool-panel-header h2{font-size:21px}.export-modal-content,.source-preview-content,.workbench-tool-panel-content{padding-right:18px;padding-left:18px}.tool-panel-stats{gap:6px}.tool-panel-stats div{padding:10px 8px}.tool-panel-stats strong{font-size:18px}.workbench-tool-panel{height:calc(100dvh - 20px)}.workbench-review-panel-footer{padding:14px 18px 18px}}.export-modal{display:flex;flex-direction:column;height:min(760px,calc(100dvh - 48px))}.export-modal-alert,.export-modal-footer,.export-modal-header{flex:0 0 auto}.export-modal-alert{padding:14px 25px 0}.export-modal-content{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:20px 25px 28px;scrollbar-gutter:stable}.export-modal-footer{padding:16px 25px 22px;background:var(--paper);border-top:1px solid #e7ece8}.export-modal-footer>span{display:block;margin-bottom:9px;color:var(--muted);font-size:10px;font-weight:700}.export-modal-footer .form-footer{justify-content:flex-start;margin:0;padding-top:0;border-top:0}.export-delivery-list{border:1px solid #dce8e2;border-radius:8px;overflow:hidden}.export-delivery-list-heading{display:flex;align-items:baseline;justify-content:space-between;padding:12px 14px;background:#f4f8f5;border-bottom:1px solid #dce8e2}.export-delivery-list-heading strong{color:var(--navy);font-size:12px}.export-delivery-list-heading span{color:var(--soft);font-family:var(--mono);font-size:9px}.export-delivery-list>p{margin:0;padding:15px 14px;color:var(--muted);font-size:10px;line-height:1.7}.export-delivery-row{display:grid;grid-template-columns:17px minmax(0,1fr);grid-gap:9px;gap:9px;padding:11px 14px;border-bottom:1px solid #e7ede9}.export-delivery-row:last-child{border-bottom:0}.export-delivery-row>svg{margin-top:1px;color:var(--teal)}.export-delivery-row div{display:grid;grid-gap:3px;gap:3px;min-width:0}.export-delivery-row strong{overflow:hidden;color:var(--navy);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.export-delivery-row small{color:var(--soft);font-family:var(--mono);font-size:8px}@media (max-width:760px){.export-modal{height:calc(100dvh - 20px)}.export-modal-alert,.export-modal-content{padding-right:18px;padding-left:18px}.export-modal-footer{padding:14px 18px 18px}}.export-warning{margin:14px 0 0;padding:10px 12px;color:#7a4b12;background:#fff7df;border:1px solid #ecd392;border-radius:6px;font-size:10px;line-height:1.65}.pending-question-skip{color:#7f8b87;font-size:9px;line-height:1.5}.confirmed-question-list{display:grid;grid-gap:0;gap:0;margin-top:14px;padding-top:13px;border-top:1px solid #e7d6c4}.confirmed-question-list-heading{display:flex;align-items:center;justify-content:space-between;padding-bottom:8px;color:#3d806d;font-size:10px;font-weight:700}.confirmed-question-list-heading span{display:inline-flex;align-items:center;gap:5px}.confirmed-question-list-heading b{display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 4px;color:#287160;background:#e4f3eb;border-radius:999px;font-family:var(--mono);font-size:8px}.confirmed-question-row{display:grid;grid-template-columns:16px minmax(0,1fr);grid-gap:8px;gap:8px;padding:10px 0;border-top:1px solid #efe4d8}.confirmed-question-row>svg{margin-top:1px;color:#3b947b}.confirmed-question-row div{display:grid;grid-gap:4px;gap:4px;min-width:0}.confirmed-question-row strong{color:var(--navy);font-size:10px;line-height:1.55}.confirmed-question-row p{margin:0;color:#4f6d64;font-size:10px;line-height:1.55}.confirmed-question-row small{color:var(--soft);font-family:var(--mono);font-size:8px}.pending-question-datetime-fields{display:grid;grid-gap:8px;gap:8px;padding:10px;background:#f7faf8;border:1px solid #dcebe5;border-radius:5px}.pending-question-datetime-fields label{display:grid;grid-gap:5px;gap:5px;color:var(--muted);font-size:9px;font-weight:700}.pending-question-datetime-fields input{width:100%;min-height:34px;padding:0 8px;color:var(--ink);background:white;border:1px solid #cbded7;border-radius:5px;outline:none;font:inherit;font-weight:500}.pending-question-datetime-fields input:focus{border-color:#4da99d;box-shadow:0 0 0 3px rgba(31,131,122,.1)}.profile-enterprise-section{margin-top:26px;padding-top:22px;border-top:1px solid var(--line)}.profile-enterprise-heading{margin-bottom:15px}.profile-enterprise-kicker{color:var(--navy);font-size:11px;font-weight:700}.profile-enterprise-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:17px;gap:17px;align-items:end}.profile-enterprise-grid select{width:100%;height:44px;padding:0 34px 0 12px;color:var(--ink);background-color:white;background-image:var(--select-chevron);background-repeat:no-repeat;background-position:right 9px center;border:1px solid var(--line);border-radius:3px;outline:none;font-size:12px}.profile-enterprise-grid select:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(13,130,124,.1)}.profile-enterprise-checks{display:grid;grid-gap:12px;gap:12px;padding-bottom:12px;color:var(--muted);font-size:11px}.profile-enterprise-checks label{display:inline-flex;align-items:center;gap:8px}.profile-enterprise-checks input{width:15px;height:15px;accent-color:var(--teal)}.profile-writing-section{margin-top:26px;padding-top:22px;border-top:1px solid var(--line)}.profile-writing-heading{margin-bottom:14px}.profile-writing-heading p{margin:7px 0 0;color:var(--muted);font-size:10px;line-height:1.6}.profile-writing-table-wrap{overflow-x:auto}.profile-writing-table{width:100%;min-width:600px;border-collapse:collapse;table-layout:fixed}.profile-writing-table td,.profile-writing-table th{padding:13px 12px;border-bottom:1px solid #e5ebe7;font-size:10px;text-align:left;vertical-align:middle}.profile-writing-table thead th{padding-top:0;padding-bottom:9px;color:var(--soft);font-family:var(--mono);font-size:8px;font-weight:500;letter-spacing:.04em}.profile-writing-table thead th:first-child{width:23%}.profile-writing-table thead th:nth-child(2){width:29%}.profile-writing-table tbody th{color:var(--navy);font-weight:700}.profile-writing-table tbody td:nth-child(2){color:var(--navy)}.profile-writing-table tbody td:last-child{color:var(--muted);line-height:1.55}.profile-writing-table input,.profile-writing-table select{width:100%;height:36px;padding:0 9px;color:var(--ink);background-color:white;border:1px solid var(--line);border-radius:3px;outline:none;font-size:10px}.profile-writing-table select{padding-right:26px;background-image:var(--select-chevron);background-repeat:no-repeat;background-position:right 8px center}.profile-writing-table input:focus,.profile-writing-table select:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(13,130,124,.1)}.profile-writing-control{display:flex;align-items:center;gap:6px}.profile-writing-control input{min-width:0}.profile-writing-control span{flex:0 0 auto;color:var(--muted);font-size:9px}@media (max-width:760px){.profile-enterprise-grid{grid-template-columns:1fr;gap:17px}.profile-enterprise-checks{padding-bottom:0}}.profile-modal{display:flex;flex-direction:column;height:min(90dvh,820px);overflow:hidden}.profile-modal-header{flex:0 0 auto}.profile-modal>.profile-form-shell{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;overflow:hidden}.profile-form-scroll-region{min-height:0;overflow:visible}.profile-modal .profile-form-scroll-region{flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain;padding-bottom:28px;scrollbar-gutter:stable}.profile-modal .form-footer{flex:0 0 auto;margin-top:0;padding:18px 0 28px;background:var(--paper);border-top:1px solid var(--line)}.writing-supplement-modal .writing-supplement-scroll-region{flex:1 1 auto}.writing-supplement-modal .profile-writing-section{margin-top:0;padding-top:18px;border-top:0}.writing-supplement-modal .writing-supplement-footer{flex:0 0 auto}.outline-prompt-modal{height:auto;max-height:min(90dvh,650px)}.outline-prompt-modal .writing-supplement-scroll-region{flex:0 1 auto}.outline-prompt-modal .writing-supplement-footer{flex:0 0 auto}.section-rewrite-prompt-modal .writing-supplement-scroll-region{padding-top:18px}.select-field{position:relative}.select-field-control{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:var(--select-field-height,38px);padding:0 var(--select-field-pad,11px);color:var(--ink);background:white;border:1px solid var(--line);border-radius:5px;font-size:var(--select-field-font,12px);line-height:1.4;text-align:left;transition:border-color .15s ease,box-shadow .15s ease}.select-field-control>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-field-control>svg{flex:0 0 auto;color:var(--muted);transition:transform .15s ease}.select-field-control[aria-expanded=true]>svg{transform:rotate(180deg)}.select-field-control:hover:not(:disabled){border-color:#a8cfc4}.select-field-control:focus-visible,.select-field-control[aria-expanded=true]{border-color:var(--teal);box-shadow:0 0 0 3px rgba(13,130,124,.1);outline:none}.select-field-control:disabled{color:var(--soft);background:#f0f3f1;border-color:#dce4e0;cursor:not-allowed}.select-field-list{position:absolute;z-index:60;top:calc(100% + 5px);right:0;left:0;max-height:268px;margin:0;padding:5px;overflow-y:auto;list-style:none;background:var(--paper);border:1px solid #d5e2dc;border-radius:7px;box-shadow:0 16px 34px rgba(24,34,46,.16)}.select-field-option{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:var(--select-field-height,38px);padding:9px 10px;color:var(--ink);border-radius:5px;cursor:pointer;font-size:var(--select-field-font,12px);line-height:1.5}.select-field-option>span{display:grid;grid-gap:2px;gap:2px;min-width:0}.select-field-option small{color:var(--muted);font-size:10px;line-height:1.45}.select-field-option>svg{flex:0 0 auto;color:var(--teal)}.select-field-option.is-active{background:var(--teal-soft)}.select-field-option.is-selected{color:var(--navy);font-weight:700}.select-field-option.is-selected small{font-weight:400}.parsing-correction-tabs{display:flex;gap:6px;margin:0 24px;padding:4px;background:#f3f6f4;border-radius:8px}.parsing-correction-tabs button{flex:1 1;height:32px;padding:0 10px;color:var(--muted);background:transparent;border-radius:6px;font-size:12px;font-weight:600}.parsing-correction-tabs button.active{color:var(--navy);background:white;box-shadow:0 1px 2px rgba(24,34,46,.08)}.parsing-correction-tabs button:disabled{cursor:not-allowed;opacity:.55}@media (max-width:760px){.profile-modal{height:min(92dvh,760px)}.outline-prompt-modal{height:auto;max-height:92dvh}.profile-modal .form-footer,.profile-modal .profile-form-scroll-region{padding-bottom:22px}.writing-supplement-scroll-region{padding:0 20px 22px}.writing-supplement-footer{padding:14px 20px 18px}}.plan-rewrite-confirm-modal{height:auto;max-height:min(70dvh,500px)}.plan-rewrite-confirm-modal .profile-modal-header{padding:20px 24px 16px}.plan-rewrite-confirm-modal .profile-modal-header h2{font-size:24px}.plan-rewrite-confirm-modal .profile-modal-header p:not(.eyebrow){margin-top:6px;line-height:1.55}.plan-rewrite-confirm-modal .outline-confirm-content{gap:12px;padding:16px 24px 0}.plan-rewrite-confirm-modal .outline-confirm-stat{padding:11px 13px}.plan-rewrite-confirm-modal .outline-confirm-stat strong{font-size:23px}.plan-rewrite-confirm-modal .outline-confirm-content p{font-size:11px;line-height:1.6}.plan-rewrite-confirm-modal .outline-confirm-footer{padding:16px 24px 20px}@media (max-width:760px){.plan-rewrite-confirm-modal{max-height:72dvh}.plan-rewrite-confirm-modal .profile-modal-header{padding:18px 20px 14px}.plan-rewrite-confirm-modal .outline-confirm-content{padding:14px 20px 0}.plan-rewrite-confirm-modal .outline-confirm-footer{padding:14px 20px 18px}}.evidence-tabs{grid-template-columns:repeat(4,minmax(0,1fr))}.evidence-tabs button{min-width:0;padding:0 4px;white-space:nowrap}.evidence-ai-chat{padding:14px 15px 20px}.workbench-action-group{align-items:stretch}.workbench-action-group,.workbench-page-menu{position:relative;display:inline-flex}.workbench-action-main{border-radius:5px 0 0 5px}.workbench-action-toggle{width:31px;padding:0;border-left:1px solid rgba(255,255,255,.28);border-radius:0 5px 5px 0}.workbench-action-toggle:hover{transform:translateY(-1px)}.workbench-action-menu{position:absolute;z-index:30;top:calc(100% + 7px);right:0;min-width:154px;padding:5px;background:var(--paper);border:1px solid #d5e2dc;border-radius:7px;box-shadow:0 14px 30px rgba(24,34,46,.15)}.workbench-action-menu>.export-actions-menu>.export-action-trigger,.workbench-action-menu>button{display:flex;align-items:center;gap:8px;width:100%;min-height:32px;padding:0 9px;color:var(--muted);background:transparent;border-radius:4px;font-size:10px;text-align:left}.workbench-action-menu>.export-actions-menu>.export-action-trigger:focus-visible,.workbench-action-menu>.export-actions-menu>.export-action-trigger:hover:not(:disabled),.workbench-action-menu>button:focus-visible,.workbench-action-menu>button:hover:not(:disabled){color:var(--navy);background:var(--teal-soft);outline:none}.workbench-action-menu>.export-actions-menu>.export-action-trigger:disabled,.workbench-action-menu>button:disabled{cursor:not-allowed;opacity:.45}.workbench-page-menu .workbench-action-menu{right:0;left:auto}.format-settings-modal{display:flex;flex-direction:column;width:min(940px,calc(100vw - 28px));max-width:none;max-height:min(88dvh,760px)}.format-settings-modal.format-settings-modal-single{width:min(760px,calc(100vw - 28px))}.format-settings-header{flex:0 0 auto}.format-settings-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));flex:0 0 auto;padding:0 20px;background:#fffefa;border-bottom:1px solid #dfe8e3}.format-settings-tabs button{position:relative;display:grid;justify-items:start;grid-gap:2px;gap:2px;min-width:0;padding:11px 10px 10px;color:#71807b;background:transparent;text-align:left}.format-settings-tabs button:after{position:absolute;right:10px;bottom:-1px;left:10px;height:2px;content:"";background:transparent}.format-settings-tabs button>span{color:inherit;font-size:11px;font-weight:700}.format-settings-tabs button>small{overflow:hidden;max-width:100%;color:#8a9893;font-family:var(--mono);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.format-settings-tabs button:focus-visible,.format-settings-tabs button:hover{color:#176d67;background:#f3f8f5;outline:none}.format-settings-tabs button:focus-visible{box-shadow:inset 0 0 0 2px rgba(44,133,111,.32)}.format-settings-tabs button.is-active{color:var(--navy)}.format-settings-tabs button.is-active:after{background:#238273}.format-settings-tabs button.is-active>small{color:#28796b}.format-settings-body{display:grid;grid-template-columns:minmax(270px,.82fr) minmax(390px,1.18fr);flex:1 1 auto;min-height:0;overflow:auto}.format-settings-preview{padding:20px;background:#eef3f0;border-right:1px solid #d9e3de}.format-settings-preview-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:12px;color:var(--navy)}.format-settings-preview-head>span{font-family:var(--serif);font-size:14px;font-weight:600}.format-settings-preview-head small{color:var(--soft);font-family:var(--mono);font-size:8px}.format-settings-samples{display:grid;grid-gap:14px;gap:14px}.format-settings-samples figure{margin:0;padding:13px;background:#fffefa;border:1px solid #d7e1dc;border-radius:6px;box-shadow:0 4px 12px rgba(24,54,49,.06)}.format-settings-samples figcaption{margin-bottom:9px;color:#5a6e68;font-family:var(--mono);font-size:9px;letter-spacing:.03em}.format-table-sample table{width:100%;overflow:hidden;border:1px solid;border-collapse:separate;border-spacing:0;border-radius:4px;color:#3b4c48;font-size:10px}.format-table-sample td,.format-table-sample th{padding:7px 8px;border-right:1px solid;border-bottom:1px solid;text-align:left}.format-table-sample td:last-child,.format-table-sample th:last-child{border-right:0}.format-table-sample tr:last-child td{border-bottom:0}.format-table-sample th{color:#173847;font-weight:700}.format-flow-canvas{display:flex;align-items:center;justify-content:space-between;min-height:60px;gap:4px;color:#344641}.format-flow-canvas span{display:grid;place-items:center;min-width:38px;min-height:28px;padding:3px 5px;background:var(--flow-node);border:1px solid var(--flow-edge);border-radius:4px;font-size:var(--flow-font-size,9px)}.format-flow-canvas i{flex:1 1;height:1px;min-width:8px;background:var(--flow-edge)}.format-flow-canvas b{display:grid;place-items:center;width:27px;height:27px;background:var(--flow-decision);border:1px solid var(--flow-edge);font-size:var(--flow-font-size,9px);font-weight:600;transform:rotate(45deg)}.format-flow-canvas b em{font-style:normal;transform:rotate(-45deg)}.format-settings-controls{display:grid;align-content:start;grid-gap:15px;gap:15px;padding:20px}.format-settings-note{display:grid;grid-gap:4px;gap:4px;padding:10px 11px;color:#45625a;background:#f0f7f4;border:1px solid #cbe1d7;border-left:3px solid #4b9a85;border-radius:4px}.format-settings-note strong{color:#1b6456;font-size:11px}.format-settings-note span{font-size:10px;line-height:1.55}.format-custom-group,.format-preset-group{min-width:0;margin:0;padding:0;border:0}.format-custom-group legend,.format-preset-group legend{padding:0;color:var(--navy);font-size:11px;font-weight:700}.format-preset-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:7px;gap:7px;margin-top:8px}.format-preset-options button{display:grid;grid-template-columns:18px minmax(0,1fr) auto;grid-template-rows:auto auto;grid-gap:2px 7px;gap:2px 7px;min-width:0;padding:8px;color:#52615e;background:white;border:1px solid #d5e1db;border-radius:4px;text-align:left}.format-preset-options button>span{grid-row:1/span 2;width:18px;min-height:27px;border:1px solid rgba(22,55,48,.22);border-radius:3px}.format-preset-options button strong{overflow:hidden;color:var(--navy);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.format-preset-options button small{overflow:hidden;color:var(--soft);font-size:8px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.format-preset-options button svg{align-self:center;color:#197867}.format-preset-options button:focus-visible,.format-preset-options button:hover{border-color:#4b9a85;background:#f8fcfa;outline:2px solid rgba(44,133,111,.18);outline-offset:1px}.format-preset-options button.is-selected{background:#edf8f3;border-color:#4b9a85;box-shadow:inset 0 0 0 1px #add5c7}.format-font-size-group{min-width:0;margin:0;padding:14px 0 0;border:0;border-top:1px solid #e1e9e4}.format-font-size-group legend{padding:0;color:var(--navy);font-size:11px;font-weight:700}.format-font-size-group>p{margin:5px 0 9px;color:var(--muted);font-size:9px}.format-font-size-group>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:6px;gap:6px}.format-font-size-group button{display:grid;grid-gap:2px;gap:2px;min-width:0;padding:7px 5px;color:#52615e;background:white;border:1px solid #d5e1db;border-radius:4px;text-align:center}.format-font-size-group button strong{color:var(--navy);font-size:10px}.format-font-size-group button small{color:var(--soft);font-family:var(--mono);font-size:8px;white-space:nowrap}.format-font-size-group button:focus-visible,.format-font-size-group button:hover{border-color:#4b9a85;background:#f8fcfa;outline:2px solid rgba(44,133,111,.18);outline-offset:1px}.format-font-size-group button.is-selected{background:#edf8f3;border-color:#4b9a85;box-shadow:inset 0 0 0 1px #add5c7}.format-custom-group{padding-top:14px;border-top:1px solid #e1e9e4}.format-custom-group>p{margin:5px 0 9px;color:var(--muted);font-size:9px}.format-custom-group>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:7px;gap:7px}.format-custom-group label{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;grid-gap:4px 6px;gap:4px 6px;min-width:0;padding:6px;background:#fbfcfb;border:1px solid #dce6e1;border-radius:4px}.format-custom-group label>span{grid-column:1/-1;color:#62736e;font-size:8px}.format-custom-group input{width:24px;height:22px;padding:1px;background:white;border:1px solid #c8d7d1;border-radius:3px;cursor:pointer}.format-custom-group code{overflow:hidden;color:#52645f;font-family:var(--mono);font-size:8px;text-overflow:ellipsis}.format-settings-footer{flex:0 0 auto;justify-content:space-between;padding:13px 20px;background:#f9fbfa;border-top:1px solid #dfe8e3}.format-settings-footer,.format-settings-footer>div{display:flex;align-items:center;gap:12px}.format-numbering-panel{display:block;flex:1 1 auto;min-height:0;padding:22px 20px;overflow:auto}.format-numbering-panel>*+*{margin-top:15px}.format-numbering-table{width:100%;min-width:570px;border:1px solid #d7e3dd;border-collapse:separate;border-spacing:0;border-radius:6px;color:#52615e;font-size:10px;overflow:hidden}.format-numbering-table caption{padding:0 0 8px;color:var(--navy);font-size:11px;font-weight:700;text-align:left}.format-numbering-table td,.format-numbering-table th{padding:10px 9px;border-right:1px solid #e0e9e4;border-bottom:1px solid #e0e9e4;text-align:left;vertical-align:middle}.format-numbering-table td:last-child,.format-numbering-table th:last-child{border-right:0}.format-numbering-table tr:last-child td{border-bottom:0}.format-numbering-table th{color:#51645d;background:#f4f8f5;font-size:9px}.format-numbering-table tr.is-selected td{background:#edf8f3}.format-numbering-table td strong{color:var(--navy);font-size:10px}.format-numbering-table td code{color:#397568;font-family:var(--mono);font-size:9px;white-space:nowrap}.format-numbering-select{display:grid;place-items:center;width:23px;height:23px;color:white;background:white;border:1px solid #b9d2c8;border-radius:50%}.format-numbering-select[aria-pressed=true]{background:#2c8876;border-color:#2c8876}.format-numbering-select:focus-visible,.format-numbering-select:hover{border-color:#2c8876;box-shadow:0 0 0 2px rgba(44,136,118,.14);outline:none}.format-settings-footer .button{display:inline-flex;align-items:center;gap:6px}.format-settings-saved{gap:4px;color:#247260;font-size:10px}.export-actions-header,.format-settings-saved{display:inline-flex;align-items:center}.export-actions-header .export-action-trigger{color:#176a64;background:var(--teal-soft);border:1px solid #a9d3c9;box-shadow:0 5px 13px rgba(13,130,124,.12)}.export-actions-header .export-action-trigger:hover{color:#0e514d;background:#d4ebe5}.export-actions-menu{display:contents}.workbench-writing-progress{display:grid;grid-gap:7px;gap:7px;padding:9px 22px 10px;background:var(--paper);border-bottom:1px solid var(--line)}.workbench-writing-progress-head{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--soft);font-size:10px;font-weight:700}.workbench-writing-progress-head>span:first-child{display:inline-flex;align-items:center;gap:7px;color:var(--teal)}.workbench-writing-progress-head>span:last-child{color:var(--soft);font-family:var(--mono);font-size:9px;font-weight:500}.workbench-writing-progress-track{height:6px;overflow:hidden;background:#e8eeea;border-radius:999px}.workbench-writing-progress-fill{height:100%;background:var(--teal);border-radius:inherit;transition:width .3s ease}.workbench-progress-indeterminate{position:relative}.workbench-progress-indeterminate:after{position:absolute;top:0;bottom:0;left:0;width:40%;background:var(--teal);border-radius:inherit;animation:workbench-progress-sweep 1.15s ease-in-out infinite;content:""}@keyframes workbench-progress-sweep{0%{transform:translateX(-100%)}to{transform:translateX(250%)}}@media (prefers-reduced-motion:reduce){.workbench-progress-indeterminate:after{animation:none;width:100%;opacity:.55}}@media (min-width:1051px){.workbench-body.evidence-open{grid-template-columns:248px minmax(420px,1fr) var(--evidence-panel-width,306px)}}.evidence-panel-resize-grip{position:absolute;z-index:12;top:0;right:calc(var(--evidence-panel-width, 306px) - 4px);bottom:0;width:8px;cursor:col-resize;touch-action:none}.evidence-panel-resize-grip:before{position:absolute;top:50%;left:3px;width:2px;height:58px;content:"";background:#8cbcb2;border-radius:999px;opacity:0;transform:translateY(-50%);transition:opacity .16s ease,background .16s ease}.evidence-panel-resize-grip:hover:before,.workbench-body.evidence-resizing .evidence-panel-resize-grip:before{background:var(--teal);opacity:1}.evidence-panel-toggle{position:absolute;z-index:13;top:50%;right:calc(var(--evidence-panel-width, 306px) - 14px);display:grid;place-items:center;width:28px;height:48px;padding:0;color:var(--teal);background:#f7faf8;border:1px solid #bed9d2;border-radius:999px;box-shadow:0 5px 15px rgba(24,54,49,.12);transform:translateY(-50%);transition:color .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease}.evidence-panel-toggle:focus-visible,.evidence-panel-toggle:hover{color:#104f4a;background:#e4f2ee;border-color:#84bbb0;box-shadow:0 7px 18px rgba(24,54,49,.16);outline:none}.workbench-body.evidence-collapsed .evidence-panel-toggle{right:0}@media (max-width:1050px){.evidence-panel-resize-grip{display:none}.workbench-body.evidence-open .evidence-panel-toggle{right:292px}}@media (max-width:760px){.workbench-body.evidence-open .evidence-panel-toggle{right:calc(min(340px, calc(100vw - 18px)) - 14px)}.workbench-action-menu{right:auto;left:0}.workbench-page-menu .workbench-action-menu{right:0;left:auto}.format-settings-modal{width:min(100vw - 16px,620px);max-height:92dvh}.format-settings-body{grid-template-columns:1fr}.format-settings-preview{border-right:0;border-bottom:1px solid #d9e3de}.format-custom-group>div{grid-template-columns:repeat(2,minmax(0,1fr))}.format-settings-footer{align-items:stretch;flex-direction:column-reverse}.format-settings-footer>div{justify-content:space-between}.workbench-writing-progress{padding-inline:14px}.workbench-writing-progress-head{align-items:flex-start;flex-direction:column;gap:4px}}.docx-template-editor,.docx-template-paper{display:grid;grid-gap:10px;gap:10px;min-width:0}.docx-template-paper{padding:24px clamp(14px,3vw,34px);background:#fffefa;border:1px solid #dce5df;box-shadow:inset 0 0 0 1px rgba(255,255,255,.8),0 6px 18px rgba(28,50,45,.055)}.docx-template-paragraph{min-height:1.7em;margin:0;color:#1f3431;font-size:13px;line-height:1.75;outline:none}.docx-template-paragraph:focus{background:#f2f9f6;box-shadow:0 0 0 2px #bde1d5}.docx-template-table-wrap{overflow-x:auto;padding:1px}.docx-template-table{width:100%;min-width:520px;border-collapse:collapse;table-layout:fixed;color:#203a45;font-size:12px}.docx-template-table td,.docx-template-table th{min-width:64px;padding:0;overflow:hidden;border:1px solid #b8c9c2;vertical-align:top}.docx-template-table th{background:#edf5f1;color:#174a45;font-weight:700}.docx-template-table textarea{display:block;box-sizing:border-box;width:100%;min-height:34px;padding:8px 9px;overflow:hidden;color:inherit;background:transparent;border:0;outline:0;resize:none;font:inherit;line-height:1.45;text-align:inherit}.docx-template-table textarea:focus{background:#fffdf2;box-shadow:inset 0 0 0 2px #55a997}.docx-template-warning{display:flex;align-items:flex-start;gap:7px;margin:0;padding:9px 10px;color:#7a4b12;background:#fff7df;border:1px solid #ecd392;border-radius:5px;font-size:11px;line-height:1.55}.docx-template-warning svg{flex:0 0 auto;margin-top:1px}@media (max-width:760px){.docx-template-paper{padding:16px 12px}}.rich-editor-shell{display:grid;grid-gap:0;gap:0;min-width:0}.rich-editor-loading{display:grid;place-items:center;min-height:300px;color:var(--soft);font-size:11px}.rich-editor-sticky-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:5;align-self:start;padding-bottom:10px;background:#e9eeeb}.editor-stage .rich-editor-sticky-topbar{width:calc(100% + 2 * var(--editor-stage-gutter));margin-left:calc(-1 * var(--editor-stage-gutter))}.editor-stage .rich-editor-shell-header,.editor-stage .rich-editor-toolbar{border-right:0;border-left:0;border-radius:0}.rich-editor-shell-header{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;min-height:48px;padding:6px 10px;background:#fdfefc;border:1px solid #d2dfd8;border-bottom:0;border-radius:8px 8px 0 0}.rich-editor-document-context{display:grid;min-width:0;grid-gap:2px;gap:2px}.rich-editor-document-meta{display:flex;align-items:center;gap:7px;min-width:0}.rich-editor-document-meta>span{flex:0 0 auto;color:#4d8277;font-family:var(--mono);font-size:8px;font-weight:700;letter-spacing:.08em}.rich-editor-document-context>strong{overflow:hidden;color:var(--navy);font-family:var(--serif);font-size:14px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.rich-editor-shell-actions{display:flex;flex:0 0 auto;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px;max-width:100%}.rich-editor-shared-header-control{min-width:0}.editor-summary-trigger{display:inline-flex;align-items:center;gap:5px;min-width:0;max-width:220px;height:18px;padding:0 5px;overflow:hidden;color:#71807b;background:transparent;border-radius:3px;font-family:var(--mono);font-size:8px;white-space:nowrap}.editor-summary-trigger:focus-visible,.editor-summary-trigger:hover,.editor-summary-trigger[aria-expanded=true]{color:#28776d;background:#edf5f1;outline:none}.editor-summary-trigger>i{flex:0 0 auto;width:5px;height:5px;background:#c47a3f;border-radius:50%}.editor-summary-trigger>span{overflow:hidden;text-overflow:ellipsis}.editor-summary-trigger>svg{flex:0 0 auto}.rich-editor-shell-actions .editor-save-state{padding:0 2px;white-space:nowrap}.rich-editor-action-divider{width:1px;height:21px;background:#dce6e0}.rich-editor-toolbar{position:relative;z-index:3;display:grid;grid-gap:0;gap:0;max-height:166px;overflow-x:hidden;overflow-y:auto;padding:7px 8px;background:rgba(248,250,248,.98);border:1px solid #d2dfd8;border-radius:0 0 8px 8px;box-shadow:0 5px 14px rgba(23,58,54,.08)}.rich-editor-toolbar-row{display:flex;align-items:center;flex-wrap:wrap;gap:3px;min-width:0;padding:2px 0}.rich-editor-toolbar-row+.rich-editor-toolbar-row{margin-top:3px;padding-top:5px;border-top:1px solid #e1e9e4}.rich-editor-table-tools{position:relative;color:#4b635e}.rich-editor-table-style-picker{position:absolute;z-index:12;top:calc(100% + 6px);left:0;display:grid;grid-gap:4px;gap:4px;width:min(268px,calc(100vw - 42px));padding:9px;color:#52645f;background:#fffefa;border:1px solid #cbdcd5;border-radius:7px;box-shadow:0 14px 30px rgba(24,49,45,.18)}.rich-editor-table-style-picker>p{margin:0 0 2px;color:#778780;font-family:var(--mono);font-size:8px;letter-spacing:.04em}.rich-editor-table-style-picker button{display:grid;grid-template-columns:26px minmax(0,1fr);grid-column-gap:8px;column-gap:8px;min-width:0;padding:6px;color:#3e5650;background:transparent;border:1px solid transparent;border-radius:5px;text-align:left}.rich-editor-table-style-picker button>span{grid-row:1/span 2;width:26px;height:20px;border:1px solid;border-radius:3px;box-shadow:inset 0 5px rgba(23,56,71,.12)}.rich-editor-table-style-picker button strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.rich-editor-table-style-picker button small{overflow:hidden;color:#75867f;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.rich-editor-table-style-picker button:focus-visible,.rich-editor-table-style-picker button:hover{background:#edf7f3;border-color:#b8dcd1;outline:none}.rich-editor-object-tools{color:#39716a}.rich-editor-toolbar-divider{width:1px;height:21px;margin:0 3px;background:#dce6e0}.rich-editor-tool-button{display:inline-grid;place-items:center;flex:0 0 auto;width:31px;height:31px;padding:0;color:#596b67;background:transparent;border:1px solid transparent;border-radius:5px;transition:color .12s ease,background .12s ease,border-color .12s ease}.rich-editor-tool-button.is-active,.rich-editor-tool-button:focus-visible,.rich-editor-tool-button:hover:not(:disabled){color:#146d67;background:#e3f2ed;border-color:#c5e2da;outline:none}.rich-editor-tool-button.is-danger:focus-visible,.rich-editor-tool-button.is-danger:hover:not(:disabled){color:#a23c35;background:#fff0ee;border-color:#f0c5bf}.rich-editor-tool-button:disabled{cursor:not-allowed;opacity:.4}.rich-editor-number-icon{font-family:var(--mono);font-size:10px;font-weight:700}.rich-editor-select-wrap{position:relative;display:inline-flex;align-items:center;min-height:31px;padding-right:4px;color:#61716d;background:white;border:1px solid #d5e1db;border-radius:5px}.rich-editor-select-wrap select{min-width:62px;max-width:101px;height:29px;padding:0 20px 0 7px;color:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;outline:0;font-size:10px}.rich-editor-select-wrap svg{position:absolute;right:5px;pointer-events:none}.rich-editor-font-size select{min-width:56px}.rich-editor-color-button{position:relative;display:inline-grid;place-items:center;width:31px;height:31px;overflow:hidden;color:#596b67;border:1px solid transparent;border-radius:5px;cursor:pointer}.rich-editor-color-button:hover{color:#146d67;background:#e3f2ed;border-color:#c5e2da}.rich-editor-color-button input{position:absolute;right:-5px;bottom:-5px;width:18px;height:18px;padding:0;border:0;opacity:.82;cursor:pointer}.rich-editor-color-button input:disabled{cursor:not-allowed}.rich-editor-toolbar-popup-root{position:relative}.rich-editor-toolbar-popup{position:absolute;z-index:8;top:calc(100% + 6px);right:0;display:grid;grid-gap:6px;gap:6px;width:218px;padding:9px;color:#53645f;background:#fffefa;border:1px solid #ccdcd5;border-radius:6px;box-shadow:0 12px 26px rgba(24,49,45,.16);font-size:10px}.rich-editor-toolbar-popup input{min-width:0;height:29px;padding:0 8px;color:#334640;background:white;border:1px solid #d8e3dd;border-radius:4px;outline:none;font:inherit}.rich-editor-toolbar-popup input:focus{border-color:#76b4a5;box-shadow:0 0 0 2px rgba(99,170,151,.17)}.rich-editor-toolbar-popup>div{display:flex;flex-wrap:wrap;gap:4px}.rich-editor-toolbar-popup button{min-height:27px;padding:0 7px;color:#176d67;background:#edf7f3;border:1px solid #cce5dc;border-radius:4px;font-size:10px}.rich-editor-toolbar-popup button:hover{background:#dff0e9}.rich-editor-paper-frame,.rich-editor-paper-viewport{position:relative;min-width:0}.rich-editor-paper-viewport{box-sizing:border-box;width:100%;max-width:100%;overflow-x:auto;overflow-y:visible}.rich-editor-paper-canvas{width:820px;min-width:820px;max-width:none;margin-inline:auto}.rich-editor-paper-viewport[data-overflowing=true] .rich-editor-paper-canvas{margin-inline:0}.rich-editor-paper{position:relative;box-sizing:border-box;width:100%;min-height:670px;overflow:visible;background:var(--paper);border:1px solid #d7e2dc;box-shadow:0 8px 21px rgba(27,48,44,.09)}.proposal-section-stack{padding-bottom:28px}.proposal-shared-editor-topbar{position:-webkit-sticky;position:sticky;z-index:8;top:0;background:#e9eeeb}.proposal-shared-editor-topbar .rich-editor-sticky-topbar{position:static}.proposal-section-pages{display:grid;grid-gap:28px;gap:28px}.proposal-section-page{min-width:0}.proposal-section-placeholder{min-height:inherit;background:var(--paper);border:1px solid #d7e2dc;box-shadow:0 8px 21px rgba(27,48,44,.09)}.rich-editor-paper-zoom-controls{display:inline-flex;align-items:center;gap:2px;padding:3px;background:#f7faf8;border:1px solid #d2e0da;border-radius:6px;box-shadow:0 1px 2px rgba(20,55,48,.05)}.rich-editor-paper-zoom-controls button{display:inline-grid;place-items:center;width:29px;height:29px;padding:0;color:#53645f;background:transparent;border-radius:4px;transition:color .12s ease,background .12s ease}.rich-editor-paper-zoom-controls button:focus-visible,.rich-editor-paper-zoom-controls button:hover:not(:disabled){color:#176d67;background:#e3f2ed;outline:none}.rich-editor-paper-zoom-controls button:disabled{cursor:not-allowed;opacity:.35}.rich-editor-paper-zoom-controls .rich-editor-paper-zoom-value{min-width:48px;padding-inline:5px;color:#52645f;background:white;border:1px solid #e0e9e4;border-radius:3px;font-family:var(--mono);font-size:10px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.rich-editor-inline-menu{position:absolute;z-index:7;top:12px;right:15px;display:grid;grid-gap:3px;gap:3px;width:150px;max-height:260px;overflow:auto;padding:5px;background:#fffefa;border:1px solid #c7dcd4;border-radius:6px;box-shadow:0 11px 25px rgba(22,54,48,.17)}.rich-editor-inline-menu button{min-height:28px;padding:0 8px;color:#47625c;background:transparent;border-radius:4px;font-size:10px;text-align:left}.rich-editor-inline-menu button:focus-visible,.rich-editor-inline-menu button:hover{color:#126d66;background:#e5f3ee;outline:none}.rich-editor-reference-menu{width:220px}.rich-editor-prosemirror{min-height:670px;padding:53px 86px 72px;color:#27323a;outline:none;font-family:var(--serif);font-size:14px;line-height:2}.rich-editor-prosemirror>:first-child{margin-top:0}.rich-editor-prosemirror h1{margin:0 0 45px;color:var(--navy);font-size:25px;font-weight:700;line-height:1.5;text-align:center}.rich-editor-prosemirror h2{margin:35px 0 13px;color:var(--navy);font-family:var(--sans);font-size:15px;font-weight:800;line-height:1.65}.rich-editor-prosemirror h3,.rich-editor-prosemirror h4,.rich-editor-prosemirror h5,.rich-editor-prosemirror h6{margin:25px 0 10px;color:var(--navy);font-family:var(--sans);line-height:1.6}.rich-editor-prosemirror p{min-height:1.9em;margin:0 0 16px;text-align:justify}.rich-editor-prosemirror p[data-style-ref]{font-family:var(--sans)}.rich-editor-prosemirror blockquote{margin:18px 0;padding:10px 16px;color:var(--muted);background:#f3f7f4;border-left:3px solid var(--teal)}.rich-editor-prosemirror ol,.rich-editor-prosemirror ul{margin:0 0 16px 1.4em;padding:0}.rich-editor-prosemirror li{padding-left:.25em}.rich-editor-prosemirror hr{margin:24px 0;border:0;border-top:1px solid #cbd9d2}.rich-editor-prosemirror mark{color:inherit}.rich-editor-prosemirror .selectedCell:after{background:rgba(52,139,119,.13)}.rich-editor-prosemirror .column-resize-handle{position:relative;width:3px;margin-right:-3px;background:#3d9c8d}.rich-editor-prosemirror table{width:auto;max-width:100%;margin:20px 0;border-collapse:collapse;table-layout:fixed;color:#203a45;font-family:var(--sans);font-size:12px;line-height:1.5}.rich-editor-prosemirror table[data-table-width]{width:var(--table-width,auto)}.rich-editor-prosemirror table caption{padding:0 0 5px;color:#53645f;font-size:11px;text-align:left}.rich-editor-prosemirror td,.rich-editor-prosemirror th{min-width:64px;padding:7px 9px;overflow:visible;border:1px solid #b8c9c2;vertical-align:top}.rich-editor-prosemirror th{color:#174a45;background:#edf5f1;font-weight:700}.rich-editor-prosemirror td>p,.rich-editor-prosemirror th>p{min-height:1.45em;margin:0;overflow:visible;text-indent:0;white-space:pre-wrap}.rich-editor-prosemirror td:focus-within,.rich-editor-prosemirror th:focus-within{background:#fffdf2;box-shadow:inset 0 0 0 2px #55a997}.rich-editor-object,.rich-editor-placeholder,.rich-editor-reference{display:flex;align-items:center;min-height:52px;margin:16px 0;padding:11px 14px;color:#34635d;background:#f4f9f6;border:1px dashed #9cc8bb;border-radius:5px;font-family:var(--sans);font-size:12px}.rich-editor-object{justify-content:center;min-height:118px;color:#2e665f;background:linear-gradient(135deg,#f0f8f4,#f9fcfa)}.rich-editor-image{display:grid;grid-template-rows:minmax(54px,1fr) auto;justify-items:center;grid-gap:7px;gap:7px}.rich-editor-image-preview{display:block;max-width:min(100%,620px);max-height:360px;object-fit:contain}.rich-editor-image .rich-editor-object-label{color:#58736d;font-size:11px}.rich-editor-flowchart{background-image:linear-gradient(135deg,rgba(54,140,122,.08) 25%,transparent 0,transparent 50%,rgba(54,140,122,.08) 0,rgba(54,140,122,.08) 75%,transparent 0);background-size:17px 17px}.rich-editor-flowchart-preview{display:grid;grid-template-rows:auto minmax(116px,1fr) auto;justify-items:stretch;grid-gap:8px;gap:8px;min-height:168px;padding:12px;overflow:hidden;border-style:solid;background-color:#f5fbf8;background-image:none}.rich-editor-flowchart-preview-header{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#315f57;font-family:var(--sans)}.rich-editor-flowchart-preview-title{min-width:0;overflow:hidden;font-size:11px;font-weight:700;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.rich-editor-flowchart-preview-edit{flex:0 0 auto;min-height:27px;padding:0 8px;color:#176d67;background:#fffefa;border:1px solid #b6d9ce;border-radius:4px;font-family:var(--sans);font-size:11px;cursor:pointer}.rich-editor-flowchart-preview-edit:focus-visible,.rich-editor-flowchart-preview-edit:hover:not(:disabled){color:#0c5b56;background:#e2f2ec;outline:2px solid rgba(47,151,133,.28);outline-offset:1px}.rich-editor-flowchart-preview-edit:disabled{cursor:default;opacity:.52}.rich-editor-flowchart-preview-image{display:grid;min-height:116px;place-items:center;overflow:auto;padding:8px;background:#fff;border:1px solid #d5e5df;border-radius:4px}.rich-editor-flowchart-preview-img{display:block;width:auto;max-width:100%;height:auto;max-height:430px;object-fit:contain}.rich-editor-flowchart-preview-fallback{padding:14px;color:#677c76;font-family:var(--sans);font-size:11px;text-align:center}.rich-editor-flowchart-preview-status{margin:0;color:#657c75;font-family:var(--sans);font-size:10px;line-height:1.45}.rich-editor-placeholder{color:#8a6830;background:#fff9e9;border-color:#dfc477}.rich-editor-prosemirror .ProseMirror-selectednode{outline:2px solid #3b9c8d;outline-offset:2px}.rich-editor-object-menu{display:flex;align-items:center;gap:3px;padding:4px;background:#fffefa;border:1px solid #c7dcd4;border-radius:6px;box-shadow:0 9px 20px rgba(20,55,48,.18)}.rich-editor-uploading{display:inline-flex;align-items:center;gap:5px;justify-self:end;margin-top:5px;color:#176d67;font-size:10px}.rich-editor-load-warning{margin:0 0 8px;padding:8px 10px;color:#76550f;background:#fff7de;border:1px solid #ead499;border-radius:5px;font-size:11px;line-height:1.55}.rich-editor-sticky-topbar>.rich-editor-read-only-notice{margin:0;border-radius:0;border-right:0;border-left:0}.outline-flowchart-notice{position:absolute;top:50%;right:7px;display:grid;place-items:center;width:24px;height:24px;color:#b8862f;border-radius:3px;cursor:pointer;transform:translateY(-50%)}.outline-flowchart-notice:after{position:absolute;z-index:5;top:calc(100% + 6px);right:0;width:max-content;max-width:180px;padding:6px 8px;color:white;background:#34423f;border-radius:4px;box-shadow:0 4px 12px rgba(24,34,46,.18);content:attr(data-tooltip);font-size:10px;line-height:1.45;opacity:0;pointer-events:none;transform:translateY(-3px);transition:opacity .1s ease,transform .1s ease;visibility:hidden}.outline-flowchart-notice:hover{background:#fff7de}.outline-flowchart-notice:hover:after{opacity:1;transform:translateY(0);visibility:visible}@media (max-width:760px){.rich-editor-sticky-topbar{padding-bottom:8px}.rich-editor-shell-header{grid-template-columns:1fr;align-items:start;padding:8px}.rich-editor-shell-actions{justify-content:space-between;width:100%}.rich-editor-action-divider{display:none}.rich-editor-toolbar{max-height:190px;overflow-x:hidden;overflow-y:auto}}.profile-writing-table .select-field{--select-field-height:36px;--select-field-font:10px;--select-field-pad:9px}.advisory-decision-field .select-field{--select-field-height:32px;--select-field-font:10px;--select-field-pad:9px}.version-menu{position:relative}.version-menu-trigger{display:flex;align-items:center;gap:6px;height:30px;max-width:190px;padding:0 10px;color:var(--ink);background:white;border:1px solid var(--line);border-radius:6px;font-size:12px}.version-menu-trigger>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.version-menu-trigger:hover{border-color:#a8cfc4}.version-menu-trigger[aria-expanded=true]{border-color:var(--teal);box-shadow:0 0 0 3px rgba(13,130,124,.1)}.version-menu-panel{position:absolute;z-index:60;top:calc(100% + 6px);right:0;width:268px;padding:8px;background:var(--paper);border:1px solid #d5e2dc;border-radius:8px;box-shadow:0 16px 34px rgba(24,34,46,.16)}.version-menu-title{margin:2px 6px 6px;color:var(--muted);font-size:10px}.version-menu-list{display:grid;grid-gap:2px;gap:2px;margin:0 0 6px;padding:0;list-style:none}.version-menu-list li{display:flex;align-items:center;gap:4px;border-radius:5px}.version-menu-list li.is-current{background:var(--teal-soft)}.version-menu-item{display:flex;flex:1 1;align-items:center;justify-content:space-between;gap:8px;min-width:0;padding:7px 8px;color:var(--ink);background:transparent;border-radius:5px;font-size:12px;text-align:left}.version-menu-item>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.version-menu-item>svg{flex:0 0 auto;color:var(--teal)}.version-menu-item:disabled{color:var(--soft);cursor:not-allowed}.version-menu-row-actions{display:flex;flex:0 0 auto;gap:2px;padding-right:4px}.version-menu-row-actions .icon-button{width:24px;height:24px;color:var(--muted)}.version-menu-row-actions .icon-button:disabled{color:#cdd8d3;cursor:not-allowed}.version-menu-rename{flex:1 1;min-width:0;height:30px;margin:0 2px;padding:0 8px;border:1px solid var(--teal);border-radius:5px;font-size:12px}.version-menu-create{display:flex;align-items:center;gap:6px;width:100%;padding:8px;color:var(--teal);background:transparent;border-top:1px solid #e4ece8;border-radius:0 0 5px 5px;font-size:12px;font-weight:600}.version-menu-create:disabled{color:var(--soft);cursor:not-allowed}