/************************
CSS 2003-2026 BENGALESES.COM, CLASICO MUNDIAL 2026 MLB
Todos los Derechos Reservados 
Realiza: Ãngel Matos para Bengaleses.com*/
/************************/

         :root {
        --mlb-blue: #041e42; --mlb-red: #bf0d3e; --mlb-orange: #f98f3e;
        --accent: #0081c3; --blue-official: #002d62; --score-bg: #f1f5f9;
    }
    .bgls-main-container { max-width: 280px; margin: 0 auto; font-family: 'Arial Black', sans-serif; background: #f0f2f5; border-radius: 6px; overflow: hidden;}
    .header-banner { background: #000926; color: white; text-align: center; padding: 14px 0px 0px 0px; display: flex; flex-direction: column; }
    .banner-title { font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
    .date-pill { background: rgba(255, 255, 255, 0.20); padding: 4px 12px; border-radius: 20px; font-size: 10px; font-weight: 400; text-transform: uppercase; }
    .pizarra-cards-container { margin-top: -8px; position: relative; z-index: 10; display: flex; flex-direction: column; }
    .game-card { background: #ffffff !important; width: 100%; margin-top: 8px; border-radius: 8px; overflow: hidden; border-bottom: 1px solid #e1e4e8; transition: transform 0.2s; }
    .game-card:hover { transform: translateY(-4px); box-shadow: 0 8px 16px rgba(0,0,0,0.1); z-index: 2; background: #ffffff !important; }
    .game-card:first-child { margin-top: 0px !important; border-top-left-radius: 0px; border-top-right-radius: 0px; }
    .game-header { padding: 8px 12px; display: flex; justify-content: space-between; align-items: center; color: white; }
    .header-live { background: var(--mlb-orange) !important; }
    .header-final { background: var(--mlb-red) !important; }
    .header-preview { background: var(--accent) !important; }
    
    /* Estilos de Iconos */
    .header-icon-svg { width: 14px; height: 14px; fill: white; margin-right: 6px; display: inline-block; vertical-align: middle; }
    .status-capsule { border: 1.5px solid #ffffff; padding: 1px 8px; border-radius: 20px; font-size: 10px; font-weight: 900; }
    
    .matchup-title { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 10px 2px 10px; font-size: 16px; font-weight: 900; color: #767676; }
    .vs-box { background: #eee; color: #777; font-size: 8px; padding: 2px 4px; border-radius: 2px; border: 1px solid #ddd; }
    .venue-info { font-size: 9px; color: #999; text-align: center; text-transform: uppercase; margin-top: 2px; font-family: Arial, sans-serif; font-weight: bold; }
    .tournament-label { font-size: 13px; text-align: center; font-weight: 900; margin-bottom: 10px; }
    .scoreboard-wbc { padding: 4px 10px 8px 10px; display: grid; grid-template-columns: 1fr 45px 60px 45px 1fr; align-items: center; text-align: center; }
    .team-box { display: flex; flex-direction: column; align-items: center; }
    .team-box img { width: 38px; height: 38px; object-fit: contain; }
    .team-name-small { font-size: 12px; font-weight: 900; color: var(--mlb-blue); margin-top: 3px; }
    .team-record { font-size: 9px; font-weight: 600; color: #888; margin-top: 1px; }
    .score-num { background: var(--score-bg); color: var(--mlb-red); font-size: 26px; font-weight: 900; min-width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 8px; }
    .score-num-preview { color: #94a3b8 !important; }
    .pitcher-box { padding: 8px 12px; border-top: 1px solid #f0f0f0; background: #fff; }
    .p-row { display: flex; align-items: center; margin-bottom: 4px; }
    .p-badge { width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 9px; font-weight: 900; margin-right: 8px; color: white; background: var(--mlb-blue); } 
    .btn-action { flex: 1; display: flex; align-items: center; justify-content: center; padding: 6px 0; font-size: 11px; font-weight: 900; text-decoration: none; border: 1.2px solid #d1d5db; border-radius: 4px; color: #444; background: #fff; }
    .footer-btn { display: block; padding: 12px; background: var(--mlb-blue); color: white; text-decoration: none; text-align: center; font-size: 12px; font-weight: 900; }
    .footer-btn:hover { background: #00a3e0; }
    
    .pulse-dot { width: 8px; height: 8px; background-color: #fff; border-radius: 50%; margin-right: 6px; display: inline-block; animation: pulse-white 1.5s infinite; }
    @keyframes pulse-white { 0% { transform: scale(0.9); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); } 70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(255, 255, 255, 0); } 100% { transform: scale(0.9); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
    
    .btn-pulse { animation: pulse-blue 2s infinite ease-in-out; }
    @keyframes pulse-blue { 0% { box-shadow: 0 0 0 0 rgba(4, 30, 66, 0.2); } 50% { box-shadow: 0 0 0 5px rgba(4, 30, 66, 0); } 100% { box-shadow: 0 0 0 0 rgba(4, 30, 66, 0); } }
    
    .out-dot { width: 7px; height: 7px; border-radius: 50%; background: #e2e8f0; border: 1px solid #697484; }
    .out-dot.active { background: var(--mlb-red) !important; border: 1px solid #7f0000; }
    .count-text { font-size: 10px; font-weight: 900; color: #697484; margin-top: 4px; letter-spacing: 2px; width: 100%; text-align: center; }
    
    @media screen and (max-width: 1350px) { .bgls-main-container { display: none; } }