@import "https://fonts.googleapis.com/css2?family=Nunito:wght@700;800;900&display=swap";
.DinoGame-module__qp10gq__gameContainer{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background:#fff;border:3px solid #e5e5e5;border-radius:20px;width:600px;padding:24px;position:relative;overflow:hidden;box-shadow:0 8px #e5e5e5}.DinoGame-module__qp10gq__scoring{color:#4b4b4b;justify-content:space-between;margin-bottom:12px;font-family:Nunito,sans-serif;font-size:18px;font-weight:800;display:flex}.DinoGame-module__qp10gq__canvas{width:100%;height:200px;display:block}.DinoGame-module__qp10gq__overlay{text-align:center;background:#ffffffd9;flex-direction:column;justify-content:center;align-items:center;font-family:Nunito,sans-serif;animation:.3s ease-out DinoGame-module__qp10gq__fadeIn;display:flex;position:absolute;inset:0}.DinoGame-module__qp10gq__overlay h2{color:#4b4b4b;margin-bottom:8px;font-size:28px;font-weight:900}.DinoGame-module__qp10gq__overlay p{color:#777;font-size:16px;font-weight:800}.DinoGame-module__qp10gq__retryBtn{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#58cc02;border:none;border-radius:12px;margin-top:16px;padding:10px 24px;font-size:16px;font-weight:900;transition:all .1s;box-shadow:0 4px #46a302}.DinoGame-module__qp10gq__retryBtn:hover{background:#61e002}.DinoGame-module__qp10gq__retryBtn:active{transform:translateY(2px);box-shadow:0 2px #46a302}.DinoGame-module__qp10gq__mobileControls{justify-content:center;width:100%;margin-top:20px;display:none}.DinoGame-module__qp10gq__jumpBtn{color:#fff;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:#58cc02;border:none;border-radius:16px;width:100%;max-width:200px;height:60px;font-size:20px;font-weight:900;transition:all .1s;box-shadow:0 6px #46a302}.DinoGame-module__qp10gq__jumpBtn:active{transform:translateY(4px);box-shadow:0 2px #46a302}@keyframes DinoGame-module__qp10gq__fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:650px){.DinoGame-module__qp10gq__gameContainer{width:100%;max-width:400px;padding:12px;box-shadow:0 6px #e5e5e5}.DinoGame-module__qp10gq__mobileControls{display:flex}.DinoGame-module__qp10gq__canvas{height:150px}}
.PuzzleGame-module__TlyiXW__container{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background:#fff;border:3px solid #e5e5e5;border-radius:28px;gap:32px;padding:32px;font-family:Nunito,sans-serif;display:flex;box-shadow:0 10px #e5e5e5}.PuzzleGame-module__TlyiXW__board{background:#fafafa;border:3px solid #e5e5e5;border-radius:12px;grid-template-rows:repeat(20,24px);grid-template-columns:repeat(10,24px);gap:2px;padding:2px;display:grid;position:relative;overflow:hidden}.PuzzleGame-module__TlyiXW__cell{box-sizing:border-box;border:1px solid;border-radius:4px;width:24px;height:24px}.PuzzleGame-module__TlyiXW__info{flex-direction:column;gap:24px;min-width:140px;display:flex}.PuzzleGame-module__TlyiXW__scoreCard{background:#f7f7f7;border:2px solid #e5e5e5;border-radius:16px;flex-direction:column;align-items:center;padding:16px;display:flex}.PuzzleGame-module__TlyiXW__scoreCard span{color:#afafaf;text-transform:uppercase;font-size:13px;font-weight:800}.PuzzleGame-module__TlyiXW__scoreCard strong{color:#4b4b4b;font-size:24px;font-weight:900}.PuzzleGame-module__TlyiXW__controls{color:#777;font-size:14px;font-weight:800}.PuzzleGame-module__TlyiXW__overlay{text-align:center;z-index:5;background:#ffffffe6;flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex;position:absolute;inset:0}.PuzzleGame-module__TlyiXW__overlay h2{color:#4b4b4b;margin-bottom:4px;font-weight:950}.PuzzleGame-module__TlyiXW__btn{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#58cc02;border:none;border-radius:12px;margin-top:16px;padding:10px 24px;font-weight:900;transition:all .1s;box-shadow:0 4px #46a302}.PuzzleGame-module__TlyiXW__btn:active{transform:translateY(2px);box-shadow:0 2px #46a302}.PuzzleGame-module__TlyiXW__mobileControls{flex-direction:column;gap:12px;margin-top:10px;display:none}.PuzzleGame-module__TlyiXW__rotateBtn{align-self:center;width:60px;height:60px}.PuzzleGame-module__TlyiXW__dPad{justify-content:center;gap:8px;display:flex}.PuzzleGame-module__TlyiXW__mBtn{color:#4b4b4b;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:#fff;border:3px solid #e5e5e5;border-radius:12px;justify-content:center;align-items:center;width:54px;height:54px;font-size:20px;font-weight:900;display:flex;box-shadow:0 4px #e5e5e5}.PuzzleGame-module__TlyiXW__mBtn:active{transform:translateY(2px);box-shadow:0 2px #e5e5e5}@media (max-width:600px){.PuzzleGame-module__TlyiXW__container{flex-direction:column;align-items:center;gap:20px;padding:16px}.PuzzleGame-module__TlyiXW__mobileControls{display:flex}.PuzzleGame-module__TlyiXW__board{grid-template-rows:repeat(20,20px);grid-template-columns:repeat(10,20px)}.PuzzleGame-module__TlyiXW__cell{width:20px;height:20px}.PuzzleGame-module__TlyiXW__info{min-width:unset;width:100%}.PuzzleGame-module__TlyiXW__controls{display:none}}
.BallShooter-module__k0R9IW__gameContainer{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background:#fff;border:3px solid #e5e5e5;border-radius:28px;width:fit-content;max-width:100%;margin:0 auto;padding:24px;font-family:Nunito,sans-serif;position:relative;box-shadow:0 10px #e5e5e5}.BallShooter-module__k0R9IW__header{color:#4b4b4b;justify-content:center;margin-bottom:20px;font-size:20px;font-weight:900;display:flex}.BallShooter-module__k0R9IW__canvas{cursor:crosshair;background:#f8f9fa;border:2px solid #e5e5e5;border-radius:16px;display:block}.BallShooter-module__k0R9IW__overlay{text-align:center;z-index:10;background:#ffffffe6;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:12px}.BallShooter-module__k0R9IW__overlay h3{color:#ff4b4b;margin-bottom:4px;font-size:24px;font-weight:950}.BallShooter-module__k0R9IW__overlay p{color:#777;margin-bottom:20px;font-weight:800}.BallShooter-module__k0R9IW__btn{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ff4b4b;border:none;border-radius:16px;padding:12px 32px;font-weight:900;transition:all .1s;box-shadow:0 4px #d33131}.BallShooter-module__k0R9IW__btn:active{transform:translateY(2px);box-shadow:0 2px #d33131}@media (max-width:450px){.BallShooter-module__k0R9IW__gameContainer{width:100%;padding:12px}.BallShooter-module__k0R9IW__canvas{width:100%;height:auto}}
.FlappyBird-module__ZoISKG__gameContainer{-webkit-user-select:none;user-select:none;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#fff;border:3px solid #e5e5e5;border-radius:28px;width:fit-content;max-width:100%;margin:0 auto;padding:24px;font-family:Nunito,sans-serif;position:relative;overflow:hidden;box-shadow:0 10px #e5e5e5}.FlappyBird-module__ZoISKG__scoring{color:#4b4b4b;justify-content:space-between;margin-bottom:12px;font-size:20px;font-weight:800;display:flex}.FlappyBird-module__ZoISKG__canvas{background:#f8f9fa;border:2px solid #e5e5e5;border-radius:16px;width:400px;height:400px;display:block}.FlappyBird-module__ZoISKG__overlay{text-align:center;z-index:10;background:#ffffffd9;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;animation:.3s ease-out FlappyBird-module__ZoISKG__fadeIn;display:flex;position:absolute;inset:60px 24px 24px}.FlappyBird-module__ZoISKG__overlay h2{color:#4b4b4b;margin-bottom:8px;font-size:28px;font-weight:950}.FlappyBird-module__ZoISKG__overlay p{color:#777;margin-bottom:16px;font-size:16px;font-weight:800}.FlappyBird-module__ZoISKG__retryBtn{color:#fff;cursor:pointer;background:#58cc02;border:none;border-radius:14px;padding:12px 24px;font-size:16px;font-weight:900;transition:all .1s;box-shadow:0 4px #46a302}.FlappyBird-module__ZoISKG__retryBtn:active{transform:translateY(2px);box-shadow:0 2px #46a302}.FlappyBird-module__ZoISKG__mobileControls{justify-content:center;margin-top:20px;display:none}.FlappyBird-module__ZoISKG__flapBtn{color:#fff;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:#1cb0f6;border:none;border-radius:16px;width:100%;max-width:200px;height:60px;font-size:20px;font-weight:950;box-shadow:0 6px #1899d6}.FlappyBird-module__ZoISKG__flapBtn:active{transform:translateY(4px);box-shadow:0 2px #1899d6}@keyframes FlappyBird-module__ZoISKG__fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:450px){.FlappyBird-module__ZoISKG__gameContainer{padding:12px}.FlappyBird-module__ZoISKG__canvas{width:100%;height:auto}.FlappyBird-module__ZoISKG__mobileControls{display:flex}}
.Footer-module___Uj7Ba__footer{background-color:#f7f7f7;border-top:2px solid #e5e5e5;width:100%;margin-top:auto;padding:64px 20px 32px;font-family:Nunito,sans-serif}.Footer-module___Uj7Ba__container{max-width:1000px;margin:0 auto}.Footer-module___Uj7Ba__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:64px;display:grid}.Footer-module___Uj7Ba__brand{flex-direction:column;gap:12px;display:flex}.Footer-module___Uj7Ba__logo{letter-spacing:.05em;color:#4b4b4b;font-size:20px;font-weight:900}.Footer-module___Uj7Ba__tagline{color:#777;font-size:15px;font-weight:700}.Footer-module___Uj7Ba__heading{color:#4b4b4b;text-transform:uppercase;letter-spacing:.1em;margin-bottom:20px;font-size:17px;font-weight:800}.Footer-module___Uj7Ba__linkGrid{flex-direction:column;gap:12px;display:flex}.Footer-module___Uj7Ba__link{color:#777;font-size:15px;font-weight:800;text-decoration:none;transition:all .2s}.Footer-module___Uj7Ba__link:hover{color:#4b4b4b;transform:translate(4px)}.Footer-module___Uj7Ba__bottom{text-align:center;border-top:2px solid #e5e5e5;padding-top:32px}.Footer-module___Uj7Ba__copyright{color:#afafaf;letter-spacing:.02em;margin-bottom:8px;font-size:14px;font-weight:700}.Footer-module___Uj7Ba__credit{color:#4b4b4b;font-weight:800}.Footer-module___Uj7Ba__slogan{color:#cecece;font-size:13px;font-weight:700}@media (max-width:768px){.Footer-module___Uj7Ba__grid{text-align:center;grid-template-columns:1fr;gap:40px}.Footer-module___Uj7Ba__linkGrid{align-items:center}.Footer-module___Uj7Ba__link:hover{transform:scale(1.05)}}
.MeditationSEO-module__OKH4qW__seoSection{color:#4b4b4b;width:100%;font-family:var(--font-nunito),sans-serif;z-index:20;background:#fff;padding:64px 20px;line-height:1.6;position:relative}.MeditationSEO-module__OKH4qW__seoContainer{max-width:680px;margin:0 auto}.MeditationSEO-module__OKH4qW__seoSection h2{color:#1a1a24;margin-bottom:24px;font-size:1.8rem;font-weight:800}.MeditationSEO-module__OKH4qW__seoSection h3{color:#4b4b4b;margin-top:32px;margin-bottom:12px;font-size:1.4rem;font-weight:800}.MeditationSEO-module__OKH4qW__seoSection p{color:#777;margin-bottom:16px;font-size:1.05rem;font-weight:600}.MeditationSEO-module__OKH4qW__seoSection ul{margin-bottom:24px;padding-left:0;list-style-type:none}.MeditationSEO-module__OKH4qW__seoSection li{color:#777;margin-bottom:12px;padding-left:24px;font-size:1.05rem;font-weight:600;position:relative}.MeditationSEO-module__OKH4qW__seoSection li:before{content:"•";color:#10b981;font-size:1.2rem;font-weight:900;position:absolute;left:8px}.MeditationSEO-module__OKH4qW__faqList{flex-direction:column;gap:16px;display:flex}.MeditationSEO-module__OKH4qW__faqItem{background:#f7f7f7;border:2px solid #e5e5e5;border-radius:16px;transition:border-color .2s;overflow:hidden}.MeditationSEO-module__OKH4qW__faqItem:hover{border-color:#d5d5d5}.MeditationSEO-module__OKH4qW__faqOpen{border-color:#10b981}.MeditationSEO-module__OKH4qW__faqHeader{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:16px 20px;font-family:inherit;display:flex}.MeditationSEO-module__OKH4qW__faqQuestion{color:#4b4b4b;flex:1;margin:0;padding-right:16px;font-size:1.1rem;font-weight:800}.MeditationSEO-module__OKH4qW__faqIcon{color:#afb0b4;font-size:1.8rem;font-weight:400;line-height:1;transition:transform .2s,color .2s}.MeditationSEO-module__OKH4qW__faqOpen .MeditationSEO-module__OKH4qW__faqIcon{color:#10b981}.MeditationSEO-module__OKH4qW__faqAnswerContainer{border-top:1px solid #0000;padding:0 20px 16px}.MeditationSEO-module__OKH4qW__faqAnswer{color:#777;margin:0;font-size:1rem;line-height:1.6}@media (max-width:600px){.MeditationSEO-module__OKH4qW__seoSection{padding:40px 16px}.MeditationSEO-module__OKH4qW__seoSection h2{font-size:1.5rem}.MeditationSEO-module__OKH4qW__seoSection h3{margin-top:24px;font-size:1.2rem}.MeditationSEO-module__OKH4qW__seoSection p,.MeditationSEO-module__OKH4qW__seoSection li{font-size:1rem}}
.Menu-module__AAjiBa__menuContainer{font-family:inherit;position:relative}.Menu-module__AAjiBa__menuBtn{cursor:pointer;color:#fff;text-transform:none;background:#ffffff26;border:2px solid #fff3;border-radius:100px;align-items:center;gap:8px;padding:7px 16px;font-family:inherit;font-size:13px;font-weight:800;transition:transform .1s,box-shadow .1s;display:inline-flex;box-shadow:0 4px #0000004d}.Menu-module__AAjiBa__menuBtn:hover{background:#ffffff40}.Menu-module__AAjiBa__menuBtn:active{transform:translateY(2px);box-shadow:0 2px #0000004d}.Menu-module__AAjiBa__menuBtnLight{color:#3c3c3c;background:#fff;border-color:#e5e5e5;box-shadow:0 4px #e5e5e5}.Menu-module__AAjiBa__menuBtnLight:hover{background:#fafafa}.Menu-module__AAjiBa__menuBtnLight:active{box-shadow:0 2px #e5e5e5}.Menu-module__AAjiBa__dropdown{opacity:0;pointer-events:none;z-index:2000;background:#1a1a1a;border:2px solid #333;border-radius:20px;flex-direction:column;gap:4px;min-width:200px;padding:8px;transition:all .2s cubic-bezier(.18,.89,.32,1.28);display:flex;position:absolute;top:calc(100% + 12px);right:0;transform:translateY(10px);box-shadow:0 8px #0003}.Menu-module__AAjiBa__dropdownActive{opacity:1;pointer-events:auto;transform:translateY(0)}.Menu-module__AAjiBa__dropdownLight{background:#fff;border:2px solid #e5e5e5;box-shadow:0 8px #e5e5e5}.Menu-module__AAjiBa__menuItem{color:#fff;border-radius:12px;align-items:center;gap:12px;padding:10px 16px;font-size:14px;font-weight:800;text-decoration:none;transition:all .15s;display:flex}.Menu-module__AAjiBa__menuItem:hover{background:#ffffff1a;transform:translate(4px)}.Menu-module__AAjiBa__menuItemLight{color:#4b4b4b}.Menu-module__AAjiBa__menuItemLight:hover{color:#1cb0f6;background:#f7f7f7}.Menu-module__AAjiBa__menuIcon{justify-content:center;width:24px;font-size:1.2rem;display:flex}@media (max-width:480px){.Menu-module__AAjiBa__menuBtn{padding:6px 12px;font-size:12px}.Menu-module__AAjiBa__dropdown{min-width:180px;right:-10px}}
.MusicSEO-module__Qrmxqa__seoSection{color:#4b4b4b;width:100%;font-family:var(--font-nunito),sans-serif;z-index:20;background:#fff;padding:64px 20px;line-height:1.6;position:relative}.MusicSEO-module__Qrmxqa__seoContainer{max-width:680px;margin:0 auto}.MusicSEO-module__Qrmxqa__seoSection h2{color:#1a1a24;margin-bottom:24px;font-size:1.8rem;font-weight:800}.MusicSEO-module__Qrmxqa__seoSection h3{color:#4b4b4b;margin-top:32px;margin-bottom:12px;font-size:1.4rem;font-weight:800}.MusicSEO-module__Qrmxqa__seoSection p{color:#777;margin-bottom:16px;font-size:1.05rem;font-weight:600}.MusicSEO-module__Qrmxqa__seoSection ul{margin-bottom:24px;padding-left:0;list-style-type:none}.MusicSEO-module__Qrmxqa__seoSection li{color:#777;margin-bottom:12px;padding-left:24px;font-size:1.05rem;font-weight:600;position:relative}.MusicSEO-module__Qrmxqa__seoSection li:before{content:"•";color:#4f46e5;font-size:1.2rem;font-weight:900;position:absolute;left:8px}.MusicSEO-module__Qrmxqa__faqList{flex-direction:column;gap:16px;display:flex}.MusicSEO-module__Qrmxqa__faqItem{background:#f7f7f7;border:2px solid #e5e5e5;border-radius:16px;transition:border-color .2s;overflow:hidden}.MusicSEO-module__Qrmxqa__faqItem:hover{border-color:#d5d5d5}.MusicSEO-module__Qrmxqa__faqOpen{border-color:#4f46e5}.MusicSEO-module__Qrmxqa__faqHeader{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:16px 20px;font-family:inherit;display:flex}.MusicSEO-module__Qrmxqa__faqQuestion{color:#4b4b4b;flex:1;margin:0;padding-right:16px;font-size:1.1rem;font-weight:800}.MusicSEO-module__Qrmxqa__faqIcon{color:#afb0b4;font-size:1.8rem;font-weight:400;line-height:1;transition:transform .2s,color .2s}.MusicSEO-module__Qrmxqa__faqOpen .MusicSEO-module__Qrmxqa__faqIcon{color:#4f46e5}.MusicSEO-module__Qrmxqa__faqAnswerContainer{border-top:1px solid #0000;padding:0 20px 16px}.MusicSEO-module__Qrmxqa__faqAnswer{color:#777;margin:0;font-size:1rem;line-height:1.6}@media (max-width:600px){.MusicSEO-module__Qrmxqa__seoSection{padding:40px 16px}.MusicSEO-module__Qrmxqa__seoSection h2{font-size:1.5rem}.MusicSEO-module__Qrmxqa__seoSection h3{margin-top:24px;font-size:1.2rem}.MusicSEO-module__Qrmxqa__seoSection p,.MusicSEO-module__Qrmxqa__seoSection li{font-size:1rem}}
.page-module__86A5Iq__main{flex-direction:column;min-height:100vh;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:background-color .4s;display:flex;overflow-x:hidden}.page-module__86A5Iq__mainLight{color:#3c3c3c;background-color:#f7f7f7}.page-module__86A5Iq__mainDark{color:#fff;background-color:#111}.page-module__86A5Iq__header{border-bottom:2px solid #8080801f;justify-content:space-between;align-items:center;width:100%;max-width:720px;height:64px;padding:0 20px;display:flex}@media (max-width:480px){.page-module__86A5Iq__header{height:56px;padding:0 15px}}.page-module__86A5Iq__logo{letter-spacing:.06em;opacity:.9;font-size:17px;font-weight:900}.page-module__86A5Iq__backBtn{color:inherit;opacity:.6;z-index:10;background:#0000001f;border-radius:12px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-flex;position:absolute;top:18px;left:20px}.page-module__86A5Iq__backBtn:hover{opacity:1}.page-module__86A5Iq__settingsBtnFixed{z-index:10;position:absolute;top:18px;right:20px}@media (max-width:480px){.page-module__86A5Iq__logo{font-size:14px}}.page-module__86A5Iq__nav{align-items:center;gap:10px;display:flex}@media (max-width:480px){.page-module__86A5Iq__nav{gap:6px}}.page-module__86A5Iq__navBtn{cursor:pointer;border:2px solid #0000;border-radius:100px;align-items:center;gap:6px;padding:7px 16px;font-family:inherit;font-size:13px;font-weight:800;text-decoration:none;transition:transform .1s,box-shadow .1s,filter .15s;display:inline-flex}@media (max-width:480px){.page-module__86A5Iq__navBtn{padding:6px 12px;font-size:12px}}.page-module__86A5Iq__navBtnLight{color:#3c3c3c;background:#fff;border-color:#e5e5e5;box-shadow:0 4px #e5e5e5}.page-module__86A5Iq__navBtnLight:hover{background:#fafafa}.page-module__86A5Iq__navBtnDark{color:#fff;background:#ffffff26;border-color:#fff3;box-shadow:0 4px #0000004d}.page-module__86A5Iq__navBtnDark:hover{background:#fff3}.page-module__86A5Iq__navBtnPomodoro{background:#ef5d8c;border-color:#0000000d;box-shadow:0 4px #d44272;color:#fff!important}.page-module__86A5Iq__navBtnPomodoro:hover{filter:brightness(1.07)}.page-module__86A5Iq__navBtn:active{transform:translateY(2px);box-shadow:none!important}.page-module__86A5Iq__content{flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;max-width:100vw;padding:20px 0;display:flex;position:relative;overflow-x:hidden}.page-module__86A5Iq__timerWrap{flex:1;justify-content:center;align-items:center;width:100%;padding:0 10px;display:flex}.page-module__86A5Iq__sectionFullscreen{flex-direction:column;align-items:center;width:100%;height:100vh;display:flex;position:relative}.page-module__86A5Iq__sectionCta{background:#f7f7f7;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:80px 20px;display:flex}.page-module__86A5Iq__sectionInfo{background:#fff;justify-content:center;width:100%;padding:100px 20px;display:flex}.page-module__86A5Iq__infoContent{color:#4b4b4b;width:100%;max-width:760px}.page-module__86A5Iq__infoHeading{letter-spacing:-1px;text-align:center;margin-bottom:48px;font-size:clamp(2rem,5vw,2.5rem);font-weight:900;line-height:1.1}.page-module__86A5Iq__infoText{color:#555;font-size:1.15rem;line-height:1.8}.page-module__86A5Iq__infoText h3{color:#4b4b4b;letter-spacing:-.5px;margin:48px 0 16px;font-size:1.75rem;font-weight:800}.page-module__86A5Iq__infoText p{margin-bottom:24px}.page-module__86A5Iq__infoList{margin:24px 0 32px;padding-left:20px;list-style-type:none}.page-module__86A5Iq__infoList li{margin-bottom:16px;padding-left:28px;position:relative}.page-module__86A5Iq__infoList li:before{content:"•";color:#58cc02;font-size:1.5rem;font-weight:900;line-height:1;position:absolute;left:0}ol.page-module__86A5Iq__infoList{counter-reset:info-counter}ol.page-module__86A5Iq__infoList li:before{counter-increment:info-counter;content:counter(info-counter);color:#fff;background:#58cc02;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:900;display:flex;position:absolute;top:4px}@media (max-width:480px){.page-module__86A5Iq__sectionInfo{padding:60px 20px}.page-module__86A5Iq__infoHeading{margin-bottom:32px}.page-module__86A5Iq__infoText{font-size:1rem}.page-module__86A5Iq__infoText h3{margin:32px 0 12px;font-size:1.4rem}}.page-module__86A5Iq__ctaGrid{grid-template-columns:repeat(3,1fr);gap:24px;width:100%;max-width:1100px;display:grid}@media (max-width:900px){.page-module__86A5Iq__ctaGrid{grid-template-columns:repeat(2,1fr);max-width:760px}}@media (max-width:640px){.page-module__86A5Iq__ctaGrid{grid-template-columns:1fr;max-width:460px}}.page-module__86A5Iq__ctaCard{text-align:center;color:#4b4b4b;background:#fff;border:2px solid #e5e5e5;border-radius:32px;width:100%;padding:48px 32px;transition:transform .2s;box-shadow:0 8px #0000001a}.page-module__86A5Iq__ctaCard:hover{transform:translateY(-4px)}.page-module__86A5Iq__mainDark .page-module__86A5Iq__ctaCard{color:#fff;background:#252532;border-color:#333;box-shadow:0 8px #0000004d}.page-module__86A5Iq__ctaIcon{margin-bottom:24px;font-size:64px}.page-module__86A5Iq__ctaTitle{letter-spacing:-.5px;margin-bottom:16px;font-size:28px;font-weight:900}.page-module__86A5Iq__ctaText{color:#777;margin-bottom:32px;font-size:17px;line-height:1.5}.page-module__86A5Iq__mainDark .page-module__86A5Iq__ctaText{color:#aaa}.page-module__86A5Iq__ctaBtn{color:#fff;text-transform:uppercase;letter-spacing:.8px;border-radius:16px;padding:14px 36px;font-size:16px;font-weight:800;text-decoration:none;transition:all .1s;display:inline-block}.page-module__86A5Iq__ctaBtnRed{background:#ff9800;box-shadow:0 6px #e68a00}.page-module__86A5Iq__ctaBtnRed:hover{filter:brightness(1.05)}.page-module__86A5Iq__ctaBtnRed:active{transform:translateY(4px);box-shadow:0 2px #e68a00}.page-module__86A5Iq__ctaBtnPink{background:#ef5d8c;box-shadow:0 6px #d44272}.page-module__86A5Iq__ctaBtnPink:hover{filter:brightness(1.05)}.page-module__86A5Iq__ctaBtnPink:active{transform:translateY(4px);box-shadow:0 2px #d44272}.page-module__86A5Iq__ctaBtnGreen{background:#58cc02;box-shadow:0 6px #46a302}.page-module__86A5Iq__ctaBtnGreen:hover{filter:brightness(1.05)}.page-module__86A5Iq__ctaBtnGreen:active{transform:translateY(4px);box-shadow:0 2px #46a302}.page-module__86A5Iq__ctaBtnBlue{background:#1cb0f6;box-shadow:0 6px #1899d6}.page-module__86A5Iq__ctaBtnBlue:hover{filter:brightness(1.05)}.page-module__86A5Iq__ctaBtnBlue:active{transform:translateY(4px);box-shadow:0 2px #1899d6}.page-module__86A5Iq__ctaBtnTeal{background:#20b2aa;box-shadow:0 6px #1e9e97}.page-module__86A5Iq__ctaBtnTeal:hover{filter:brightness(1.05)}.page-module__86A5Iq__ctaBtnTeal:active{transform:translateY(4px);box-shadow:0 2px #1e9e97}.page-module__86A5Iq__ctaBtnIndigo{background:#6366f1;box-shadow:0 6px #4f46e5}.page-module__86A5Iq__ctaBtnIndigo:hover{filter:brightness(1.05)}.page-module__86A5Iq__ctaBtnIndigo:active{transform:translateY(4px);box-shadow:0 2px #4f46e5}.page-module__86A5Iq__sectionQuickTimers{background:#f7f7f7;border-bottom:3px solid #e5e5e5;flex-direction:column;align-items:center;gap:16px;padding:24px 20px;display:flex}.page-module__86A5Iq__quickTimersLabel{letter-spacing:1px;text-transform:uppercase;color:#888;margin:0;font-size:13px;font-weight:800}.page-module__86A5Iq__quickTimersRow{flex-wrap:wrap;justify-content:center;gap:10px;width:100%;max-width:900px;display:flex}.page-module__86A5Iq__quickTimerBtn{color:#333;background:#fff;border:2.5px solid #e0e0e0;border-radius:20px;flex-shrink:0;padding:10px 22px;font-size:15px;font-weight:800;text-decoration:none;transition:all .15s;box-shadow:0 4px #d0d0d0}.page-module__86A5Iq__quickTimerBtn:hover{color:#fff;background:#58cc02;border-color:#46a302;transform:translateY(-1px);box-shadow:0 4px #46a302}.page-module__86A5Iq__quickTimerBtn:active{transform:translateY(3px);box-shadow:0 1px #d0d0d0}.page-module__86A5Iq__quickTimerBtnActive{color:#fff;background:#58cc02;border-color:#46a302;box-shadow:0 4px #46a302}.page-module__86A5Iq__scrollIndicator{opacity:.6;color:inherit;flex-direction:column;align-items:center;gap:8px;font-size:13px;font-weight:800;animation:2s infinite page-module__86A5Iq__bounce;display:flex;position:absolute;bottom:20px}@keyframes page-module__86A5Iq__bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.page-module__86A5Iq__arrowDown{font-size:20px}
.SleepSEO-module__cyThrW__seoSection{color:#4b4b4b;width:100%;font-family:var(--font-nunito),sans-serif;z-index:20;background:#fff;padding:64px 20px;line-height:1.6;position:relative}.SleepSEO-module__cyThrW__seoContainer{max-width:680px;margin:0 auto}.SleepSEO-module__cyThrW__seoSection h2{color:#1a1a24;margin-bottom:24px;font-size:1.8rem;font-weight:800}.SleepSEO-module__cyThrW__seoSection h3{color:#4b4b4b;margin-top:32px;margin-bottom:12px;font-size:1.4rem;font-weight:800}.SleepSEO-module__cyThrW__seoSection p{color:#777;margin-bottom:16px;font-size:1.05rem;font-weight:600}.SleepSEO-module__cyThrW__seoSection ul{margin-bottom:24px;padding-left:0;list-style-type:none}.SleepSEO-module__cyThrW__seoSection li{color:#777;margin-bottom:12px;padding-left:24px;font-size:1.05rem;font-weight:600;position:relative}.SleepSEO-module__cyThrW__seoSection li:before{content:"•";color:#4f46e5;font-size:1.2rem;font-weight:900;position:absolute;left:8px}.SleepSEO-module__cyThrW__faqList{flex-direction:column;gap:16px;display:flex}.SleepSEO-module__cyThrW__faqItem{background:#f7f7f7;border:2px solid #e5e5e5;border-radius:16px;transition:border-color .2s;overflow:hidden}.SleepSEO-module__cyThrW__faqItem:hover{border-color:#d5d5d5}.SleepSEO-module__cyThrW__faqOpen{border-color:#4f46e5}.SleepSEO-module__cyThrW__faqHeader{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:16px 20px;font-family:inherit;display:flex}.SleepSEO-module__cyThrW__faqQuestion{color:#4b4b4b;flex:1;margin:0;padding-right:16px;font-size:1.1rem;font-weight:800}.SleepSEO-module__cyThrW__faqIcon{color:#afb0b4;font-size:1.8rem;font-weight:400;line-height:1;transition:transform .2s,color .2s}.SleepSEO-module__cyThrW__faqOpen .SleepSEO-module__cyThrW__faqIcon{color:#4f46e5}.SleepSEO-module__cyThrW__faqAnswerContainer{border-top:1px solid #0000;padding:0 20px 16px}.SleepSEO-module__cyThrW__faqAnswer{color:#777;margin:0;font-size:1rem;line-height:1.6}@media (max-width:600px){.SleepSEO-module__cyThrW__seoSection{padding:40px 16px}.SleepSEO-module__cyThrW__seoSection h2{font-size:1.5rem}.SleepSEO-module__cyThrW__seoSection h3{margin-top:24px;font-size:1.2rem}.SleepSEO-module__cyThrW__seoSection p,.SleepSEO-module__cyThrW__seoSection li{font-size:1rem}}
.page-module__bW8-gq__main{flex-direction:column;align-items:center;min-height:100vh;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:background-color .4s;display:flex;overflow-x:hidden}.page-module__bW8-gq__mainLight{color:#3c3c3c;background-color:#f7f7f7}.page-module__bW8-gq__mainDark{color:#fff;background-color:#111}.page-module__bW8-gq__sectionFullscreen{flex-direction:column;align-items:center;width:100%;height:100vh;display:flex;position:relative}.page-module__bW8-gq__header{border-bottom:2px solid #8080801f;justify-content:space-between;align-items:center;width:100%;max-width:720px;height:64px;padding:0 20px;display:flex}@media (max-width:480px){.page-module__bW8-gq__header{height:56px;padding:0 15px}}.page-module__bW8-gq__logo{letter-spacing:.06em;opacity:.9;color:inherit;font-size:17px;font-weight:900;text-decoration:none}@media (max-width:480px){.page-module__bW8-gq__logo{font-size:14px}}.page-module__bW8-gq__nav{align-items:center;gap:10px;display:flex}@media (max-width:480px){.page-module__bW8-gq__nav{gap:6px}}.page-module__bW8-gq__clockContainer{z-index:1;flex-direction:column;flex:1;justify-content:center;align-items:center;padding-bottom:10vh;display:flex}.page-module__bW8-gq__cityTitle{color:#4b4b4b;letter-spacing:-1px;text-transform:uppercase;margin-bottom:16px;font-size:clamp(2rem,5vw,4rem);font-weight:900}.page-module__bW8-gq__mainDark .page-module__bW8-gq__cityTitle{color:#fff}.page-module__bW8-gq__time{letter-spacing:-2px;color:#4b4b4b;text-shadow:0 6px #0000001a;white-space:nowrap;font-size:clamp(4rem,15vw,12rem);font-weight:900;line-height:1}.page-module__bW8-gq__date{color:#777;letter-spacing:1px;text-transform:uppercase;margin-top:24px;font-size:clamp(1rem,2vw,1.5rem);font-weight:800}.page-module__bW8-gq__timezoneLabel{color:#999;margin-top:8px;font-size:1rem;font-weight:700}.page-module__bW8-gq__mainDark .page-module__bW8-gq__time{color:#fff;text-shadow:0 6px #00000080}.page-module__bW8-gq__mainDark .page-module__bW8-gq__date{color:#aaa}.page-module__bW8-gq__scrollIndicator{opacity:.6;color:inherit;flex-direction:column;align-items:center;gap:8px;font-size:13px;font-weight:800;animation:2s infinite page-module__bW8-gq__bounce;display:flex;position:absolute;bottom:20px}@keyframes page-module__bW8-gq__bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.page-module__bW8-gq__arrowDown{font-size:20px}.page-module__bW8-gq__sectionInfo{background:#fff;justify-content:center;width:100%;padding:100px 20px;display:flex}.page-module__bW8-gq__mainDark .page-module__bW8-gq__sectionInfo{background:#1a1a1a}.page-module__bW8-gq__infoContent{color:#4b4b4b;width:100%;max-width:760px}.page-module__bW8-gq__mainDark .page-module__bW8-gq__infoContent{color:#fff}.page-module__bW8-gq__infoHeading{letter-spacing:-1px;text-align:center;margin-bottom:48px;font-size:clamp(2rem,5vw,2.5rem);font-weight:900;line-height:1.1}.page-module__bW8-gq__infoText{color:#555;font-size:1.15rem;line-height:1.8}.page-module__bW8-gq__mainDark .page-module__bW8-gq__infoText{color:#ccc}.page-module__bW8-gq__infoText h3{color:#4b4b4b;letter-spacing:-.5px;margin:48px 0 16px;font-size:1.75rem;font-weight:800}.page-module__bW8-gq__mainDark .page-module__bW8-gq__infoText h3{color:#fff}.page-module__bW8-gq__infoText p{margin-bottom:24px}.page-module__bW8-gq__infoList{margin:24px 0 32px;padding-left:20px;list-style-type:none}.page-module__bW8-gq__infoList li{margin-bottom:16px;padding-left:28px;position:relative}.page-module__bW8-gq__infoList li:before{content:"•";color:#1cb0f6;font-size:1.5rem;font-weight:900;line-height:1;position:absolute;left:0}@media (max-width:480px){.page-module__bW8-gq__sectionInfo{padding:60px 20px}.page-module__bW8-gq__infoHeading{margin-bottom:32px}.page-module__bW8-gq__infoText h3{margin:32px 0 12px;font-size:1.4rem}}.page-module__bW8-gq__metaGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;width:100%;max-width:900px;margin:0 auto 64px;padding:0 20px;display:grid}.page-module__bW8-gq__metaCard{background:#fff;border:2px solid #e5e5e5;border-radius:20px;flex-direction:column;padding:28px 32px;display:flex;box-shadow:0 6px #0000000d}.page-module__bW8-gq__mainDark .page-module__bW8-gq__metaCard{background:#252532;border-color:#333;box-shadow:0 6px #0003}.page-module__bW8-gq__metaCardTitle{color:#4b4b4b;letter-spacing:-.5px;margin-bottom:24px;font-size:20px;font-weight:900}.page-module__bW8-gq__mainDark .page-module__bW8-gq__metaCardTitle{color:#fff}.page-module__bW8-gq__metaRow{border-bottom:2px solid #f0f0f0;justify-content:space-between;align-items:center;padding:16px 0;display:flex}.page-module__bW8-gq__metaRow:last-child{border-bottom:none;padding-bottom:0}.page-module__bW8-gq__mainDark .page-module__bW8-gq__metaRow{border-bottom-color:#333}.page-module__bW8-gq__metaLabel{color:#777;font-size:15px;font-weight:800}.page-module__bW8-gq__mainDark .page-module__bW8-gq__metaLabel{color:#aaa}.page-module__bW8-gq__metaValue{color:#4b4b4b;text-align:right;font-size:16px;font-weight:900}.page-module__bW8-gq__mainDark .page-module__bW8-gq__metaValue{color:#fff}.page-module__bW8-gq__mapGridSection{width:100%;margin-bottom:0;position:relative}.page-module__bW8-gq__mapActionOverlay{z-index:10;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.page-module__bW8-gq__openInMapBtn{color:#1cb0f6;background:#fff;border:2px solid #1cb0f6;border-radius:20px;align-items:center;gap:12px;padding:16px 32px;font-size:16px;font-weight:800;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 10px 30px #0000001a}.page-module__bW8-gq__openInMapBtn:hover{background:#f9fdff;transform:translateY(-5px);box-shadow:0 15px 40px #1cb0f626}.page-module__bW8-gq__openInMapBtn:active{transform:translateY(-2px)}
.page-module__KhYW5G__main{flex-direction:column;align-items:center;min-height:100vh;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:background-color .4s;display:flex;overflow-x:hidden}.page-module__KhYW5G__mainLight{color:#3c3c3c;background-color:#f7f7f7}.page-module__KhYW5G__mainDark{color:#fff;background-color:#111}.page-module__KhYW5G__sectionFullscreen{flex-direction:column;align-items:center;width:100%;min-height:100vh;padding-bottom:60px;display:flex;position:relative}.page-module__KhYW5G__header{border-bottom:2px solid #8080801f;justify-content:space-between;align-items:center;width:100%;max-width:900px;height:64px;margin-bottom:40px;padding:0 20px;display:flex}@media (max-width:480px){.page-module__KhYW5G__header{height:56px;margin-bottom:20px;padding:0 15px}}.page-module__KhYW5G__logo{letter-spacing:.06em;opacity:.9;color:inherit;font-size:17px;font-weight:900;text-decoration:none}@media (max-width:480px){.page-module__KhYW5G__logo{font-size:14px}}.page-module__KhYW5G__nav{align-items:center;gap:10px;display:flex}@media (max-width:480px){.page-module__KhYW5G__nav{gap:6px}}.page-module__KhYW5G__content{flex-direction:column;align-items:center;width:100%;max-width:900px;padding:0 20px;display:flex}.page-module__KhYW5G__addZoneContainer{justify-content:center;width:100%;margin-bottom:40px;display:flex}.page-module__KhYW5G__addBtn{color:#4b4b4b;cursor:pointer;background:#fff;border:2px solid #e5e5e5;border-radius:16px;justify-content:space-between;align-items:center;width:100%;max-width:400px;padding:14px 20px;font-family:inherit;font-size:16px;font-weight:800;transition:all .2s;display:flex;box-shadow:0 4px #e5e5e5}.page-module__KhYW5G__addBtn:hover{border-color:#ccc}.page-module__KhYW5G__addBtn:active{transform:translateY(2px);box-shadow:0 2px #e5e5e5}.page-module__KhYW5G__mainDark .page-module__KhYW5G__addBtn{color:#fff;background-color:#252532;border-color:#333;box-shadow:0 4px #1a1a1a}.page-module__KhYW5G__mainDark .page-module__KhYW5G__addBtn:active{box-shadow:0 2px #1a1a1a}.page-module__KhYW5G__overlayBackdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3000;background:#0006;justify-content:center;align-items:center;animation:.2s page-module__KhYW5G__fadeIn;display:flex;position:fixed;inset:0}@keyframes page-module__KhYW5G__fadeIn{0%{opacity:0}to{opacity:1}}.page-module__KhYW5G__overlayModal{background:#fff;border:2px solid #e5e5e5;border-radius:24px;flex-direction:column;width:90%;max-width:500px;max-height:80vh;animation:.3s cubic-bezier(.175,.885,.32,1.275) page-module__KhYW5G__slideUp;display:flex;overflow:hidden;box-shadow:0 12px #00000026}@keyframes page-module__KhYW5G__slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.page-module__KhYW5G__mainDark .page-module__KhYW5G__overlayModal{background:#252532;border-color:#333;box-shadow:0 12px #00000080}.page-module__KhYW5G__overlayHeader{border-bottom:2px solid #f0f0f0;justify-content:space-between;align-items:center;padding:24px 24px 16px;display:flex}.page-module__KhYW5G__mainDark .page-module__KhYW5G__overlayHeader{border-bottom-color:#333}.page-module__KhYW5G__overlayTitle{color:#4b4b4b;letter-spacing:-.5px;font-size:20px;font-weight:900}.page-module__KhYW5G__mainDark .page-module__KhYW5G__overlayTitle{color:#fff}.page-module__KhYW5G__overlayCloseBtn{color:#777;cursor:pointer;background:#f0f0f0;border:none;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:900;transition:all .2s;display:flex}.page-module__KhYW5G__overlayCloseBtn:hover{color:#4b4b4b;background:#e5e5e5}.page-module__KhYW5G__mainDark .page-module__KhYW5G__overlayCloseBtn{color:#aaa;background:#333}.page-module__KhYW5G__mainDark .page-module__KhYW5G__overlayCloseBtn:hover{color:#fff;background:#444}.page-module__KhYW5G__overlaySearchContainer{background:#fafafa;border-bottom:2px solid #f0f0f0;padding:16px 24px}.page-module__KhYW5G__mainDark .page-module__KhYW5G__overlaySearchContainer{background:#1e1e28;border-bottom-color:#333}.page-module__KhYW5G__overlaySearchInput{color:#4b4b4b;background:#fff;border:2px solid #e5e5e5;border-radius:16px;outline:none;width:100%;padding:14px 20px;font-family:inherit;font-size:16px;font-weight:800;transition:border-color .2s}.page-module__KhYW5G__overlaySearchInput:focus{border-color:#1cb0f6}.page-module__KhYW5G__mainDark .page-module__KhYW5G__overlaySearchInput{color:#fff;background-color:#252532;border-color:#333}.page-module__KhYW5G__mainDark .page-module__KhYW5G__overlaySearchInput:focus{border-color:#1cb0f6}.page-module__KhYW5G__overlayList{flex:1;padding:16px 24px 24px;overflow-y:auto}.page-module__KhYW5G__overlayList::-webkit-scrollbar{width:8px}.page-module__KhYW5G__overlayList::-webkit-scrollbar-track{background:0 0}.page-module__KhYW5G__overlayList::-webkit-scrollbar-thumb{background:#e5e5e5;border-radius:4px}.page-module__KhYW5G__mainDark .page-module__KhYW5G__overlayList::-webkit-scrollbar-thumb{background:#333}.page-module__KhYW5G__overlayGroup{margin-bottom:24px}.page-module__KhYW5G__overlayGroupLabel{color:#afafaf;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;padding-left:8px;font-size:14px;font-weight:900}.page-module__KhYW5G__mainDark .page-module__KhYW5G__overlayGroupLabel{color:#777}.page-module__KhYW5G__overlayOptionBtn{text-align:left;color:#4b4b4b;cursor:pointer;background:0 0;border:2px solid #0000;border-radius:16px;width:100%;margin-bottom:4px;padding:14px 16px;font-family:inherit;font-size:16px;font-weight:800;transition:all .2s}.page-module__KhYW5G__overlayOptionBtn:hover:not(:disabled){background:#f0f0f0}.page-module__KhYW5G__overlayOptionBtn:active:not(:disabled){transform:scale(.98)}.page-module__KhYW5G__overlayOptionBtn:disabled{opacity:.4;cursor:not-allowed}.page-module__KhYW5G__mainDark .page-module__KhYW5G__overlayOptionBtn{color:#fff}.page-module__KhYW5G__mainDark .page-module__KhYW5G__overlayOptionBtn:hover:not(:disabled){background:#333}.page-module__KhYW5G__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;width:100%;display:grid}.page-module__KhYW5G__card{background:#fff;border:2px solid #e5e5e5;border-radius:24px;flex-direction:column;align-items:center;padding:30px;transition:transform .2s;display:flex;position:relative;box-shadow:0 8px #e5e5e5}.page-module__KhYW5G__card:hover{transform:translateY(-4px)}.page-module__KhYW5G__mainDark .page-module__KhYW5G__card{background:#252532;border-color:#333;box-shadow:0 8px #1a1a1a}.page-module__KhYW5G__removeBtn{color:#fff;cursor:pointer;background:#ff4b4b;border:none;border-radius:12px;justify-content:center;align-items:center;width:32px;height:32px;font-weight:900;line-height:1;transition:all .1s;display:flex;position:absolute;top:16px;right:16px;box-shadow:0 4px #cc3c3c}.page-module__KhYW5G__removeBtn:active{transform:translateY(2px);box-shadow:0 2px #cc3c3c}.page-module__KhYW5G__cardCity{color:#333;text-align:center;margin-bottom:20px;font-size:20px;font-weight:700}.page-module__KhYW5G__mainDark .page-module__KhYW5G__cardCity{color:#fff}.page-module__KhYW5G__cardTime{color:#4b4b4b;letter-spacing:-1px;margin-bottom:8px;font-size:56px;font-weight:900;line-height:1}.page-module__KhYW5G__mainDark .page-module__KhYW5G__cardTime{color:#fff}.page-module__KhYW5G__cardDate{color:#777;text-transform:uppercase;letter-spacing:1px;font-size:14px;font-weight:800}.page-module__KhYW5G__mainDark .page-module__KhYW5G__cardDate{color:#aaa}.page-module__KhYW5G__scrollIndicator{opacity:.6;color:inherit;flex-direction:column;align-items:center;gap:8px;font-size:13px;font-weight:800;animation:2s infinite page-module__KhYW5G__bounce;display:flex;position:absolute;bottom:20px}@keyframes page-module__KhYW5G__bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.page-module__KhYW5G__arrowDown{font-size:20px}.page-module__KhYW5G__sectionInfo{background:#fff;justify-content:center;width:100%;padding:100px 20px;display:flex}.page-module__KhYW5G__mainDark .page-module__KhYW5G__sectionInfo{background:#1a1a1a}.page-module__KhYW5G__infoContent{color:#4b4b4b;width:100%;max-width:760px}.page-module__KhYW5G__mainDark .page-module__KhYW5G__infoContent{color:#fff}.page-module__KhYW5G__infoHeading{letter-spacing:-1px;text-align:center;margin-bottom:48px;font-size:clamp(2rem,5vw,2.5rem);font-weight:900;line-height:1.1}.page-module__KhYW5G__infoText{color:#555;font-size:1.15rem;line-height:1.8}.page-module__KhYW5G__mainDark .page-module__KhYW5G__infoText{color:#ccc}.page-module__KhYW5G__infoText h3{color:#4b4b4b;letter-spacing:-.5px;margin:48px 0 16px;font-size:1.75rem;font-weight:800}.page-module__KhYW5G__mainDark .page-module__KhYW5G__infoText h3{color:#fff}.page-module__KhYW5G__infoText p{margin-bottom:24px}.page-module__KhYW5G__infoList{margin:24px 0 32px;padding-left:20px;list-style-type:none}.page-module__KhYW5G__infoList li{margin-bottom:16px;padding-left:28px;position:relative}.page-module__KhYW5G__infoList li:before{content:"•";color:#1cb0f6;font-size:1.5rem;font-weight:900;line-height:1;position:absolute;left:0}@media (max-width:480px){.page-module__KhYW5G__sectionInfo{padding:60px 20px}.page-module__KhYW5G__infoHeading{margin-bottom:32px}.page-module__KhYW5G__infoText h3{margin:32px 0 12px;font-size:1.4rem}}.page-module__KhYW5G__mapGridSection{border-top:1px solid #f0f0f0;width:100%;margin-bottom:0;position:relative}.page-module__KhYW5G__mapActionOverlay{z-index:10;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.page-module__KhYW5G__exploreMapBtn{color:#fff;background:#1cb0f6;border-radius:24px;align-items:center;gap:12px;padding:18px 36px;font-size:18px;font-weight:800;text-decoration:none;transition:all .3s cubic-bezier(.19,1,.22,1);display:flex;box-shadow:0 10px 30px #1cb0f64d}.page-module__KhYW5G__exploreMapBtn:hover{background:#199edd;transform:translateY(-8px);box-shadow:0 20px 50px #1cb0f666}.page-module__KhYW5G__exploreMapBtn:active{transform:translateY(-2px)}
.TimezoneMap-module__Gk-UnW__mapContainer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff4d;border-radius:24px;flex-direction:column;width:100%;max-width:1200px;height:600px;margin:20px auto 60px;padding:20px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000001a}.TimezoneMap-module__Gk-UnW__fullWidth{max-width:100%;height:auto;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border:none;border-bottom:1px solid #0000000d;border-radius:0;margin:0}.TimezoneMap-module__Gk-UnW__mapTitle{color:#333;text-align:center;margin-bottom:20px;font-size:24px;font-weight:800}.TimezoneMap-module__Gk-UnW__svgWrapper{cursor:grab;flex:1;width:100%;height:100%;position:relative;overflow:hidden}.TimezoneMap-module__Gk-UnW__svgWrapper:active{cursor:grabbing}.TimezoneMap-module__Gk-UnW__worldMap{filter:drop-shadow(0 4px 6px #0000000d);width:100%;height:100%}.TimezoneMap-module__Gk-UnW__land{fill:#e0e0e0;stroke:#fff;stroke-width:.5px}.TimezoneMap-module__Gk-UnW__marker{cursor:pointer}.TimezoneMap-module__Gk-UnW__markerDot{fill:#1cb0f6;stroke:#fff;stroke-width:.5px;transition:all .2s}.TimezoneMap-module__Gk-UnW__marker:hover .TimezoneMap-module__Gk-UnW__markerDot,.TimezoneMap-module__Gk-UnW__selectedMarker .TimezoneMap-module__Gk-UnW__markerDot{fill:#ff4b4b;r:5}.TimezoneMap-module__Gk-UnW__highlightMarker{fill:#ff4b4b;stroke:#fff;stroke-width:2px;filter:drop-shadow(0 0 4px #ff4b4b80)}.TimezoneMap-module__Gk-UnW__highlightPulse{fill:#ff4b4b;opacity:.3;animation:2s infinite TimezoneMap-module__Gk-UnW__pulse}@keyframes TimezoneMap-module__Gk-UnW__pulse{0%{r:8;opacity:.4}to{r:20;opacity:0}}.TimezoneMap-module__Gk-UnW__tooltip{color:#fff;pointer-events:none;white-space:nowrap;z-index:1000;background:#000000d9;border-radius:8px;margin-top:-10px;padding:6px 12px;font-size:13px;font-weight:700;position:absolute;transform:translate(-50%,-100%)}.TimezoneMap-module__Gk-UnW__zoomControls{z-index:100;flex-direction:column;gap:8px;display:flex;position:absolute;bottom:30px;left:20px}.TimezoneMap-module__Gk-UnW__zoomBtn{color:#444;cursor:pointer;background:#fff;border:1px solid #f0f0f0;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:24px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 20px #00000014}.TimezoneMap-module__Gk-UnW__zoomBtn:hover{color:#1cb0f6;background:#f9f9fb;border-color:#1cb0f6;transform:translateY(-2px)}.TimezoneMap-module__Gk-UnW__zoomBtn:active{transform:scale(.95)}.TimezoneMap-module__Gk-UnW__simpleView{height:auto;min-height:400px;box-shadow:none;background:0 0;border:none}@media (max-width:768px){.TimezoneMap-module__Gk-UnW__mapContainer{height:400px;padding:10px}.TimezoneMap-module__Gk-UnW__mapTitle{font-size:18px}}
.TimerWithMusic-module__oVtP0G__container{min-height:100vh;font-family:var(--font-nunito),sans-serif;color:#4b4b4b;z-index:1;flex-direction:column;transition:background 1s;display:flex;position:relative}.TimerWithMusic-module__oVtP0G__bgDawn{background:#ff9e7d}.TimerWithMusic-module__oVtP0G__bgZen{background:#a8e6cf}.TimerWithMusic-module__oVtP0G__bgNight{color:#fff;background:#2d3436}.TimerWithMusic-module__oVtP0G__bgMist{background:#d7dde8}.TimerWithMusic-module__oVtP0G__header{z-index:10;justify-content:space-between;align-items:center;padding:24px 40px;display:flex}.TimerWithMusic-module__oVtP0G__logo{color:#1cb0f6;letter-spacing:-.5px;font-size:1.6rem;font-weight:900;text-decoration:none}.TimerWithMusic-module__oVtP0G__bgNight .TimerWithMusic-module__oVtP0G__logo{color:#60a5fa}.TimerWithMusic-module__oVtP0G__headerRight{align-items:center;gap:16px;display:flex}.TimerWithMusic-module__oVtP0G__settingsBtn,.TimerWithMusic-module__oVtP0G__navBtn{color:#4b4b4b;cursor:pointer;text-transform:uppercase;background:#fff;border:2px solid #e5e5e5;border-radius:16px;align-items:center;gap:8px;padding:12px 24px;font-family:inherit;font-size:.9rem;font-weight:800;text-decoration:none;transition:all .1s;display:flex;box-shadow:0 4px #e5e5e5}.TimerWithMusic-module__oVtP0G__settingsBtn:active,.TimerWithMusic-module__oVtP0G__navBtn:active{transform:translateY(2px);box-shadow:0 2px #e5e5e5}.TimerWithMusic-module__oVtP0G__heroSection{box-sizing:border-box;flex-direction:column;justify-content:space-between;height:100vh;padding-bottom:40px;display:flex}.TimerWithMusic-module__oVtP0G__content{z-index:5;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:24px;width:100%;max-width:800px;margin:0 auto;padding:20px;display:flex}.TimerWithMusic-module__oVtP0G__modal{background:#fff;border:2px solid #e5e5e5;border-radius:24px;transition:all .3s;box-shadow:0 8px #e5e5e5}.TimerWithMusic-module__oVtP0G__timerCard{text-align:center;width:100%;max-width:440px;padding:48px 32px}.TimerWithMusic-module__oVtP0G__audioBar{background:#fff;border:2px solid #e5e5e5;border-radius:24px;align-items:center;gap:16px;width:100%;max-width:680px;padding:12px 20px;transition:all .3s;display:flex;box-shadow:0 8px #e5e5e5}.TimerWithMusic-module__oVtP0G__bgNight .TimerWithMusic-module__oVtP0G__timerCard{box-shadow:none;color:#fff;background:0 0;border:none}.TimerWithMusic-module__oVtP0G__bgNight .TimerWithMusic-module__oVtP0G__audioBar{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#333c;border-color:#444;box-shadow:0 8px #111}.TimerWithMusic-module__oVtP0G__visualizerContainer{justify-content:center;align-items:center;height:80px;margin-bottom:16px;display:flex}.TimerWithMusic-module__oVtP0G__visCanvas{width:100%;max-width:320px}.TimerWithMusic-module__oVtP0G__title{color:#1cb0f6;text-transform:uppercase;margin-bottom:0;font-size:1.4rem;font-weight:900}.TimerWithMusic-module__oVtP0G__clock{color:#4b4b4b;letter-spacing:-4px;margin:8px 0 24px;font-family:inherit;font-size:clamp(6rem,25vw,10rem);font-weight:900;line-height:1}.TimerWithMusic-module__oVtP0G__bgNight .TimerWithMusic-module__oVtP0G__clock{color:#fff}.TimerWithMusic-module__oVtP0G__controls{justify-content:center;align-items:center;gap:12px;display:flex}.TimerWithMusic-module__oVtP0G__iconBtn{cursor:pointer;color:#1cb0f6;background:#fff;border:2px solid #e5e5e5;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;font-family:inherit;transition:all .1s;display:flex;box-shadow:0 4px #e5e5e5}.TimerWithMusic-module__oVtP0G__bgNight .TimerWithMusic-module__oVtP0G__iconBtn{color:#fff;background:#444;border-color:#555;box-shadow:0 4px #222}.TimerWithMusic-module__oVtP0G__iconBtn:active{transform:translateY(2px);box-shadow:0 2px #e5e5e5}.TimerWithMusic-module__oVtP0G__mainBtn{cursor:pointer;color:#fff;border:none;border-radius:16px;padding:16px 48px;font-family:inherit;font-size:1.25rem;font-weight:900;transition:all .1s}.TimerWithMusic-module__oVtP0G__btnStart{background:#58cc02;box-shadow:0 5px #46a302}.TimerWithMusic-module__oVtP0G__btnStart:active{transform:translateY(3px);box-shadow:0 2px #46a302}.TimerWithMusic-module__oVtP0G__btnPause{background:#ff4b4b;box-shadow:0 5px #d13b3b}.TimerWithMusic-module__oVtP0G__btnPause:active{transform:translateY(3px);box-shadow:0 2px #d13b3b}.TimerWithMusic-module__oVtP0G__resetBtn{color:#afafaf;cursor:pointer;text-transform:uppercase;background:#fff;border:2px solid #e5e5e5;border-radius:16px;padding:16px 28px;font-family:inherit;font-size:.9rem;font-weight:900;box-shadow:0 5px #e5e5e5}.TimerWithMusic-module__oVtP0G__resetBtn:active{transform:translateY(3px);box-shadow:0 2px #e5e5e5}.TimerWithMusic-module__oVtP0G__audioBar{align-items:center;gap:16px;width:100%;max-width:680px;padding:12px 20px;display:flex}.TimerWithMusic-module__oVtP0G__trackInfoArea{cursor:pointer;align-items:center;gap:10px;min-width:160px;transition:opacity .2s;display:flex}.TimerWithMusic-module__oVtP0G__trackThumb{color:#1cb0f6;background:#ebf5ff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.TimerWithMusic-module__oVtP0G__bgNight .TimerWithMusic-module__oVtP0G__trackThumb{color:#fff;background:#444}.TimerWithMusic-module__oVtP0G__trackName{color:#4b4b4b;font-size:.9rem;font-weight:800}.TimerWithMusic-module__oVtP0G__bgNight .TimerWithMusic-module__oVtP0G__trackName{color:#fff}.TimerWithMusic-module__oVtP0G__barListIcon{color:#afafaf}.TimerWithMusic-module__oVtP0G__barNavControls{align-items:center;gap:6px;display:flex}.TimerWithMusic-module__oVtP0G__navBtnSmall{color:#afafaf;cursor:pointer;background:0 0;border:none;border-radius:12px;padding:6px}.TimerWithMusic-module__oVtP0G__playPauseBtn{color:#fff;cursor:pointer;background:#1cb0f6;border:none;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .1s;display:flex;box-shadow:0 3px #1899d6}.TimerWithMusic-module__oVtP0G__playPauseBtn:active{transform:translateY(2px);box-shadow:0 1px #1899d6}.TimerWithMusic-module__oVtP0G__barTimeline{flex:1;align-items:center;display:flex}.TimerWithMusic-module__oVtP0G__waveformContainer{cursor:pointer;align-items:center;gap:1.5px;width:100%;height:28px;display:flex}.TimerWithMusic-module__oVtP0G__waveBar{background:#f0f0f0;border-radius:1px;flex:1;min-width:2px;transition:height .3s}.TimerWithMusic-module__oVtP0G__waveBarPlayed{background:#1cb0f6}.TimerWithMusic-module__oVtP0G__volumeGroup{align-items:center;gap:8px;display:flex}.TimerWithMusic-module__oVtP0G__volumeSlider{accent-color:#1cb0f6;cursor:pointer;width:60px;height:4px}.TimerWithMusic-module__oVtP0G__barIcon{color:#afafaf}.TimerWithMusic-module__oVtP0G__overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.TimerWithMusic-module__oVtP0G__modal{flex-direction:column;width:100%;max-width:500px;max-height:80vh;display:flex}.TimerWithMusic-module__oVtP0G__modalHeader{border-bottom:2px solid #f0f0f0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.TimerWithMusic-module__oVtP0G__modalHeader h2{color:#4b4b4b;margin:0;font-size:1.3rem;font-weight:900}.TimerWithMusic-module__oVtP0G__closeBtn{color:#afafaf;cursor:pointer;background:0 0;border:none}.TimerWithMusic-module__oVtP0G__modalBody{flex-direction:column;gap:20px;padding:24px;display:flex;overflow-y:auto}.TimerWithMusic-module__oVtP0G__addBtn{color:#fff;cursor:pointer;background:#58cc02;border:none;border-radius:16px;justify-content:center;align-items:center;gap:8px;padding:14px;font-family:inherit;font-weight:900;display:flex;box-shadow:0 4px #46a302}.TimerWithMusic-module__oVtP0G__trackGrid{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.TimerWithMusic-module__oVtP0G__settingsSection{margin-bottom:24px}.TimerWithMusic-module__oVtP0G__sectionLabel{text-transform:uppercase;color:#afafaf;letter-spacing:.8px;margin-bottom:12px;font-size:14px;font-weight:800}.TimerWithMusic-module__oVtP0G__timeGrid{grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:12px;display:grid}.TimerWithMusic-module__oVtP0G__timeItem{color:#4b4b4b;cursor:pointer;background:#fff;border:2px solid #e5e5e5;border-radius:16px;padding:10px;font-family:inherit;font-weight:800;transition:all .2s;box-shadow:0 4px #e5e5e5}.TimerWithMusic-module__oVtP0G__timeItem:hover{background:#f7f7f7;transform:translateY(-2px);box-shadow:0 6px #e5e5e5}.TimerWithMusic-module__oVtP0G__activeTime{color:#fff;background:#1cb0f6;border-color:#1899d6;box-shadow:0 4px #1899d6}.TimerWithMusic-module__oVtP0G__activeTime:hover{background:#1cb0f6;transform:none;box-shadow:0 4px #1899d6}.TimerWithMusic-module__oVtP0G__bgNight .TimerWithMusic-module__oVtP0G__timeItem{color:#fff;background:#444;border-color:#555;box-shadow:0 4px #222}.TimerWithMusic-module__oVtP0G__bgNight .TimerWithMusic-module__oVtP0G__activeTime{background:#1cb0f6;border-color:#1899d6;box-shadow:0 4px #1899d6}.TimerWithMusic-module__oVtP0G__bgGrid{grid-template-columns:1fr;gap:10px;display:grid}.TimerWithMusic-module__oVtP0G__trackCard,.TimerWithMusic-module__oVtP0G__bgItem{cursor:pointer;background:#fff;border:2px solid #e5e5e5;border-radius:16px;align-items:center;width:100%;padding:16px;font-family:inherit;font-weight:800;transition:all .1s;display:flex;box-shadow:0 3px #e5e5e5}.TimerWithMusic-module__oVtP0G__activeTrackCard,.TimerWithMusic-module__oVtP0G__activeBg{color:#1cb0f6;background:#ebf5ff;border-color:#1cb0f6;box-shadow:0 3px #1899d6}.TimerWithMusic-module__oVtP0G__itemIcon{color:#1cb0f6;align-items:center;margin-right:12px;display:flex}.TimerWithMusic-module__oVtP0G__waveContainer{z-index:0;pointer-events:none;width:100%;height:10vh;position:fixed;bottom:0;left:0}.TimerWithMusic-module__oVtP0G__waves{width:100%;height:100%}.TimerWithMusic-module__oVtP0G__parallax>use{animation:25s cubic-bezier(.55,.5,.45,.5) infinite TimerWithMusic-module__oVtP0G__move-forever}@keyframes TimerWithMusic-module__oVtP0G__move-forever{0%{transform:translate(-90px)}to{transform:translate(85px)}}@media (max-width:640px){.TimerWithMusic-module__oVtP0G__header{padding:16px 20px}.TimerWithMusic-module__oVtP0G__settingsBtn,.TimerWithMusic-module__oVtP0G__navBtn{border-radius:12px;padding:8px 16px;font-size:.8rem}.TimerWithMusic-module__oVtP0G__logo{font-size:1.2rem}.TimerWithMusic-module__oVtP0G__timerCard{padding:32px 20px}.TimerWithMusic-module__oVtP0G__clock{letter-spacing:-2px;margin:4px 0 16px}.TimerWithMusic-module__oVtP0G__mainBtn{padding:14px 32px;font-size:1.1rem}.TimerWithMusic-module__oVtP0G__iconBtn{width:48px;height:48px}.TimerWithMusic-module__oVtP0G__audioBar{flex-direction:column;align-items:stretch;gap:12px;padding:16px;position:relative;bottom:20px}.TimerWithMusic-module__oVtP0G__overlay{padding:10px}.TimerWithMusic-module__oVtP0G__modal{border-radius:20px;max-height:92vh}.TimerWithMusic-module__oVtP0G__modalHeader{padding:16px 20px}.TimerWithMusic-module__oVtP0G__modalBody{gap:16px;padding:20px}.TimerWithMusic-module__oVtP0G__trackInfoArea{width:100%;min-width:unset;justify-content:space-between}.TimerWithMusic-module__oVtP0G__barNavControls{position:absolute;top:16px;right:16px}.TimerWithMusic-module__oVtP0G__barTimeline{width:100%}.TimerWithMusic-module__oVtP0G__volumeGroup{display:none}}@media (max-height:700px) and (orientation:portrait){.TimerWithMusic-module__oVtP0G__clock{font-size:clamp(4rem,20vh,7rem)}.TimerWithMusic-module__oVtP0G__timerCard{padding:20px 16px}}.TimerWithMusic-module__oVtP0G__urlInputGroup{gap:12px;margin-top:8px;display:flex}.TimerWithMusic-module__oVtP0G__urlInput{color:#4b4b4b;background:#fff;border:2px solid #e5e5e5;border-radius:16px;outline:none;flex:1;padding:12px 16px;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .2s}.TimerWithMusic-module__oVtP0G__urlInput:focus{border-color:#1cb0f6}.TimerWithMusic-module__oVtP0G__bgNight .TimerWithMusic-module__oVtP0G__urlInput{color:#fff;background:#444;border-color:#555}.TimerWithMusic-module__oVtP0G__bgNight .TimerWithMusic-module__oVtP0G__urlInput:focus{border-color:#60a5fa}.TimerWithMusic-module__oVtP0G__urlAddBtn{color:#fff;cursor:pointer;text-transform:uppercase;background:#1cb0f6;border:none;border-radius:16px;padding:12px 24px;font-family:inherit;font-size:.9rem;font-weight:900;transition:all .1s;box-shadow:0 4px #1899d6}.TimerWithMusic-module__oVtP0G__urlAddBtn:active{transform:translateY(2px);box-shadow:0 2px #1899d6}.TimerWithMusic-module__oVtP0G__bgNight .TimerWithMusic-module__oVtP0G__urlAddBtn{background:#60a5fa;box-shadow:0 4px #3b82f6}.TimerWithMusic-module__oVtP0G__bgNight .TimerWithMusic-module__oVtP0G__urlAddBtn:active{box-shadow:0 2px #3b82f6}
.page-module__i8Vn1W__main{background-color:#f8f9ff;flex-direction:column;min-height:100vh;font-family:Nunito,sans-serif;display:flex}.page-module__i8Vn1W__hero{flex-direction:column;min-height:100vh;padding:0 20px;display:flex}.page-module__i8Vn1W__header{justify-content:space-between;align-items:center;width:100%;max-width:1000px;margin:0 auto;padding:24px 0;display:flex}.page-module__i8Vn1W__logo{color:#4b4b4b;letter-spacing:-1px;font-size:24px;font-weight:900;text-decoration:none}.page-module__i8Vn1W__nav{gap:12px;display:flex}.page-module__i8Vn1W__navItem{color:#4b4b4b;cursor:pointer;background:#fff;border:2px solid #e5e5e5;border-radius:16px;padding:10px 16px;font-family:inherit;font-size:15px;font-weight:800;transition:all .2s;box-shadow:0 4px #e5e5e5}.page-module__i8Vn1W__navItem:hover{background:#f7f7f7;transform:translateY(-2px);box-shadow:0 6px #e5e5e5}.page-module__i8Vn1W__navItem.page-module__i8Vn1W__active{color:#fff;background:#1cb0f6;border-color:#1899d6;box-shadow:0 4px #1899d6}.page-module__i8Vn1W__navItem.page-module__i8Vn1W__active:hover{background:#24baff}.page-module__i8Vn1W__navItem:active{transform:translateY(2px);box-shadow:0 2px #e5e5e5}.page-module__i8Vn1W__gameWrapper{flex-direction:column;flex:1;justify-content:center;align-items:center;padding-bottom:64px;display:flex}.page-module__i8Vn1W__gameTitleArea{text-align:center;margin-bottom:40px}.page-module__i8Vn1W__title{color:#4b4b4b;letter-spacing:-1.5px;margin-bottom:8px;font-size:42px;font-weight:900}.page-module__i8Vn1W__subtitle{color:#afafaf;font-size:18px;font-weight:800}.page-module__i8Vn1W__gameContent{justify-content:center;width:100%;display:flex}@media (max-width:768px){.page-module__i8Vn1W__header{flex-direction:column;gap:20px}.page-module__i8Vn1W__title{font-size:32px}.page-module__i8Vn1W__hero{padding-top:20px}}
.page-module__2TT0oq__main{flex-direction:column;align-items:center;min-height:100vh;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:background-color .4s;display:flex;overflow-x:hidden}.page-module__2TT0oq__mainLight{color:#3c3c3c;background-color:#f7f7f7}.page-module__2TT0oq__mainDark{color:#fff;background-color:#111}.page-module__2TT0oq__sectionFullscreen{flex-direction:column;align-items:center;width:100%;height:100vh;display:flex;position:relative}.page-module__2TT0oq__header{border-bottom:2px solid #8080801f;justify-content:space-between;align-items:center;width:100%;max-width:720px;height:64px;padding:0 20px;display:flex}@media (max-width:480px){.page-module__2TT0oq__header{height:56px;padding:0 15px}}.page-module__2TT0oq__logo{letter-spacing:.06em;opacity:.9;color:inherit;font-size:17px;font-weight:900;text-decoration:none}@media (max-width:480px){.page-module__2TT0oq__logo{font-size:14px}}.page-module__2TT0oq__nav{align-items:center;gap:10px;display:flex}@media (max-width:480px){.page-module__2TT0oq__nav{gap:6px}}.page-module__2TT0oq__clockContainer{z-index:1;flex-direction:column;flex:1;justify-content:center;align-items:center;padding-bottom:10vh;display:flex}.page-module__2TT0oq__time{letter-spacing:-2px;color:#4b4b4b;text-shadow:0 6px #0000001a;font-size:clamp(4rem,15vw,12rem);font-weight:900;line-height:1}.page-module__2TT0oq__date{color:#777;letter-spacing:1px;text-transform:uppercase;margin-top:24px;font-size:clamp(1rem,2vw,1.5rem);font-weight:800}.page-module__2TT0oq__mainDark .page-module__2TT0oq__time{color:#fff;text-shadow:0 6px #00000080}.page-module__2TT0oq__mainDark .page-module__2TT0oq__date{color:#aaa}.page-module__2TT0oq__scrollIndicator{opacity:.6;color:inherit;flex-direction:column;align-items:center;gap:8px;font-size:13px;font-weight:800;animation:2s infinite page-module__2TT0oq__bounce;display:flex;position:absolute;bottom:20px}@keyframes page-module__2TT0oq__bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.page-module__2TT0oq__arrowDown{font-size:20px}.page-module__2TT0oq__sectionInfo{background:#fff;justify-content:center;width:100%;padding:100px 20px;display:flex}.page-module__2TT0oq__mainDark .page-module__2TT0oq__sectionInfo{background:#1a1a1a}.page-module__2TT0oq__infoContent{color:#4b4b4b;width:100%;max-width:760px}.page-module__2TT0oq__mainDark .page-module__2TT0oq__infoContent{color:#fff}.page-module__2TT0oq__infoHeading{letter-spacing:-1px;text-align:center;margin-bottom:48px;font-size:clamp(2rem,5vw,2.5rem);font-weight:900;line-height:1.1}.page-module__2TT0oq__infoText{color:#555;font-size:1.15rem;line-height:1.8}.page-module__2TT0oq__mainDark .page-module__2TT0oq__infoText{color:#ccc}.page-module__2TT0oq__infoText h3{color:#4b4b4b;letter-spacing:-.5px;margin:48px 0 16px;font-size:1.75rem;font-weight:800}.page-module__2TT0oq__mainDark .page-module__2TT0oq__infoText h3{color:#fff}.page-module__2TT0oq__infoText p{margin-bottom:24px}.page-module__2TT0oq__infoList{margin:24px 0 32px;padding-left:20px;list-style-type:none}.page-module__2TT0oq__infoList li{margin-bottom:16px;padding-left:28px;position:relative}.page-module__2TT0oq__infoList li:before{content:"•";color:#58cc02;font-size:1.5rem;font-weight:900;line-height:1;position:absolute;left:0}@media (max-width:480px){.page-module__2TT0oq__sectionInfo{padding:60px 20px}.page-module__2TT0oq__infoHeading{margin-bottom:32px}.page-module__2TT0oq__infoText{font-size:1rem}.page-module__2TT0oq__infoText h3{margin:32px 0 12px;font-size:1.4rem}}
.MeditationTimer-module__ucjJWW__container{font-family:var(--font-nunito),sans-serif;color:#4b4b4b;z-index:1;flex-direction:column;display:flex;position:relative}.MeditationTimer-module__ucjJWW__timerWrapper{flex-direction:column;width:100%;min-height:100vh;transition:background 2s;display:flex;position:relative;overflow:hidden}.MeditationTimer-module__ucjJWW__bgForest{background:#e8f5e9}.MeditationTimer-module__ucjJWW__bgZen{background:#f1f8e9}.MeditationTimer-module__ucjJWW__bgDawn{background:#fff3e0}.MeditationTimer-module__ucjJWW__bgMist{background:#eceff1}.MeditationTimer-module__ucjJWW__bgNight{color:#fff;background:#263238}.MeditationTimer-module__ucjJWW__header{z-index:10;justify-content:space-between;align-items:center;padding:24px 40px;display:flex}.MeditationTimer-module__ucjJWW__logo{color:#1cb0f6;letter-spacing:-.5px;font-size:1.6rem;font-weight:900;text-decoration:none}.MeditationTimer-module__ucjJWW__bgNight .MeditationTimer-module__ucjJWW__logo{color:#60a5fa}.MeditationTimer-module__ucjJWW__headerRight{align-items:center;gap:16px;display:flex}.MeditationTimer-module__ucjJWW__settingsBtn{color:#4b4b4b;cursor:pointer;text-transform:uppercase;background:#fff;border:2px solid #e5e5e5;border-radius:16px;align-items:center;gap:8px;padding:12px 24px;font-family:inherit;font-size:.9rem;font-weight:800;text-decoration:none;transition:all .1s;display:flex;box-shadow:0 4px #e5e5e5}.MeditationTimer-module__ucjJWW__settingsBtn:active{transform:translateY(2px);box-shadow:0 2px #e5e5e5}.MeditationTimer-module__ucjJWW__heroSection{flex-direction:column;min-height:100vh;display:flex;position:relative}.MeditationTimer-module__ucjJWW__content{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:40px;width:100%;max-width:800px;margin:-80px auto 0;padding:20px;display:flex}.MeditationTimer-module__ucjJWW__breathingSection{z-index:1;justify-content:center;align-items:center;min-height:280px;display:flex;position:relative}.MeditationTimer-module__ucjJWW__breathingCircle{background:#1cb0f61a;border:4px solid #1cb0f6;border-radius:50%;justify-content:center;align-items:center;width:clamp(100px,20vw,140px);height:clamp(100px,20vw,140px);transition:transform 50ms linear;display:flex;box-shadow:0 0 30px #1cb0f626}.MeditationTimer-module__ucjJWW__bgNight .MeditationTimer-module__ucjJWW__breathingCircle{background:#60a5fa33;border-color:#60a5fa}.MeditationTimer-module__ucjJWW__breathText{color:#1cb0f6;text-transform:uppercase;letter-spacing:1px;font-size:1.1rem;font-weight:900}.MeditationTimer-module__ucjJWW__bgNight .MeditationTimer-module__ucjJWW__breathText{color:#60a5fa}.MeditationTimer-module__ucjJWW__clockArea{text-align:center;z-index:5;position:relative}.MeditationTimer-module__ucjJWW__clock{color:#4b4b4b;letter-spacing:-4px;margin-bottom:48px;font-family:inherit;font-size:clamp(6.5rem,24vw,12rem);font-weight:900;line-height:.85}.MeditationTimer-module__ucjJWW__bgNight .MeditationTimer-module__ucjJWW__clock{color:#fff}.MeditationTimer-module__ucjJWW__controls{justify-content:center;gap:16px;display:flex}.MeditationTimer-module__ucjJWW__mainBtn{cursor:pointer;color:#fff;text-transform:uppercase;border:none;border-radius:16px;padding:12px 32px;font-family:inherit;font-size:1rem;font-weight:900;transition:all .1s}.MeditationTimer-module__ucjJWW__btnStart{background:#58cc02;box-shadow:0 5px #46a302}.MeditationTimer-module__ucjJWW__btnStart:active{transform:translateY(3px);box-shadow:0 2px #46a302}.MeditationTimer-module__ucjJWW__btnPause{background:#ff4b4b;box-shadow:0 5px #d13b3b}.MeditationTimer-module__ucjJWW__btnPause:active{transform:translateY(3px);box-shadow:0 2px #d13b3b}.MeditationTimer-module__ucjJWW__resetBtn{color:#afafaf;cursor:pointer;text-transform:uppercase;background:#fff;border:2px solid #e5e5e5;border-radius:16px;padding:12px 20px;font-family:inherit;font-size:.9rem;font-weight:900;box-shadow:0 5px #e5e5e5}.MeditationTimer-module__ucjJWW__resetBtn:active{transform:translateY(3px);box-shadow:0 2px #e5e5e5}.MeditationTimer-module__ucjJWW__waveformContainer{justify-content:center;align-items:center;gap:3px;width:100%;height:40px;margin-top:24px;display:flex}.MeditationTimer-module__ucjJWW__waveBar{background:#1cb0f64d;border-radius:4px;width:4px;transition:height .3s,background .3s}.MeditationTimer-module__ucjJWW__bgNight .MeditationTimer-module__ucjJWW__waveBar{background:#60a5fa4d}.MeditationTimer-module__ucjJWW__waveActive{animation:1.5s ease-in-out infinite MeditationTimer-module__ucjJWW__wavePulse}@keyframes MeditationTimer-module__ucjJWW__wavePulse{0%,to{opacity:.6;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.3)}}.MeditationTimer-module__ucjJWW__audioHint{color:#afafaf;align-items:center;gap:8px;margin-top:20px;font-size:.95rem;font-weight:700;display:flex}.MeditationTimer-module__ucjJWW__bgNight .MeditationTimer-module__ucjJWW__audioHint{color:#ffffffb3}.MeditationTimer-module__ucjJWW__overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.MeditationTimer-module__ucjJWW__modal{background:#fff;border:2px solid #e5e5e5;border-radius:24px;flex-direction:column;width:100%;max-width:500px;max-height:80vh;display:flex;box-shadow:0 8px #e5e5e5}.MeditationTimer-module__ucjJWW__modalHeader{border-bottom:2px solid #f0f0f0;justify-content:space-between;align-items:center;padding:24px;display:flex}.MeditationTimer-module__ucjJWW__modalHeader h2{color:#4b4b4b;margin:0;font-size:1.4rem;font-weight:900}.MeditationTimer-module__ucjJWW__closeBtn{color:#afafaf;cursor:pointer;background:0 0;border:none}.MeditationTimer-module__ucjJWW__modalBody{flex-direction:column;gap:24px;padding:24px;display:flex;overflow-y:auto}.MeditationTimer-module__ucjJWW__settingsSection{flex-direction:column;gap:12px;display:flex}.MeditationTimer-module__ucjJWW__sectionLabel{text-transform:uppercase;color:#afafaf;letter-spacing:1px;font-size:.85rem;font-weight:800}.MeditationTimer-module__ucjJWW__timeGrid{grid-template-columns:repeat(auto-fill,minmax(65px,1fr));gap:10px;display:grid}.MeditationTimer-module__ucjJWW__timeItem{color:#4b4b4b;cursor:pointer;background:#fff;border:2px solid #e5e5e5;border-radius:12px;padding:10px;font-family:inherit;font-weight:800;box-shadow:0 3px #e5e5e5}.MeditationTimer-module__ucjJWW__activeTime{color:#fff;background:#1cb0f6;border-color:#1899d6;box-shadow:0 3px #1899d6}.MeditationTimer-module__ucjJWW__trackList{flex-direction:column;gap:10px;display:flex}.MeditationTimer-module__ucjJWW__trackItem{color:#4b4b4b;cursor:pointer;background:#fff;border:2px solid #e5e5e5;border-radius:16px;align-items:center;gap:12px;padding:16px;font-family:inherit;font-weight:800;display:flex;box-shadow:0 3px #e5e5e5}.MeditationTimer-module__ucjJWW__activeTrack{color:#1cb0f6;background:#ebf5ff;border-color:#1cb0f6;box-shadow:0 3px #1899d6}.MeditationTimer-module__ucjJWW__volumeRow{color:#afafaf;align-items:center;gap:12px;display:flex}.MeditationTimer-module__ucjJWW__volumeSlider{accent-color:#1cb0f6;cursor:pointer;flex:1;height:4px}.MeditationTimer-module__ucjJWW__urlInputGroup{gap:12px;margin-top:8px;margin-bottom:24px;display:flex}.MeditationTimer-module__ucjJWW__urlInput{color:#4b4b4b;background:#fff;border:2px solid #e5e5e5;border-radius:16px;outline:none;flex:1;padding:12px 16px;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .2s}.MeditationTimer-module__ucjJWW__urlInput:focus{border-color:#1cb0f6}.MeditationTimer-module__ucjJWW__bgNight .MeditationTimer-module__ucjJWW__urlInput{color:#fff;background:#444;border-color:#555}.MeditationTimer-module__ucjJWW__bgNight .MeditationTimer-module__ucjJWW__urlInput:focus{border-color:#60a5fa}.MeditationTimer-module__ucjJWW__urlAddBtn{color:#fff;cursor:pointer;text-transform:uppercase;background:#1cb0f6;border:none;border-radius:16px;padding:12px 24px;font-family:inherit;font-size:.9rem;font-weight:900;transition:all .1s;box-shadow:0 4px #1899d6}.MeditationTimer-module__ucjJWW__urlAddBtn:active{transform:translateY(2px);box-shadow:0 2px #1899d6}.MeditationTimer-module__ucjJWW__bgNight .MeditationTimer-module__ucjJWW__urlAddBtn{background:#60a5fa;box-shadow:0 4px #3b82f6}.MeditationTimer-module__ucjJWW__bgNight .MeditationTimer-module__ucjJWW__urlAddBtn:active{box-shadow:0 2px #3b82f6}@media (max-width:600px){.MeditationTimer-module__ucjJWW__header{padding:16px 20px}.MeditationTimer-module__ucjJWW__logo{font-size:1.3rem}.MeditationTimer-module__ucjJWW__content{gap:16px;padding:10px}.MeditationTimer-module__ucjJWW__breathingSection{min-height:150px}.MeditationTimer-module__ucjJWW__clock{letter-spacing:-3px;margin-bottom:24px;font-size:clamp(6.5rem,30vw,10rem)}.MeditationTimer-module__ucjJWW__mainBtn{border-radius:12px;padding:10px 24px;font-size:.9rem}.MeditationTimer-module__ucjJWW__resetBtn{border-radius:12px;padding:10px 16px;font-size:.8rem}}
.page-module__zow7sq__main{background-color:#f7f7f7;flex-direction:column;min-height:100vh;font-family:Nunito,sans-serif;display:flex}.page-module__zow7sq__header{background-color:#fff;border-bottom:2px solid #e5e5e5;justify-content:center;padding:40px 20px;display:flex}.page-module__zow7sq__headerContent{width:100%;max-width:800px}.page-module__zow7sq__backLink{color:#58cc02;margin-bottom:16px;font-size:14px;font-weight:800;text-decoration:none;transition:transform .2s;display:inline-block}.page-module__zow7sq__backLink:hover{transform:translate(-4px)}.page-module__zow7sq__title{color:#4b4b4b;letter-spacing:-.5px;margin:0;font-size:32px;font-weight:900}.page-module__zow7sq__content{flex:1;justify-content:center;padding:40px 20px 80px;display:flex}.page-module__zow7sq__card{background:#fff;border:2px solid #e5e5e5;border-radius:24px;width:100%;max-width:800px;padding:48px;box-shadow:0 8px #0000000d}.page-module__zow7sq__effectiveDate{color:#afafaf;margin-bottom:32px;font-size:14px;font-weight:800}.page-module__zow7sq__section{margin-bottom:40px}.page-module__zow7sq__section h2{color:#4b4b4b;letter-spacing:-.3px;margin-bottom:16px;font-size:22px;font-weight:900}.page-module__zow7sq__section h3{color:#4b4b4b;margin:24px 0 12px;font-size:18px;font-weight:800}.page-module__zow7sq__section h4{color:#4b4b4b;margin:16px 0 8px;font-size:16px;font-weight:800}.page-module__zow7sq__section p{color:#777;margin-bottom:16px;font-size:16px;font-weight:700;line-height:1.6}.page-module__zow7sq__section ul{margin:16px 0;padding-left:20px;list-style-type:none}.page-module__zow7sq__section li{color:#777;margin-bottom:12px;padding-left:24px;font-size:16px;font-weight:700;line-height:1.6;position:relative}.page-module__zow7sq__section li:before{content:"•";color:#58cc02;font-weight:900;position:absolute;left:0}@media (max-width:640px){.page-module__zow7sq__card{padding:32px 24px}.page-module__zow7sq__title{font-size:28px}.page-module__zow7sq__section h2{font-size:20px}}
.page-module__CLhMAG__main{color:#3c3c3c;background:#fff;flex-direction:column;min-height:100vh;font-family:Nunito,sans-serif;display:flex;position:relative}.page-module__CLhMAG__backBtn{color:#666;opacity:.7;z-index:10;background:#0000000f;border-radius:12px;padding:8px 16px;font-size:13px;font-weight:700;text-decoration:none;transition:opacity .2s;position:absolute;top:18px;left:20px}.page-module__CLhMAG__backBtn:hover{opacity:1}.page-module__CLhMAG__sectionFullscreen{background:linear-gradient(170deg,#fffdf7 0%,#fff9ee 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:80px 20px 60px;display:flex;position:relative}.page-module__CLhMAG__hero{flex-direction:column;align-items:center;gap:24px;width:100%;display:flex}.page-module__CLhMAG__title{letter-spacing:-.5px;color:#4b4b4b;margin:0;font-size:clamp(1.3rem,3vw,1.7rem);font-weight:900}.page-module__CLhMAG__hourglassWrap{cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;gap:8px;transition:transform .8s cubic-bezier(.68,-.55,.265,1.55);display:flex;position:relative}.page-module__CLhMAG__hourglassWrap.page-module__CLhMAG__flipped{transform:rotate(180deg)}.page-module__CLhMAG__hourglassWrap.page-module__CLhMAG__finished{animation:.5s 3 page-module__CLhMAG__shake}@keyframes page-module__CLhMAG__shake{0%,to{transform:rotate(0)}20%{transform:rotate(-10deg)}40%{transform:rotate(10deg)}60%{transform:rotate(-6deg)}80%{transform:rotate(6deg)}}.page-module__CLhMAG__hourglass{filter:drop-shadow(0 12px 32px #c88c2838);width:clamp(160px,28vw,220px);height:auto;overflow:visible}.page-module__CLhMAG__glassBody{fill:#ffe6a02e;stroke:#c9922a;stroke-width:3px;stroke-linejoin:round}.page-module__CLhMAG__glassShine{fill:#ffffff47;pointer-events:none}.page-module__CLhMAG__sand{fill:url(#sandGrad)}.page-module__CLhMAG__sandTop{fill:#ffd26480}.page-module__CLhMAG__sandDot{fill:#e09428;animation:.45s ease-in infinite page-module__CLhMAG__fall}@keyframes page-module__CLhMAG__fall{0%{opacity:0;transform:translateY(-6px)}30%{opacity:1}to{opacity:0;transform:translateY(10px)}}.page-module__CLhMAG__cap{fill:#8b5e1a;rx:5}.page-module__CLhMAG__flipHint{letter-spacing:1.5px;text-transform:uppercase;color:#bbb;margin:0;font-size:11px;font-weight:800;transition:transform .8s cubic-bezier(.68,-.55,.265,1.55)}.page-module__CLhMAG__flipped .page-module__CLhMAG__flipHint{transform:rotate(180deg)}.page-module__CLhMAG__timeDisplay{letter-spacing:-3px;color:#4b4b4b;text-shadow:0 5px #00000014;font-size:clamp(3.5rem,13vw,7rem);font-weight:900;line-height:1;transition:color .3s}.page-module__CLhMAG__timeDone{color:#58cc02;animation:.5s page-module__CLhMAG__pop}@keyframes page-module__CLhMAG__pop{0%{transform:scale(.9)}60%{transform:scale(1.1)}to{transform:scale(1)}}.page-module__CLhMAG__controls{align-items:center;gap:14px;display:flex}.page-module__CLhMAG__resetBtn{cursor:pointer;color:#777;background:#fff;border:2.5px solid #ddd;border-radius:50%;width:54px;height:54px;font-family:Nunito,sans-serif;font-size:22px;transition:all .12s;box-shadow:0 5px #d0d0d0}.page-module__CLhMAG__resetBtn:hover{border-color:#bbb;transform:translateY(-2px);box-shadow:0 7px #d0d0d0}.page-module__CLhMAG__resetBtn:active{transform:translateY(4px);box-shadow:0 1px #d0d0d0}.page-module__CLhMAG__playBtn{color:#fff;cursor:pointer;letter-spacing:.5px;background:#58cc02;border:none;border-bottom:5px solid #46a302;border-radius:16px;padding:15px 40px;font-family:Nunito,sans-serif;font-size:18px;font-weight:900;transition:all .12s}.page-module__CLhMAG__playBtn:hover{background:#62db02;transform:translateY(-2px)}.page-module__CLhMAG__playBtn:active{border-bottom-width:2px;transform:translateY(3px)}.page-module__CLhMAG__pauseState{background:#ff9600;border-bottom-color:#c70}.page-module__CLhMAG__pauseState:hover{background:#fa2}.page-module__CLhMAG__disabledBtn{opacity:.45;cursor:not-allowed;transform:none!important}.page-module__CLhMAG__presets{flex-wrap:wrap;justify-content:center;gap:8px;max-width:480px;display:flex}.page-module__CLhMAG__presetBtn{color:#777;cursor:pointer;background:#fff;border:2.5px solid #e8e8e8;border-bottom:4px solid #d8d8d8;border-radius:16px;padding:9px 20px;font-family:Nunito,sans-serif;font-size:14px;font-weight:900;transition:all .12s}.page-module__CLhMAG__presetBtn:hover{color:#444;background:#f8f8f8;border-color:#ccc #ccc #bbb;transform:translateY(-1px)}.page-module__CLhMAG__presetBtn:active{border-bottom-width:2px;transform:translateY(2px)}.page-module__CLhMAG__presetActive{color:#fff;background:#58cc02;border-color:#46a302 #46a302 #389202}.page-module__CLhMAG__presetActive:hover{color:#fff;background:#62db02}.page-module__CLhMAG__scrollIndicator{letter-spacing:1.5px;text-transform:uppercase;opacity:.45;flex-direction:column;align-items:center;gap:6px;font-size:11px;font-weight:800;animation:2s infinite page-module__CLhMAG__bounce;display:flex;position:absolute;bottom:20px}@keyframes page-module__CLhMAG__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.page-module__CLhMAG__sectionInfo{background:#fff;border-top:3px solid #f2f2f2;padding:64px 24px}.page-module__CLhMAG__infoContent{max-width:720px;margin:0 auto}.page-module__CLhMAG__infoContent h2{color:#333;margin-bottom:16px;font-size:1.8rem;font-weight:900}.page-module__CLhMAG__infoContent h3{color:#58cc02;margin:24px 0 8px;font-size:1.1rem;font-weight:800}.page-module__CLhMAG__infoContent p,.page-module__CLhMAG__infoContent li{color:#666;font-size:1rem;line-height:1.75}.page-module__CLhMAG__infoContent ul{padding-left:20px}@media (max-width:480px){.page-module__CLhMAG__timeDisplay{font-size:3.5rem}.page-module__CLhMAG__playBtn{padding:13px 30px;font-size:16px}.page-module__CLhMAG__sectionFullscreen{gap:16px;padding:70px 16px 50px}}
.SleepTimer-module__hhwDwW__container{font-family:var(--font-nunito),sans-serif;flex-direction:column;display:flex}.SleepTimer-module__hhwDwW__timerWrapper{flex-direction:column;width:100%;min-height:100vh;transition:background 1.5s;display:flex;position:relative;overflow:hidden}.SleepTimer-module__hhwDwW__midnight{color:#e2e8f0;background:linear-gradient(#060814 0%,#0c102b 40%,#151a42 100%)}.SleepTimer-module__hhwDwW__summer{color:#fde68a;background:linear-gradient(#1e1b4b,#312e81)}.SleepTimer-module__hhwDwW__summer .SleepTimer-module__hhwDwW__time{color:#fde68a;text-shadow:0 0 30px #fcd34d66}.SleepTimer-module__hhwDwW__summer .SleepTimer-module__hhwDwW__status{color:#fde68a;opacity:.8}.SleepTimer-module__hhwDwW__summer .SleepTimer-module__hhwDwW__backBtn{color:#fde68a;background:#312e8166;border-color:#ffffff1a}.SleepTimer-module__hhwDwW__summer .SleepTimer-module__hhwDwW__settingsBtn{color:#fde68a}.SleepTimer-module__hhwDwW__summer .SleepTimer-module__hhwDwW__trackBar{color:#fde68a;background:#ffffff0d;border-color:#ffffff1a}.SleepTimer-module__hhwDwW__rainy{color:#e2e8f0;background:linear-gradient(#0f172a,#1e293b)}.SleepTimer-module__hhwDwW__rainy .SleepTimer-module__hhwDwW__time{text-shadow:0 0 40px #60a5fa33}.SleepTimer-module__hhwDwW__snowy{color:#cbd5e1;background:linear-gradient(#0b0e14,#1e1b4b)}.SleepTimer-module__hhwDwW__snowy .SleepTimer-module__hhwDwW__time{color:#fff;text-shadow:0 0 30px #94a3b880}.SleepTimer-module__hhwDwW__snowy .SleepTimer-module__hhwDwW__status{color:#94a3b8}.SleepTimer-module__hhwDwW__snowy .SleepTimer-module__hhwDwW__backBtn{color:#e2e8f0;background:#ffffff0d}.SleepTimer-module__hhwDwW__snowy .SleepTimer-module__hhwDwW__settingsBtn{color:#e2e8f0}.SleepTimer-module__hhwDwW__snowy .SleepTimer-module__hhwDwW__trackBar{color:#e2e8f0;background:#ffffff0d;border-color:#ffffff1a}.SleepTimer-module__hhwDwW__stars,.SleepTimer-module__hhwDwW__stars2{background-repeat:repeat;background-size:200px 200px;width:100%;height:100%;position:absolute;top:0;left:0}.SleepTimer-module__hhwDwW__stars{opacity:.3;background-image:radial-gradient(2px 2px at 20px 30px,#fff,#0000),radial-gradient(2px 2px at 80px 120px,#fff,#0000),radial-gradient(2px 2px at 150px 150px,#fff,#0000);animation:5s ease-in-out infinite SleepTimer-module__hhwDwW__twinkle}.SleepTimer-module__hhwDwW__stars2{opacity:.2;background-image:radial-gradient(1px 1px at 40px 70px,#fff,#0000),radial-gradient(1px 1px at 110px 10px,#fff,#0000),radial-gradient(1.5px 1.5px at 180px 60px,#fff,#0000);background-size:300px 300px;animation:8s ease-in-out infinite reverse SleepTimer-module__hhwDwW__twinkle}@keyframes SleepTimer-module__hhwDwW__twinkle{0%,to{opacity:.2}50%{opacity:.5}}.SleepTimer-module__hhwDwW__nebula{filter:blur(60px);z-index:0;background:radial-gradient(circle,#6366f140 0%,#8b5cf626 30%,#0000 70%);width:80%;height:80%;position:absolute;top:-10%;right:-10%}.SleepTimer-module__hhwDwW__shootingStar{opacity:0;z-index:1;background:#fff;border-radius:50%;width:2px;height:2px;animation:3s linear infinite SleepTimer-module__hhwDwW__shooting;position:absolute;top:0;left:50%;box-shadow:0 0 0 4px #ffffff1a,0 0 0 8px #ffffff1a,0 0 20px #fff}.SleepTimer-module__hhwDwW__shootingStar:nth-child(5){top:0;right:80px;left:initial;animation-delay:0;animation-duration:1s}.SleepTimer-module__hhwDwW__shootingStar:nth-child(6){top:0;right:400px;left:initial;animation-duration:1.5s;animation-delay:2s}.SleepTimer-module__hhwDwW__shootingStar:nth-child(7){top:80px;right:0;left:initial;animation-duration:2s;animation-delay:4s}@keyframes SleepTimer-module__hhwDwW__shooting{0%{opacity:1;transform:rotate(315deg)translate(0)}70%{opacity:1}to{opacity:0;transform:rotate(315deg)translate(-1000px)}}.SleepTimer-module__hhwDwW__aurora{filter:blur(80px);z-index:0;background:linear-gradient(120deg,#34d39914 0%,#0ea5e90f 50%,#6366f114 100%);width:120%;height:120%;animation:15s ease-in-out infinite alternate SleepTimer-module__hhwDwW__auroraMove;position:absolute;top:-20%;left:-10%}@keyframes SleepTimer-module__hhwDwW__auroraMove{0%{transform:scale(1)translate(0)}to{transform:scale(1.2)translate(5%,5%)}}.SleepTimer-module__hhwDwW__moon{z-index:1;background:#fffae3;border-radius:50%;width:80px;height:80px;animation:20s ease-in-out infinite SleepTimer-module__hhwDwW__floatMoon,4s ease-in-out infinite SleepTimer-module__hhwDwW__moonGlow;position:absolute;top:10%;right:15%;box-shadow:0 0 40px #fffae366}@keyframes SleepTimer-module__hhwDwW__moonGlow{0%,to{box-shadow:0 0 40px #fffae366}50%{box-shadow:0 0 70px #fffae399}}@keyframes SleepTimer-module__hhwDwW__floatMoon{0%,to{transform:translateY(0)translate(0)}50%{transform:translateY(-20px)translate(10px)}}.SleepTimer-module__hhwDwW__mountains{z-index:3;pointer-events:none;width:100%;height:150px;position:absolute;bottom:0;left:0}.SleepTimer-module__hhwDwW__mountainLayer1{clip-path:polygon(0% 100%,15% 40%,30% 70%,50% 30%,70% 60%,85% 20%,100% 50%,100% 100%);opacity:.8;background:linear-gradient(#1e293b,#0f172a);width:100%;height:100%;position:absolute;bottom:0;left:0}.SleepTimer-module__hhwDwW__mountainLayer2{clip-path:polygon(0% 100%,10% 60%,25% 40%,45% 70%,65% 30%,80% 60%,100% 40%,100% 100%);background:linear-gradient(#0f172a,#020617);width:100%;height:80%;position:absolute;bottom:0;left:0}.SleepTimer-module__hhwDwW__cloud1,.SleepTimer-module__hhwDwW__cloud2,.SleepTimer-module__hhwDwW__cloud3{filter:blur(40px);z-index:2;pointer-events:none;background:#ffffff08;border-radius:50%;position:absolute}.SleepTimer-module__hhwDwW__cloud1{width:400px;height:150px;animation:45s linear infinite SleepTimer-module__hhwDwW__drift;top:20%;left:-10%}.SleepTimer-module__hhwDwW__cloud2{width:500px;height:200px;animation:60s linear infinite reverse SleepTimer-module__hhwDwW__drift;top:50%;right:-20%}.SleepTimer-module__hhwDwW__cloud3{opacity:.5;width:300px;height:120px;animation:50s linear infinite SleepTimer-module__hhwDwW__drift;bottom:10%;left:20%}@keyframes SleepTimer-module__hhwDwW__drift{0%{transform:translate(-100px)}to{transform:translate(calc(100vw + 100px))}}.SleepTimer-module__hhwDwW__firefliesContainer{z-index:1;pointer-events:none;position:absolute;inset:0}.SleepTimer-module__hhwDwW__firefly{background:#fde68a;border-radius:50%;width:4px;height:4px;animation:10s ease-in-out infinite SleepTimer-module__hhwDwW__fireflyMove;position:absolute;box-shadow:0 0 10px #fde68a,0 0 20px #f59e0b}@keyframes SleepTimer-module__hhwDwW__fireflyMove{0%,to{opacity:0;transform:translate(0)scale(1)}25%{opacity:.8;transform:translate(30px,-20px)scale(1.2)}50%{opacity:.4;transform:translate(-20px,40px)scale(.8)}75%{opacity:.7;transform:translate(40px,10px)scale(1.1)}}.SleepTimer-module__hhwDwW__farm{z-index:3;pointer-events:none;width:200px;height:100px;position:absolute;bottom:0;left:10%}.SleepTimer-module__hhwDwW__house{clip-path:polygon(0% 100%,0% 30%,50% 0%,100% 30%,100% 100%);background:#1e1b4b;width:60px;height:40px;position:absolute;bottom:0;left:0}.SleepTimer-module__hhwDwW__windmill{background:#1e1b4b;width:10px;height:80px;position:absolute;bottom:0;left:80px}.SleepTimer-module__hhwDwW__blades{background:repeating-conic-gradient(#1e1b4b 0deg 10deg,#0000 10deg 90deg);border-radius:50%;width:80px;height:80px;margin-top:-40px;margin-left:-40px;animation:10s linear infinite SleepTimer-module__hhwDwW__windmillRotate;position:absolute;top:0;left:50%}@keyframes SleepTimer-module__hhwDwW__windmillRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.SleepTimer-module__hhwDwW__moonSummer,.SleepTimer-module__hhwDwW__lensFlare{pointer-events:none;z-index:2;position:absolute;inset:0;overflow:hidden}.SleepTimer-module__hhwDwW__flare1,.SleepTimer-module__hhwDwW__flare2,.SleepTimer-module__hhwDwW__flare3{filter:blur(20px);opacity:.2;border-radius:50%;position:absolute}.SleepTimer-module__hhwDwW__flare1{background:#60a5fa;width:100px;height:100px;animation:20s infinite alternate SleepTimer-module__hhwDwW__flareMove;top:20%;left:30%}.SleepTimer-module__hhwDwW__flare2{background:#fde68a;width:150px;height:150px;animation:25s infinite alternate-reverse SleepTimer-module__hhwDwW__flareMove;top:60%;left:70%}.SleepTimer-module__hhwDwW__flare3{background:#f472b6;width:80px;height:80px;animation:15s infinite alternate SleepTimer-module__hhwDwW__flareMove;top:40%;left:10%}@keyframes SleepTimer-module__hhwDwW__flareMove{0%{transform:translate(0)}to{transform:translate(50px,30px)}}.SleepTimer-module__hhwDwW__rainContainer{z-index:1;pointer-events:none;position:absolute;inset:0}.SleepTimer-module__hhwDwW__lightning{opacity:0;z-index:10;background:#fff;animation:8s infinite SleepTimer-module__hhwDwW__lightningFlash;position:absolute;inset:0}@keyframes SleepTimer-module__hhwDwW__lightningFlash{0%,95%,to{opacity:0}96%{opacity:.3}97%{opacity:0}98%{opacity:.5}99%{opacity:0}}.SleepTimer-module__hhwDwW__drop{background:#ffffff26;width:2px;height:20px;animation:linear infinite SleepTimer-module__hhwDwW__fall;position:absolute;top:-20px}.SleepTimer-module__hhwDwW__splashes{width:100%;height:100px;position:absolute;bottom:0;left:0}.SleepTimer-module__hhwDwW__splash{background:#fff3;border-radius:50%;width:10px;height:4px;animation:2s infinite SleepTimer-module__hhwDwW__splashEffect;position:absolute;bottom:0;transform:scale(0)}@keyframes SleepTimer-module__hhwDwW__splashEffect{0%{opacity:.8;transform:scale(0)}50%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(0)}}.SleepTimer-module__hhwDwW__mist{pointer-events:none;z-index:5;background:radial-gradient(circle,#0000 50%,#1e293b66 100%);position:absolute;inset:0}@keyframes SleepTimer-module__hhwDwW__fall{to{transform:translateY(100vh)}}.SleepTimer-module__hhwDwW__city{z-index:3;pointer-events:none;width:100%;height:140px;position:absolute;bottom:0}.SleepTimer-module__hhwDwW__skyline{clip-path:polygon(0% 100%,0% 72%,1.5% 72%,1.5% 58%,3% 58%,3% 72%,3.5% 72%,3.5% 28%,6% 28%,6% 72%,6.5% 72%,6.5% 62%,8% 62%,8% 72%,8.5% 72%,8.5% 42%,11% 42%,11% 72%,11.5% 72%,11.5% 12%,14% 12%,14% 72%,14.5% 72%,14.5% 65%,16% 65%,16% 72%,16.5% 72%,16.5% 38%,19% 38%,19% 72%,19.5% 72%,19.5% 68%,21% 68%,21% 72%,21.5% 72%,21.5% 5%,24.5% 5%,24.5% 72%,25% 72%,25% 48%,27% 48%,27% 72%,27.5% 72%,27.5% 65%,29% 65%,29% 72%,29.5% 72%,29.5% 22%,32.5% 22%,32.5% 72%,33% 72%,33% 50%,35% 50%,35% 72%,35.5% 72%,35.5% 3%,38.5% 3%,38.5% 72%,39% 72%,39% 55%,40.5% 55%,40.5% 72%,41% 72%,41% 30%,43.5% 30%,43.5% 72%,44% 72%,44% 8%,47% 8%,47% 72%,47.5% 72%,47.5% 62%,49% 62%,49% 72%,49.5% 72%,49.5% 40%,52% 40%,52% 72%,52.5% 72%,52.5% 68%,54% 68%,54% 72%,54.5% 72%,54.5% 18%,57% 18%,57% 72%,57.5% 72%,57.5% 65%,59% 65%,59% 72%,59.5% 72%,59.5% 32%,62% 32%,62% 72%,62.5% 72%,62.5% 60%,64% 60%,64% 72%,64.5% 72%,64.5% 20%,67% 20%,67% 72%,67.5% 72%,67.5% 70%,69% 70%,69% 72%,69.5% 72%,69.5% 45%,72% 45%,72% 72%,72.5% 72%,72.5% 60%,74% 60%,74% 72%,74.5% 72%,74.5% 25%,77% 25%,77% 72%,77.5% 72%,77.5% 68%,79% 68%,79% 72%,79.5% 72%,79.5% 35%,82% 35%,82% 72%,82.5% 72%,82.5% 62%,84% 62%,84% 72%,84.5% 72%,84.5% 15%,87% 15%,87% 72%,87.5% 72%,87.5% 70%,89% 70%,89% 72%,89.5% 72%,89.5% 48%,92% 48%,92% 72%,92.5% 72%,92.5% 62%,94% 62%,94% 72%,95% 72%,100% 72%,100% 100%);background:#020617;width:100%;height:100%;position:absolute;bottom:0}.SleepTimer-module__hhwDwW__cityWindows{pointer-events:none;clip-path:polygon(0% 100%,0% 72%,1.5% 72%,1.5% 58%,3% 58%,3% 72%,3.5% 72%,3.5% 28%,6% 28%,6% 72%,6.5% 72%,6.5% 62%,8% 62%,8% 72%,8.5% 72%,8.5% 42%,11% 42%,11% 72%,11.5% 72%,11.5% 12%,14% 12%,14% 72%,14.5% 72%,14.5% 65%,16% 65%,16% 72%,16.5% 72%,16.5% 38%,19% 38%,19% 72%,19.5% 72%,19.5% 68%,21% 68%,21% 72%,21.5% 72%,21.5% 5%,24.5% 5%,24.5% 72%,25% 72%,25% 48%,27% 48%,27% 72%,27.5% 72%,27.5% 65%,29% 65%,29% 72%,29.5% 72%,29.5% 22%,32.5% 22%,32.5% 72%,33% 72%,33% 50%,35% 50%,35% 72%,35.5% 72%,35.5% 3%,38.5% 3%,38.5% 72%,39% 72%,39% 55%,40.5% 55%,40.5% 72%,41% 72%,41% 30%,43.5% 30%,43.5% 72%,44% 72%,44% 8%,47% 8%,47% 72%,47.5% 72%,47.5% 62%,49% 62%,49% 72%,49.5% 72%,49.5% 40%,52% 40%,52% 72%,52.5% 72%,52.5% 68%,54% 68%,54% 72%,54.5% 72%,54.5% 18%,57% 18%,57% 72%,57.5% 72%,57.5% 65%,59% 65%,59% 72%,59.5% 72%,59.5% 32%,62% 32%,62% 72%,62.5% 72%,62.5% 60%,64% 60%,64% 72%,64.5% 72%,64.5% 20%,67% 20%,67% 72%,67.5% 72%,67.5% 70%,69% 70%,69% 72%,69.5% 72%,69.5% 45%,72% 45%,72% 72%,72.5% 72%,72.5% 60%,74% 60%,74% 72%,74.5% 72%,74.5% 25%,77% 25%,77% 72%,77.5% 72%,77.5% 68%,79% 68%,79% 72%,79.5% 72%,79.5% 35%,82% 35%,82% 72%,82.5% 72%,82.5% 62%,84% 62%,84% 72%,84.5% 72%,84.5% 15%,87% 15%,87% 72%,87.5% 72%,87.5% 70%,89% 70%,89% 72%,89.5% 72%,89.5% 48%,92% 48%,92% 72%,92.5% 72%,92.5% 62%,94% 62%,94% 72%,95% 72%,100% 72%,100% 100%);position:absolute;inset:0}.SleepTimer-module__hhwDwW__cityWindow{background:0 0;border-radius:.5px;width:3px;height:4px;position:absolute}.SleepTimer-module__hhwDwW__windowOn{background:#fbbf24;animation:6s ease-in-out infinite SleepTimer-module__hhwDwW__windowFlicker;box-shadow:0 0 6px #fbbf24,0 0 12px #fbbf2466}@keyframes SleepTimer-module__hhwDwW__windowFlicker{0%,to{opacity:1}10%{opacity:.8}25%{opacity:1}60%{opacity:.6}75%{opacity:0}80%{opacity:1}90%{opacity:.9}}.SleepTimer-module__hhwDwW__snowContainer{z-index:1;pointer-events:none;position:absolute;inset:0}.SleepTimer-module__hhwDwW__frostOverlay{pointer-events:none;z-index:5;background:radial-gradient(circle,#0000 60%,#cbd5e14d 100%);position:absolute;inset:0}.SleepTimer-module__hhwDwW__flake{pointer-events:none;will-change:transform;background:#fff;border-radius:50%;animation:linear infinite SleepTimer-module__hhwDwW__snowfall;position:absolute}.SleepTimer-module__hhwDwW__snowFar{opacity:.4;filter:blur(.5px);width:2px;height:2px}.SleepTimer-module__hhwDwW__snowMid{opacity:.7;width:4px;height:4px}.SleepTimer-module__hhwDwW__snowNear{opacity:.5;filter:blur(2px);width:8px;height:8px}@keyframes SleepTimer-module__hhwDwW__snowfall{0%{opacity:.3;transform:translateY(-20vh)translate(0)scale(1)}25%{opacity:.8;transform:translateY(10vh)translate(15px)scale(1.1)}50%{opacity:.5;transform:translateY(40vh)translate(-15px)scale(1)}75%{opacity:.9;transform:translateY(70vh)translate(10px)scale(1.1)}to{opacity:.3;transform:translateY(100vh)translate(0)scale(1)}}.SleepTimer-module__hhwDwW__snowHills{z-index:3;pointer-events:none;width:100%;height:160px;position:absolute;bottom:0;left:0}.SleepTimer-module__hhwDwW__snowHills:before{content:"";z-index:0;background:linear-gradient(#0c1228,#040810);width:100%;height:40px;position:absolute;bottom:0;left:0}.SleepTimer-module__hhwDwW__hill1,.SleepTimer-module__hhwDwW__hill2{border-top:1px solid #ffffff14;position:absolute;bottom:-20px}.SleepTimer-module__hhwDwW__hill1{background:linear-gradient(#e0ecff 0%,#c2d4f5 8%,#8fa8de 28%,#2c3e6b 60%,#0d1425 100%);border-radius:55% 45% 0 0/70% 50% 0 0;width:68%;height:130px;left:-8%}.SleepTimer-module__hhwDwW__hill2{background:linear-gradient(#d8e8ff 0%,#aac4f5 10%,#6888c0 32%,#1e2f56 62%,#090f1e 100%);border-radius:45% 55% 0 0/50% 70% 0 0;width:62%;height:145px;right:-8%}.SleepTimer-module__hhwDwW__hill3{opacity:.5;z-index:2;background:linear-gradient(#b8d4f0 0%,#5070a8 35%,#101e3a 100%);border-radius:40% 60% 0 0/80% 60% 0 0;width:55%;height:70px;position:absolute;bottom:-10px;left:22%}.SleepTimer-module__hhwDwW__pineTree{clip-path:polygon(50% 0%,5% 65%,25% 65%,10% 100%,90% 100%,75% 65%,95% 65%);filter:drop-shadow(0 0 6px #16502e80);background:#16502e;width:22px;height:45px;position:absolute}.SleepTimer-module__hhwDwW__pine1{opacity:1;width:24px;height:55px;bottom:40px;left:14%}.SleepTimer-module__hhwDwW__pine2{opacity:.85;width:18px;height:38px;bottom:32px;left:22%}.SleepTimer-module__hhwDwW__pine3{width:22px;height:48px;bottom:38px;left:62%}.SleepTimer-module__hhwDwW__pine4{opacity:.9;width:20px;height:42px;bottom:35px;right:14%}.SleepTimer-module__hhwDwW__cabin{clip-path:polygon(0% 100%,0% 30%,50% 0%,100% 30%,100% 100%);background:linear-gradient(#1e3050,#0d1a30);position:absolute}.SleepTimer-module__hhwDwW__cabin:after{content:"";background:#fbbf24;border-radius:1px;width:7px;height:7px;position:absolute;top:12px;left:10px;box-shadow:0 0 14px #fbbf24,0 0 35px #fbbf24b3,0 0 60px #fbbf2433}.SleepTimer-module__hhwDwW__cabin1{width:40px;height:28px;bottom:42px;right:22%}.SleepTimer-module__hhwDwW__cabin2{opacity:.75;width:28px;height:20px;bottom:48px;left:32%}.SleepTimer-module__hhwDwW__header{z-index:10;justify-content:space-between;align-items:center;padding:24px 40px;display:flex;position:relative}.SleepTimer-module__hhwDwW__backBtn{color:#4b4b4b;cursor:pointer;text-transform:uppercase;background:#fff;border:2px solid #e5e5e5;border-radius:12px;align-items:center;gap:6px;padding:8px 16px;font-size:.78rem;font-weight:800;text-decoration:none;transition:all .1s;display:flex;box-shadow:0 3px #e5e5e5}.SleepTimer-module__hhwDwW__backBtn:hover{background:#fafafa}.SleepTimer-module__hhwDwW__backBtn:active{transform:translateY(2px);box-shadow:0 2px #e5e5e5}.SleepTimer-module__hhwDwW__logo{color:#ffffffd9;letter-spacing:1px;text-transform:uppercase;font-size:1.1rem;font-weight:900;position:absolute;left:50%;transform:translate(-50%)}.SleepTimer-module__hhwDwW__settingsBtn{color:#fffc;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:10px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.SleepTimer-module__hhwDwW__settingsBtn:hover{color:#fff;background:#fff3}.SleepTimer-module__hhwDwW__main{z-index:5;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:60px;padding:20px;display:flex;position:relative}.SleepTimer-module__hhwDwW__timerDisplay{flex-direction:column;align-items:center;gap:24px;display:flex}.SleepTimer-module__hhwDwW__visualizerContainer{justify-content:center;align-items:center;width:280px;height:180px;margin-bottom:20px;display:flex;position:relative}.SleepTimer-module__hhwDwW__visCanvas{opacity:.6;pointer-events:none;z-index:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.SleepTimer-module__hhwDwW__innerGlow{z-index:2;background:radial-gradient(circle,#a5b4fc33 0%,#a5b4fc00 70%);border-radius:50%;width:140px;height:140px;animation:4s ease-in-out infinite SleepTimer-module__hhwDwW__pulseGlow;position:absolute}@keyframes SleepTimer-module__hhwDwW__pulseGlow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.SleepTimer-module__hhwDwW__centralIcon,.SleepTimer-module__hhwDwW__summerIcon,.SleepTimer-module__hhwDwW__rainIcon,.SleepTimer-module__hhwDwW__snowIcon{z-index:2;position:relative}.SleepTimer-module__hhwDwW__centralIcon{color:#6366f1;filter:drop-shadow(0 0 10px #6366f166)}.SleepTimer-module__hhwDwW__summerIcon{color:#fde68a;filter:drop-shadow(0 0 10px #fcd34d66)}.SleepTimer-module__hhwDwW__rainIcon{color:#60a5fa;filter:drop-shadow(0 0 10px #60a5fa66)}.SleepTimer-module__hhwDwW__snowIcon{color:#94a3b8;filter:drop-shadow(0 0 10px #fff6)}.SleepTimer-module__hhwDwW__time{letter-spacing:-2px;color:#fff;text-shadow:0 0 30px #6366f14d;margin:0;font-size:clamp(5rem,15vw,8rem);font-weight:900;line-height:1}.SleepTimer-module__hhwDwW__status{color:#94a3b8;text-transform:uppercase;letter-spacing:2px;margin:0;font-size:.9rem;font-weight:700}.SleepTimer-module__hhwDwW__controls{align-items:center;gap:32px;display:flex}.SleepTimer-module__hhwDwW__mainBtn{cursor:pointer;color:#fff;text-transform:uppercase;border:1px solid #ffffff1a;border-radius:16px;padding:12px 36px;font-family:inherit;font-size:1.1rem;font-weight:800;transition:all .1s}.SleepTimer-module__hhwDwW__btnStart{background:#4338ca;box-shadow:0 4px #312e81}.SleepTimer-module__hhwDwW__btnStart:active{transform:translateY(2px);box-shadow:0 1px #312e81}.SleepTimer-module__hhwDwW__btnPause{background:#1f2937;box-shadow:0 4px #111827}.SleepTimer-module__hhwDwW__btnPause:active{transform:translateY(2px);box-shadow:0 1px #111827}.SleepTimer-module__hhwDwW__resetBtn,.SleepTimer-module__hhwDwW__muteBtn{color:#94a3b8;cursor:pointer;text-transform:uppercase;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;padding:10px 18px;font-family:inherit;font-size:.85rem;font-weight:800;transition:all .1s;box-shadow:0 4px #0000004d}.SleepTimer-module__hhwDwW__resetBtn:active,.SleepTimer-module__hhwDwW__muteBtn:active{transform:translateY(2px);box-shadow:0 1px #0000004d}.SleepTimer-module__hhwDwW__resetBtn:hover,.SleepTimer-module__hhwDwW__muteBtn:hover{color:#fff;background:#ffffff1a}.SleepTimer-module__hhwDwW__trackBar{color:#94a3b8;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:12px;padding:12px 24px;font-size:.9rem;font-weight:700;display:flex}.SleepTimer-module__hhwDwW__hiddenYt{width:0;height:0;position:absolute;overflow:hidden}.SleepTimer-module__hhwDwW__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.SleepTimer-module__hhwDwW__modalContent{background:#fff;border:2px solid #e5e5e5;border-radius:24px;flex-direction:column;width:100%;max-width:500px;max-height:80vh;display:flex;box-shadow:0 8px #e5e5e5}.SleepTimer-module__hhwDwW__modalHeader{border-bottom:2px solid #f0f0f0;justify-content:space-between;align-items:center;padding:24px;display:flex}.SleepTimer-module__hhwDwW__modalHeader h2{color:#4b4b4b;margin:0;font-size:1.4rem;font-weight:900}.SleepTimer-module__hhwDwW__modalBody{flex-direction:column;gap:24px;padding:24px;display:flex;overflow-y:auto}.SleepTimer-module__hhwDwW__themeGrid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.SleepTimer-module__hhwDwW__themeItem{cursor:pointer;color:#475569;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;align-items:center;gap:10px;padding:12px;font-weight:700;transition:all .2s;display:flex}.SleepTimer-module__hhwDwW__activeThemeItem{color:#6366f1;background:#eef2ff;border-color:#6366f1;box-shadow:0 4px #e0e7ff}.SleepTimer-module__hhwDwW__themeItem:hover:not(.SleepTimer-module__hhwDwW__activeThemeItem){background:#f1f5f9;border-color:#cbd5e1}.SleepTimer-module__hhwDwW__section h3{text-transform:uppercase;letter-spacing:1px;color:#6b7280;margin-bottom:16px;font-size:.75rem}.SleepTimer-module__hhwDwW__trackList{flex-direction:column;gap:8px;display:flex}.SleepTimer-module__hhwDwW__trackItem{color:#4b4b4b;cursor:pointer;background:#fff;border:2px solid #e5e5e5;border-radius:16px;align-items:center;gap:12px;padding:16px;font-family:inherit;font-weight:800;display:flex;box-shadow:0 3px #e5e5e5}.SleepTimer-module__hhwDwW__activeTrack{color:#6366f1;background:#6366f11a;border-color:#6366f1}.SleepTimer-module__hhwDwW__slider{accent-color:#6366f1;width:100%;height:4px}.SleepTimer-module__hhwDwW__addUrlRow{gap:12px;display:flex}.SleepTimer-module__hhwDwW__urlInput{color:#4b4b4b;background:#fff;border:2px solid #e5e5e5;border-radius:16px;outline:none;flex:1;padding:12px 16px;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .2s}.SleepTimer-module__hhwDwW__addBtn{color:#fff;cursor:pointer;text-transform:uppercase;background:#1cb0f6;border:none;border-radius:16px;padding:12px 24px;font-family:inherit;font-size:.9rem;font-weight:900;transition:all .1s;box-shadow:0 4px #1899d6}@media (max-width:600px){.SleepTimer-module__hhwDwW__header{padding:12px 16px}.SleepTimer-module__hhwDwW__backBtn{padding:8px 14px;font-size:.75rem}.SleepTimer-module__hhwDwW__logo{font-size:1.1rem}.SleepTimer-module__hhwDwW__main{gap:24px;padding:12px 12px 180px}.SleepTimer-module__hhwDwW__time{font-size:clamp(3.5rem,18vw,5rem)}.SleepTimer-module__hhwDwW__visualizerContainer{width:220px;height:140px}.SleepTimer-module__hhwDwW__controls{gap:16px}.SleepTimer-module__hhwDwW__mainBtn{padding:10px 24px;font-size:.95rem}.SleepTimer-module__hhwDwW__trackBar{max-width:90vw;padding:10px 16px;font-size:.8rem;overflow:hidden}.SleepTimer-module__hhwDwW__trackName{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.SleepTimer-module__hhwDwW__snowHills,.SleepTimer-module__hhwDwW__mountains,.SleepTimer-module__hhwDwW__city,.SleepTimer-module__hhwDwW__farm{height:100px}.SleepTimer-module__hhwDwW__hill1{height:80px}.SleepTimer-module__hhwDwW__hill2{height:90px}.SleepTimer-module__hhwDwW__pineTree,.SleepTimer-module__hhwDwW__cabin1,.SleepTimer-module__hhwDwW__cabin2{transform:scale(.8)}.SleepTimer-module__hhwDwW__skyline,.SleepTimer-module__hhwDwW__cityWindows{clip-path:polygon(0% 100%,0% 65%,5% 65%,5% 35%,12% 35%,12% 65%,13% 65%,13% 55%,20% 55%,20% 65%,21% 65%,21% 20%,30% 20%,30% 65%,31% 65%,31% 45%,40% 45%,40% 65%,41% 65%,41% 10%,52% 10%,52% 65%,53% 65%,53% 40%,62% 40%,62% 65%,63% 65%,63% 25%,73% 25%,73% 65%,74% 65%,74% 50%,82% 50%,82% 65%,83% 65%,83% 30%,93% 30%,93% 65%,95% 65%,100% 65%,100% 100%)}}
.page-module__4ltgAW__main{background-color:#f7f7f7;flex-direction:column;min-height:100vh;font-family:Nunito,sans-serif;display:flex}.page-module__4ltgAW__header{background-color:#fff;border-bottom:2px solid #e5e5e5;justify-content:center;padding:40px 20px;display:flex}.page-module__4ltgAW__headerContent{width:100%;max-width:800px}.page-module__4ltgAW__backLink{color:#58cc02;margin-bottom:16px;font-size:14px;font-weight:800;text-decoration:none;transition:transform .2s;display:inline-block}.page-module__4ltgAW__backLink:hover{transform:translate(-4px)}.page-module__4ltgAW__title{color:#4b4b4b;letter-spacing:-.5px;margin:0;font-size:32px;font-weight:900}.page-module__4ltgAW__content{flex:1;justify-content:center;padding:40px 20px 80px;display:flex}.page-module__4ltgAW__card{background:#fff;border:2px solid #e5e5e5;border-radius:24px;width:100%;max-width:800px;padding:48px;box-shadow:0 8px #0000000d}.page-module__4ltgAW__effectiveDate{color:#afafaf;margin-bottom:32px;font-size:14px;font-weight:800}.page-module__4ltgAW__section{margin-bottom:40px}.page-module__4ltgAW__section h2{color:#4b4b4b;letter-spacing:-.3px;margin-bottom:16px;font-size:22px;font-weight:900}.page-module__4ltgAW__section p{color:#777;margin-bottom:16px;font-size:16px;font-weight:700;line-height:1.6}.page-module__4ltgAW__section ul{margin:16px 0;padding-left:20px;list-style-type:none}.page-module__4ltgAW__section li{color:#777;margin-bottom:12px;padding-left:24px;font-size:16px;font-weight:700;line-height:1.6;position:relative}.page-module__4ltgAW__section li:before{content:"•";color:#58cc02;font-weight:900;position:absolute;left:0}@media (max-width:640px){.page-module__4ltgAW__card{padding:32px 24px}.page-module__4ltgAW__title{font-size:28px}.page-module__4ltgAW__section h2{font-size:20px}}
.page-module__-0ychW__main{background-color:#f7f7f7;flex-direction:column;height:100vh;font-family:inherit;display:flex;position:relative;overflow:hidden}.page-module__-0ychW__headerHost{z-index:1100;background:#fff;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;height:70px;padding:0 40px;display:flex}.page-module__-0ychW__brandTitle{color:#333;letter-spacing:-.5px;font-size:1.4rem;font-weight:900;text-decoration:none}.page-module__-0ychW__headerNav{align-items:center;gap:32px;display:flex}.page-module__-0ychW__navLink{color:#666;font-size:.95rem;font-weight:700;text-decoration:none;transition:color .2s}.page-module__-0ychW__navLink:hover{color:#1cb0f6}.page-module__-0ychW__mapContainer{flex:1;height:calc(100vh - 70px);display:flex;position:relative;overflow:hidden}.page-module__-0ychW__mapWrapper{flex:1;transition:margin-right .4s cubic-bezier(.19,1,.22,1);position:relative}.page-module__-0ychW__mapWrapperWithSidebar{margin-right:420px}@media (max-width:1024px){.page-module__-0ychW__mapWrapperWithSidebar{margin-right:0}}.page-module__-0ychW__sidebar{z-index:1000;background:#fff;border-left:1px solid #f0f0f0;flex-direction:column;width:420px;height:100%;transition:right .4s cubic-bezier(.19,1,.22,1);display:flex;position:absolute;top:0;right:-420px;box-shadow:-10px 0 40px #00000008}.page-module__-0ychW__sidebarActive{right:0}@media (max-width:1024px){.page-module__-0ychW__sidebar{width:100%;right:-100%}.page-module__-0ychW__sidebarActive{right:0}}.page-module__-0ychW__sidebarHeader{border-bottom:1px solid #f8f8f8;justify-content:space-between;align-items:flex-start;padding:32px;display:flex}.page-module__-0ychW__sidebarTitleGroup{flex-direction:column;gap:4px;display:flex}.page-module__-0ychW__sidebarTitle{color:#222;margin:0;font-size:28px;font-weight:900;line-height:1.2}.page-module__-0ychW__sidebarSubtitle{color:#1cb0f6;text-transform:uppercase;letter-spacing:1px;font-size:14px;font-weight:700}.page-module__-0ychW__closeBtn{cursor:pointer;color:#999;background:#f5f5f7;border:none;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.page-module__-0ychW__closeBtn:hover{color:#444;background:#ebebef;transform:rotate(90deg)}.page-module__-0ychW__sidebarContent{flex-direction:column;flex:1;gap:32px;padding:32px;display:flex;overflow-y:auto}.page-module__-0ychW__timeCard{text-align:center;background:#f8f9ff;border:1px solid #eef0ff;border-radius:24px;padding:32px}.page-module__-0ychW__dayNightIndicator{color:#555;background:#fff;border-radius:100px;margin-bottom:20px;padding:6px 14px;font-size:12px;font-weight:800;display:inline-block;box-shadow:0 2px 10px #00000008}.page-module__-0ychW__cityTime{color:#333;letter-spacing:-2px;margin-bottom:12px;font-size:64px;font-weight:900;line-height:1}.page-module__-0ychW__cityDate{color:#888;margin-bottom:8px;font-size:14px;font-weight:700}.page-module__-0ychW__comparisonText{color:#1cb0f6;background:#1cb0f60d;border-radius:100px;padding:4px 12px;font-size:13px;font-weight:800;display:inline-block}.page-module__-0ychW__dstBadge{color:#ff9f0a}.page-module__-0ychW__detailsSection{flex-direction:column;gap:16px;display:flex}.page-module__-0ychW__sectionHeading{color:#bbb;text-transform:uppercase;letter-spacing:1.5px;font-size:12px;font-weight:900}.page-module__-0ychW__sunGrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.page-module__-0ychW__sunItem{background:#fff;border:1px solid #f0f0f0;border-radius:16px;flex-direction:column;gap:4px;padding:16px;display:flex}.page-module__-0ychW__sunLabel{color:#aaa;text-transform:uppercase;font-size:11px;font-weight:800}.page-module__-0ychW__sunValue{color:#444;font-size:16px;font-weight:800}.page-module__-0ychW__infoRow{justify-content:space-between;align-items:center;padding:4px 0;display:flex}.page-module__-0ychW__infoLabel{color:#777;font-size:14px;font-weight:700}.page-module__-0ychW__infoValue{color:#333;font-family:monospace;font-size:14px;font-weight:800}.page-module__-0ychW__actionArea{flex-direction:column;gap:16px;margin-top:auto;padding-top:20px;display:flex}.page-module__-0ychW__actionBtn{color:#fff;cursor:pointer;background:#1cb0f6;border:none;border-radius:20px;justify-content:center;align-items:center;width:100%;padding:20px;font-size:17px;font-weight:800;text-decoration:none;transition:all .1s;display:flex;box-shadow:0 5px #1899d6}.page-module__-0ychW__actionBtn:active{transform:translateY(3px);box-shadow:0 2px #1899d6}.page-module__-0ychW__viewDetailBtn{color:#1cb0f6;box-shadow:none;background:#fff;border:2px solid #1cb0f6;padding:18px}.page-module__-0ychW__viewDetailBtn:hover{background:#f9fdff}.page-module__-0ychW__viewDetailBtn:active{background:#f0f9ff;transform:translateY(2px)}
