:root{color-scheme:light dark;--gh-bg: var(--tg-theme-bg-color, #ffffff);--gh-text: var(--tg-theme-text-color, #000000);--gh-hint: var(--tg-theme-hint-color, #999999);--gh-link: var(--tg-theme-link-color, #2481cc);--gh-button: var(--tg-theme-button-color, #2481cc);--gh-button-text: var(--tg-theme-button-text-color, #ffffff);--gh-secondary: var(--tg-theme-secondary-bg-color, #f0f0f0);--gh-destructive: var(--tg-theme-destructive-text-color, #ff3b30)}*{box-sizing:border-box;margin:0;padding:0}html,body,#app{height:100%;background:var(--gh-bg);color:var(--gh-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.4}.app-shell{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh}.app-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:1px solid var(--gh-secondary);position:sticky;top:0;background:var(--gh-bg);z-index:10}.tournament-tabs{display:flex;gap:8px}.tournament-tab{padding:6px 12px;border-radius:16px;border:none;background:var(--gh-secondary);color:var(--gh-text);font-size:14px;cursor:pointer}.tournament-tab.active{background:var(--gh-button);color:var(--gh-button-text)}.settings-btn{background:none;border:none;font-size:20px;cursor:pointer;padding:4px 8px}.app-content{flex:1;overflow-y:auto;padding-bottom:56px}.tab-bar{display:flex;position:fixed;bottom:0;left:0;right:0;background:var(--gh-bg);border-top:1px solid var(--gh-secondary);padding:8px 0 calc(8px + env(safe-area-inset-bottom))}.tab-bar button{flex:1;border:none;background:none;color:var(--gh-hint);font-size:13px;padding:8px;cursor:pointer}.tab-bar button.active{color:var(--gh-link);font-weight:600}.mode-switch{display:flex;margin:12px;background:var(--gh-secondary);border-radius:10px;padding:4px}.mode-switch button{flex:1;border:none;background:transparent;padding:8px;border-radius:8px;color:var(--gh-text);cursor:pointer}.mode-switch button.active{background:var(--gh-bg);font-weight:600}.group-header{padding:12px 16px 4px;font-size:13px;color:var(--gh-hint);font-weight:600}.match-card{display:block;padding:12px 16px;border-bottom:1px solid var(--gh-secondary);text-decoration:none;color:inherit;cursor:pointer}.match-card:active{background:var(--gh-secondary)}.match-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.team-side{flex:1;display:flex;align-items:center;gap:8px;min-width:0}.team-side.away{flex-direction:row-reverse;text-align:right}.team-logo{width:24px;height:24px;object-fit:contain;flex-shrink:0}.team-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.team-name.winner{font-weight:700}.score-box{font-size:18px;font-weight:600;white-space:nowrap;min-width:56px;text-align:center}.match-meta{text-align:center;font-size:12px;color:var(--gh-hint);margin-top:4px}.match-meta.stale{color:var(--gh-destructive)}.red-card{margin-left:2px}.skeleton{animation:pulse 1.5s ease-in-out infinite;background:var(--gh-secondary);border-radius:8px;height:64px;margin:8px 16px}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.fade-in{animation:fadeIn .1s ease}@keyframes fadeIn{0%{opacity:.7}to{opacity:1}}.banner{padding:8px 16px;text-align:center;font-size:13px;background:var(--gh-secondary);color:var(--gh-hint)}.banner.warn{color:var(--gh-destructive);background:#ff3b301a}.progress-bar{height:2px;background:var(--gh-button);animation:progress 1s linear infinite}@keyframes progress{0%{width:0;margin-left:0}50%{width:60%;margin-left:20%}to{width:0;margin-left:100%}}.standings-table{width:100%;table-layout:fixed;border-collapse:collapse;font-size:13px}.standings-table .col-zone{width:4px}.standings-table .col-pos{width:24px}.standings-table .col-logo{width:28px}.standings-table .col-team{width:auto}.standings-table .col-stat{width:22px}.standings-table .col-gd{width:30px}.standings-table .col-pts{width:26px}.standings-table .col-form{width:52px}.standings-table th,.standings-table td{padding:6px 2px;text-align:center;vertical-align:middle}.standings-table th.col-team,.standings-table td.col-team{text-align:left;padding-left:4px;overflow:hidden}.standings-table td{border-bottom:1px solid var(--gh-secondary)}.standings-table th{color:var(--gh-hint);font-weight:500;font-size:11px;border-bottom:1px solid var(--gh-secondary)}.zone-cell{width:4px;min-width:4px;max-width:4px;padding:0!important}.team-cell-name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.col-team .live-badge{display:block;margin-top:2px}.col-form{white-space:nowrap}.form-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin:0 1px}.form-dot.W{background:#4caf50}.form-dot.D{background:#ff9800}.form-dot.L{background:#f44336}.live-badge{font-size:10px;padding:2px 4px;border-radius:4px;background:var(--gh-secondary);white-space:nowrap}.live-badge.winning{color:#4caf50}.live-badge.losing{color:#f44336}.live-badge.drawing{color:#ff9800}.group-table{margin-bottom:16px}.group-title{padding:8px 16px;font-weight:600;font-size:14px}.stat-row{padding:8px 16px}.stat-label{display:flex;justify-content:space-between;font-size:12px;color:var(--gh-hint);margin-bottom:4px}.stat-bars{display:flex;height:8px;border-radius:4px;overflow:hidden}.stat-bar-home{background:var(--gh-button);transition:width .3s}.stat-bar-away{background:var(--gh-hint);transition:width .3s}.detail-section{padding:12px 16px;border-top:8px solid var(--gh-secondary)}.detail-section h3{font-size:12px;color:var(--gh-hint);margin-bottom:8px;letter-spacing:.5px}.event-item{padding:6px 0;font-size:14px;border-bottom:1px solid var(--gh-secondary)}.lineup-team{margin-bottom:12px}.lineup-team h4{font-size:14px;margin-bottom:4px}.lineup-player{font-size:13px;padding:2px 0;color:var(--gh-hint)}.settings-section{padding:16px;border-bottom:8px solid var(--gh-secondary)}.settings-section h3{margin-bottom:12px;font-size:14px}.toggle-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--gh-secondary)}.toggle-row input[type=checkbox]{width:20px;height:20px}.time-inputs{display:flex;gap:12px;align-items:center}.time-inputs input{padding:8px;border:1px solid var(--gh-secondary);border-radius:8px;background:var(--gh-bg);color:var(--gh-text)}.sub-team{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--gh-secondary)}.sub-team-left{display:flex;align-items:center;gap:8px}.playoff-round{padding:12px 16px}.playoff-round h4{margin-bottom:8px;font-size:14px}.playoff-match{padding:8px 0;font-size:14px;border-bottom:1px solid var(--gh-secondary)}.placeholder-text{padding:32px 16px;text-align:center;color:var(--gh-hint)}.retry-btn{margin-top:12px;padding:10px 20px;background:var(--gh-button);color:var(--gh-button-text);border:none;border-radius:8px;cursor:pointer}.sub-table-tabs{display:flex;margin:12px;gap:8px}.sub-table-tabs button{flex:1;padding:8px;border:none;border-radius:8px;background:var(--gh-secondary);color:var(--gh-text);cursor:pointer}.sub-table-tabs button.active{background:var(--gh-button);color:var(--gh-button-text)}
