/* Fórmula do Gol — Execução 5: preferências e entrega de alertas */
.fdg-alert-button{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:32px;padding:6px 10px;border:1px solid rgba(16,185,129,.48);border-radius:999px;background:rgba(16,185,129,.08);color:inherit;font:inherit;font-size:.8rem;font-weight:800;line-height:1.15;cursor:pointer;transition:.18s ease}.fdg-alert-button:hover{background:rgba(16,185,129,.16);border-color:#10b981}.fdg-alert-button:disabled{opacity:.55;cursor:wait}.fdg-alert-button.is-active{background:rgba(16,185,129,.19);border-color:#10b981}.fdg-alert-button.is-compact{font-size:.74rem;min-height:29px;padding:5px 8px}
.fdg-game-alert-slot,.fdg-team-alert-slot,.fdg-live-alert-action{display:flex;align-items:center}.fdg-game-alert-slot{justify-content:center}.fdg-team-alert-slot{justify-content:flex-start;margin:10px 0 2px}.fdg-live-alert-action{justify-content:center;margin:10px 0 14px}
.fdg-alert-toast{position:fixed;z-index:9999;left:50%;bottom:22px;transform:translateX(-50%);max-width:min(92vw,620px);padding:11px 15px;border-radius:12px;background:#0b1820;color:#e5eef3;border:1px solid rgba(148,163,184,.28);box-shadow:0 12px 36px rgba(0,0,0,.28);font-size:.88rem;font-weight:700}.fdg-alert-toast.is-success{border-color:rgba(16,185,129,.55)}.fdg-alert-toast.is-error{border-color:rgba(239,68,68,.55)}
.fdg-alert-status{margin:0 0 14px;padding:14px 16px;border:1px solid rgba(148,163,184,.2);border-radius:13px;background:rgba(15,29,38,.7)}.fdg-alert-status strong{display:block;margin-bottom:4px}.fdg-alert-status span{display:block;color:var(--muted,#94a3b8);font-size:.86rem;line-height:1.45}.fdg-alert-status.is-ok{border-color:rgba(16,185,129,.42)}.fdg-alert-status.is-warning{border-color:rgba(245,158,11,.4)}.fdg-alert-status.is-error{border-color:rgba(239,68,68,.45)}
.fdg-alert-panel{margin-bottom:14px}.fdg-alert-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.fdg-alert-section-head h2{margin:.1rem 0 0;font-size:1.06rem}.fdg-alert-section-head>span{font-size:.8rem;color:var(--muted,#94a3b8);font-weight:800}
.fdg-alert-all{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;text-align:left;padding:12px 13px;border-radius:11px;border:1px solid rgba(148,163,184,.18);background:rgba(2,12,18,.28);color:inherit;font:inherit;cursor:pointer}.fdg-alert-all span{display:block}.fdg-alert-all strong{display:block}.fdg-alert-all small{display:block;margin-top:3px;color:var(--muted,#94a3b8);line-height:1.35}.fdg-alert-all b{white-space:nowrap;font-size:.8rem}.fdg-alert-all.is-active{border-color:#10b981;background:rgba(16,185,129,.1)}.fdg-alert-note{margin:9px 0 0;color:var(--muted,#94a3b8);font-size:.79rem;line-height:1.4}
.fdg-alert-team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(145px,1fr));gap:8px}.fdg-alert-team{display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:7px;width:100%;padding:8px;border:1px solid rgba(148,163,184,.16);border-radius:10px;background:rgba(2,12,18,.24);color:inherit;text-align:left;font:inherit;cursor:pointer}.fdg-alert-team img{width:28px;height:28px;object-fit:contain}.fdg-alert-team span{font-size:.82rem;font-weight:800;line-height:1.12}.fdg-alert-team.is-active{border-color:#10b981;background:rgba(16,185,129,.1)}
.fdg-alert-game-list{display:grid;gap:8px}.fdg-alert-game{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:10px 11px;border:1px solid rgba(148,163,184,.16);border-radius:10px;background:rgba(2,12,18,.24)}.fdg-alert-game small{display:block;color:var(--muted,#94a3b8);font-size:.74rem;margin-bottom:3px}.fdg-alert-game strong{display:block;font-size:.86rem}.fdg-alert-game.is-active{border-color:rgba(16,185,129,.45)}
.fdg-alert-switch{display:grid;grid-template-columns:1fr auto;align-items:center;gap:14px;padding:11px 0;border-top:1px solid rgba(148,163,184,.13);cursor:pointer}.fdg-alert-switch:first-of-type{border-top:0}.fdg-alert-switch>span strong,.fdg-alert-switch>span small{display:block}.fdg-alert-switch>span small{margin-top:2px;color:var(--muted,#94a3b8);font-size:.78rem}.fdg-alert-switch input{position:absolute;opacity:0}.fdg-alert-switch i{display:block;width:46px;height:25px;border-radius:999px;background:#475569;position:relative;transition:.18s}.fdg-alert-switch i:after{content:"";position:absolute;width:19px;height:19px;left:3px;top:3px;border-radius:50%;background:#fff;transition:.18s}.fdg-alert-switch input:checked+i{background:#10b981}.fdg-alert-switch input:checked+i:after{transform:translateX(21px)}.fdg-alert-switch input:focus-visible+i{outline:2px solid #38bdf8;outline-offset:3px}
.fdg-alert-danger{border-color:rgba(239,68,68,.18)}.fdg-alert-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px}.fdg-alert-link{color:#34d399;font-size:.83rem;font-weight:800}.fdg-alert-disable{padding:8px 11px;border-radius:9px;border:1px solid rgba(239,68,68,.4);background:rgba(239,68,68,.08);color:inherit;font:inherit;font-size:.8rem;font-weight:800;cursor:pointer}.fdg-alert-disable:disabled{opacity:.45;cursor:not-allowed}.fdg-alert-empty,.fdg-alert-loading{padding:12px;border-radius:10px;background:rgba(148,163,184,.06);color:var(--muted,#94a3b8);font-size:.86rem}
@media(max-width:680px){.fdg-alert-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fdg-alert-game{grid-template-columns:1fr}.fdg-alert-game .fdg-alert-button{width:100%}.fdg-alert-all{align-items:flex-start;flex-direction:column}.br-game-actions-right .fdg-game-alert-slot{flex-basis:100%;width:100%}.br-game-actions-right .fdg-game-alert-slot .fdg-alert-button{width:100%}.fdg-team-alert-slot .fdg-alert-button,.fdg-live-alert-action .fdg-alert-button{width:100%}}
.fdg-alerts-shell{max-width:980px;margin:0 auto;padding-bottom:30px}.fdg-alerts-hero{margin-bottom:14px}.fdg-alerts-hero h1{margin:.25rem 0 .55rem}.fdg-alerts-lead{margin:0;max-width:780px;color:var(--muted,#94a3b8);line-height:1.55}
