:root{--bg:#f4f7f5;--card:#ffffff;--text:#10231c;--muted:#63736b;--primary:#0B3D2E;--accent:#F9D342;--border:#dbe5df}body.dark{--bg:#071914;--card:#0f2a21;--text:#f4fff9;--muted:#a9beb4;--primary:#136F48;--accent:#F9D342;--border:#1f493a}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}.shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.sidebar{background:linear-gradient(180deg,#0b3d2e,#08251c);color:#fff;padding:18px;position:sticky;top:0;height:100vh}.brand{width:100%;margin-bottom:22px}.nav{display:flex;flex-direction:column;gap:8px}.nav a,.nav button{display:flex;align-items:center;gap:12px;width:100%;padding:12px 14px;border-radius:14px;border:1px solid transparent;background:transparent;color:#fff;text-align:left;cursor:pointer;font-weight:600;font-family:inherit;font-size:.95rem}.nav-icon{flex-shrink:0;width:1.5rem;font-size:1.2rem;line-height:1;text-align:center}.nav-label{flex:1;min-width:0;line-height:1.3}.nav a.active,.nav a:hover,.nav button:hover{background:#ffffff1f;border-color:#ffffff29}.topbar{height:74px;display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid var(--border);background:var(--card);position:sticky;top:0;z-index:2}.topbar-brand{display:flex;align-items:center;gap:14px}.topbar-brand-accent{width:4px;height:42px;border-radius:999px;background:linear-gradient(180deg,var(--accent) 0%,var(--primary) 100%);flex-shrink:0}.topbar-brand-title{display:block;font-size:1.28rem;font-weight:800;color:var(--primary);letter-spacing:.02em;line-height:1.2}.topbar-brand-sub{display:block;margin-top:3px;font-size:11px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.14em}body.dark .topbar-brand-title{color:var(--text)}body.dark .topbar-brand-sub{color:var(--accent)}.topbar-actions{display:flex;gap:12px;align-items:center}.topbar-user{font-weight:700;font-size:.95rem}.content{padding:24px}.card{background:var(--card);border:1px solid var(--border);border-radius:24px;padding:20px;box-shadow:0 10px 35px #0000000f;margin-bottom:18px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.btn{border:none;border-radius:14px;padding:11px 16px;background:var(--primary);color:#fff;font-weight:700;cursor:pointer}.btn.secondary{background:var(--accent);color:#0b3d2e}.btn.ghost{background:transparent;color:var(--text);border:1px solid var(--border)}.input{width:100%;padding:12px 14px;border-radius:14px;border:1px solid var(--border);background:var(--card);color:var(--text);margin:6px 0 12px}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px;border-bottom:1px solid var(--border);text-align:left}.badge{padding:5px 10px;border-radius:999px;background:#f9d34233;color:var(--text);font-weight:700}.avatar{width:42px;height:42px;border-radius:12px}.auth-page{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at top,#136f48,#071914)}.auth-card{width:min(460px,94vw);background:#fff;border-radius:26px;padding:26px}.auth-card h2{color:var(--primary);margin:0 0 8px;text-align:center}.auth-card p.muted{text-align:center;margin:0 0 16px}.auth-card-foot{color:var(--primary);margin:12px 0 0;text-align:center}.auth-card-foot a{color:inherit;font-weight:inherit}.auth-card-foot a b{font-weight:800}body.dark .auth-card{background:var(--card);color:var(--text)}.auth-password-wrap{position:relative;margin:6px 0 12px}.auth-password-wrap .auth-password-input{margin:0;padding-right:48px}.auth-password-input::-ms-reveal{display:none}.auth-password-input::-webkit-credentials-auto-fill-button,.auth-password-input::-webkit-strong-password-auto-fill-button{display:none!important;visibility:hidden;pointer-events:none}.auth-password-toggle{position:absolute;top:50%;right:10px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;border-radius:10px;background:transparent;color:#10231c;cursor:pointer}.auth-password-toggle:hover{background:#0b3d2e14}.auth-password-toggle:focus-visible{outline:2px solid var(--primary);outline-offset:2px}body.dark .auth-password-toggle{color:#fff}body.dark .auth-password-toggle:hover{background:#ffffff1a}.auth-password-toggle-icon{display:block}.match-row{display:grid;grid-template-columns:1fr 70px 70px 1fr;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid var(--border)}.predictions-save{margin-top:0}body.save-busy{overflow:hidden;touch-action:none}.save-blocking-overlay{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px;background:#0719148c;backdrop-filter:blur(4px);cursor:wait;pointer-events:all}.save-blocking-dialog{display:flex;flex-direction:column;align-items:center;gap:14px;max-width:320px;padding:28px 32px;border-radius:22px;background:var(--card);border:1px solid var(--border);box-shadow:0 20px 50px #0003;text-align:center}.save-blocking-text{margin:0;font-size:1.05rem;font-weight:800;color:var(--primary)}body.dark .save-blocking-text{color:var(--accent)}.save-blocking-hint{margin:0;font-size:.88rem}.save-spinner,.btn-inline-spinner{display:inline-block;border-radius:50%;border:3px solid rgba(11,61,46,.2);border-top-color:var(--primary);animation:save-spin .75s linear infinite}.save-spinner{width:44px;height:44px}.btn-inline-spinner{width:18px;height:18px;border-width:2px;margin-right:8px;vertical-align:middle}body.dark .save-spinner,body.dark .btn-inline-spinner{border-color:#fff3;border-top-color:var(--accent)}@keyframes save-spin{to{transform:rotate(360deg)}}.btn.btn--loading{display:inline-flex;align-items:center;justify-content:center;gap:4px}.btn:disabled,.btn[disabled]{opacity:.65;cursor:not-allowed;pointer-events:none}.predictions-me-card.is-saving,.admin-results-card.is-saving{pointer-events:none;-webkit-user-select:none;user-select:none}.input:disabled{opacity:.7;cursor:not-allowed}.predictions-me-card{display:flex;flex-direction:column;max-height:min(calc(100dvh - 270px),calc(100vh - 270px));min-height:0;padding:0;overflow:hidden}.predictions-me-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;padding:22px 18px 12px}.predictions-me-footer{flex-shrink:0;display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;padding:14px 18px 20px;border-top:1px solid var(--border);background:var(--card);box-shadow:0 -6px 18px #0000000f}body.dark .predictions-me-footer{box-shadow:0 -6px 18px #00000059}.predictions-me-msg{margin:0;font-size:.9rem;flex:1;min-width:140px}.predictions-deadline-notice{color:var(--muted);max-width:42rem}.predictions-me-hint{margin:0 0 8px}.predictions-day-section{margin:0 0 28px}.predictions-day-section:last-of-type{margin-bottom:8px}.predictions-day-title{margin:0 0 4px;font-size:1.02rem;font-weight:800;letter-spacing:.04em;color:var(--primary);padding:10px 4px 12px;border-bottom:2px solid var(--border)}body.dark .predictions-day-title{color:var(--accent);border-bottom-color:#f9d34240}.prediction-match-row{display:grid;grid-template-columns:56px minmax(0,1fr) 76px 76px minmax(0,1fr) 56px;gap:10px 12px;align-items:center;padding:14px 0;border-bottom:1px solid var(--border)}.predictions-day-section .prediction-match-row:last-child{border-bottom:none}.pred-flag-col{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:56px}.pred-flag-col--end{align-items:center}.team-flag{display:inline-block;width:48px;height:36px;line-height:36px;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001f;flex-shrink:0;background-size:cover;background-position:center}.team-flag--card{width:52px;height:40px;line-height:40px;border-radius:10px}.pred-flag-col .team-flag,.pred-flag-col .flag-placeholder{margin:0 auto}.flag-placeholder{display:inline-block;width:48px;height:36px;border-radius:8px;border:2px dashed var(--border);background:#0b3d2e0f;flex-shrink:0}.flag-placeholder--card{width:52px;height:40px;border-radius:10px}body.dark .flag-placeholder{background:#00000040;border-color:#ffffff38}.prediction-team{display:flex;align-items:center;min-width:0}.prediction-team--home{justify-content:flex-end;text-align:right}.prediction-team--away{justify-content:flex-start;text-align:left}.prediction-team-name{font-weight:800;font-size:.9rem;line-height:1.3;word-wrap:break-word;overflow-wrap:anywhere}.prediction-scores-wrap{display:contents}.prediction-match-row .prediction-score{margin:0;width:100%;min-width:0;padding:10px 8px}@media (max-width:800px){.prediction-match-row{grid-template-columns:44px minmax(0,1fr) 64px 64px minmax(0,1fr) 44px;gap:8px 6px;padding:12px 0}.pred-flag-col .team-flag,.pred-flag-col .flag-placeholder{width:40px;height:30px;line-height:30px}.prediction-team-name{font-size:.82rem}.predictions-me-card{max-height:min(calc(100dvh - 230px),calc(100vh - 230px))}.predictions-me-scroll{padding:16px 14px 10px}.predictions-me-footer{padding:12px 14px 16px}}.inactive-panel-notice{max-width:560px;margin:24px auto;padding:28px 24px;text-align:center}.inactive-panel-notice__title{margin:0 0 12px;font-size:1.2rem;font-weight:800;color:var(--primary)}body.dark .inactive-panel-notice__title{color:var(--accent)}.inactive-panel-notice__text{margin:0;font-size:1rem;line-height:1.55;color:var(--text)}.export-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:20px}.score{width:70px;text-align:center}.prediction-score.score,.input.score[type=text]{text-align:center;font-variant-numeric:tabular-nums}.muted{color:var(--muted)}.top3{font-size:22px}.danger{color:#c62828;font-weight:700}.success{color:#1b7f43;font-weight:700}.page-header{text-align:center;margin:0 0 24px}.page-header h1{margin:0 0 8px;font-size:1.75rem;font-weight:800;letter-spacing:.03em}.page-header--ranking h1{text-transform:uppercase}.page-header .page-subtitle{margin:0;color:var(--muted);font-size:1rem;font-weight:600}.home-top5-block .dashboard-panel-heading,.ranking-gurus-block .dashboard-panel-heading{text-align:center;text-transform:uppercase;letter-spacing:.08em;color:#e8f5ee;border-bottom-color:#78b48c59}body.dark .home-top5-block .dashboard-panel-heading,body.dark .ranking-gurus-block .dashboard-panel-heading{color:var(--accent);border-bottom-color:#f9d34240}.ranking-gurus-block{display:flex;flex-direction:column;min-height:0;max-width:100%;margin:0 auto}.ranking-gurus-head{flex-shrink:0;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:10px 12px;padding:4px 8px 10px;margin-bottom:2px;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#e8f5ee99;text-align:center;border-bottom:1px solid rgba(120,180,140,.22)}.ranking-gurus-body{flex:1 1 auto;min-height:0;max-height:min(52vh,480px);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;padding-right:4px}.ranking-gurus-head span:last-child{text-align:right;padding-left:6px}.ranking-gurus-block .home-top5-row.ranking-me{background:#f9d3421a;border-bottom-color:#f9d34247}.ranking-gurus-block .home-top5-row.ranking-me .home-top5-alias{color:#f9d342;font-weight:800}.profile-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 24px}.profile-hero{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid var(--border)}.profile-avatar{width:88px;height:88px;border-radius:24px;border:3px solid var(--accent);background:var(--bg)}.profile-name{margin:0;font-size:1.75rem;font-weight:800;color:var(--primary)}.profile-status{padding:6px 14px;border-radius:999px;font-size:12px;font-weight:700}.profile-status.active{background:#1b7f4326;color:#1b7f43}.profile-status.inactive{background:#c628281f;color:#c62828}body.dark .profile-status.active{color:#7dcea0}.profile-stats{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:100%;max-width:400px}.profile-stat{background:var(--bg);border:1px solid var(--border);border-radius:18px;padding:20px 14px}.profile-stat-label{display:block;font-size:11px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.profile-stat-value{font-size:2rem;font-weight:800;color:var(--primary);line-height:1}.profile-stat-value.top3{font-size:2.5rem;line-height:1.1}.rules-card{max-width:720px;margin:0 auto;padding:28px 32px}.rules-section{margin-bottom:28px}.rules-section:last-child{margin-bottom:0}.rules-section-title{margin:0 0 16px;font-size:1rem;font-weight:800;color:var(--primary);text-transform:uppercase;letter-spacing:.05em;text-align:center}.rules-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.rules-list li{padding:14px 18px;background:var(--bg);border:1px solid var(--border);border-radius:14px;line-height:1.55;font-size:.95rem}.rules-list li:before{content:"\26bd";margin-right:10px;opacity:.85}.rules-prize{padding-top:24px;border-top:1px solid var(--border)}.rules-prize-box{margin:0;padding:22px 24px;background:linear-gradient(180deg,#0d3326,#08251c);border:1px solid #1f493a;border-radius:16px;color:#fff;line-height:1.65;font-size:1rem;box-shadow:0 8px 28px #0000001f}.rules-prize-intro{margin:0 0 18px;font-size:1.02rem}.rules-prize-intro strong{font-weight:800;color:#fff}.rules-prize-list{margin:0 0 18px;padding-left:1.5rem;list-style-position:outside}.rules-prize-list li{margin:0 0 12px;padding-left:4px}.rules-prize-list li:last-child{margin-bottom:0}.rules-prize-list strong{font-weight:800;color:#fff}.rules-prize-foot{margin:0;font-size:.98rem;line-height:1.6;color:#e8f5eeeb}body:not(.dark) .rules-prize-box{border-color:#2a5c45}.rules-fallback{margin:0;white-space:pre-wrap;font-family:inherit;line-height:1.6}.toggle-btn{min-width:58px;padding:8px 16px;border:none;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.04em;cursor:pointer;color:#fff;transition:transform .15s,box-shadow .15s}.toggle-btn:hover{transform:scale(1.04)}.toggle-btn.on{background:#1b7f43;box-shadow:0 4px 14px #1b7f4359}.toggle-btn.off{background:#c62828;box-shadow:0 4px 14px #c6282859}.admin-section-title{margin:0 0 18px;font-size:1.1rem;font-weight:800;color:var(--primary);text-align:center;letter-spacing:.04em;text-transform:uppercase;flex-shrink:0}.admin-users-card{display:flex;flex-direction:column;min-height:0;overflow:hidden}.admin-panel-scroll{flex:1 1 auto;min-height:0;max-height:min(52vh,480px);overflow-y:auto;overflow-x:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;padding-right:4px}.admin-users-table{margin-bottom:0}.admin-users-table thead th{position:sticky;top:0;z-index:2;background:var(--card);box-shadow:0 1px 0 var(--border)}.admin-results-card .admin-section-title{padding:22px 18px 0;margin-bottom:4px}.admin-result-item{margin-bottom:4px;padding-bottom:10px;border-bottom:1px solid var(--border)}.predictions-day-section .admin-result-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.admin-result-actions{display:flex;justify-content:center;padding:10px 0 6px}.admin-result-btn{padding:9px 22px;font-size:.88rem}.predictions-matrix-card{padding:20px 16px 24px;background:linear-gradient(180deg,#0d3326,#071914);border-color:#1f493a}.matrix-hint{text-align:center;margin:12px 0}.predictions-matrix-wrap{--matrix-col-partidos:200px;--matrix-col-result:48px;overflow:auto;max-width:100%;max-height:min(68vh,calc(100dvh - 240px));border-radius:12px;border:1px solid rgba(120,180,140,.35);-webkit-overflow-scrolling:touch}.predictions-matrix{width:max-content;min-width:100%;border-collapse:separate;border-spacing:0;font-size:13px;color:#e8f5ee}.predictions-matrix th,.predictions-matrix td{border:1px solid rgba(120,180,140,.35);padding:10px 12px;text-align:center;vertical-align:middle;background-clip:padding-box}.predictions-matrix thead{position:sticky;top:0;z-index:20;box-shadow:0 4px 14px #00000059}.predictions-matrix thead th{background:#0f3d2c;font-weight:700}.predictions-matrix tfoot{position:sticky;bottom:0;z-index:18;box-shadow:0 -4px 14px #00000059}.predictions-matrix tfoot td{background:#0f3d2c;font-weight:800}.predictions-matrix .col-matches{text-align:left;width:var(--matrix-col-partidos);min-width:var(--matrix-col-partidos);max-width:var(--matrix-col-partidos);position:sticky;left:0;z-index:6;background:#0f3d2c;font-weight:600;box-shadow:4px 0 10px #00000047}.predictions-matrix thead .col-matches{z-index:24}.predictions-matrix tfoot .col-matches{z-index:22}.predictions-matrix tbody .col-matches{background:#0a2e22}.predictions-matrix tbody tr:nth-child(2n) .col-matches{background:#0c3024}.predictions-matrix .col-result-group,.predictions-matrix .col-result-l,.predictions-matrix .col-result-v{background:#134a36;position:sticky;z-index:5}.predictions-matrix .col-result-group{left:var(--matrix-col-partidos);width:calc(var(--matrix-col-result) * 2);min-width:calc(var(--matrix-col-result) * 2);box-shadow:4px 0 10px #00000038}.predictions-matrix thead .col-result-group{z-index:23}.predictions-matrix .col-result-l{left:var(--matrix-col-partidos);width:var(--matrix-col-result);min-width:var(--matrix-col-result)}.predictions-matrix .col-result-v{left:calc(var(--matrix-col-partidos) + var(--matrix-col-result));width:var(--matrix-col-result);min-width:var(--matrix-col-result);box-shadow:4px 0 10px #00000038}.predictions-matrix thead .col-result-l,.predictions-matrix thead .col-result-v{z-index:23}.predictions-matrix tfoot .col-result-l,.predictions-matrix tfoot .col-result-v{z-index:21}.predictions-matrix tbody .col-result-l,.predictions-matrix tbody .col-result-v{background:#0f3d2c}.predictions-matrix tbody tr:nth-child(2n) .col-result-l,.predictions-matrix tbody tr:nth-child(2n) .col-result-v{background:#123a2b}.predictions-matrix .result-title{display:inline-block;writing-mode:vertical-rl;transform:rotate(180deg);font-size:11px;letter-spacing:.12em;white-space:nowrap}.predictions-matrix .col-participant{background:#16553f;font-size:12px;letter-spacing:.04em}.predictions-matrix .participant-alt{background:#1a6349}.predictions-matrix .sub{font-size:11px;font-weight:600;color:#b8d4c4}.predictions-matrix tbody tr:nth-child(2n) td:not(.col-matches):not(.col-result-l):not(.col-result-v){background:#ffffff08}.predictions-matrix tbody tr:nth-child(2n) td.participant-alt{background:#ffffff0f}.predictions-matrix .num{min-width:44px;font-variant-numeric:tabular-nums}.predictions-matrix .points{font-weight:700;color:#f9d342}.predictions-matrix .total-label{text-align:right;font-size:12px;letter-spacing:.1em}.predictions-matrix .total{color:#f9d342;font-size:14px}.predictions-matrix .spacer{border-color:#78b48c33}body:not(.dark) .predictions-matrix-card{background:linear-gradient(180deg,#e8f2ec,#f4f7f5);border-color:var(--border)}body:not(.dark) .predictions-matrix{color:var(--text)}body:not(.dark) .predictions-matrix th,body:not(.dark) .predictions-matrix td{border-color:var(--border)}body:not(.dark) .predictions-matrix thead th{background:#dce8e0}body:not(.dark) .predictions-matrix .col-matches{background:#dce8e0}body:not(.dark) .predictions-matrix .col-result-group,body:not(.dark) .predictions-matrix .col-result-l,body:not(.dark) .predictions-matrix .col-result-v{background:#c8ddd0}body:not(.dark) .predictions-matrix tbody .col-matches{background:#eef4f0}body:not(.dark) .predictions-matrix tbody .col-result-l,body:not(.dark) .predictions-matrix tbody .col-result-v{background:#e2ece6}body:not(.dark) .predictions-matrix tbody tr:nth-child(2n) .col-matches{background:#e8f2ec}body:not(.dark) .predictions-matrix tbody tr:nth-child(2n) .col-result-l,body:not(.dark) .predictions-matrix tbody tr:nth-child(2n) .col-result-v{background:#dce8e0}body:not(.dark) .predictions-matrix tfoot td,body:not(.dark) .predictions-matrix tfoot .col-matches,body:not(.dark) .predictions-matrix tfoot .col-result-l,body:not(.dark) .predictions-matrix tfoot .col-result-v{background:#dce8e0}body:not(.dark) .predictions-matrix .col-participant{background:#d0e4d8}body:not(.dark) .predictions-matrix .participant-alt{background:#c5dccf}body:not(.dark) .predictions-matrix .points,body:not(.dark) .predictions-matrix .total{color:var(--primary)}.grid.home-dashboard-grid{display:flex;flex-direction:column;gap:20px;width:100%;max-width:100%}.upcoming-matches-block{background:linear-gradient(180deg,#0d3326,#08251c);border:1px solid #1f493a;border-radius:24px;padding:22px 16px 26px;box-shadow:0 10px 35px #0000001f;overflow:hidden;max-width:100%;width:100%;box-sizing:border-box;display:flex;flex-direction:column;min-height:0}.upcoming-matches-body{min-height:0;width:100%;flex:1 1 auto}.upcoming-matches-body--scroll{max-height:min(52vh,440px);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-inline:6px;scrollbar-gutter:stable}.upcoming-matches-title{margin:0 0 6px;font-size:1.05rem;font-weight:800;color:#fff;letter-spacing:.08em;text-transform:uppercase;text-align:center;flex-shrink:0}.upcoming-matches-sub{margin:0 0 16px;font-size:.8rem;font-weight:500;color:#e8f5eeb8;text-align:center;line-height:1.45;padding:0 8px;flex-shrink:0}.upcoming-empty{margin:18px 12px;text-align:center;font-size:.88rem;color:#e8f5eebf;line-height:1.5}.match-cards{display:flex;flex-direction:column;align-items:center;gap:12px;max-width:100%;width:100%}.match-cards.match-cards--horizontal-scroll{flex-direction:column;flex-wrap:nowrap;overflow-x:hidden;overflow-y:visible;gap:12px;padding:0;margin:0;scroll-snap-type:none}.match-cards.match-cards--horizontal-scroll .match-card{width:100%;min-width:0;max-width:min(520px,100%);margin-inline:auto}@media (min-width:901px){.match-cards.match-cards--horizontal-scroll{flex-direction:row;flex-wrap:nowrap;justify-content:center;overflow-x:auto;overflow-y:hidden;gap:14px;padding:2px 8px 12px;margin:0;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}.match-cards.match-cards--horizontal-scroll .match-card{flex:0 0 auto;width:min(300px,calc(100vw - 120px));min-width:260px;max-width:320px;margin-inline:0;scroll-snap-align:center}.upcoming-matches-body--scroll:has(.match-cards--horizontal-scroll){max-height:none;overflow-y:visible;padding-inline:0}}.match-card{background:linear-gradient(165deg,#136f4847,#061f17b8);border:1px solid rgba(249,211,66,.2);border-radius:18px;padding:16px 12px 14px;box-shadow:inset 0 1px #ffffff0f;width:100%;max-width:min(520px,100%);margin-inline:auto;box-sizing:border-box;overflow:hidden;color:#e8f5ee}.match-card-head{text-align:center;font-weight:800;font-size:.88rem;letter-spacing:.04em;margin-bottom:12px;line-height:1.35;text-transform:uppercase;word-wrap:break-word;overflow-wrap:anywhere;padding:0 4px}.match-card-head .vs{font-weight:700;color:#f9d342e6;margin:0 .2em}.match-card-row{display:grid;grid-template-columns:minmax(64px,1fr) auto minmax(64px,1fr);align-items:center;gap:8px 6px;min-height:96px;max-width:100%}.match-flag-col{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;min-width:0}.match-flag-col--away{align-items:center}.match-flag-col .team-flag,.match-flag-col .flag-placeholder{width:52px;height:40px;line-height:40px;border-radius:10px}.match-flag-col .flag-placeholder{border:2px dashed rgba(255,255,255,.28);background:#0000002e}.flag-team-label{font-size:.72rem;font-weight:600;color:#c8ddd0f2;max-width:100%;line-height:1.25;word-wrap:break-word;overflow-wrap:anywhere;padding:0 2px}.match-score-block{display:flex;align-items:center;justify-content:center;gap:6px;flex-shrink:0}.score-box{min-width:40px;height:46px;display:inline-flex;align-items:center;justify-content:center;background:#071914;border:1px solid rgba(249,211,66,.32);color:#f9d342;font-weight:800;font-size:1.2rem;border-radius:11px;padding:0 8px}.score-dash{font-weight:800;font-size:1.1rem;color:#e8f5eed9}.match-meta{margin:12px 0 0;text-align:center;font-size:.7rem;color:#c8ddd0c7;line-height:1.45;padding:0 6px;word-wrap:break-word;overflow-wrap:anywhere}.home-top5-block{background:linear-gradient(180deg,#0d3326,#08251c);border:1px solid #1f493a;border-radius:24px;padding:22px 14px 18px;overflow:hidden;max-width:100%;width:100%;box-sizing:border-box;box-shadow:0 10px 35px #0000001f}.home-top5-list{display:flex;flex-direction:column;gap:0;margin-top:4px}.home-top5-row{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:10px 12px;padding:12px 8px;border-bottom:1px solid rgba(120,180,140,.22)}.home-top5-row:last-child{border-bottom:none}.home-top5-pos{font-size:1.4rem;line-height:1;text-align:center}.home-top5-alias{display:block;font-weight:700;color:#e8f5ee;font-size:.9rem;min-width:0;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 4px}.home-top5-points{font-weight:800;color:#f9d342;font-size:1rem;font-variant-numeric:tabular-nums;text-align:right;min-width:2.5rem;padding-left:6px}body.dark .home-top5-block,body.dark .ranking-gurus-block{border-color:#1f493a}body:not(.dark) .home-top5-block,body:not(.dark) .ranking-gurus-block{border-color:#2a5c45}body.dark .upcoming-matches-block{border-color:#1f493a}body:not(.dark) .upcoming-matches-block{border-color:#2a5c45}.nav-toggle{display:none;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:8px 12px;flex-shrink:0}.nav-backdrop{display:none;border:none;padding:0;margin:0;cursor:pointer}.main-area{min-width:0;width:100%}.topbar-brand-text{min-width:0}.shell.nav-open{overflow:hidden}@media (max-width:1023px){.shell{grid-template-columns:1fr}.sidebar{position:fixed;top:0;left:0;width:min(288px,88vw);max-width:100%;height:100dvh;padding:16px 14px max(24px,env(safe-area-inset-bottom));z-index:110;transform:translate(-105%);transition:transform .28s ease;box-shadow:8px 0 32px #00000059;overflow-y:auto;-webkit-overflow-scrolling:touch}.shell.nav-open .sidebar{transform:translate(0)}.nav-backdrop{display:block;position:fixed;inset:0;z-index:100;background:#00000080;backdrop-filter:blur(2px)}.topbar{position:sticky;gap:10px;padding:12px 14px;min-height:60px;height:auto;flex-wrap:nowrap}.topbar-brand{flex:1;min-width:0;gap:10px}.topbar-brand-accent{height:36px}.topbar-brand-title{font-size:1.05rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-brand-sub{font-size:10px}.nav-toggle{display:inline-flex}.content{padding:14px 12px 20px;padding-bottom:max(20px,env(safe-area-inset-bottom))}.card{border-radius:18px;padding:16px 14px;margin-bottom:14px}.page-header{margin-bottom:18px}.page-header h1{font-size:1.45rem}.grid{grid-template-columns:1fr;gap:14px}.auth-card{padding:22px 18px;border-radius:20px}.rules-card{padding:20px 16px}.export-actions{flex-direction:column;align-items:stretch}.export-actions .btn{width:100%;text-align:center}.predictions-me-card,.predictions-me-card.admin-results-card{max-height:min(calc(100dvh - 180px),calc(100vh - 180px))}.ranking-gurus-body,.admin-panel-scroll,.upcoming-matches-body--scroll{max-height:min(45vh,380px)}.profile-stats{grid-template-columns:1fr;max-width:100%}.inactive-panel-notice{margin:12px auto;padding:22px 18px}}@media (max-width:1023px) and (min-width:600px){.prediction-match-row{grid-template-columns:44px minmax(0,1fr) 64px 64px minmax(0,1fr) 44px;gap:8px 6px;padding:12px 0}.pred-flag-col .team-flag,.pred-flag-col .flag-placeholder{width:40px;height:30px;line-height:30px}.prediction-team-name{font-size:.82rem}.predictions-me-card,.predictions-me-card.admin-results-card{max-height:min(calc(100dvh - 230px),calc(100vh - 230px))}}@media (max-width:767px){.topbar-user{display:none}.avatar{width:36px;height:36px;border-radius:10px}.admin-users-table{font-size:.85rem}.admin-users-table th,.admin-users-table td{padding:10px 8px}.admin-users-table .input{margin:0;padding:8px 10px;font-size:.85rem}.admin-users-table .btn{padding:8px 12px;font-size:.8rem}.ranking-gurus-head,.home-top5-row{grid-template-columns:40px minmax(0,1fr) auto;gap:8px}.home-top5-pos{font-size:1.2rem}.match-card{padding:14px 10px}.match-card-row{grid-template-columns:minmax(48px,1fr) auto minmax(48px,1fr);min-height:80px}.match-flag-col .team-flag,.match-flag-col .flag-placeholder{width:44px;height:34px;line-height:34px}.upcoming-matches-block,.home-top5-block,.ranking-gurus-block{padding:18px 12px 16px;border-radius:18px}.predictions-matrix-wrap{max-height:min(55vh,calc(100dvh - 200px))}.predictions-matrix-wrap{--matrix-col-partidos:min(160px,42vw);--matrix-col-result:40px}.predictions-matrix{font-size:12px}.predictions-matrix th,.predictions-matrix td{padding:8px 6px}}@media (max-width:599px){.prediction-match-row{display:flex;flex-direction:column;align-items:center;gap:10px;padding:14px 0}.pred-flag-col{display:none}.prediction-scores-wrap{display:flex;justify-content:center;align-items:center;gap:12px;width:100%}.prediction-team--home,.prediction-team--away{justify-content:center;text-align:center;width:100%}.prediction-match-row .prediction-score{width:72px;max-width:40%}.admin-result-actions .btn,.predictions-me-footer .btn{width:100%}.predictions-me-footer{flex-direction:column;align-items:stretch}.predictions-me-footer .btn{text-align:center}.page-header h1{font-size:1.28rem}.rules-prize-box{padding:18px 16px}.rules-prize-list{padding-left:1.2rem}.match-card-head{font-size:.8rem}.match-meta{font-size:.65rem}}@media (min-width:1024px){.nav-toggle,.nav-backdrop{display:none!important}.sidebar{position:sticky;transform:none;box-shadow:none;width:auto}}html,body{overflow-x:hidden;max-width:100vw}img,svg,video{max-width:100%;height:auto}
