:root{--primary:#5e95ff;--primary-dim:rgba(94,149,255,0.15);--primary-dark:#4a7cc7;--team-width:260px}html.light{--primary:#007bff;--primary-dim:rgba(0,123,255,0.1);--primary-dark:#0069d9}*{box-sizing:border-box}body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;margin:0;padding:0;background-color:#1f232b;color:#e7eefc;transition:background .3s;height:100vh;display:flex;flex-direction:column;overflow:hidden;accent-color:var(--primary)}html.light body{background-color:#f5f7fa;color:#222}#hdr{flex:0 0 auto;background:#181b21;border-bottom:1px solid #333;padding:10px 20px;display:flex;justify-content:space-between;align-items:center;z-index:50}html.light #hdr{background:#fff;border-bottom:1px solid #ccc}#logo{font-size:1.6em;font-weight:bold;display:flex;align-items:center;white-space:nowrap}#logo #version-text{font-size:.5em;font-weight:normal;color:#888;margin-left:8px;background:rgba(255,255,255,0.1);padding:2px 6px;border-radius:4px}#controls{display:flex;gap:15px}#settings-btn{background:0 0;border:none;color:#e7eefc;cursor:pointer;font-size:1.5em;display:flex;align-items:center;justify-content:center;padding:5px;border-radius:50%;transition:background .2s}#settings-btn:hover{background:rgba(255,255,255,0.1)}html.light #settings-btn{color:#222}html.light #settings-btn:hover{background:rgba(0,0,0,0.05)}#calendar-host{flex:1;display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(5,1fr);gap:1px;background:#333;overflow:hidden}html.light #calendar-host{background:#ccc}.cal-cell{background:#1f232b;position:relative;cursor:pointer;padding:5px;display:flex;flex-direction:column;transition:background .2s;min-height:0}html.light .cal-cell{background:#fff}.cal-cell:hover{background:#2a2e38}html.light .cal-cell:hover{background:#f0f0f0}.cal-cell.is-today{background:#252b36;box-shadow:inset 0 0 0 2px var(--primary-dark)}html.light .cal-cell.is-today{background:#e6f0ff}.cal-date-num{font-weight:bold;font-size:1.1em;margin-bottom:5px;color:#888}.cal-content{font-size:.9em;color:#ccc;flex:1;overflow:hidden;line-height:1.3}html.light .cal-content{color:#555}.cal-mobile-header,.cal-mobile-body{display:none}@media (max-width:768px){#calendar-host{display:block;overflow-y:auto;background:#1f232b}.cal-cell{border-bottom:1px solid #333;min-height:60px;flex-direction:row;align-items:center;justify-content:space-between;padding:15px}.cal-date-num,.cal-content{display:none}.cal-mobile-header{display:flex;justify-content:space-between;width:100%;align-items:center}.cal-mobile-date{font-weight:bold;font-size:1.1em}.cal-mobile-count{font-size:.9em;color:#888}.cal-cell.mobile-expanded{flex-direction:column;background:#2a2e38;border-bottom:1px solid var(--primary)}.cal-mobile-body{display:none;width:100%;margin-top:15px;padding-top:15px;border-top:1px solid #444}.cal-cell.mobile-expanded .cal-mobile-body{display:block}.mob-bd-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #333;font-size:.9em}.mob-open-btn{width:100%;margin-top:15px;padding:12px}}.modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,0.3)!important;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.day-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1001}.modal-content,.day-modal-content{background:#1f232b;width:1250px;max-width:95vw;height:90vh;border-radius:8px;border:1px solid #444;display:flex;flex-direction:column;z-index:1002;box-shadow:0 10px 25px rgba(0,0,0,0.5);position:relative;background-color:#1f232b!important;margin:5vh auto}html.light .modal-content,html.light .day-modal-content{background:#fff!important;border:1px solid #ccc;color:#222;box-shadow:0 10px 25px rgba(0,0,0,0.2)}.modal-header{padding:10px 20px;border-bottom:1px solid #444;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}html.light .modal-header{border-bottom:1px solid #eee}.modal-header-left{display:flex;flex-direction:column;gap:8px;width:100%}.date-nav{display:flex;align-items:center;gap:10px;justify-content:center;width:100%}#day-modal-title{width:320px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0;display:inline-block}.nav-arrow-btn{background:0 0;border:1px solid #444;color:#ccc;cursor:pointer;border-radius:4px;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.nav-arrow-btn:hover{background:#333}.today-btn{background:var(--primary-dim);color:var(--primary);border:1px solid var(--primary);border-radius:4px;padding:5px 10px;cursor:pointer;font-size:.8em;font-weight:bold}.today-btn:disabled{opacity:0;pointer-events:none;cursor:default}.modal-header h3{margin:0;font-size:1.4em;white-space:nowrap}.modal-header-actions{display:flex;align-items:center;gap:10px;margin-left:20px}.close-btn{background:0 0;border:none;font-size:1.5em;cursor:pointer;color:#888}.close-btn:hover{color:#fff}.modal-body{padding:0;overflow-y:auto;flex:1}.settings-tabs{display:flex;border-bottom:1px solid #444;background:#181b21}html.light .settings-tabs{background:#f0f0f0;border-bottom:1px solid #ccc}.tab-btn{flex:1;padding:12px;background:0 0;border:none;color:#888;cursor:pointer;font-weight:500;border-bottom:2px solid transparent}.tab-btn.active{color:var(--primary);border-bottom:2px solid var(--primary);background:rgba(94,149,255,0.05)}.tab-pane{display:none;padding:20px 0}.tab-pane.active{display:block}.tab-info{font-size:.85em;color:#888;margin-bottom:15px;font-style:italic}.settings-grid-2col{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width:600px){.settings-grid-2col{grid-template-columns:1fr}}.col-panel{background:rgba(0,0,0,0.2);padding:15px;border-radius:6px;border:1px solid #333}html.light .col-panel{background:#f9f9f9;border:1px solid #ddd}.col-title{font-weight:bold;margin-bottom:10px;color:var(--primary);border-bottom:1px solid #444;padding-bottom:5px}.leagues-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.league-row{background:#252b36;padding:8px 12px;border-radius:6px;display:flex;justify-content:space-between;align-items:center;border:1px solid #333}html.light .league-row{background:#f9f9f9;border:1px solid #ddd}.tri-switch{display:flex;background:#111;border-radius:4px;padding:2px;gap:2px}html.light .tri-switch{background:#ddd}.tri-opt{padding:4px 8px;font-size:.75em;cursor:pointer;border-radius:3px;color:#666;font-weight:bold}.tri-opt.active{background:var(--primary);color:#fff}.btn-primary{background-color:var(--primary);color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:500}.btn-primary:hover{background-color:var(--primary-dark)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.icon-action-btn{background:0 0;border:1px solid #444;color:#ccc;width:32px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer}.icon-action-btn:hover{background:#333;color:#fff}.icon-action-btn:disabled{opacity:.3;cursor:default}.league-group{margin-bottom:15px;border:1px solid #444;border-radius:6px;overflow:hidden}.league-group summary{background:#252b36;padding:10px 15px;cursor:pointer;font-weight:bold;user-select:none}html.light .league-group summary{background:#e9ecef}.schedule-grid-container{padding:2px 0;border-bottom:1px solid #333;background:#1f232b;margin:0}html.light .schedule-grid-container{background:#fff;border-bottom:1px solid #eee}.grid-game-row{display:grid;gap:10px;align-items:center;padding:4px 10px;width:100%}.stealth-link{text-decoration:none;color:inherit;cursor:pointer;display:flex;align-items:center;gap:10px}.col-time{font-weight:bold;color:#ccc;font-size:.85em}.col-league{font-size:.85em;color:#888;text-align:center;text-transform:uppercase}.teamsgrid,.scoreboard{display:grid;grid-template-columns:1fr 140px 1fr;align-items:center;gap:5px;width:100%}.side-away{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;text-align:right;width:100%;min-width:0;overflow:hidden;gap:10px}.side-away .team-stacked{align-items:flex-end}.side-home{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;text-align:left;width:100%;min-width:0;overflow:hidden;gap:10px}.side-home .team-stacked{align-items:flex-start}.status-col,.sb-center{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:140px;text-align:center;font-family:monospace;line-height:1.1}.score-row,.sb-score{font-size:1.4em;font-weight:800;display:flex;gap:8px;line-height:1;margin-bottom:2px;color:#fff!important;font-family:monospace}.score-row span,.sb-score span{color:#fff!important}.at{text-align:center;color:#666;font-size:.8em}.team-stacked{display:flex;flex-direction:column;overflow:hidden;max-width:var(--team-width)}.t-loc{font-size:.85em;color:#ccc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.t-nick{font-size:.9em;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html.light .t-loc{color:#555}html.light .t-nick{color:#000}.logo{width:36px;height:36px;object-fit:contain;flex-shrink:0}.logoPh{width:36px;height:36px;background:#333;border-radius:50%}.sb-logo-tip{width:32px;height:32px;object-fit:contain;max-width:100px;max-height:100px}.col-imp{text-align:center;font-weight:bold;color:#888}.col-nets{font-size:.85em;color:#aaa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.col-sel{display:flex;justify-content:flex-end}.grid-cols-6{grid-template-columns:80px 60px 1fr 50px 110px 180px}.grid-cols-5{grid-template-columns:80px 1fr 50px 110px 180px}@media (max-width:900px){.grid-game-row{grid-template-columns:70px 1fr 60px;grid-template-rows:auto auto;gap:5px 10px}.col-league{display:none}.col-time{grid-column:1;grid-row:1;font-size:.9em}.col-teams{grid-column:2;grid-row:1 / span 2}.col-nets{grid-column:3;grid-row:1;text-align:right;font-size:.8em}.col-sel{grid-column:1 / span 3;grid-row:2;justify-content:center;margin-top:5px;border-top:1px solid #333;padding-top:5px}.col-imp{display:none}}.selWrap{display:flex;background:#111;border-radius:4px;overflow:hidden;gap:2px}.screenBox{appearance:none;width:28px;height:28px;background:#222;border:1px solid #ccc;border-radius:4px;cursor:pointer;margin:0;display:flex;align-items:center;justify-content:center;font-size:.65em;color:#fff;font-weight:bold}.screenBox::after{content:attr(data-sc)}.screenBox:checked{background:var(--primary);color:#fff;border-color:var(--primary)}.row-love{background:rgba(46,204,113,0.1)!important;border-left:4px solid #2ecc71!important}.row-loathe{background:rgba(231,76,60,0.1)!important;border-left:4px solid #e74c3c!important}.tooltip{display:none;position:fixed;background:#181b21;border:1px solid #444;padding:10px;z-index:99999!important;border-radius:4px;box-shadow:0 5px 15px rgba(0,0,0,0.5);max-width:500px;font-size:.9em;pointer-events:none;max-height:80vh;overflow-y:auto}html.light .tooltip{background:#fff;border-color:#ccc;color:#222}.fav-list{display:flex;flex-wrap:wrap;gap:0;align-content:flex-start;width:100%}.fav-item{display:inline-flex;align-items:center;background:#252b36;padding:4px 10px;border-radius:0;font-size:.9em;border:1px solid #444;border-left-width:4px;border-left-style:solid;transition:all .2s;user-select:none;margin:0;border-right:1px solid #444}html.light .fav-item{background:#e9ecef;border-color:#ccc}.fav-item.love{border-left-color:#2ecc71}.fav-item.loathe{border-left-color:#e74c3c}.deletion-active .fav-item{cursor:pointer;border-color:#e74c3c;background:rgba(231,76,60,0.1)}.deletion-active .fav-item:hover{background:rgba(231,76,60,0.25);transform:translateY(-1px)}.fav-delete{margin-left:8px;font-weight:bold;color:#888;opacity:.3;transition:opacity .2s}.deletion-active .fav-item .fav-delete{opacity:1;color:#e74c3c}.factor-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #333}.factor-input{width:60px;background:#111;border:1px solid #444;color:#fff;padding:4px;text-align:center}.modal-footer{padding:15px 20px;border-top:1px solid #444;background:#181b21;display:flex;justify-content:space-between;align-items:center}html.light .modal-footer{background:#f0f0f0;border-top:1px solid #ccc}.modal-footer-controls{display:flex;align-items:center}.theme-icons{background:#111;border-radius:4px;padding:2px;margin-left:10px;display:flex}.theme-icon-btn{background:0 0;border:none;color:#666;padding:4px 6px;cursor:pointer;border-radius:3px}.theme-icon-btn.active{background:#333;color:#fff}.modal-subheader{background:#181b21;border-bottom:1px solid #444}.filter-bar{display:flex;padding:10px;overflow-x:auto;gap:8px;scrollbar-width:thin}.filter-group{display:flex;margin-right:10px;background:#111;border-radius:4px}.filter-group button{background:0 0;border:none;color:#ccc;padding:5px 10px;font-size:.85em;cursor:pointer}.filter-group button:hover{color:#fff}.filter-pill{background:#252b36;border:1px solid #444;padding:4px 10px;border-radius:12px;font-size:.85em;cursor:pointer;white-space:nowrap;color:#888}.filter-pill.active{background:var(--primary-dim);border-color:var(--primary);color:var(--primary);font-weight:bold}.calendar-popup{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:320px;background:#1f232b;border:1px solid #555;box-shadow:0 10px 30px rgba(0,0,0,0.8);z-index:3000;border-radius:8px;padding:15px}html.light .calendar-popup{background:#fff;border:1px solid #ccc}.clickable-date-title{cursor:pointer;padding:2px 8px;border-radius:4px;transition:background .2s}.clickable-date-title:hover{background:rgba(255,255,255,0.1)}.cal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-weight:bold}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;text-align:center}.cal-day-label{font-size:.8em;color:#888;margin-bottom:5px}.cal-day{padding:8px 0;font-size:.9em;color:#555;border-radius:4px}.cal-day.valid{color:#fff;cursor:pointer}html.light .cal-day.valid{color:#333}.cal-day.valid:hover{background:#333}.cal-day.selected{background:var(--primary);color:#fff!important}.cal-day.today{border:1px solid var(--primary)}@media print{body>*:not(#print-area){display:none!important}#print-area{display:block!important;background:#fff;color:#000}.print-header{text-align:center;margin-bottom:20px;border-bottom:2px solid #000;padding-bottom:10px}.print-table{width:100%;border-collapse:collapse;font-size:12pt}.print-table th{text-align:left;border-bottom:2px solid #000;padding:5px}.print-table td{border-bottom:1px solid #ccc;padding:8px 5px;vertical-align:middle}.pt-time{width:80px;font-weight:bold}.pt-net{width:100px;font-size:.9em}.pt-screen{width:80px;text-align:center;font-weight:bold;font-size:1.2em}}.text-success{color:#2ecc71;font-weight:bold}.text-danger{color:#e74c3c;font-weight:bold}#dev-tools-host button{margin-right:5px;margin-bottom:5px;font-size:.8em}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#444;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#666}html.light ::-webkit-scrollbar-track{background:#eee}html.light ::-webkit-scrollbar-thumb{background:#bbb}.tippy-box[data-theme~='translucent']{background-color:rgba(24,27,33,0.95);backdrop-filter:blur(8px);border:1px solid #444;color:#e7eefc;box-shadow:0 8px 24px rgba(0,0,0,0.5);border-radius:8px;font-family:inherit}.sb-score{justify-content:center;margin-top:5px}.status-text{color:#5e95ff !important}