/* Roofr-style report pages */
.ev-report { display: grid; gap: 1.5rem; margin-top: 1.5rem; }
.ev-page {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}
.ev-page__bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 1.1rem;
    background: #2563eb;
    color: #fff;
}
.ev-page__bar h2 { font-size: 0.88rem; font-weight: 800; margin: 0; letter-spacing: 0.01em; }
.ev-page__bar--plan { background: #f8fafc; color: #0f172a; border-bottom: 1px solid #e2e8f0; }
.ev-page__bar--plan h2 { font-size: 0.92rem; font-weight: 700; }
.ev-report--plan { margin-top: 0; }
.ev-page__bar .ev-page__addr { font-size: 0.72rem; opacity: 0.9; max-width: 55%; text-align: right; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ev-page__body { padding: 0.75rem; }
.ev-page__body svg { width: 100%; height: auto; display: block; }

.ev-satellite-composite { position: relative; line-height: 0; border-radius: 6px; overflow: hidden; }
.ev-satellite-composite img { width: 100%; height: auto; display: block; }
.ev-satellite-overlay { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }

.ev-material { padding: 0.5rem 0.25rem; }
.ev-material__hero { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; margin-bottom: 1.25rem; }
.ev-stat { background: #f0f7ff; border: 1px solid #bfdbfe; border-radius: 8px; padding: 0.85rem 1rem; text-align: center; }
.ev-stat__label { font-size: 0.72rem; font-weight: 700; color: #64748b; text-transform: uppercase; letter-spacing: 0.04em; }
.ev-stat__value { font-size: 1.35rem; font-weight: 800; color: #1e40af; margin-top: 0.2rem; }
.ev-stat__sub { font-size: 0.75rem; color: #64748b; margin-top: 0.15rem; }

.ev-table { width: 100%; border-collapse: collapse; font-size: 0.85rem; }
.ev-table th { text-align: left; font-weight: 700; color: #475569; padding: 0.5rem 0.75rem; border-bottom: 2px solid #e2e8f0; background: #f8fafc; }
.ev-table td { padding: 0.45rem 0.75rem; border-bottom: 1px solid #e2e8f0; color: #0f172a; }
.ev-table tr.ev-table__highlight td { background: #eff6ff; font-weight: 800; color: #1e40af; }
.ev-table--materials td:last-child { font-weight: 700; text-align: right; }

.ev-summary__head h3 { font-size: 0.95rem; font-weight: 800; color: #0f172a; margin: 0 0 0.15rem; }
.ev-summary__head p { font-size: 0.72rem; color: #64748b; margin: 0; text-transform: uppercase; letter-spacing: 0.04em; font-weight: 700; }
.ev-summary__prepared { font-size: 0.72rem; color: #2563eb; font-weight: 700; margin-top: 0.35rem; }
.ev-summary__grid { display: grid; grid-template-columns: 32% 1fr; gap: 1rem; align-items: start; margin-top: 0.65rem; }
@media (max-width: 768px) { .ev-summary__grid { grid-template-columns: 1fr; } .ev-material__hero { grid-template-columns: 1fr; } }
.ev-summary__diagram { border: 1px solid #e2e8f0; border-radius: 6px; padding: 0.25rem; background: #f8fafc; }
.ev-summary__table { width: 100%; border-collapse: collapse; font-size: 0.82rem; }
.ev-summary__table th { text-align: left; font-weight: 600; color: #475569; padding: 0.38rem 0.55rem; border-bottom: 1px solid #e2e8f0; width: 58%; }
.ev-summary__table td { font-weight: 800; color: #0f172a; padding: 0.38rem 0.55rem; border-bottom: 1px solid #e2e8f0; }

.ev-waste { padding: 0.5rem 0.25rem; }
.ev-waste__intro { font-size: 0.88rem; font-weight: 700; color: #0f172a; margin-bottom: 0.75rem; }
.ev-waste__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.6rem; margin-top: 1rem; }
@media (max-width: 640px) { .ev-waste__grid { grid-template-columns: repeat(2, 1fr); } }
.ev-waste__box { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 6px; padding: 0.6rem 0.75rem; text-align: center; }
.ev-waste__box strong { display: block; font-size: 1rem; color: #2563eb; }
.ev-waste__box span { font-size: 0.72rem; color: #64748b; }

.ev-footer-note { margin-top: 1.25rem; padding: 0.75rem 1rem; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; font-size: 0.78rem; color: #64748b; line-height: 1.5; }
.ev-submit { margin-top: 1.5rem; text-align: center; }
.ev-submit .btn-primary { display: inline-block; text-decoration: none; padding: 0.9rem 2.25rem; font-size: 1rem; background: #2563eb; color: #fff; border-radius: 8px; font-weight: 700; }
.ev-submit .btn-primary:hover { background: #1d4ed8; }
