:root{--red: #c20f2f;--red-hover: #a40b27;--red-soft: #fff1f4;--red-line: #efb7c3;--bg: #f2f4f7;--surface: #ffffff;--surface-raised: #ffffff;--surface-soft: #f7f8fa;--surface-strong: #eceff3;--text: #202329;--text-soft: #626976;--text-faint: #858c97;--line: #dfe3e8;--line-strong: #cfd4db;--success: #16845b;--success-soft: #eaf8f2;--warning: #a96608;--warning-soft: #fff6e6;--danger: #ad1530;--danger-soft: #fff0f3;--focus: rgba(194, 15, 47, .18);--shadow-sm: 0 2px 8px rgba(25, 31, 40, .06);--shadow-md: 0 16px 40px rgba(25, 31, 40, .09);--shadow-lg: 0 26px 70px rgba(14, 19, 27, .18);--radius-sm: 10px;--radius: 16px;--radius-lg: 22px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility}:root[data-theme=dark]{--red: #ea4160;--red-hover: #f05a74;--red-soft: #3b1d25;--red-line: #723040;--bg: #14161a;--surface: #1b1e23;--surface-raised: #20242a;--surface-soft: #25292f;--surface-strong: #2d3239;--text: #f1f3f6;--text-soft: #b2b8c2;--text-faint: #8d949f;--line: #343941;--line-strong: #464c56;--success: #54d2a4;--success-soft: #17372e;--warning: #f1b653;--warning-soft: #3a2c16;--danger: #ff7189;--danger-soft: #3d1c25;--focus: rgba(234, 65, 96, .22);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .16);--shadow-md: 0 16px 40px rgba(0, 0, 0, .24);--shadow-lg: 0 26px 70px rgba(0, 0, 0, .38)}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);color:var(--text)}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit}img{max-width:100%}h1,h2,h3,p{margin-top:0}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--focus);outline-offset:2px}.app-shell{min-height:100vh}.topbar{position:sticky;z-index:50;top:0;height:72px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:color-mix(in srgb,var(--surface) 94%,transparent);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.topbar__brand,.topbar__right{display:flex;align-items:center}.topbar__brand{gap:15px;min-width:0}.topbar__brand img{display:block;width:116px;height:auto}:root[data-theme=dark] .topbar__brand img,:root[data-theme=dark] .boot-screen img,:root[data-theme=dark] .error-screen img{background:#fff;border-radius:8px;padding:5px 7px}.topbar__brand div{padding-left:15px;border-left:1px solid var(--line);display:grid;gap:2px}.topbar__brand strong{font-size:.96rem;line-height:1.2}.topbar__brand span{color:var(--text-soft);font-size:.76rem}.topbar__right{gap:12px}.app-layout{display:grid;grid-template-columns:286px minmax(0,1fr);min-height:calc(100vh - 72px)}.sidebar{position:sticky;top:72px;align-self:start;height:calc(100vh - 72px);overflow:auto;padding:22px 18px;background:var(--surface);border-right:1px solid var(--line);display:flex;flex-direction:column;gap:18px}.side-nav{display:grid;gap:7px}.side-nav button{min-height:62px;width:100%;padding:10px 12px;display:grid;grid-template-columns:24px 1fr;gap:11px;align-items:center;text-align:left;color:var(--text-soft);background:transparent;border:1px solid transparent;border-radius:13px;transition:background .16s ease,color .16s ease,border-color .16s ease}.side-nav button span{display:grid;gap:2px}.side-nav button strong{color:var(--text);font-size:.92rem}.side-nav button small{font-size:.73rem}.side-nav button:hover{background:var(--surface-soft)}.side-nav button.is-active{color:var(--red);border-color:var(--red-line);background:var(--red-soft)}.side-nav button.is-active strong{color:var(--red)}.progress-card{padding:15px;background:var(--surface-soft);border:1px solid var(--line);border-radius:14px}.progress-card>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:.78rem;color:var(--text-soft)}.progress-card>div:first-child strong{color:var(--text);font-size:.88rem}.progress-track{height:7px;margin:10px 0;background:var(--surface-strong);border-radius:999px;overflow:hidden}.progress-track span{display:block;height:100%;background:var(--red);border-radius:inherit;transition:width .24s ease}.progress-card small{color:var(--text-faint);font-size:.69rem;line-height:1.35}.sidebar-actions{display:grid;gap:8px}.project-credit{margin-top:auto;padding:14px;border:1px solid var(--line);border-radius:14px;background:var(--surface-soft)}.project-credit__icon{width:30px;height:30px;display:grid;place-items:center;color:var(--red);background:var(--red-soft);border-radius:9px}.project-credit p{margin:10px 0;color:var(--text-soft);font-size:.74rem;line-height:1.45}.project-credit p strong{color:var(--text)}.project-credit>div:last-child{display:flex;flex-wrap:wrap;gap:10px}.project-credit a,.project-credit button,.workspace-footer button{padding:0;display:inline-flex;align-items:center;gap:3px;color:var(--text-soft);background:none;border:0;font-size:.71rem;text-decoration:underline;text-underline-offset:3px}.workspace{min-width:0;padding:34px clamp(22px,4vw,56px) 50px}.editor-layout,.preview-layout{width:min(100%,1020px);margin:0 auto}.view-header{margin-bottom:26px;display:flex;justify-content:space-between;align-items:flex-end;gap:24px}.view-header h1{margin-bottom:7px;font-size:clamp(1.85rem,3vw,2.55rem);line-height:1.08;letter-spacing:-.035em}.view-header p{max-width:660px;margin-bottom:0;color:var(--text-soft);line-height:1.55}.eyebrow{display:block;margin-bottom:7px;color:var(--red);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.view-header>.save-status{flex:0 0 auto}.view-header__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px}.save-status{min-height:32px;padding:6px 9px;display:inline-flex;align-items:center;gap:6px;color:var(--text-soft);background:var(--surface-soft);border:1px solid var(--line);border-radius:999px;font-size:.71rem;white-space:nowrap}.save-status--saved svg{color:var(--success)}.save-status--error{color:var(--danger);border-color:var(--red-line);background:var(--danger-soft)}.btn,.icon-button{border:1px solid transparent;transition:transform .15s ease,background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.btn{min-height:46px;padding:10px 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:11px;font-weight:750;line-height:1.15}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn:active:not(:disabled){transform:translateY(0)}.btn:disabled{opacity:.56}.btn--primary{color:#fff;background:var(--red);border-color:var(--red);box-shadow:0 7px 18px color-mix(in srgb,var(--red) 22%,transparent)}.btn--primary:hover:not(:disabled){background:var(--red-hover);border-color:var(--red-hover)}.btn--secondary{color:var(--text);background:var(--surface-raised);border-color:var(--line-strong)}.btn--secondary:hover:not(:disabled){background:var(--surface-soft);border-color:var(--text-faint)}.btn--danger{color:var(--danger);background:var(--danger-soft);border-color:var(--red-line)}.btn--danger-solid{color:#fff;background:#b21834;border-color:#b21834}.btn--full{width:100%}.icon-button{width:42px;height:42px;padding:0;flex:0 0 auto;display:grid;place-items:center;color:var(--text-soft);background:var(--surface-raised);border-color:var(--line);border-radius:11px}.icon-button:hover:not(:disabled){color:var(--text);border-color:var(--line-strong);background:var(--surface-soft)}.icon-button:disabled{opacity:.32}.icon-button--danger{color:var(--danger)}.editor-card{margin-bottom:18px;padding:24px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.editor-card__heading{margin-bottom:22px;display:grid;grid-template-columns:38px 1fr;gap:13px;align-items:start}.editor-card__heading>span{width:38px;height:38px;display:grid;place-items:center;color:var(--red);background:var(--red-soft);border:1px solid var(--red-line);border-radius:11px;font-size:.9rem;font-weight:850}.editor-card__heading h2,.sections-heading h2{margin-bottom:4px;font-size:1.12rem;line-height:1.3}.editor-card__heading p,.sections-heading p{margin-bottom:0;color:var(--text-soft);font-size:.84rem;line-height:1.45}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.form-grid--address{grid-template-columns:2fr .8fr .9fr 1.4fr}.address-street{grid-column:span 2}.field{min-width:0;display:grid;align-content:start;gap:7px}.field--wide{grid-column:1 / -1}.field__label{min-height:18px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--text);font-size:.77rem;font-weight:760}.field__label em{color:var(--text-faint);font-size:.64rem;font-style:normal;font-weight:650}.field input,.field textarea,.field select,.input-with-icon input{width:100%;color:var(--text);background:var(--surface-raised);border:1px solid var(--line-strong);border-radius:11px;outline:0;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.field input,.field select,.input-with-icon input{min-height:48px;padding:10px 12px}.field textarea{min-height:126px;padding:12px;line-height:1.5;resize:vertical}.field input::placeholder,.field textarea::placeholder,.input-with-icon input::placeholder{color:var(--text-faint);opacity:.84}.field input:focus,.field textarea:focus,.field select:focus,.input-with-icon input:focus{border-color:var(--red);box-shadow:0 0 0 4px var(--focus)}.field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:38px;background-image:linear-gradient(45deg,transparent 50%,var(--text-soft) 50%),linear-gradient(135deg,var(--text-soft) 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 13px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.field>small,.field__footer small{color:var(--text-faint);font-size:.68rem;line-height:1.35}.field__footer{display:flex;justify-content:space-between;gap:10px}.form-divider{margin:22px 0;display:flex;align-items:center;gap:12px;color:var(--text-faint);font-size:.67rem;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.form-divider:before,.form-divider:after{content:"";height:1px;flex:1;background:var(--line)}.address-search{position:relative;z-index:8}.input-with-icon{position:relative;display:block}.input-with-icon>svg{position:absolute;z-index:2;left:13px;top:50%;transform:translateY(-50%);color:var(--text-faint);pointer-events:none}.input-with-icon input{padding-left:42px;padding-right:42px}.input-with-icon .mini-spinner{position:absolute;right:14px;top:calc(50% - 8px)}.address-results{position:absolute;z-index:20;top:calc(100% - 18px);left:0;right:0;max-height:340px;overflow:auto;margin:0;padding:7px;list-style:none;background:var(--surface-raised);border:1px solid var(--line-strong);border-radius:13px;box-shadow:var(--shadow-md)}.address-results button{width:100%;min-height:58px;padding:9px 10px;display:grid;grid-template-columns:22px 1fr;gap:10px;align-items:center;text-align:left;color:var(--text);background:transparent;border:0;border-radius:9px}.address-results button:hover,.address-results button.is-active{background:var(--red-soft)}.address-results button>svg{color:var(--red)}.address-results button span{min-width:0;display:grid;gap:3px}.address-results strong,.address-results small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.address-results strong{font-size:.82rem}.address-results small{color:var(--text-soft);font-size:.71rem}.address-message{margin:8px 0 0;color:var(--text-soft);font-size:.73rem}.address-message--error{color:var(--warning)}.address-attribution{margin:8px 0 0;color:var(--text-faint);font-size:.66rem}.address-attribution a{text-underline-offset:2px}.selected-address{margin-top:14px;min-height:68px;padding:12px 14px;display:grid;grid-template-columns:38px minmax(0,1fr) 28px;gap:11px;align-items:center;color:var(--text);background:var(--success-soft);border:1px solid color-mix(in srgb,var(--success) 36%,var(--line));border-radius:13px}.selected-address__pin{width:38px;height:38px;display:grid;place-items:center;color:var(--success);background:color-mix(in srgb,var(--surface-raised) 72%,transparent);border-radius:10px}.selected-address>div{min-width:0;display:grid;gap:2px}.selected-address small{color:var(--text-soft);font-size:.65rem;font-weight:760;letter-spacing:.04em;text-transform:uppercase}.selected-address strong{overflow-wrap:anywhere;font-size:.85rem;line-height:1.35}.selected-address>div>span{color:var(--text-soft);font-size:.7rem}.selected-address__check{width:28px;height:28px;display:grid;place-items:center;color:#fff;background:var(--success);border-radius:50%}.manual-address{margin-top:14px;overflow:hidden;background:var(--surface-soft);border:1px solid var(--line);border-radius:13px;transition:border-color .16s ease,background .16s ease}.manual-address[open]{background:var(--surface-raised);border-color:var(--line-strong)}.manual-address summary{min-height:68px;padding:11px 14px;display:grid;grid-template-columns:38px minmax(0,1fr) 24px;gap:11px;align-items:center;list-style:none;cursor:pointer;-webkit-user-select:none;user-select:none}.manual-address summary::-webkit-details-marker{display:none}.manual-address summary:hover{background:color-mix(in srgb,var(--surface-strong) 52%,transparent)}.manual-address summary:focus-visible{outline:3px solid var(--focus);outline-offset:-3px}.manual-address__summary-icon{width:38px;height:38px;display:grid;place-items:center;color:var(--red);background:var(--red-soft);border:1px solid var(--red-line);border-radius:10px}.manual-address summary>span:nth-child(2){min-width:0;display:grid;gap:3px}.manual-address summary strong{font-size:.82rem}.manual-address summary small{color:var(--text-soft);font-size:.7rem;line-height:1.35}.manual-address summary>svg{color:var(--text-soft);transition:transform .16s ease}.manual-address[open] summary>svg{transform:rotate(180deg)}.manual-address__body{padding:18px 16px;border-top:1px solid var(--line)}.sections-area{margin-top:32px}.sections-heading{margin-bottom:16px;display:flex;justify-content:space-between;align-items:flex-end;gap:16px}.count-badge{flex:0 0 auto;padding:7px 10px;color:var(--text-soft);background:var(--surface);border:1px solid var(--line);border-radius:999px;font-size:.72rem;font-weight:750}.sections-list{display:grid;gap:14px}.section-editor{scroll-margin-top:94px;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.section-editor__header{min-height:72px;display:flex;align-items:stretch;border-bottom:1px solid transparent}.section-editor:has(.section-editor__body) .section-editor__header{border-bottom-color:var(--line)}.section-editor__toggle{min-width:0;padding:12px 10px 12px 14px;flex:1;display:grid;grid-template-columns:38px minmax(0,1fr) 22px;gap:12px;align-items:center;color:var(--text);text-align:left;background:transparent;border:0}.section-number{width:38px;height:38px;display:grid;place-items:center;color:#fff;background:var(--red);border-radius:11px;font-size:.75rem;font-weight:850}.section-editor__title{min-width:0;display:grid;gap:3px}.section-editor__title strong,.section-editor__title small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.section-editor__title strong{font-size:.91rem}.section-editor__title small{color:var(--text-soft);font-size:.7rem}.section-editor__toggle>svg{color:var(--text-faint)}.section-editor__actions{padding:12px 13px 12px 4px;display:flex;align-items:center;gap:6px}.section-editor__actions .icon-button{width:38px;height:38px}.section-editor__body{padding:22px;animation:reveal .18s ease both}@keyframes reveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.photo-field{margin-top:20px;padding:14px;display:grid;grid-template-columns:minmax(210px,.8fr) minmax(260px,1.2fr);gap:18px;background:var(--surface-soft);border:1px dashed var(--line-strong);border-radius:14px}.photo-preview,.photo-placeholder{min-height:210px;border-radius:11px;overflow:hidden}.photo-preview{display:flex;align-items:center;justify-content:center;background:#dfe3e8;border:1px solid var(--line)}.photo-preview img{display:block;width:100%;height:100%;max-height:310px;object-fit:contain}.photo-placeholder{padding:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;text-align:center;color:var(--text-soft);background:var(--surface-raised);border:1px solid var(--line)}.photo-placeholder svg{margin-bottom:5px;color:var(--red)}.photo-placeholder strong{color:var(--text);font-size:.88rem}.photo-placeholder span{max-width:250px;font-size:.72rem;line-height:1.45}.photo-field__controls{display:grid;align-content:start;gap:16px}.photo-buttons{display:flex;flex-wrap:wrap;gap:8px}.add-section-button{width:100%;min-height:92px;margin-top:14px;padding:14px;display:grid;grid-template-columns:46px 1fr;grid-template-rows:auto auto;column-gap:12px;align-items:center;text-align:left;color:var(--text);background:color-mix(in srgb,var(--surface) 72%,transparent);border:1.5px dashed var(--line-strong);border-radius:var(--radius);transition:border-color .16s ease,background .16s ease,transform .16s ease}.add-section-button:hover{transform:translateY(-1px);border-color:var(--red);background:var(--red-soft)}.add-section-button>span{grid-row:1 / 3;width:46px;height:46px;display:grid;place-items:center;color:#fff;background:var(--red);border-radius:13px}.add-section-button strong{align-self:end;font-size:.91rem}.add-section-button small{align-self:start;color:var(--text-soft);font-size:.72rem}.workspace-footer{margin-top:34px;padding:18px 0 4px;display:flex;align-items:center;justify-content:space-between;gap:18px;color:var(--text-faint);border-top:1px solid var(--line);font-size:.71rem}.workspace-footer p{margin:0}.workspace-footer a{color:var(--text-soft);font-weight:750;text-underline-offset:3px}.preview-note{margin:-6px 0 18px;padding:11px 13px;display:flex;align-items:center;gap:9px;color:var(--text-soft);background:var(--surface);border:1px solid var(--line);border-radius:12px;font-size:.78rem}.preview-note svg{flex:0 0 auto;color:var(--red)}.report-preview{overflow:hidden;color:#202329;background:#fff;border:1px solid #dfe3e8;border-radius:4px;box-shadow:var(--shadow-md)}.report-preview__cover{padding:clamp(24px,5vw,50px)}.preview-brand{padding-bottom:22px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px;border-bottom:3px solid #c20f2f}.preview-brand img{width:174px;display:block}.preview-brand>span{color:#6b7078;font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.preview-title{padding:28px 0 20px;display:flex;align-items:flex-start;justify-content:space-between;gap:30px}.preview-title .eyebrow{color:#c20f2f}.preview-title h1{max-width:680px;margin:0;color:#202329;font-size:clamp(1.35rem,3vw,2.1rem);line-height:1.12;overflow-wrap:anywhere}.preview-title time{flex:0 0 auto;color:#6b7078;font-size:.83rem}.preview-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.preview-meta__item{min-height:76px;padding:14px 15px;display:grid;align-content:center;gap:6px;background:#f6f7f9;border:1px solid #dfe3e8;border-radius:10px}.preview-meta__item span{color:#747a84;font-size:.62rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.preview-meta__item strong{color:#202329;font-size:.86rem;line-height:1.35;overflow-wrap:anywhere}.preview-summary{margin-top:22px;padding:18px;background:#fff;border:1px solid #cfd4db;border-radius:10px}.preview-summary h2{margin-bottom:9px;color:#c20f2f;font-size:.69rem;letter-spacing:.06em;text-transform:uppercase}.preview-summary p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.55}.preview-summary p{color:#383c43;font-size:.87rem}.preview-document-section{padding:0 clamp(24px,5vw,50px) clamp(28px,5vw,50px)}.preview-document-section+.preview-document-section{padding-top:4px}.preview-document-section__heading{margin-bottom:16px;padding-top:4px}.preview-document-section__heading>span{color:#c20f2f;font-size:.62rem;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.preview-document-section__heading h2{margin:4px 0 3px;color:#202329;font-size:1.08rem}.preview-document-section__heading p{margin:0;color:#6b7078;font-size:.76rem;line-height:1.45}.preview-photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.preview-photo-card{min-width:0;overflow:hidden;align-self:start;background:#fff;border:1px solid #cfd4db;border-radius:11px;break-inside:avoid}.preview-photo-card--text-only{grid-column:1 / -1}.preview-photo-card>header{min-height:52px;padding:9px 11px;display:grid;grid-template-columns:30px minmax(0,1fr);gap:9px;align-items:center;background:#f5f6f8;border-bottom:1px solid #dfe3e8}.preview-photo-card>header span{width:30px;height:30px;display:grid;place-items:center;color:#fff;background:#c20f2f;border-radius:50%;font-size:.62rem;font-weight:850}.preview-photo-card>header h3{margin:0;color:#202329;font-size:.82rem;line-height:1.3;overflow-wrap:anywhere}.preview-photo-card figure{margin:0;background:#edf0f3;border-bottom:1px solid #dfe3e8}.preview-photo-card figure>img{width:100%;height:clamp(170px,24vw,270px);display:block;object-fit:contain}.preview-photo-card figcaption,.preview-photo-card__description{padding:11px 12px;background:#fff}.preview-photo-card figcaption{border-top:1px solid #dfe3e8}.preview-photo-card figcaption strong,.preview-photo-card__description>strong{display:block;margin-bottom:6px;color:#c20f2f;font-size:.61rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.preview-photo-card figcaption p,.preview-photo-card__description p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.5}.preview-photo-card figcaption p{color:#555c66;font-size:.74rem}.preview-photo-card__description{border-top:1px solid #dfe3e8}.preview-photo-card__description p{color:#383c43;font-size:.8rem}.preview-photo-missing{min-height:95px;display:flex;align-items:center;justify-content:center;gap:9px;color:#8a5b0a;background:#fff6e6;border-bottom:1px solid #ead7b5;font-size:.8rem}.preview-photo-missing--card{width:100%;min-height:clamp(170px,24vw,270px);border-bottom-color:#dfe3e8}.preview-empty{grid-column:1 / -1;min-height:190px;padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;color:#6b7078;border:1px dashed #cfd4db;border-radius:12px}.preview-empty strong{color:#30343a}.preview-empty span{font-size:.78rem}.mobile-dock{display:none}.modal-layer,.busy-layer{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#0a0c1094;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-card{width:min(100%,620px);max-height:min(86vh,820px);overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr) auto;background:var(--surface-raised);border:1px solid var(--line-strong);border-radius:20px;box-shadow:var(--shadow-lg);animation:modal-in .17s ease both}.modal-card--small{width:min(100%,470px)}.modal-card--large{width:min(100%,780px)}@keyframes modal-in{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-card__header{min-height:68px;padding:13px 14px 13px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line)}.modal-card__header h2{margin:0;font-size:1.05rem}.modal-card__body{min-height:0;overflow:auto;padding:22px}.modal-card__footer{padding:14px 18px;display:flex;align-items:center;justify-content:flex-end;gap:9px;border-top:1px solid var(--line)}.modal-message{margin-bottom:8px;color:var(--text);line-height:1.55}.modal-detail{margin:0;color:var(--text-soft);font-size:.82rem;line-height:1.5}.mobile-action-list{display:grid;gap:8px}.mobile-action-list>button{width:100%;min-height:70px;padding:10px;display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;color:var(--text);text-align:left;background:var(--surface-soft);border:1px solid var(--line);border-radius:12px}.mobile-action-list>button:hover{border-color:var(--line-strong)}.mobile-action-list>button>span{width:42px;height:42px;display:grid;place-items:center;color:var(--red);background:var(--red-soft);border-radius:11px}.mobile-action-list>button>div{display:grid;gap:3px}.mobile-action-list strong{font-size:.87rem}.mobile-action-list small{color:var(--text-soft);font-size:.71rem}.mobile-action-list>button.is-danger>span,.mobile-action-list>button.is-danger strong{color:var(--danger)}.terms-copy{color:var(--text-soft);line-height:1.62}.terms-intro{padding:14px;background:var(--surface-soft);border:1px solid var(--line);border-radius:12px}.terms-copy section{margin-top:22px}.terms-copy h3{margin-bottom:6px;color:var(--text);font-size:.92rem}.terms-copy p{margin-bottom:0;font-size:.83rem}.terms-copy strong{color:var(--text)}.terms-note{margin-top:24px;padding-top:16px;border-top:1px solid var(--line);font-size:.76rem!important}.terms-author{margin-top:24px;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--red-soft);border:1px solid var(--red-line);border-radius:13px}.terms-author>div{display:grid;gap:3px}.terms-author span{color:var(--text-soft);font-size:.72rem}.toast{position:fixed;z-index:140;right:20px;bottom:20px;width:min(calc(100% - 40px),410px);min-height:58px;padding:11px 11px 11px 14px;display:grid;grid-template-columns:22px 1fr 34px;gap:9px;align-items:center;color:var(--text);background:var(--surface-raised);border:1px solid var(--line-strong);border-left:4px solid var(--success);border-radius:13px;box-shadow:var(--shadow-lg);animation:toast-in .2s ease both}.toast--warning,.toast--error{border-left-color:var(--warning)}.toast>svg{color:var(--success)}.toast--warning>svg,.toast--error>svg{color:var(--warning)}.toast span{font-size:.79rem;line-height:1.4}.toast button{width:34px;height:34px;display:grid;place-items:center;color:var(--text-soft);background:transparent;border:0;border-radius:9px}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.busy-layer{z-index:160}.busy-card{width:min(100%,360px);padding:30px;display:flex;flex-direction:column;align-items:center;text-align:center;background:var(--surface-raised);border:1px solid var(--line-strong);border-radius:20px;box-shadow:var(--shadow-lg)}.busy-card strong{margin:16px 0 6px;font-size:1.03rem}.busy-card p{margin-bottom:5px;color:var(--text-soft);font-size:.82rem}.busy-card small{color:var(--text-faint);font-size:.69rem}.mini-spinner,.button-spinner,.large-spinner{display:inline-block;flex:0 0 auto;border-radius:50%;border-style:solid;border-color:currentColor transparent currentColor currentColor;animation:spin .7s linear infinite}.mini-spinner,.button-spinner{width:16px;height:16px;border-width:2px}.large-spinner{width:40px;height:40px;color:var(--red);border-width:3px}@keyframes spin{to{transform:rotate(360deg)}}.boot-screen,.error-screen{min-height:100vh;padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.error-screen img{width:170px;margin-bottom:32px}.error-screen>span{color:var(--red);font-size:.72rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.error-screen h1{margin:8px 0;font-size:clamp(1.6rem,4vw,2.25rem)}.error-screen p{margin-bottom:22px;color:var(--text-soft)}.boot-screen img{width:180px;margin-bottom:34px}.boot-screen strong{margin-top:16px}.boot-screen p{margin:6px 0 0;color:var(--text-soft);font-size:.8rem}@media(max-width:1080px){.app-layout{grid-template-columns:250px minmax(0,1fr)}.workspace{padding-inline:28px}.sidebar{padding-inline:14px}.form-grid--address{grid-template-columns:repeat(2,minmax(0,1fr))}.address-street{grid-column:span 1}}@media(max-width:900px){.topbar{height:64px;padding:0 15px}.topbar__brand{gap:10px}.topbar__brand img{width:88px}.topbar__brand div{padding-left:10px}.topbar__brand strong{font-size:.82rem}.topbar__brand span{font-size:.65rem}.topbar__right .save-status{display:none}.app-layout{display:block;min-height:calc(100vh - 64px)}.sidebar{display:none}.workspace{padding:22px 16px calc(112px + env(safe-area-inset-bottom))}.view-header{align-items:flex-start}.view-header>.save-status{display:none}.mobile-dock{position:fixed;z-index:70;left:10px;right:10px;bottom:calc(9px + env(safe-area-inset-bottom));height:70px;padding:7px 8px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;align-items:end;color:var(--text-soft);background:color-mix(in srgb,var(--surface-raised) 95%,transparent);border:1px solid var(--line-strong);border-radius:20px;box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.mobile-dock>button{height:55px;padding:5px 3px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:inherit;background:transparent;border:0;border-radius:12px;font-size:.62rem}.mobile-dock>button.is-active{color:var(--red);background:var(--red-soft)}.mobile-dock .mobile-dock__pdf{position:relative;color:var(--text);overflow:visible}.mobile-dock__pdf>span{width:46px;height:46px;margin-top:-22px;display:grid;place-items:center;color:#fff;background:var(--red);border:4px solid var(--surface-raised);border-radius:50%;box-shadow:0 8px 18px color-mix(in srgb,var(--red) 30%,transparent)}.mobile-dock__pdf strong{font-size:.62rem}.toast{right:12px;bottom:calc(92px + env(safe-area-inset-bottom));width:calc(100% - 24px)}}@media(max-width:700px){.view-header,.preview-view-header,.sections-heading,.workspace-footer{flex-direction:column;align-items:flex-start}.view-header{margin-bottom:20px}.view-header h1{font-size:1.75rem}.view-header p{font-size:.85rem}.view-header__actions{width:100%;justify-content:stretch}.view-header__actions .btn{flex:1}.editor-card{padding:19px 16px;border-radius:17px}.editor-card__heading{grid-template-columns:34px 1fr;gap:11px;margin-bottom:19px}.editor-card__heading>span{width:34px;height:34px}.form-grid,.form-grid--address{grid-template-columns:1fr;gap:16px}.address-street,.field--wide{grid-column:auto}.section-editor__header{position:relative;display:block}.section-editor__toggle{min-height:72px;padding-right:14px}.section-editor__actions{padding:8px 12px;justify-content:flex-end;background:var(--surface-soft);border-top:1px solid var(--line)}.section-editor__body{padding:17px 14px}.photo-field{grid-template-columns:1fr}.photo-placeholder,.photo-preview{min-height:190px}.photo-buttons .btn{flex:1}.add-section-button{min-height:86px}.preview-brand,.preview-title{align-items:flex-start;flex-direction:column}.preview-brand{gap:15px}.preview-brand img{width:146px}.preview-title{gap:12px}.preview-meta{grid-template-columns:1fr}.preview-meta__item{min-height:66px}.report-preview__cover,.preview-document-section{padding-left:18px;padding-right:18px}.preview-photo-grid{grid-template-columns:1fr}.preview-photo-card figure>img,.preview-photo-missing--card{min-height:210px;height:min(62vw,330px)}.modal-layer{align-items:end;padding:0}.modal-card,.modal-card--small,.modal-card--large{width:100%;max-height:min(88vh,820px);border-radius:22px 22px 0 0;border-bottom:0}.modal-card__body{padding:18px}.modal-card__footer .btn{flex:1}.terms-author{align-items:stretch;flex-direction:column}}@media(max-width:430px){.topbar__brand div{display:none}.topbar__brand img{width:106px}.workspace{padding-inline:12px}.editor-card{padding-inline:14px}.view-header__actions{display:grid;grid-template-columns:1fr}.photo-buttons{display:grid}.preview-note{align-items:flex-start}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
