.a03-screen {
    --a03-canvas: #f8fafe;
    --a03-line: #2e7df5;
    --a03-text: #101827;
    --a03-muted: #425371;
    --a03-panel: rgba(255, 255, 255, .925);
    --a03-panel-solid: #fff;
    --a03-border: #b8cae8;
    --a03-soft: #edf4ff;
    --a03-blue: #0869ed;
    --a03-danger: #d2252c;
    --solo-focus-color: var(--a03-blue);
    --solo-focus-surface: var(--a03-canvas);
    --a03-safe-top: env(safe-area-inset-top, 0px);
    --a03-safe-right: env(safe-area-inset-right, 0px);
    --a03-safe-bottom: env(safe-area-inset-bottom, 0px);
    --a03-safe-left: env(safe-area-inset-left, 0px);
    position: relative;
    width: 100%;
    max-width: 853px;
    height: 100vh;
    height: 100dvh;
    min-height: 100svh;
    overflow: hidden;
    color: var(--a03-text);
    background: var(--a03-canvas);
    container-type: inline-size;
    isolation: isolate;
}

.theme-dark .a03-screen,
html[data-solo-theme="dark"] .theme-system .a03-screen {
    --a03-canvas: #001029;
    --a03-line: #0877ff;
    --a03-text: #f7f9ff;
    --a03-muted: #b9c8de;
    --a03-panel: rgba(1, 18, 43, .925);
    --a03-panel-solid: #061a35;
    --a03-border: #335989;
    --a03-soft: #0b2951;
    --a03-blue: #3692ff;
    --a03-danger: #ff7378;
}

@media (prefers-color-scheme: dark) {
    html:not([data-solo-theme]) .theme-system .a03-screen {
        --a03-canvas: #001029;
        --a03-line: #0877ff;
        --a03-text: #f7f9ff;
        --a03-muted: #b9c8de;
        --a03-panel: rgba(1, 18, 43, .925);
        --a03-panel-solid: #061a35;
        --a03-border: #335989;
        --a03-soft: #0b2951;
        --a03-blue: #3692ff;
        --a03-danger: #ff7378;
    }
}

.a03-background-stage {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    background: var(--a03-canvas);
}

.a03-background-stage::before {
    position: absolute;
    inset: 0;
    min-height: 100%;
    background: var(--a03-line);
    content: "";
    opacity: .34;
    -webkit-mask: url("canonical/A03_REGISTRATION_BLUEPRINT_LINEWORK_MASK_v1.png") top center / 100% auto no-repeat;
    mask: url("canonical/A03_REGISTRATION_BLUEPRINT_LINEWORK_MASK_v1.png") top center / 100% auto no-repeat;
    -webkit-mask-mode: alpha;
    mask-mode: alpha;
}

.theme-dark .a03-background-stage::before,
html[data-solo-theme="dark"] .theme-system .a03-background-stage::before { opacity: .64; }

.a03-foreground-scroll {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow-x: clip;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    scrollbar-gutter: stable both-edges;
    -webkit-overflow-scrolling: touch;
    padding: var(--a03-safe-top) max(16px, var(--a03-safe-right)) calc(32px + var(--a03-safe-bottom)) max(16px, var(--a03-safe-left));
}

.a03-header {
    display: grid;
    width: 100%;
    max-width: 780px;
    min-height: 68px;
    grid-template-columns: minmax(92px, 1fr) auto minmax(92px, 1fr);
    align-items: center;
    margin: 0 auto;
}

.a03-header > .solo-wordmark {
    width: clamp(84px, 22.2743cqw, 190px);
    height: clamp(32px, 8.558cqw, 73px);
}

.a03-header__side {
    display: flex;
    min-width: 0;
    align-items: center;
}

.a03-header__side--start { justify-content: flex-start; }
.a03-header__side--end { justify-content: flex-end; gap: 2px; }

.a03-back,
.a03-theme-toggle {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    color: var(--a03-text);
    border-radius: 50%;
}

