/* /Pages/Dashboard.razor.rz.scp.css */
/* ── Dashboard — PL-inspired ── */

.dashboard[b-2c1bll23jp] {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 0 32px;
}

/* Hero gradient card */
.hero-card[b-2c1bll23jp] {
    background: linear-gradient(135deg, #00e5c6 0%, #37003C 50%, #0A1929 100%);
    border-radius: 0 0 24px 24px;
    padding: 28px 24px 24px;
    margin: -12px -16px 16px;
    color: white;
    text-align: center;
}

.hero-card-slim[b-2c1bll23jp] {
    padding: 20px 24px;
}

.hero-gw[b-2c1bll23jp] {
    font-size: 0.8rem;
    font-weight: 600;
    opacity: 0.7;
    letter-spacing: 0.03em;
    margin-bottom: 12px;
}

.hero-stats[b-2c1bll23jp] {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 4px;
    margin-bottom: 16px;
}

.hero-stat[b-2c1bll23jp] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-stat-value[b-2c1bll23jp] {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
}

.hero-stat-main .hero-stat-value[b-2c1bll23jp] {
    font-size: 3rem;
}

.hero-stat-label[b-2c1bll23jp] {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 0.6;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.hero-streak[b-2c1bll23jp] {
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 12px;
    opacity: 0.85;
}

.hero-deadline[b-2c1bll23jp] {
    font-size: 0.8rem;
    font-weight: 600;
    opacity: 0.7;
    margin-bottom: 16px;
}

.hero-btn[b-2c1bll23jp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 300px;
    padding: 14px 24px;
    border: none;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: white;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s;
}

.hero-btn:active[b-2c1bll23jp] {
    background: rgba(255, 255, 255, 0.25);
}

/* Badges */
.badge-row[b-2c1bll23jp] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 0 16px;
    margin-bottom: 8px;
}

[b-2c1bll23jp] .badge {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 700;
    background: rgba(255, 107, 53, 0.1);
    color: #FF6B35;
}

/* Sections */
.section[b-2c1bll23jp] {
    padding: 0 16px;
    margin-bottom: 8px;
}

.section-header[b-2c1bll23jp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 8px;
}

.section-title[b-2c1bll23jp] {
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--mud-palette-text-primary);
}

/* List rows — PL style */
.list-row[b-2c1bll23jp] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    cursor: pointer;
    transition: opacity 0.15s;
}

.list-row:last-child[b-2c1bll23jp] {
    border-bottom: none;
}

.list-row:active[b-2c1bll23jp] {
    opacity: 0.6;
}

.list-row-title[b-2c1bll23jp] {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--mud-palette-text-primary);
}

.list-row-sub[b-2c1bll23jp] {
    font-size: 0.75rem;
    color: var(--mud-palette-text-secondary);
    margin-top: 2px;
}

.list-row-add[b-2c1bll23jp] {
    cursor: pointer;
    border-bottom: none;
}

/* Reorder rows */
.reorder-row[b-2c1bll23jp] {
    background: linear-gradient(135deg, var(--mud-palette-tertiary) 0%, var(--mud-palette-primary) 100%);
    border-radius: 12px;
    padding: 12px 14px !important;
    margin-bottom: 8px;
    border-bottom: none !important;
}

.reorder-logo[b-2c1bll23jp] {
    background: white;
    border-radius: 6px;
    padding: 3px;
    display: flex;
}

/* Invite code */
[b-2c1bll23jp] .invite-code {
    font-size: 0.7rem;
    font-weight: 700;
    font-family: monospace;
    padding: 3px 8px;
    border-radius: 6px;
    background: var(--mud-palette-background);
    color: var(--mud-palette-primary);
    letter-spacing: 0.05em;
}

/* Buttons */
.text-btn[b-2c1bll23jp] {
    background: none;
    border: none;
    font-family: inherit;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--mud-palette-tertiary);
    cursor: pointer;
    padding: 4px 8px;
}

.text-btn:active[b-2c1bll23jp] {
    opacity: 0.6;
}

.pill-btn[b-2c1bll23jp] {
    background: var(--mud-palette-tertiary);
    color: white;
    border: none;
    border-radius: 20px;
    font-family: inherit;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 16px;
    cursor: pointer;
    transition: opacity 0.15s;
}

.pill-btn:active[b-2c1bll23jp] {
    opacity: 0.7;
}

/* Empty hint */
.empty-hint[b-2c1bll23jp] {
    padding: 24px 0;
    text-align: center;
    font-size: 0.85rem;
    color: var(--mud-palette-text-secondary);
}

