.report-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(390px,1.1fr);gap:15px;align-items:start}.report-layout>section{display:flex;flex-direction:column;gap:12px}.report-step{padding:18px}.report-step-head{display:flex;align-items:center;gap:10px;padding-bottom:13px;border-bottom:1px solid var(--line)}.report-step-head>span{width:30px;height:30px;border-radius:8px;background:var(--mint);color:var(--teal);display:grid;place-items:center;font-size:8px;font-weight:800}.report-step-head h3,.report-step-head p{margin:0}.report-step-head h3{font-size:12px}.report-step-head p{font-size:8px;color:var(--muted);margin-top:3px}.report-template-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:13px}.report-template{display:grid;grid-template-columns:30px 1fr;text-align:left;gap:2px 8px;border:1px solid var(--line);border-radius:11px;background:white;padding:11px;cursor:pointer}.report-template>span{grid-row:1/3;width:30px;height:30px;border-radius:8px;background:#f1f5f3;color:var(--teal);display:grid;place-items:center}.report-template strong{font-size:9px}.report-template small{font-size:7px;color:var(--muted);line-height:1.35}.report-template.selected{border:2px solid var(--teal);padding:10px;background:#f3f8f5}.report-fields{margin-top:13px}.report-check-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:13px}.report-check-grid label{display:flex;align-items:center;gap:7px;border-radius:8px;background:#f7f9f7;padding:8px;font-size:8px}.report-custom{margin-top:13px}.report-preview-wrap{position:sticky;top:84px}.report-preview-card{padding:14px;background:#edf1ef}.report-preview-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.report-preview-toolbar>div{display:flex;align-items:center;gap:8px}.report-preview-toolbar strong{font-size:9px}.report-paper{min-height:670px;background:white;padding:42px 46px;box-shadow:0 7px 22px rgba(23,60,54,.09);color:#253b36}.report-paper header{display:flex;align-items:center;gap:10px;border-bottom:2px solid var(--report-primary);padding-bottom:13px}.report-logo{width:34px;height:34px;border-radius:9px;background:var(--report-primary);color:white;display:grid;place-items:center;font:700 17px 'Fraunces',serif}.report-paper header strong,.report-paper header small{display:block}.report-paper header strong{font-size:10px}.report-paper header small{font-size:7px;color:#70807b}.report-title{padding:28px 0 16px}.report-title>span{font-size:6px;letter-spacing:.18em;color:var(--report-primary);font-weight:800}.report-title h2{font:600 24px 'Fraunces',serif;margin:5px 0}.report-title p{font-size:8px;color:#70807b}.report-paper section h3{font:600 11px 'Fraunces',serif;color:var(--report-primary);margin:18px 0 5px}.report-paper section p{font-size:8px;line-height:1.7;color:#4f625d}.report-diagnosis{display:flex;align-items:center;gap:9px;border-radius:8px;background:#f1f6f3;padding:9px}.report-diagnosis b{font:700 8px ui-monospace,monospace;color:var(--teal)}.report-diagnosis span{font-size:8px}.report-paper footer{display:flex;justify-content:space-between;border-top:1px solid #dfe5e2;padding-top:12px;margin-top:50px;font-size:7px;color:#788782}.report-export-actions{display:flex;justify-content:flex-end;gap:7px;margin-top:10px}
@media(max-width:1100px){.report-layout{grid-template-columns:1fr}.report-preview-wrap{position:static}.report-paper{min-height:600px}}
@media(max-width:760px){.report-template-grid,.report-check-grid{grid-template-columns:1fr}.report-paper{padding:28px 24px;min-height:560px}.report-preview-card{padding:8px}.report-export-actions{display:grid;grid-template-columns:1fr}.report-layout{display:block}.report-layout>section{margin-bottom:13px}}
