@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap";.settings-widget{background:#ffffff1a;border-radius:15px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);min-width:400px;max-width:500px}.settings-widget h3{margin:0 0 1.5rem;text-align:center;font-size:1.3rem}.settings-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.settings-section:last-of-type{border-bottom:none}.settings-section h4{margin:0 0 1rem;font-size:1.1rem;opacity:.9}.setting-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0}.setting-item label{font-size:.95rem;flex:1}.setting-item select{padding:8px 12px;border:2px solid rgba(255,255,255,.3);background:#0000004d;color:inherit;border-radius:6px;font-family:Orbitron,sans-serif;outline:none;cursor:pointer}.setting-item select:focus{border-color:#00ced1;box-shadow:0 0 10px #00ced180}.setting-item input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#00CED1}.settings-info{text-align:center;padding:1rem;background:#00ced11a;border-radius:8px;margin-top:1rem}.settings-info p{margin:0;font-size:.9rem;opacity:.8}body.dark .settings-widget{background:#001414cc;border-color:#00ced1;box-shadow:0 0 20px #00ced14d}body.light .settings-widget{background:#ffffffe6;border-color:#333;box-shadow:0 4px 6px #0000001a}body.light .setting-item select{background:#fffc;border-color:#333}.calendar-widget{background:#ffffff1a;border-radius:15px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);min-width:300px}.calendar-header{text-align:center;margin-bottom:1rem}.calendar-header h3{margin:0;font-size:1.2rem;font-weight:700}.current-day{margin:.5rem 0 0;font-size:.9rem;opacity:.8}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.calendar-day-name{text-align:center;font-weight:700;font-size:.8rem;padding:.5rem 0;opacity:.7}.calendar-day{text-align:center;padding:.5rem;border-radius:5px;font-size:.9rem;transition:all .3s ease}.calendar-day:not(.empty):hover{background:#fff3;cursor:pointer}.calendar-day.today{background:#00ced180;font-weight:700;box-shadow:0 0 10px #00ced180}.calendar-day.empty{opacity:0}body.dark .calendar-widget{background:#001414cc;border-color:#00ced1;box-shadow:0 0 20px #00ced14d}body.light .calendar-widget{background:#ffffffe6;border-color:#333;box-shadow:0 4px 6px #0000001a}.stopwatch-widget{background:#ffffff1a;border-radius:15px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);min-width:300px}.stopwatch-widget h3{margin:0 0 1rem;text-align:center;font-size:1.2rem}.stopwatch-display{font-size:3rem;font-weight:700;text-align:center;margin:1rem 0;font-family:Orbitron,monospace;letter-spacing:.1em}body.dark .stopwatch-display{color:#00ced1;text-shadow:0 0 20px rgba(0,206,209,.6)}.stopwatch-controls{display:flex;gap:10px;justify-content:center;margin:1rem 0}.stopwatch-btn{padding:10px 20px;border:2px solid currentColor;background:transparent;color:inherit;border-radius:8px;cursor:pointer;font-family:Orbitron,sans-serif;font-weight:700;transition:all .3s ease}.stopwatch-btn:hover:not(:disabled){background:#ffffff1a;box-shadow:0 0 10px currentColor}.stopwatch-btn:disabled{opacity:.3;cursor:not-allowed}.stopwatch-btn.start{border-color:#0f0;color:#0f0}.stopwatch-btn.stop{border-color:red;color:red}.stopwatch-btn.lap{border-color:#00ced1;color:#00ced1}.stopwatch-btn.reset{border-color:orange;color:orange}.laps-container{margin-top:1.5rem;max-height:200px;overflow-y:auto}.laps-container h4{margin:0 0 .5rem;font-size:1rem;opacity:.8}.laps-list{display:flex;flex-direction:column;gap:8px}.lap-item{display:flex;justify-content:space-between;padding:8px;background:#ffffff0d;border-radius:5px;font-size:.9rem}.lap-number{font-weight:700}.lap-diff{opacity:.7;font-size:.8rem}body.dark .stopwatch-widget{background:#001414cc;border-color:#00ced1;box-shadow:0 0 20px #00ced14d}body.light .stopwatch-widget{background:#ffffffe6;border-color:#333;box-shadow:0 4px 6px #0000001a}.alarm-widget{background:#ffffff1a;border-radius:15px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);min-width:300px}.alarm-widget h3{margin:0 0 1rem;text-align:center;font-size:1.2rem}.alarm-input-group{display:flex;flex-direction:column;gap:10px;margin-bottom:1rem}.alarm-time-input,.alarm-label-input{padding:10px;border:2px solid rgba(255,255,255,.3);background:#0003;color:inherit;border-radius:8px;font-family:Orbitron,sans-serif;outline:none}.alarm-time-input:focus,.alarm-label-input:focus{border-color:#00ced1;box-shadow:0 0 10px #00ced180}.alarm-add-btn{padding:10px;border:2px solid #00ff00;background:transparent;color:#0f0;border-radius:8px;cursor:pointer;font-family:Orbitron,sans-serif;font-weight:700;transition:all .3s ease}.alarm-add-btn:hover{background:#00ff001a;box-shadow:0 0 10px #00ff0080}.alarms-list{display:flex;flex-direction:column;gap:10px;max-height:250px;overflow-y:auto}.no-alarms{text-align:center;opacity:.5;font-style:italic}.alarm-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.alarm-item.disabled{opacity:.5}.alarm-info{display:flex;flex-direction:column;gap:5px}.alarm-time{font-size:1.2rem;font-weight:700;font-family:Orbitron,monospace}.alarm-label{font-size:.9rem;opacity:.7}.alarm-controls{display:flex;gap:10px;align-items:center}.alarm-toggle{padding:6px 12px;border:2px solid currentColor;background:transparent;border-radius:5px;cursor:pointer;font-family:Orbitron,sans-serif;font-weight:700;font-size:.8rem;transition:all .3s ease}.alarm-toggle.on{color:#0f0;border-color:#0f0}.alarm-toggle.off{color:red;border-color:red}.alarm-toggle:hover{box-shadow:0 0 10px currentColor}.alarm-delete{background:transparent;border:none;cursor:pointer;font-size:1.2rem;transition:transform .2s ease}.alarm-delete:hover{transform:scale(1.2)}body.dark .alarm-widget{background:#001414cc;border-color:#00ced1;box-shadow:0 0 20px #00ced14d}body.light .alarm-widget{background:#ffffffe6;border-color:#333;box-shadow:0 4px 6px #0000001a}body.light .alarm-time-input,body.light .alarm-label-input{background:#fffc;border-color:#333}.world-clock-widget{background:#ffffff1a;border-radius:15px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);min-width:350px;max-width:500px}.world-clock-widget h3{margin:0 0 1rem;text-align:center;font-size:1.2rem}.user-location-info{text-align:center;padding:10px;background:#00ced133;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.city-selector{margin-bottom:1rem}.city-dropdown{width:100%;padding:10px;border:2px solid rgba(255,255,255,.3);background:#0003;color:inherit;border-radius:8px;font-family:Orbitron,sans-serif;outline:none;cursor:pointer}.city-dropdown:focus{border-color:#00ced1;box-shadow:0 0 10px #00ced180}.cities-list{display:flex;flex-direction:column;gap:10px;max-height:400px;overflow-y:auto}.no-cities{text-align:center;opacity:.5;font-style:italic;padding:2rem 0}.city-item{display:flex;justify-content:space-between;align-items:center;padding:15px;background:#ffffff0d;border-radius:10px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.city-item:hover{background:#ffffff1a;border-color:#00ced1;box-shadow:0 0 15px #00ced14d}.city-info{display:flex;flex-direction:column;gap:5px;flex:1}.city-name{font-size:1rem;font-weight:700}.city-time{font-size:1.5rem;font-family:Orbitron,monospace;letter-spacing:.05em}body.dark .city-time{color:#00ced1;text-shadow:0 0 10px rgba(0,206,209,.5)}.city-remove{background:transparent;border:2px solid #ff0000;color:red;border-radius:50%;width:30px;height:30px;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.city-remove:hover{background:#f003;box-shadow:0 0 10px #ff000080;transform:scale(1.1)}body.dark .world-clock-widget{background:#001414cc;border-color:#00ced1;box-shadow:0 0 20px #00ced14d}body.light .world-clock-widget{background:#ffffffe6;border-color:#333;box-shadow:0 4px 6px #0000001a}body.light .city-dropdown{background:#fffc;border-color:#333}.weather-container{display:flex;flex-direction:column;align-items:center;padding:2rem;max-width:800px;margin:0 auto}.weather-title{font-size:2rem;margin-bottom:2rem;font-weight:700}.weather-loading{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem}.loading-spinner{width:50px;height:50px;border:4px solid rgba(0,206,209,.2);border-top-color:#00ced1;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.weather-error{text-align:center;padding:2rem}.retry-button{margin-top:1rem;padding:10px 20px;font-family:Orbitron,sans-serif;font-size:1rem;cursor:pointer;border:2px solid currentColor;background:transparent;color:inherit;border-radius:8px;transition:all .3s ease}.retry-button:hover{background:#ffffff1a;box-shadow:0 0 15px currentColor}.current-weather{width:100%;padding:2rem;border-radius:20px;display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}body.light .current-weather{background:#fffc;border:2px solid rgba(0,0,0,.1);box-shadow:0 8px 16px #0000001a}body.dark .current-weather{background:#00141499;border:2px solid #00CED1;box-shadow:0 0 20px #00ced14d,0 8px 16px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.weather-icon-large{font-size:6rem;text-align:center;animation:iconFloat 3s ease-in-out infinite}@keyframes iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.weather-main-info{text-align:center}.temperature-display{font-size:4rem;font-weight:700;line-height:1}body.dark .temperature-display{color:#00ced1;text-shadow:0 0 20px rgba(0,206,209,.6)}.temp-unit{font-size:2rem;opacity:.7}.feels-like{font-size:1.1rem;margin-top:.5rem;opacity:.8}.weather-condition{font-size:1.5rem;margin-top:.5rem;text-transform:capitalize;font-weight:600}.weather-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.detail-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:12px;transition:all .3s ease}body.light .detail-item{background:#ffffff80}body.dark .detail-item{background:#00ced11a}.detail-item:hover{transform:translateY(-2px)}body.dark .detail-item:hover{background:#00ced133;box-shadow:0 0 15px #00ced14d}.detail-icon{font-size:2rem}.detail-info{display:flex;flex-direction:column}.detail-label{font-size:.9rem;opacity:.7}.detail-value{font-size:1.2rem;font-weight:600}.forecast-section{width:100%}.forecast-title{font-size:1.5rem;margin-bottom:1.5rem;font-weight:600}.forecast-timeline{display:flex;gap:1rem;overflow-x:auto;padding:1rem;border-radius:15px;scrollbar-width:thin}body.light .forecast-timeline{background:#fff9}body.dark .forecast-timeline{background:#00141466;border:1px solid rgba(0,206,209,.3)}.forecast-timeline::-webkit-scrollbar{height:8px}.forecast-timeline::-webkit-scrollbar-track{background:#0000001a;border-radius:4px}.forecast-timeline::-webkit-scrollbar-thumb{background:#00ced180;border-radius:4px}.forecast-timeline::-webkit-scrollbar-thumb:hover{background:#00ced1b3}.forecast-hour{display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:70px;padding:1rem;border-radius:12px;transition:all .3s ease}body.light .forecast-hour{background:#fffc}body.dark .forecast-hour{background:#00ced11a}.forecast-hour:hover{transform:translateY(-5px)}body.dark .forecast-hour:hover{background:#00ced133;box-shadow:0 0 15px #00ced166}.forecast-time{font-size:.9rem;opacity:.8;font-weight:600}.forecast-icon{font-size:2rem}.forecast-temp{font-size:1.1rem;font-weight:600}body.dark .forecast-temp{color:gold}.weather-note{margin-top:2rem;text-align:center;opacity:.6;font-size:.85rem}@media(max-width:768px){.weather-container{padding:1rem}.current-weather{padding:1.5rem}.weather-icon-large{font-size:4rem}.temperature-display{font-size:3rem}.weather-details{grid-template-columns:1fr}.forecast-hour{min-width:60px;padding:.75rem}}.theme-selector-container{position:fixed;top:70px;right:20px;z-index:1000}.theme-selector-btn{padding:10px 20px;font-family:Orbitron,sans-serif;font-size:.9rem;font-weight:700;cursor:pointer;border:2px solid currentColor;background:#0000004d;color:inherit;border-radius:8px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.theme-selector-btn:hover{background:#ffffff1a;box-shadow:0 0 15px currentColor}.theme-dropdown{position:absolute;top:100%;right:0;margin-top:10px;background:#000000e6;border:2px solid rgba(255,255,255,.3);border-radius:10px;padding:10px;min-width:200px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 8px 32px #00000080}.theme-option{display:flex;align-items:center;gap:10px;padding:10px;cursor:pointer;border-radius:5px;transition:all .3s ease}.theme-option:hover{background:#ffffff1a}.theme-option.active{background:#00ced14d;border-left:3px solid #00CED1}.theme-preview{width:30px;height:30px;border-radius:5px;border:2px solid;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.theme-option span{font-size:.9rem;font-weight:500}.language-selector{position:fixed;bottom:20px;right:20px;z-index:1000}.language-dropdown{padding:10px 15px;font-family:Orbitron,sans-serif;font-size:.9rem;border:2px solid currentColor;background:#000c;color:inherit;border-radius:8px;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);outline:none}.language-dropdown:hover{box-shadow:0 0 15px currentColor}.language-dropdown:focus{border-color:#00ced1;box-shadow:0 0 20px #00ced180}.language-dropdown option{background:#1a1a1a;color:#fff;padding:10px}body.light .language-dropdown{background:#ffffffe6;border-color:#333}body.light .language-dropdown option{background:#fff;color:#333}.battery-indicator{position:fixed;top:20px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;padding:8px 15px;background:#000000b3;border:2px solid rgba(255,255,255,.3);border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;font-size:.9rem}.battery-icon{font-size:1.2rem}.battery-bar{width:60px;height:12px;background:#fff3;border-radius:6px;overflow:hidden;border:1px solid rgba(255,255,255,.3)}.battery-fill{height:100%;transition:width .3s ease,background-color .3s ease;border-radius:6px}.battery-percentage{font-family:Orbitron,monospace;font-weight:700;min-width:35px}.charging-indicator{color:#0f0;animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}body.light .battery-indicator{background:#ffffffe6;border-color:#333}.animated-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;pointer-events:none}.star{position:absolute;width:2px;height:2px;background:#fff;border-radius:50%;box-shadow:0 0 3px #fff;animation:twinkle 3s ease-in-out infinite}@keyframes twinkle{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}.moon{position:absolute;top:10%;right:10%;width:80px;height:80px;background:#f4f4f4;border-radius:50%;box-shadow:0 0 20px #ffffff80,0 0 40px #ffffff4d,inset -10px -10px 20px #0003;animation:moonGlow 4s ease-in-out infinite}@keyframes moonGlow{0%,to{box-shadow:0 0 20px #ffffff80,0 0 40px #ffffff4d,inset -10px -10px 20px #0003}50%{box-shadow:0 0 30px #ffffffb3,0 0 60px #ffffff80,inset -10px -10px 20px #0003}}.cloud{position:absolute;width:100px;height:40px;background:#ffffff4d;border-radius:50px;animation:floatCloud 30s linear infinite}.cloud:before,.cloud:after{content:"";position:absolute;background:#ffffff4d;border-radius:50%}.cloud:before{width:50px;height:50px;top:-25px;left:10px}.cloud:after{width:60px;height:40px;top:-15px;right:10px}@keyframes floatCloud{0%{left:-150px}to{left:110%}}.sun{position:absolute;top:10%;right:10%;width:80px;height:80px;background:radial-gradient(circle,gold,orange);border-radius:50%;box-shadow:0 0 30px #ffd70099,0 0 60px #ffa50066;animation:sunPulse 3s ease-in-out infinite}@keyframes sunPulse{0%,to{transform:scale(1);box-shadow:0 0 30px #ffd70099,0 0 60px #ffa50066}50%{transform:scale(1.05);box-shadow:0 0 40px #ffd700cc,0 0 80px #ffa50099}}.celebration-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:9999;overflow:hidden}.sparkle-particle{position:absolute;top:-50px;font-size:2rem;animation:sparkleFloat linear forwards;filter:drop-shadow(0 0 10px var(--sparkle-color, #FFD700))}@keyframes sparkleFloat{0%{top:-50px;opacity:0;transform:scale(0) rotate(0)}10%{opacity:1}50%{opacity:1;transform:scale(1.5) rotate(180deg)}90%{opacity:.5}to{top:100vh;opacity:0;transform:scale(.5) rotate(360deg)}}.confetti-particle{position:absolute;top:-20px;width:10px;height:10px;animation:confettiFall linear forwards;opacity:.9}@keyframes confettiFall{0%{top:-20px;opacity:1;transform:translate(0) rotate(0)}to{top:100vh;opacity:0;transform:translate(calc(var(--random-x, 0) * 100px)) rotate(720deg)}}.confetti-particle:nth-child(odd){--random-x: 1}.confetti-particle:nth-child(2n){--random-x: -1}.confetti-particle:nth-child(3n){width:8px;height:15px;border-radius:2px}.confetti-particle:nth-child(3n+1){width:12px;height:8px;border-radius:50%}.confetti-particle:nth-child(3n+2){width:10px;height:10px;border-radius:2px}.fireworks-container{position:absolute;width:100%;height:100%}.firework{position:absolute;width:5px;height:5px;animation:fireworkFade 2s ease-out forwards}@keyframes fireworkFade{0%{opacity:0}10%{opacity:1}to{opacity:0}}.firework-spark{position:absolute;width:4px;height:60px;top:0;left:0;transform-origin:0 0;animation:sparkExpand 1s ease-out forwards;border-radius:2px;box-shadow:0 0 10px currentColor,0 0 20px currentColor}@keyframes sparkExpand{0%{height:0;opacity:1}50%{height:80px;opacity:1}to{height:60px;opacity:0}}.celebration-message{position:absolute;top:20%;left:50%;transform:translate(-50%);font-size:3rem;font-weight:700;color:gold;text-shadow:0 0 10px rgba(255,215,0,.8),0 0 20px rgba(255,215,0,.6),0 0 30px rgba(255,215,0,.4);animation:messagePopIn .5s ease-out,messagePulse 2s ease-in-out infinite;pointer-events:none}.new-year-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:4rem;font-weight:700;color:gold;text-shadow:0 0 20px rgba(255,215,0,1),0 0 40px rgba(255,215,0,.8),0 0 60px rgba(255,215,0,.6);animation:newYearPopIn 1s ease-out,newYearPulse 2s ease-in-out infinite;pointer-events:none;text-align:center;white-space:nowrap}@keyframes messagePopIn{0%{opacity:0;transform:translate(-50%) scale(0)}50%{transform:translate(-50%) scale(1.2)}to{opacity:1;transform:translate(-50%) scale(1)}}@keyframes messagePulse{0%,to{transform:translate(-50%) scale(1)}50%{transform:translate(-50%) scale(1.05)}}@keyframes newYearPopIn{0%{opacity:0;transform:translate(-50%,-50%) scale(0) rotate(-10deg)}50%{transform:translate(-50%,-50%) scale(1.3) rotate(5deg)}to{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(0)}}@keyframes newYearPulse{0%,to{transform:translate(-50%,-50%) scale(1);text-shadow:0 0 20px rgba(255,215,0,1),0 0 40px rgba(255,215,0,.8),0 0 60px rgba(255,215,0,.6)}50%{transform:translate(-50%,-50%) scale(1.1);text-shadow:0 0 30px rgba(255,215,0,1),0 0 60px rgba(255,215,0,1),0 0 90px rgba(255,215,0,.8)}}@media(max-width:768px){.celebration-message{font-size:2rem}.new-year-text{font-size:2.5rem}.sparkle-particle{font-size:1.5rem}}#root{max-width:100%;margin:0 auto;padding:2rem;text-align:center;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center}.app-container{width:100%;max-width:1400px;margin:0 auto;position:relative}.widget-nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin:2rem 0;max-width:1200px;margin-left:auto;margin-right:auto}.widget-nav-btn{padding:12px 24px;font-family:Orbitron,sans-serif;font-size:1rem;font-weight:700;cursor:pointer;border:2px solid rgba(255,255,255,.3);background:#0003;color:inherit;border-radius:10px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.widget-nav-btn:hover{background:#ffffff1a;box-shadow:0 0 15px currentColor;transform:translateY(-2px)}.widget-nav-btn.active{background:#00ced14d;border-color:#00ced1;box-shadow:0 0 20px #00ced180}.main-content{display:flex;justify-content:center;align-items:center;min-height:400px;padding:2rem 0}@media(max-width:768px){.widget-nav{grid-template-columns:repeat(2,1fr)}.widget-nav-btn{font-size:.9rem;padding:10px 16px}.theme-selector-container{top:auto;bottom:80px;right:10px}.clock-type-toggle{left:10px}.theme-toggle{right:10px}}:root{font-family:Orbitron,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;transition:background-color .3s,color .3s;overflow:hidden}body.light{background-color:#e0e0e0;color:#333}body.dark{background-color:#050505;color:#fff}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center;width:100%}.clock-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 4rem;border-radius:20px;transition:all .3s ease}body.light .clock-container{background:#ffffff1a;border:2px solid rgba(0,0,0,.1);box-shadow:0 4px 6px #0000001a}body.dark .clock-container{background:#001414cc;border:3px solid #00CED1;box-shadow:0 0 20px #00ced199,0 0 40px #00ced166,inset 0 0 20px #00ced11a;-webkit-box-reflect:below 1px linear-gradient(transparent,rgba(0,0,0,.2))}.clock-time{font-size:6rem;font-weight:700;margin:0;letter-spacing:.1em;font-variant-numeric:tabular-nums;transition:all .3s ease}body.light .clock-time{color:#333;text-shadow:none}body.dark .clock-time{color:#00ced1;text-shadow:0 0 10px rgba(0,206,209,.8),0 0 20px rgba(0,206,209,.6),0 0 30px rgba(0,206,209,.4),0 0 40px rgba(0,206,209,.2)}.clock-date{font-size:1.5rem;margin-top:1rem;opacity:.8;letter-spacing:.05em}.theme-toggle{position:fixed;top:20px;right:20px;padding:10px 20px;font-family:Orbitron,sans-serif;font-size:1rem;font-weight:700;cursor:pointer;border:2px solid currentColor;background:transparent;color:inherit;border-radius:5px;transition:all .3s ease;z-index:1000}.theme-toggle:hover{background:#ffffff1a;box-shadow:0 0 10px currentColor}.clock-type-toggle{position:fixed;top:20px;left:20px;padding:10px 20px;font-family:Orbitron,sans-serif;font-size:1rem;font-weight:700;cursor:pointer;border:2px solid currentColor;background:transparent;color:inherit;border-radius:5px;transition:all .3s ease;z-index:1000}.clock-type-toggle:hover{background:#ffffff1a;box-shadow:0 0 10px currentColor}.timezone-selector{position:fixed;bottom:20px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;font-family:Orbitron,sans-serif;font-size:.9rem;z-index:1000}.timezone-selector label{font-weight:700}.timezone-dropdown{padding:8px 15px;font-family:Orbitron,sans-serif;font-size:.9rem;border:2px solid currentColor;background:#0000004d;color:inherit;border-radius:5px;cursor:pointer;transition:all .3s ease;outline:none}body.light .timezone-dropdown{background:#fffc;border-color:#333}body.dark .timezone-dropdown{background:#001414cc;border-color:#00ced1}.timezone-dropdown:hover{box-shadow:0 0 10px currentColor}.timezone-dropdown:focus{box-shadow:0 0 15px currentColor}.timezone-dropdown option{background:#1a1a1a;color:#fff;padding:10px}body.light .timezone-dropdown option{background:#fff;color:#333}.analog-clock-container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:2rem;overflow:visible}.revolving-ball-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;pointer-events:none;z-index:0}.revolving-ball-container.ring-1{width:420px;height:420px;animation:rotateBall 8s linear infinite}.revolving-ball-container.ring-2{width:380px;height:380px;animation:rotateBall 12s linear infinite reverse}.revolving-ball-container.ring-3{width:460px;height:460px;animation:rotateBall 15s linear infinite}.revolving-ball-container.ring-4{width:340px;height:340px;animation:rotateBall 10s linear infinite reverse}.revolving-ball-container.ring-5{width:500px;height:500px;animation:rotateBall 20s linear infinite}.revolving-ball-container.ring-6{width:300px;height:300px;animation:rotateBall 7s linear infinite}.revolving-ball{position:absolute;top:-6px;left:50%;transform:translate(-50%);width:12px;height:12px;border-radius:50%;background:#00ced1;box-shadow:0 0 10px #00ced1,0 0 20px #00ced1,0 0 40px #00ced1}.ring-2 .revolving-ball{width:10px;height:10px;top:-5px}.ring-3 .revolving-ball{width:8px;height:8px;top:-4px}.ring-4 .revolving-ball{width:14px;height:14px;top:-7px}.ring-5 .revolving-ball{width:6px;height:6px;top:-3px}.ring-6 .revolving-ball{width:9px;height:9px;top:-4.5px}@keyframes rotateBall{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.particles{position:absolute;width:100%;height:100%;pointer-events:none;overflow:hidden;z-index:0}.particle{position:absolute;bottom:0;border-radius:50%;opacity:0;animation:floatUp linear infinite}body.dark .particle{background:radial-gradient(circle,#00ced1cc,#00ced100 70%);box-shadow:0 0 10px #00ced199,0 0 20px #00ced166}body.light .particle{background:radial-gradient(circle,#6464644d,#64646400 70%);box-shadow:0 0 5px #0000001a}@keyframes floatUp{0%{bottom:0;opacity:0;transform:translate(0) scale(.5)}10%{opacity:.6}50%{opacity:.8;transform:translate(calc(var(--random-x, 0) * 50px)) scale(1)}90%{opacity:.3}to{bottom:100%;opacity:0;transform:translate(calc(var(--random-x, 0) * 100px)) scale(1.5)}}.hour-number{position:absolute;font-size:1.8rem;font-weight:700;width:40px;height:40px;display:flex;align-items:center;justify-content:center;text-shadow:0 0 10px rgba(0,206,209,.3)}body.light .hour-number{color:#333}body.dark .hour-number{color:#00ced1;text-shadow:0 0 10px rgba(0,206,209,.8),0 0 20px rgba(0,206,209,.5)}@keyframes numberGlow{0%,to{opacity:.9}50%{opacity:1;text-shadow:0 0 15px rgba(0,206,209,1),0 0 30px rgba(0,206,209,.7)}}.minute-marker{position:absolute;width:2px;height:6px;background:currentColor;opacity:.4}.minute-marker.major{height:12px;width:3px;opacity:.6}body.dark .minute-marker{background:#00ced1;box-shadow:0 0 5px #00ced180}body.light .minute-marker{background:#333}.hand{position:absolute;bottom:50%;left:50%;transform-origin:bottom center;border-radius:10px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.hour-hand{width:8px;height:90px;margin-left:-4px}.minute-hand{width:6px;height:120px;margin-left:-3px}.second-hand{width:3px;height:140px;margin-left:-1.5px;transition:transform 1s linear}body.light .hour-hand,body.light .minute-hand{background:linear-gradient(to top,#555,#888);box-shadow:0 2px 6px #0006}body.light .second-hand{background:linear-gradient(to top,#ff6b35,#ff8c42);box-shadow:0 0 10px #ff6b3599}body.dark .hour-hand,body.dark .minute-hand{background:linear-gradient(to top,#00ced1,#0ff);box-shadow:0 0 15px #00ced1cc,0 0 30px #00ced180;animation:handGlow 3s ease-in-out infinite}body.dark .second-hand{background:linear-gradient(to top,#ff6b35,orange);box-shadow:0 0 20px #ff6b35e6,0 0 40px #ffa50099;animation:secondHandGlow 1s ease-in-out infinite}@keyframes handGlow{0%,to{box-shadow:0 0 15px #00ced1cc,0 0 30px #00ced180}50%{box-shadow:0 0 25px #00ced1,0 0 50px #00ced1b3}}@keyframes secondHandGlow{0%,to{box-shadow:0 0 20px #ff6b35e6,0 0 40px #ffa50099}50%{box-shadow:0 0 30px #ff6b35,0 0 60px #ffa500cc}}.second-number{position:absolute;top:-30px;left:50%;transform:translate(-50%) rotate(0);font-size:1.2rem;font-weight:700;padding:4px 8px;border-radius:6px;min-width:35px;text-align:center;animation:numberPulse 1s ease-in-out infinite}body.dark .second-number{background:#ff6b3533;color:orange;border:2px solid #FF6B35;box-shadow:0 0 15px #ff6b3599,inset 0 0 10px #ffa5004d;text-shadow:0 0 10px rgba(255,165,0,.8)}body.light .second-number{background:#ff6b351a;color:#ff6b35;border:2px solid #FF6B35}@keyframes numberPulse{0%,to{transform:translate(-50%) scale(1)}50%{transform:translate(-50%) scale(1.1)}}.center-dot{position:absolute;width:20px;height:20px;border-radius:50%;z-index:10;transition:all .3s ease}body.light .center-dot{background:radial-gradient(circle,#666,#333);box-shadow:0 2px 6px #0006}body.dark .center-dot{background:radial-gradient(circle,#0ff,#00ced1);box-shadow:0 0 20px #00ced1,0 0 40px #00ced199;animation:centerDotPulse 2s ease-in-out infinite}@keyframes centerDotPulse{0%,to{transform:scale(1);box-shadow:0 0 20px #00ced1,0 0 40px #00ced199}50%{transform:scale(1.3);box-shadow:0 0 30px #00ced1,0 0 60px #00ced1cc}}.digital-time-display{font-size:2.5rem;font-weight:700;letter-spacing:.1em;animation:digitalGlow 3s ease-in-out infinite}body.dark .digital-time-display{color:#00ced1;text-shadow:0 0 15px rgba(0,206,209,.8),0 0 30px rgba(0,206,209,.6),0 0 45px rgba(0,206,209,.4)}body.light .digital-time-display{color:#333;text-shadow:0 2px 4px rgba(0,0,0,.2)}@keyframes digitalGlow{0%,to{text-shadow:0 0 15px rgba(0,206,209,.8),0 0 30px rgba(0,206,209,.6),0 0 45px rgba(0,206,209,.4)}50%{text-shadow:0 0 25px rgba(0,206,209,1),0 0 50px rgba(0,206,209,.8),0 0 75px rgba(0,206,209,.6)}}body.dark .analog-clock{border:6px solid #111;background:radial-gradient(circle,#050505,#0a0a0a);box-shadow:0 0 30px #000c,inset 0 0 20px #000c;position:relative}body.dark .analog-clock:before{content:"";position:absolute;inset:-6px;border-radius:50%;border:2px solid transparent;border-top-color:#00ced1;border-right-color:#00ced180;animation:spinBorder 3s linear infinite;pointer-events:none;z-index:10}body.dark .analog-clock:after{content:"";position:absolute;inset:0;border-radius:50%;box-shadow:inset 0 0 20px #00ced11a;animation:innerPulse 4s ease-in-out infinite;pointer-events:none}@keyframes spinBorder{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes innerPulse{0%,to{box-shadow:inset 0 0 20px #00ced11a}50%{box-shadow:inset 0 0 40px #00ced133}}@media(max-width:768px){.analog-clock{width:280px;height:280px}.hour-number{font-size:1.4rem}.hour-hand{height:70px}.minute-hand{height:95px}.second-hand{height:110px}.digital-time-display{font-size:2rem}}
