html,body{font-family:Lato,sans-serif;background-color:#121212;color:#e0e0e0}#root{max-width:1280px;margin:0 auto;text-align:center}.App{display:flex;flex-direction:column;align-items:center}.header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1rem 2rem 0;box-sizing:border-box;position:relative}.page-title{font-size:2.3em;font-weight:700;letter-spacing:1px;color:#bebebe;text-align:left;margin:0;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;line-height:1;cursor:default;transition:color .2s ease}.page-title:hover{color:#fff}.search-container{position:relative;display:flex;align-items:center;gap:.5rem}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-input{width:220px;box-sizing:border-box;padding:3px 10px;font-size:16px;border:2px solid #333;border-radius:16px;background-color:#252525;color:#e0e0e0;transition:all .3s ease}.search-input:focus{outline:none;border-color:#1761a0;box-shadow:0 0 5px #1761a04d}.search-input::placeholder{color:#888}.clear-search{position:absolute;right:.5em;background:transparent;border:none;color:#888;font-size:1.2em;cursor:pointer;padding:0;height:100%;display:flex;align-items:center;justify-content:center}.clear-search:focus{outline:none;color:#333}.games-container{margin-top:1rem;width:100vw;max-width:none;padding:0;box-sizing:border-box;line-height:1.1em}.games-period-group{margin-bottom:5px}.games-period-header{background:#1761a0;color:#fff;font-weight:700;font-size:1em;padding:.3em .75em;border-radius:4px 4px 0 0;text-align:left;margin-bottom:0}.games-list{background:#222;border-radius:0 0 4px 4px;box-shadow:0 2px 8px #0000001a;padding:0;margin:0}.game-item{background-color:#252525;border-bottom:1px solid #333;border-radius:0;padding:.25rem;text-align:left;color:#fff;margin:0;transition:background .2s;display:flex;align-items:center;position:relative}.game-item:last-child{border-bottom:none}.game-item h3{margin:0 0 .1em;color:#fff;font-size:1em;font-weight:700}.game-date{color:#ffb347;font-size:.85em;margin:.1em 0 .2em}.game-item p{margin:.05em 0 0;color:#ccc;font-size:.9em}.error{color:#ff6464;background-color:#ff64641a;padding:.5rem 1rem;border-radius:4px;margin:1rem 0}.game-icon{max-width:32px;max-height:32px;width:auto;height:auto;vertical-align:middle;float:left}.game-main-content{flex:1 1 auto;min-width:0}.game-weight{flex:0 0 auto;margin-left:.5em;margin-right:.25em;font-size:.75em;font-weight:700;color:#ffb347;text-align:right;min-width:24px;display:flex;align-items:center;justify-content:flex-end;background-color:#0003;padding:2px 6px;border-radius:4px;box-shadow:0 1px 3px #0003}.game-item-highlight{background:linear-gradient(90deg,#90c1f0,#719af1)}.game-item.game-item-highlight .game-main-content h3{color:#222!important}.game-item-highlight .game-main-content .game-date,.game-item-highlight .game-main-content .game-total,.game-item-highlight .game-main-content p{color:#444!important}.game-item-highlight .game-weight{color:#000;background-color:#fff3}.App h1{margin:0}h1.page-title{color:#bebebe;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;line-height:1}@media screen and (max-width: 768px){.header{flex-direction:column;gap:1rem;padding:1rem 1rem 0;align-items:center}.page-title{text-align:center;width:100%}.search-container{width:100%;justify-content:center}.search-input{width:100%;max-width:300px}}.hamburger-menu{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:24px;cursor:pointer;padding:2px;transition:all .3s ease;z-index:1001;flex-shrink:0}.hamburger-line{width:100%;height:3px;background-color:#e0e0e0;border-radius:2px;transition:all .3s ease}.hamburger-menu:hover .hamburger-line{background-color:#fff}.preferences-panel{position:absolute;top:100%;right:0;background-color:#252525;border:2px solid #333;border-radius:8px;padding:1rem;min-width:250px;box-shadow:0 4px 12px #0000004d;z-index:1000;margin-right:1rem}.preferences-panel h3{margin:0 0 1rem;color:#e0e0e0;font-size:1.1em;border-bottom:1px solid #444;padding-bottom:.5rem}.preference-item{margin-bottom:1rem}.preference-item:last-child{margin-bottom:0}.toggle-label{display:flex;align-items:center;cursor:pointer;color:#e0e0e0;font-size:.9em;-webkit-user-select:none;user-select:none}.toggle-label input[type=checkbox]{display:none}.toggle-slider{position:relative;width:40px;height:20px;background-color:#444;border-radius:20px;margin-right:.75rem;transition:background-color .3s ease}.toggle-slider:before{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;background-color:#fff;border-radius:50%;transition:transform .3s ease}.toggle-label input[type=checkbox]:checked+.toggle-slider{background-color:#1761a0}.toggle-label input[type=checkbox]:checked+.toggle-slider:before{transform:translate(20px)}.toggle-label:hover .toggle-slider{background-color:#555}.toggle-label input[type=checkbox]:checked:hover+.toggle-slider{background-color:#1a7ac8}@media screen and (max-width: 768px){.preferences-panel{position:fixed;top:4rem;right:1rem;left:1rem;min-width:auto}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}*{box-sizing:border-box}
