body.fixture-aria-label-form {
    margin: 0;
    font-family: -apple-system, system-ui, sans-serif;
    background: #0f172a;
    color: #e2e8f0;
}

.fixture-wrap {
    max-width: 420px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.fixture-wrap input {
    width: 100%;
    padding: 0.55rem 0.65rem;
    border-radius: 8px;
    border: 1px solid #334155;
    background: #1e293b;
    color: inherit;
    font: inherit;
}

.fixture-wrap button {
    padding: 0.45rem 1rem;
    border-radius: 8px;
    border: none;
    background: #38bdf8;
    color: #0f172a;
    font-weight: 600;
    cursor: pointer;
}

.fixture-wrap .back-to-index a {
    color: #7dd3fc;
}
