:root{--platinum: #e5e4e2;--blue: #4278ae;--blue-dark: #285b8e;--graphite: #464a49;--teal: #4c8a92;--teal-dark: #2f6971;--ink: #172221;--muted: #64706f;--line: #c7cfce;--surface: #ffffff;--surface-soft: #f5f7f7;--danger: #a5262e;--danger-soft: #fff1f1;--success: #176443;--success-soft: #edf8f2;--warning: #8d5911;--shadow: 0 12px 36px rgb(26 38 37 / 10%);color:var(--ink);background:var(--platinum);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{background:var(--platinum)}body{min-height:100vh;margin:0;overflow-x:hidden;background:linear-gradient(120deg,rgb(66 120 174 / 8%),transparent 36%),var(--platinum)}button,input,textarea,select{color:inherit;font:inherit}button,.button-link{min-height:44px;padding:10px 16px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--blue);border-radius:9px;background:var(--blue-dark);color:#fff;font-weight:750;line-height:1.15;cursor:pointer;text-decoration:none}button:hover:not(:disabled),.button-link:hover{filter:brightness(1.05)}button:disabled{opacity:.48;cursor:not-allowed}button.secondary,.button-link.secondary{border-color:#778483;background:#fff;color:var(--ink)}button.ghost{border-color:transparent;background:transparent;color:var(--blue-dark)}button.compact{min-height:38px;padding:7px 11px;font-size:.84rem}button.danger{border-color:var(--danger);background:var(--danger);color:#fff}button.danger.ghost{border-color:transparent;background:transparent;color:var(--danger)}button.danger-outline{border-color:var(--danger);background:#fff;color:var(--danger)}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,canvas:focus-visible{outline:3px solid #f0a83b;outline-offset:2px}input,textarea,select{width:100%;min-height:46px;padding:10px 12px;border:1px solid #9aa6a4;border-radius:8px;background:#fff;line-height:1.35}textarea{min-height:92px;resize:vertical;overflow:hidden}input:hover,textarea:hover,select:hover{border-color:var(--blue)}input[aria-invalid=true],textarea[aria-invalid=true]{border-color:var(--danger);box-shadow:0 0 0 1px var(--danger)}label,.field-label{min-width:0;display:grid;align-content:start;gap:7px;color:#344240;font-size:.9rem;font-weight:750}h1,h2,h3,p{overflow-wrap:anywhere}h1,h2,h3{margin-top:0;color:var(--graphite);line-height:1.15}p{line-height:1.58}.app-shell{min-height:100vh}.app-header{min-height:72px;padding:max(9px,env(safe-area-inset-top)) max(26px,env(safe-area-inset-right)) 9px max(26px,env(safe-area-inset-left));display:flex;align-items:center;justify-content:space-between;gap:20px;position:sticky;z-index:60;top:0;border-bottom:1px solid #dfe3e2;background:#fffffff7;color:var(--graphite);box-shadow:0 2px 8px #141c1c0f;backdrop-filter:blur(12px)}.brand-lockup{min-width:0;display:flex;align-items:center;gap:17px;min-height:48px;padding:0;border:0;border-radius:0;background:transparent;color:var(--graphite);text-align:left}.brand-lockup img{width:126px;height:48px;flex:0 0 auto;object-fit:contain;object-position:left center}.brand-lockup div{min-width:0;display:grid;gap:2px}.brand-lockup span{color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.brand-lockup strong{overflow:hidden;font-size:1rem;text-overflow:ellipsis;white-space:nowrap}.header-actions{display:flex;align-items:center;gap:12px;flex:0 0 auto}.connection{min-height:38px;padding:7px 11px;display:inline-flex;align-items:center;gap:7px;border:1px solid;border-radius:999px;font-size:.78rem;font-weight:800}.connection.online{border-color:#9ac8b1;background:var(--success-soft);color:var(--success)}.connection.offline{border-color:#e1bd84;background:#fff8ea;color:var(--warning)}.workspace{display:grid;grid-template-columns:276px minmax(0,1fr)}.dashboard{padding-bottom:80px}.forms-landing{min-height:calc(100vh - 72px)}.forms-landing-hero{min-height:340px;padding:clamp(48px,7vw,88px) max(24px,calc((100vw - 1180px)/2));display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:48px;background:linear-gradient(115deg,#fffffffa 0 62%,#e4eff5f0 62% 100%);border-bottom:1px solid var(--line)}.forms-landing-hero h1{max-width:760px;margin-bottom:18px;font-size:clamp(2.4rem,5vw,4.75rem);letter-spacing:-.055em}.forms-landing-hero p:not(.eyebrow){max-width:680px;color:var(--muted);font-size:clamp(1rem,1.6vw,1.2rem)}.signed-in-identity{display:inline-block;margin-top:12px;color:var(--blue-dark);font-size:.84rem;font-weight:800}.forms-landing-mark{width:clamp(150px,18vw,230px);aspect-ratio:1;display:grid;place-items:center;position:relative;border-radius:28px;background:linear-gradient(145deg,var(--graphite),#151918);color:#fff;box-shadow:var(--shadow)}.forms-landing-mark strong{font-size:clamp(4.2rem,9vw,7.5rem);font-weight:450;letter-spacing:-.09em}.forms-landing-mark span{position:absolute;top:18px;left:20px;color:#76b7ec;font-weight:900}.forms-catalog{padding:clamp(42px,6vw,78px) max(24px,calc((100vw - 1180px)/2))}.forms-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.form-launch-card{min-height:240px;padding:clamp(24px,3.5vw,40px);display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:1fr auto;align-items:start;gap:22px;border:1px solid #9db1c1;border-radius:18px;background:#fff;color:var(--ink);box-shadow:0 12px 34px #1a262514;text-align:left}button.form-launch-card:hover{border-color:var(--blue);box-shadow:0 18px 42px #285b8e29;transform:translateY(-2px)}.form-card-number{color:var(--blue-dark);font-size:1rem;font-weight:900}.form-card-copy{display:grid;gap:14px}.form-card-copy strong{color:var(--graphite);font-size:clamp(1.45rem,2.7vw,2.25rem);line-height:1.08}.form-card-copy small{color:var(--muted);font-size:.94rem;font-weight:500;line-height:1.55}.form-card-action{grid-column:2;color:var(--blue-dark);font-size:.92rem;font-weight:850}.form-launch-card.coming-soon{border-style:dashed;background:#ffffff8f;box-shadow:none}.form-launch-card.coming-soon .form-card-action{color:var(--muted)}.dashboard-hero{min-height:430px;padding:clamp(44px,7vw,88px) max(24px,calc((100vw - 1280px)/2));display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.8fr);align-items:center;gap:clamp(34px,7vw,100px);position:relative;overflow:hidden;background:linear-gradient(115deg,#fff 0 57%,#4c8a9221 57% 100%),#fff}.dashboard-hero:after{width:300px;height:300px;position:absolute;right:-130px;bottom:-170px;border:48px solid rgb(66 120 174 / 12%);border-radius:50%;content:""}.dashboard-hero>div,.dashboard-overview{z-index:1}.dashboard-hero h1{max-width:880px;margin:8px 0 0;font-size:clamp(2rem,5vw,3.5rem);letter-spacing:-.04em}.dashboard-hero>div>p:not(.eyebrow,.field-error){max-width:760px;margin:20px 0 28px;color:#4c5857;font-size:1.08rem;line-height:1.65}.large-action{min-height:52px;padding-inline:22px;font-size:1rem}.dashboard-overview{display:grid;gap:12px}.dashboard-overview>*{min-height:84px;padding:17px 20px;display:grid;grid-template-columns:minmax(64px,auto) 1fr;align-items:center;gap:12px;border:1px solid rgb(70 74 73 / 13%);border-radius:14px;background:#ffffffd1;box-shadow:var(--shadow);backdrop-filter:blur(8px)}.dashboard-overview strong{color:var(--blue-dark);font-size:clamp(1.35rem,3vw,2rem)}.dashboard-overview span{font-weight:700}.dashboard-content{max-width:1280px;margin:0 auto;padding:clamp(28px,5vw,60px) 24px}.section-heading-row,.project-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.project-card,.empty-state{margin-top:22px;padding:22px;border:1px solid #c1c9c8;border-radius:15px;background:#fff;box-shadow:0 5px 20px #2533320f}.project-card-top h3{margin:3px 0 5px;font-size:1.3rem}.project-card-top p:last-child,.last-modified,.empty-state p{margin:0;color:var(--muted)}.status-badge{padding:6px 10px;border-radius:999px;background:#dceaf6;color:#164e82;font-size:.75rem;font-weight:850}.project-card-details{margin:20px 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.project-card-details div{min-width:0;padding:12px;border-radius:9px;background:var(--surface-soft)}.project-card-details dt{color:var(--muted);font-size:.7rem;font-weight:800;text-transform:uppercase}.project-card-details dd{margin:5px 0 0;overflow-wrap:anywhere}.card-actions{margin-top:18px;display:flex;flex-wrap:wrap;gap:10px}.empty-state{min-height:190px;display:grid;place-content:center;text-align:center}.empty-state.compact{min-height:150px}.step-sidebar{width:276px;height:calc(100vh - 72px);padding:24px 16px 36px;position:sticky;top:72px;overflow-y:auto;border-right:1px solid #b9c1c0;background:#f5f7f6}.progress-heading{padding:8px 8px 21px;display:grid;gap:8px;border-bottom:1px solid var(--line)}.project-identity{padding:8px 8px 20px;border-bottom:1px solid var(--line)}.project-identity h2{margin:5px 0 7px;font-size:1.3rem}.project-identity>p:last-child{margin:0;color:var(--muted)}.eyebrow{margin:0;color:var(--teal-dark);font-size:.72rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}progress{width:100%;height:7px;overflow:hidden;border:0;border-radius:999px;background:#d7dddc;color:var(--blue)}progress::-webkit-progress-bar{background:#d7dddc}progress::-webkit-progress-value{background:linear-gradient(90deg,var(--teal),var(--blue))}progress::-moz-progress-bar{background:linear-gradient(90deg,var(--teal),var(--blue))}.step-sidebar nav{margin-top:17px;display:grid;gap:6px}.room-switcher{padding:18px 8px;display:grid;gap:10px;border-bottom:1px solid var(--line)}.room-switcher-heading,.room-review-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.room-switcher-heading span{color:var(--muted);font-size:.72rem;font-weight:800}.room-switcher select{min-height:42px;padding-block:7px;font-size:.8rem}.room-switcher-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.room-switcher-actions button{min-height:38px;padding:6px 8px;font-size:.7rem}.room-list{display:grid;gap:5px}.room-list button{width:100%;min-width:0;min-height:40px;padding:6px 8px;justify-content:flex-start;overflow:hidden;border-color:transparent;background:transparent;color:var(--graphite);text-align:left}.room-list button.active{border-color:#bad1e5;background:#dceaf6;color:var(--blue-dark)}.room-list button span{width:24px;height:24px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 1px #b8c4c2;font-size:.7rem}.room-list button strong{min-width:0;overflow:hidden;font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}.add-room-button{width:100%;min-height:42px}.delete-atp-nav{width:calc(100% - 16px);margin:20px 8px 0}.step-button{width:100%;min-height:54px;padding:9px 10px;justify-content:flex-start;border-color:transparent;background:transparent;color:#344240;text-align:left}.step-button:hover:not(:disabled){background:#e8eceb}.step-button.active{border-color:#bad1e5;background:#dceaf6;color:#164e82}.step-button.complete{color:var(--teal-dark)}.step-button>span{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 1px #b8c4c2;font-size:.78rem}.step-button.active>span{background:var(--blue-dark);color:#fff;box-shadow:none}.step-button strong{font-size:.87rem;line-height:1.25}.workspace-main{min-width:0;padding-bottom:36px}.save-strip{min-height:44px;padding:6px 23px;display:flex;align-items:center;justify-content:space-between;gap:20px;position:sticky;z-index:40;top:72px;border-bottom:1px solid #c7cecd;background:#ffffffed;color:#4d5a58;font-size:.76rem;backdrop-filter:blur(9px)}.workspace-content{width:min(1160px,100%);margin:0 auto;padding:clamp(28px,4vw,54px) clamp(18px,4vw,48px) 58px}.section-title{margin-bottom:28px}.section-title h1{margin:8px 0 10px;font-size:clamp(1.75rem,3.5vw,2.45rem);letter-spacing:-.035em}.section-title>p:last-child{max-width:800px;margin:0;color:var(--muted)}.objective-card,.form-card,.panel,.address-section,.acceptance-card,.signature-card,.export-panel,.notice,.error-summary{border:1px solid #cbd2d1;border-radius:13px;background:#fff;box-shadow:var(--shadow)}.objective-card,.acceptance-card{margin-bottom:22px;padding:clamp(20px,3vw,30px);border-left:6px solid var(--teal);background:linear-gradient(110deg,#eef7f8,#fff 62%)}.objective-card h2,.acceptance-card h2{margin-bottom:8px;font-size:1.15rem}.objective-card p,.acceptance-card p{margin:0}.form-card,.panel,.address-section,.signature-card{padding:clamp(18px,3vw,28px)}.panel{margin-bottom:20px}.date-field-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.address-section{margin-top:22px;overflow:visible}.field-grid{display:grid;gap:20px}.field-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.field-grid.address-grid{margin-top:18px;grid-template-columns:repeat(4,minmax(0,1fr))}.span-all{grid-column:1 / -1}.grid-spacer{min-height:1px}.field-error{display:block;color:var(--danger);font-size:.8rem;font-weight:800;line-height:1.35}.field-help{margin:7px 0 0;color:var(--muted);font-size:.79rem;line-height:1.45}.warning-text{color:var(--warning)}.subsection-heading,.signature-heading{margin-bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:16px}.subsection-heading h3,.signature-heading h3{margin:5px 0 0;font-size:1.2rem}.place-autocomplete-shell{width:100%;min-height:50px;position:relative;z-index:55;overflow:visible;border-radius:8px}.place-autocomplete-shell>*{width:100%;max-width:100%}gmp-place-autocomplete{width:100%;min-height:48px;display:block}.address-autocomplete{width:100%;position:relative;z-index:55}.address-suggestions{width:100%;max-height:280px;margin:6px 0 0;padding:6px;position:absolute;top:100%;left:0;overflow-y:auto;list-style:none;border:1px solid #9aa6a4;border-radius:8px;background:#fff;box-shadow:0 14px 30px #1a26252e}.address-suggestions button{width:100%;min-height:44px;padding:10px 12px;border:0;border-radius:6px;background:transparent;color:var(--ink);text-align:left;line-height:1.35}.address-suggestions button:hover,.address-suggestions button.active,.address-suggestions button[aria-selected=true]{background:#eef7f8;color:#173f45}.selected-address{margin:13px 0 0;padding:11px 13px;border-left:4px solid var(--teal);border-radius:6px;background:#eef7f8;font-size:.88rem}.section-callout{margin-bottom:18px;padding:13px 16px;border:1px solid #b9cbd9;border-radius:10px;background:#eaf3fa;color:#284760;font-size:.88rem;line-height:1.5}.checklist-editor{display:grid;gap:13px}.checklist-row{min-width:0;padding:15px;display:grid;grid-template-columns:54px minmax(210px,1.35fr) 176px minmax(210px,1fr) 48px;align-items:start;gap:14px;border:1px solid #bdc7c5;border-radius:12px;background:#fff;box-shadow:0 7px 22px #1a262512}.row-number{min-height:52px;display:grid;place-content:center;border-radius:8px;background:var(--graphite);color:#fff;text-align:center}.row-number span{font-size:.58rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.row-number strong{font-size:1.25rem}.result-field{min-width:0;margin:0;padding:0;border:0}.result-field legend{margin-bottom:7px;color:#344240;font-size:.9rem;font-weight:750}.result-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.result-button{min-width:0;padding-inline:8px;border-color:#899593;background:#fff;color:var(--ink)}.result-button.pass.selected{border-color:var(--success);background:var(--success);color:#fff;box-shadow:0 0 0 2px #1764432e}.result-button.fail.selected{border-color:var(--danger);background:var(--danger);color:#fff;box-shadow:0 0 0 2px #a5262e2e}.required-note{color:var(--danger);font-size:.7rem;font-weight:800}.row-actions{padding-top:25px;display:grid;gap:8px}.row-control{width:46px;min-height:46px;padding:0;border-radius:9px;font-size:1.55rem;line-height:1}.row-control.remove{border-color:#b7646a;background:#fff;color:var(--danger)}.notes-card textarea{min-height:280px}.notice{margin:0 0 22px;padding:13px 16px;border-left:5px solid var(--teal);color:#294a4e}.error-notice,.error-summary{border-left:5px solid var(--danger);background:var(--danger-soft);color:#7f1c24}.error-summary{margin-bottom:22px;padding:18px 20px}.error-summary h2{margin-bottom:9px;color:var(--danger);font-size:1rem}.error-summary ul{margin:0;padding-left:20px}.review-edit-actions,.button-row,.export-actions,.signature-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.review-edit-actions{margin-bottom:20px}.signature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.signed-badge{padding:6px 10px;border-radius:999px;background:var(--success-soft);color:var(--success);font-size:.76rem;font-weight:900}.signature-canvas-shell{margin:16px 0}.signature-canvas-shell canvas{width:100%;height:190px;display:block;touch-action:none;border:2px solid var(--blue);border-radius:9px;background:linear-gradient(to bottom,transparent calc(100% - 43px),#aeb8b7 calc(100% - 42px),transparent calc(100% - 41px)),#fff}.signature-time{margin:12px 0 0;color:var(--success);font-size:.82rem;font-weight:800}.export-panel{margin-bottom:26px;padding:clamp(20px,3vw,28px);display:grid;grid-template-columns:minmax(220px,.8fr) minmax(360px,1.4fr);align-items:center;gap:24px}.export-status h2{margin:7px 0}.export-status p:last-child{margin:0;color:var(--muted);font-size:.88rem}.export-actions>*{flex:1 1 145px}.page-navigation{width:min(1060px,calc(100% - 36px));margin:0 auto 22px;padding:13px;display:grid;grid-template-columns:minmax(130px,auto) 1fr minmax(130px,auto);align-items:center;gap:12px;border:1px solid #bbc4c2;border-radius:12px;background:#fff;box-shadow:var(--shadow)}.page-navigation span{color:var(--muted);font-size:.84rem;font-weight:800;text-align:center}.app-footer{padding:10px 16px calc(10px + env(safe-area-inset-bottom));color:#5d6967;font-size:.72rem;text-align:center}.mobile-progress,.mobile-room-bar{display:none}.room-identity-panel{padding:18px 20px;display:flex;align-items:end;justify-content:space-between;gap:20px;border-left:5px solid var(--blue)}.room-identity-panel>div{width:min(560px,100%)}.room-identity-panel label{margin-top:8px}.room-identity-panel button{flex:0 0 auto}.review-project-summary dl,.room-review-card dl{margin:16px 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 22px}.review-project-summary dl div,.room-review-card dl div{min-width:0;padding-bottom:8px;border-bottom:1px solid var(--line)}.review-project-summary dt,.room-review-card dt{color:var(--muted);font-size:.7rem;font-weight:800;text-transform:uppercase}.review-project-summary dd,.room-review-card dd{margin:4px 0 0;overflow-wrap:anywhere}.room-review-list{margin-bottom:28px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.room-review-card{padding:20px;border:1px solid #cbd2d1;border-radius:13px;background:#fff;box-shadow:var(--shadow)}.room-review-card h3{margin:5px 0 0}.final-action-panel{margin-top:22px;padding:20px;border:1px solid #bfc9c8;border-left:5px solid var(--teal);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.final-action-panel h2{margin:5px 0;font-size:1.25rem}.final-action-panel>div:first-child>p:last-child{margin:0;color:var(--muted);font-size:.88rem}.finalized-inline,.submission-status{margin:14px 0 0;padding:9px 11px;border-radius:7px;background:var(--success-soft);color:var(--success);font-size:.82rem}.submission-status.pending,.submission-status.submitting{background:#fff8ea;color:var(--warning)}.submission-status.failed{background:var(--danger-soft);color:var(--danger)}.delivery-guidance{margin:14px 0 0;padding:11px 13px;border-left:4px solid var(--blue);border-radius:7px;background:#eef4fa;color:#284760;font-size:.82rem}.final-action-buttons,.supporting-export-actions{margin-top:16px;display:flex;flex-wrap:wrap;gap:9px}.final-action-buttons button{flex:1 1 180px}.package-status{margin:14px 0 0;padding:11px 13px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-left:4px solid var(--blue);border-radius:7px;background:#eef4fa;color:#284760;font-size:.84rem}.package-status.ready{border-left-color:var(--success);background:var(--success-soft);color:var(--success)}.package-status.failed{border-left-color:var(--danger);background:var(--danger-soft);color:var(--danger)}.package-status .button-link{min-height:38px;padding:7px 11px;flex:0 0 auto;font-size:.84rem}.supporting-export-actions button{min-height:38px;padding:7px 10px;flex:1 1 125px;font-size:.76rem}.delivery-report-source{width:816px;position:fixed;z-index:-1;top:0;left:-200vw;pointer-events:none}.modal{width:min(560px,calc(100vw - 28px));max-height:calc(100vh - 28px);padding:22px;overflow:auto;border:0;border-radius:15px;color:var(--ink);box-shadow:0 24px 80px #0000004d}.modal::backdrop{background:#172221ad;backdrop-filter:blur(3px)}.modal-heading{display:flex;align-items:center;justify-content:space-between;gap:14px}.modal-heading h2{margin:0;font-size:1.25rem}.icon-button{width:44px;min-height:44px;padding:0;flex:0 0 auto;font-size:1.4rem}.modal-actions{margin-top:22px;justify-content:flex-end}.room-create-options{margin:18px 0;padding:0;display:grid;gap:10px;border:0}.room-create-options legend{margin-bottom:8px;font-weight:800}.room-create-options label{padding:14px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:12px;border:1px solid #bdc6c5;border-radius:8px;cursor:pointer}.room-create-options label.selected{border-color:var(--teal);background:#eef7f8}.room-create-options input{width:20px;min-height:20px;margin-top:2px}.room-create-options span,.room-create-options small{display:block}.auth-gate{width:min(680px,calc(100% - 32px));min-height:60vh;margin:8vh auto;padding:clamp(28px,6vw,64px);display:grid;place-items:center;align-content:center;gap:16px;border:1px solid #c7cecd;border-radius:14px;background:#fff;text-align:center;box-shadow:0 18px 50px #1e2b2a1f}.auth-gate img{width:190px;height:auto}.auth-gate h1,.auth-gate p{margin:0}.cloud-project-list{margin-bottom:38px;display:grid;gap:16px}.account-button{color:#fff}.conflict-card{margin-bottom:16px;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:2px solid #b26300;border-radius:9px;background:#fff7e8}.conflict-card p{margin:4px 0 0}.conflict-card code{overflow-wrap:anywhere}.photo-sync{font-weight:800}.photo-sync.synced{color:var(--success)}.photo-sync.failed{color:var(--danger)}.photo-sync.pending,.photo-sync.uploading{color:#9a5c00}.room-create-options small{margin-top:3px;color:var(--muted);font-weight:500}.visually-hidden{width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;border:0!important;white-space:nowrap!important}.photo-instruction{margin-bottom:22px;padding:19px 22px;border:1px solid #99c5c9;border-left:6px solid var(--teal);border-radius:11px;background:#edf7f8;color:#25484b}.photo-instruction p{margin:7px 0 0}.photo-manager .section-heading-row{margin-bottom:18px}.photo-manager h2{margin:5px 0 0;font-size:1.25rem}.photo-grid,.report-photos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.photo-card{min-width:0;padding:10px;display:grid;gap:11px;border:1px solid #c7cecd;border-radius:10px;background:#f9fbfa}.thumbnail-button{width:100%;height:230px;padding:0;overflow:hidden;border:0;border-radius:7px;background:#dfe5e4}.thumbnail-button img{width:100%;height:100%;display:block;object-fit:cover}.photo-loading{width:100%;min-height:150px;display:grid;place-content:center;background:#edf0ef;color:var(--muted);text-align:center}.photo-missing{color:var(--danger)}.photo-meta{display:grid;gap:3px;color:var(--muted);font-size:.76rem}.photo-meta .valid{color:var(--success)}.photo-meta .invalid{color:var(--warning)}.lightbox-controls{margin-bottom:14px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:16px}.lightbox-stage{height:min(62vh,680px);overflow:auto;display:grid;place-items:center;border-radius:9px;background:#1d2524}.lightbox-stage img{max-width:100%;max-height:100%;object-fit:contain;transform-origin:center}.modal:has(.lightbox-stage){width:min(980px,calc(100vw - 28px))}.completion-summary{margin:18px 0 24px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid #bfc9c8;border-radius:12px;background:#fff}.completion-summary>div{min-width:0;min-height:84px;padding:14px;display:grid;align-content:center;gap:5px;border-right:1px solid #d8dedd;border-bottom:1px solid #d8dedd}.completion-summary span{color:var(--muted);font-size:.72rem}.completion-summary strong{font-size:.9rem}.completion-summary small{color:var(--muted);line-height:1.35}.completion-hero{margin-bottom:24px;padding:clamp(28px,6vw,58px);display:grid;justify-items:center;border:1px solid #a7ceb9;border-radius:16px;background:linear-gradient(125deg,#edf8f2,#fff 62%,#eef7f8);box-shadow:var(--shadow);text-align:center}.completion-check{width:64px;height:64px;margin-bottom:16px;display:grid;place-items:center;border-radius:50%;background:var(--success);color:#fff;font-size:2rem;font-weight:900}.completion-hero h1{margin:8px 0 6px;font-size:clamp(1.8rem,4vw,2.8rem)}.completion-hero p:not(.eyebrow){margin:0;color:var(--muted)}.completion-hero small{margin-top:8px;color:var(--muted)}.report-preview{margin-top:24px;overflow:hidden;border:1px solid #b8c1c0;border-radius:12px;background:#fff;color:#292d2c;box-shadow:var(--shadow);font-family:Arial,Helvetica,sans-serif}.report-header{min-height:96px;padding:17px 28px;display:flex;align-items:center;justify-content:space-between;gap:26px;border-bottom:5px solid var(--blue);background:#fff}.report-header img{width:155px;height:56px;object-fit:contain;object-position:left center}.report-header>div{text-align:right}.report-branding{min-width:0;display:flex;align-items:center;gap:16px;color:var(--graphite);font-weight:800;text-align:left!important}.report-project-title{text-align:right}.report-header p{margin:0 0 2px;color:var(--teal-dark);font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.report-header h1{margin:0;font-size:1.5rem}.report-project-title h2{margin:0;font-size:1.15rem}.report-header span{color:var(--muted);font-size:.78rem}.report-body{padding:clamp(22px,4vw,38px)}.report-objective,.report-section{margin-bottom:28px}.report-objective{padding:17px 20px;border-left:5px solid var(--teal);background:#eef7f8}.report-section>h2,.report-section>h3,.report-objective h2{margin:0 0 12px;padding-bottom:7px;border-bottom:2px solid var(--teal);color:var(--graphite);font-size:1.05rem}.report-room{margin:34px 0;padding-top:6px;border-top:4px solid var(--graphite)}.report-room-heading{margin-bottom:20px;padding:14px 18px;background:linear-gradient(110deg,#eef7f8,#fff)}.report-room-heading p{margin:0;color:var(--teal-dark);font-size:.7rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.report-room-heading h2{margin:4px 0 0;font-size:1.3rem}.report-objective p,.report-section>p{margin:0}.report-details{margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 22px}.report-details div{min-width:0;padding-bottom:8px;border-bottom:1px solid #d8dddc}.report-details dt{margin-bottom:3px;color:var(--muted);font-size:.68rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.report-details dd{margin:0;overflow-wrap:anywhere;font-size:.9rem}.report-table,.review-table,.summary-table{width:100%;table-layout:fixed;border-collapse:collapse;font-size:.8rem}.report-table th,.report-table td,.review-table th,.review-table td,.summary-table th,.summary-table td{padding:9px;border:1px solid #bdc6c5;vertical-align:top;overflow-wrap:anywhere;text-align:left}.report-table th,.review-table th,.summary-table th{background:var(--graphite);color:#fff}.review-table-wrap{max-width:100%;overflow-x:auto}.report-photos figure{margin:0;padding:10px;border:1px solid #c7cecd;background:#fff}.report-photos img,.report-photos .photo-loading{width:100%;height:260px;display:block;object-fit:contain;background:#f0f2f2}.report-photos figcaption{margin-top:8px;color:#4d5958;font-size:.78rem;line-height:1.4}.report-table .number-column{width:42px}.report-table .result-column{width:92px}.report-table th:last-child{width:30%}.report-pass{color:var(--success);font-weight:900}.report-fail{color:var(--danger);font-weight:900}.long-text{white-space:pre-wrap;overflow-wrap:anywhere}.summary-table th:not(:first-child),.summary-table td:not(:first-child){width:18%;text-align:center}.combined-row{background:#eef7f8;font-weight:900}.failure-summary{padding:18px;border:2px solid var(--danger);border-radius:8px;background:var(--danger-soft)}.failure-summary>h2{color:var(--danger);border-bottom-color:var(--danger)}.failure-item{padding:10px 0;border-bottom:1px solid #e6b5b8}.failure-item:last-child{border-bottom:0}.failure-item p{margin:4px 0 0}.no-failures{padding:18px;border:1px solid #a7ceb9;border-radius:8px;background:var(--success-soft)}.report-signatures{margin-top:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.signature-report{padding:16px;border:1px solid #bdc6c5;border-radius:8px}.signature-report h3{min-height:36px;margin-bottom:9px;font-size:.95rem}.signature-report img,.missing-signature{width:100%;height:100px;display:block;border-bottom:1px solid #8a9593;object-fit:contain}.missing-signature{display:grid;place-items:center;color:var(--muted);font-size:.76rem}.signature-report p{margin:7px 0 0;font-size:.78rem;line-height:1.35}.finalized-stamp{width:fit-content;margin:18px 0 0 auto;padding:8px 12px;border:2px solid var(--success);border-radius:6px;color:var(--success);font-size:.78rem;font-weight:900;text-transform:uppercase}.report-footer{padding:11px 28px;border-top:1px solid #d7dcdb;color:var(--muted);font-size:.68rem;text-align:center}.pdf-source{margin:0;border:0;border-radius:0;box-shadow:none}@media(max-width:1100px){.dashboard-hero{grid-template-columns:1fr}.dashboard-overview{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-overview>*{grid-template-columns:1fr}.project-card-details{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace{grid-template-columns:230px minmax(0,1fr)}.step-sidebar{width:230px}.room-list{display:none}.checklist-row{grid-template-columns:52px minmax(190px,1fr) 170px 48px}.notes-field{grid-column:2 / 4}.row-actions{grid-column:4;grid-row:1 / 3}}@media(max-width:820px){.forms-landing-hero{min-height:auto;grid-template-columns:1fr}.forms-landing-mark{width:140px}.forms-card-grid{grid-template-columns:1fr}.package-status{align-items:stretch;flex-direction:column}.completion-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace{display:block}.step-sidebar{display:none}.mobile-room-bar{padding:10px 14px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:end;gap:8px;border-bottom:1px solid #c7cecd;background:#fff}.mobile-room-bar label{min-width:0;font-size:.72rem}.mobile-room-bar select{min-height:40px;padding-block:6px;font-size:.78rem}.mobile-room-bar button{min-height:40px;padding:6px 9px;font-size:.72rem}.mobile-progress{padding:10px 14px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px 12px;position:sticky;z-index:50;top:72px;border-bottom:1px solid #c7cecd;background:#f5f7f6f5;backdrop-filter:blur(9px)}.mobile-progress label{font-size:.76rem;white-space:nowrap}.mobile-progress select{min-height:40px;padding-block:6px;font-size:.82rem}.mobile-progress progress{grid-column:1 / -1}.save-strip{top:133px}.checklist-row{grid-template-columns:52px minmax(0,1fr) 172px 48px}.item-field{grid-column:2 / 4}.result-field{grid-column:2}.notes-field{grid-column:3}.row-actions{grid-column:4;grid-row:1 / 3}.signature-grid,.export-panel,.room-review-list{grid-template-columns:1fr}.field-grid.address-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.app-header{min-height:66px;padding-inline:12px;gap:8px}.brand-lockup{gap:8px}.brand-lockup img{width:108px;height:42px}.brand-lockup div{display:none}.header-actions{gap:5px}.connection{min-height:36px;padding-inline:9px;font-size:.7rem}.header-actions button{min-width:56px}.mobile-progress{top:66px}.save-strip{min-height:40px;padding-inline:14px;top:127px}.save-strip span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.save-strip span:nth-child(2){display:none}.dashboard-hero{min-height:auto;padding:40px 18px}.dashboard-overview,.project-card-details,.completion-summary,.photo-grid,.report-photos,.date-field-row{grid-template-columns:1fr}.mobile-room-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-room-bar label{grid-column:1 / -1}.mobile-room-bar button{width:100%}.dashboard-content{padding:28px 14px}.section-heading-row,.project-card-top,.lightbox-controls{display:grid}.project-card,.empty-state,.panel,.photo-instruction{padding:16px}.splash-page .button-row>*,.photo-manager .button-row>*{flex:1 1 145px}.workspace-content{padding:26px 12px 46px}.field-grid.two,.field-grid.address-grid,.report-details,.report-signatures,.review-project-summary dl,.room-review-card dl{grid-template-columns:1fr}.room-identity-panel{display:grid;align-items:stretch}.room-identity-panel button{width:100%}.final-action-buttons,.supporting-export-actions{display:grid;grid-template-columns:1fr}.span-all{grid-column:auto}.grid-spacer{display:none}.subsection-heading,.signature-heading{align-items:flex-start}.subsection-heading button{flex:0 0 auto}.checklist-row{padding:14px;grid-template-columns:52px minmax(0,1fr);gap:13px}.row-number{grid-column:1;grid-row:1}.row-actions{padding:0;grid-column:2;grid-row:1;grid-template-columns:repeat(2,46px);justify-content:end}.item-field,.result-field,.notes-field{grid-column:1 / -1}.item-field{grid-row:2}.result-field{grid-row:3}.notes-field{grid-row:4}.result-buttons{gap:10px}.result-button{min-height:50px}.review-edit-actions>*,.signature-actions>*,.modal-actions>*{flex:1 1 130px}.page-navigation{width:calc(100% - 24px);padding:11px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.page-navigation span{grid-column:1 / -1;grid-row:1}.report-preview{border-radius:8px}.report-header{padding:15px;align-items:flex-start;gap:12px}.report-header img{width:110px;height:44px}.report-header h1{font-size:1rem}.report-project-title{display:none}.report-header p,.report-header span{font-size:.6rem}.report-body{padding:16px}.report-table,.report-table tbody,.report-table tr,.report-table td{display:block;width:100%!important}.report-table thead{display:none}.report-table tr{margin-bottom:11px;border:1px solid #bdc6c5;border-radius:6px}.report-table td{padding:7px 9px 7px 96px;position:relative;border:0;border-bottom:1px solid #d7dcdb}.report-table td:last-child{border-bottom:0}.report-table td:before{width:82px;position:absolute;left:9px;color:var(--muted);font-size:.66rem;font-weight:800;text-transform:uppercase}.report-table td:nth-child(1):before{content:"Row"}.report-table td:nth-child(2):before{content:"Item / Test"}.report-table td:nth-child(3):before{content:"Result"}.report-table td:nth-child(4):before{content:"Notes"}.summary-table{font-size:.7rem}.summary-table th,.summary-table td{padding:7px 4px}.summary-table th:not(:first-child),.summary-table td:not(:first-child){width:20%}.thumbnail-button{height:210px}}@media(max-width:360px){.connection{width:36px;padding:0;font-size:0}.connection span{font-size:.8rem}.dashboard-hero h1{font-size:1.9rem}.workspace-content{padding-inline:10px}.objective-card,.form-card,.address-section,.signature-card,.export-panel{padding:16px}}@page{size:letter portrait;margin:.55in .55in .68in}@media print{:root,html,body{min-width:0;background:#fff}.app-header,.mobile-progress,.mobile-room-bar,.step-sidebar,.save-strip,.section-title,.notice,.error-summary,.export-panel,.final-action-panel,.completion-summary,.completion-hero,.review-edit-actions,.page-navigation,.app-footer{display:none!important}.delivery-report-source{width:100%;display:block!important;position:static;z-index:auto;pointer-events:auto}.workspace-content>:not(.report-preview):not(.delivery-report-source){display:none!important}.workspace,.workspace-main,.workspace-content{width:100%;max-width:none;margin:0;padding:0;display:block}.report-preview{margin:0;overflow:visible;border:0;border-radius:0;box-shadow:none;font-size:10pt}.report-header{min-height:82px;padding:10px 0 13px}.report-header img{width:145px;height:52px}.report-body{padding:.2in 0 .3in}.report-section,.report-objective{margin-bottom:.18in}.report-table,.report-table tbody,.report-table tr,.report-table td{display:table-cell;width:auto}.report-table{display:table}.report-table thead{display:table-header-group}.report-table tbody{display:table-row-group}.report-table tr{display:table-row;break-inside:avoid;page-break-inside:avoid;border:0}.report-table td{padding:7px;position:static;border:1px solid #bdc6c5}.report-table td:before{content:none!important}.report-table .number-column{width:.35in!important}.report-table .result-column{width:.8in!important}.report-table th:last-child{width:2.1in!important}.report-keep,.signature-report,h2,h3{break-inside:avoid;page-break-inside:avoid}.report-section>h2,.report-section>h3,.report-objective h2{break-after:avoid;page-break-after:avoid}.report-room+.report-room{break-before:page;page-break-before:always}.report-signatures,.report-photos{grid-template-columns:repeat(2,minmax(0,1fr))}.report-photos figure{break-inside:avoid;page-break-inside:avoid}.report-photos img,.report-photos .photo-loading{height:2.25in}.signature-report img,.missing-signature{height:.85in}.report-footer{padding:4px 0;position:fixed;right:0;bottom:-.48in;left:0;border:0;background:#fff}.print-page-number:after{content:" · Page " counter(page)}}