.a03-back { justify-items: start; padding: 0 0 0 4px; }
.a03-back svg { width: 26px; height: 26px; }
.a03-back:disabled { opacity: .36; cursor: default; }

.a03-theme-toggle {
    border: 1px solid color-mix(in srgb, var(--a03-border) 78%, transparent);
    background: color-mix(in srgb, var(--a03-panel-solid) 48%, transparent);
}

.a03-theme-toggle svg { width: 21px; height: 21px; }

.a03-language-control {
    position: relative;
    display: flex;
    min-width: 64px;
    min-height: 48px;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    border-radius: 999px;
    padding: 0 10px;
    color: var(--a03-text);
}

.a03-language-control > svg { width: 23px; height: 23px; flex: 0 0 auto; }

.a03-language-code {
    font-size: 16px;
    font-weight: 700;
}

.a03-language-control select {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: inherit;
    appearance: none;
    padding: 0;
    opacity: 0;
    cursor: pointer;
}

.a03-progress {
    width: min(100%, 760px);
    margin: 18px auto 0;
    color: var(--a03-blue);
    font-size: clamp(16px, 3.28cqw, 28px);
}

.a03-progress > span {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    border: 1px solid var(--a03-border);
    border-radius: 10px;
    padding: 0 12px;
    background: color-mix(in srgb, var(--a03-panel-solid) 76%, transparent);
}

.a03-progress__track {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
    margin-top: 14px;
}

.a03-progress__track i {
    display: block;
    height: 5px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--a03-muted) 22%, transparent);
}

.a03-progress__track i.is-complete { background: linear-gradient(90deg, #0871f8, #2f87ff); }

.a03-content {
    width: min(100%, 780px);
    margin: clamp(38px, 9cqh, 84px) auto 0;
}

.a03-content--email { margin-top: clamp(110px, 23cqh, 260px); }
.a03-content--resume { margin-top: clamp(72px, 16cqh, 160px); }

.a03-copy { margin: 0 10px 22px; }

.a03-copy h1,
.a03-centered-state h1 {
    margin: 0;
    color: var(--a03-text);
    font-size: clamp(34px, 7.5cqw, 64px);
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.04;
}

.a03-copy p,
.a03-centered-state > p {
    margin: 10px 0 0;
    color: var(--a03-muted);
    font-size: clamp(18px, 3.75cqw, 32px);
    line-height: 1.22;
}

.a03-copy p strong { color: var(--a03-blue); font-weight: 600; overflow-wrap: anywhere; }

.a03-card {
    width: 100%;
    border: 1px solid color-mix(in srgb, var(--a03-border) 88%, transparent);
    border-radius: clamp(18px, 3.5cqw, 30px);
    padding: clamp(24px, 5.7cqw, 48px);
    background: var(--a03-panel);
    box-shadow: 0 12px 30px rgba(13, 45, 92, .10);
    backdrop-filter: blur(10px);
}

.theme-dark .a03-card,
html[data-solo-theme="dark"] .theme-system .a03-card { box-shadow: 0 18px 42px rgba(0, 0, 0, .32); }

.a03-field-group + .a03-field-group { margin-top: 22px; }

.a03-field-group > label {
    display: block;
    margin: 0 3px 9px;
    color: var(--a03-text);
    font-size: clamp(16px, 3.28cqw, 28px);
    font-weight: 600;
}

.a03-field-shell {
    display: flex;
    min-height: 58px;
    align-items: center;
    border: 1px solid var(--a03-border);
    border-radius: 12px;
    background: color-mix(in srgb, var(--a03-panel-solid) 82%, transparent);
}

.a03-field-shell:focus-within {
    border-color: var(--a03-blue);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--a03-blue) 16%, transparent);
}

.a03-field-shell.has-error { border-color: var(--a03-danger); }

.a03-field-shell input {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    border: 0;
    outline: 0;
    padding: 0 16px;
    color: var(--a03-text);
    background: transparent;
    font-size: max(16px, clamp(17px, 3.75cqw, 32px));
}

.a03-field-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    flex: 0 0 48px;
    margin-left: 6px;
    border-radius: 10px;
    color: var(--a03-blue);
    background: var(--a03-soft);
}

