/* Intentionally plain — browser chrome visible */
body.fixture-native-validation-form {
    margin: 0;
    padding: 1rem;
    font-family: ui-sans-serif, system-ui, sans-serif;
    font-size: 16px;
    background: #fff;
    color: #000;
}

.fixture-wrap {
    max-width: 400px;
}

.fixture-wrap h1 {
    font-size: 1.1rem;
    font-weight: 600;
}

.fixture-wrap label {
    display: block;
    margin-bottom: 0.15rem;
}

.fixture-wrap input {
    width: 100%;
    max-width: 280px;
    font: inherit;
}

.fixture-wrap .hint {
    font-size: 0.85rem;
    color: #333;
    margin-top: 1rem;
}

.fixture-wrap .back-to-index a {
    color: #00f;
}
