.report-page{display:grid;place-items:center;min-height:550px;padding:48px 18px}.report-card{width:min(560px,100%);padding:36px;background:var(--white);border:1px solid var(--line);border-top:4px solid var(--blue);box-shadow:0 12px 32px rgba(31,52,68,.08)}.report-card h1{margin:0;color:var(--navy);font:600 36px/1.08 var(--serif);letter-spacing:-.8px}.report-intro{max-width:460px;margin:11px 0 25px;color:var(--muted);font-size:13px;line-height:1.6}.report-form{display:grid;gap:18px}.report-field{display:grid;gap:7px}.report-field label{color:var(--navy);font-size:12px;font-weight:700}.report-field label span,.report-field small{color:var(--muted);font-size:10px;font-weight:400}.report-field textarea{width:100%;min-height:120px;padding:11px 12px;border:1px solid #b8c7d1;border-radius:2px;background:#fbfcfd;color:var(--ink);line-height:1.5;resize:vertical}.report-field textarea:focus{border-color:var(--blue);outline:3px solid rgba(60,102,154,.14);background:#fff}.report-actions{display:flex;justify-content:flex-end;align-items:center;gap:18px;padding-top:3px}.report-actions .text-action{font-size:12px}.report-actions .primary-button{gap:7px}.form-errors:empty{display:none}.form-errors{padding:10px 12px;border-left:3px solid #c94b40;background:#fff0ed;color:#9a3328;font-size:12px}.form-errors ul{margin:0;padding-left:17px}@media(max-width:560px){.report-page{min-height:0;padding:28px 18px}.report-card{padding:25px 20px}.report-card h1{font-size:30px}.report-actions{justify-content:space-between;gap:12px}}