.a03-field-icon svg { width: 25px; height: 25px; }

.a03-field-action {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    flex: 0 0 48px;
    border: 0;
    color: var(--a03-muted);
    background: transparent;
}

.a03-field-action svg { width: 25px; height: 25px; }

.a03-select {
    width: 100%;
    min-height: 58px;
    border: 1px solid var(--a03-border);
    border-radius: 12px;
    padding: 0 46px 0 16px;
    color: var(--a03-text);
    background-color: color-mix(in srgb, var(--a03-panel-solid) 82%, transparent);
    font-size: max(16px, clamp(17px, 3.75cqw, 32px));
}

.a03-field-help,
.a03-code-help {
    margin: 8px 3px 0;
    color: var(--a03-muted);
    font-size: clamp(13px, 2.8cqw, 24px);
    line-height: 1.3;
}

.a03-field-error,
.a03-form-error {
    margin: 7px 3px 0;
    color: var(--a03-danger);
    font-size: clamp(13px, 2.8cqw, 24px);
    line-height: 1.25;
}

.a03-form-status {
    margin: 15px 0 0;
    border-radius: 10px;
    padding: 12px 14px;
    color: var(--a03-text);
    background: var(--a03-soft);
    font-size: 15px;
}

.a03-primary-action,
.a03-secondary-action,
.a03-link-action,
.a03-danger-action {
    width: 100%;
    min-height: 56px;
    border-radius: 12px;
    font-size: clamp(17px, 4.1cqw, 35px);
    font-weight: 700;
}

.a03-primary-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 28px;
    border: 1px solid #1878f4;
    color: #fff;
    background: linear-gradient(104deg, #2d85ff, #075ce5, #0879ff);
    box-shadow: 0 9px 22px rgba(1, 91, 229, .20);
}

.a03-primary-action svg { width: 25px; height: 25px; }
.a03-primary-action:disabled { opacity: .62; cursor: wait; }

.a03-secondary-action {
    margin-top: 12px;
    border: 1px solid var(--a03-blue);
    color: var(--a03-blue);
    background: transparent;
}

.a03-link-action,
.a03-danger-action {
    min-height: 48px;
    margin-top: 10px;
    border: 0;
    color: var(--a03-blue);
    background: transparent;
    font-size: 16px;
}

.a03-danger-action { color: var(--a03-danger); }

.a03-login-link,
.a03-security-note,
.a03-below-card-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 24px 0 0;
    color: var(--a03-muted);
    font-size: clamp(15px, 3.2cqw, 27px);
    text-align: center;
}

.a03-login-link button {
    min-height: 44px;
    border: 0;
    color: var(--a03-blue);
    background: transparent;
    font-weight: 700;
}

.a03-security-note svg,
.a03-below-card-note svg { width: 24px; height: 24px; flex: 0 0 auto; color: var(--a03-blue); }
.a03-below-card-note { margin: 18px 12px 0; font-size: clamp(14px, 2.8cqw, 24px); }

.a03-password-guidance {
    display: grid;
    gap: 0;
    margin: 22px 0 0;
}

.a03-password-status {
    display: flex;
    min-height: 44px;
    align-items: center;
    gap: 10px;
    margin: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--a03-border) 60%, transparent);
    color: var(--a03-muted);
    font-size: 15px;
    line-height: 1.3;
}

.a03-password-status-check {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    flex: 0 0 24px;
    border-radius: 50%;
    color: var(--a03-blue);
    background: var(--a03-soft);
}

.a03-password-status-check svg { width: 17px; height: 17px; stroke-width: 2.4; }
.a03-password-status.is-valid { color: var(--a03-text); }
.a03-password-status.is-error { color: var(--a03-danger); }

.a03-document-row {
    display: grid;
    width: 100%;
    min-height: 78px;
    grid-template-columns: 48px 1fr 24px;
    align-items: center;
    gap: 14px;
    border: 1px solid var(--a03-border);
    border-radius: 14px;
    padding: 10px 14px;
    color: var(--a03-text);
    background: color-mix(in srgb, var(--a03-panel-solid) 76%, transparent);
    text-align: left;
}

