@import "https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&family=Inter:wght@400;500;600;700&display=swap";:root{--ink:#1a1514;--ink-soft:#554d49;--muted:#746b66;--canvas:#f2f0ee;--brand-warm:#d6d2ce;--brand:#65574e;--brand-dark:#443932;--brand-pale:#e9e5e2;--white:#fff;--border:#ded9d5;--border-strong:#cbc4bf;--success:#38644e;--success-pale:#e4eee8;--warning:#865f27;--warning-pale:#f6ecdb;--sidebar-width:272px;--shadow-sm:0 1px 2px #1a15140a, 0 8px 24px #1a15140d;--shadow-md:0 18px 48px #261e1a1f;color:var(--ink);background:var(--canvas);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:Inter,Segoe UI,sans-serif}*{box-sizing:border-box}html{min-width:320px;min-height:100%}body{background:var(--canvas);min-width:320px;min-height:100vh;margin:0}body,button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent;color:inherit}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:3px;outline:3px solid #65574e4d}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.app-shell{grid-template-columns:var(--sidebar-width) minmax(0, 1fr);min-height:100vh;display:grid}.sidebar{z-index:30;width:var(--sidebar-width);color:var(--ink);background:var(--brand-warm);border-right:1px solid #1a15141a;flex-direction:column;padding:24px 18px 20px;transition:transform .22s;display:flex;position:fixed;inset:0 auto 0 0}.sidebar__brand{border-bottom:1px solid #1a15141f;align-items:center;min-height:70px;padding:6px 10px 22px;display:flex}.sidebar__brand img{width:208px;height:auto}.sidebar__section-label{color:#6d625c;letter-spacing:.12em;text-transform:uppercase;margin:26px 12px 10px;font-size:.69rem;font-weight:700}.sidebar__nav{gap:5px;display:grid}.sidebar__link{color:#4e4642;border-radius:12px;align-items:center;gap:12px;min-height:46px;padding:0 13px;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .16s,background .16s,transform .16s;display:flex}.sidebar__link:hover{color:var(--ink);background:#ffffff7a;transform:translate(2px)}.sidebar__link.active{color:var(--white);background:var(--brand-dark);box-shadow:0 8px 20px #4439322e}.sidebar__link svg{flex:none}.sidebar__footer{margin-top:auto;padding:14px 6px 0}.sidebar__site-link{color:var(--ink-soft);border:1px solid #1a151424;border-radius:12px;align-items:center;gap:10px;padding:12px;font-size:.78rem;line-height:1.3;text-decoration:none;display:flex}.sidebar__site-link span{color:var(--ink);font-weight:600;display:block}.app-main{grid-column:2;min-width:0}.topbar{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f2f0eee6;border-bottom:1px solid #cbc4bfcc;align-items:center;gap:20px;min-height:78px;padding:0 38px;display:flex;position:sticky;top:0}.topbar__menu{background:var(--white);border:1px solid var(--border);cursor:pointer;border-radius:12px;flex:none;justify-content:center;align-items:center;width:42px;height:42px;padding:0;display:none}.topbar__context{min-width:180px}.topbar__eyebrow{color:var(--muted);margin-bottom:3px;font-family:Cardo,Georgia,serif;font-size:.76rem;display:block}.topbar__title{margin:0;font-size:.98rem;font-weight:700}.topbar__actions{align-items:center;gap:10px;margin-left:auto;display:flex}.topbar__search{width:min(300px,28vw);position:relative}.topbar__search svg{color:var(--muted);pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.topbar__search input{width:100%;min-height:42px;color:var(--ink);border:1px solid var(--border);background:#ffffffb8;border-radius:100px;padding:0 16px 0 42px}.topbar__search input::placeholder{color:#8b827d}.icon-button{background:var(--white);border:1px solid var(--border);cursor:pointer;border-radius:50%;flex:none;justify-content:center;align-items:center;width:42px;height:42px;padding:0;display:inline-flex}.profile-chip{background:var(--white);border:1px solid var(--border);border-radius:100px;align-items:center;gap:10px;min-height:44px;padding:5px 12px 5px 6px;display:flex}.profile-chip__avatar{width:32px;height:32px;color:var(--white);background:var(--brand);border-radius:50%;place-items:center;font-size:.72rem;font-weight:700;display:grid}.profile-chip__copy{gap:1px;line-height:1.1;display:grid}.profile-chip__copy strong{font-size:.76rem}.profile-chip__copy span{color:var(--muted);font-size:.65rem}.page{width:min(1500px,100%);margin:0 auto;padding:36px 38px 54px}.page-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px;display:flex}.page-heading__eyebrow{color:var(--brand);letter-spacing:.11em;text-transform:uppercase;margin-bottom:8px;font-size:.72rem;font-weight:700}.page-heading h1{letter-spacing:-.045em;margin-bottom:8px;font-size:clamp(1.8rem,3vw,2.65rem);line-height:1.05}.page-heading p{max-width:680px;color:var(--muted);margin-bottom:0;line-height:1.65}.primary-button,.secondary-button,.text-link{border-radius:100px;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:0 20px;font-size:.84rem;font-weight:600;text-decoration:none;display:inline-flex}.primary-button{color:var(--white);background:var(--brand);border:1px solid var(--brand);box-shadow:0 8px 18px #65574e33}.primary-button:hover{background:var(--brand-dark)}.secondary-button{color:var(--ink);background:var(--white);border:1px solid var(--border-strong)}.dashboard-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:20px;display:grid}.card{border:1px solid var(--border);min-width:0;box-shadow:var(--shadow-sm);background:#ffffffeb;border-radius:20px;padding:24px;position:relative;overflow:hidden}.card--hero{min-height:270px;color:var(--white);background:var(--brand-dark);box-shadow:var(--shadow-md);border-color:#0000;grid-column:span 8;align-items:stretch;padding:0;display:flex}.hero-card__content{z-index:2;flex-direction:column;align-items:flex-start;width:65%;padding:34px;display:flex;position:relative}.hero-card__eyebrow{color:#dcd5cf;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:30px;font-size:.72rem;font-weight:600;display:flex}.hero-card__content h2{letter-spacing:-.025em;max-width:570px;margin-bottom:12px;font-family:Cardo,Georgia,serif;font-size:clamp(1.65rem,2.7vw,2.55rem);font-weight:400;line-height:1.08}.hero-card__content p{color:#dcd6d1;max-width:560px;margin-bottom:26px;font-size:.88rem;line-height:1.65}.hero-card__content .primary-button{color:var(--brand-dark);background:var(--white);border-color:var(--white);box-shadow:none;margin-top:auto}.hero-card__pattern{opacity:.9;width:42%;position:absolute;inset:0 0 0 auto;overflow:hidden}.hero-card__pattern:before,.hero-card__pattern:after{content:"";border:1px solid #ffffff2e;border-radius:50%;position:absolute}.hero-card__pattern:before{width:340px;height:340px;top:-35px;right:-86px;box-shadow:0 0 0 34px #ffffff08,0 0 0 68px #ffffff06,0 0 0 102px #ffffff05}.hero-card__pattern:after{background:#d6d2ce14;width:170px;height:170px;top:50px;right:30px}.card--readiness{flex-direction:column;grid-column:span 4;display:flex}.card__header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.card__header h2{letter-spacing:-.02em;margin:0;font-size:1rem}.card__header p{color:var(--muted);margin:4px 0 0;font-size:.75rem}.status-pill{min-height:28px;color:var(--success);background:var(--success-pale);border-radius:100px;align-items:center;gap:6px;padding:0 10px;font-size:.68rem;font-weight:700;display:inline-flex}.status-pill:before{content:"";background:currentColor;border-radius:50%;width:6px;height:6px}.readiness-ring{background:conic-gradient(var(--brand) 0 var(--readiness,68%), var(--brand-pale) var(--readiness,68%) 100%);border-radius:50%;place-items:center;width:132px;height:132px;margin:2px auto 22px;display:grid}.readiness-ring__inner{text-align:center;background:var(--white);border-radius:50%;place-items:center;width:104px;height:104px;display:grid}.readiness-ring strong{font-family:Cardo,Georgia,serif;font-size:1.8rem;line-height:1;display:block}.readiness-ring span{color:var(--muted);font-size:.64rem}.readiness-list{gap:10px;margin-top:auto;display:grid}.readiness-item{color:var(--ink-soft);justify-content:space-between;align-items:center;gap:16px;font-size:.76rem;display:flex}.readiness-item span:last-child{color:var(--muted)}.section-heading{grid-column:1/-1;justify-content:space-between;align-items:flex-end;gap:20px;margin:14px 0 -4px;display:flex}.section-heading h2{margin-bottom:4px;font-size:1.15rem}.section-heading p{color:var(--muted);margin:0;font-size:.78rem}.tool-card{flex-direction:column;grid-column:span 4;min-height:228px;transition:transform .18s,box-shadow .18s;display:flex}.tool-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.tool-card__top{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.tool-card__icon{width:48px;height:48px;color:var(--brand);background:var(--brand-pale);border-radius:14px;place-items:center;display:grid}.tool-card__tag{color:var(--muted);background:#f5f2f0;border-radius:100px;padding:6px 9px;font-size:.64rem;font-weight:600}.tool-card h3{margin-bottom:8px;font-size:1rem}.tool-card p{color:var(--muted);margin-bottom:22px;font-size:.78rem;line-height:1.6}.tool-card__link{color:var(--brand);align-items:center;gap:8px;margin-top:auto;font-size:.77rem;font-weight:700;text-decoration:none;display:inline-flex}.card--workflow{grid-column:span 7}.workflow-list{gap:8px;display:grid}.workflow-step{border-radius:14px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;display:grid}.workflow-step+.workflow-step{border-top:1px solid #eeeae7;border-radius:0}.workflow-step__number{width:34px;height:34px;color:var(--brand);background:var(--brand-pale);border-radius:50%;place-items:center;font-family:Cardo,Georgia,serif;font-weight:700;display:grid}.workflow-step strong{margin-bottom:3px;font-size:.78rem;display:block}.workflow-step p{color:var(--muted);margin:0;font-size:.7rem}.workflow-step__state{color:var(--muted);font-size:.68rem;font-weight:600}.card--activity{grid-column:span 5}.empty-state{text-align:center;border:1px dashed var(--border-strong);background:#fbfaf9;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:180px;padding:20px;display:flex}.empty-state__icon{width:42px;height:42px;color:var(--brand);background:var(--brand-pale);border-radius:50%;place-items:center;margin-bottom:12px;display:grid}.empty-state h3{margin-bottom:6px;font-size:.84rem}.empty-state p{max-width:330px;color:var(--muted);margin:0;font-size:.72rem;line-height:1.5}.placeholder-card{grid-template-columns:minmax(0,1fr) minmax(280px,.7fr);align-items:center;gap:34px;min-height:460px;padding:clamp(28px,5vw,56px);display:grid}.placeholder-card__icon{width:62px;height:62px;color:var(--white);background:var(--brand);border-radius:18px;place-items:center;margin-bottom:22px;display:grid;box-shadow:0 14px 28px #65574e40}.placeholder-card h2{margin-bottom:12px;font-family:Cardo,Georgia,serif;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:400}.placeholder-card p{max-width:620px;color:var(--muted);margin-bottom:26px;line-height:1.7}.placeholder-preview{background:var(--brand-pale);border:1px solid var(--border);border-radius:20px;min-height:300px;padding:22px}.placeholder-preview__bar{background:#65574e38;border-radius:100px;width:38%;height:10px;margin-bottom:18px}.placeholder-preview__panel{background:#fffc;border:1px solid #65574e1f;border-radius:14px;height:82px;margin-bottom:12px}.sidebar-overlay{display:none}.profile-workspace{grid-template-columns:minmax(250px,.32fr) minmax(0,1fr);align-items:start;gap:20px;display:grid}.profile-library{position:sticky;top:98px}.profile-list{gap:8px;display:grid}.profile-list-item{width:100%;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:14px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;padding:11px;display:grid}.profile-list-item:hover{background:#f7f5f3}.profile-list-item.is-selected{background:var(--brand-pale);border-color:#d4cbc5}.profile-list-item__avatar{width:40px;height:40px;color:var(--white);background:var(--brand);border-radius:12px;place-items:center;font-size:.72rem;font-weight:700;display:grid}.profile-list-item__copy{min-width:0}.profile-list-item__copy strong,.profile-list-item__copy span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.profile-list-item__copy strong{margin-bottom:4px;font-size:.76rem}.profile-list-item__copy span{color:var(--muted);font-size:.66rem}.profile-list-item__active{color:var(--success);align-items:center;gap:3px;font-size:.62rem;font-weight:700;display:inline-flex}.profile-library__note{color:var(--ink-soft);background:#f7f5f3;border-radius:13px;gap:10px;margin-top:20px;padding:14px;display:flex}.profile-library__note svg{color:var(--brand);flex:none}.profile-library__note p{margin:0;font-size:.66rem;line-height:1.55}.profile-editor__card{padding:0;overflow:visible}.profile-editor__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;padding:24px 28px;display:flex}.profile-editor__eyebrow{color:var(--brand);letter-spacing:.09em;text-transform:uppercase;margin-bottom:5px;font-size:.66rem;font-weight:700}.profile-editor__header h2{margin:0;font-size:1.15rem}.profile-editor__menu,.profile-editor__footer-actions,.logo-uploader__actions{align-items:center;gap:8px;display:flex}.small-button{min-height:36px;color:var(--ink);background:var(--white);border:1px solid var(--border-strong);cursor:pointer;border-radius:100px;justify-content:center;align-items:center;gap:7px;padding:0 12px;font-size:.7rem;font-weight:600;display:inline-flex}.small-button--quiet{color:var(--muted);border-color:#0000}.small-button--danger{color:#8a3f39}.form-notice{border-radius:12px;margin:20px 28px 0;padding:12px 14px;font-size:.74rem;font-weight:600}.form-notice.is-success{color:var(--success);background:var(--success-pale)}.form-notice.is-error{color:#8a3f39;background:#f7e8e6}.form-section{padding:28px}.form-section+.form-section{border-top:1px solid var(--border)}.form-section__heading{grid-template-columns:34px minmax(0,1fr);gap:12px;margin-bottom:22px;display:grid}.form-section__heading>span{width:32px;height:32px;color:var(--brand);background:var(--brand-pale);border-radius:50%;place-items:center;font-family:Cardo,Georgia,serif;font-size:.78rem;font-weight:700;display:grid}.form-section__heading h3{margin-bottom:4px;font-size:.88rem}.form-section__heading p{color:var(--muted);margin:0;font-size:.68rem}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.form-field{min-width:0}.form-field--wide,.logo-uploader{grid-column:1/-1}.form-field label{color:var(--ink-soft);margin-bottom:7px;font-size:.7rem;font-weight:700;display:block}.form-field input,.form-field textarea,.form-field select{width:100%;color:var(--ink);border:1px solid var(--border-strong);background:#fbfaf9;border-radius:11px}.form-field input{min-height:44px;padding:0 13px}.form-field select{min-height:44px;padding:0 38px 0 13px}.form-field textarea{resize:vertical;min-height:92px;padding:12px 13px;line-height:1.55}.form-field input::placeholder,.form-field textarea::placeholder{color:#a29a95}.form-field p{color:var(--muted);margin:6px 0 0;font-size:.62rem;line-height:1.45}.logo-uploader{border:1px dashed var(--border-strong);background:#fbfaf9;border-radius:14px;grid-template-columns:118px minmax(0,1fr);align-items:center;gap:18px;padding:16px;display:grid}.logo-uploader__preview{height:88px;color:var(--brand);background:var(--white);border:1px solid var(--border);border-radius:12px;place-items:center;padding:10px;display:grid;overflow:hidden}.logo-uploader__preview img{object-fit:contain;width:100%;height:100%}.logo-uploader__copy strong{margin-bottom:5px;font-size:.76rem;display:block}.logo-uploader__copy>p{color:var(--muted);margin:0 0 10px;font-size:.65rem}.field-error{font-weight:600;color:#8a3f39!important}.profile-editor__footer{z-index:5;border-top:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border-radius:0 0 20px 20px;justify-content:space-between;align-items:center;gap:20px;padding:18px 28px;display:flex;position:sticky;bottom:0}.unsaved-indicator,.saved-indicator{align-items:center;gap:5px;font-size:.68rem;font-weight:600;display:inline-flex}.unsaved-indicator{color:var(--warning)}.saved-indicator{color:var(--success)}.dialog-backdrop{z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#1a151485;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.confirmation-dialog{background:var(--white);border:1px solid var(--border);width:min(440px,100%);box-shadow:var(--shadow-md);border-radius:20px;padding:30px;position:relative}.confirmation-dialog__close{width:34px;height:34px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;padding:0;display:grid;position:absolute;top:16px;right:16px}.confirmation-dialog__icon{width:48px;height:48px;color:var(--warning);background:var(--warning-pale);border-radius:50%;place-items:center;margin-bottom:18px;display:grid}.confirmation-dialog__icon.is-danger{color:#8a3f39;background:#f7e8e6}.confirmation-dialog h2{margin-bottom:8px;font-size:1.15rem}.confirmation-dialog p{color:var(--muted);margin-bottom:24px;font-size:.78rem;line-height:1.6}.confirmation-dialog__actions{justify-content:flex-end;gap:10px;display:flex}.danger-button{background:#8a3f39;border-color:#8a3f39}.proposal-callout{color:var(--warning);background:var(--warning-pale);border:1px solid #e9d8bc;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;padding:18px 20px;display:flex}.proposal-callout strong{margin-bottom:4px;font-size:.8rem;display:block}.proposal-callout p{color:var(--ink-soft);margin:0;font-size:.7rem}.proposal-callout a{flex:none;align-items:center;gap:5px;font-size:.72rem;font-weight:700;text-decoration:none;display:inline-flex}.proposal-workspace{grid-template-columns:minmax(230px,.25fr) minmax(0,1fr);align-items:start;gap:20px;display:grid}.proposal-progress{position:sticky;top:98px}.proposal-progress .card{padding:20px}.proposal-progress__heading{grid-template-columns:42px minmax(0,1fr);align-items:center;gap:11px;margin-bottom:22px;display:grid}.proposal-progress__heading>span{width:42px;height:42px;color:var(--white);background:var(--brand);border-radius:13px;place-items:center;display:grid}.proposal-progress__heading p{color:var(--muted);letter-spacing:.07em;text-transform:uppercase;margin:0 0 4px;font-size:.64rem;font-weight:700}.proposal-progress__heading strong{text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;display:block;overflow:hidden}.proposal-progress ol{gap:6px;margin:0;padding:0;list-style:none;display:grid}.proposal-progress li{color:var(--muted);grid-template-columns:30px minmax(0,1fr);align-items:center;gap:10px;padding:9px 6px;font-size:.69rem;font-weight:600;display:grid}.proposal-progress li>span{width:28px;height:28px;color:var(--brand);background:var(--brand-pale);border-radius:50%;place-items:center;font-family:Cardo,Georgia,serif;font-weight:700;display:grid}.proposal-progress li.is-complete{color:var(--ink)}.proposal-progress li.is-complete>span{color:var(--success);background:var(--success-pale)}.proposal-progress__privacy{color:var(--muted);background:#f7f5f3;border-radius:12px;margin-top:18px;padding:12px;font-size:.63rem;line-height:1.5}.proposal-builder{gap:18px;min-width:0;display:grid}.proposal-builder>.form-notice{margin:0}.proposal-builder__card{padding:28px}.proposal-builder__card .form-section__heading{margin-bottom:24px}.proposal-builder__card .form-section__heading h2{margin-bottom:4px;font-size:.95rem}.section-selector-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.section-selector-card{border:1px solid var(--border);cursor:pointer;background:#fbfaf9;border-radius:15px;grid-template-columns:28px minmax(0,1fr);gap:11px;min-height:132px;padding:16px;transition:border-color .16s,background .16s,transform .16s;display:grid;position:relative}.section-selector-card:hover{border-color:var(--border-strong);transform:translateY(-1px)}.section-selector-card.is-selected{background:var(--brand-pale);border-color:#bfb3ab}.section-selector-card input{opacity:0;width:1px;height:1px;position:absolute}.section-selector-card:has(input:focus-visible){outline-offset:3px;outline:3px solid #65574e4d}.section-selector-card__check{width:26px;height:26px;color:var(--white);background:var(--white);border:1px solid var(--border-strong);border-radius:8px;place-items:center;display:grid}.section-selector-card.is-selected .section-selector-card__check{background:var(--brand);border-color:var(--brand)}.section-selector-card__content,.section-selector-card__title,.section-selector-card__description{display:block}.section-selector-card__title{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:8px;display:flex}.section-selector-card__title strong{font-size:.75rem}.section-selector-card__title>span{color:var(--success);background:var(--success-pale);border-radius:100px;flex:none;padding:4px 7px;font-size:.54rem;font-weight:700}.section-selector-card__description{color:var(--muted);font-size:.65rem;line-height:1.55}.proposal-section-error{margin:14px 0 0;font-size:.68rem}.section-content-list{gap:14px;display:grid}.section-content-card{border:1px solid var(--border);background:#fbfaf9;border-radius:15px;padding:18px}.section-content-card>div>span{color:var(--brand);letter-spacing:.07em;text-transform:uppercase;margin-bottom:5px;font-size:.58rem;font-weight:700;display:block}.section-content-card h3{margin-bottom:5px;font-size:.82rem}.section-content-card p{color:var(--muted);margin-bottom:14px;font-size:.66rem;line-height:1.55}.section-content-card label{color:var(--ink-soft);margin-bottom:7px;font-size:.66rem;font-weight:700;display:block}.section-content-card textarea{width:100%;min-height:132px;color:var(--ink);background:var(--white);border:1px solid var(--border-strong);resize:vertical;border-radius:11px;padding:13px;line-height:1.55}.document-style-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.document-style-card{border:1px solid var(--border);cursor:pointer;background:#fbfaf9;border-radius:15px;gap:8px;padding:14px;display:grid;position:relative}.document-style-card.is-selected{background:var(--brand-pale);border-color:#bfb3ab;box-shadow:inset 0 0 0 1px #bfb3ab}.document-style-card input{opacity:0;width:1px;height:1px;position:absolute}.document-style-card:has(input:focus-visible){outline-offset:3px;outline:3px solid #65574e4d}.document-style-card__preview{background:var(--white);border:1px solid var(--border);border-radius:10px;align-content:start;gap:7px;height:116px;padding:17px;display:grid}.document-style-card__preview i{background:#d8d2ce;border-radius:100px;height:5px;display:block}.document-style-card__preview i:first-child{background:var(--brand);width:55%;height:10px}.document-style-card__preview i:nth-child(2){width:86%}.document-style-card__preview i:nth-child(3){width:70%}.document-style-card__preview.is-corporate{border-top:8px solid var(--brand);border-radius:4px 4px 10px 10px}.document-style-card__preview.is-federal{border:2px solid #9e928b;border-radius:2px}.document-style-card>strong{font-size:.74rem}.document-style-card>span:last-child{color:var(--muted);font-size:.62rem;line-height:1.5}.proposal-actions{z-index:5;border:1px solid var(--border);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff2;border-radius:17px;justify-content:space-between;align-items:center;gap:20px;padding:18px 20px;display:flex;position:sticky;bottom:0}.proposal-actions>div{align-items:center;gap:10px;display:flex}.proposal-actions>div:first-child{color:var(--brand)}.proposal-actions p{max-width:500px;color:var(--muted);margin:0;font-size:.65rem;line-height:1.5}.proposal-library-card{padding:0}.proposal-library-toolbar{border-bottom:1px solid var(--border);grid-template-columns:minmax(220px,1fr) auto auto;align-items:end;gap:14px;padding:20px 22px;display:grid}.proposal-search{min-height:42px;color:var(--muted);border:1px solid var(--border-strong);background:#fbfaf9;border-radius:11px;align-items:center;gap:9px;padding:0 13px;display:flex}.proposal-search input{background:0 0;border:0;outline:0;width:100%;min-width:0}.proposal-filter{gap:5px;display:grid}.proposal-filter span{color:var(--muted);font-size:.6rem;font-weight:700}.proposal-filter select{min-height:42px;color:var(--ink);border:1px solid var(--border-strong);background:#fbfaf9;border-radius:11px;padding:0 34px 0 11px}.proposal-library-count{color:var(--muted);padding-bottom:12px;font-size:.66rem;font-weight:600}.proposal-table-wrap{overflow-x:auto}.proposal-table{border-collapse:collapse;width:100%}.proposal-table th,.proposal-table td{text-align:left;border-bottom:1px solid var(--border);padding:16px 20px}.proposal-table th{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;background:#fbfaf9;font-size:.62rem;font-weight:700}.proposal-table td{color:var(--ink-soft);font-size:.69rem}.proposal-table td:first-child strong,.proposal-table td:first-child span{display:block}.proposal-table td:first-child strong{color:var(--ink);margin-bottom:4px;font-size:.74rem}.proposal-table td:first-child span{color:var(--muted);font-size:.62rem}.proposal-status{color:var(--success);background:var(--success-pale);border-radius:100px;padding:6px 9px;font-size:.6rem;font-weight:700;display:inline-flex}.proposal-table__actions{justify-content:flex-end;gap:6px;display:flex}.proposal-library-card>.empty-state{min-height:320px;margin:22px}@media (width<=1180px){:root{--sidebar-width:240px}.sidebar{padding-inline:14px}.sidebar__brand img{width:188px}.card--hero,.card--readiness{grid-column:span 12}.card--readiness{grid-template-columns:1fr 150px 1fr;align-items:center;gap:24px;min-height:250px;display:grid}.card--readiness .card__header,.readiness-ring{margin:0}.tool-card{grid-column:span 6}.tool-card:last-child{grid-column:span 12}.profile-workspace{grid-template-columns:1fr}.profile-library{position:static}.profile-list{grid-template-columns:repeat(2,minmax(0,1fr))}.proposal-workspace{grid-template-columns:1fr}.proposal-progress{position:static}.proposal-progress ol{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.app-shell{display:block}.app-main{grid-column:auto}.sidebar{width:min(300px,86vw);box-shadow:var(--shadow-md);transform:translate(-105%)}.sidebar.is-open{transform:translate(0)}.sidebar-overlay{z-index:25;opacity:0;pointer-events:none;background:#1a151473;border:0;padding:0;transition:opacity .18s;display:block;position:fixed;inset:0}.sidebar-overlay.is-visible{opacity:1;pointer-events:auto}.topbar{padding-inline:24px}.topbar__menu{display:inline-flex}.topbar__search{display:none}.page{padding:30px 24px 44px}}@media (width<=680px){.topbar{min-height:68px;padding-inline:16px}.topbar__context{min-width:0}.topbar__eyebrow{display:none}.topbar__title{text-overflow:ellipsis;white-space:nowrap;max-width:170px;overflow:hidden}.topbar__actions .icon-button,.profile-chip__copy{display:none}.profile-chip{border-radius:50%;min-width:42px;padding:4px}.page{padding:24px 16px 36px}.page-heading{flex-direction:column;align-items:flex-start;margin-bottom:22px}.page-heading .primary-button{width:100%}.dashboard-grid{gap:14px}.card{border-radius:17px;padding:20px}.card--hero{min-height:350px}.hero-card__content{width:100%;padding:26px}.hero-card__pattern{opacity:.55;width:72%}.card--readiness{align-items:stretch;display:flex}.readiness-ring{margin:4px auto 20px}.section-heading{flex-direction:column;align-items:flex-start;gap:10px}.tool-card,.tool-card:last-child,.card--workflow,.card--activity{grid-column:span 12}.workflow-step{grid-template-columns:38px minmax(0,1fr)}.workflow-step__state{display:none}.placeholder-card{grid-template-columns:1fr;min-height:auto}.placeholder-preview{min-height:240px}.profile-list{grid-template-columns:1fr}.profile-editor__header,.profile-editor__footer{flex-direction:column;align-items:flex-start}.profile-editor__menu,.profile-editor__footer-actions{flex-wrap:wrap;width:100%}.profile-editor__footer-actions .primary-button,.profile-editor__footer-actions .secondary-button{flex:auto}.form-section{padding:24px 20px}.profile-editor__header,.profile-editor__footer{padding:20px}.form-notice{margin-inline:20px}.form-grid,.logo-uploader{grid-template-columns:1fr}.logo-uploader__preview{width:128px}.proposal-callout,.proposal-actions{flex-direction:column;align-items:flex-start}.proposal-callout a,.proposal-actions>div:last-child,.proposal-actions .primary-button,.proposal-actions .secondary-button{width:100%}.proposal-actions>div:last-child{flex-wrap:wrap}.section-selector-grid,.document-style-grid,.proposal-progress ol{grid-template-columns:1fr}.proposal-builder__card{padding:22px 18px}.proposal-library-toolbar{grid-template-columns:1fr;align-items:stretch}.proposal-library-count{padding:0}.proposal-table th:nth-child(2),.proposal-table td:nth-child(2),.proposal-table th:nth-child(4),.proposal-table td:nth-child(4){display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
