/* ==================== SCOUTING REPORT (parent report page) ==================== */
/* Dan's approved mockup: Montserrat black italic, tier-colored 3D bars, dark panels */

.srpt-header { background: linear-gradient(135deg, #060d14, #0d1c2d); border: 1px solid var(--line); border-bottom: 4px solid #41e0c6; border-radius: var(--radius); text-align: center; padding: 36px 20px 32px; position: relative; overflow: hidden; }
.srpt-header::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(45deg, rgba(0,0,0,.25), rgba(0,0,0,.25) 10px, transparent 10px, transparent 20px); opacity: .35; }
.srpt-header > * { position: relative; }
.srpt-brand { font-family: 'Montserrat', var(--disp), sans-serif; font-weight: 900; font-style: italic; color: #41e0c6; letter-spacing: 4px; font-size: 14px; text-shadow: 0 2px 6px rgba(0,0,0,.6); }
.srpt-name { font-family: 'Montserrat', var(--disp), sans-serif; font-weight: 900; font-style: italic; text-transform: uppercase; color: #fff; font-size: 36px; line-height: 1.06; letter-spacing: -0.01em; margin-top: 12px; text-shadow: 0 6px 18px rgba(0,0,0,.55); overflow-wrap: break-word; }
@media (min-width: 700px) { .srpt-name { font-size: 56px; letter-spacing: -0.02em; } }
.srpt-meta { display: inline-block; margin-top: 16px; font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.82); background: rgba(0,0,0,.32); border: 1px solid rgba(255,255,255,.1); padding: 8px 18px; border-radius: 999px; backdrop-filter: blur(4px); }

.srpt-card { padding: 22px 20px; }
@media (min-width: 700px) { .srpt-card { padding: 26px 28px; } }

.srpt-sec-h { font-family: 'Montserrat', var(--disp), sans-serif; font-weight: 900; font-style: italic; letter-spacing: 2px; font-size: 18px; color: #41e0c6; text-transform: uppercase; display: flex; align-items: center; justify-content: center; gap: 12px; margin: 0 0 16px; text-align: center; }
.srpt-dash { width: 32px; height: 4px; background: #41e0c6; display: inline-block; }
@media (max-width: 699px) { .srpt-dash { display: none; } }

.srpt-legend { background: var(--panel2); border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; display: flex; flex-wrap: wrap; gap: 10px 18px; justify-content: center; font-size: 10.5px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; box-shadow: inset 0 2px 6px rgba(0,0,0,.25); }
.srpt-leg { display: flex; align-items: center; gap: 7px; }
.srpt-swatch { width: 13px; height: 13px; border-radius: 3px; display: inline-block; box-shadow: inset 0 2px 3px rgba(255,255,255,.3), inset 0 -2px 3px rgba(0,0,0,.5); }
.srpt-swatch.t0 { background: #94a3b8; } .srpt-swatch.t1 { background: #60a5fa; }
.srpt-swatch.t2 { background: #12b8a0; } .srpt-swatch.t3 { background: #4ade80; }
.srpt-swatch.t4 { background: #eab308; }

.srpt-grid { background: var(--panel2); border: 1px solid var(--line); border-radius: 14px; padding: 4px 18px; box-shadow: 0 8px 24px rgba(0,0,0,.25); }
.srpt-row { display: flex; align-items: center; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.srpt-row:last-child { border-bottom: none; }
.srpt-cat { font-family: 'Montserrat', var(--disp), sans-serif; font-weight: 900; font-style: italic; text-transform: uppercase; letter-spacing: .5px; font-size: 15.5px; color: #fff; width: 27%; }
.srpt-bars { display: flex; gap: 6px; flex: 1; }
.srpt-seg { flex: 1; height: 22px; border-radius: 4px; background: var(--line2, #263f5c); opacity: .4; box-shadow: inset 0 -3px 5px rgba(0,0,0,.4); }
.srpt-seg.on { opacity: 1; border: 1px solid rgba(0,0,0,.2); box-shadow: inset 0 3px 5px rgba(255,255,255,.3), inset 0 -3px 5px rgba(0,0,0,.5), 0 3px 5px rgba(0,0,0,.4); }
.srpt-seg.on.t0 { background: #94a3b8; } .srpt-seg.on.t1 { background: #60a5fa; }
.srpt-seg.on.t2 { background: #12b8a0; } .srpt-seg.on.t3 { background: #4ade80; }
.srpt-seg.on.t4 { background: #eab308; }
.srpt-badge { font-family: 'Montserrat', var(--disp), sans-serif; font-weight: 900; font-style: italic; font-size: 11.5px; letter-spacing: 2px; padding: 9px 12px; border-radius: 8px; border: 2px solid; width: 24%; text-align: center; box-shadow: 0 4px 10px rgba(0,0,0,.35); white-space: nowrap; }
.srpt-badge.t0 { color: #94a3b8; border-color: #94a3b8; background: rgba(148,163,184,.1); }
.srpt-badge.t1 { color: #60a5fa; border-color: #60a5fa; background: rgba(96,165,250,.1); }
.srpt-badge.t2 { color: #12b8a0; border-color: #12b8a0; background: rgba(18,184,160,.1); }
.srpt-badge.t3 { color: #4ade80; border-color: #4ade80; background: rgba(74,222,128,.1); }
.srpt-badge.t4 { color: #eab308; border-color: #eab308; background: rgba(234,179,8,.12); }
@media (max-width: 699px) {
  .srpt-row { flex-direction: column; gap: 10px; align-items: stretch; }
  .srpt-cat { width: auto; text-align: center; }
  .srpt-badge { width: auto; align-self: center; }
  .srpt-bars { width: 100%; }
}

.srpt-body { font-family: 'Inter', 'Hanken Grotesk', sans-serif; font-size: 15px; line-height: 1.8; color: #cbd5e1; background: var(--panel2); border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; box-shadow: 0 8px 24px rgba(0,0,0,.25); }
@media (min-width: 700px) { .srpt-body { padding: 26px 30px; font-size: 16px; } }
.srpt-body p { margin: 0 0 18px; }
.srpt-body p:last-child { margin-bottom: 0; }
.srpt-intro { color: #fff; font-style: italic; }
.srpt-lead { font-weight: 900; text-transform: uppercase; letter-spacing: .5px; font-family: 'Inter', sans-serif; }
.srpt-lead.t0 { color: #94a3b8; } .srpt-lead.t1 { color: #60a5fa; }
.srpt-lead.t2 { color: #12b8a0; } .srpt-lead.t3 { color: #4ade80; }
.srpt-lead.t4 { color: #eab308; }
.srpt-bottom { border-top: 1px solid var(--line); padding-top: 16px; font-weight: 700; color: #fff; }

.srpt-sign { font-family: 'Montserrat', var(--disp), sans-serif; font-weight: 900; font-style: italic; text-transform: uppercase; letter-spacing: 1px; color: #fff; margin-top: 22px; font-size: 15px; }
.srpt-note { background: rgba(0,0,0,.35); border: 1px solid var(--line); border-radius: 10px; padding: 16px 18px; margin-top: 14px; backdrop-filter: blur(4px); }
.srpt-note-h { font-family: 'Montserrat', var(--disp), sans-serif; font-weight: 900; font-style: italic; color: #41e0c6; letter-spacing: 2px; font-size: 11.5px; margin-bottom: 8px; }
.srpt-note p { margin: 0; font-size: 12.5px; line-height: 1.65; color: rgba(203,213,225,.8); }

@media print {
  .srpt-header { border: none; }
  .srpt-body, .srpt-grid, .srpt-legend { box-shadow: none; }
}
