.vfl-ma {
  --vfl-red: var(--vfl-brand-primary, #9c3838);
  --vfl-red-hover: var(--vfl-brand-primary-hover, #7a2c2c);
  --vfl-ink: #25252a;
  --vfl-muted: #60616b;
  --vfl-line: #dedfe4;
  --vfl-soft: #f7f7f8;
  color: var(--vfl-ink); font-family: inherit; font-size: 1rem; line-height: 1.6;
  max-width: 850px; margin: 2rem auto; background: #fff; border: 1px solid var(--vfl-line);
  border-top: 5px solid var(--vfl-red); border-radius: 12px; overflow: hidden; text-align: left;
}
.vfl-ma *, .vfl-ma *::before, .vfl-ma *::after { box-sizing: border-box; min-width: 0; }
.vfl-ma [hidden] { display: none !important; }
.vfl-ma .vfl-ma-header { padding: 36px 40px 24px; }
.vfl-ma .vfl-ma-kicker { color: var(--vfl-red); font-size: .75rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; margin: 0 0 12px; }
.vfl-ma h2 { color: var(--vfl-ink); font: inherit; font-size: clamp(1.9rem, 4vw, 2.5rem); font-weight: 800; line-height: 1.12; margin: 0 0 12px; }
.vfl-ma h3 { color: var(--vfl-ink); font: inherit; font-size: 1.1rem; font-weight: 750; margin: 24px 0 10px; }
.vfl-ma p { margin: 0 0 16px; }
.vfl-ma .vfl-ma-header > p:last-child { color: var(--vfl-muted); margin-bottom: 0; }
.vfl-ma .vfl-ma-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); list-style: none; margin: 0; padding: 0 40px; border-bottom: 1px solid var(--vfl-line); gap: 20px; }
.vfl-ma .vfl-ma-steps li { display: flex; align-items: center; gap: 9px; padding: 18px 0; color: var(--vfl-muted); font-size: .82rem; border-bottom: 3px solid transparent; margin: 0 0 -1px; line-height: 1.3; }
.vfl-ma .vfl-ma-steps li span { display: grid; place-items: center; flex: 0 0 25px; height: 25px; border: 1px solid var(--vfl-line); border-radius: 50%; font-size: .76rem; }
.vfl-ma .vfl-ma-steps li[aria-current=step] { color: var(--vfl-red); font-weight: 750; border-bottom-color: var(--vfl-red); }
.vfl-ma .vfl-ma-steps li[aria-current=step] span { color: #fff; background: var(--vfl-red); border-color: var(--vfl-red); }
.vfl-ma fieldset { border: 0; padding: 0; margin: 0; }
.vfl-ma .vfl-ma-panel { padding: 28px 40px 36px; }
.vfl-ma legend { float: none; padding: 0; display: block; width: 100%; font: inherit; font-size: 1.4rem; font-weight: 750; line-height: 1.3; margin: 0 0 12px; }
.vfl-ma .vfl-ma-panel > legend { padding-top: 28px; }
.vfl-ma .vfl-ma-panel > legend > span { display: block; color: var(--vfl-red); font-size: .75rem; letter-spacing: .08em; margin-bottom: 8px; }
.vfl-ma .vfl-ma-hint, .vfl-ma small { color: var(--vfl-muted); font-size: .84rem; font-weight: 400; }
.vfl-ma .vfl-ma-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px 20px; margin: 20px 0; }
.vfl-ma .vfl-ma-wide { grid-column: 1 / -1; }
.vfl-ma .vfl-ma-field { display: flex; flex-direction: column; gap: 6px; }
.vfl-ma .vfl-ma-field > label { display: block; font-size: .87rem; font-weight: 650; }
.vfl-ma input:not([type=checkbox]):not([type=hidden]), .vfl-ma select, .vfl-ma textarea {
  display: block; width: 100%; max-width: 100%; min-height: 46px; padding: 11px 12px;
  margin: 0; border: 1px solid #b8bac3; border-radius: 6px; background: #fff; color: var(--vfl-ink);
  font-family: inherit; font-size: 1rem; line-height: 1.4; box-shadow: none;
}
.vfl-ma textarea { resize: vertical; }
.vfl-ma input[type=checkbox] { appearance: auto; accent-color: var(--vfl-red); width: 19px; height: 19px; min-width: 19px; margin: 3px 0 0; padding: 0; flex: 0 0 19px; }
.vfl-ma :is(input,select,textarea,button,a,summary):focus-visible { outline: 3px solid var(--vfl-red); outline-offset: 3px; }
.vfl-ma [aria-invalid=true] { border-color: #a20e27 !important; }
.vfl-ma .vfl-ma-field-error { display: block; color: #a20e27; font-size: .83rem; }
.vfl-ma .vfl-ma-field-error:empty { display: none; }
.vfl-ma .vfl-ma-guardian { margin: 22px 0; padding: 2px 20px 18px; background: var(--vfl-soft); border-left: 3px solid var(--vfl-red); border-radius: 3px; }
.vfl-ma .vfl-ma-guardian h3 { margin-top: 16px; }
.vfl-ma .vfl-ma-check-field { margin: 16px 0; }
.vfl-ma .vfl-ma-check-field label { display: flex; gap: 12px; align-items: flex-start; font-size: .91rem; cursor: pointer; }
.vfl-ma .vfl-ma-check-field .vfl-ma-field-error { margin-left: 31px; }
.vfl-ma .vfl-ma-departments legend { font-size: 1rem; margin-top: 8px; }
.vfl-ma .vfl-ma-sports { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin: 18px 0 8px; }
.vfl-ma .vfl-ma-sports label { display: flex; gap: 12px; align-items: flex-start; padding: 14px; border: 1px solid var(--vfl-line); border-radius: 6px; cursor: pointer; font-size: .9rem; }
.vfl-ma .vfl-ma-sports label:has(input:checked) { border-color: var(--vfl-red); background: #fff6f7; }
.vfl-ma .vfl-ma-note { border-radius: 6px; padding: 16px 18px; background: var(--vfl-soft); font-size: .88rem; }
.vfl-ma a { color: var(--vfl-red); text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.vfl-ma .vfl-ma-note a { display: inline-block; margin-top: 4px; }
.vfl-ma .vfl-ma-mandate { border: 1px solid var(--vfl-line); border-radius: 6px; padding: 16px; font-size: .88rem; }
.vfl-ma .vfl-ma-mandate summary { font-weight: 700; cursor: pointer; margin-bottom: 12px; }
.vfl-ma .vfl-ma-actions { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 14px; border-top: 1px solid var(--vfl-line); padding-top: 22px; margin-top: 28px; }
.vfl-ma button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 46px; max-width: 100%; padding: 12px 20px; border: 1px solid var(--vfl-red); border-radius: 6px; background: var(--vfl-red); color: #fff; font: inherit; font-size: .92rem; font-weight: 700; cursor: pointer; line-height: 1.4; text-align: center; box-shadow: none; text-transform: none; }
.vfl-ma button:hover { background: var(--vfl-red-hover); border-color: var(--vfl-red-hover); }
.vfl-ma button:disabled { opacity: .55; cursor: wait; }
.vfl-ma button.vfl-ma-secondary { background: #fff; color: var(--vfl-ink); border-color: #b8bac3; }
.vfl-ma button.vfl-ma-secondary:hover { background: var(--vfl-soft); }
.vfl-ma .vfl-ma-back { margin-right: auto; }
.vfl-ma .vfl-ma-footer { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; background: var(--vfl-soft); padding: 20px 40px; font-size: .75rem; color: var(--vfl-muted); border-top: 1px solid var(--vfl-line); }
.vfl-ma .vfl-ma-summary { padding: 18px 20px; background: var(--vfl-soft); border: 1px solid var(--vfl-line); border-radius: 6px; }
.vfl-ma .vfl-ma-summary dl { margin: 0; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,2fr); gap: 10px 22px; font-size: .88rem; }
.vfl-ma .vfl-ma-summary dt { color: var(--vfl-muted); }
.vfl-ma .vfl-ma-summary dd { margin: 0; font-weight: 550; overflow-wrap: anywhere; white-space: pre-line; }
.vfl-ma .vfl-ma-error { margin: 24px 40px 0; background: #fff3f4; border-left: 4px solid #a20e27; padding: 16px 20px; color: #851128; }
.vfl-ma .vfl-ma-connection { padding: 16px 40px 0; font-size: .85rem; color: var(--vfl-muted); }
.vfl-ma .vfl-ma-retry { margin: 16px 40px 0; }
.vfl-ma .vfl-ma-success { padding: 44px 40px; }
.vfl-ma .vfl-ma-success strong { color: var(--vfl-red); overflow-wrap: anywhere; }
.vfl-ma .vfl-ma-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 580px) {
  .vfl-ma { margin: 12px auto; border-radius: 8px; }
  .vfl-ma .vfl-ma-header { padding: 26px 20px 18px; }
  .vfl-ma .vfl-ma-steps { padding: 0 20px; gap: 12px; }
  .vfl-ma .vfl-ma-steps li { flex-direction: column; align-items: flex-start; font-size: .75rem; padding: 14px 0; }
  .vfl-ma .vfl-ma-steps li span { flex-basis: 25px; width: 25px; }
  .vfl-ma .vfl-ma-panel { padding: 16px 20px 26px; }
  .vfl-ma .vfl-ma-panel > legend { padding-top: 20px; }
  .vfl-ma .vfl-ma-grid { grid-template-columns: minmax(0,1fr); gap: 16px; }
  .vfl-ma .vfl-ma-sports { grid-template-columns: minmax(0,1fr); }
  .vfl-ma .vfl-ma-actions { align-items: stretch; }
  .vfl-ma .vfl-ma-actions > button { width: 100%; }
  .vfl-ma .vfl-ma-actions .vfl-ma-back { order: 2; }
  .vfl-ma .vfl-ma-footer { padding: 18px 20px; }
  .vfl-ma .vfl-ma-error { margin: 20px 20px 0; }
  .vfl-ma .vfl-ma-connection { padding: 16px 20px 0; }
  .vfl-ma .vfl-ma-retry { margin-left: 20px; }
  .vfl-ma .vfl-ma-success { padding: 30px 20px; }
  .vfl-ma .vfl-ma-summary dl { grid-template-columns: minmax(0,1fr); gap: 3px; }
  .vfl-ma .vfl-ma-summary dd { margin-bottom: 12px; }
}
@media print {
  .vfl-ma .vfl-ma-actions, .vfl-ma .vfl-ma-steps { display: none; }
  .vfl-ma { border: 0; }
}
