/* Report page layout is isolated so the public report entry cannot affect the app. */
.report-main-shell{display:flex;min-height:100vh;flex-direction:column}
.report-content{flex:1;width:min(1240px,calc(100% - 68px));padding-bottom:46px}
.report-page-heading{align-items:center;margin-bottom:22px}
.report-heading-note{display:flex;align-items:center;gap:10px;min-width:205px;padding:10px 13px;border:1px solid #cfe5df;border-radius:6px;background:#f7fbfa}
.report-heading-note strong,.report-heading-note small{display:block}
.report-heading-note strong{font-size:12px}
.report-heading-note small{margin-top:3px;color:var(--muted);font-size:10px}
.report-heading-mark{display:grid;place-items:center;width:29px;height:29px;border-radius:5px;color:#fff;background:var(--teal);font-size:14px;font-weight:850}
.report-fact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin-bottom:18px}
.report-fact{display:flex;align-items:center;gap:11px;min-height:68px;padding:12px 14px;border:1px solid var(--line);border-radius:6px;background:#fff}
.report-fact-icon{display:grid;place-items:center;flex:0 0 31px;width:31px;height:31px;border-radius:5px;color:var(--teal);background:var(--mint);font-size:10px;font-weight:850}
.report-fact strong,.report-fact small{display:block}
.report-fact strong{font-size:12px}
.report-fact small{margin-top:3px;color:var(--muted);font-size:10px}
.report-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);align-items:start;gap:16px}
.report-form-card,.report-info-card{padding:22px;border:1px solid var(--line);border-radius:7px;background:#fff;box-shadow:var(--shadow)}
.report-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:21px}
.report-card-heading.compact{margin-bottom:17px}
.report-card-heading h2{margin:0 0 5px;font-size:19px;line-height:1.25}
.report-card-heading p:not(.eyebrow){margin:0;color:var(--muted);font-size:11px}
.report-card-index{display:grid;place-items:center;flex:0 0 27px;width:27px;height:27px;border-radius:5px;color:#8b9b9c;background:#f1f6f4;font-size:10px;font-weight:850}
.report-form{gap:0}
.report-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.report-form-wide{grid-column:1/-1}
.report-form textarea{min-height:135px}
.report-status-card{grid-column:1/-1}
.report-status-result{margin-top:14px;padding:14px;border:1px solid #d9ebe6;border-radius:5px;background:#f7fbfa}
.report-status-result-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}
.report-status-result dl{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:13px 0 0}
.report-status-result dl div{display:grid;gap:3px}
.report-status-result dt{color:var(--muted);font-size:10px}
.report-status-result dd{margin:0;color:var(--ink);font-size:12px;font-weight:700;overflow-wrap:anywhere}
.report-status-reply,.report-status-pending{margin:13px 0 0;padding-top:11px;border-top:1px solid #d9ebe6;color:#0d6b61;font-size:12px;line-height:1.6}
.report-status-pending{color:var(--muted)}
.report-list{display:grid;gap:10px}
.report-list-empty{padding:22px;border:1px dashed #cbd8e4;color:var(--muted);background:#fbfdfc;text-align:center;font-size:12px}
.report-list-error{color:#b85636}
.report-list-item{padding:14px;border:1px solid #dfece8;border-radius:5px;background:#fbfdfc}
.report-list-item-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}
.report-list-item-heading strong{font-size:13px}
.report-list-meta{display:flex;flex-wrap:wrap;gap:6px 16px;margin-top:6px;color:var(--muted);font-size:10px}
.report-list-item p{margin:9px 0 0;color:#52606c;font-size:11px;line-height:1.6;overflow-wrap:anywhere}
.report-list-item p strong{color:var(--ink)}
.report-list-reply{padding-top:9px;border-top:1px solid #d9ebe6;color:#0d6b61!important}
.report-list-pending{color:var(--muted)!important}
.report-submit-row{display:flex;align-items:center;gap:14px;margin-top:19px}
.report-submit-row small{color:#9aa8a8;font-size:10px}
.report-side-column{display:grid;gap:16px}
.report-contact-list{display:grid;gap:9px}
.report-contact-list a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid #e4eeeb;border-radius:5px;background:#f8fbfa}
.report-contact-list a:hover{border-color:#a9d1c9;background:#f0f8f5}
.report-contact-label{color:var(--muted);font-size:10px}
.report-contact-list strong{overflow-wrap:anywhere;color:var(--teal-dark);font-size:11px;text-align:right}
.report-process-list{display:grid;gap:0;margin:0;padding:0;list-style:none}
.report-process-list li{display:grid;gap:4px;padding:12px 0;border-top:1px solid #edf1f1}
.report-process-list li:first-child{padding-top:0;border-top:0}
.report-process-list strong{font-size:11px}
.report-process-list span{color:var(--muted);font-size:10px;line-height:1.6}
.report-footer{display:grid;grid-template-columns:1fr;gap:14px;margin-top:auto;padding:20px max(34px,calc((100% - 1240px)/2));border-top:1px solid var(--line);color:var(--muted);background:#fff;font-size:12px}
.report-footer>div:first-child{display:flex;align-items:center;flex-wrap:wrap;gap:8px 22px;line-height:1.5}
.report-footer>div:first-child strong{color:var(--ink);font-size:14px}
.report-footer>div:first-child span,.report-footer>div:first-child a{font-size:12px}
.report-topbar-link{padding:7px 0;color:var(--teal);font-size:12px;font-weight:800}
.report-topbar-link span{margin-left:5px;color:var(--orange)}
.report-app-shell .sidebar-bottom .side-link.active{color:var(--teal-dark);background:var(--mint);font-weight:750}
.report-app-shell .sidebar-bottom .side-link.active span{color:#fff;border-color:var(--teal);background:var(--teal)}
.report-footer>div:first-child a{color:var(--teal-dark);font-weight:700}.report-footer .footer-links{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;width:100%;min-width:0}.report-footer .footer-links a{display:flex;align-items:center;justify-content:center;min-height:46px;padding:0 10px;border:1px solid #cfe5df;border-radius:5px;color:var(--teal-dark);background:#f7fbfa;font-size:13px;font-weight:800;white-space:nowrap;transition:.16s ease}.report-footer .footer-links a:hover{border-color:var(--teal);color:#fff;background:var(--teal);transform:translateY(-1px)}
@media(max-width:760px){
  .report-content{width:calc(100% - 30px);padding-bottom:34px}
  .report-page-heading{margin-bottom:20px}
  .report-heading-note{margin-top:18px}
  .report-fact-grid{grid-template-columns:1fr;gap:8px}
  .report-fact{min-height:59px}
  .report-layout{grid-template-columns:1fr}
  .report-form-card,.report-info-card{padding:18px}
  .report-form-grid{grid-template-columns:1fr;gap:12px}
  .report-form-wide{grid-column:auto}
  .report-status-result dl{grid-template-columns:1fr 1fr}
  .report-submit-row{align-items:flex-start;flex-direction:column;gap:8px}
  .report-submit-row .button{width:100%}
  .report-footer{gap:13px;padding:18px}
  .report-footer>div:first-child{gap:8px 13px}
  .report-footer .footer-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px}
  .report-footer .footer-links a{min-height:44px;padding:0 9px;font-size:11px}
  .report-app-shell .sidebar-bottom .side-link.active{background:transparent}
}