/* Responsive */
@media (min-width: 600px) {
    .hero-card[b-2c1bll23jp] {
        margin: -12px 0 16px;
        border-radius: 24px;
    }
}
/* /Pages/GameweekReplay.razor.rz.scp.css */
/* ── Gameweek Replay ── */

.gw-replay[b-0o2byw26if] { max-width: 600px; margin: 0 auto; padding: 0 0 32px; }

.gw-hero[b-0o2byw26if] {
    background: linear-gradient(135deg, #00e5c6 0%, #37003C 50%, #0A1929 100%);
    border-radius: 0 0 24px 24px;
    padding: 28px 24px 24px;
    margin: -12px -16px 16px;
    color: white;
    text-align: center;
}

.gw-label[b-0o2byw26if] { font-size: 0.7rem; font-weight: 700; opacity: 0.5; letter-spacing: 0.1em; margin-bottom: 12px; }

.gw-points[b-0o2byw26if] { font-size: 3.5rem; font-weight: 800; line-height: 1; letter-spacing: -0.03em; }

.gw-points-label[b-0o2byw26if] { font-size: 0.7rem; font-weight: 700; opacity: 0.5; letter-spacing: 0.1em; margin-top: 4px; }

.gw-summary[b-0o2byw26if] { display: flex; justify-content: center; gap: 6px; font-size: 0.8rem; font-weight: 600; opacity: 0.7; margin-top: 12px; }

.gw-match[b-0o2byw26if] {
    border-radius: 12px;
    padding: 12px 14px;
    margin-bottom: 8px;
    border: 1px solid rgba(0,0,0,0.06);
}

.gw-match-teams[b-0o2byw26if] { display: flex; align-items: center; justify-content: center; gap: 12px; }

.gw-match-team[b-0o2byw26if] { display: flex; align-items: center; gap: 6px; flex: 1; font-size: 0.85rem; font-weight: 600; }

.gw-match-team:first-child[b-0o2byw26if] { justify-content: flex-end; }

.gw-match-logo[b-0o2byw26if] { width: 20px; height: 20px; object-fit: contain; }

.gw-match-score[b-0o2byw26if] { font-size: 1.1rem; font-weight: 800; min-width: 50px; text-align: center; }

.gw-match-pred[b-0o2byw26if] { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 0.8rem; margin-top: 6px; }

.section[b-0o2byw26if] { padding: 0 16px; margin-bottom: 8px; }

.pill-btn[b-0o2byw26if] { background: var(--mud-palette-tertiary); color: white; border: none; border-radius: 20px; font-family: inherit; font-size: 0.8rem; font-weight: 700; padding: 10px 24px; cursor: pointer; }
.pill-btn:active[b-0o2byw26if] { opacity: 0.7; }
.share-btn[b-0o2byw26if] { background: var(--mud-palette-primary); }

.gw-cta[b-0o2byw26if] {
    background: linear-gradient(135deg, #0A1929 0%, #37003C 100%);
    border-radius: 16px;
    padding: 24px 20px;
    color: white;
}

@media (min-width: 600px) { .gw-hero[b-0o2byw26if] { margin: -12px 0 16px; border-radius: 24px; } }
/* /Pages/PredictionReplay.razor.rz.scp.css */
/* ── Prediction Replay ── */

.replay[b-qu8shjsfqd] {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 0 32px;
}

.replay-hero[b-qu8shjsfqd] {
    background: linear-gradient(135deg, #0A1929 0%, #37003C 100%);
    border-radius: 0 0 24px 24px;
    padding: 28px 24px 24px;
    margin: -12px -16px 16px;
    color: white;
    text-align: center;
}

.replay-ft[b-qu8shjsfqd] { font-size: 0.7rem; font-weight: 700; opacity: 0.5; letter-spacing: 0.1em; margin-bottom: 16px; }

.replay-teams[b-qu8shjsfqd] { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 20px; }

.replay-team[b-qu8shjsfqd] { display: flex; flex-direction: column; align-items: center; gap: 8px; flex: 1; }

.replay-logo[b-qu8shjsfqd] { width: 48px; height: 48px; object-fit: contain; }

.replay-team-name[b-qu8shjsfqd] { font-size: 0.8rem; font-weight: 700; opacity: 0.9; }

.replay-score[b-qu8shjsfqd] { font-size: 2.5rem; font-weight: 800; letter-spacing: -0.03em; line-height: 1; }

.replay-prediction[b-qu8shjsfqd] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    border: 2px solid;
    border-radius: 16px;
    padding: 12px 28px;
    background: rgba(255,255,255,0.08);
}

.replay-pred-label[b-qu8shjsfqd] { font-size: 0.65rem; font-weight: 700; opacity: 0.5; letter-spacing: 0.08em; }

.replay-pred-score[b-qu8shjsfqd] { font-size: 1.6rem; font-weight: 800; letter-spacing: -0.02em; }

.replay-outcome[b-qu8shjsfqd] {
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 20px;
    color: white;
    letter-spacing: 0.02em;
}

.replay-death[b-qu8shjsfqd] {
    background: rgba(198, 40, 40, 0.08);
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 0.9rem;
    color: #C62828;
    text-align: center;
}

.replay-nailed[b-qu8shjsfqd] {
    background: rgba(46, 125, 50, 0.08);
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 0.9rem;
    color: #2E7D32;
    text-align: center;
    font-weight: 600;
}

.replay-ai[b-qu8shjsfqd] {
    background: var(--mud-palette-surface);
    border-radius: 12px;
    padding: 16px;
    border: 1px solid rgba(0,0,0,0.06);
}

.replay-ai-label[b-qu8shjsfqd] { font-size: 0.7rem; font-weight: 700; color: var(--mud-palette-text-secondary); letter-spacing: 0.06em; margin-bottom: 8px; }

.replay-ai-text[b-qu8shjsfqd] { font-size: 0.95rem; line-height: 1.6; color: var(--mud-palette-text-primary); font-style: italic; }

/* Timeline */
.timeline-row[b-qu8shjsfqd] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.timeline-row:last-child[b-qu8shjsfqd] { border-bottom: none; }

.timeline-minute[b-qu8shjsfqd] { font-size: 0.8rem; font-weight: 700; color: var(--mud-palette-text-secondary); min-width: 36px; text-align: right; }

.timeline-icon[b-qu8shjsfqd] { font-size: 1rem; }

.timeline-detail[b-qu8shjsfqd] { flex: 1; }

.timeline-scorer[b-qu8shjsfqd] { font-size: 0.85rem; font-weight: 600; color: var(--mud-palette-text-primary); }

.timeline-running[b-qu8shjsfqd] { font-size: 0.75rem; color: var(--mud-palette-text-secondary); margin-top: 2px; }

/* Rivals */
.rival-row[b-qu8shjsfqd] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.rival-row:last-child[b-qu8shjsfqd] { border-bottom: none; }

.rival-info[b-qu8shjsfqd] { flex: 1; }

.rival-name[b-qu8shjsfqd] { font-size: 0.85rem; font-weight: 600; color: var(--mud-palette-text-primary); }

.rival-pred[b-qu8shjsfqd] { font-size: 0.75rem; color: var(--mud-palette-text-secondary); }

.rival-pts[b-qu8shjsfqd] { font-size: 0.85rem; font-weight: 700; }

/* Accuracy */
.accuracy-grid[b-qu8shjsfqd] {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.accuracy-stat[b-qu8shjsfqd] {
    flex: 1;
    background: var(--mud-palette-surface);
    border-radius: 12px;
    padding: 14px 8px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.06);
}

.accuracy-value[b-qu8shjsfqd] { font-size: 1.3rem; font-weight: 800; color: var(--mud-palette-primary); letter-spacing: -0.02em; }

.accuracy-label[b-qu8shjsfqd] { font-size: 0.65rem; font-weight: 600; color: var(--mud-palette-text-secondary); margin-top: 4px; text-transform: uppercase; letter-spacing: 0.04em; }

.section[b-qu8shjsfqd] { padding: 0 16px; margin-bottom: 8px; }

.section-title[b-qu8shjsfqd] { font-size: 1.25rem; font-weight: 800; letter-spacing: -0.02em; color: var(--mud-palette-text-primary); padding: 20px 0 8px; }

.pill-btn[b-qu8shjsfqd] { background: var(--mud-palette-tertiary); color: white; border: none; border-radius: 20px; font-family: inherit; font-size: 0.8rem; font-weight: 700; padding: 10px 24px; cursor: pointer; }

.pill-btn:active[b-qu8shjsfqd] { opacity: 0.7; }

.share-btn[b-qu8shjsfqd] { background: var(--mud-palette-primary); }

.replay-cta[b-qu8shjsfqd] {
    background: linear-gradient(135deg, #0A1929 0%, #37003C 100%);
    border-radius: 16px;
    padding: 24px 20px;
    color: white;
}

@media (min-width: 600px) { .replay-hero[b-qu8shjsfqd] { margin: -12px 0 16px; border-radius: 24px; } }
