:root{--primary: #00ce00;--primary-hover: #00b300;--primary-shadow: rgba(0, 206, 0, .25);--primary-bg: rgba(0, 206, 0, .12);--winline-orange: #ff6b00;--winline-orange-hover: #e85f00;--winline-orange-bg: rgba(255, 107, 0, .12);--winline-orange-border: rgba(255, 107, 0, .3);--bg-dark: #0f0f0f;--surface: #1e1e1e;--card-dark: #1a1516;--border-dark: #2d2d2d;--text: #fff;--text-muted: rgba(255, 255, 255, .6);--text-dim: rgba(255, 255, 255, .45);--radius: 1rem;--radius-lg: 2rem;--radius-full: 9999px;--font-display: "Lexend", sans-serif}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:var(--font-display);background:var(--bg-dark);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}.app{display:flex;flex-direction:column;min-height:100vh}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:var(--surface)}.custom-scrollbar::-webkit-scrollbar-thumb{background:var(--border-dark);border-radius:10px}button{font-family:var(--font-display);cursor:pointer;border:none}button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.app{max-width:1400px;margin:0 auto;width:100%;padding:0 1.5rem}@media (min-width: 1024px){.app{padding:0 5rem}}.header{position:sticky;top:0;z-index:50;width:100%;background:#0f0f0fd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-dark);margin:0 -1.5rem;padding:1rem 1.5rem}@media (min-width: 1024px){.header{margin:0 -5rem;padding-left:5rem;padding-right:5rem}}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-brand{display:flex;align-items:center;gap:.75rem}.header-logo{width:2.5rem;height:2.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.header-logo-img{width:100%;height:100%;object-fit:contain}.header-title{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0}.header-subtitle{font-size:.625rem;text-transform:uppercase;letter-spacing:.2em;color:var(--primary);font-weight:600;margin:.25rem 0 0}.header-nav{display:flex;align-items:center;gap:2rem}.header-nav button{font-size:.875rem;font-weight:500;background:none;color:var(--text-muted);padding:.25rem 0;transition:color .2s}.header-nav button:hover{color:var(--text)}.header-nav button.active{color:var(--winline-orange);font-weight:600}.error{background:#dc354526;color:#f87171;padding:.75rem 1rem;border-radius:var(--radius);margin-bottom:1rem;font-size:.875rem}.success{background:var(--winline-orange-bg);color:var(--winline-orange);padding:.75rem 1rem;border-radius:var(--radius);margin-bottom:1rem;font-size:.875rem;font-weight:600}.matches{flex:1;padding:2rem 0 6rem}.matches-intro{margin-bottom:2rem}.matches-intro h2{font-size:1.875rem;font-weight:700;margin:0 0 .5rem}.matches-intro p{color:var(--text-muted);font-size:.875rem;margin:0}.rules-card{display:flex;gap:1rem;align-items:flex-start;background:var(--card-dark);border:1px solid var(--border-dark);border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:1.5rem}.rules-card-icon{flex-shrink:0;width:2.25rem;height:2.25rem;background:var(--winline-orange-bg);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:var(--winline-orange)}.rules-card-icon .material-symbols-outlined{font-size:1.25rem}.rules-card-content{flex:1;min-width:0}.rules-card-title{font-size:.8125rem;font-weight:600;color:var(--text);margin:0 0 .5rem;letter-spacing:-.01em}.rules-list{margin:0;padding:0 0 0 1.25rem;font-size:.8125rem;line-height:1.5;color:var(--text-muted)}.rules-list li{margin-bottom:.35rem}.rules-list li:last-child{margin-bottom:0}.rules-list strong{color:var(--winline-orange);font-weight:600}.newbie-bonus-card{background:linear-gradient(135deg,#e85c2a26,#e85c2a0d);border:1px solid rgba(232,92,42,.45);border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:1.5rem}.newbie-bonus-title{margin:0 0 .35rem;font-size:.95rem;font-weight:700;color:#ffd7c7;letter-spacing:.01em}.newbie-bonus-text{margin:0;font-size:.9rem;font-weight:600;color:#ffe8df}.matches-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 1280px){.matches-grid{grid-template-columns:repeat(2,1fr)}}.match-card{background:var(--surface);border:1px solid var(--border-dark);border-radius:var(--radius);padding:1.5rem;transition:border-color .2s}.match-card:hover{border-color:#e85c2a66}.match-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.match-card-meta{display:flex;flex-direction:column;gap:.25rem}.match-card-tag{display:inline-block;background:var(--primary-bg);color:var(--primary);font-size:.625rem;font-weight:700;padding:.25rem .5rem;border-radius:.25rem;text-transform:uppercase;letter-spacing:.05em;width:fit-content}.match-card-date{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.875rem}.match-card-date .material-symbols-outlined{font-size:.875rem}.match-card-odds-badge{display:inline-flex;align-items:center;gap:.25rem;background:var(--winline-orange-bg);color:var(--winline-orange);font-size:.625rem;font-weight:700;padding:.25rem .75rem;border-radius:var(--radius-full);border:1px solid var(--winline-orange-border)}.match-card-odds-badge .material-symbols-outlined{font-size:.75rem}.match-card-teams{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding:0 1rem}.match-team{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1;max-width:33%}.team-flag{font-size:1.75rem;line-height:1;flex-shrink:0}.team-logo{width:3.25rem;height:3.25rem;object-fit:contain;flex-shrink:0;border-radius:.5rem;background:#ffffff0f;padding:.25rem}.team-logo--sm{width:1.5rem;height:1.5rem;padding:.125rem;border-radius:.35rem}.team-logo-fallback{display:inline-flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;border-radius:.5rem;font-size:.875rem;font-weight:800;letter-spacing:-.03em;color:var(--text);background:linear-gradient(145deg,#ff6b3559,#1e1e23f2);border:1px solid var(--border-dark);flex-shrink:0}.team-logo-fallback--sm{width:1.5rem;height:1.5rem;font-size:.5625rem;border-radius:.35rem}.match-team-name{font-size:1.125rem;font-weight:700;text-align:center}.match-vs{font-size:1.5rem;font-weight:900;color:var(--border-dark)}.match-choice-section{margin-bottom:1rem}.match-choice-label{font-size:.6875rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.15em;text-align:center;margin-bottom:.75rem}.choice-pills{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;padding:.25rem;background:var(--bg-dark);border-radius:var(--radius-full);border:1px solid var(--border-dark)}.choice-pills button{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem .375rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:700;background:transparent;color:var(--text-muted);transition:all .2s}.choice-pill-name{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.choice-pill-name .team-flag{font-size:1rem;flex-shrink:0}.choice-pill-name .team-logo,.choice-pill-name .team-logo-fallback{flex-shrink:0}.choice-pill-odds{font-size:.8125rem;font-weight:600;opacity:.9}.choice-pills button:hover{color:var(--text)}.choice-pills button:hover .choice-pill-odds,.choice-pills button.selected .choice-pill-odds{opacity:1}.choice-pills button.selected{background:var(--primary);color:#fff;box-shadow:0 4px 6px var(--primary-shadow)}.match-actions{display:flex;justify-content:flex-end;margin-top:1rem}.btn-winline-link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1rem;background:var(--winline-orange);color:#fff;border-radius:var(--radius-full);font-size:.875rem;font-weight:700;transition:background .2s;text-decoration:none;box-shadow:0 4px 14px #ff6b0040;border:none;cursor:pointer;font-family:var(--font-display)}.btn-winline-link:hover{background:var(--winline-orange-hover);color:#fff;text-decoration:none}.btn-winline-link .material-symbols-outlined{font-size:.875rem}.btn-deposit-bonus{font-size:.8125rem;line-height:1.3;text-align:center;white-space:normal}.global-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;padding-bottom:1rem}.link-winline{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1rem;background:var(--primary);color:#fff;border-radius:var(--radius);font-weight:600;text-align:center;text-decoration:none;transition:background .2s}.link-winline:hover{background:var(--primary-hover);color:#fff;text-decoration:none}.sticky-submit-wrap{position:fixed;bottom:0;left:0;right:0;z-index:50;padding:1.5rem;pointer-events:none}.sticky-submit-inner{max-width:1400px;margin:0 auto;display:flex;justify-content:center;pointer-events:auto}.submit-btn{display:inline-flex;align-items:center;gap:1rem;padding:1.25rem 3rem;background:var(--primary);color:#fff;border-radius:var(--radius-full);font-size:1.125rem;font-weight:700;box-shadow:0 25px 50px -12px var(--primary-shadow);transition:transform .2s}.submit-btn:hover:not(:disabled){transform:scale(1.02)}.submit-btn:active:not(:disabled){transform:scale(.98)}.submit-btn:disabled{background:var(--border-dark);cursor:not-allowed;box-shadow:none}.submit-btn .submit-icon{width:1.5rem;height:1.5rem;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center}.submit-btn .material-symbols-outlined{font-size:.875rem}.leaderboard{flex:1;padding:2rem 0 4rem;max-width:800px;margin:0 auto;width:100%}.leaderboard h2{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem}.period-tabs-wrap{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}@media (min-width: 768px){.period-tabs-wrap{flex-direction:row;justify-content:space-between;align-items:center}}.period-pills{display:flex;height:2.75rem;width:100%;max-width:16rem;background:var(--card-dark);padding:.25rem;border-radius:var(--radius-full);border:1px solid var(--border-dark)}.period-pills label{flex:1;display:flex;align-items:center;justify-content:center;padding:0 1rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:color .2s}.period-pills label:hover{color:var(--text)}.period-pills input{display:none}.period-pills label:has(input:checked){background:var(--primary);color:#fff;font-weight:700;box-shadow:0 1px 3px var(--primary-shadow)}.leaderboard-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 1rem;min-height:12rem}.leaderboard-spinner{width:2.5rem;height:2.5rem;border:3px solid var(--winline-orange-bg);border-top-color:var(--winline-orange);border-radius:50%;animation:leaderboard-spin .8s linear infinite}@keyframes leaderboard-spin{to{transform:rotate(360deg)}}.leaderboard-loader-text{margin:0;font-size:.875rem;color:var(--winline-orange);font-weight:500}.period-select-wrap{margin-bottom:1rem}.period-select-wrap select{width:100%;padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border-dark);border-radius:var(--radius);color:var(--text);font-family:var(--font-display);font-size:.875rem}.leaderboard-table-wrap{border-radius:var(--radius);border:1px solid var(--border-dark);background:#1e1e1e80;overflow:hidden}.leaderboard-table{width:100%;border-collapse:collapse;table-layout:fixed}.leaderboard-table thead{background:var(--surface)}.leaderboard-table th{padding:1rem 1.5rem;text-align:left;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);border-bottom:1px solid var(--border-dark)}.leaderboard-table th:nth-child(1){width:4rem}.leaderboard-table th:nth-child(2){min-width:0}.leaderboard-table th:nth-child(3){width:5.5rem;text-align:right;white-space:nowrap}.leaderboard-table th:last-child{text-align:right}.leaderboard-table td{padding:1rem 1.5rem;border-bottom:1px solid var(--border-dark);font-size:.875rem}.leaderboard-table td:nth-child(2){min-width:0;overflow:hidden}.leaderboard-table tbody tr{transition:background .15s}.leaderboard-table tbody tr:hover{background:#ffffff08}.leaderboard-table td:last-child{text-align:right;font-weight:600}.leaderboard-table .rank-cell{text-align:center;font-weight:700;color:var(--text-dim)}.leaderboard-table .rank-1{color:var(--winline-orange)}.leaderboard-table .rank-2{color:#94a3b8}.leaderboard-table .rank-3{color:var(--winline-orange)}.leaderboard-table .player-cell{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leaderboard-table .points-badge{display:inline-flex;padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:700}.leaderboard-table .points-badge-primary{background:var(--winline-orange-bg);color:var(--winline-orange)}.leaderboard-empty{padding:2rem;text-align:center;color:var(--text-muted)}.leaderboard-cta{margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.leaderboard-cta .submit-btn{width:100%;max-width:320px;justify-content:center}.loading-msg,.empty-msg{color:var(--text-muted);text-align:center;padding:2rem}.forecast-debug-panel{position:fixed;bottom:0;left:0;right:0;z-index:9998;max-height:38vh;overflow:auto;background:#0f0f0ff5;border-top:1px solid var(--border-dark);font-size:.7rem;box-shadow:0 -4px 24px #00000073}.forecast-debug-panel__summary{cursor:pointer;padding:.5rem .75rem;color:var(--winline-orange);font-weight:600;list-style:none}.forecast-debug-panel__summary::-webkit-details-marker{display:none}.forecast-debug-panel__pre{margin:0;padding:0 .75rem .75rem;color:#b8e0b8;white-space:pre-wrap;word-break:break-word;font-family:ui-monospace,monospace;line-height:1.35}
