/* ============================================
   Bolão NAMOSCA — Public Stylesheet v3
   Identidade: dark navy + teal/green NAMOSCA
   Fontes: Sora (display) + Inter (body) + Space Grotesk (eyebrows/UI)
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
    /* Cores baseadas no logo NAMOSCA (default, podem ser sobrescritas por inline CSS do branding) */
    --bolao-bg:          #0a0e1a;
    --bolao-bg-alt:      #0d1220;
    --bolao-card:        #131825;
    --bolao-card-elev:   #1a1f2e;
    --bolao-line:        #232a3d;
    --bolao-line-soft:   #2e364d;
    --bolao-muted:       #7a82a0;       /* mais claro que antes (antes #6c7494) */
    --bolao-text:        #e8ebf2;
    --bolao-text-dim:    #c5cce0;       /* CLAREADO de #a5acc4 — passa WCAG AA */

    /* Teal/green NAMOSCA (cor primária do logo) */
    --bolao-teal:        #1ec596;
    --bolao-teal-bright: #2dd4a9;
    --bolao-teal-dim:    #14a37b;
    --bolao-teal-dark:   #0f7d5e;

    /* Acentos */
    --bolao-navy:        #1a2545;
    --bolao-gold:        #ffd84d;
    --bolao-pink:        #ff4787;
    --bolao-red:         #ff5566;

    --grad-primary:      linear-gradient(135deg, var(--bolao-teal) 0%, var(--bolao-teal-bright) 100%);
    --grad-hero:         linear-gradient(135deg, var(--bolao-teal) 0%, var(--bolao-teal-dark) 100%);
    --grad-gold:         linear-gradient(135deg, #ffd84d 0%, #ff8c00 100%);
    --grad-fire:         linear-gradient(135deg, #ff4787 0%, #ffd84d 100%);
    --grad-navy:         linear-gradient(180deg, #1a2545 0%, #0a0e1a 100%);
}

/* Body reset nas páginas do bolão */
body.bolao-page {
    background: var(--bolao-bg);
    color: var(--bolao-text);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* Wrapper do plugin */
.bolao-app {
    font-family: 'Inter', system-ui, sans-serif;
    color: var(--bolao-text);
    line-height: 1.6;
    background: var(--bolao-bg);
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

/* Grain overlay sutil para textura */
.bolao-app::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 0.35;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    mix-blend-mode: overlay;
}

/* Glow radial decorativo no canto */
.bolao-app::after {
    content: '';
    position: fixed;
    top: -300px;
    right: -200px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(30,197,150,0.10) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.bolao-app > * { position: relative; z-index: 2; }

/* ============================================
   HEADER do Plugin
   ============================================ */

.bolao-plugin-header {
    border-bottom: 1px solid var(--bolao-line);
    padding: 18px 0;
    background: rgba(10, 14, 26, 0.7);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    position: sticky;
    top: 0;
    z-index: 50;
}
.bolao-plugin-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.bolao-logo-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--bolao-text);
    background: transparent !important;  /* respeita PNG transparente */
}
.bolao-logo-symbol {
    width: 38px;
    height: 38px;
    object-fit: contain;
    flex-shrink: 0;
    background: transparent !important;
}
.bolao-logo-wordmark {
    height: 22px;
    object-fit: contain;
    background: transparent !important;
    /* removido o filter brightness que causava aparência de fundo escuro */
}
.bolao-nav {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
}
.bolao-nav a {
    color: var(--bolao-text-dim);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: 8px;
    transition: all 0.15s;
}
.bolao-nav a:hover { color: var(--bolao-text); background: var(--bolao-card); }
.bolao-nav a.active { color: var(--bolao-teal-bright); }

@media (max-width: 768px) {
    .bolao-plugin-header-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
    .bolao-nav { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .bolao-nav a { padding: 6px 10px; font-size: 13px; white-space: nowrap; }
}

/* ============================================
   TIPOGRAFIA (Sora pros títulos, Space Grotesk pros eyebrows)
   ============================================ */

.bolao-display {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.05;
}

.bolao-mono {
    font-family: 'Space Grotesk', sans-serif;
    font-variant-numeric: tabular-nums;
    font-weight: 600;
}

.bolao-eyebrow {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--bolao-teal-bright);
    font-weight: 600;
}

.bolao-title {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: clamp(2.5rem, 6vw, 5rem);
    letter-spacing: -0.04em;
    line-height: 0.98;
    margin: 0;
    color: var(--bolao-text);  /* garante cor clara nos pedaços normais */
}

/* Pedaços da palavra que NÃO estão em destaque (não-gradient) precisam ser claros */
.bolao-title:not(.bolao-title-gradient) {
    color: var(--bolao-text);
}

.bolao-title-gradient {
    background: var(--grad-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.bolao-h2 {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin: 0 0 16px 0;
    color: var(--bolao-text);
}

/* ============================================
   COMPONENTES
   ============================================ */

.bolao-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.bolao-card {
    background: var(--bolao-card);
    border: 1px solid var(--bolao-line);
    border-radius: 18px;
    padding: 28px;
    transition: border-color 0.3s, transform 0.3s;
}
.bolao-card:hover { border-color: var(--bolao-line-soft); }

.bolao-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 15px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(.4,0,.2,1);
    text-decoration: none;
    line-height: 1;
}

.bolao-btn-primary {
    background: var(--grad-primary);
    color: #0a0e1a;
    font-weight: 700;
    box-shadow: 0 0 0 rgba(30,197,150,0);
}
.bolao-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 40px -10px rgba(30,197,150,0.5), 0 0 30px rgba(45,212,169,0.25);
    color: #0a0e1a;  /* mantém escuro no hover */
}
.bolao-btn-primary:active { transform: translateY(0); }

.bolao-btn-secondary {
    background: transparent;
    color: var(--bolao-text);
    border: 1px solid var(--bolao-line-soft);
}
.bolao-btn-secondary:hover { border-color: var(--bolao-teal); color: var(--bolao-teal-bright); }

.bolao-btn-ghost {
    background: transparent;
    color: var(--bolao-text-dim);
}
.bolao-btn-ghost:hover { color: var(--bolao-teal-bright); }

.bolao-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
}

/* Inputs */
.bolao-input,
.bolao-select {
    width: 100%;
    background: var(--bolao-card-elev);
    border: 1px solid var(--bolao-line);
    border-radius: 10px;
    padding: 14px 16px;
    color: var(--bolao-text);
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.bolao-input:focus,
.bolao-select:focus {
    outline: none;
    border-color: var(--bolao-teal);
    box-shadow: 0 0 0 3px rgba(30,197,150,0.15);
}
.bolao-input::placeholder { color: var(--bolao-muted); }
.bolao-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--bolao-text-dim);
    margin-bottom: 8px;
}

