:root{--rosewater: #f5e0dc;--flamingo: #f2cdcd;--pink: #f5c2e7;--mauve: #cba6f7;--red: #f38ba8;--maroon: #eba0ac;--peach: #fab387;--yellow: #f9e2af;--green: #a6e3a1;--teal: #94e2d5;--sky: #89dceb;--sapphire: #74c7ec;--blue: #89b4fa;--lavender: #b4befe;--text: #cdd6f4;--subtext1: #bac2de;--subtext0: #a6adc8;--overlay2: #9399b2;--overlay1: #7f849c;--overlay0: #6c7086;--surface2: #585b70;--surface1: #45475a;--surface0: #313244;--base: #1e1e2e;--mantle: #181825;--crust: #11111b}html,body,#root{height:100%}body{margin:0;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;background-color:var(--base);color:var(--text);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{display:flex;justify-content:center;align-items:flex-start;padding:2rem 1rem;box-sizing:border-box}@media (max-width: 600px){#root{padding:0}}.app-container{width:100%}h1,h2,h3,h4,h5,h6{color:var(--mauve)}h1{font-size:3.2em;line-height:1.1}a{font-weight:500;color:var(--rosewater);text-decoration:inherit;transition:color .25s}a:hover{color:var(--pink)}button{border-radius:8px;border:1px solid var(--surface1);padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;color:var(--text);background-color:var(--surface0);cursor:pointer;transition:border-color .25s,background-color .25s}button:hover{border-color:var(--mauve);background-color:var(--surface1)}button:focus,button:focus-visible{outline:4px auto var(--mauve)}input[type=text]{border-radius:8px;border:1px solid var(--surface1);padding:.6em 1.2em;font-size:1em;font-family:inherit;background-color:var(--surface0);color:var(--text);transition:border-color .25s}input[type=text]:focus{border-color:var(--mauve);outline:none}:root{--base: #1e1e2e;--mantle: #181825;--crust: #11111b;--text: #cdd6f4;--subtext0: #a6adc8;--subtext1: #bac2de;--surface0: #313244;--surface1: #45475a;--surface2: #585b70;--overlay0: #6c7086;--overlay1: #7f849c;--overlay2: #9399b2;--blue: #89b4fa;--lavender: #b4befe;--sapphire: #74c7ec;--sky: #89dceb;--teal: #94e2d5;--green: #a6e3a1;--yellow: #f9e2af;--peach: #fab387;--maroon: #eba0ac;--red: #f38ba8;--mauve: #cba6f7;--pink: #f5c2e7;--flamingo: #f2cdcd;--rosewater: #f5e0dc}body{margin:0;background-color:var(--base);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;transition:background-color .3s ease,color .3s ease}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--mantle)}::-webkit-scrollbar-thumb{background:var(--surface2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--overlay0)}.favorites ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.favorite-item{position:relative;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;overflow:hidden;border:1px solid transparent;z-index:1;background-color:var(--surface0)}.favorite-item:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:var(--surface2)}.favorite-item:hover .favorite-item-content{background-color:var(--surface1)}.favorite-item.edit-mode:hover{transform:none;border-color:transparent}.favorite-item.edit-mode:hover .favorite-item-content{background-color:var(--surface0)}.favorite-item:hover .game-info-container{opacity:1}.favorite-item-background{position:absolute;inset:0;background-color:var(--red);display:flex;align-items:center;justify-content:flex-end;padding-right:1.5rem;z-index:0}.favorite-item-content{display:flex;align-items:center;padding:1rem;width:100%;cursor:pointer;box-sizing:border-box;position:relative;z-index:1;background-color:var(--surface0);transition:background-color .2s ease}.favorite-item.edit-mode .favorite-item-content{cursor:default}.favorite-item-content:focus-visible{outline:2px solid var(--mauve);outline-offset:-2px;border-radius:12px}.team-logo{width:48px;height:48px;object-fit:contain;margin-right:1rem;flex-shrink:0}.team-logo-emoji{font-size:2rem;margin-right:1rem;width:48px;text-align:center;flex-shrink:0}.team-info{flex-grow:1;min-width:0}.team-name-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.25rem}.team-name-row strong{font-size:1.1rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-league-label{font-size:.8rem;color:var(--subtext0);font-weight:400}.team-record{font-size:.85rem;color:var(--subtext1);display:block;margin-bottom:.5rem}.game-info-container{display:flex;align-items:center;gap:.5rem;opacity:.9;transition:opacity .2s ease}.live-badge{background-color:#f38ba826;color:var(--red);padding:2px 8px;border-radius:999px;font-size:.75rem;font-weight:700;border:1px solid rgba(243,139,168,.3);display:inline-flex;align-items:center;gap:4px}@keyframes pulse-red{0%{transform:scale(.95);opacity:1}50%{transform:scale(1.15);opacity:.7}to{transform:scale(.95);opacity:1}}.live-dot{animation:pulse-red 2s infinite ease-in-out;color:var(--red);margin-right:2px}.game-type-badge{padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:600;margin-left:.25rem}.modal-overlay{position:fixed;inset:0;background-color:#000000bf;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:1rem}.modal-content{background-color:var(--mantle);color:var(--text);padding:2rem;border-radius:16px;position:relative;max-width:90vw;width:500px;max-height:85vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003;border:1px solid var(--surface0)}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--subtext0);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,color .2s ease}.modal-close:hover{background-color:var(--surface0);color:var(--text)}.modal-close:focus-visible{outline:2px solid var(--mauve)}.team-search{position:relative;margin-bottom:2rem;z-index:100}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.schedule-results{animation:fadeIn .3s ease-out}.theme-switcher{margin-left:1rem}div[id*=kofi-widget-overlay],iframe[id*=kofi-widget-overlay]{z-index:1000!important}@media (max-width: 600px){div[id*=kofi-widget-overlay],iframe[id*=kofi-widget-overlay],.floating-chat-kofi-popup-iframe-container{display:none!important}}.schedule-item-grid{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.5rem;width:100%}.team-home{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;text-align:right;min-width:0}.team-away{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;text-align:left;min-width:0}.clickable{cursor:pointer;padding:4px 8px;border-radius:8px;transition:background-color .2s ease}.clickable:hover{background-color:var(--surface1)}.clickable:focus-visible{outline:2px solid var(--mauve);outline-offset:-2px}.league-team-logo{width:24px;height:24px;object-fit:contain}.score-box{background-color:var(--surface1);color:var(--text);padding:4px 12px;border-radius:12px;font-weight:700;font-size:.9rem;min-width:60px;text-align:center;white-space:nowrap}.spoiler-blur{filter:blur(6px);cursor:pointer;-webkit-user-select:none;user-select:none;transition:filter .3s ease}.spoiler-blur:hover{filter:blur(4px)}.spoiler-revealed{filter:blur(0);cursor:default}.mobile-score{display:none;font-weight:700;font-size:.9rem;color:var(--text);margin-left:auto;padding-left:.5rem;white-space:nowrap}.team-identity{display:flex;align-items:center;gap:.5rem}.team-away .team-identity{flex-direction:row-reverse}@media (max-width: 600px){.favorite-item .team-logo,.favorite-item .team-logo-emoji{display:none!important}.schedule-item-grid{display:flex!important;flex-direction:column;gap:.35rem}.team-home,.team-away{width:100%;justify-content:space-between!important;text-align:left!important;padding:0 4px;box-sizing:border-box}.team-away .team-identity{flex-direction:row!important}.score-box{display:none}.mobile-score{display:block}}
