.nfreg { max-width: 720px; margin: 0 auto; padding: 40px 20px; font-family: 'Barlow', Arial, sans-serif; color: #06182f; }
.nfreg-notice { padding: 16px 20px; border-radius: 8px; margin-bottom: 24px; font-size: 15px; }
.nfreg-notice.ok { background: #e7f5ec; border: 1px solid #0a7a2f; color: #0a4d1e; }
.nfreg-notice.err { background: #fbe9ea; border: 1px solid #c8102e; color: #8a0c1f; }
.nfreg form label { display: block; margin-bottom: 16px; font-weight: 600; font-size: 14px; color: #0e3a66; }
.nfreg form input[type="text"],
.nfreg form input[type="email"],
.nfreg form input[type="tel"],
.nfreg form textarea { width: 100%; margin-top: 6px; padding: 10px 12px; border: 1px solid #c9d2db; border-radius: 6px; font-size: 15px; font-family: inherit; font-weight: 400; color: #06182f; box-sizing: border-box; }
.nfreg-row { display: flex; gap: 16px; }
.nfreg-row label { flex: 1; }
.nfreg-sports { border: 1px solid #c9d2db; border-radius: 8px; padding: 16px 20px; margin-bottom: 16px; }
.nfreg-sports legend { font-weight: 700; color: #0e3a66; padding: 0 6px; }
.nfreg-help { font-weight: 400; font-size: 13px; color: #46566a; margin: 0 0 12px; }
.nfreg-sport-check { display: inline-flex; align-items: center; gap: 6px; width: 47%; font-weight: 400; font-size: 14px; margin-bottom: 8px; }
.nfreg-sport-check input { width: auto; margin: 0; }
.nfreg-total { background: #06182f; color: #fff; padding: 14px 20px; border-radius: 8px; font-size: 18px; font-weight: 700; margin-bottom: 20px; }
.nfreg-total #nfreg-amount { color: #ff4d5e; }
.nfreg-amount-note { font-size: 13px; font-weight: 400; color: #b9c4d0; margin-left: 8px; }
.nfreg-submit { background: #c8102e; color: #fff; border: none; padding: 14px 28px; border-radius: 6px; font-size: 16px; font-weight: 700; cursor: pointer; font-family: inherit; }
.nfreg-submit:hover { background: #a30d26; }
.nfreg-fineprint { font-weight: 400; font-size: 12px; color: #667284; margin-top: 10px; }
@media (max-width: 600px) {
	.nfreg-row { flex-direction: column; gap: 0; }
	.nfreg-sport-check { width: 100%; }
}
.nfreg-login { max-width: 420px; }
.nfreg-pay h2 { color: #0e3a66; margin-bottom: 4px; }
.nfreg-dashboard h2 { color: #0e3a66; margin-bottom: 4px; }
.nfreg-dashboard h3 { color: #0e3a66; border-top: 1px solid #e2e7ee; padding-top: 20px; margin-top: 24px; }