.a03-document-row + .a03-document-row { margin-top: 12px; }
.a03-document-row > svg:first-child { width: 31px; height: 31px; color: var(--a03-blue); }
.a03-document-row > svg:last-child { width: 21px; height: 21px; }
.a03-document-row span { display: grid; gap: 3px; }
.a03-document-row strong { font-size: 17px; }
.a03-document-row small { color: var(--a03-muted); font-size: 14px; }

.a03-check-row,
.a03-privacy-confirm {
    display: grid;
    min-height: 62px;
    grid-template-columns: 28px 1fr auto;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    color: var(--a03-text);
    font-size: 15px;
}

.a03-check-row input {
    width: 25px;
    height: 25px;
    accent-color: var(--a03-blue);
}

.a03-check-row button { border: 0; padding: 0; color: var(--a03-blue); background: transparent; font: inherit; }
.a03-check-row em,
.a03-privacy-confirm em { border: 1px solid var(--a03-blue); border-radius: 6px; padding: 3px 6px; color: var(--a03-blue); font-size: 11px; font-style: normal; }
.a03-privacy-confirm > svg { width: 24px; height: 24px; color: var(--a03-blue); }
.a03-check-row--biometric { grid-template-columns: 28px 1fr; }

.a03-verification-card { text-align: center; }
.a03-mail-confirm { position: relative; display: grid; width: 104px; height: 82px; place-items: center; margin: 0 auto 22px; color: var(--a03-blue); }
.a03-mail-confirm > svg { width: 86px; height: 66px; }
.a03-mail-confirm i { position: absolute; top: 0; right: 0; display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid var(--a03-blue); border-radius: 50%; background: var(--a03-panel-solid); }
.a03-mail-confirm i svg { width: 20px; height: 20px; }

.a03-code-input {
    width: 100%;
    min-height: 68px;
    border: 1px solid var(--a03-border);
    border-radius: 12px;
    padding: 0 14px 0 29px;
    color: var(--a03-text);
    background: color-mix(in srgb, var(--a03-panel-solid) 82%, transparent);
    font-size: clamp(28px, 7cqw, 58px);
    font-weight: 600;
    letter-spacing: .58em;
    text-align: center;
}

.a03-code-help { margin-top: 17px; }

.a03-review-card dl { margin: 0; }
.a03-review-card dl > div { display: grid; grid-template-columns: minmax(104px, .65fr) 1.35fr; gap: 14px; border-bottom: 1px solid var(--a03-border); padding: 13px 0; }
.a03-review-card dt { color: var(--a03-muted); }
.a03-review-card dd { margin: 0; overflow-wrap: anywhere; font-weight: 600; }
.a03-review-card > p { display: flex; gap: 10px; margin: 22px 0 0; color: var(--a03-muted); line-height: 1.35; }
.a03-review-card > p svg { width: 26px; height: 26px; flex: 0 0 auto; color: var(--a03-blue); }

.a03-centered-state {
    width: min(100%, 760px);
    margin: clamp(90px, 18cqh, 190px) auto 0;
    text-align: center;
}

.a03-centered-state > .solo-wordmark { width: clamp(92px, 22.2743cqw, 190px); height: clamp(36px, 8.558cqw, 73px); margin: 0 auto 70px; }
.a03-centered-state > .a03-primary-action,
.a03-centered-state > .a03-secondary-action { width: min(100%, 620px); margin-inline: auto; }
.a03-centered-state .a03-card { margin-top: 36px; }

.a03-loader,
.a03-state-icon {
    display: grid;
    width: 76px;
    height: 76px;
    place-items: center;
    margin: 0 auto 24px;
    border: 1px solid var(--a03-blue);
    border-radius: 50%;
    color: var(--a03-blue);
    background: color-mix(in srgb, var(--a03-soft) 76%, transparent);
}

