.Header-module__hBw1pG__header{z-index:1000;width:90%;max-width:1200px;padding:.75rem 0;transition:all .3s;position:fixed;top:1rem;left:50%;transform:translate(-50%)}.Header-module__hBw1pG__headerContent{justify-content:space-between;align-items:center;display:flex}.Header-module__hBw1pG__logo{align-items:center;display:flex}.Header-module__hBw1pG__nav{align-items:center;gap:2rem;display:flex}.Header-module__hBw1pG__nav a{opacity:.8;font-size:.9rem;font-weight:500;transition:opacity .2s}.Header-module__hBw1pG__nav a:hover{opacity:1}.Header-module__hBw1pG__dropdown{align-items:center;display:flex;position:relative}.Header-module__hBw1pG__dropdownContent{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);z-index:10;border-radius:12px;min-width:180px;padding:.5rem;display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #0000001a}.Header-module__hBw1pG__dropdownContent a{border-radius:8px;padding:.75rem 1rem;transition:background .2s;display:block}.Header-module__hBw1pG__dropdownContent a:hover{background:var(--selection)}.Header-module__hBw1pG__dropdown:hover .Header-module__hBw1pG__dropdownContent{display:block}@media (max-width:768px){.Header-module__hBw1pG__nav{display:none}}
.MitigationTool-module__pAteQG__container{grid-template-columns:250px 1fr;gap:2rem;margin:4rem 0;display:grid}.MitigationTool-module__pAteQG__roomSelector{flex-direction:column;gap:1rem;display:flex}.MitigationTool-module__pAteQG__roomBtn{color:var(--fg);border:1px solid #0000;flex-direction:column;align-items:center;padding:1.5rem;transition:all .3s;display:flex}.MitigationTool-module__pAteQG__roomBtn:hover{border-color:var(--accent);transform:translate(5px)}.MitigationTool-module__pAteQG__roomBtn.MitigationTool-module__pAteQG__active{background:var(--selection);border-color:var(--accent);box-shadow:0 10px 30px #0000001a}.MitigationTool-module__pAteQG__guide{min-height:500px;padding:3rem}.MitigationTool-module__pAteQG__guideHeader{border-bottom:1px solid var(--border);margin-bottom:3rem;padding-bottom:1.5rem}.MitigationTool-module__pAteQG__actionList{gap:1.5rem;display:grid}.MitigationTool-module__pAteQG__actionItem{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.MitigationTool-module__pAteQG__actionMain{align-items:center;gap:1.5rem;display:flex}.MitigationTool-module__pAteQG__checkbox{border:2px solid var(--accent);border-radius:6px;flex-shrink:0;width:24px;height:24px}.MitigationTool-module__pAteQG__impactTag{text-transform:uppercase;border-radius:8px;padding:.4rem .8rem;font-size:.75rem;font-weight:700}.MitigationTool-module__pAteQG__impactTag[data-impact=critical]{color:#ef4444;background:#fee2e2}.MitigationTool-module__pAteQG__impactTag[data-impact=high]{color:#f97316;background:#ffedd5}.MitigationTool-module__pAteQG__impactTag[data-impact=medium]{color:#22c55e;background:#dcfce7}.MitigationTool-module__pAteQG__impactTag[data-impact=low]{color:#6b7280;background:#f3f4f6}[data-theme=dark] .MitigationTool-module__pAteQG__impactTag[data-impact=critical]{color:#f87171;background:#ef444433}[data-theme=dark] .MitigationTool-module__pAteQG__impactTag[data-impact=high]{color:#fb923c;background:#f9731633}[data-theme=dark] .MitigationTool-module__pAteQG__impactTag[data-impact=medium]{color:#4ade80;background:#22c55e33}[data-theme=dark] .MitigationTool-module__pAteQG__impactTag[data-impact=low]{color:#9ca3af;background:#6b728033}@media (max-width:900px){.MitigationTool-module__pAteQG__container{grid-template-columns:1fr}.MitigationTool-module__pAteQG__roomSelector{flex-direction:row;padding-bottom:1rem;overflow-x:auto}.MitigationTool-module__pAteQG__roomBtn{min-width:150px}}
.AuditQuiz-module__b5T0mq__quiz{text-align:center;max-width:600px;margin:4rem auto;padding:3rem;position:relative;overflow:hidden}.AuditQuiz-module__b5T0mq__progress{background:var(--border);width:100%;height:6px;position:absolute;top:0;left:0}.AuditQuiz-module__b5T0mq__progressBar{background:var(--accent);height:100%;transition:width .5s}.AuditQuiz-module__b5T0mq__options{flex-direction:column;gap:1rem;display:flex}.AuditQuiz-module__b5T0mq__optionBtn{text-align:left;color:var(--fg);border:1px solid var(--border);padding:1.2rem;font-size:1rem;transition:all .2s}.AuditQuiz-module__b5T0mq__optionBtn:hover{border-color:var(--accent);background:var(--selection)}.AuditQuiz-module__b5T0mq__resultBar{color:#fff;border-radius:99px;margin-top:1rem;padding:.5rem 2rem;font-size:1.2rem;font-weight:700;display:inline-block}.AuditQuiz-module__b5T0mq__resetBtn{color:var(--accent);margin-top:1rem;font-weight:700;text-decoration:underline}
.SpectrumExplorer-module__us7VKq__explorer{margin:4rem 0;padding:2rem;overflow:hidden}.SpectrumExplorer-module__us7VKq__visualizer{border-radius:12px;gap:.5rem;height:120px;margin-bottom:2rem;display:flex;overflow:hidden}.SpectrumExplorer-module__us7VKq__segment{cursor:pointer;justify-content:center;align-items:center;min-width:60px;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.SpectrumExplorer-module__us7VKq__segmentName{color:#fff;text-shadow:0 2px 4px #0000004d;white-space:nowrap;pointer-events:none;font-size:.7rem;font-weight:700;transform:rotate(-90deg)}.SpectrumExplorer-module__us7VKq__active .SpectrumExplorer-module__us7VKq__segmentName{font-size:.9rem;transform:rotate(0)}.SpectrumExplorer-module__us7VKq__details{min-height:200px;padding:1rem}.SpectrumExplorer-module__us7VKq__infoGrid{grid-template-columns:1fr 1fr;gap:2rem;margin-top:1.5rem;display:grid}@media (max-width:768px){.SpectrumExplorer-module__us7VKq__infoGrid{grid-template-columns:1fr}.SpectrumExplorer-module__us7VKq__segmentName{display:none}}
.SleepTracker-module__pRoW3G__container{border-radius:24px;grid-template-columns:1fr 1fr;gap:2rem;margin:2rem 0;padding:2.5rem;display:grid}.SleepTracker-module__pRoW3G__hint{opacity:.7;margin-bottom:2rem;font-size:.9rem}.SleepTracker-module__pRoW3G__field{margin-bottom:2rem}.SleepTracker-module__pRoW3G__field label{opacity:.9;margin-bottom:.75rem;font-size:.9rem;font-weight:600;display:block}.SleepTracker-module__pRoW3G__stars{gap:.5rem;display:flex}.SleepTracker-module__pRoW3G__stars button{cursor:pointer;color:var(--border);background:0 0;border:none;font-size:1.5rem;transition:color .2s,transform .2s}.SleepTracker-module__pRoW3G__stars button:hover{transform:scale(1.2)}.SleepTracker-module__pRoW3G__activeStar{color:#fbbf24!important}.SleepTracker-module__pRoW3G__toggleLabel{cursor:pointer;justify-content:space-between;align-items:center;display:flex!important}.SleepTracker-module__pRoW3G__saveBtn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:1rem;font-weight:600;transition:filter .2s}.SleepTracker-module__pRoW3G__saveBtn:hover{filter:brightness(1.1)}.SleepTracker-module__pRoW3G__statGrid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem;display:grid}.SleepTracker-module__pRoW3G__statCard{background:rgba(var(--accent-rgb,99,102,241),.1);text-align:center;border-radius:16px;padding:1.5rem}.SleepTracker-module__pRoW3G__statVal{color:var(--accent);font-size:2rem;font-weight:800;display:block}.SleepTracker-module__pRoW3G__statLabel{opacity:.7;text-transform:uppercase;font-size:.75rem;font-weight:600}.SleepTracker-module__pRoW3G__history{flex-direction:column;gap:.75rem;display:flex}.SleepTracker-module__pRoW3G__historyItem{background:#ffffff0d;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.85rem;display:flex}.SleepTracker-module__pRoW3G__logStars{color:#fbbf24}.SleepTracker-module__pRoW3G__tagOn{color:#10b981;font-weight:700}.SleepTracker-module__pRoW3G__tagOff{color:#ef4444;font-weight:700}@media (max-width:768px){.SleepTracker-module__pRoW3G__container{grid-template-columns:1fr}}
.Timeline-module__ah2UrG__timeline{max-width:800px;margin:4rem auto;padding:2rem 0;position:relative}.Timeline-module__ah2UrG__item{gap:3rem;margin-bottom:4rem;display:flex;position:relative}.Timeline-module__ah2UrG__marker{flex-direction:column;align-items:center;width:20px;display:flex}.Timeline-module__ah2UrG__dot{background:var(--accent);z-index:2;width:20px;height:20px;box-shadow:0 0 15px var(--accent);border-radius:50%}.Timeline-module__ah2UrG__line{background:var(--border);flex-grow:1;width:2px;margin-top:10px}.Timeline-module__ah2UrG__item:last-child .Timeline-module__ah2UrG__line{display:none}.Timeline-module__ah2UrG__content{border-radius:24px;flex-grow:1;padding:2.5rem}.Timeline-module__ah2UrG__year{color:var(--accent);margin-bottom:.5rem;font-size:1.5rem;font-weight:800;display:inline-block}.Timeline-module__ah2UrG__impactBox{background:var(--selection);border-left:4px solid var(--accent);border-radius:12px;margin-top:1.5rem;padding:1rem;font-size:.9rem}@media (max-width:600px){.Timeline-module__ah2UrG__item{gap:1.5rem}.Timeline-module__ah2UrG__content{padding:1.5rem}}
.WaveBackground-module__XmmlDW__waveContainer{z-index:-1;pointer-events:none;opacity:.15;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.WaveBackground-module__XmmlDW__wave{background:var(--rainbow-gradient);border-radius:40%;width:200%;height:300px;animation:20s linear infinite WaveBackground-module__XmmlDW__wave;position:absolute;bottom:-150px;left:-50%}.WaveBackground-module__XmmlDW__wave:nth-child(2){opacity:.5;animation-duration:25s;bottom:-170px}.WaveBackground-module__XmmlDW__wave:nth-child(3){opacity:.3;animation-duration:30s;bottom:-190px}@keyframes WaveBackground-module__XmmlDW__wave{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.page-module___8aEwW__hero{background:linear-gradient(var(--overlay),var(--overlay)),url(/hero.png);background-position:50%;background-size:cover;align-items:center;min-height:90vh;padding:4rem 0 2rem;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__heroGrid{z-index:1;grid-template-rows:auto auto;grid-template-columns:.8fr 1.2fr;align-items:center;gap:2rem 4rem;display:grid;position:relative}.page-module___8aEwW__heroTitleSection{text-align:left;grid-column:1}.page-module___8aEwW__heroCard{background:var(--card-bg);border:none;border-radius:40px;grid-column:1;padding:3rem}.page-module___8aEwW__heroVideo{grid-area:1/2/span 2}.page-module___8aEwW__contentGrid{grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;display:grid}@media (max-width:968px){.page-module___8aEwW__contentGrid{text-align:center;gap:2.5rem;grid-template-columns:1fr!important}}.page-module___8aEwW__hero h1{background:linear-gradient(90deg,var(--fg),var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:clamp(3rem,8vw,6rem);line-height:1.1}.page-module___8aEwW__subtitle{opacity:.8;max-width:700px;margin:0 auto 2.5rem;font-size:clamp(1.1rem,2vw,1.5rem);line-height:1.5}.page-module___8aEwW__sectionHeader{text-align:left;max-width:800px;margin-bottom:2rem}.page-module___8aEwW__sectionHeader h2{margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem)}.page-module___8aEwW__sectionHeader p{opacity:.7;font-size:1.2rem;line-height:1.6}.page-module___8aEwW__featured{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.page-module___8aEwW__featuredImage{aspect-ratio:1;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.page-module___8aEwW__featuredImage img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.4,0,.2,1)}.page-module___8aEwW__featuredImage:hover img{transform:scale(1.05)}.page-module___8aEwW__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.page-module___8aEwW__card{border-radius:24px;padding:3rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.page-module___8aEwW__card:hover{border-color:var(--accent);transform:translateY(-10px)}.page-module___8aEwW__card h3{color:var(--accent);margin-bottom:1.5rem;font-size:1.8rem}.page-module___8aEwW__symptomBox{background:var(--selection);border-radius:40px;margin:2rem 0;padding:3rem}.page-module___8aEwW__historyList{grid-template-columns:1fr 1fr;gap:1.5rem 3rem;list-style:none;display:grid}.page-module___8aEwW__historyList li{opacity:.9;padding-left:2rem;font-size:1.1rem;position:relative}.page-module___8aEwW__historyList li:before{content:"→";color:var(--accent);font-weight:700;position:absolute;left:0}.page-module___8aEwW__btn{text-align:center;border-radius:100px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-block}.page-module___8aEwW__btnPrimary{background:var(--accent);color:#fff;box-shadow:0 10px 20px #6366f14d}.page-module___8aEwW__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 15px 30px #6366f166}.page-module___8aEwW__btnSecondary{border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.page-module___8aEwW__btnSecondary:hover{background:var(--border)}.page-module___8aEwW__footer{border-top:1px solid var(--border);text-align:center;opacity:.6;padding:4rem 0}.page-module___8aEwW__socialLink{font-size:.9rem;font-weight:600;transition:color .2s}.page-module___8aEwW__socialLink:hover{color:var(--accent);opacity:1}@media (max-width:968px){.page-module___8aEwW__hero{height:auto;min-height:auto;padding:6rem 0 2rem}.page-module___8aEwW__heroGrid{text-align:center;grid-template-rows:auto;grid-template-columns:1fr;gap:1.5rem}.page-module___8aEwW__heroTitleSection{order:1;grid-column:1}.page-module___8aEwW__heroVideo{order:2;grid-area:auto/1;width:100%}.page-module___8aEwW__heroCard{-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;background:0 0;border:none;order:3;grid-column:1;padding:1.5rem 0}.page-module___8aEwW__hero h1{text-align:center;margin-bottom:.5rem;font-size:clamp(2.5rem,10vw,3.5rem)}.page-module___8aEwW__contentGrid,.page-module___8aEwW__featured{grid-template-columns:1fr;gap:2rem}.page-module___8aEwW__featuredImage{aspect-ratio:16/9}.page-module___8aEwW__historyList{grid-template-columns:1fr}.page-module___8aEwW__symptomBox{margin:1.5rem 0;padding:2rem}}.page-module___8aEwW__groundingSection{background:linear-gradient(var(--overlay),var(--overlay)),url(/images/earth_grid.png);text-align:center;border:1px solid var(--border);background-position:50%;background-size:cover;background-attachment:fixed;border-radius:40px;margin:4rem 0;padding:6rem 2rem}.page-module___8aEwW__groundingContent{max-width:800px;margin:0 auto}.page-module___8aEwW__groundingGrid{text-align:left;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem;display:grid}.page-module___8aEwW__groundingCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:2rem}.page-module___8aEwW__sectionWithBg{background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.page-module___8aEwW__bgOverlay{background:linear-gradient(to bottom,transparent,var(--bg));pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.page-module___8aEwW__featuredCard{background:var(--card-bg);border:1px solid var(--border);border-radius:24px;transition:all .3s;overflow:hidden}.page-module___8aEwW__featuredCard:hover{border-color:var(--accent);transform:translateY(-5px)}.page-module___8aEwW__featuredImageSmall{height:200px;overflow:hidden}.page-module___8aEwW__featuredImageSmall img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.page-module___8aEwW__featuredContent{padding:1.5rem}.page-module___8aEwW__textLink{color:var(--accent);margin-top:1rem;font-weight:600;display:inline-block}.page-module___8aEwW__textLink:hover{text-decoration:underline}.page-module___8aEwW__ctaInner{padding:4rem 2rem!important}
.VideoCard-module__sYlKcq__card{flex-direction:column;height:100%;display:flex;overflow:hidden}.VideoCard-module__sYlKcq__videoWrapper{border-radius:12px;height:0;padding-bottom:56.25%;position:relative;overflow:hidden}.VideoCard-module__sYlKcq__videoWrapper iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.VideoCard-module__sYlKcq__content{flex-direction:column;flex-grow:1;gap:.75rem;padding:1.5rem;display:flex}.VideoCard-module__sYlKcq__content h3{font-size:1.25rem;line-height:1.3}.VideoCard-module__sYlKcq__content p{opacity:.8;font-size:.95rem;line-height:1.5}.VideoCard-module__sYlKcq__youtubeLink{color:var(--accent);opacity:.8;margin-top:auto;font-size:.85rem;font-weight:600;text-decoration:underline;transition:opacity .2s}.VideoCard-module__sYlKcq__youtubeLink:hover{opacity:1}