.bolao-score-input {
    width: 54px;
    height: 54px;
    text-align: center;
    background: var(--bolao-card-elev);
    border: 1px solid var(--bolao-line);
    border-radius: 12px;
    color: var(--bolao-text);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 22px;
    font-weight: 700;
    transition: all 0.2s;
    -moz-appearance: textfield;
}
.bolao-score-input::-webkit-outer-spin-button,
.bolao-score-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.bolao-score-input:focus {
    outline: none;
    border-color: var(--bolao-teal);
    box-shadow: 0 0 0 3px rgba(30,197,150,0.2);
    background: rgba(30,197,150,0.06);
}
.bolao-score-input.has-value {
    border-color: var(--bolao-line-soft);
    color: var(--bolao-teal-bright);
}

/* Badge */
.bolao-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1;
}
.bolao-badge-pending  { background: rgba(255,216,77,0.15);  color: var(--bolao-gold); }
.bolao-badge-approved { background: rgba(30,197,150,0.15);  color: var(--bolao-teal-bright); }
.bolao-badge-rejected { background: rgba(255,85,102,0.15); color: var(--bolao-red); }
.bolao-badge-live     {
    background: rgba(255,85,102,0.15);
    color: var(--bolao-red);
    animation: pulse 1.4s infinite;
}
.bolao-badge-finished { background: rgba(108,116,148,0.15); color: var(--bolao-text-dim); }
.bolao-badge-scheduled { background: rgba(26,37,69,0.6); color: var(--bolao-text-dim); }

