:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#3d2f20;background-color:#fdf6ed;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#0d9488;text-decoration:inherit}a:hover{color:#0f766e}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background:#fdf6ed}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid #e8d5bb;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f5ebe0;cursor:pointer;transition:border-color .25s;color:#3d2f20}button:hover{border-color:#0d9488}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}#root{width:100%;padding:4rem 2rem 2rem;text-align:center;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.top-menu{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem;display:flex;justify-content:center;gap:1rem;z-index:1000;box-shadow:0 2px 10px #0000001a}.top-menu button{background:none;border:none;padding:.5rem 1rem;font-size:1rem;cursor:pointer;border-radius:20px;transition:all .3s ease;color:#333}.top-menu button:hover{background:#0000001a}.top-menu button.active{background:linear-gradient(45deg,#ff6b6b,#4ecdc4);color:#fff}@media(min-width:769px){#root{padding:4rem}}@media(max-width:768px){#root{max-width:100%;padding:1rem}}h1{font-size:4rem;font-weight:700;margin-bottom:2rem;color:#fff;text-shadow:0 4px 8px rgba(0,0,0,.3);background:linear-gradient(45deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:titleGlow 2s ease-in-out infinite alternate}@keyframes titleGlow{0%{text-shadow:0 4px 8px rgba(0,0,0,.3)}to{text-shadow:0 4px 20px rgba(255,255,255,.5)}}.card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:3rem;box-shadow:0 15px 35px #0000001a;border:1px solid rgba(255,255,255,.2);transition:transform .3s ease,box-shadow .3s ease;min-height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center}.card:hover{transform:translateY(-5px);box-shadow:0 25px 50px #00000026}.weekend-status{font-size:2.5rem;font-weight:600;margin-bottom:1rem;padding:1rem 2rem;border-radius:50px;transition:all .5s ease;animation:statusPulse 2s ease-in-out infinite}.weekend-status.weekend{background:linear-gradient(45deg,#ff6b6b,#ff8e53);color:#fff;box-shadow:0 8px 20px #ff6b6b4d}.weekend-status.not-weekend{background:linear-gradient(45deg,#4ecdc4,#44a08d);color:#fff;box-shadow:0 8px 20px #4ecdc44d}@keyframes statusPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.countdown{font-size:1.5rem;margin-top:1rem;color:#333;text-align:center}.countdown-timer{font-size:2rem;font-weight:700;margin-top:.5rem;color:#ff6b6b;font-family:Courier New,monospace;background:#ff6b6b1a;padding:.5rem 1rem;border-radius:10px;border:1px solid rgba(255,107,107,.2)}.location-info{font-size:1.2rem;color:#666;margin-top:1rem;padding:.5rem 1rem;background:#fffc;border-radius:25px;border:1px solid rgba(0,0,0,.1)}.loading{font-size:1.5rem;color:#666;display:flex;align-items:center;gap:.5rem}.loading:after{content:"";width:20px;height:20px;border:2px solid #667eea;border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error{color:#ff6b6b;font-size:1.2rem;background:#ff6b6b1a;padding:1rem;border-radius:10px;border:1px solid rgba(255,107,107,.2)}.gif-container{margin-top:2rem;display:flex;justify-content:center;align-items:center}.gif-container img{max-width:100%;height:auto;border-radius:15px;box-shadow:0 10px 30px #0003;transition:transform .3s ease}.gif-container img:hover{transform:scale(1.05)}@media(max-width:768px){.gif-container{margin-top:1rem}.gif-container img{max-width:90%}}@media(max-width:768px){#root{padding:1rem}h1{font-size:2.5rem}.card{padding:2rem}.weekend-status{font-size:2rem}.countdown{font-size:1.2rem}.countdown-timer{font-size:1.5rem}}.weekend-map-container{width:100%;max-width:1200px;margin:0 auto;padding:2rem}.weekend-map-container h2{text-align:center;margin-bottom:2rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:#fff}.color-box{width:20px;height:20px;border-radius:4px;border:1px solid rgba(255,255,255,.3)}.map-tooltip{position:absolute;background:#000000e6;color:#fff;padding:8px 12px;border-radius:6px;font-size:14px;pointer-events:none;z-index:1000;white-space:nowrap;box-shadow:0 2px 8px #0000004d}.map-tooltip div{margin:2px 0}.weekend-map-container{max-width:1200px;margin:0 auto;padding:2rem;text-align:center}.weekend-map-container h2{color:#fff;margin-bottom:2rem;font-size:2rem}.legend{display:flex;justify-content:center;gap:2rem;margin-top:2rem;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:.5rem;color:#fff}.color-box{width:20px;height:20px;border-radius:4px}@media(max-width:768px){.weekend-map-container{padding:1rem}.weekend-map-container h2{font-size:1.5rem}.legend{gap:1rem}}
