: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}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}.theme-switcher{position:absolute;top:1rem;left:1rem;display:flex;align-items:center;gap:.5rem;background-color:var(--mantle);padding:.5rem 1rem;border-radius:8px;border:1px solid var(--surface0);z-index:1000}.theme-switcher label{color:var(--subtext1);font-size:.9em}.theme-switcher select{background-color:var(--surface0);color:var(--text);border:1px solid var(--surface1);border-radius:6px;padding:.4em .8em;font-family:inherit;cursor:pointer}.theme-switcher select:hover{border-color:var(--mauve)}.theme-switcher select:focus{outline:2px solid var(--mauve)}.App{position:relative;display:flex;flex-direction:column;gap:1.5rem;padding:4rem 2rem 2rem;background-color:var(--crust);border-radius:12px;border:1px solid var(--surface1);width:100%;max-width:800px;margin:0}.favorites,.team-search{background-color:var(--mantle);padding:1.5rem;border-radius:8px;border:1px solid var(--surface0)}.favorites ul,.schedule-results ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.favorites li,.schedule-results li{background-color:var(--surface0);padding:1rem;border-radius:6px;display:flex;justify-content:space-between;align-items:center;border-left:4px solid var(--blue)}.favorites li button{background-color:var(--red);color:var(--crust);border:none}.favorites li button:hover{background-color:var(--maroon)}.schedule-results h2{display:flex;justify-content:space-between;align-items:center}form{display:flex;gap:1rem;margin-bottom:1rem}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:var(--mantle);padding:2rem;border-radius:8px;position:relative;z-index:1001}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer}form input[type=text]{flex-grow:1}.profile-container{display:flex;justify-content:flex-end;align-items:center;width:100%}.profile-button{display:flex;align-items:center;gap:10px;margin-right:10px}@media (max-width: 600px){.App{padding:1rem;gap:1rem}.favorites,.team-search{padding:1rem}h1{font-size:2.5em}form{flex-direction:column}}.favorite-item{position:relative;padding:1rem;border:1px solid var(--surface1);border-radius:8px;margin-bottom:1rem;list-style:none}.remove-btn{position:absolute!important;top:.5rem;right:.5rem;opacity:0;transition:opacity .2s ease-in-out!important;color:var(--text)!important;background-color:transparent!important}.favorite-item:hover .remove-btn,.favorite-item:focus-within .remove-btn{opacity:1}