.a03-loader { animation: a03-pulse 1.4s ease-in-out infinite; }
.a03-loader span { font-size: 29px; font-weight: 700; }
.a03-state-icon svg { width: 38px; height: 38px; }
.a03-resume-card { text-align: center; }
.a03-resume-card h2 { margin: 0; font-size: 24px; }
.a03-resume-card p { color: var(--a03-muted); line-height: 1.35; }

.a03-creation-orbit {
    display: grid;
    width: clamp(150px, 38cqw, 324px);
    aspect-ratio: 1;
    place-items: center;
    margin: 44px auto;
    border: 10px solid color-mix(in srgb, var(--a03-blue) 24%, transparent);
    border-top-color: var(--a03-blue);
    border-radius: 50%;
    color: var(--a03-blue);
    animation: a03-spin 1.5s linear infinite;
}

.a03-creation-orbit span { font-size: clamp(52px, 14cqw, 116px); font-weight: 700; animation: a03-counter-spin 1.5s linear infinite; }
.a03-creation-list { width: min(100%, 640px); margin: 0 auto; border: 1px solid var(--a03-border); border-radius: 18px; padding: 18px 26px; background: var(--a03-panel); text-align: left; list-style: none; }
.a03-creation-list li { position: relative; min-height: 49px; border-bottom: 1px solid var(--a03-border); padding: 12px 0 10px 38px; }
.a03-creation-list li:last-child { border: 0; }
.a03-creation-list li::before { position: absolute; left: 0; top: 10px; display: grid; width: 26px; height: 26px; place-items: center; border: 2px solid var(--a03-border); border-radius: 50%; content: ""; }
.a03-creation-list li.is-complete::before { border-color: var(--a03-blue); color: var(--a03-blue); content: "✓"; }
.a03-creation-list li.is-current::before { border-color: var(--a03-blue); border-top-color: transparent; animation: a03-spin .8s linear infinite; }

.a03-complete-state { margin-top: 44px; }
.a03-completion-status { margin: 0 auto 22px; }
.a03-success-check {
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--a03-blue);
}
.a03-success-check--hero {
    width: clamp(64px, 18cqw, 76px);
    height: clamp(64px, 18cqw, 76px);
    margin: 0 auto;
}
.a03-success-check--hero svg {
    width: clamp(34px, 9cqw, 40px);
    height: clamp(34px, 9cqw, 40px);
    stroke-width: 2.5;
}
.a03-success-check--status {
    width: 20px;
    height: 20px;
    justify-self: center;
}
.a03-success-check--status svg {
    width: 12px;
    height: 12px;
    stroke-width: 2.6;
}
.a03-complete-state .a03-card { padding-top: 24px; }
.a03-complete-state ul { margin: 0; padding: 0; list-style: none; text-align: left; }
.a03-complete-state li { display: grid; min-height: 54px; grid-template-columns: 28px 1fr; align-items: center; gap: 12px; border-bottom: 1px solid var(--a03-border); padding: 12px 8px; }
.a03-pending-note { margin: 20px auto 0 !important; font-size: 15px !important; }

.a03-support-reference { font-family: ui-monospace, monospace; font-size: 14px !important; overflow-wrap: anywhere; }

.a03-modal-backdrop {
    position: absolute;
    z-index: 20;
    inset: 0;
    display: grid;
    place-items: center;
    overflow: auto;
    padding: calc(20px + var(--a03-safe-top)) 18px calc(20px + var(--a03-safe-bottom));
    background: rgba(0, 10, 28, .44);
    backdrop-filter: blur(5px);
}

.a03-modal {
    position: relative;
    width: min(100%, 690px);
    border: 1px solid var(--a03-border);
    border-radius: 24px;
    padding: 42px clamp(24px, 6cqw, 52px) 30px;
    color: var(--a03-text);
    background: var(--a03-panel-solid);
    box-shadow: 0 24px 64px rgba(0, 9, 28, .32);
    text-align: center;
}

