/*
 * FixtureQR — Public CSS Base
 * Mobile-first. Se expande en Etapa 3.
 */

*, *::before, *::after {
    box-sizing: border-box;
}

.fqr-fixture,
.fqr-prode,
.fqr-ranking,
.fqr-profile,
.fqr-register {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1rem;
    color: #f0f0f0;
    background: #0f0f1a;
    border-radius: 12px;
    padding: 20px;
    margin: 0 auto;
    max-width: 600px;
}
