.mtr-form-wrap{max-width:480px;margin:0 auto;font-family:inherit;}
.mtr-logo{text-align:center;margin-bottom:14px;}
.mtr-logo img{max-width:160px;max-height:160px;height:auto;border-radius:8px;}
.mtr-event-title{text-align:center;margin:0 0 16px;font-size:1.4rem;}
.mtr-notice{background:#fff8e5;border:1px solid #f0dca0;color:#6b5300;padding:14px 16px;border-radius:8px;text-align:center;font-size:.95rem;}
.mtr-form{background:#fff;border:1px solid #ddd;border-radius:10px;padding:24px;}
.mtr-field{margin-bottom:16px;}
.mtr-field label{display:block;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.03em;margin-bottom:6px;color:#444;}
.mtr-field input,.mtr-field select{
	width:100%;padding:10px 12px;border:1.5px solid #ccc;border-radius:6px;font-size:1rem;box-sizing:border-box;
}
.mtr-field input:focus,.mtr-field select:focus{outline:none;border-color:#ff5a36;box-shadow:0 0 0 3px rgba(255,90,54,.15);}
.mtr-hint{font-size:.78rem;color:#777;margin-top:6px;}
.mtr-hint.mtr-full{color:#c0392b;font-weight:700;}
.mtr-hint.mtr-ok{color:#1b4332;}
.mtr-error{background:#fdecea;border:1px solid #f3b7b0;color:#9c2a1e;padding:10px 12px;border-radius:6px;font-size:.85rem;margin-bottom:14px;}
.mtr-submit{
	width:100%;padding:14px;border:none;border-radius:7px;background:#ff5a36;color:#fff;
	font-weight:700;font-size:1rem;cursor:pointer;
}
.mtr-submit:hover{background:#e0451f;}
.mtr-submit:disabled{background:#ccc;cursor:not-allowed;}
.mtr-bib{max-width:480px;margin:20px auto 0;}
.mtr-bib-card{
	background:#fff;border:2px dashed #1e2124;border-radius:10px;padding:20px;transform:rotate(-1deg);
}
.mtr-bib-top{display:flex;justify-content:space-between;align-items:center;}
.mtr-bib-event{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:#777;}
.mtr-bib-number{font-size:2.2rem;font-weight:800;color:#ff5a36;}
.mtr-bib-name{font-size:1.3rem;font-weight:700;margin-top:8px;}
.mtr-bib-org{font-size:.85rem;color:#777;}
.mtr-again{
	width:100%;margin-top:12px;padding:12px;border-radius:7px;border:1.5px solid #1e2124;
	background:transparent;font-weight:700;cursor:pointer;
}
.mtr-again:hover{background:#1e2124;color:#fff;}
