.panel { border: 1px solid rgba(255,255,255,.1); background: rgba(15,23,42,.82); border-radius: 2rem; padding: 1.25rem; box-shadow: 0 20px 70px rgba(0,0,0,.18); }
@media (min-width: 768px) { .panel { padding: 1.5rem; } }
.step-label { display: inline-flex; border-radius: 999px; background: rgba(52,211,153,.12); color: rgb(167,243,208); padding: .35rem .75rem; font-size: .85rem; font-weight: 800; }
.form-label { display:block; margin-bottom:.35rem; color: rgb(203,213,225); font-size:.82rem; font-weight:700; }
.field { width:100%; border-radius: 1rem; border: 1px solid rgba(255,255,255,.12); background: rgba(2,6,23,.72); color: white; padding: .85rem 1rem; outline: none; }
.field:focus { border-color: rgba(52,211,153,.8); box-shadow: 0 0 0 3px rgba(52,211,153,.14); }
.lpj-paper { font-family: Arial, sans-serif; font-size: 12px; line-height: 1.45; }
.lpj-paper h1 { font-size: 20px; font-weight: 800; margin: 0 0 6px; }
.lpj-paper h2 { font-size: 15px; font-weight: 800; margin: 0 0 5px; }
.lpj-paper h3 { font-size: 13px; font-weight: 700; margin: 0 0 4px; }
.center { text-align: center; }
.right { text-align: right; }
.muted { color: #64748b; }
.lpj-table { width: 100%; border-collapse: collapse; margin-top: 16px; }
.lpj-table th, .lpj-table td { border: 1px solid #111827; padding: 7px; vertical-align: top; }
.signature-row { margin-top: 22px; text-align: left; }
.signature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 8px; text-align: center; align-items: start; }
.page-title { margin-top: 28px !important; }
.print-mode { color: #111827; }
@media print { header, .no-print { display:none!important; } body { background:white!important; color:#111827!important; } main { max-width:none!important; padding:0!important; } }
.cover-page { min-height: 620px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px; padding: 32px 16px; }
.cover-page h1 { font-size: 24px; line-height: 1.25; letter-spacing: .02em; }
.cover-page h2 { font-size: 22px; line-height: 1.25; }
.cover-logo { max-width: 300px; max-height: 260px; object-fit: contain; margin: 18px auto; }
.cover-logo-placeholder { width: 260px; height: 180px; display: flex; align-items: center; justify-content: center; border: 2px dashed #94a3b8; color: #64748b; margin: 18px auto; }
.report-title { padding-top: 24px; }
@media print { .cover-page { break-after: page; page-break-after: always; min-height: 90vh; } .athlete-page { page-break-before: always; break-before: page; } }
.signature-date { text-align: left; margin-bottom: 8px; }
.signature-box { min-height: 120px; }
.signature-box p { margin: 0 0 8px; }
.athlete-page { page-break-before: always; break-before: page; padding-top: 20px; }
.staff-page { padding-top: 18px; }