@keyframes pulse {
    0%, 50%   { opacity: 1; }
    51%, 100% { opacity: 0.55; }
}

/* Progress bar */
.bolao-progress {
    height: 6px;
    background: var(--bolao-line);
    border-radius: 999px;
    overflow: hidden;
}
.bolao-progress-bar {
    height: 100%;
    background: var(--grad-primary);
    border-radius: 999px;
    transition: width 0.6s cubic-bezier(.4,0,.2,1);
}

/* ============================================
   LANDING PAGE
   ============================================ */

.bolao-hero {
    min-height: 88vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
    position: relative;
}
.bolao-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(30,197,150,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(30,197,150,0.04) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);
    pointer-events: none;
    z-index: 0;
}

.bolao-hero-symbol {
    width: 280px;
    height: auto;
    opacity: 0.15;
    position: absolute;
    right: -40px;
    bottom: 5%;
    z-index: 0;
    pointer-events: none;
    filter: drop-shadow(0 0 60px rgba(30,197,150,0.3));
    background: transparent;
}

@media (max-width: 768px) {
    .bolao-hero-symbol { display: none; }
}

.bolao-countdown {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    max-width: 560px;
    margin: 32px 0;
}
.bolao-countdown-unit {
    background: rgba(19, 24, 37, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--bolao-line);
    border-radius: 14px;
    padding: 20px 8px;
    text-align: center;
}
.bolao-countdown-num {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(28px, 5vw, 42px);
    font-weight: 700;
    color: var(--bolao-teal-bright);
    line-height: 1;
    font-variant-numeric: tabular-nums;
}
.bolao-countdown-label {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--bolao-text-dim);
    margin-top: 8px;
    font-weight: 600;
}

/* ============================================
   MATCH CARD (palpites + jogos públicos)
   ============================================ */

.bolao-match-card {
    background: var(--bolao-card);
    border: 1px solid var(--bolao-line);
    border-radius: 14px;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 16px;
    transition: border-color 0.2s, transform 0.2s;
}
.bolao-match-card:hover { border-color: var(--bolao-line-soft); }
.bolao-match-card.saved {
    border-color: rgba(30,197,150,0.4);
    background: linear-gradient(135deg, rgba(30,197,150,0.04), transparent 60%);
}
.bolao-match-card.live {
    border-color: rgba(255,85,102,0.5);
    background: linear-gradient(135deg, rgba(255,85,102,0.05), transparent 60%);
}