.a03-modal h2 { margin: 0; font-size: clamp(24px, 5cqw, 42px); }
.a03-modal > p { color: var(--a03-muted); font-size: 17px; line-height: 1.35; }
.a03-modal-close { position: absolute; top: 10px; right: 10px; width: 48px; height: 48px; border-radius: 50%; color: var(--a03-text); font-size: 34px; }
.a03-document-modal { max-height: min(82dvh, 720px); overflow: auto; text-align: left; }
.a03-document-modal h3 { margin: 26px 0 7px; }
.a03-document-modal .a03-primary-action { margin-top: 28px; }

.a03-screen svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.a03-screen button,
.a03-screen select { touch-action: manipulation; }

.a03-field-shell:has(:focus-visible) {
    border-color: var(--a03-blue);
    box-shadow: 0 0 0 2px var(--a03-canvas), 0 0 0 5px color-mix(in srgb, var(--a03-blue) 78%, transparent);
}
.a03-field-shell :is(input, button):focus-visible { box-shadow: none; }
.a03-language-control:has(select:focus-visible) {
    box-shadow: 0 0 0 2px var(--a03-canvas), 0 0 0 5px color-mix(in srgb, var(--a03-blue) 78%, transparent);
}
.a03-language-control select:focus-visible { box-shadow: none; }

@media (max-width: 430px) {
    .a03-foreground-scroll { scrollbar-gutter: auto; }
    .a03-header { grid-template-columns: minmax(88px, 1fr) auto minmax(88px, 1fr); }
    .a03-theme-toggle { width: 44px; height: 44px; flex-basis: 44px; }
    .a03-language-control { min-width: 46px; }
    .a03-language-control > svg { display: none; }
    .a03-card { padding: 23px 20px; }
    .a03-content--email { margin-top: max(72px, 13dvh); }
    .a03-check-row,
    .a03-privacy-confirm { grid-template-columns: 28px 1fr; }
    .a03-check-row em,
    .a03-privacy-confirm em { grid-column: 2; justify-self: start; }
    .a03-review-card dl > div { grid-template-columns: 1fr; gap: 3px; }
}

@media (max-height: 700px) {
    .a03-header { min-height: 56px; }
    .a03-progress { margin-top: 8px; }
    .a03-progress__track { margin-top: 7px; }
    .a03-content,
    .a03-content--email,
    .a03-content--resume { margin-top: 28px; }
    .a03-copy { margin-bottom: 16px; }
    .a03-centered-state { margin-top: 42px; }
    .a03-centered-state > .solo-wordmark { margin-bottom: 36px; }
}

@media (max-width: 260px) {
    .a03-foreground-scroll {
        padding-inline: max(8px, var(--a03-safe-left)) max(8px, var(--a03-safe-right));
    }

    .a03-header {
        min-height: 100px;
        grid-template: "start brand theme" 48px ". language ." 44px / 44px 1fr 44px;
    }

    .a03-header > .solo-wordmark { grid-area: brand; width: 64px; height: 25px; justify-self: center; }
    .a03-header__side--start { grid-area: start; }
    .a03-header__side--end { display: contents; }
    .a03-back { width: 44px; height: 44px; flex-basis: 44px; }
    .a03-language-control { grid-area: language; min-width: 44px; justify-self: center; }
    .a03-theme-toggle { grid-area: theme; }
    .a03-copy { margin-inline: 0; }
    .a03-copy h1,
    .a03-centered-state h1 { font-size: 28px; }
    .a03-content,
    .a03-content--email,
    .a03-content--resume { margin-top: 22px; }
    .a03-card { padding-inline: 14px; }
    .a03-code-input { padding-inline: 8px 3px; font-size: 24px; letter-spacing: .34em; }
}

@media (min-width: 768px) {
    .a03-screen { margin-inline: auto; }
    .a03-foreground-scroll { padding-inline: 36px; }
}

@media (prefers-reduced-motion: reduce) {
    .a03-loader,
    .a03-creation-orbit,
    .a03-creation-orbit span,
    .a03-creation-list li.is-current::before { animation: none; }
}

@keyframes a03-spin { to { transform: rotate(360deg); } }
@keyframes a03-counter-spin { to { transform: rotate(-360deg); } }
@keyframes a03-pulse { 50% { transform: scale(.94); opacity: .65; } }
