#view-reports .card{width:100%;max-width:100%;}
.reports-page{width:min(100%,var(--content-max));margin:0 auto;}
.reports-card{padding:24px 26px;border-radius:24px;}
.reports-card--editor{max-width:1120px;margin:0 auto;padding-bottom:30px;}
.reports-create-bar{display:flex;align-items:center;gap:12px;flex-wrap:nowrap;}
.reports-create-bar .select{min-width:240px;}
.reports-filters-wrap{margin-top:18px;padding-top:18px;border-top:1px solid rgba(148,163,184,.28);}
.reports-filters{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:16px;}
.reports-filter-search{grid-column:span 2;}
.reports-filter-spacer{display:none;}
.reports-list-head{padding-top:4px;}
.report-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px;}
.report-tile{border:1px solid var(--line);border-radius:20px;padding:18px;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);box-shadow:0 10px 24px rgba(15,23,42,.05);}
.report-tile.is-locked{border-color:rgba(16,185,129,.28);background:linear-gradient(180deg,#f7fffb 0%,#f8fafc 100%);}
.report-tile__title{font-size:20px;font-weight:800;line-height:1.1;}
.report-tile__meta{margin-top:12px;line-height:1.55;display:grid;gap:4px;}
.report-status-pill{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700;background:#e2e8f0;color:#334155;}
.report-status-pill.status-draft{background:#e2e8f0;color:#334155;}
.report-status-pill.status-completed{background:#dbeafe;color:#1d4ed8;}
.report-status-pill.status-submitted{background:#fef3c7;color:#b45309;}
.report-status-pill.status-signed{background:#dcfce7;color:#166534;}
.report-meta-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;}
.report-meta-card{padding:14px 16px;border:1px solid var(--line);border-radius:18px;background:#fff;}
.report-meta-card__label{font-size:12px;font-weight:700;color:#475569;margin-bottom:8px;text-transform:uppercase;letter-spacing:.04em;}
.reports-editor-actions{display:flex;flex-direction:column;align-items:flex-end;gap:12px;}
.reports-editor-actions__primary,.reports-editor-actions__submit{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;}
.reports-editor-actions__submit{padding:12px 0 0;margin-top:2px;border-top:1px solid rgba(148,163,184,.28);}
.report-sheet{border:1px solid rgba(11,91,211,.18);border-radius:26px;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);padding:22px;max-width:100%;}
.report-sheet--readonly{background:linear-gradient(180deg,#fbfdff 0%,#f8fafc 100%);border-color:rgba(148,163,184,.26);}
.report-sheet--readonly .input,.report-sheet--readonly .select,.report-sheet--readonly textarea{background:#f8fafc;color:#475569;}
.report-sheet__header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding-bottom:16px;border-bottom:2px solid rgba(11,91,211,.16);}
.report-sheet__eyebrow{font-size:12px;font-weight:700;color:#0b5bd3;text-transform:uppercase;letter-spacing:.06em;}
.report-sheet__title{font-size:28px;font-weight:800;line-height:1.05;}
.report-sheet__number{font-size:18px;font-weight:700;color:#1e293b;}
.reports-grid{display:grid;gap:12px;}
.reports-grid--three{grid-template-columns:repeat(3,minmax(0,1fr));}
.report-section{padding:18px;border:1px solid var(--line);border-radius:20px;background:#fff;margin-top:16px;}
.report-notice{margin-top:16px;padding:12px 14px;border-radius:16px;font-weight:600;}
.report-notice--warning{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;}
.reports-area{min-height:180px;resize:vertical;}
.reports-area--small{min-height:120px;}
.reports-table-wrap{overflow:auto;margin-top:12px;}
.reports-table{width:100%;border-collapse:collapse;min-width:760px;}
.reports-table th,.reports-table td{border:1px solid var(--line);padding:10px;vertical-align:top;background:#fff;}
.reports-table th{font-size:12px;text-align:left;background:#f8fafc;}
.reports-table__actions{width:124px;}
.reports-table td::before{display:none;content:attr(data-label);font-size:11px;font-weight:700;color:#475569;margin-bottom:6px;}
.reports-signatures-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.report-signature-card{padding:16px;border:1px solid var(--line);border-radius:18px;background:#f8fbff;}
.report-signature-preview-box{min-height:120px;border:1px dashed #94a3b8;border-radius:16px;padding:14px;background:#fff;display:flex;align-items:center;justify-content:center;}
.report-signature-preview{max-width:100%;max-height:88px;object-fit:contain;display:block;}
.reports-history{display:flex;flex-wrap:wrap;gap:14px 24px;}
.report-signature-modal{position:fixed;inset:0;z-index:90;display:grid;place-items:center;padding:18px;}
.report-signature-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.54);}
.report-signature-modal__dialog{position:relative;z-index:1;width:min(920px,100%);padding:20px;border-radius:22px;background:#fff;box-shadow:0 20px 50px rgba(15,23,42,.24);}
#reportSignaturePad{display:block;touch-action:none;background:#fff;border:1px dashed #94a3b8;border-radius:18px;max-width:100%;}
@media (max-width:1200px){.reports-filters{grid-template-columns:repeat(2,minmax(0,1fr));}.reports-filter-search{grid-column:auto;}.report-list{grid-template-columns:1fr;}}
@media (max-width:1024px){.report-meta-grid,.reports-grid--three,.reports-signatures-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.reports-editor-actions{width:100%;align-items:stretch;}.reports-editor-actions__primary,.reports-editor-actions__submit{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;}.reports-editor-actions__primary .btn,.reports-editor-actions__submit .btn{width:100%;justify-content:center;}.reports-editor-actions__submit{padding-top:12px;}}
@media (max-width:900px){.reports-card{padding:20px 18px;}.report-sheet{padding:18px;}.report-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.reports-grid--three,.reports-signatures-grid{grid-template-columns:1fr;}.reports-table{min-width:0;border-collapse:separate;border-spacing:0 18px;}.reports-table thead{display:none;}.reports-table tbody{display:grid;gap:18px;}.reports-table tr,.reports-table td{display:block;width:100%;}.reports-table tr{margin:0;border:1px solid rgba(148,163,184,.38);border-radius:20px;overflow:hidden;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 12px 30px rgba(15,23,42,.06);}.reports-table td{border:0;border-bottom:1px solid rgba(226,232,240,.9);padding:12px 14px;}.reports-table td:last-child{border-bottom:0;padding-top:14px;padding-bottom:14px;background:#fbfdff;}.reports-table td::before{display:block;}.reports-table td .input,.reports-table td .select,.reports-table td .btn{width:100%;}.reports-table__actions{width:auto;}.reports-table-wrap{overflow:visible;}}
@media (max-width:640px){.reports-create-bar,.reports-editor-actions__primary,.reports-editor-actions__submit{grid-template-columns:1fr;display:grid;}.report-meta-grid{grid-template-columns:1fr;}}
@media (min-width:1201px){.reports-card--editor .row.row-between.row-wrap.row-gap{align-items:flex-start;}.reports-card--editor .row.row-gap.row-wrap{max-width:100%;}}
