/* Shell estático pre-WASM: LCP + reserva de layout (CLS) */
.fp-shell { min-height: 100vh; background: #0a0a0a; color: #f0f0f0; }

.fp-home-hero {
    position: relative;
    min-height: clamp(280px, 52vw, 520px);
    overflow: hidden;
    background: #080810;
}

.fp-home-hero picture,
.fp-home-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fp-home-hero__overlay {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: clamp(280px, 52vw, 520px);
    padding: 24px 20px 28px;
    background: linear-gradient(180deg, transparent 35%, rgba(8, 8, 16, 0.92) 88%);
}

.fp-home-hero__kicker {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: #9147ff;
    margin-bottom: 8px;
}

.fp-home-hero__title {
    font-size: clamp(1.35rem, 4.5vw, 2rem);
    font-weight: 900;
    line-height: 1.15;
    max-width: 18ch;
}

.fp-login {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 85vh;
    padding: 20px;
}

.fp-login-card {
    width: 100%;
    max-width: 420px;
    background: #121216;
    border: 1px solid #2a2a2a;
    border-radius: 24px;
    padding: 40px 32px;
    text-align: center;
}

.fp-login-card img {
    width: 80px;
    height: 80px;
    margin: 0 auto 16px;
}

.fp-login-card h1 {
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
}

.fp-login-card p {
    color: #888;
    font-size: 0.88rem;
    margin-bottom: 24px;
}

.fp-field {
    height: 48px;
    border-radius: 12px;
    background: #0a0a0c;
    border: 1px solid #333;
    margin-bottom: 14px;
}

.fp-btn {
    height: 52px;
    border-radius: 12px;
    background: #f5b100;
    margin-top: 8px;
}

.fp-ligas-hero {
    position: relative;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 32px 16px;
    background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(145, 71, 255, 0.18), transparent 70%), #0a0a0a;
}

.fp-ligas-hero img {
    width: 96px;
    height: 96px;
    margin: 0 auto 12px;
}

.fp-ligas-hero h1 {
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: 0.06em;
}

.fp-grid {
    display: grid;
    gap: 12px;
    padding: 16px;
}

.fp-card {
    height: 88px;
    border-radius: 16px;
    background: linear-gradient(90deg, #0f0f14 0%, #1a1a26 42%, #12121a 88%);
}

.fp-partido {
    padding: 16px;
    min-height: 320px;
}

.fp-partido__score {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 12px;
    align-items: center;
    margin-top: 20px;
}

.fp-partido__team {
    text-align: center;
}

.fp-partido__logo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto 8px;
    background: #1a1a26;
}

.fp-partido__name {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.fp-partido__score-num {
    font-size: 2rem;
    font-weight: 900;
    color: #9147ff;
}
