:root{--bg:#f5f6f8;--surface:#fff;--ink:#202a38;--muted:#626c79;--line:#e1e5eb;--nav:#253248;--primary:#385d9c;--primary-dark:#284573;--accent:#bfcfec;--success:#227052;--warning:#925b17;--danger:#b13946;--radius:12px;--space-factor:1;--base-font-size:16px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--ink);font:var(--base-font-size)/1.55 "Segoe UI",Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,summary{cursor:pointer}button{color:inherit}img{max-width:100%}h1,h2,h3,p{overflow-wrap:anywhere}h1,h2,h3{line-height:1.2}h1{font-size:clamp(1.8em,3vw,2.45em);letter-spacing:-.045em;font-weight:650;margin:0 0 10px}h2{font-size:1.2em;letter-spacing:-.025em;margin:0 0 8px}p{margin:0 0 12px}small{font-size:.82em}a:focus-visible,button:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--primary);outline-offset:4px}button:disabled{cursor:wait;opacity:.6}[hidden]{display:none!important}.skip-link{position:fixed;top:-80px;left:20px;z-index:200;background:white;padding:12px}.skip-link:focus{top:10px}
.workspace{display:grid;grid-template-columns:244px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;height:100dvh;padding:30px 18px 20px;background:var(--surface);border-right:1px solid var(--line);display:flex;flex-direction:column;gap:32px}.brand{display:flex;align-items:center;gap:12px;min-width:0}.brand>span:last-child{min-width:0}.brand strong{font-size:1em;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand small{color:var(--muted);font-size:.75em;display:block;margin-top:2px}.brand-mark{flex:0 0 40px;width:40px;height:40px;border-radius:12px;display:grid;place-content:center;position:relative;background:var(--nav);color:white;font-size:1.5em;font-weight:750;line-height:1}.brand-mark span{position:absolute;right:5px;top:5px;font-size:16px;color:var(--accent)}.new-document{font-size:.87em!important;padding:12px!important}.main-nav{display:grid;gap:7px}.main-nav a{display:flex;align-items:center;gap:12px;color:var(--muted);padding:12px 14px;border-radius:9px;font-size:.91em;font-weight:600}.main-nav a:hover{background:var(--bg);color:var(--ink)}.main-nav a[aria-current]{background:var(--nav);color:white}.nav-icon{width:22px;text-align:center;font-size:21px;line-height:1}.sidebar-bottom{margin-top:auto;display:flex;align-items:center;gap:10px;border-top:1px solid var(--line);padding-top:22px;font-size:.8em}.sidebar-bottom>div{min-width:0;flex:1}.sidebar-bottom strong,.sidebar-bottom small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-bottom small{color:var(--muted)}.account-avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--bg);font-weight:700}.logout-button{border:0;background:transparent;min-width:32px;min-height:44px;font-size:22px}.workspace-body{min-width:0}.workspace-top{min-height:72px;padding:12px 38px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:var(--surface);font-size:.82em;color:var(--muted)}.workspace-top strong{font-weight:600;color:var(--ink)}.workspace-top span span{margin:0 12px;color:#9aa2af}.workspace-date{font-variant-numeric:tabular-nums}.main-content{max-width:1510px;margin:0 auto;padding:calc(36px * var(--space-factor)) clamp(20px,3vw,44px) 60px;min-width:0}.main-content:focus{outline:0}.page-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px}.page-head p{color:var(--muted);margin:0;max-width:65ch}.eyebrow{display:block;color:var(--primary)!important;font-size:.75em;font-weight:750;letter-spacing:.12em;text-transform:uppercase;margin:0 0 8px!important}.head-actions,.title-line{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.title-line{margin-bottom:12px}
.button{min-height:44px;padding:10px 16px;border:1px solid var(--line);border-radius:var(--radius);display:inline-flex;align-items:center;justify-content:center;gap:9px;background:white;line-height:1.35;font-size:.88em;font-weight:650;text-align:center;transition:background .15s,border-color .15s}.button:hover{background:var(--bg);border-color:#aeb7c5}.button.primary{background:var(--primary);border-color:var(--primary);color:white}.button.primary:hover{background:var(--primary-dark)}.button.ghost{background:transparent}.button.small{font-size:.8em;padding:8px 12px}.button.wide{width:100%}.danger-button{color:var(--danger)}.muted{color:var(--muted)}.text-danger{color:var(--danger)}
.start-panel{display:flex;align-items:center;justify-content:space-between;gap:28px;background:var(--nav);color:white;border-radius:calc(var(--radius) + 4px);padding:30px;margin-bottom:26px}.start-panel .eyebrow{color:var(--accent)!important}.start-panel h2{font-size:1.5em}.start-panel p{color:#e2e6ed;margin:0;font-size:.9em}.start-actions{display:flex;gap:12px;flex-wrap:wrap}.start-actions .button:not(.primary){color:var(--ink)}.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:28px}.metrics.small{grid-template-columns:repeat(3,minmax(0,1fr))}.metric{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px;min-width:0}.metric span{font-size:.83em;color:var(--muted);display:block}.metric strong{display:block;font-size:clamp(1.45em,2.5vw,2em);font-weight:650;letter-spacing:-.04em;margin-top:12px;overflow-wrap:anywhere;font-variant-numeric:tabular-nums}.metric.danger strong{color:var(--danger)}.metric.success strong{color:var(--success)}.metric.warning strong{color:var(--warning)}.panel,.action-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:24px}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.panel-head h2{margin:0}.panel-head p{color:var(--muted);font-size:.84em;margin:5px 0 0}.panel-head>a{color:var(--primary);font-size:.85em;font-weight:650;white-space:nowrap}.split-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:24px;align-items:start}.client-layout{grid-template-columns:minmax(0,1.5fr) minmax(280px,1fr)}.follow-list{display:grid;gap:10px}.follow-list a{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:14px;background:var(--bg);border-radius:8px;font-size:.88em}.follow-list strong{font-size:.88em;color:var(--warning)}.quiet-empty,.empty-state{padding:36px 18px;text-align:center;color:var(--muted)}.empty-state{max-width:650px;margin:40px auto}.empty-state h1{color:var(--ink)}
.responsive-table{width:100%;overflow-x:auto}.table-panel{padding:0;overflow:hidden}table{border-collapse:collapse;width:100%;font-size:.88em}th{text-align:left;font-size:.83em;font-weight:600;color:var(--muted);background:#f8f9fb;white-space:nowrap}td,th{padding:15px 16px;border-bottom:1px solid var(--line);vertical-align:middle}td strong,td small{display:block}td small{color:var(--muted);margin-top:3px}tbody tr:last-child td{border:0}tbody tr:hover{background:#fafbfc}.row-action{display:inline-flex;min-height:36px;align-items:center;color:var(--primary);font-weight:650;white-space:nowrap}.status{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:6px;background:#edf0f4;color:#526071;font-size:.83em;white-space:nowrap;font-weight:600}.status:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor}.status.success{background:#eaf5ef;color:#216848}.status.warning{background:#fff3df;color:#855412}.status.danger{background:#fdecef;color:#a22d40}.status.info{background:#eaf0fb;color:#375d9a}.type-pill{font-size:.8em;font-weight:650;color:var(--muted)}.filter-bar{padding:18px;display:flex;gap:12px;align-items:end;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);margin-bottom:20px}.search-field{flex:1}.tabs,.document-create-nav{display:flex;gap:6px;margin:0 0 20px;border-bottom:1px solid var(--line);overflow-x:auto}.tabs a,.document-create-nav a{white-space:nowrap;padding:12px 18px;color:var(--muted);font-weight:600;font-size:.87em;border-bottom:3px solid transparent}.tabs a.active,.document-create-nav a.active{color:var(--primary);border-color:var(--primary)}.pagination{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:18px;color:var(--muted);font-size:.85em}.pagination>div{display:flex;gap:8px}
label{display:grid;gap:7px;font-weight:600;font-size:.88em;min-width:0}label>span,label small{color:var(--muted)}input,textarea,select{width:100%;min-width:0;min-height:45px;padding:10px 12px;border:1px solid #cdd4df;border-radius:8px;background:white;color:var(--ink);line-height:1.4;font-size:1em}input:focus,select:focus,textarea:focus{outline:2px solid var(--primary);outline-offset:1px;border-color:var(--primary)}textarea{resize:vertical}input[type=checkbox]{width:18px;height:18px;min-height:18px;accent-color:var(--primary)}input[type=color]{height:48px;padding:5px}input[type=file]{padding:9px;font-size:.85em}fieldset{min-width:0;border:1px solid var(--line);border-radius:var(--radius);padding:22px;display:grid;gap:18px}legend{font-weight:650;padding:0 8px}form{margin:0}.form-stack{display:grid;gap:22px}.form-grid{display:grid;gap:18px}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.form-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.span-2{grid-column:span 2}.form-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.check-field{grid-template-columns:18px minmax(0,1fr);align-items:start;gap:10px;font-weight:400}.check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.advanced-fields{border:1px solid var(--line);border-radius:var(--radius);padding:16px 20px;background:#fafbfc}.advanced-fields summary{font-weight:600;font-size:.9em}.advanced-fields[open]>summary{margin-bottom:20px}.advanced-fields>.form-grid{margin-top:16px}.form-error,.notice{padding:14px 18px;border:1px solid var(--line);border-radius:8px;margin-bottom:16px;font-size:.9em}.form-error,.notice.danger{color:#9b2940;background:#fff0f3;border-color:#ecc6d0}.notice.success{color:#226548;background:#edf8f1;border-color:#c3e0cf}.form-error:focus{outline:2px solid var(--danger)}
.document-type-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;max-width:1040px}.document-type-card{display:flex;align-items:flex-start;gap:20px;flex-wrap:wrap;background:white;border:1px solid var(--line);border-radius:var(--radius);padding:28px;transition:border-color .15s,box-shadow .15s}.document-type-card:hover{border-color:var(--primary);box-shadow:0 6px 20px #2532480c}.document-type-card>span{display:grid;place-items:center;flex:0 0 44px;height:50px;border:1px solid var(--line);border-radius:7px;background:var(--bg);font-size:.8em;font-weight:700;color:var(--primary)}.document-type-card>div{flex:1;min-width:120px}.document-type-card strong{display:block;font-size:1.35em;margin-bottom:8px}.document-type-card small{display:block;color:var(--muted);font-size:.92em}.document-type-card b{flex-basis:100%;text-align:right;font-size:.85em;color:var(--primary)}.document-workbench{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);gap:24px;align-items:start}.document-form{padding:0;gap:0;min-width:0}.form-section{padding:26px;border-bottom:1px solid var(--line)}.section-title{display:flex;gap:12px;align-items:center;margin-bottom:22px}.section-title>span{display:grid;place-items:center;flex:0 0 30px;height:30px;background:var(--nav);color:white;border-radius:50%;font-size:.85em}.section-title strong,.section-title small{display:block}.section-title small{margin-top:3px;color:var(--muted)}.client-picker{display:grid;gap:12px;grid-template-columns:minmax(0,1fr) auto;align-items:end}.client-search{margin-bottom:12px}.client-alert{display:none;background:#fff5e5;border-left:3px solid #c28a35;padding:14px;margin-top:16px;font-size:.88em}.client-alert.visible{display:grid;gap:5px}.client-alert span{white-space:pre-line}.client-alert strong{color:#7b541c}.line-tools{display:flex;align-items:center;gap:14px;margin-bottom:16px}.line-tools span{font-size:.8em;color:var(--muted)}.line-head{display:none}.line-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) 42px;align-items:end;gap:12px;padding:18px 0;border-top:1px solid var(--line)}.line-description{grid-column:1/-1}.line-row:first-child{border-top:0;padding-top:0}.remove-line{width:42px;height:45px;background:#fff0f2;color:var(--danger);border:1px solid #efd5db;border-radius:8px;font-size:22px}.line-editor>[data-add-line]{margin-top:12px}.editor-summary{padding:24px 26px;display:grid;gap:10px;background:#f8fafc}.editor-summary>div{display:flex;justify-content:space-between;gap:15px;font-size:.87em}.editor-summary>div:last-child{font-size:1.15em;border-top:1px solid var(--line);padding-top:14px;margin-top:5px}.editor-summary strong{font-variant-numeric:tabular-nums}.sticky-actions{position:sticky;bottom:0;z-index:8;padding:18px 24px;background:white;border-top:1px solid var(--line);border-radius:0 0 var(--radius) var(--radius);flex-wrap:wrap;justify-content:space-between;box-shadow:0 -5px 20px #202a3805}.sticky-actions>span{font-size:.76em;color:var(--muted)}.draft-status{font-size:.76em;color:var(--muted);display:inline-flex;align-items:center;gap:6px}.draft-status:before{content:"";width:6px;height:6px;background:currentColor;border-radius:50%}.draft-status[data-state=server]{color:var(--success)}.draft-status[data-state=error]{color:var(--danger)}
.live-document-preview{position:sticky;top:24px;min-width:0;background:#e8ecf2;border-radius:var(--radius);overflow:hidden;border:1px solid #d6dce6}.preview-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 18px;font-size:.85em}.preview-toolbar>span{display:none}.preview-toolbar .button{padding:7px 10px;font-size:.85em;min-height:38px}.preview-sheet{margin:0 16px 16px;padding:24px;min-height:500px;display:flex;flex-direction:column;background:white;box-shadow:0 2px 5px #202a380d;font-size:12px;overflow-wrap:anywhere}.preview-document-head{display:flex;gap:12px;justify-content:space-between;border-bottom:2px solid var(--primary);padding-bottom:20px}.preview-issuer{min-width:0;display:flex;align-items:flex-start;gap:8px}.preview-issuer img{width:44px;height:40px;object-fit:contain}.preview-issuer strong,.preview-issuer small,.preview-document-id b,.preview-document-id strong{display:block}.preview-issuer small{font-size:12px;color:var(--muted)}.preview-document-id{text-align:right;min-width:85px;font-size:12px}.preview-document-id b{color:var(--primary);margin-bottom:8px}.barcode-sample{display:none}.preview-parties{display:flex;justify-content:space-between;gap:20px;margin:24px 0}.preview-parties strong,.preview-parties small,.preview-parties span{display:block}.preview-parties small{color:var(--muted);font-size:12px}.preview-reference{background:var(--bg);padding:10px;display:grid;gap:4px;margin-bottom:16px}.preview-sheet table{font-size:12px;table-layout:fixed}.preview-sheet th,.preview-sheet td{padding:10px 5px;white-space:normal}.preview-sheet th:first-child{width:50%}.preview-sheet th:last-child,.preview-sheet td:last-child{text-align:right}.preview-total{display:flex;justify-content:space-between;gap:12px;background:var(--nav);color:white;padding:14px;margin:18px 0;font-size:14px}.preview-sheet>p{white-space:pre-line}.preview-footer{border-top:1px solid var(--line);padding-top:16px;margin-top:auto;display:grid;gap:6px;font-size:12px;color:var(--muted)}.preview-footer small{font-size:12px}.preview-expanded{position:fixed!important;inset:20px;z-index:110;overflow:auto;max-width:940px;margin:auto}.preview-expanded .preview-sheet{max-width:780px;margin:0 auto 24px;padding:40px;font-size:16px;min-height:800px}.preview-expanded .preview-sheet table,.preview-expanded .preview-issuer small,.preview-expanded .preview-footer,.preview-expanded .preview-footer small{font-size:14px}.preview-expanded .preview-toolbar{position:sticky;top:0;background:#e8ecf2;z-index:1}.preview-open{overflow:hidden}.document-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:24px}.document-preview{padding:30px}.document-meta{display:flex;justify-content:space-between;gap:24px;padding-bottom:24px}.document-meta>div{display:grid;gap:4px}.document-meta small{color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.document-summary,.document-bottom{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:24px;margin-top:24px}.document-notes{font-size:.9em;color:var(--muted);white-space:pre-line}.totals-box{padding:18px;background:var(--bg);border-radius:var(--radius)}.totals-box>div{display:flex;justify-content:space-between;gap:16px;padding:7px 0;font-size:.88em}.totals-box .grand-total{border-top:1px solid var(--line);margin-top:8px;padding-top:14px;font-size:1.07em}.side-stack{display:grid;gap:20px}.compact-panel{padding:22px}.compact-panel h2{margin-bottom:18px}.inline-reminder{margin-top:14px}.payment-list{display:grid;gap:10px;margin-top:20px}.payment-list>div{display:flex;justify-content:space-between;gap:10px;border-top:1px solid var(--line);padding-top:10px;font-size:.8em}.transform-form{display:flex;gap:8px;flex-wrap:wrap}.transform-form select{width:auto;flex:1}
.pdf-viewer-panel{margin-bottom:24px}.pdf-viewer-panel iframe{display:block;width:100%;height:min(78vh,900px);min-height:620px;border:1px solid var(--line);border-radius:8px;background:#eef1f5}.logo-dimensions{color:var(--ink)!important;font-weight:650}.report-filters{flex-wrap:wrap}.report-filters label{min-width:135px;flex:1 1 135px}.report-filters .search-field{flex:2 1 240px}.report-period{display:flex;align-items:baseline;gap:10px;margin:0 0 16px}.report-period span{color:var(--muted);font-size:.85em}.report-metrics .metric small{display:flex;justify-content:space-between;gap:8px;margin-top:10px;color:var(--muted)}.report-metrics .metric small b{color:var(--primary)}.report-chart{margin-bottom:24px}.chart-legend{display:flex;align-items:center;gap:7px;font-size:.8em;color:var(--muted)}.chart-legend span{width:18px;height:7px;border-radius:8px}.chart-legend .current,.bar-track .current{background:var(--primary)}.chart-legend .previous,.bar-track .previous{background:var(--accent)}.monthly-bars{display:grid;gap:10px}.month-row{display:grid;grid-template-columns:45px minmax(80px,1fr) minmax(80px,1fr) 110px;align-items:center;gap:12px;padding:5px 8px;border-radius:7px;font-size:.8em}.month-row.selected,.report-table tr.selected{background:#eef3fb}.bar-track{height:10px;background:var(--bg);border-radius:10px;overflow:hidden}.bar-track span{display:block;height:100%;border-radius:10px}.month-row b{text-align:right;font-variant-numeric:tabular-nums}.report-table{margin-top:24px}
.report-line-chart{width:100%;overflow-x:auto}.report-line-chart svg{display:block;width:100%;min-width:700px;height:auto}.chart-grid{stroke:var(--line);stroke-width:1}.chart-zero{stroke:#aab3bf;stroke-width:1.4}.chart-axis-value{fill:var(--muted);font-size:12px;text-anchor:end}.chart-month{fill:var(--muted);font-size:12px;text-anchor:middle}.chart-area{fill:url(#report-area);color:var(--primary)}#report-area stop{stop-color:var(--primary)}.chart-line{fill:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.chart-line.current{stroke:var(--primary)}.chart-line.previous{stroke:var(--accent);stroke-width:3}.chart-point{cursor:help;stroke:white;stroke-width:3;transition:r .15s}.chart-point.current{fill:var(--primary)}.chart-point.previous{fill:var(--accent)}.chart-point:hover{r:9}.chart-selection{fill:var(--primary);opacity:.06}.chart-help{margin:8px 0 0!important;color:var(--muted);font-size:.78em}.report-table{margin-top:24px}
.timeline{max-height:500px;overflow:auto;display:grid;gap:20px}.timeline-item{display:grid;grid-template-columns:10px minmax(0,1fr);gap:14px}.timeline-item>span{width:8px;height:8px;margin-top:8px;border-radius:50%;background:var(--primary)}.timeline-item strong,.timeline-item small{display:block}.timeline-item small{color:var(--muted)}.quick-note{display:grid;gap:12px;margin-bottom:25px}.card-grid{display:grid;gap:20px;margin-bottom:24px}.card-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.card-icon{display:grid;place-items:center;width:40px;height:40px;margin-bottom:18px;border-radius:8px;background:var(--bg);font-size:.8em;color:var(--primary)}.action-card{display:flex;flex-direction:column;align-items:flex-start}.action-card p{font-size:.88em;color:var(--muted);flex:1}.import-panel{display:flex;gap:25px;align-items:center;justify-content:space-between}.upload-form{display:flex;gap:12px;align-items:center}code{font-size:.85em;background:var(--bg);overflow-wrap:anywhere}.settings-index{position:sticky;top:0;z-index:10;display:flex;gap:5px;overflow-x:auto;margin:0 0 24px;padding:8px;background:var(--bg);border-bottom:1px solid var(--line)}.settings-index a{white-space:nowrap;padding:10px 14px;font-size:.85em;font-weight:600;color:var(--muted);border-radius:8px}.settings-index a:hover,.settings-index a.active{background:white;color:var(--primary)}.settings-block{margin-top:26px}.fieldset-help{color:var(--muted);font-size:.85em}.design-settings{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.document-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.identity-settings{display:grid;grid-template-columns:180px minmax(0,1fr);gap:28px}.logo-setting{display:grid;gap:16px;align-content:start}.logo-setting>img,.logo-setting>span{height:110px;width:100%;object-fit:contain;display:grid;place-items:center;border:1px dashed var(--line);border-radius:8px;color:var(--muted)}
.modal{display:none;position:fixed;inset:0;z-index:100;place-items:center;padding:20px}.modal.open{display:grid}.modal-backdrop{position:absolute;inset:0;background:#17233499;backdrop-filter:blur(3px)}.modal-card{position:relative;width:min(560px,100%);max-height:calc(100dvh - 40px);overflow-y:auto;padding:28px;border-radius:16px;background:white;box-shadow:0 24px 90px #17233440}.modal-head{display:flex;justify-content:space-between;gap:20px;margin-bottom:24px}.modal-head p{font-size:.88em;color:var(--muted)}.modal-head>button{flex:0 0 44px;height:44px;border:1px solid var(--line);background:white;border-radius:9px;font-size:24px}.modal-error{font-size:.88em;color:var(--danger)}.modal-error:empty{display:none}.template-module{width:min(950px,100%)}.template-module-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.85fr);gap:26px}.template-module-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:16px}.template-module-list{max-height:450px;overflow-y:auto}.template-module-list article{padding:18px 0;border-top:1px solid var(--line);display:grid;gap:12px}.template-module-list strong,.template-module-list small{display:block}.template-module-list small{color:var(--muted)}.template-module-list article>div{display:flex;gap:8px;flex-wrap:wrap}.template-module-form{padding:20px;background:var(--bg);border-radius:10px;align-content:start}.template-form-title{font-weight:650}.session-warning{display:none;position:fixed;right:20px;bottom:20px;max-width:560px;z-index:120;padding:20px;background:var(--nav);color:white;border-radius:12px;box-shadow:0 8px 40px #202a3829;gap:12px;flex-wrap:wrap}.session-warning.visible{display:flex}.session-warning>div{flex-basis:100%}.session-warning strong,.session-warning span{display:block}.session-warning span{font-size:.85em}.session-warning .button{color:var(--ink)}.demo-banner{padding:10px 30px;background:#fff3d6;color:#71531e;display:flex;justify-content:center;gap:12px;font-size:.83em}
.login-page{background:#f3f5f8}.login-shell{max-width:1100px;margin:0 auto;min-height:100dvh;display:grid;grid-template-columns:1fr 440px;gap:90px;align-items:center;padding:50px 30px}.login-copy .brand-mark{margin-bottom:40px}.login-copy h1{font-size:clamp(2.5em,4vw,3.5em);margin:18px 0 24px}.login-copy>p:last-child{max-width:390px;color:var(--muted)}.login-card,.install-card{background:white;border:1px solid var(--line);border-radius:20px;padding:36px;box-shadow:0 12px 50px #23334d08}.login-card h2{font-size:1.6em}.login-card>.muted{margin:12px 0 28px}.demo-entry{margin-top:24px;padding-top:22px;border-top:1px solid var(--line);text-align:center}.demo-link{background:none;border:0;color:var(--primary);text-decoration:underline;text-underline-offset:4px;min-height:44px}.install-card{width:min(800px,calc(100% - 32px));margin:35px auto}.install-card .brand-mark{margin-bottom:25px}.mobile-logout{display:none}
@media(max-width:1250px){.workspace{grid-template-columns:210px minmax(0,1fr)}.sidebar{padding:24px 12px}.main-content{padding:28px 24px 50px}.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.start-panel{align-items:flex-start;flex-direction:column}.document-workbench,.document-layout{grid-template-columns:1fr}.live-document-preview{position:static}.preview-sheet{max-width:740px;margin:0 auto 20px}.preview-toolbar{max-width:780px;margin:auto}.side-stack{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid.three{grid-template-columns:1fr}.split-layout{grid-template-columns:1fr}.identity-settings{grid-template-columns:140px minmax(0,1fr)}.document-settings-grid{grid-template-columns:1fr}.import-panel{flex-direction:column;align-items:stretch}}
@media(max-width:760px){html{scroll-padding-top:75px}.workspace{display:block}.sidebar{position:static;height:auto;padding:16px;gap:16px;border-right:0;border-bottom:1px solid var(--line)}.sidebar .brand{max-width:100%}.sidebar .new-document,.sidebar-bottom{display:none}.main-nav{display:flex;gap:5px;overflow-x:auto}.main-nav a{flex:0 0 auto;font-size:.82em;padding:10px 12px;gap:7px;min-height:44px}.nav-icon{font-size:18px;width:18px}.workspace-top{min-height:48px;padding:0 18px}.workspace-date{display:none}.main-content{padding:24px 16px 40px}.page-head{align-items:flex-start;flex-direction:column;gap:18px;margin-bottom:24px}.page-head h1{font-size:1.9em}.head-actions{width:100%}.start-panel{padding:24px}.start-actions{width:100%;flex-direction:column}.metrics{gap:12px}.metric{padding:18px}.metric strong{font-size:1.5em}.panel,.action-card{padding:20px}.table-panel{padding:0}.document-type-grid{grid-template-columns:1fr;gap:14px}.document-type-card{padding:22px}.filter-bar{flex-wrap:wrap}.filter-bar .search-field{flex-basis:100%}.filter-bar label:not(.search-field){flex:1}.form-grid.two,.form-grid.three,.form-grid.four,.document-summary,.document-bottom,.identity-settings{grid-template-columns:1fr}.span-2{grid-column:auto}.form-section{padding:22px 18px}.document-form{padding:0}.client-picker{grid-template-columns:1fr}.line-tools{flex-direction:column;align-items:stretch;gap:8px}.line-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 42px}.line-row>label:nth-child(2){grid-column:1}.line-row>label:nth-child(4){grid-column:1/3}.document-meta{flex-direction:column}.side-stack{grid-template-columns:1fr}.editor-summary{padding:20px}.sticky-actions{padding:16px}.sticky-actions .button{width:100%}.preview-sheet{margin:0 10px 10px;padding:18px}.preview-expanded{inset:8px}.preview-expanded .preview-sheet{margin:0 8px 12px;padding:20px;min-height:0}.preview-document-head{flex-wrap:wrap}.preview-document-id{text-align:left}.preview-toolbar{flex-wrap:wrap}.design-settings{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-index{top:0;margin:0 -5px 20px}.settings-index a{padding:10px}.settings-block .panel-head{flex-direction:column;align-items:stretch}.upload-form{flex-direction:column;align-items:stretch}.modal{padding:12px}.modal-card{padding:22px;max-height:calc(100dvh - 24px)}.template-module-grid{grid-template-columns:1fr}.template-module-list{max-height:300px}.session-warning{left:12px;right:12px;bottom:12px}.demo-banner{flex-direction:column;gap:2px;padding:10px 18px}.login-shell{display:block;padding:30px 18px}.login-copy h1{font-size:2.3em}.login-copy .brand-mark{margin-bottom:20px}.login-copy{margin-bottom:32px}.login-card,.install-card{padding:26px}.pagination{flex-wrap:wrap}.check-grid{grid-template-columns:1fr}.mobile-logout{display:inline-flex}}
@media(max-width:380px){.metrics,.metrics.small{grid-template-columns:1fr}.form-actions{flex-wrap:wrap}.start-panel{padding:20px}.main-nav a{padding:10px}.metric strong{font-size:1.7em}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.menu-toggle{display:none}
@media(max-width:760px){.sidebar{position:relative;padding-right:110px}.sidebar .brand small{font-size:12px}.menu-toggle{display:inline-flex;position:absolute;right:16px;top:16px}.main-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-right:-94px}.main-nav a{white-space:normal}.main-nav[data-collapsed=true]{display:none}}
.sticky-total{display:grid;line-height:1.4}.sticky-total small{color:var(--muted);font-size:12px}.sticky-total strong{font-size:1.15em;font-variant-numeric:tabular-nums}
.panel,.split-layout>*,.document-layout>*,.side-stack>*{min-width:0}.record-table td:nth-child(4),.record-table td:first-child strong{white-space:nowrap}
.advanced-fields fieldset{border:0;padding:0}.advanced-fields fieldset>legend{display:none}.document-form>.advanced-fields{margin:18px;border-radius:8px}.document-form>.advanced-fields>.form-section{padding:0;border:0}.document-form>.advanced-fields .section-title{display:none}.advanced-fields .form-grid{margin-top:12px}.preview-toolbar:after{content:"Résumé de la saisie · PDF disponible après enregistrement";flex-basis:100%;font-size:12px;color:var(--muted)}.preview-toolbar{flex-wrap:wrap}
@media(max-width:760px){.record-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.record-table,.record-table tbody,.record-table tr{display:block;width:100%}.record-table tr{padding:16px;border-bottom:1px solid var(--line)}.record-table td{display:flex;justify-content:space-between;gap:14px;border:0;padding:6px 0;overflow-wrap:anywhere}.record-table td:before{content:attr(data-label);font-size:.88em;color:var(--muted);flex:0 0 85px}.record-table td:first-child{display:block;font-size:1.05em;margin-bottom:6px}.record-table td:first-child:before{display:none}.record-table td:last-child{justify-content:flex-end}.record-table td:last-child:before{display:none}.record-table td[colspan]{display:block}.record-table td[colspan]:before{display:none}.metrics.small{grid-template-columns:1fr}.panel-head{flex-wrap:wrap}}
@media(max-width:760px){.pdf-viewer-panel{padding:14px}.pdf-viewer-panel iframe{min-height:500px;height:70vh}.report-filters label{min-width:calc(50% - 8px)}.report-period{align-items:flex-start;flex-direction:column;gap:2px}.month-row{grid-template-columns:38px minmax(55px,1fr) minmax(55px,1fr);gap:7px}.month-row b{display:none}.chart-legend{flex-wrap:wrap}}
