/* Test mode is intentionally operational and unmistakable. */
h1:focus { outline: none; }
.creation-fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }

.test-mode-banner {
    min-height: 34px;
    padding: 7px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    background: #d9ff43;
    color: #0a0b08;
    border-bottom: 1px solid #efff9d;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.test-mode-banner strong {
    padding: 2px 7px;
    background: #0a0b08;
    color: #d9ff43;
    border-radius: 3px;
    letter-spacing: .14em;
}

.test-login { max-width: 570px; }
.test-login > label {
    display: block;
    margin-bottom: 8px;
    color: #c8c8d0;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.test-login > div { display: flex; gap: 9px; }
.test-login input {
    min-width: 0;
    flex: 1;
    height: 56px;
    padding: 0 16px;
    border: 1px solid #3a3a43;
    border-radius: 11px;
    background: #111115;
    color: #fff;
}

.test-login input:focus { border-color: #d9ff43; }
.test-login .button,
.test-download-panel .button {
    white-space: nowrap;
    background: #d9ff43;
    color: #0b0b0d;
    box-shadow: 0 12px 35px #d9ff4325;
}

.test-login .button:hover:not(:disabled),
.test-download-panel .button:hover:not(:disabled) {
    background: #e5ff79;
    box-shadow: 0 16px 45px #d9ff4340;
}

.test-download-panel {
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.test-download-mark {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    margin-bottom: 30px;
    border: 1px solid #d9ff4370;
    border-radius: 50%;
    background: #d9ff4312;
    color: #d9ff43;
    font-size: 38px;
    font-weight: 300;
    box-shadow: 0 0 55px #d9ff4315;
}

.test-download-panel .eyebrow { color: #d9ff43; margin-bottom: 8px; }
.test-download-panel h2 {
    margin: 0;
    font-size: clamp(34px, 4vw, 52px);
    line-height: .98;
    letter-spacing: -.055em;
}

.test-download-panel > p:not(.eyebrow) {
    max-width: 510px;
    margin: 18px 0 28px;
    color: var(--muted);
}

.test-download-panel dl { margin: 0 0 30px; border-top: 1px solid var(--line); }
.test-download-panel dl > div {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
    font-size: 12px;
}

.test-download-panel dt { color: #777781; text-transform: uppercase; letter-spacing: .1em; }
.test-download-panel dd { margin: 0; font-weight: 800; }
.test-download-panel > small { margin-top: 14px; color: #6f6f79; font-size: 10px; line-height: 1.5; }

@media (max-width: 600px) {
    .test-mode-banner { justify-content: space-between; font-size: 8px; }
    .test-mode-banner span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .test-login > div { flex-direction: column; }
    .test-login .button { width: 100%; }
    .test-download-panel { min-height: 430px; }
    .test-download-mark { width: 62px; height: 62px; margin-bottom: 24px; }
}