.bolao-team {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}
.bolao-team-home { justify-content: flex-end; text-align: right; }
.bolao-team-away { justify-content: flex-start; text-align: left; }
.bolao-team-flag {
    font-size: 28px;
    line-height: 1;
}
.bolao-team-name {
    font-weight: 600;
    font-size: 15px;
    color: var(--bolao-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bolao-match-meta {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 12px;
    color: var(--bolao-text-dim);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: 500;
}
.bolao-scores {
    display: flex;
    align-items: center;
    gap: 10px;
}
.bolao-score-x {
    font-family: 'Sora', sans-serif;
    color: var(--bolao-text-dim);
    font-weight: 700;
    font-size: 18px;
}
.bolao-score-display {
    font-family: 'Sora', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: var(--bolao-text);
    min-width: 32px;
    text-align: center;
}
.bolao-score-display.live {
    color: var(--bolao-red);
    animation: pulse 1.5s infinite;
}
.bolao-score-flash {
    animation: scoreFlash 1.5s ease-out;
}
@keyframes scoreFlash {
    0%   { transform: scale(1); color: var(--bolao-teal-bright); }
    30%  { transform: scale(1.4); color: var(--bolao-teal-bright); text-shadow: 0 0 20px var(--bolao-teal); }
    100% { transform: scale(1); }
}

/* ============================================
   RANKING
   ============================================ */

.bolao-rank-row {
    display: grid;
    grid-template-columns: 60px 1fr auto auto;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    border-bottom: 1px solid var(--bolao-line);
    transition: background 0.2s, transform 0.3s;
}
.bolao-rank-row:hover { background: rgba(255,255,255,0.02); }
.bolao-rank-row.bolao-me {
    background: linear-gradient(90deg, rgba(30,197,150,0.08), transparent);
    border-left: 3px solid var(--bolao-teal);
}
.bolao-rank-position {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: 28px;
    color: var(--bolao-text-dim);
    line-height: 1;
    text-align: center;
}
.bolao-rank-1 { color: var(--bolao-gold); }
.bolao-rank-2 { color: #c0c0c8; }
.bolao-rank-3 { color: #cd7f32; }

.bolao-rank-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid var(--bolao-line-soft);
    object-fit: cover;
    background: var(--bolao-card-elev);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bolao-text);
    font-weight: 700;
    font-size: 16px;
}
.bolao-rank-name { font-weight: 600; font-size: 15px; }
.bolao-rank-prize {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: var(--bolao-teal-bright);
}
.bolao-rank-points {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: var(--bolao-text);
    text-align: right;
}
.bolao-trend { font-size: 11px; margin-left: 4px; }
.bolao-trend-up   { color: var(--bolao-teal-bright); }
.bolao-trend-down { color: var(--bolao-red); }
.bolao-trend-same { color: var(--bolao-text-dim); }

/* ============================================
   ALERTS / TOAST
   ============================================ */

.bolao-alert {
    padding: 14px 18px;
    border-radius: 12px;
    margin-bottom: 16px;
    font-size: 14px;
    border-left: 3px solid;
}
.bolao-alert-info    { background: rgba(30,197,150,0.05); border-color: var(--bolao-teal-dim); color: var(--bolao-text); }
.bolao-alert-success { background: rgba(30,197,150,0.08); border-color: var(--bolao-teal); color: var(--bolao-teal-bright); }
.bolao-alert-warn    { background: rgba(255,216,77,0.08); border-color: var(--bolao-gold); color: var(--bolao-gold); }
.bolao-alert-error   { background: rgba(255,85,102,0.08); border-color: var(--bolao-red); color: var(--bolao-red); }

.bolao-toast {
    position: fixed;
    bottom: 24px;
    right: 24px;
    padding: 14px 22px;
    border-radius: 12px;
    background: var(--bolao-card);
    border: 1px solid var(--bolao-line);
    color: var(--bolao-text);
    font-size: 14px;
    z-index: 9999;
    transform: translateY(120px);
    opacity: 0;
    transition: all 0.35s cubic-bezier(.4,0,.2,1);
    max-width: 360px;
    box-shadow: 0 14px 40px -10px rgba(0,0,0,0.5);
}
.bolao-toast.show { transform: translateY(0); opacity: 1; }
.bolao-toast-success { border-color: var(--bolao-teal); }
.bolao-toast-success::before { content: '✓ '; color: var(--bolao-teal-bright); font-weight: 700; }
.bolao-toast-error { border-color: var(--bolao-red); }
.bolao-toast-error::before { content: '✗ '; color: var(--bolao-red); font-weight: 700; }

.bolao-spinner {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255,255,255,0.2);
    border-top-color: var(--bolao-teal-bright);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* PIX copy box */
.bolao-pix-box {
    background: var(--bolao-card-elev);
    border: 1px dashed var(--bolao-line-soft);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 13px;
    word-break: break-all;
    color: var(--bolao-text);
}

/* Tabs */
.bolao-tabs {
    display: flex;
    gap: 8px;
    border-bottom: 1px solid var(--bolao-line);
    margin-bottom: 24px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.bolao-tab {
    padding: 12px 18px;
    border: none;
    background: transparent;
    color: var(--bolao-text-dim);
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
    white-space: nowrap;
    text-decoration: none;
}
.bolao-tab:hover { color: var(--bolao-text); }
.bolao-tab.active {
    color: var(--bolao-teal-bright);
    border-bottom-color: var(--bolao-teal);
}

/* Animações */
.bolao-fade-in { animation: fadeIn 0.6s ease-out; }
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}
.bolao-stagger > * {
    opacity: 0;
    animation: fadeIn 0.5s ease-out forwards;
}
.bolao-stagger > *:nth-child(1) { animation-delay: 0.05s; }
.bolao-stagger > *:nth-child(2) { animation-delay: 0.10s; }
.bolao-stagger > *:nth-child(3) { animation-delay: 0.15s; }
.bolao-stagger > *:nth-child(4) { animation-delay: 0.20s; }
.bolao-stagger > *:nth-child(5) { animation-delay: 0.25s; }
.bolao-stagger > *:nth-child(6) { animation-delay: 0.30s; }
.bolao-stagger > *:nth-child(7) { animation-delay: 0.35s; }
.bolao-stagger > *:nth-child(8) { animation-delay: 0.40s; }

/* Standings table */
.bolao-standings {
    width: 100%;
    border-collapse: collapse;
}
.bolao-standings th, .bolao-standings td {
    padding: 12px 14px;
    text-align: left;
    border-bottom: 1px solid var(--bolao-line);
    color: var(--bolao-text);
}
.bolao-standings th {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--bolao-text-dim);
    font-weight: 600;
}
.bolao-standings td.num { text-align: center; font-family: 'Space Grotesk', sans-serif; font-weight: 600; }
.bolao-standings tr.qualified td { background: rgba(30,197,150,0.04); }

/* ============================================
   FOOTER do Plugin
   ============================================ */

.bolao-plugin-footer {
    border-top: 1px solid var(--bolao-line);
    padding: 60px 0 32px;
    margin-top: 80px;
    background: rgba(10, 14, 26, 0.5);
    position: relative;
    z-index: 5;
}
.bolao-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.bolao-footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .bolao-footer-top { grid-template-columns: 1fr; gap: 32px; }
}
.bolao-footer-brand-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.bolao-footer-brand-logo img {
    height: 28px;
    width: auto;
    object-fit: contain;
    background: transparent !important;
}
.bolao-footer-symbol {
    width: 40px;
    height: 40px;
    background: transparent !important;
}
.bolao-footer-tagline {
    color: var(--bolao-text-dim);
    font-size: 14px;
    line-height: 1.6;
    max-width: 360px;
}
.bolao-footer-col-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--bolao-text);
    margin: 0 0 16px 0;
}
.bolao-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.bolao-footer-links a {
    color: var(--bolao-text-dim);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.15s;
}
.bolao-footer-links a:hover { color: var(--bolao-teal-bright); }
.bolao-footer-socials {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}
.bolao-footer-socials a {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: var(--bolao-card);
    border: 1px solid var(--bolao-line);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bolao-text-dim);
    text-decoration: none;
    transition: all 0.2s;
}
.bolao-footer-socials a:hover {
    color: var(--bolao-teal-bright);
    border-color: var(--bolao-teal);
    transform: translateY(-2px);
}
.bolao-footer-bottom {
    border-top: 1px solid var(--bolao-line);
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.bolao-footer-copyright {
    color: var(--bolao-text-dim);
    font-size: 13px;
}
.bolao-footer-disclaimer {
    color: var(--bolao-muted);
    font-size: 12px;
    max-width: 480px;
    text-align: right;
}
@media (max-width: 768px) {
    .bolao-footer-bottom { flex-direction: column; align-items: flex-start; }
    .bolao-footer-disclaimer { text-align: left; }
}

/* Responsive */
@media (max-width: 768px) {
    .bolao-container { padding: 0 16px; }
    .bolao-match-card {
        grid-template-columns: 1fr;
        gap: 12px;
        text-align: center;
    }
    .bolao-team-home, .bolao-team-away {
        justify-content: center;
        text-align: center;
    }
    .bolao-rank-row {
        grid-template-columns: 40px 1fr auto;
        gap: 10px;
        padding: 12px;
    }
    .bolao-rank-prize { display: none; }
}
