@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800;900&family=DM+Mono:wght@400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";:root{--primary-900: #1A1A1A;--primary-700: #2D2D2D;--primary-500: #4A4A4A;--primary-300: #8A8A8A;--primary-100: #D4D4D4;--primary-50: #F5F5F5;--orange-900: #8B3A00;--orange-700: #C44F00;--orange-500: #FF6B1A;--orange-300: #FF9559;--orange-100: #FFD4B8;--orange-50: #FFF4ED;--yellow-900: #8B6914;--yellow-700: #C79100;--yellow-500: #FFB800;--yellow-300: #FFCF4D;--yellow-100: #FFEAB3;--yellow-50: #FFF9E6;--surface-primary: #FFFFFF;--surface-secondary: #FAFAFA;--surface-accent: #FFF9E6;--surface-warning: #FFF4ED;--overlay: rgba(26, 26, 26, .6);--page-gradient: linear-gradient( 180deg, rgba(255, 244, 237, .9) 0%, rgba(255, 249, 230, .9) 45%, rgba(250, 250, 250, 1) 100% );--font-header: "Outfit", sans-serif;--font-body: "Manrope", sans-serif;--bp-mobile-max: 767px;--bp-tablet-min: 768px;--bp-tablet-max: 1023px;--bp-desktop: 1024px;--bp-sm-phone: 320px;--bp-iphone: 375px;--bp-android: 412px;--bp-desktop-lg: 1280px;--bp-desktop-xl: 1920px}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;overflow-x:hidden}body{margin:0;font-family:var(--font-body);font-size:1rem;color:var(--primary-900);background-color:var(--surface-secondary);background-image:var(--page-gradient);min-width:320px;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}#root,#root *{font-family:var(--font-body)!important}#root h1,#root h2,#root h3,#root h4,#root h5,#root h6{font-family:var(--font-header)!important}@media(max-width:767px){body{font-size:1rem}}.landing-page{background-image:var(--page-gradient);background-color:transparent;padding-top:80px}@media(max-width:768px){.landing-page{padding-top:72px}}section{background-color:transparent;background-image:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-header);line-height:1.2;font-weight:700}p{font-family:var(--font-body);line-height:1.7}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button{font-family:inherit;border:none;background:none;cursor:pointer}.container{max-width:1400px;margin:0 auto;padding:0 .75rem}@media(min-width:375px){.container{padding:0 1rem}}@media(min-width:412px){.container{padding:0 1.25rem}}@media(min-width:768px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}@media(min-width:1280px){.container{padding:0 3rem}}.navigation-loader-overlay{--loader-accent: #FF6B1A;--loader-accent-dim: rgba(255, 107, 26, .25);--loader-accent-glow: rgba(255, 107, 26, .5);--loader-bg: #1a1a1a;position:fixed;inset:0;width:100vw;height:100vh;min-height:100%;z-index:9999;display:flex;align-items:center;justify-content:center;background:var(--loader-bg);animation:loader-fade-in .2s ease-out;overflow:hidden}@keyframes loader-fade-in{0%{opacity:0}to{opacity:1}}.navigation-loader-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.radar-loader{width:104px;height:104px;border-radius:50%;border:3px solid var(--loader-accent-dim);position:relative;flex-shrink:0}.radar-loader:before{content:"";position:absolute;width:50%;height:50%;top:50%;left:50%;background:linear-gradient(90deg,transparent,var(--loader-accent));transform-origin:0 0;animation:radar-sweep 1.5s linear infinite;border-radius:0 100% 0 0}.radar-loader:after{content:"";position:absolute;width:10px;height:10px;background:var(--loader-accent);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 14px var(--loader-accent-glow)}.radar-ring{position:absolute;border:1px solid var(--loader-accent-dim);border-radius:50%;pointer-events:none}.radar-ring:nth-child(1){width:50%;height:50%;top:25%;left:25%}.radar-ring:nth-child(2){width:75%;height:75%;top:12.5%;left:12.5%}@keyframes radar-sweep{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.navigation-loader-text{font-size:.9rem;font-weight:600;color:#ffffffd9;letter-spacing:.02em;margin:0}@media(max-width:480px){.radar-loader{width:80px;height:80px;border-width:2.5px}.radar-loader:after{width:8px;height:8px}.navigation-loader-text{font-size:.8rem}}.dashboard-loading-wrapper{position:relative;width:100%;flex:1;min-height:0;display:flex;flex-direction:column}.dashboard-loading-overlay{--loader-accent: #FF6B1A;--loader-accent-dim: rgba(255, 107, 26, .25);--loader-accent-glow: rgba(255, 107, 26, .5);position:absolute;inset:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center;background:#ffffffd9;animation:loader-fade-in .2s ease-out;overflow:hidden}.dashboard-loading-overlay .navigation-loader-content{display:flex;flex-direction:column;align-items:center;gap:12px}.dashboard-loading-overlay .navigation-loader-text{color:var(--text-primary, #1a1a1a);font-size:14px;font-weight:500}.header{width:100%;padding:1.5rem 0;background-color:var(--surface-primary);background-image:linear-gradient(135deg,#fff4ed66,#fff9e64d);position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 8px #00000014}.header-container{max-width:1400px;margin:0 auto;padding:0 3rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo{display:flex;align-items:center}.logo-image{height:42px;width:auto}.nav-links{display:flex;align-items:center;gap:2.5rem;flex:1;justify-content:center}.nav-link{font-family:Manrope,sans-serif;font-size:1rem;color:var(--primary-700);text-decoration:none;font-weight:500;transition:color .2s ease}.nav-link:hover{color:var(--orange-500)}.nav-item-with-dropdown{position:relative;display:inline-flex;align-items:center;gap:.25rem}.nav-item-row{display:inline-flex;align-items:center;gap:.25rem}.nav-dropdown-trigger{display:inline-flex;align-items:center;justify-content:center;padding:.25rem;background:none;border:none;color:var(--primary-700);cursor:pointer;font-size:.65rem;line-height:1;transition:color .2s ease,transform .2s ease}.nav-dropdown-trigger:hover{color:var(--orange-500)}.nav-dropdown-chevron{display:inline-block;transition:transform .2s ease}.nav-item-with-dropdown.open .nav-dropdown-chevron{transform:rotate(180deg)}.nav-dropdown{position:absolute;top:100%;left:0;margin-top:.25rem;min-width:200px;background:var(--surface-primary);border-radius:8px;box-shadow:0 8px 24px #0000001f;border:1px solid var(--primary-100);opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;z-index:200}.nav-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-list{list-style:none;margin:0;padding:.5rem 0}.nav-dropdown-list li{margin:0}.nav-dropdown-link{display:block;padding:.5rem 1rem;font-family:Manrope,sans-serif;font-size:.9rem;color:var(--primary-700);text-decoration:none;transition:background-color .2s ease,color .2s ease}.nav-dropdown-link:hover{background-color:var(--primary-50);color:var(--orange-500)}.cta-button{background-color:var(--orange-500);color:var(--surface-primary);font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;padding:.875rem 1.75rem;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.cta-button:hover{background-color:var(--orange-700);transform:translateY(-2px);box-shadow:0 4px 12px #ff6b1a4d}.cta-button:active{transform:translateY(0)}.desktop-cta{display:block}.mobile-cta{display:none}.hamburger{display:none;flex-direction:column;justify-content:space-between;align-items:center;min-width:44px;min-height:44px;padding:10px;box-sizing:border-box;width:30px;height:24px;background:transparent;border:none;cursor:pointer;z-index:101;transition:transform .3s ease}.hamburger:hover{transform:scale(1.1)}.hamburger-line{width:100%;height:3px;background-color:var(--primary-700);border-radius:3px;transition:all .3s ease;transform-origin:center}.hamburger.active .hamburger-line:nth-child(1){transform:translateY(10.5px) rotate(45deg);background-color:var(--orange-500)}.hamburger.active .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.active .hamburger-line:nth-child(3){transform:translateY(-10.5px) rotate(-45deg);background-color:var(--orange-500)}@media(max-width:1023px){.header-container{padding:0 2rem}}@media(max-width:767px){.header{padding:1.25rem 0}.header-container{padding:0 1.5rem}.hamburger{display:flex}.desktop-cta{display:none}.mobile-cta{display:block;width:100%;margin-top:1rem;min-height:44px}.nav-links{position:fixed;top:80px;left:0;right:0;flex-direction:column;background-color:var(--surface-primary);padding:2rem 1.5rem;gap:.5rem;box-shadow:0 8px 16px #0000001a;transform:translate(100%);opacity:0;visibility:hidden;transition:all .3s ease;max-height:calc(100vh - 80px);overflow-y:auto}.nav-links,.nav-dropdown{scrollbar-width:none}.nav-links:hover,.nav-dropdown:hover{scrollbar-width:thin}.nav-links::-webkit-scrollbar,.nav-dropdown::-webkit-scrollbar{width:0}.nav-links:hover::-webkit-scrollbar,.nav-dropdown:hover::-webkit-scrollbar{width:4px}.nav-links:hover::-webkit-scrollbar-track,.nav-dropdown:hover::-webkit-scrollbar-track{background:transparent}.nav-links:hover::-webkit-scrollbar-thumb,.nav-dropdown:hover::-webkit-scrollbar-thumb{background-color:#ff6b1a66;border-radius:2px;transition:background-color .2s ease,opacity .2s ease}.nav-links:hover::-webkit-scrollbar-thumb:hover,.nav-dropdown:hover::-webkit-scrollbar-thumb:hover{background-color:#ff6b1a}.nav-links.active{transform:translate(0);opacity:1;visibility:visible}.nav-link{font-size:1rem;min-height:44px;padding:.75rem 1rem;display:flex;align-items:center;border-bottom:1px solid var(--primary-100);transition:all .2s ease}.nav-link:last-of-type{border-bottom:none}.nav-link:active{background-color:var(--surface-warning)}.nav-item-with-dropdown{flex-direction:column;align-items:stretch;width:100%}.nav-item-with-dropdown .nav-link,.nav-item-with-dropdown .nav-dropdown-trigger{flex:1}.nav-item-with-dropdown .nav-dropdown-trigger{min-height:44px;min-width:44px;padding:.5rem;font-size:.75rem}.nav-dropdown{position:static;margin-top:0;margin-bottom:.5rem;min-width:0;width:100%;box-shadow:none;border:none;border-left:3px solid var(--orange-500);border-radius:0 8px 8px 0;transform:none;max-height:0;overflow:hidden;opacity:0;visibility:hidden;transition:max-height .25s ease,opacity .2s ease,visibility .2s ease}.nav-dropdown.open{max-height:280px;overflow-y:auto;opacity:1;visibility:visible}.nav-dropdown-link{min-height:44px;display:flex;align-items:center;padding:.75rem 1rem}}@media(max-width:412px){.header-container{padding:0 1.25rem}.logo-image{height:38px}}@media(max-width:375px){.header-container{padding:0 1rem}.logo-image{height:36px}.nav-links{top:72px;padding:1.5rem 1rem;gap:1.25rem}}@media(max-width:320px){.header{padding:1rem 0}.header-container{padding:0 .75rem;gap:1rem}.logo-image{height:32px}.hamburger{width:26px;height:20px}.hamburger-line{height:2.5px}.hamburger.active .hamburger-line:nth-child(1){transform:translateY(8.75px) rotate(45deg)}.hamburger.active .hamburger-line:nth-child(3){transform:translateY(-8.75px) rotate(-45deg)}.nav-links{top:64px;padding:1.25rem .75rem;max-height:calc(100vh - 64px)}.nav-link{font-size:1rem}}@media(min-width:1024px){.header-container{padding:0 3rem}}.hero-content{display:flex;flex-direction:column;gap:2.5rem;max-width:650px;padding-right:2rem}.hero-heading{font-family:Outfit,sans-serif;font-size:4.5rem;font-weight:700;line-height:1.05;margin:0;color:var(--primary-900);letter-spacing:-.02em}.hero-heading-main{display:inline;color:var(--primary-700)}.hero-heading-accent{display:inline;color:var(--orange-500)}.hero-heading-accent2{display:inline;color:var(--primary-700)}.hero-description{font-family:Manrope,sans-serif;font-size:1.125rem;line-height:1.75;color:var(--primary-500);margin:0;max-width:560px;font-weight:400}.scroll-indicator{display:flex;justify-content:flex-start;margin-top:1.5rem;color:var(--primary-700);animation:bounce 2.5s ease-in-out infinite;cursor:pointer;transition:color .2s ease;border:none;background:none;padding:0;font:inherit}.scroll-indicator:hover{color:var(--orange-500)}.scroll-indicator svg{width:28px;height:28px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-12px)}60%{transform:translateY(-6px)}}@media(max-width:1024px){.hero-content{max-width:100%;align-items:center;text-align:center;padding-right:0}.hero-heading{font-size:3.75rem}.hero-description{max-width:600px}.scroll-indicator{justify-content:center}}@media(max-width:768px){.hero-content{gap:2rem;padding-left:1.5rem;padding-right:1.5rem}.hero-heading{font-size:2.75rem;line-height:1.1}.hero-description{font-size:1.0625rem}}@media(max-width:412px){.hero-content{gap:1.75rem}.hero-heading{font-size:2.5rem}.hero-description{font-size:1.0625rem}}@media(max-width:375px){.hero-heading{font-size:2.25rem}.hero-description{font-size:1rem;line-height:1.65}.scroll-indicator svg{width:24px;height:24px}}@media(max-width:320px){.hero-content{gap:1.5rem}.hero-heading{font-size:1.875rem;line-height:1.15}.hero-description{font-size:.9375rem;line-height:1.6}.scroll-indicator{margin-top:1rem}.scroll-indicator svg{width:22px;height:22px}}.hero-graphic{width:100%;height:100%;min-height:650px;display:flex;align-items:center;justify-content:center;position:relative}.graphic-container{position:relative;width:100%;max-width:700px;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.layer{position:absolute;border-radius:50% 40% 55% 45%/45% 55%;filter:drop-shadow(0 2px 10px rgba(0,0,0,.08));transition:transform .3s ease;animation:pulse 5s ease-in-out infinite}.layer-center{animation-delay:0s}.layer-10{animation-delay:.15s}.layer-9{animation-delay:.3s}.layer-8{animation-delay:.45s}.layer-7{animation-delay:.6s}.layer-6{animation-delay:.75s}.layer-5{animation-delay:.9s}.layer-4{animation-delay:1.05s}.layer-3{animation-delay:1.2s}.layer-2{animation-delay:1.35s}.layer-1{animation-delay:1.5s}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.04);opacity:.92}}.layer-1{width:100%;height:100%;background:linear-gradient(135deg,#ffdba0,#ffdda8,#ffe0b2);border-radius:48% 52% 53% 47%/44% 49% 51% 56%;position:relative;overflow:hidden;filter:drop-shadow(0 3px 12px rgba(255,184,0,.3)) brightness(1.08)}.layer-1:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 100px,rgba(255,255,255,.4) 100px,rgba(255,255,255,.4) 102px),repeating-linear-gradient(-45deg,transparent,transparent 80px,rgba(255,255,255,.3) 80px,rgba(255,255,255,.3) 82px),repeating-linear-gradient(120deg,transparent,transparent 90px,rgba(255,220,120,.2) 90px,rgba(255,220,120,.2) 91px)}.layer-2{width:94%;height:94%;background:linear-gradient(135deg,#ffce94,#ffce99,#ffcd9e);border-radius:45% 55% 50% 50%/50% 48% 52% 50%;filter:drop-shadow(0 2px 10px rgba(255,184,0,.25)) brightness(1.06)}.layer-3{width:87%;height:87%;background:linear-gradient(135deg,#ffcc8f,#ffc98a,#ffc585);border-radius:50% 50% 48% 52%/48% 52%;filter:drop-shadow(0 2px 10px rgba(255,149,89,.2)) brightness(1.05)}.layer-4{width:80%;height:80%;background:linear-gradient(135deg,#ffc285,#ffbb80,#ffb47a);border-radius:52% 48% 50% 50%/50%;filter:drop-shadow(0 2px 10px rgba(255,149,89,.18)) brightness(1.04)}.layer-5{width:72%;height:72%;background:linear-gradient(135deg,#ffad66,#ffb375,#ffba85);border-radius:48% 52% 51% 49%/51% 49%}.layer-6{width:64%;height:64%;background:linear-gradient(135deg,var(--orange-300) 0%,#FFB87A 50%,var(--orange-300) 100%);border-radius:50% 50% 52% 48%/48% 52%}.layer-7{width:55%;height:55%;background:linear-gradient(135deg,#FF8533 0%,var(--orange-300) 50%,var(--orange-500) 100%);border-radius:51% 49% 50% 50%/50%}.layer-8{width:46%;height:46%;background:linear-gradient(135deg,var(--orange-500) 0%,#FF7A33 50%,var(--orange-500) 100%);border-radius:49% 51% 48% 52%/52% 48%}.layer-9{width:36%;height:36%;background:linear-gradient(135deg,var(--orange-700) 0%,#CC5500 50%,#D96A1A 100%);border-radius:50%}.layer-10{width:27%;height:27%;background:linear-gradient(135deg,var(--orange-900) 0%,#A64400 50%,var(--orange-700) 100%);border-radius:48% 52% 50% 50%/50% 50% 48% 52%}.layer-center{width:18%;height:18%;background:radial-gradient(circle,#1A1A1A 0%,var(--primary-900) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 3px 20px #000c,0 0 50px #ff6b1a80;overflow:visible;z-index:10}.mascot-container{position:absolute;width:140%;height:140%;display:flex;align-items:center;justify-content:center;animation:float 6s ease-in-out infinite}.banasuno-mascot{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 4px 20px rgba(255,107,26,.5));animation:glow 3s ease-in-out infinite alternate}@keyframes float{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-15px) rotate(2deg)}50%{transform:translateY(0) rotate(0)}75%{transform:translateY(-10px) rotate(-2deg)}}@keyframes glow{0%{filter:drop-shadow(0 4px 20px rgba(255,107,26,.4))}to{filter:drop-shadow(0 4px 30px rgba(255,107,26,.7))}}@media(min-width:1280px){.hero-graphic{min-height:650px}.graphic-container{max-width:700px}}@media(max-width:1024px){.hero-graphic{min-height:550px}.graphic-container{max-width:550px}}@media(max-width:768px){.hero-graphic{min-height:450px}.graphic-container{max-width:450px}.mascot-container{width:180%;height:180%}}@media(max-width:412px){.hero-graphic{min-height:380px}.graphic-container{max-width:min(380px,90vw)}.mascot-container{width:170%;height:170%}}@media(max-width:375px){.hero-graphic{min-height:350px}.graphic-container{max-width:min(340px,90vw)}.mascot-container{width:165%;height:165%}}@media(max-width:320px){.hero-graphic{min-height:300px}.graphic-container{max-width:min(280px,92vw)}.mascot-container{width:160%;height:160%}}.hero-section{width:100%;min-height:calc(100vh - 100px);background-color:transparent;display:flex;align-items:center;justify-content:center;padding:3rem 0;position:relative}.hero-container{max-width:1440px;width:100%;margin:0 auto;padding:0 4rem;display:grid;grid-template-columns:1.1fr 1fr;gap:3rem;align-items:center}@media(min-width:1280px){.hero-container{padding:0 4rem;gap:3rem}}@media(max-width:1024px){.hero-section{min-height:auto}.hero-container{grid-template-columns:1fr;gap:3rem;padding:0 2rem}}@media(min-width:1025px)and (max-width:1279px){.hero-container{padding:0 2.5rem;gap:2.5rem}}@media(max-width:768px){.hero-section{padding:2.5rem 0}.hero-container{padding:0 1.5rem;gap:2.5rem}}@media(max-width:412px){.hero-section{padding:2.25rem 0}.hero-container{padding:0 1.25rem;gap:2.25rem}}@media(max-width:375px){.hero-section{padding:2rem 0}.hero-container{padding:0 1rem;gap:2rem}}@media(max-width:320px){.hero-section{padding:1.5rem 0}.hero-container{padding:0 .75rem;gap:1.5rem}}.problem-section{width:100%;padding:80px 0;background:transparent}.problem-container{display:grid;grid-template-columns:45% 55%;gap:0;min-height:500px;max-width:1400px;margin:0 auto;position:relative;box-shadow:-8px 12px 32px #8b3a0026,-4px 6px 16px #c44f001a}.problem-intro{background:linear-gradient(135deg,#c44f00,#ff6b1a);clip-path:polygon(0 0,0 0,0 100%,0 100%);padding:60px 130px;display:flex;flex-direction:column;justify-content:center;color:#fff;position:relative;overflow:hidden;transition:clip-path .82s .04s cubic-bezier(.76,0,.24,1)}.problem-intro:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:50px 50px;opacity:.5;pointer-events:none}.problem-intro h2{font-size:44px;font-weight:900;line-height:1.1;margin-bottom:24px;text-shadow:0 4px 20px rgba(0,0,0,.2);position:relative;z-index:2}.problem-intro p{font-size:18px;line-height:1.8;opacity:.95;position:relative;z-index:2}.problem-intro h2,.problem-intro p{opacity:0;transition:opacity .45s ease}.problem-section.problem-visible .problem-intro h2{opacity:1;transition-delay:.66s}.problem-section.problem-visible .problem-intro p{opacity:1;transition-delay:.8s}.problem-detail{background:#fff4ed;padding:60px 160px 60px 180px;display:flex;flex-direction:column;justify-content:center;position:relative}.problem-detail:before{content:"";position:absolute;left:160px;top:60px;width:0;height:4px;background:linear-gradient(90deg,#ff6b1a,#ff9559);border-radius:2px;transition:width .55s .5s cubic-bezier(.22,1,.36,1)}.problem-detail h3{font-size:36px;font-weight:900;margin-bottom:20px;margin-top:30px;color:#8b3a00;line-height:1.2;opacity:0;transform:translateY(14px);transition:opacity .5s .58s,transform .5s .58s ease}.problem-detail p{font-size:17px;line-height:1.9;color:#4a4a4a}.problem-detail-word{opacity:0;transition:opacity .28s ease}.problem-section.problem-visible .problem-intro{clip-path:polygon(0 0,100% 0,85% 100%,0% 100%)}.problem-section.problem-visible .problem-detail:before{width:60px}.problem-section.problem-visible .problem-detail h3{opacity:1;transform:translateY(0)}.problem-section.problem-visible .problem-detail-word{opacity:1}@media(max-width:1024px){.problem-container{grid-template-columns:1fr;min-height:auto}.problem-intro{clip-path:none;padding:60px 40px}.problem-detail{padding:60px 40px}.problem-detail:before{left:40px;top:40px}.problem-intro h2{font-size:36px}.problem-detail h3{font-size:30px}}@media(max-width:768px){.problem-section{padding:60px 0}.problem-intro,.problem-detail{padding:40px 24px}.problem-intro h2{font-size:32px;margin-bottom:20px}.problem-intro p{font-size:16px}.problem-detail h3{font-size:26px;margin-top:20px}.problem-detail p{font-size:16px}.problem-detail:before{left:24px;top:24px;width:50px}}@media(max-width:412px){.problem-section{padding:48px 0}.problem-intro,.problem-detail{padding:32px 20px}.problem-intro h2{font-size:28px;margin-bottom:18px}.problem-detail h3{font-size:24px;margin-top:18px}}@media(max-width:375px){.problem-section{padding:40px 0}.problem-intro,.problem-detail{padding:28px 16px}.problem-intro h2{font-size:26px}.problem-detail h3{font-size:22px}.problem-detail:before{left:16px;top:20px;width:40px}}@media(max-width:320px){.problem-section{padding:32px 0}.problem-intro,.problem-detail{padding:24px 12px}.problem-intro h2{font-size:22px;margin-bottom:16px}.problem-intro p{font-size:.9375rem}.problem-detail h3{font-size:1.25rem;margin-top:16px}.problem-detail p{font-size:.9375rem}.problem-detail:before{left:12px;top:16px;width:36px}}@media(prefers-contrast:high){.problem-intro{background:#c44f00}}@media(prefers-reduced-motion:reduce){.problem-intro,.problem-detail{animation:none}}.health-risks-section{width:100%;padding:6rem 2rem;background:transparent;display:flex;justify-content:center}.health-risks-inner{max-width:1200px;width:100%;display:flex;flex-direction:column;gap:2.5rem;align-items:center}.health-risks-title-block{text-align:center}.health-risks-title{font-family:DM Sans,Outfit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;margin:0 0 .75rem;color:#1a1a1a;opacity:0;transform:translateY(-18px);transition:opacity .5s ease,transform .5s ease}.health-risks-title[data-visible=true]{opacity:1;transform:translateY(0)}.health-risks-underline{height:3px;width:56px;border-radius:2px;background:#ff6b1a;margin:0 auto;transform:scaleX(0);transform-origin:center;transition:transform .55s .32s cubic-bezier(.22,1,.36,1)}.health-risks-underline[data-visible=true]{transform:scaleX(1)}.health-risks-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.125rem;width:100%}.health-risk-card{position:relative;background:#fff;border-radius:20px;overflow:hidden;border:1.5px solid transparent;box-shadow:0 3px 16px #00000012;transition:box-shadow .24s,border-color .2s,transform .28s cubic-bezier(.22,1,.36,1);cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.health-risk-scanner-bar{position:absolute;top:0;left:0;bottom:0;z-index:1;pointer-events:none}.health-risk-card-content{position:relative;z-index:2;padding:2rem 1.5rem 1.6rem 1.75rem}.health-risk-icon-wrap{position:relative;width:5.25rem;height:5.25rem;margin:0 auto 1.125rem}.health-risk-icon-ring{position:absolute;inset:-.35rem;border-radius:999px;border:2px solid transparent;opacity:.25;transform:scale(1);transition:transform .6s ease,opacity .6s ease}.health-risk-icon-circle{width:100%;height:100%;border-radius:999px;border:2px solid transparent;display:flex;align-items:center;justify-content:center;transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease}.health-risk-icon-img{width:94%;height:94%;object-fit:contain;display:block;transform:translateY(1px)}.health-risk-label{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:800;color:#1a1a1a;text-align:center;margin-bottom:.5rem}.health-risk-stat-row{display:flex;justify-content:center;margin-bottom:.75rem}.health-risk-stat-badge{display:inline-flex;align-items:baseline;gap:.3rem;padding:.3rem .75rem;border-radius:10px;border:1.5px solid transparent;transform-origin:center}.health-risk-stat-value{font-family:DM Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1.05rem;font-weight:700;line-height:1}.health-risk-stat-label{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.625rem;font-weight:500;opacity:.75}.health-risk-description{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.78rem;line-height:1.68;color:#6b5b50;text-align:center;margin:0}@keyframes ringPulse_0{0%{transform:scale(1);opacity:.3}50%{transform:scale(1.5);opacity:0}to{transform:scale(1);opacity:.3}}@keyframes ringPulse_1{0%{transform:scale(1);opacity:.3}50%{transform:scale(1.5);opacity:0}to{transform:scale(1);opacity:.3}}@keyframes ringPulse_2{0%{transform:scale(1);opacity:.3}50%{transform:scale(1.5);opacity:0}to{transform:scale(1);opacity:.3}}@media(max-width:1024px){.health-risks-section{padding:5rem 2rem}.health-risks-title{font-size:2rem}}@media(max-width:768px){.health-risks-section{padding:4rem 1.5rem}.health-risks-title{font-size:1.75rem}.health-risks-grid{grid-template-columns:minmax(0,1fr);max-width:100%;margin:0 auto;gap:1.25rem}.health-risk-card{width:100%}.health-risk-description{font-size:1rem}.health-risk-label{font-size:1.0625rem}}@media(max-width:412px){.health-risks-section{padding:3.5rem 1.25rem}.health-risks-title{font-size:1.625rem}}@media(max-width:375px){.health-risks-section{padding:3rem 1rem}.health-risks-title{font-size:1.5rem}}@media(max-width:320px){.health-risks-section{padding:2.5rem .75rem}.health-risks-title{font-size:1.375rem}}.local-section{width:100%;padding:6rem 2rem;background-color:transparent}.local-container{max-width:1200px;margin:0 auto}.local-heading{font-family:Outfit,sans-serif;font-size:2rem;font-weight:700;line-height:1.2;margin:0 0 2rem;color:var(--primary-900);letter-spacing:-.02em;text-align:center}.local-hero{border-radius:22px;overflow:hidden;position:relative;box-shadow:0 20px 64px #00000029;background:linear-gradient(160deg,#c08050,#7a3e18)}.local-hero-image{position:relative;display:block;height:520px;transform:scale(1.06);opacity:0;transition:transform 2s .1s cubic-bezier(.22,1,.36,1),opacity 1.2s .1s ease}.local-hero-photo{position:absolute;inset:0;background-image:url(/dvcty.jpg);background-size:cover;background-position:center;filter:brightness(.96) saturate(1.05)}.local-hero-overlay-rect{position:absolute;top:8%;right:5%;width:40%;height:50%;border:2px solid rgba(255,255,255,.2);border-radius:16px;pointer-events:none;opacity:0;transition:opacity .95s .9s}.local-hero-glass{position:absolute;bottom:0;left:0;right:0;background:#fff9f2e6;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);border-top:1px solid rgba(255,200,150,.4);padding:2rem 2.4rem 2.1rem;transform:translateY(100%);transition:transform 1.35s .7s cubic-bezier(.22,1,.36,1)}.local-hero-label{font-family:DM Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.55rem;font-weight:700;letter-spacing:.18em;color:#ff6b1a;margin-bottom:.85rem;opacity:0;transition:opacity .65s 1.2s}@media(min-width:769px){.local-hero-label{font-size:.8rem}}.local-hero-content{display:grid;grid-template-columns:1fr auto;gap:1.75rem;align-items:center}.local-hero-body{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.85rem;line-height:1.76;color:#3a2818;margin:0;opacity:0;transform:translate(-18px);transition:opacity .95s 1.35s,transform 1s 1.35s cubic-bezier(.22,1,.36,1)}.local-hero-stats{display:flex;flex-shrink:0;background:#ff6b1a12;border-radius:16px;overflow:hidden;border:1px solid rgba(255,107,26,.16)}.local-hero-stat-pill{display:flex;align-items:stretch}.local-hero-stat-divider{width:1px;background:#ff6b1a2e;transform:scaleY(0);transform-origin:center;transition:transform .65s ease}.local-hero-stat-content{padding:1.1rem 1.4rem;text-align:center;opacity:0;transform:translateY(16px);transition:opacity .8s ease,transform .85s cubic-bezier(.22,1,.36,1)}.local-hero-stat-value{font-family:DM Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-weight:700;font-size:1.6rem;line-height:1;color:#ff6b1a;letter-spacing:-.02em}.local-hero-stat-label{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;color:#8a6a55;margin-top:.3rem;max-width:6.5rem;text-align:center}.local-hero-stat-subnote{display:block;font-size:.7rem;margin-top:.15rem}.local-hero.local-hero-visible .local-hero-image{transform:scale(1);opacity:1}.local-hero.local-hero-visible .local-hero-overlay-rect{opacity:1}.local-hero.local-hero-visible .local-hero-glass{transform:translateY(0)}.local-hero.local-hero-visible .local-hero-label{opacity:1}.local-hero.local-hero-visible .local-hero-body{opacity:1;transform:translate(0)}.local-hero.local-hero-visible .local-hero-stats .local-hero-stat-pill:nth-child(1) .local-hero-stat-content{opacity:1;transform:translateY(0);transition-delay:1.45s}.local-hero.local-hero-visible .local-hero-stats .local-hero-stat-pill:nth-child(2) .local-hero-stat-content{opacity:1;transform:translateY(0);transition-delay:1.6s}.local-hero.local-hero-visible .local-hero-stats .local-hero-stat-pill:nth-child(3) .local-hero-stat-content{opacity:1;transform:translateY(0);transition-delay:1.75s}.local-hero.local-hero-visible .local-hero-stats .local-hero-stat-pill:nth-child(2) .local-hero-stat-divider{transform:scaleY(1);transition-delay:1.5s}.local-hero.local-hero-visible .local-hero-stats .local-hero-stat-pill:nth-child(3) .local-hero-stat-divider{transform:scaleY(1);transition-delay:1.65s}@media(max-width:1024px){.local-section{padding:4rem 2rem}.local-heading{font-size:1.75rem}}@media(max-width:768px){.local-section{padding:3rem 1.5rem}.local-hero{display:flex;flex-direction:column;border-radius:22px;overflow:visible}.local-heading{font-size:1.5rem}.local-hero-image{position:static;height:auto;min-height:0;transform:none;opacity:1;transition:none}.local-hero-photo{position:relative;inset:auto;height:220px;border-radius:22px 22px 0 0;overflow:hidden}.local-hero-glass{position:static;transform:translateY(0);border-top:none;border-radius:0 0 22px 22px;padding:1.6rem 1.4rem;margin-top:1.25rem}.local-hero-content{grid-template-columns:1fr;gap:1.25rem}.local-hero-stats{flex-direction:column;align-items:stretch;justify-content:center;width:100%;gap:.75rem}.local-hero-stat-pill{width:100%}.local-hero-stat-content{width:100%;padding:.9rem 1.1rem}.local-hero-stat-divider{display:none}.local-hero-stat-value{font-size:1.25rem}.local-hero-stat-label{max-width:none;text-align:center;margin:0 auto}.local-hero-body{font-size:1rem;line-height:1.8;opacity:1;transform:none;transition:none}.local-hero-label{opacity:1;transition:none}.local-hero-stats .local-hero-stat-content{opacity:1;transform:none;transition:none}}@media(max-width:412px){.local-section{padding:2.5rem 1.25rem}.local-heading{font-size:1.375rem}}@media(max-width:375px){.local-section{padding:2rem 1rem}.local-heading{font-size:1.25rem;margin-bottom:1.5rem}}@media(max-width:320px){.local-section{padding:1.5rem .75rem}.local-heading{font-size:1.125rem;margin-bottom:1.25rem}}.solution-section{width:100%;background-color:transparent;padding:3rem 2rem}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.solution-card{max-width:1200px;margin:0 auto;background-color:#fffaf8;border:2px solid var(--primary-200);border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000000d}.solution-header{background:linear-gradient(135deg,#ff9559,#ff6b1a);padding:2.5rem 3rem;text-align:center}.solution-title{font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 1rem;color:#fff;letter-spacing:-.02em}.solution-description{font-family:Manrope,sans-serif;font-size:1.125rem;line-height:1.75;color:#fffffff2;max-width:700px;margin:0 auto;font-weight:400}.solution-divider{height:1px;background-color:var(--primary-200)}.hrv-subsection,.cls-subsection{display:flex;gap:0;align-items:stretch}.cls-subsection .subsection-content{text-align:right}.das-subsection{display:flex;gap:0;align-items:stretch}.das-subsection .subsection-image{padding-bottom:3.5rem}.subsection{display:flex;gap:0;align-items:stretch}.subsection-content{flex:1;display:flex;flex-direction:column;justify-content:center;text-align:left;padding:2rem 3rem;transition:all .8s cubic-bezier(.34,1.56,.64,1)}.subsection-content.initial{opacity:0;transform:translate(-50px)}.subsection-content.in-view{opacity:1;transform:translate(0)}.subsection-heading{font-family:Outfit,sans-serif;font-size:2rem;font-weight:700;margin:0 0 1rem;color:var(--primary-900);letter-spacing:-.02em}.subsection-description{font-family:Manrope,sans-serif;font-size:1.1rem;line-height:1.6;color:var(--primary-500);margin:0;font-weight:400}.subsection-image{flex:1;overflow:visible;padding:2rem;display:flex;align-items:center;justify-content:center;transition:all .8s cubic-bezier(.34,1.56,.64,1);position:relative}.subsection-image.initial{opacity:0;transform:scale(.95)}.subsection-image.in-view{opacity:1;transform:scale(1)}.cls-subsection .subsection-image.initial{transform:scale(.95) translate(50px)}.cls-subsection .subsection-image.in-view{transform:scale(1) translate(0)}.cls-subsection .subsection-content.initial{opacity:0;transform:translate(50px)}.cls-subsection .subsection-content.in-view{opacity:1;transform:translate(0)}.subsection-image img{width:100%;height:100%;object-fit:cover;display:block;border-radius:12px;box-shadow:0 2.8px 2.2px #00000004,0 6.7px 5.3px #00000005,0 12.5px 10px #00000006,0 22.3px 17.9px #00000008,0 41.8px 33.4px #00000009,0 100px 80px #0000000d;transition:transform .55s ease,filter .55s ease}.image-info{position:absolute;width:80px;height:80px;background:#000c;border-radius:6px;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:width .55s ease,height .55s ease,left .55s ease,top .55s ease,right .55s ease,bottom .55s ease,background .55s ease;overflow:hidden;box-shadow:0 10px 40px #0000004d;z-index:10}.image-info:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:transparent;border:2px solid transparent;z-index:1;opacity:0;transition:opacity .55s ease,border-color .55s ease;pointer-events:none;box-sizing:border-box}.image-info .info-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2rem;color:#fff;z-index:2;opacity:1;transition:opacity .25s ease,transform .25s ease}.image-info .info-text{display:block;position:absolute;left:50%;bottom:5%;transform:translate(-50%);font-size:.65rem;letter-spacing:1.5px;font-family:Outfit,sans-serif;font-weight:700;color:#fff;white-space:nowrap;z-index:2;opacity:0;transition:opacity .25s ease .3s,transform .25s ease .3s}.image-info .info--image{display:none}.image-info.info-1{bottom:calc(50% - 40px);right:calc(50% - 40px)}.image-info.info-2{bottom:15px;right:15px}.cls-subsection .image-info.info-2{right:auto;left:15px;bottom:15px}.hrv-subsection .image-info.info-2{inset:15px auto auto 15px}.hrv-subsection .image-info.info-1{background:#ff9559;right:calc(50% - 40px);bottom:calc(50% - 40px);border-radius:6px}.hrv-subsection .image-info.info-2{background:#ff6b1a;left:15px;top:15px;border-radius:6px}.cls-subsection .image-info.info-1{background:#b8551e;left:15px;top:15px;bottom:auto;border-radius:6px}.cls-subsection .image-info.info-2{background:#b8551e;left:calc(50% - 40px);bottom:15px;border-radius:6px}.das-subsection .image-info.info-1{background:#b8551e;left:15px;top:15px;bottom:auto;border-radius:6px}.das-subsection .image-info.info-2{background:#b8551e;left:calc(50% - 40px);right:auto;bottom:15px;border-radius:6px}.image-info:hover{width:120px;height:120px}.image-info:hover:after{opacity:1}.hrv-subsection .image-info.info-1:hover{background:#ff6b1a40;right:calc(50% - 60px);bottom:calc(50% - 60px)}.hrv-subsection .image-info.info-1:hover:after{border-color:#ff9559;opacity:1}.hrv-subsection .image-info.info-2:hover{background:#ff6b1a40;left:15px;top:15px}.hrv-subsection .image-info.info-2:hover:after{border-color:#ff6b1a;opacity:1}.cls-subsection .image-info.info-1:hover{background:#b8551e40;left:15px;top:15px}.cls-subsection .image-info.info-1:hover:after{border-color:#b8551e;opacity:1}.cls-subsection .image-info.info-2:hover{background:#b8551e40;left:calc(50% - 60px);bottom:15px}.cls-subsection .image-info.info-2:hover:after{border-color:#b8551e;opacity:1}.das-subsection .image-info.info-1:hover{background:#b8551e40;left:15px;top:15px}.das-subsection .image-info.info-1:hover:after{border-color:#b8551e;opacity:1}.das-subsection .image-info.info-2:hover{background:#b8551e40;left:calc(50% - 60px);bottom:15px}.das-subsection .image-info.info-2:hover:after{border-color:#b8551e;opacity:1}.image-info:hover .info-text{opacity:1;transition-delay:.25s}.image-info:hover .info-icon{opacity:0;transform:translate(-50%,-50%) scale(.8);transition-delay:0ms}.image-info:hover .info--image img{display:none}.hrv-heading{font-family:Outfit,sans-serif;font-size:2rem;font-weight:700;margin:0 0 1rem;color:var(--primary-900);letter-spacing:-.02em}.hrv-description{font-family:Manrope,sans-serif;font-size:1.1rem;line-height:1.6;color:var(--primary-500);margin:0;font-weight:400}.hrv-image{flex:1;overflow:hidden}.hrv-image img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:1024px){.solution-section,.solution-header{padding:2rem}.solution-title{font-size:2rem}.solution-description{font-size:1rem}.hrv-heading{font-size:1.75rem}.hrv-description{font-size:1rem}}@media(max-width:768px){.solution-section,.solution-header{padding:1.5rem}.solution-title{font-size:1.75rem}.solution-description{font-size:.95rem}.subsection,.cls-subsection{flex-direction:column}.subsection-content{padding:1.5rem;border-bottom:1px solid var(--primary-200);order:2}.subsection-content.initial{opacity:0;transform:translateY(-30px)}.subsection-content.in-view{opacity:1;transform:translateY(0)}.subsection-image{order:1;min-height:300px}.subsection-image.initial{opacity:0;transform:translateY(30px)}.subsection-image.in-view{opacity:1;transform:translateY(0)}.cls-subsection .subsection-image.initial{transform:translateY(30px)}.cls-subsection .subsection-image.in-view{transform:translateY(0)}.cls-subsection .subsection-content.initial{transform:translateY(-30px)}.cls-subsection .subsection-content.in-view{transform:translateY(0)}.subsection-heading{font-size:1.5rem}.subsection-description{font-size:.95rem}.hrv-subsection{flex-direction:column}.hrv-content{padding:1.5rem;border-bottom:1px solid var(--primary-200)}.hrv-heading{font-size:1.5rem}.hrv-description{font-size:.95rem}.hrv-image{min-height:300px}}@media(max-width:412px){.solution-section,.solution-header{padding:1.25rem}.solution-title{font-size:1.625rem}.subsection-content,.hrv-content{padding:1.25rem}.subsection-heading,.hrv-heading{font-size:1.375rem}}@media(max-width:375px){.solution-section{padding:1rem}.solution-header{padding:1.25rem 1rem}.solution-title{font-size:1.5rem}.solution-description{font-size:.9rem}.subsection-content{padding:1.25rem;border-bottom:1px solid var(--primary-200);order:2}.subsection-image{order:1;min-height:250px}.subsection-heading{font-size:1.25rem;margin-bottom:.75rem}.subsection-description{font-size:.9rem}.hrv-content{padding:1.25rem;border-bottom:1px solid var(--primary-200)}.hrv-heading{font-size:1.25rem;margin-bottom:.75rem}.hrv-description{font-size:.9rem}.hrv-image{min-height:250px}}@media(max-width:320px){.solution-section{padding:.875rem .75rem}.solution-header{padding:1rem .75rem}.solution-title{font-size:1.375rem}.solution-description{font-size:.875rem}.subsection-content,.hrv-content{padding:1rem}.subsection-heading,.hrv-heading{font-size:1.125rem;margin-bottom:.5rem}.subsection-description,.hrv-description{font-size:.875rem}.subsection-image,.hrv-image{min-height:220px}}.try-it-now-section{width:100%;padding:8rem 2rem 4rem;margin-top:6rem;background-color:transparent}.try-it-now-heading{font-family:Outfit,sans-serif;font-size:8rem;font-weight:700;text-align:center;margin:0 0 3rem;color:var(--primary-900);letter-spacing:-.02em}.smp-container{max-width:900px;margin:0 auto;display:flex;justify-content:center;align-items:center}.monitor-frame{width:100%;max-width:900px;background-color:#303030;border-radius:14px;padding:40px;position:relative;box-shadow:0 10px 40px #00000026,inset 0 1px #ffffff80}.monitor-frame{margin-bottom:0}.monitor-controls{position:absolute;left:50%;bottom:22px;transform:translate(-50%);display:flex;gap:12px;z-index:5}.control-btn{width:44px;height:14px;background:#bdbdbd;border:none;border-radius:6px;box-shadow:0 2px 4px #0003 inset;cursor:default;pointer-events:none}.map-bar-wrapper{width:100%;display:flex;justify-content:center;margin-top:0}.map-bar{background:#4a4a4a;width:110%;max-width:1100px;height:140px;position:relative;border-radius:10px;display:flex;align-items:center;justify-content:center;margin:0 auto}.map-bar:after{content:"";position:absolute;left:0;bottom:0;height:12px;width:100%;background:#938f8f;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.launch-btn{display:inline-block;text-decoration:none;background:#9e9e9e;color:#fff;border:none;padding:12px 30px;cursor:pointer;transform:skew(-20deg);box-shadow:0 6px 18px #00000026;transition:background-color .25s ease,box-shadow .25s ease}.launch-btn:hover{background:#fd6f00;box-shadow:0 6px 18px #fd6f0059}.launch-btn span{display:inline-block;transform:skew(20deg);font-weight:600}.screw{width:16px;height:16px;background-color:#a9a9a9;border-radius:50%;position:absolute;box-shadow:inset -1px -1px 3px #0000004d,inset 1px 1px 3px #ffffff80}.screw-top-left{top:20px;left:20px}.screw-top-right{top:20px;right:20px}.screw-bottom-left{bottom:20px;left:20px}.screw-bottom-right{bottom:20px;right:20px}.monitor-screen{width:100%;background-color:#6d6767;border-radius:0;padding:12px;display:flex;aspect-ratio:16 / 10;box-shadow:inset 0 2px 5px #000c}.display-area{position:relative;width:100%;height:100%;background-color:transparent;border-radius:8px;box-shadow:0 4px 15px #0000000f;overflow:hidden}.try-it-now-heat-index-on-map{display:none}@media(min-width:769px){.try-it-now-heat-index-on-map{display:block;position:absolute;left:10px;bottom:10px;z-index:500;max-width:220px;padding:10px 12px;background:#fffffff5;border:1px solid var(--primary-100);border-radius:10px;box-shadow:0 2px 12px #0000001a,0 0 0 1px #ff6b1a0f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.try-it-now-heat-index-on-map-title{font-family:var(--font-header);font-size:10px;font-weight:700;color:var(--primary-800);margin:0 0 8px;letter-spacing:.03em}.try-it-now-heat-index-on-map-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px;font-family:var(--font-body);font-size:11px;color:var(--primary-700)}.try-it-now-heat-index-on-map-item{display:flex;align-items:center;gap:6px;padding:2px 0}.try-it-now-heat-index-on-map-range{display:inline-block;padding:2px 6px;border-radius:6px;font-size:10px;font-weight:600;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.2);flex-shrink:0}.try-it-now-heat-index-on-map-label{flex:1}}@media(max-width:768px){.try-it-now-heat-index-on-map{display:none}}@media(max-width:1024px){.try-it-now-section{padding:3rem 2rem;margin-top:3rem}.try-it-now-heading{font-size:8rem;margin-bottom:3rem}.monitor-frame{max-width:800px;padding:25px}.monitor-controls{bottom:18px}.map-bar{height:120px}}.try-it-now-heat-index-mobile{max-width:900px;margin:1.5rem auto 0}@media(min-width:769px){.try-it-now-heat-index-mobile{display:none}}@media(max-width:768px){.try-it-now-heat-index-mobile{display:block;animation:try-it-now-panel-fade-in .5s ease-out}}@keyframes try-it-now-panel-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.try-it-now-heat-index-toggle{position:relative;width:100%;display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;font-family:var(--font-header);font-size:1rem;font-weight:700;color:var(--primary-800);letter-spacing:.02em;background:linear-gradient(135deg,var(--surface-primary) 0%,var(--surface-warning) 100%);border:1px solid var(--primary-100);border-radius:12px;cursor:pointer;box-shadow:0 2px 8px #0000000f,0 0 0 1px #ff6b1a14;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.try-it-now-heat-index-toggle:hover{background:linear-gradient(135deg,var(--surface-warning) 0%,var(--orange-50) 100%);box-shadow:0 4px 14px #ff6b1a1f,0 0 0 1px #ff6b1a26;transform:translateY(-1px)}.try-it-now-heat-index-toggle:active{transform:translateY(0)}.try-it-now-heat-index-toggle:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--orange-500),var(--orange-300));border-radius:12px 0 0 12px;opacity:0;transition:opacity .2s ease}.try-it-now-heat-index-toggle:hover:before,.try-it-now-heat-index-mobile.open .try-it-now-heat-index-toggle:before{opacity:1}.try-it-now-heat-index-chevron{font-size:.7rem;color:var(--orange-600, var(--orange-700));transition:transform .3s ease}.try-it-now-heat-index-mobile.open .try-it-now-heat-index-chevron{transform:rotate(90deg)}.try-it-now-heat-index-list{margin-top:.5rem;padding:1rem 1.25rem;background:var(--surface-primary);border:1px solid var(--primary-100);border-radius:12px;box-shadow:0 2px 12px #0000000f,inset 0 1px #fffc;overflow:hidden;transition:opacity .3s ease,transform .3s ease}.try-it-now-heat-index-list[hidden]{display:none}.try-it-now-heat-index-ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem;font-family:var(--font-body);font-size:.9375rem;color:var(--primary-700)}.try-it-now-heat-index-item{display:flex;align-items:center;gap:.75rem;padding:.4rem 0;border-radius:8px;transition:background .2s ease,transform .15s ease}@media(max-width:768px){.try-it-now-heat-index-mobile.open .try-it-now-heat-index-item{animation:try-it-now-item-in .35s ease-out backwards}.try-it-now-heat-index-mobile.open .try-it-now-heat-index-item:nth-child(1){animation-delay:.05s}.try-it-now-heat-index-mobile.open .try-it-now-heat-index-item:nth-child(2){animation-delay:.1s}.try-it-now-heat-index-mobile.open .try-it-now-heat-index-item:nth-child(3){animation-delay:.15s}.try-it-now-heat-index-mobile.open .try-it-now-heat-index-item:nth-child(4){animation-delay:.2s}.try-it-now-heat-index-mobile.open .try-it-now-heat-index-item:nth-child(5){animation-delay:.25s}}@keyframes try-it-now-item-in{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.try-it-now-heat-index-item:hover{background:var(--primary-50);transform:translate(4px)}.try-it-now-heat-index-range{display:inline-block;padding:.35rem .65rem;border-radius:8px;font-size:.8125rem;font-weight:600;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2);flex-shrink:0;box-shadow:0 2px 6px #00000026;transition:transform .2s ease,box-shadow .2s ease}.try-it-now-heat-index-item:hover .try-it-now-heat-index-range{transform:scale(1.05);box-shadow:0 3px 8px #0003}.try-it-now-heat-index-label{flex:1;font-weight:500}@media(max-width:768px){.try-it-now-heat-index-toggle{pointer-events:auto;cursor:pointer}.try-it-now-heat-index-toggle:before{opacity:0}.try-it-now-heat-index-mobile.open .try-it-now-heat-index-toggle:before{opacity:1}}@media(max-width:768px){.try-it-now-section{padding:2.5rem 1.5rem;margin-top:2rem}.try-it-now-heading{font-size:3rem;margin-bottom:2rem}.monitor-frame{max-width:650px;padding:20px}.screw{width:12px;height:12px}.screw-top-left{top:15px;left:15px}.screw-top-right{top:15px;right:15px}.screw-bottom-left{bottom:15px;left:15px}.screw-bottom-right{bottom:15px;right:15px}.monitor-screen{padding:15px}.monitor-controls{bottom:14px}.control-btn{width:36px;height:12px;border-radius:5px}.map-bar{height:100px}.launch-btn{padding:10px 22px}}@media(max-width:412px){.try-it-now-section{padding:2.25rem 1.25rem;margin-top:1.5rem}.try-it-now-heading{font-size:2.5rem;margin-bottom:1.5rem}.monitor-frame{max-width:100%;padding:18px}}@media(max-width:375px){.try-it-now-section{padding:2rem 1rem}.try-it-now-heading{font-size:2.25rem;margin-bottom:1.25rem}.monitor-frame{padding:15px}.screw{width:10px;height:10px}.screw-top-left{top:10px;left:10px}.screw-top-right{top:10px;right:10px}.screw-bottom-left{bottom:10px;left:10px}.screw-bottom-right{bottom:10px;right:10px}.monitor-screen{padding:12px}.monitor-controls{bottom:12px}.control-btn{width:32px;height:10px;border-radius:4px}.map-bar{height:84px}.launch-btn{padding:9px 20px}}@media(max-width:320px){.try-it-now-section{padding:1.5rem .75rem;margin-top:1rem}.try-it-now-heading{font-size:1.75rem;margin-bottom:1rem}.monitor-frame{padding:12px}.screw{width:8px;height:8px}.map-bar{height:72px}.launch-btn{padding:8px 16px;font-size:.875rem}}.heatmap-container .leaflet-control-zoom,.heatmap-container .leaflet-control-attribution{display:none!important}.heatmap-wrapper{position:relative;width:100%;height:100%;min-height:0;max-width:none;margin:0;padding:4px;display:flex;flex-direction:column}.heatmap-container{position:relative;flex:1;min-height:0;width:100%;border-radius:12px;overflow:hidden;border:3px dashed var(--primary-200, var(--primary-100));box-shadow:none;background:var(--surface-primary)}#heatmap{position:relative;height:100%;min-height:300px;width:100%;z-index:0;background:var(--surface-primary);border-radius:12px;overflow:hidden}.heatmap-container .leaflet-container{background:var(--surface-primary)!important}.heatmap-container .leaflet-tile-pane{z-index:0}.heatmap-container .leaflet-overlay-pane{z-index:1;background:transparent!important;pointer-events:none}.heatmap-container .leaflet-overlay-pane svg,.heatmap-container .leaflet-overlay-pane canvas,.heatmap-container .leaflet-overlay-pane path,.heatmap-container .leaflet-overlay-pane .leaflet-interactive{pointer-events:auto!important}.heatmap-container .heatmap-route-tooltip{font-size:12px;padding:6px 10px;background:var(--primary-900, #0f172a);color:#fff;border-radius:6px;white-space:nowrap;max-width:280px;white-space:normal}.heatmap-container .heatmap-route-marker--user{background:none!important;border:none!important}.heatmap-container .heatmap-route-user-dot{display:block;width:16px;height:16px;background:#2563eb;border:3px solid #fff;border-radius:50%;box-shadow:0 2px 6px #0000004d}.heatmap-wrapper>.zone-info-card-wrapper,.heatmap-iot-map-col>.zone-info-card-wrapper{position:absolute;right:16px;top:16px;bottom:16px;width:min(320px,calc(100% - 32px));max-width:320px;z-index:2000;display:flex;flex-direction:column;min-height:0}.heatmap-wrapper>.zone-info-card-wrapper .zone-info-card,.heatmap-iot-map-col>.zone-info-card-wrapper .zone-info-card{flex:1 1 0;min-height:0;max-height:100%;overflow:hidden;display:flex;flex-direction:column}.heatmap-container .heatmap-location-indicator{background:none!important;border:none!important}.heatmap-container .heatmap-location-pin{display:block;width:20px;height:20px;background:var(--orange-500, #e53e3e);border:3px solid white;border-radius:50% 50% 50% 0;align-self:center;margin-top:2px;transform:rotate(-45deg);box-shadow:0 2px 6px #00000059;position:absolute;left:2px;top:4px}.heatmap-container .heatmap-facility-focus-indicator{background:none!important;border:none!important}.heatmap-container .heatmap-facility-focus-pin{display:block;width:24px;height:24px;background:#1565c0;border:3px solid white;border-radius:50% 50% 50% 0;align-self:center;margin-top:2px;transform:rotate(-45deg);box-shadow:0 2px 8px #0006;position:absolute;left:0;top:2px}.heatmap-exit-pinning-wrap{position:absolute;top:14px;right:14px;z-index:1000;pointer-events:auto}.heatmap-exit-pinning-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;min-height:44px;min-width:44px;border:none;border-radius:10px;background:var(--orange-500, #f97316);color:#fff;font-size:12px;font-weight:700;cursor:pointer;box-shadow:0 2px 10px #f9731666;transition:background .2s,transform .15s}.heatmap-exit-pinning-btn:hover{background:var(--orange-700, #c2410c);transform:translateY(-1px)}.heatmap-exit-pinning-btn:active{transform:translateY(0)}.heatmap-exit-pinning-icon{font-size:14px;line-height:1;opacity:.95}.heatmap-exit-pinning-text{white-space:nowrap}.heatmap-error{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:12px 20px;border-radius:10px;align-self:center;margin-top:2px;font-size:14px;font-weight:500;z-index:1000;pointer-events:none;background:var(--surface-warning);color:#991b1b;box-shadow:0 2px 12px #0000001a}.heatmap-loading{--loader-accent: #FF6B1A;--loader-accent-dim: rgba(255, 107, 26, .25);--loader-accent-glow: rgba(255, 107, 26, .5);position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;z-index:999;pointer-events:auto;background:#ffffffd9;color:var(--text-primary, #1a1a1a)}.heatmap-loading-spinner{width:40px;height:40px;border:3px solid var(--surface-secondary, #e2e8f0);border-top-color:var(--primary-500, #206bcb);border-radius:50%;animation:heatmap-loading-spin .8s linear infinite}.heatmap-loading-text{font-size:14px;font-weight:500}.heatmap-loading .navigation-loader-text{color:var(--text-primary, #1a1a1a);font-size:14px;font-weight:500}@keyframes heatmap-loading-spin{to{transform:rotate(360deg)}}.heatmap-desktop-ui{display:block;position:absolute;inset:0;pointer-events:none;z-index:100}.heatmap-desktop-ui>*,.heatmap-desktop-ui .heatmap-search-block,.heatmap-desktop-ui .heatmap-panel,.heatmap-desktop-ui .heatmap-legend,.heatmap-desktop-ui .heatmap-legend-dropdown,.heatmap-desktop-ui .heatmap-zoom-controls,.heatmap-desktop-ui .zoom-indicator{pointer-events:auto}.heatmap-mobile-ui{display:none;position:absolute;inset:0;pointer-events:none;z-index:100}.heatmap-mobile-ui>*,.heatmap-mobile-ui .heatmap-temp-simple,.heatmap-mobile-ui .heatmap-overlay-bar-mobile,.heatmap-mobile-ui .heatmap-search-block,.heatmap-mobile-ui .heatmap-bottom-legend,.heatmap-mobile-ui .heatmap-zoom-controls{pointer-events:auto}@media(max-width:768px){.heatmap-container:not(.heatmap-compact) .heatmap-desktop-ui{display:none}.heatmap-container:not(.heatmap-compact) .heatmap-mobile-ui{display:block}}.heatmap-container.heatmap-compact .heatmap-desktop-ui{display:none}.heatmap-container.heatmap-compact .heatmap-mobile-ui{display:block}.heatmap-container.heatmap-compact .heatmap-mobile-ui .heatmap-temp-simple,.heatmap-container.heatmap-compact .heatmap-mobile-ui .heatmap-overlay-bar-mobile,.heatmap-container.heatmap-compact .heatmap-mobile-ui .heatmap-zoom-controls-mobile,.heatmap-container.heatmap-compact.heatmap-compact-hide-mobile-legend .heatmap-mobile-ui .heatmap-bottom-legend{display:none}.heatmap-container.heatmap-compact .heatmap-mobile-ui .heatmap-bottom-legend{max-width:70%;padding:6px 10px 8px;font-size:.9em}.heatmap-overlay-bar-desktop{position:absolute;top:10px;left:10px;right:auto;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:8px;z-index:1000;pointer-events:none}.heatmap-overlay-bar-desktop .heatmap-search-block,.heatmap-overlay-bar-desktop .heatmap-panel,.heatmap-overlay-bar-desktop .heatmap-legend-dropdown{pointer-events:auto}.heatmap-overlay-bar-desktop .heatmap-search-block,.heatmap-overlay-bar-desktop .heatmap-search-block-desktop{background:var(--surface-primary);border-radius:8px;border:1px solid var(--primary-200);box-shadow:0 1px 3px #0000000f;overflow:visible;min-width:200px}.heatmap-desktop-ui .heatmap-legend{position:absolute;bottom:12px;left:12px;width:200px;max-width:calc(100% - 190px);background:var(--surface-primary);padding:8px 12px;border-radius:8px;border:1px solid var(--primary-200);box-shadow:0 1px 3px #0000000f;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-family:var(--font-body)}.heatmap-desktop-ui .heatmap-legend-title{display:block;font-size:10px;font-weight:700;color:var(--primary-800);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.heatmap-index-legend-list,.heatmap-bottom-legend-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.heatmap-index-legend-item,.heatmap-bottom-legend-item{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:6px;border:1px solid rgba(148,163,184,.25);background:#ffffffd9}.heatmap-index-range{display:inline-flex;align-items:center;justify-content:center;min-width:58px;padding:2px 6px;border-radius:999px;font-size:10px;font-weight:700;color:#fff;background:var(--risk-color, rgba(148, 163, 184, .7));letter-spacing:.02em}.heatmap-index-label{font-size:11px;font-weight:700;color:var(--primary-800);line-height:1.2;flex:1;min-width:0}.heatmap-desktop-ui .heatmap-legend-gradient{width:100%;height:6px;border-radius:3px;margin-bottom:3px;background:linear-gradient(to right,#206bcb,#4299e1,#48bb78 40%,#ecc94b,#ed8936,#e53e3e,#9b2c2c)}.heatmap-desktop-ui .heatmap-legend-labels{display:flex;justify-content:space-between;font-size:10px;font-weight:600;color:var(--primary-600);margin-bottom:2px}.heatmap-desktop-ui .heatmap-legend-area{display:block;font-size:9px;color:var(--primary-500);font-style:italic}.heatmap-desktop-ui .zoom-indicator{position:absolute;bottom:12px;right:184px;background:var(--surface-primary);padding:5px 10px;border-radius:6px;font-weight:600;font-size:11px;color:var(--primary-700);border:1px solid var(--primary-200);box-shadow:0 1px 3px #0000000f;z-index:1000}.heatmap-zoom-controls-desktop{position:absolute;bottom:12px;right:12px;display:flex;flex-direction:row;gap:12px}.heatmap-zoom-controls-desktop .heatmap-zoom-btn{width:32px;height:32px}.heatmap-overlay-bar-mobile{position:absolute;top:14px;left:10px;right:10px;display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:flex-end;gap:8px;z-index:1000;pointer-events:none;max-width:calc(100% - 20px);box-sizing:border-box}.heatmap-overlay-bar-mobile .heatmap-search-block{pointer-events:auto}.heatmap-overlay-bar:not(.heatmap-overlay-bar-desktop):not(.heatmap-overlay-bar-mobile){position:absolute;top:10px;left:10px;display:flex;flex-direction:column;align-items:flex-start;gap:0;z-index:1000;pointer-events:none}.heatmap-overlay-bar:not(.heatmap-overlay-bar-desktop):not(.heatmap-overlay-bar-mobile) .heatmap-search-block{pointer-events:auto}.heatmap-search-block{display:flex;flex-direction:column;min-width:0;background:var(--surface-primary);border-radius:8px;border:1px solid var(--primary-200);box-shadow:0 1px 3px #0000000f;overflow:visible}.heatmap-search-block-mobile{overflow:visible;max-width:min(240px,82vw);padding:6px 8px 6px 0}.heatmap-mobile-ui .heatmap-search-block-mobile .heatmap-search-row{min-height:32px}.heatmap-mobile-ui .heatmap-search-block-mobile .heatmap-search-input{font-size:12px;padding:5px 6px;min-width:0}.heatmap-mobile-ui .heatmap-search-block-mobile .heatmap-search-input::placeholder{font-size:11px;opacity:.9}.heatmap-search-row{display:flex;align-items:stretch;gap:0;border-radius:0;overflow:hidden;background:transparent;border:none;box-shadow:none;transition:border-color .2s ease,box-shadow .2s ease}.heatmap-search-row:focus-within{border-color:var(--orange-400, var(--orange-500));box-shadow:0 0 0 2px #ff6b1a1f}.heatmap-search-btn{display:flex;align-items:center;justify-content:center;width:28px;flex-shrink:0;background:transparent;border:none;border-right:1px solid var(--primary-200);color:var(--primary-500);cursor:pointer;transition:color .2s ease,background .2s ease}.heatmap-search-btn:hover{background:var(--surface-accent);color:var(--orange-600)}.heatmap-search-btn svg{width:14px;height:14px}.heatmap-search-input{flex:1;min-width:140px;max-width:200px;padding:6px 10px 6px 6px;border:none;background:transparent;font-family:var(--font-body);font-size:12px;color:var(--primary-900)}.heatmap-search-input::placeholder{color:var(--primary-400, #9ca3af)}.heatmap-search-input:focus{outline:none}.heatmap-search-divider{height:1px;background:var(--primary-200, #e5e7eb);margin:4px 6px 2px}.heatmap-device-location{display:flex;align-items:center;gap:8px;width:100%;padding:5px 8px;border:none;background:var(--surface-secondary);font-family:var(--font-body);font-size:11px;font-weight:500;color:var(--primary-700);cursor:pointer;text-align:left;transition:background .2s ease,color .2s ease;border-radius:6px;border:1px solid var(--primary-200, #e5e7eb)}.heatmap-device-location:hover{background:var(--surface-accent);color:var(--orange-700)}.heatmap-device-location svg{flex-shrink:0;width:14px;height:14px;color:var(--primary-500)}.heatmap-panel{position:relative;overflow:hidden}.heatmap-panel-feature{background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,.08);border-radius:8px;box-shadow:0 1px 3px #0000000f;padding:12px 14px 10px 12px;min-width:0;max-width:200px;overflow:visible;position:relative}.heatmap-feature-label{display:block;margin:0 0 4px;font-family:var(--font-header);font-size:10px;font-weight:700;color:var(--primary-700);letter-spacing:.03em;text-transform:uppercase}.heatmap-legend-dropdown{position:relative;min-width:0;max-width:280px;width:fit-content;pointer-events:auto}.heatmap-legend-dropdown-trigger{display:flex;pointer-events:auto;align-items:center;justify-content:space-between;gap:8px;width:100%;min-width:180px;padding:8px 12px;font-family:var(--font-header);font-size:11px;font-weight:700;color:var(--primary-800);letter-spacing:.03em;text-transform:uppercase;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,.08);border-radius:10px;box-shadow:0 2px 12px #0000000f;cursor:pointer;text-align:left}.heatmap-legend-dropdown-trigger:hover{background:#fffffffa;border-color:#0000001f}.heatmap-legend-dropdown-chevron{font-size:10px;color:var(--primary-600);flex-shrink:0}.heatmap-legend-dropdown-list{position:absolute;top:100%;left:0;margin-top:4px;padding:10px 12px;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,.08);border-radius:10px;box-shadow:0 4px 16px #0000001f;min-width:100%;width:260px;z-index:101;pointer-events:auto}.heatmap-legend-dropdown-list .heatmap-index-legend-list{margin:0;padding:0}.heatmap-panel-legend{background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,.08);border-radius:10px;box-shadow:0 2px 12px #0000000f;padding:10px 12px;min-width:0;max-width:280px;width:260px}.heatmap-panel-corner{display:none}.heatmap-index-legend-title{font-family:var(--font-header);font-size:11px;font-weight:700;color:var(--primary-800);margin:0 0 6px;padding-right:18px;letter-spacing:.03em}.heatmap-index-legend-list{list-style:none;margin:0;padding:0;font-family:var(--font-body);font-size:11px;color:var(--primary-700);display:flex;flex-direction:column;gap:6px}.heatmap-index-legend-item{display:flex;align-items:center;gap:8px;padding:6px 8px;line-height:1.2;border-radius:6px}.heatmap-index-dot{display:none;width:10px;height:10px;border-radius:2px;flex-shrink:0}.heatmap-mobile-ui .heatmap-temp-simple{position:absolute;inset:10px 12px auto auto;display:flex;align-items:baseline;gap:6px;padding:5px 10px;border-radius:6px;background:var(--surface-primary);border:1px solid var(--primary-200);box-shadow:0 1px 3px #0000000f;z-index:1000;font-family:var(--font-body);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.heatmap-mobile-ui .heatmap-temp-in-overlay{position:static;margin-top:0;border-top:1px solid var(--primary-200);border-radius:0 0 8px 8px;flex-shrink:0;min-width:0;max-width:100%;box-sizing:border-box}.heatmap-mobile-ui .heatmap-temp-simple.heatmap-temp-top-left{position:absolute;inset:14px auto auto 10px;z-index:1000;display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:6px 10px;border-radius:8px;background:#fffffff0;border:1px solid var(--primary-200);box-shadow:0 2px 8px #0000000f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.heatmap-mobile-ui .heatmap-temp-simple.heatmap-temp-top-left .heatmap-temp-label,.heatmap-mobile-ui .heatmap-temp-simple.heatmap-temp-top-left .heatmap-temp-range{display:block;line-height:1.2}.heatmap-temp-label{font-size:10px;font-weight:600;color:var(--primary-600);text-transform:uppercase;letter-spacing:.03em}.heatmap-temp-range{font-size:12px;font-weight:700;color:var(--primary-800)}.heatmap-mobile-ui .heatmap-zoom-controls-mobile{position:absolute;bottom:8px;right:calc(10px + env(safe-area-inset-right,0px));left:auto;display:flex;flex-direction:column;gap:4px;z-index:1001;max-width:calc(100% - 24px)}.heatmap-zoom-btn{width:28px;height:28px;border-radius:6px;background:var(--surface-primary);border:1px solid var(--primary-200);box-shadow:0 1px 3px #0000000f;color:var(--primary-600);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.heatmap-zoom-btn:hover{background:var(--surface-accent);color:var(--orange-700)}.heatmap-zoom-btn:active{transform:scale(.97)}.heatmap-zoom-btn svg{width:14px;height:14px}.heatmap-zoom-btn-exit-pin{background:var(--orange-500, #f97316);border-color:var(--orange-500, #f97316);color:#fff}.heatmap-zoom-btn-exit-pin:hover{background:var(--orange-700, #c2410c);border-color:var(--orange-700, #c2410c)}.heatmap-mobile-ui .heatmap-bottom-legend{position:absolute;bottom:8px;left:10px;right:auto;width:auto;max-width:min(320px,80%);padding:0;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--primary-100);z-index:1000;border-radius:10px;overflow:hidden}.heatmap-mobile-ui .heatmap-bottom-legend-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:5px 8px 6px;border:none;background:transparent;cursor:pointer;font:inherit;text-align:left;gap:6px}.heatmap-mobile-ui .heatmap-bottom-legend-trigger:hover{background:#00000008}.heatmap-mobile-ui .heatmap-bottom-legend-title{font-family:var(--font-header);font-size:9px;font-weight:700;color:var(--primary-800);text-transform:uppercase;letter-spacing:.04em;margin:0}.heatmap-mobile-ui .heatmap-bottom-legend-chevron{font-size:10px;color:var(--primary-600);flex-shrink:0}.heatmap-mobile-ui .heatmap-bottom-legend-content{overflow:hidden;max-height:0;transition:max-height .3s ease}.heatmap-mobile-ui .heatmap-bottom-legend--open .heatmap-bottom-legend-content{max-height:220px}.heatmap-mobile-ui .heatmap-bottom-legend-content .heatmap-bottom-legend-list{padding:0 8px 6px;margin:0}.heatmap-mobile-ui .heatmap-bottom-legend-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px;font-family:var(--font-body);font-size:9px;color:var(--primary-700)}.heatmap-bottom-legend-title{font-family:var(--font-header);font-size:10px;font-weight:700;color:var(--primary-800);text-transform:uppercase;letter-spacing:.04em;margin:0 0 6px}.heatmap-bottom-legend-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px;font-family:var(--font-body);font-size:10px;color:var(--primary-700)}.heatmap-bottom-legend-item{display:flex;align-items:center;gap:6px;padding:2px 0}.heatmap-bottom-legend-item .heatmap-index-dot{display:none;width:8px;height:8px;border-radius:2px}.temp-marker{background:transparent;border:none}.temp-marker-content{padding:6px 10px;border-radius:8px;box-shadow:0 2px 8px #0003;text-align:center;font-family:system-ui,-apple-system,sans-serif;border:2px solid rgba(255,255,255,.8);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .3s ease;cursor:pointer}.temp-marker-content:hover{transform:scale(1.1);box-shadow:0 4px 12px #0000004d}.temp-value{font-size:14px;font-weight:700;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3);line-height:1.2}.temp-zone{font-size:9px;color:#fffffff2;text-shadow:0 1px 2px rgba(0,0,0,.3);margin-top:2px;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:769px)and (max-width:1024px){.heatmap-overlay-bar-desktop{top:12px;left:12px;gap:10px}.heatmap-zoom-controls-desktop .heatmap-zoom-btn{width:36px;height:36px;min-width:36px;min-height:36px}.heatmap-desktop-ui .zoom-indicator{right:200px}}.heatmap-iot-mobile-panel{display:none}@media(max-width:768px){.heatmap-iot-mobile-panel{display:block;position:static;z-index:0;width:100%;max-width:none;flex:0 0 auto;margin-top:16px;margin-bottom:24px;padding:0;border-radius:16px;border:1px solid var(--primary-100);box-shadow:0 4px 20px #00000014;background:#fff;overflow:visible}.heatmap-iot-mobile-panel-inner{display:flex;flex-direction:column;min-height:0;max-height:45vh;border-radius:16px;overflow:hidden}.heatmap-iot-mobile-panel-header{flex-shrink:0;padding:12px 14px 8px;border-bottom:1px solid var(--primary-100)}.heatmap-iot-mobile-panel-title{margin:0;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:800;color:var(--primary-900, #1A1A1A)}.heatmap-iot-mobile-panel-sub{margin-top:4px;font-family:DM Mono,monospace;font-size:.65rem;font-weight:700;letter-spacing:.1em;color:var(--primary-300, #8A8A8A)}.heatmap-iot-mobile-panel-body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:12px 14px 20px;-webkit-overflow-scrolling:touch}.heatmap-wrapper{padding:6px;height:auto;min-height:0}.heatmap-wrapper .heatmap-container,.main-interface-map-area .heatmap-container,.heatmap-iot-map-col .heatmap-container{flex:0 0 auto;min-height:68vh;height:68vh}.heatmap-wrapper>.heatmap-barangay-card-section.zone-info-card-wrapper,.heatmap-iot-map-col>.heatmap-barangay-card-section.zone-info-card-wrapper{position:static!important;inset:auto!important;z-index:auto;width:100%;max-width:none;flex:0 0 auto;margin-top:16px;margin-bottom:24px;padding:0;border-radius:16px;border:1px solid var(--primary-100);box-shadow:0 4px 20px #00000014;background:#fff;min-height:0;display:block;pointer-events:auto;overflow:visible}.heatmap-wrapper>.heatmap-barangay-card-section.zone-info-card-wrapper .zone-info-card,.heatmap-iot-map-col>.heatmap-barangay-card-section.zone-info-card-wrapper .zone-info-card{max-height:none!important;min-height:0;flex:none;height:auto;display:flex;flex-direction:column;width:100%;max-width:none;border-radius:16px;box-shadow:none;overflow:visible}.heatmap-iot-map-col>.heatmap-barangay-card-section.zone-info-card-wrapper .zone-info-card-body,.heatmap-wrapper>.heatmap-barangay-card-section.zone-info-card-wrapper .zone-info-card-body{flex:0 0 auto;min-height:0;overflow:visible;max-height:none;padding:12px 14px 16px}.heatmap-iot-map-col>.heatmap-barangay-card-section.zone-info-card-wrapper .zone-info-card-flist,.heatmap-wrapper>.heatmap-barangay-card-section.zone-info-card-wrapper .zone-info-card-flist{flex:0 0 auto;overflow:visible;max-height:none;margin-top:4px}.heatmap-wrapper>.heatmap-barangay-card-section.zone-info-card-wrapper .zone-info-card-header{flex-shrink:0;padding:10px 14px}.heatmap-wrapper>.heatmap-barangay-card-section.zone-info-card-wrapper .zone-info-card-name-row{flex-shrink:0;padding:14px 14px 0;gap:10px;margin:0}.heatmap-wrapper>.heatmap-barangay-card-section.zone-info-card-wrapper .zone-info-card-sub{flex-shrink:0;padding:3px 14px 12px;margin:0}.heatmap-wrapper>.heatmap-barangay-card-section.zone-info-card-wrapper .zone-info-card-divider{flex-shrink:0;margin:0}.heatmap-wrapper>.heatmap-barangay-card-section.zone-info-card-wrapper .zone-info-card-section-hd{flex-shrink:0;margin-bottom:8px}.heatmap-wrapper>.heatmap-barangay-card-section.zone-info-card-wrapper .zone-info-card-notice,.heatmap-wrapper>.heatmap-barangay-card-section.zone-info-card-wrapper .zone-info-card-route-from,.heatmap-wrapper>.heatmap-barangay-card-section.zone-info-card-wrapper .zone-info-card-location-status{flex-shrink:0;margin-bottom:8px}.heatmap-wrapper>.heatmap-barangay-card-section.zone-info-card-wrapper .zone-info-card-profile-row{flex-shrink:0;margin-bottom:8px}.heatmap-wrapper>.heatmap-barangay-card-section.zone-info-card-wrapper .zone-info-card-origin-row{flex-shrink:0;margin-bottom:12px}.heatmap-wrapper>.heatmap-barangay-card-section.zone-info-card-wrapper .zone-info-card-origin-btn--active{background:#0f172a!important;border-color:#0f172a!important;color:#fff!important}.heatmap-wrapper>.heatmap-barangay-card-section.zone-info-card-wrapper .zone-info-card-origin-btn--active:hover,.heatmap-wrapper>.heatmap-barangay-card-section.zone-info-card-wrapper .zone-info-card-origin-btn--active:focus,.heatmap-wrapper>.heatmap-barangay-card-section.zone-info-card-wrapper .zone-info-card-origin-btn--active:active{background:#0f172a!important;border-color:#0f172a!important;color:#fff!important}.heatmap-wrapper>.heatmap-barangay-card-section.zone-info-card-wrapper .zone-info-card-fitem,.heatmap-wrapper>.heatmap-barangay-card-section.zone-info-card-wrapper .zone-info-card-fitem-noroute{flex-shrink:0}.heatmap-mobile-ui .heatmap-overlay-bar-mobile{top:12px;right:10px;left:10px;gap:8px;max-width:calc(100% - 16px);width:calc(100% - 16px);box-sizing:border-box}.heatmap-mobile-ui .heatmap-search-block-mobile{max-width:min(220px,85vw);min-width:0;border-radius:8px;padding:5px 6px 5px 0}.heatmap-mobile-ui .heatmap-search-block-mobile .heatmap-search-input{font-size:11px;padding:5px 6px}.heatmap-mobile-ui .heatmap-search-block-mobile .heatmap-search-input::placeholder{font-size:10px}.heatmap-mobile-ui .heatmap-search-block-mobile .heatmap-search-budget-row{padding:3px 6px 3px 8px}.heatmap-mobile-ui .heatmap-search-block-mobile .heatmap-budget-inline .heatmap-budget-trigger{font-size:10px;padding:2px 5px}.heatmap-mobile-ui .heatmap-search-row{max-width:100%;min-width:0}.heatmap-mobile-ui .heatmap-search-input{min-width:0;max-width:100%;font-size:14px;padding:8px 10px;box-sizing:border-box}.heatmap-mobile-ui .heatmap-temp-label{font-size:9px}.heatmap-mobile-ui .heatmap-temp-range{font-size:11px}.heatmap-mobile-ui .heatmap-bottom-legend{left:8px;max-width:58%;padding:4px 6px 5px}.heatmap-mobile-ui .heatmap-bottom-legend-list{font-size:9px;gap:2px 8px}.heatmap-mobile-ui .heatmap-zoom-controls-mobile{bottom:8px;right:calc(10px + env(safe-area-inset-right,0px));gap:3px}.heatmap-mobile-ui .heatmap-zoom-btn{width:32px;height:32px;min-width:32px;min-height:32px}.heatmap-mobile-ui .heatmap-zoom-btn svg{width:12px;height:12px}}@media(max-width:412px){.heatmap-wrapper{padding:4px;min-height:min(360px,calc(100vh - 64px - 1.5rem))}.heatmap-mobile-ui .heatmap-search-block-mobile{max-width:min(200px,88vw)}}@media(max-width:375px){.heatmap-mobile-ui .heatmap-overlay-bar-mobile{top:10px;left:6px;right:6px;max-width:calc(100% - 12px);width:calc(100% - 12px)}.heatmap-mobile-ui .heatmap-search-block-mobile{padding:4px 6px 4px 0}.heatmap-mobile-ui .heatmap-search-block-mobile .heatmap-search-input{font-size:10px;padding:4px 5px}.heatmap-mobile-ui .heatmap-search-block-mobile .heatmap-search-input::placeholder{font-size:9px}.heatmap-mobile-ui .heatmap-temp-range{font-size:10px}.heatmap-mobile-ui .heatmap-bottom-legend{left:6px;max-width:60%;padding:3px 6px 4px}.heatmap-mobile-ui .heatmap-bottom-legend-list{font-size:8px;grid-template-columns:repeat(3,1fr)}.heatmap-mobile-ui .heatmap-zoom-controls-mobile{bottom:8px;right:calc(8px + env(safe-area-inset-right,0px))}.heatmap-mobile-ui .heatmap-zoom-btn{width:28px;height:28px;min-width:28px;min-height:28px}}@media(max-width:320px){.heatmap-wrapper{min-height:min(320px,calc(100vh - 60px - 1rem));padding:3px}.heatmap-mobile-ui .heatmap-overlay-bar-mobile{top:8px;left:4px;right:4px;max-width:calc(100% - 8px);width:calc(100% - 8px)}.heatmap-mobile-ui .heatmap-search-block-mobile{max-width:min(180px,90vw);padding:3px 4px 3px 0}.heatmap-mobile-ui .heatmap-search-block-mobile .heatmap-search-input{font-size:9px;padding:3px 4px}.heatmap-mobile-ui .heatmap-bottom-legend{left:4px;padding:3px 5px 4px}.heatmap-mobile-ui .heatmap-bottom-legend-list{font-size:7px}.heatmap-mobile-ui .heatmap-zoom-btn{width:26px;height:26px;min-width:26px;min-height:26px}}.heatmap-empty-state{display:none;margin-top:16px;padding:0 4px 4px}.heatmap-empty-state-card{background:#fafafa;border-radius:12px;padding:20px 16px;border:1px dashed rgba(255,107,26,.2);text-align:center}.heatmap-empty-state-title{font-family:var(--font-header);font-size:16px;font-weight:700;margin:0 0 6px;color:var(--primary-900, #111827)}.heatmap-empty-state-sub{font-family:var(--font-body);font-size:14px;margin:0;color:var(--primary-500, #6b7280)}@media(max-width:768px){.heatmap-empty-state{display:block}}@keyframes pinPulse{0%,to{box-shadow:0 0 #4a9c4d8c}50%{box-shadow:0 0 0 5px #4a9c4d26}}@keyframes pinAlert{0%,to{box-shadow:0 0 #e53935a6}50%{box-shadow:0 0 0 6px #e539352e}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideUpFade{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}.iot-pins-overlay{position:absolute;inset:0;pointer-events:none;z-index:100}.iot-pins-overlay>*{pointer-events:auto}@media(max-width:768px){.heatmap-container .iot-pins-overlay{z-index:50}}.iot-right-panel{display:flex;flex-direction:column;gap:10px;overflow-y:auto;padding-bottom:12px;min-height:0;-webkit-overflow-scrolling:touch}.scroll-fade{--scrollbar-opacity: 0;scrollbar-width:none}.scroll-fade--has-scrollbar{scrollbar-width:none}.scroll-fade--has-scrollbar.scroll-fade--active{scrollbar-width:thin}.scroll-fade--has-scrollbar::-webkit-scrollbar{width:0;height:0}.scroll-fade--has-scrollbar.scroll-fade--active::-webkit-scrollbar{width:4px;height:4px}.scroll-fade--has-scrollbar::-webkit-scrollbar-track{background:transparent}.scroll-fade--has-scrollbar.scroll-fade--active::-webkit-scrollbar-track{background:transparent}.scroll-fade--has-scrollbar::-webkit-scrollbar-thumb{background-color:#ff6b1a00;border-radius:2px;transition:background-color .25s ease}.scroll-fade--has-scrollbar.scroll-fade--active::-webkit-scrollbar-thumb{background-color:#ff6b1a66}.scroll-fade--has-scrollbar.scroll-fade--active::-webkit-scrollbar-thumb:hover{background-color:#ff6b1a}.iot-details-card,.iot-right-panel-placeholder,.iot-sensor-list-card{background:var(--surface-primary, #fff);border-radius:14px;border:1px solid var(--line, #e8e8e8);box-shadow:0 2px 12px #00000012;flex-shrink:0}.iot-right-panel-placeholder{padding:14px 13px;text-align:center}.iot-right-panel-placeholder-text{font-family:DM Sans,sans-serif;font-size:12px;color:#8a8a8a;line-height:1.65;margin-top:6px}.iot-sensor-list-card{overflow:hidden;box-shadow:0 1px 10px #0000000d}.iot-sensor-list-header{padding:10px 13px;border-bottom:1px solid var(--line, #e8e8e8);display:flex;align-items:center;justify-content:space-between;gap:12px}.iot-sensor-list-header-left{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.iot-sensor-list-title{font-family:DM Sans,sans-serif;font-weight:800;font-size:13px;color:#1a1a1a;display:flex;align-items:center;gap:7px}.iot-sensor-list-concept-label{font-family:DM Mono,monospace;font-size:9px;font-weight:700;letter-spacing:.1em;color:#8a8a8a}.iot-sensor-list-badges{display:flex;align-items:center;gap:6px;flex-shrink:0}.iot-sensor-list-badge{font-family:DM Mono,monospace;font-size:8.5px;font-weight:700;padding:2px 7px;border-radius:20px}.iot-sensor-list-badge--online{color:#2d5f2e;background:#c8e6c9}.iot-sensor-list-badge--alert{color:#c62828;background:#ffcdd2}.iot-sensor-list{padding:6px 8px;display:flex;flex-direction:column;gap:2px}.iot-sensor-list-footer{padding:7px 13px 12px;border-top:1px solid var(--line, #e8e8e8);display:flex;gap:8px;justify-content:space-around}.iot-sensor-list-stat{text-align:center}.iot-sensor-list-stat-value{font-family:DM Sans,sans-serif;font-weight:900;font-size:18px;letter-spacing:-.02em}.iot-sensor-list-stat-label{font-family:DM Sans,sans-serif;font-size:10px;color:#8a8a8a}.iot-details-btn{padding:7px 4px;border-radius:8px;font-family:DM Sans,sans-serif;font-size:10px;font-weight:600;cursor:pointer;transition:opacity .18s;display:flex;flex-direction:column;align-items:center;gap:3px;border:none}.iot-details-btn--history{background:#fff4ed;border:1px solid #ffd4b8;color:#c44f00}.iot-details-btn--copy{background:#f5f5f5;border:1px solid #e8e8e8;color:#4a4a4a}.iot-details-btn:hover{opacity:.85}.iot-add-sensor-btn{width:100%;padding:12px;border-radius:12px;border:none;background:linear-gradient(135deg,#ff6b1a,#c44f00);color:#fff;font-family:DM Sans,sans-serif;font-weight:700;font-size:13px;cursor:pointer;box-shadow:0 4px 14px #ff6b1a45;display:flex;align-items:center;justify-content:center;gap:8px;transition:transform .2s,box-shadow .2s;min-height:44px}.iot-add-sensor-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff6b1a54}.iot-layer-toggle-wrap{background:var(--surface-primary, #fff);border-radius:12px;box-shadow:0 2px 12px #0000001c;padding:8px 10px;min-width:140px}.iot-history-modal-backdrop{position:fixed;inset:0;background:#0000007a;z-index:1190;display:flex;align-items:center;justify-content:center;animation:fadeIn .18s ease}.iot-history-modal{background:#fff;border-radius:20px;width:480px;max-width:95vw;max-height:88vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 64px #00000038;animation:slideUp .22s cubic-bezier(.34,1.56,.64,1)}.iot-history-modal-body{flex:1;min-height:0;min-width:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:20px}.iot-history-modal-header{background:linear-gradient(135deg,#ff6b1a,#c44f00);padding:16px 20px;border-radius:20px 20px 0 0;display:flex;align-items:flex-start;justify-content:space-between}.iot-history-modal-sensor-id{font-family:DM Mono,monospace;font-weight:700;font-size:13px;color:#fff;margin-bottom:3px}.iot-history-modal-location{font-family:DM Sans,sans-serif;font-size:12px;color:#ffffffd1}.iot-history-modal-close{width:28px;height:28px;border-radius:50%;border:none;background:#fff3;cursor:pointer;display:flex;align-items:center;justify-content:center}.iot-history-trend-section{background:#f5f5f5;border-radius:14px;padding:16px 14px 18px;margin-bottom:16px;border:1px solid #e8e8e8}.iot-history-trend-title{font-family:DM Mono,monospace;font-size:10px;font-weight:700;color:#8a8a8a;letter-spacing:.12em;margin-bottom:12px;text-align:center}.iot-history-stats{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin-bottom:0}.iot-history-stat-item{background:#fff;border-radius:10px;padding:12px 10px;text-align:center;border:1px solid #e8e8e8;box-shadow:0 1px 2px #0000000a}.iot-history-stat-label{font-family:DM Mono,monospace;font-size:9px;color:#8a8a8a;letter-spacing:.1em;margin-bottom:4px}.iot-history-stat-value{font-family:DM Sans,sans-serif;font-weight:800;font-size:20px;letter-spacing:-.02em}.iot-history-readings{margin-bottom:4px;min-width:0;overflow:hidden}.iot-history-readings-title{font-family:DM Mono,monospace;font-size:9px;font-weight:700;color:#8a8a8a;letter-spacing:.1em;margin-bottom:8px}.iot-history-reading-row{display:grid;grid-template-columns:minmax(0,72px) minmax(0,72px) minmax(0,76px) minmax(0,1fr);align-items:center;gap:8px 10px;padding:8px 12px 8px 10px;border-radius:7px;margin-bottom:2px;min-width:0}.iot-history-reading-time{font-family:DM Sans,sans-serif;font-size:11px;color:#8a8a8a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.iot-history-reading-temp{font-family:DM Mono,monospace;font-size:12px;font-weight:700;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.iot-history-reading-hum{font-family:DM Sans,sans-serif;font-size:10px;color:#8a8a8a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.iot-history-reading-badge{font-family:DM Mono,monospace;font-size:8px;font-weight:700;padding:3px 8px;border-radius:20px;justify-self:end;min-width:0;max-width:100%;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-flex;align-items:center;line-height:1.2;min-height:20px;letter-spacing:.02em}.iot-history-sensor-info{margin-top:14px;border-radius:10px;padding:11px 14px;border:1px solid #ffd4b8;background:#fff4ed}.iot-history-sensor-info-title{font-family:DM Mono,monospace;font-size:9px;font-weight:700;color:#c44f00;letter-spacing:.1em;margin-bottom:8px}.iot-history-sensor-info-row{display:flex;justify-content:space-between;font-size:11px;margin-bottom:4px;font-family:DM Sans,sans-serif;color:#4a4a4a}@media(max-width:768px){.iot-history-modal-backdrop{padding:64px 12px 24px;align-items:flex-start}.iot-history-modal{max-height:72vh;width:100%;max-width:calc(100vw - 24px)}.iot-history-modal-body{padding:16px 14px 20px}.iot-history-readings{padding-right:4px}}.iot-add-modal-backdrop{position:fixed;inset:0;background:#0006;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:1200;display:flex;align-items:flex-start;justify-content:center;padding:2rem 0;overflow-y:auto;animation:fadeIn .18s ease}.iot-add-modal{background:#fff;border-radius:20px;width:420px;max-width:95vw;max-height:none;overflow:visible;flex-shrink:0;box-shadow:0 24px 64px #0000003d;animation:slideUp .24s cubic-bezier(.34,1.56,.64,1)}.iot-add-modal-header{padding:20px 22px 16px;border-bottom:1px solid #e8e8e8;display:flex;align-items:center;justify-content:space-between}.iot-add-modal-title{font-family:DM Sans,sans-serif;font-weight:800;font-size:16px;color:#1a1a1a}.iot-add-modal-subtitle{font-family:DM Sans,sans-serif;font-size:11px;color:#8a8a8a;margin-top:2px}.iot-add-modal-close{width:32px;height:32px;border-radius:50%;border:none;background:#f5f5f5;cursor:pointer;display:flex;align-items:center;justify-content:center}.iot-add-progress{padding:12px 22px 0;display:flex;gap:6px}.iot-add-progress-step{flex:1}.iot-add-progress-bar{height:4px;border-radius:2px;transition:background .3s}.iot-add-progress-label{font-family:DM Sans,sans-serif;font-size:10px;margin-top:5px;text-align:center}.iot-add-modal-body{padding:18px 22px 24px}@media(max-width:768px){.iot-add-modal-backdrop{padding-top:64px;align-items:flex-start}.iot-add-modal{width:100%;max-width:calc(100vw - 24px);max-height:calc(100vh - 80px);overflow-y:auto;overflow-x:hidden;border-radius:16px;-webkit-overflow-scrolling:touch}.iot-add-modal-header{padding:14px 16px 12px}.iot-add-modal-title{font-size:15px}.iot-add-modal-subtitle{font-size:10px}.iot-add-modal-body{padding:14px 16px 28px}.iot-add-progress{padding:10px 16px 0}.iot-add-progress-label{font-size:9px}}.iot-add-done{text-align:center;padding:10px 0 6px}.iot-add-done-icon{width:64px;height:64px;border-radius:50%;background:#c8e6c9;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;border:2px solid #4a9c4d}.iot-add-done-title{font-family:DM Sans,sans-serif;font-weight:800;font-size:17px;color:#1a1a1a;margin-bottom:6px}.iot-add-done-text{font-family:DM Sans,sans-serif;font-size:13px;color:#8a8a8a;line-height:1.7;margin-bottom:20px}.iot-add-done-device{font-family:DM Mono,monospace;font-weight:700;color:#c44f00}.iot-add-done-btn{padding:11px 32px;border-radius:12px;border:none;background:linear-gradient(135deg,#ff6b1a,#c44f00);color:#fff;font-family:DM Sans,sans-serif;font-weight:700;font-size:14px;cursor:pointer;box-shadow:0 4px 14px #ff6b1a45}.iot-add-step-content{display:flex;flex-direction:column;gap:14px}.iot-add-step-p{font-family:DM Sans,sans-serif;font-size:13px;color:#4a4a4a;line-height:1.7}.iot-add-benefits{background:#c8e6c9;border-radius:12px;padding:12px 14px;border:1px solid rgba(74,156,77,.3)}.iot-add-benefit-row{display:flex;gap:8px;padding:5px 0;border-top:1px solid rgba(74,156,77,.18);font-family:DM Sans,sans-serif;font-size:12px;color:#2d5f2e}.iot-add-benefit-row:first-child{border-top:none}.iot-add-benefit-check{color:#4a9c4d}.iot-add-how{background:#fff4ed;border-radius:12px;padding:12px 14px;border:1px solid #ffd4b8}.iot-add-how-title{font-family:DM Sans,sans-serif;font-weight:700;font-size:12px;color:#c44f00;margin-bottom:8px}.iot-add-how-step{font-family:DM Sans,sans-serif;font-size:12px;color:#4a4a4a;margin-bottom:5px;display:flex;gap:8px;align-items:flex-start}.iot-add-how-num{font-family:DM Mono,monospace;font-weight:700;font-size:11px;color:#ff6b1a;flex-shrink:0;margin-top:1px}.iot-add-cta{width:100%;padding:12px;border-radius:12px;border:none;background:linear-gradient(135deg,#ff6b1a,#c44f00);color:#fff;font-family:DM Sans,sans-serif;font-weight:700;font-size:14px;cursor:pointer;box-shadow:0 4px 14px #ff6b1a45}.iot-add-scan-box{background:#f5f5f5;border-radius:12px;padding:14px;border:1px solid #e8e8e8;min-height:130px}.iot-add-scan-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.iot-add-scan-dot{width:8px;height:8px;border-radius:50%;transition:background .3s}.iot-add-scan-text{font-family:DM Sans,sans-serif;font-size:12px;color:#4a4a4a;flex:1}.iot-add-scan-btn{padding:4px 12px;border-radius:8px;border:1.5px solid #ffd4b8;background:#fff4ed;font-family:DM Sans,sans-serif;font-size:11px;font-weight:700;color:#c44f00;cursor:pointer}.iot-add-device-row{padding:9px 11px;border-radius:10px;margin-bottom:8px;cursor:pointer;transition:all .18s;display:block;width:100%;text-align:left;border:1.5px solid #e8e8e8}.iot-add-device-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.iot-add-device-id{font-family:DM Mono,monospace;font-size:10.5px;font-weight:700}.iot-add-device-sig{display:flex;align-items:center;gap:5px}.iot-add-device-sig-text{font-family:DM Mono,monospace;font-size:9px;color:#8a8a8a}.iot-add-device-bar{height:4px;background:#e8e8e8;border-radius:2px}.iot-add-device-bar-fill{height:100%;border-radius:2px;transition:width .4s ease}.iot-add-nav{display:flex;gap:8px}.iot-add-back{padding:11px 16px;border-radius:11px;border:1.5px solid #e8e8e8;background:#fff;font-family:DM Sans,sans-serif;font-size:12px;color:#8a8a8a;cursor:pointer}.iot-add-next{flex:1;padding:11px;border-radius:11px;border:none;font-family:DM Sans,sans-serif;font-weight:700;font-size:13px;transition:all .2s}.iot-add-privacy-title{font-family:DM Sans,sans-serif;font-weight:700;font-size:13px;color:#1a1a1a}.iot-add-usage-option{padding:12px 14px;border-radius:12px;cursor:pointer;transition:all .18s;display:flex;gap:12px;align-items:center;width:100%;text-align:left;border:1.5px solid #e8e8e8}.iot-add-usage-radio{width:18px;height:18px;border-radius:50%;flex-shrink:0;border:2px solid #8a8a8a;display:flex;align-items:center;justify-content:center}.iot-add-usage-radio-dot{width:8px;height:8px;border-radius:50%;background:#ff6b1a}.iot-add-usage-text{flex:1}.iot-add-usage-label{font-family:DM Sans,sans-serif;font-weight:700;font-size:13px}.iot-add-usage-sub{font-family:DM Sans,sans-serif;font-size:11px;color:#8a8a8a;margin-top:2px}.iot-add-privacy-note{background:#c8e6c9;border-radius:10px;padding:10px 14px;border:1px solid rgba(74,156,77,.3);font-family:DM Sans,sans-serif;font-size:11.5px;color:#2d5f2e;line-height:1.6}.iot-toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%);z-index:300;background:#1a1a1a;color:#fff;border-radius:12px;padding:10px 18px;display:flex;align-items:center;gap:9px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;box-shadow:0 8px 24px #00000038;animation:slideUpFade .3s cubic-bezier(.34,1.56,.64,1)}.iot-toast-icon{width:20px;height:20px;border-radius:50%;background:#4a9c4d;display:flex;align-items:center;justify-content:center}.iot-bottom-sheet-backdrop,.iot-bottom-sheet{display:none}@media(max-width:1023px){.iot-bottom-sheet-backdrop,.iot-bottom-sheet{display:flex}.iot-bottom-sheet-backdrop{flex:none}}@media(max-width:768px){.iot-bottom-sheet-backdrop,.iot-bottom-sheet{display:none!important}}@media(max-width:767px){.iot-bottom-sheet-backdrop{display:block;position:fixed;inset:0;background:transparent;z-index:150;pointer-events:none}.iot-bottom-sheet-backdrop.iot-bottom-sheet-backdrop--visible{background:#00000059;pointer-events:auto;animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.iot-bottom-sheet{position:fixed;left:0;right:0;bottom:0;z-index:151;background:var(--surface-primary, #fff);border-radius:20px 20px 0 0;box-shadow:0 -4px 24px #00000026;max-height:85vh;display:flex;flex-direction:column;transition:transform .3s cubic-bezier(.34,1.56,.64,1);touch-action:none}.iot-bottom-sheet-drag{padding:10px 0;display:flex;justify-content:center;cursor:grab;flex-shrink:0;min-height:44px}.iot-bottom-sheet-drag:active{cursor:grabbing}.iot-bottom-sheet-drag-handle{width:36px;height:4px;border-radius:2px;background:#e8e8e8}.iot-bottom-sheet-inner{overflow-y:auto;overflow-x:hidden;padding:0 12px 20px;min-height:0;flex:1;-webkit-overflow-scrolling:touch}}.heatmap-with-iot{display:flex;flex-direction:column;min-height:0;height:100%;flex:1;min-width:0}.heatmap-iot-map-col{position:relative;display:flex;flex-direction:column;min-height:0;flex:1;min-width:0}@media(min-width:1024px){.heatmap-with-iot{flex-direction:row;gap:12px}.heatmap-with-iot .heatmap-iot-map-col{flex:1;min-width:0;min-height:0;width:70%}.heatmap-with-iot:not(:has(.heatmap-iot-panel-col)) .heatmap-iot-map-col{width:100%}.heatmap-with-iot .heatmap-iot-panel-col{width:284px;min-width:284px;max-width:284px;flex-shrink:0;display:flex;flex-direction:column;min-height:0;overflow:hidden}}@media(max-width:1023px){.heatmap-with-iot .heatmap-iot-panel-col{display:none}}.zone-info-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 16px #00000017;min-width:280px;max-width:min(320px,calc(100vw - 24px));max-height:85vh;display:flex;flex-direction:column;animation:zone-info-card-up .35s ease both}@keyframes zone-info-card-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes zone-info-card-pulse{0%,to{box-shadow:0 0 5px #a8ffd8b3}50%{box-shadow:0 0 12px #a8ffd866}}.zone-info-card-header{padding:10px 14px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.zone-info-card-status{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:700;color:#fff;letter-spacing:.1em;text-transform:uppercase}.zone-info-card-dot{width:6px;height:6px;border-radius:50%;background:#ffffffe6;animation:zone-info-card-pulse 2.2s ease-in-out infinite}.zone-info-card-close{width:20px;height:20px;border-radius:50%;background:#fff3;border:none;color:#ffffffe6;font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s}.zone-info-card-close:hover{background:#ffffff59}.zone-info-card-name-row{display:flex;align-items:center;justify-content:space-between;padding:14px 14px 0;gap:10px;flex-shrink:0}.zone-info-card-name{margin:0;font-size:20px;font-weight:700;color:#111;letter-spacing:-.025em;line-height:1.2;flex:1;min-width:0}.zone-info-card-sub{font-size:10px;color:#aaa;padding:3px 14px 12px;flex-shrink:0}.zone-info-card-chips{display:flex;gap:6px;flex-shrink:0}.zone-info-card-chip{display:flex;flex-direction:column;align-items:center;background:#f7f8fa;border:1px solid #eee;border-radius:10px;padding:6px 12px;min-width:56px}.zone-info-card-chip-label{font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:#aaa;margin-bottom:2px}.zone-info-card-chip-val{font-size:18px;font-weight:500;color:#111;line-height:1.1}.zone-info-card-chip-val--risk{font-weight:700}.zone-info-card-chip-unit{font-size:11px;color:#aaa;font-weight:400}.zone-info-card-divider{height:1px;background:#eee;flex-shrink:0}.zone-info-card-body{padding:12px 12px 14px;flex:1 1 0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.zone-info-card-section-hd{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;flex-shrink:0}.zone-info-card-section-title{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#aaa}.zone-info-card-fcount{font-size:9px;color:#aaa;background:#f7f8fa;padding:2px 7px;border-radius:20px;border:1px solid #eee}.zone-info-card-notice{background:#fffbeb;border:1px solid #f5e09a;border-radius:8px;padding:7px 10px;font-size:10px;color:#997a20;margin-bottom:8px;line-height:1.5;flex-shrink:0}.zone-info-card-profile-row{position:relative;display:flex;align-items:center;gap:6px;margin-bottom:8px;flex-shrink:0}.zone-info-card-profile-label{font-size:9px;font-weight:600;color:#aaa;text-transform:uppercase;letter-spacing:.07em;flex-shrink:0}.zone-info-card-profile-trigger-wrap{position:relative;flex:1;min-width:0}.zone-info-card-profile-trigger{width:100%;font-size:11px;font-weight:500;color:#111;background:#f7f8fa;border:1px solid #eee;border-radius:7px;padding:4px 9px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:6px;text-align:left;transition:border-color .15s}.zone-info-card-profile-trigger:hover,.zone-info-card-profile-trigger:focus{border-color:#1a9e5c;outline:none}.zone-info-card-profile-chevron{font-size:9px;color:#1a9e5c;flex-shrink:0}.zone-info-card-profile-menu{position:absolute;top:100%;left:0;right:0;margin-top:4px;padding:4px;background:#fff;border:1px solid #eee;border-radius:8px;box-shadow:0 4px 14px #0000001f;z-index:50;display:flex;flex-direction:column;gap:2px}.zone-info-card-profile-menu[hidden]{display:none}.zone-info-card-profile-option{padding:8px 10px;font-size:12px;font-weight:600;color:#111;background:transparent;border:none;border-radius:6px;cursor:pointer;font-family:inherit;text-align:left;transition:background .15s,color .15s}.zone-info-card-profile-option:hover{background:#1a9e5c1f;color:#1a9e5c}.zone-info-card-profile-option[aria-selected=true]{background:#1a9e5c2e;color:#1a9e5c}.zone-info-card-route-from{font-size:11px;font-weight:600;color:#1a365d;margin-bottom:6px;flex-shrink:0}.zone-info-card-location-status{font-size:10px;color:#64748b;margin-bottom:8px;flex-shrink:0}.zone-info-card-location-status--on{color:#0d9488}.zone-info-card-location-status--unavailable{color:#b45309}.zone-info-card-location-status--using_barangay{color:#64748b}.zone-info-card-origin-row{display:flex;align-items:center;gap:8px;margin-bottom:8px;flex-shrink:0}.zone-info-card-origin-label{font-size:9px;font-weight:600;color:#aaa;text-transform:uppercase;letter-spacing:.06em;flex-shrink:0}.zone-info-card-origin-options{display:flex;gap:6px;flex-wrap:wrap}.zone-info-card-origin-btn{font-size:11px;font-weight:600;padding:5px 10px;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc;color:#475569;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.zone-info-card-origin-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#334155}.zone-info-card-origin-btn--active{background:#0f172a;border-color:#0f172a;color:#fff}.zone-info-card-origin-btn--active:hover,.zone-info-card-origin-btn--active:focus,.zone-info-card-origin-btn--active:active{background:#0f172a;border-color:#0f172a;color:#fff}.zone-info-card-flist{display:flex;flex-direction:column;gap:10px;flex:1 1 0;min-height:0;overflow-y:auto;margin-bottom:0;padding:2px 10px 2px 0}.zone-info-card-flist::-webkit-scrollbar{width:6px}.zone-info-card-flist::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.zone-info-card-flist::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.zone-info-card-flist{scrollbar-width:none}.zone-info-card-flist:hover{scrollbar-width:thin}.zone-info-card-flist::-webkit-scrollbar{width:0}.zone-info-card-flist:hover::-webkit-scrollbar{width:4px}.zone-info-card-flist:hover::-webkit-scrollbar-track{background:transparent}.zone-info-card-flist:hover::-webkit-scrollbar-thumb{background-color:#ff6b1a66;border-radius:2px;transition:background-color .2s ease,opacity .2s ease}.zone-info-card-flist:hover::-webkit-scrollbar-thumb:hover{background-color:#ff6b1a}.zone-info-card-flist-loading,.zone-info-card-flist-empty{margin:0;padding:8px 0;font-size:12px;color:#64748b}.zone-info-card-flist-loading{font-style:italic}.zone-info-card-show-more-wrap{display:none;flex-direction:column;align-items:stretch;gap:8px;margin-top:10px;padding-top:10px;border-top:1px solid rgba(0,0,0,.06)}@media(max-width:768px){.zone-info-card-show-more-wrap{display:flex}}.zone-info-card-facilities-count{font-size:11px;color:#64748b;font-weight:500}.zone-info-card-show-more-btn{font-family:inherit;font-size:12px;font-weight:600;color:var(--primary-700, #c2410c);background:var(--primary-50, #fff7ed);border:1px solid var(--primary-200, #fed7aa);border-radius:10px;padding:10px 14px;cursor:pointer;transition:background .2s,border-color .2s,color .2s;display:inline-flex;align-items:center;justify-content:center;gap:6px}.zone-info-card-show-more-btn:hover{background:var(--primary-100, #ffedd5);border-color:var(--primary-300, #fdba74);color:var(--primary-800, #9a3412)}.zone-info-card-show-more-btn:focus{outline:none;box-shadow:0 0 0 2px #ff6b1a59}.zone-info-card-fitem{display:flex;align-items:flex-start;padding:11px 12px;background:#f7f8fa;border:1px solid #eee;border-radius:10px;cursor:default;transition:background .15s,border-color .15s;gap:12px;overflow:visible;min-width:0;flex-shrink:0}.zone-info-card-fitem:hover{background:#f0fdf6;border-color:#c3f0d8}.zone-info-card-fitem.zone-info-card-fitem--active{background:#f0fdf6;border-color:#c3f0d8;padding-left:0}.zone-info-card-active-bar{display:block;width:4px;min-width:4px;align-self:stretch;background:#1a9e5c;border-radius:4px;margin-left:6px;margin-right:6px;flex-shrink:0}.zone-info-card-finfo{flex:1 1 0;min-width:0;overflow:hidden}.zone-info-card-fname{font-size:13px;font-weight:600;color:#111;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.zone-info-card-fmeta{font-size:11px;color:#aaa;margin-top:3px;line-height:1.3}.zone-info-card-rbtn{font-size:11px;font-weight:600;color:#fff;border-radius:7px;padding:6px 10px;flex:0 0 64px;min-width:64px;width:64px;max-width:64px;cursor:pointer;white-space:nowrap;transition:all .15s;border:1px solid transparent;box-sizing:border-box;text-align:center;overflow:visible}.zone-info-card-rbtn:hover:not(:disabled){filter:brightness(1.05)}.zone-info-card-rbtn:disabled{opacity:.7;cursor:not-allowed}.zone-info-card-xbtn{font-size:11px;font-weight:600;color:#fff;background:#e05252;border:1px solid #c53030;border-radius:7px;padding:6px 10px;flex:0 0 64px;min-width:64px;width:64px;max-width:64px;cursor:pointer;white-space:nowrap;transition:all .15s;box-sizing:border-box;text-align:center;overflow:visible}.zone-info-card-xbtn:hover:not(:disabled){background:#c53030;color:#fff;border-color:#c53030}.zone-info-card-xbtn:disabled{opacity:.7;cursor:not-allowed}.zone-info-card-fitem-noroute{display:flex;align-items:stretch;border:1px solid #efd080;border-radius:10px;overflow:hidden;background:#fffbeb;min-width:0;flex-shrink:0}.zone-info-card-nr-stripe{width:10px;min-width:10px;flex-shrink:0;background:repeating-linear-gradient(-45deg,#e0a030 0px 3px,#fdf0cb 3px 9px)}.zone-info-card-nr-content{flex:1 1 0;min-width:0;padding:10px 12px 10px 10px;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.zone-info-card-nr-text{flex:1 1 0;min-width:0;overflow:hidden}.zone-info-card-nr-btn-wrap{display:flex;align-items:flex-start;padding-top:2px;flex:0 0 64px;min-width:64px;width:64px;flex-shrink:0}.zone-info-card-nr-warning{display:flex;align-items:flex-start;gap:4px;margin-top:10px;font-size:10px;font-weight:600;color:#b07b2e;letter-spacing:.01em;white-space:normal;line-height:1.35;word-break:break-word}.zone-info-card-warn-icon{width:11px;height:11px;flex-shrink:0;margin-top:.1em;color:#b07b2e}.zone-info-card-fitem-noroute .zone-info-card-fname{font-size:13px;font-weight:600;color:#111;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.zone-info-card-fitem-noroute .zone-info-card-fmeta{font-size:11px;color:#aaa;margin-top:3px;line-height:1.3}.zone-info-card-rbtn-amber{font-size:11px;font-weight:600;color:#fff;background:#b07b2e;border:1px solid #997a20;border-radius:7px;padding:6px 10px;min-width:64px;width:100%;max-width:64px;cursor:pointer;white-space:nowrap;transition:all .15s;box-sizing:border-box;text-align:center;overflow:visible;flex-shrink:0}.zone-info-card-rbtn-amber:hover:not(:disabled){background:#e0a030;color:#fff;border-color:#e0a030}.zone-info-card-rbtn-amber:disabled{opacity:.7;cursor:not-allowed}.zone-info-card-full-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:11px;margin-top:12px;color:#fff;font-size:12px;font-weight:600;border:none;border-radius:10px;cursor:pointer;letter-spacing:.02em;transition:background .15s,transform .1s;flex-shrink:0}.zone-info-card-full-btn:hover{filter:brightness(.95)}.zone-info-card-full-btn:active{transform:scale(.98)}.zone-info-card-wrapper{position:absolute;z-index:2000;pointer-events:auto}@media(max-width:768px){.heatmap-wrapper>.heatmap-barangay-card-section.zone-info-card-wrapper{position:static!important;z-index:auto}}@media(max-width:320px){.zone-info-card{min-width:260px;max-width:calc(100vw - 16px)}.zone-info-card-name{font-size:18px}.zone-info-card-chip-val{font-size:16px}}.disclaimer-modal-overlay{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;transition:background .95s ease,backdrop-filter .95s ease}.disclaimer-modal-inner{position:relative;display:flex;align-items:center;justify-content:center}.disclaimer-modal-ring{position:absolute;border-radius:50%;pointer-events:none;transition:width 1.35s cubic-bezier(.22,1,.36,1),height 1.35s cubic-bezier(.22,1,.36,1)}.disclaimer-modal-ring--0{transition-delay:.12s}.disclaimer-modal-ring--1{transition-delay:.34s}.disclaimer-modal-ring--2{transition-delay:.56s}@keyframes disclaimerIconPulse{0%,to{box-shadow:0 4px 16px #ff6b1a61;transform:scale(1)}50%{box-shadow:0 6px 30px #ff6b1aa6;transform:scale(1.07)}}@keyframes disclaimerRingPulse0{0%,to{opacity:.28}50%{opacity:.06}}@keyframes disclaimerRingPulse1{0%,to{opacity:.18}50%{opacity:.03}}@keyframes disclaimerRingPulse2{0%,to{opacity:.1}50%{opacity:.01}}.disclaimer-modal-card-wrapper{position:relative;transition:background 1s .2s ease,box-shadow 1s ease,transform 1.05s cubic-bezier(.34,1.56,.64,1),opacity .75s ease}.disclaimer-modal-card{background:#fffbf6db;backdrop-filter:blur(24px) saturate(1.2);-webkit-backdrop-filter:blur(24px) saturate(1.2);border-radius:24px;width:400px;max-width:100%;border:1px solid rgba(255,255,255,.65);overflow:hidden;position:relative}.disclaimer-modal-curtain{position:absolute;top:0;left:0;right:0;z-index:10;border-radius:24px;overflow:hidden;pointer-events:none;transition:height 1.15s cubic-bezier(.76,0,.24,1)}.disclaimer-modal-curtain-fill{width:100%;height:100%;background:linear-gradient(180deg,#c44f00,#ff8c3a 60%,#ffb800);position:relative;overflow:hidden}.disclaimer-modal-curtain-dots{position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.1) 1px,transparent 1px);background-size:18px 18px}.disclaimer-modal-curtain-wordmark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:DM Sans,sans-serif;font-weight:900;font-size:32px;color:#ffffff38;letter-spacing:-.02em;white-space:nowrap;-webkit-user-select:none;user-select:none}.disclaimer-modal-content{padding:34px 32px 28px}.disclaimer-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.disclaimer-modal-header-left{display:flex;align-items:center;gap:12px}.disclaimer-modal-icon-wrap{width:80px;height:80px;border-radius:20px;background:linear-gradient(135deg,#ff8c3a,#c44f00);display:flex;align-items:center;justify-content:center;font-size:76px;flex-shrink:0;box-shadow:0 4px 16px #ff6b1a61}.disclaimer-modal-label{font-family:DM Mono,monospace;font-size:13px;font-weight:700;color:#ff6b1a;letter-spacing:.12em;transition:opacity .6s}.disclaimer-modal-close{width:30px;height:30px;min-width:30px;min-height:30px;border-radius:50%;background:#ff6b1a1a;border:none;cursor:pointer;color:#c44f00;font-size:13px;font-weight:700;transition:background .18s,transform .18s;flex-shrink:0;display:flex;align-items:center;justify-content:center}.disclaimer-modal-close:hover{background:#ff6b1a38;transform:scale(1.1)}.disclaimer-modal-close:focus{outline:none}.disclaimer-modal-title{font-family:DM Sans,sans-serif;font-weight:900;font-size:19px;color:#1a1a1a;margin:0 0 6px;letter-spacing:-.02em;line-height:1.25;transition:opacity .7s .1s,transform .7s .1s ease}.disclaimer-modal-rule{height:2px;border-radius:1px;background:linear-gradient(90deg,#ff6b1a,#ffb800 60%,transparent);margin-bottom:16px;transition:width 1s .2s cubic-bezier(.22,1,.36,1)}.disclaimer-modal-body{font-family:DM Sans,sans-serif;font-size:13.5px;line-height:1.78;color:#3a2818;margin:0 0 26px}.disclaimer-modal-accent{height:3px;border-radius:2px;background:linear-gradient(90deg,#ff6b1a,#ffb800);margin-bottom:20px;transform-origin:left;transition:transform .95s .15s cubic-bezier(.22,1,.36,1)}.disclaimer-modal-btn{width:100%;padding:14px 0;min-height:44px;border-radius:14px;cursor:pointer;font-family:DM Sans,sans-serif;font-weight:700;font-size:15px;letter-spacing:.01em;color:#fff;transition:background .4s ease,border-color .4s ease,transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s,opacity .55s}.disclaimer-modal-btn:focus{outline:none}@media(max-width:768px){.disclaimer-modal-overlay{padding:12px;align-items:center}.disclaimer-modal-ring--1,.disclaimer-modal-ring--2{display:none!important}.disclaimer-modal-card{width:100%;max-width:none}.disclaimer-modal-content{padding:24px 20px 22px}.disclaimer-modal-title{font-size:18px}.disclaimer-modal-body{font-size:16px;line-height:1.7;margin-bottom:22px}.disclaimer-modal-btn{min-height:44px;padding:14px 0;font-size:16px}.disclaimer-modal-close{width:44px;height:44px;min-width:44px;min-height:44px;font-size:16px}.disclaimer-modal-curtain-wordmark{font-size:24px}}@media(max-width:480px){.disclaimer-modal-ring--0,.disclaimer-modal-ring--1,.disclaimer-modal-ring--2{display:none!important}}*{box-sizing:border-box}.tutorial-backdrop,.tutorial-sheet-wrapper{pointer-events:auto}.tutorial-sheet{touch-action:pan-y}@keyframes tutorial-iconPulse{0%,to{box-shadow:0 3px 12px #0000001f}50%{box-shadow:0 5px 20px #ff6b1a80}}@keyframes tutorial-spinBounce{0%{transform:scale(0) rotate(-180deg)}to{transform:scale(1) rotate(0)}}.tutorial-btn{height:44px;min-height:44px;padding:0 16px;border:none;border-radius:12px;font-family:DM Sans,sans-serif;font-weight:700;font-size:14px;cursor:pointer;transition:background .18s,transform .18s cubic-bezier(.34,1.56,.64,1),box-shadow .2s,border-color .18s,color .18s}.tutorial-btn:focus{outline:none}.tutorial-btn-prev{background:#f0eae0;color:#5a4030;display:inline-flex;align-items:center;gap:5px;flex-shrink:0}.tutorial-btn-prev:hover{background:#e0d4c4;transform:scale(1.04)}.tutorial-btn-skip{background:none;border:1.5px solid #ddd6cc;color:#bdbdbd;flex-shrink:0}.tutorial-btn-skip:hover{border-color:#ff6b1a;background:#ff6b1a;color:#fff}.tutorial-btn-next{flex:1;min-width:0;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:10px;letter-spacing:.01em}.tutorial-btn-next:hover{transform:translateY(-2px)}.tutorial-trigger{flex-shrink:0}@media(max-width:480px){.tutorial-sheet{max-height:92vh;border-radius:20px 20px 0 0}.tutorial-btn{height:48px;min-height:48px;font-size:15px}.tutorial-btn-next{flex:1 1 100%}.tutorial-btn-prev,.tutorial-btn-skip{flex:1;min-width:0}}@media(max-width:360px){.tutorial-trigger{width:40px;height:40px}}@keyframes iconPulse{0%,to{box-shadow:0 8px 28px #ff6b1a66,inset 0 1px #ffffff40}50%{box-shadow:0 8px 44px #ff6b1aa6,0 0 0 8px #ff6b1a1a,inset 0 1px #ffffff40}}.built-for-section{width:100%;padding:4rem 2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow-x:hidden;background-color:transparent;background-image:var(--page-gradient)}.built-for-container{display:flex;align-items:flex-start;gap:1.5rem;max-width:1400px;width:100%;justify-content:center}.built-for-content{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.built-for-subtitle{font-size:1.6rem;font-weight:600;color:#666;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.05em}.built-for-title{font-size:4rem;font-weight:900;color:#1a1a1a;margin:0 0 3rem;line-height:1.2;letter-spacing:-.03em;text-align:center}.built-for-heading-container{width:100%;display:flex;align-items:center;gap:1.25rem;margin-bottom:3rem;max-width:1000px}.built-for-separator{position:absolute;top:50%;left:-50vw;right:-50vw;width:200vw;height:140px;border-top:3px solid #FD6F00;border-bottom:3px solid #FD6F00;border-radius:0;background:transparent;z-index:0;transform:translateY(-50%);pointer-events:none;opacity:0}.built-for-persona-image-wrap{width:100%}.built-for-persona-img{display:block;width:100%;height:100%;max-height:420px;object-position:center center}.built-for-persona-img-volunteer{position:relative}.built-for-persona-img-resident{object-fit:contain;object-position:center bottom}.built-for-overlap-cascade{width:100%}.built-for-overlap-image-wrap{max-width:540px;margin-left:auto;margin-right:auto}.built-for-overlap-cards{max-width:880px;margin-left:auto;margin-right:auto}.built-for-overlap-card{min-height:210px}.built-for-card-label{flex-shrink:0}.built-for-visual-section{flex-shrink:0;display:flex;justify-content:center;align-items:center}.built-for-rectangle{width:220px;height:220px;background:linear-gradient(145deg,#ff8c3a,#e85a00);border-radius:16px;position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;box-shadow:0 8px 28px #ff6b1a66,inset 0 1px #ffffff40}.built-for-rectangle-pulse{animation:iconPulse 3s 1.2s ease-in-out infinite}.built-for-tile-image{width:100%;height:100%;object-fit:cover;position:relative;left:1px}.built-for-text-section{flex:1;display:flex;flex-direction:column;text-align:left}.built-for-text-section-with-hr{padding-top:.5rem;padding-bottom:.5rem}.built-for-text-section-with-hr .built-for-hr-top{top:0}.built-for-text-section-with-hr .built-for-hr-bottom{bottom:0}.built-for-text-section .built-for-subtitle{text-align:left;margin-bottom:.25rem}.built-for-text-section .built-for-title{text-align:left;margin:0}.built-for-image-section{width:100%;display:flex;justify-content:center;margin-bottom:0;position:relative;z-index:1}.need-provide-card{--x: 0;--y: 0;--border: 2px;position:relative;overflow:hidden}.need-provide-card:before,.need-provide-card:after{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(600px circle at calc(var(--x) * 1px) calc(var(--y) * 1px),color-mix(in srgb,var(--glow-color) 45%,transparent),transparent 40%);pointer-events:none}.need-provide-card:before{z-index:1}.need-provide-card:after{z-index:2;opacity:0;transition:opacity .35s ease}.need-provide-card:hover:after{opacity:1}.need-provide-content{position:relative;z-index:3;min-width:0}.need-provide-content p{overflow-wrap:break-word;word-wrap:break-word}.built-for-persona-heading{box-sizing:border-box;max-width:100%;overflow-wrap:break-word;word-wrap:break-word}.built-for-cards-grid .need-provide-card{min-width:0}.need-icon{width:14px;height:14px;display:block;object-fit:contain}.outer-rectangle{background-color:#ff6b1a;padding:5.5rem;position:relative;display:flex;justify-content:center;align-items:center;width:750px;height:420px;max-width:90%;z-index:1}.inner-rectangle{background-color:#ff7e1e;position:absolute;inset:50px;z-index:1}.city-hall-image{position:absolute;z-index:2;width:60vw;max-width:60vw;height:auto;object-fit:contain;display:block;top:50%;left:50%;transform:translate(-50%,-50%)}.volunteer-image,.residents-image{width:100%;max-width:100%;height:100%;object-fit:contain;left:50%}.ngo-image{width:100%;max-width:100%;height:auto;object-fit:contain;left:50%}@media(max-width:768px){.built-for-heading-container{flex-direction:column;gap:2rem;margin-bottom:2rem}.built-for-visual-section{width:100%;display:flex;justify-content:center}.built-for-rectangle{width:180px;height:180px}.built-for-text-section{width:100%;text-align:center}.built-for-text-section .built-for-subtitle,.built-for-text-section .built-for-title{text-align:center}.built-for-image-section{width:100%;margin-bottom:.75rem!important}.outer-rectangle{width:90%;height:200px;padding:3rem;max-width:100%;position:relative}.inner-rectangle{inset:24px}.city-hall-image{width:100%;max-width:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.volunteer-image,.residents-image{width:100%;max-width:100%;height:100%;left:50%}.residents-image{top:auto;bottom:0;transform:translate(-50%);object-position:center bottom}.ngo-image{width:100%;max-width:100%;left:50%;transform:translate(-50%,calc(-50% - .5rem))}.need-icon{width:13px;height:13px}.built-for-container{flex-direction:column;gap:2rem}.built-for-content{align-items:center;text-align:center}.built-for-subtitle{font-size:1.25rem}.built-for-title{font-size:2.5rem;margin:0 0 2rem}.built-for-section{padding:2rem 1rem}.built-for-separator{left:-30vw;right:-30vw;width:160vw;height:50px;border-top:2px solid #FD6F00;border-bottom:2px solid #FD6F00}.built-for-persona-content{padding-left:1rem;padding-right:1rem}.built-for-persona-heading{font-size:2.25rem!important;margin-top:0;margin-bottom:1.5rem!important}.built-for-cards-grid{grid-template-columns:1fr!important;gap:1rem!important;max-width:100%}.built-for-cards-grid .need-provide-card{min-height:auto!important;padding:1.5rem 1.25rem!important}.built-for-overlap-cards{grid-template-columns:1fr!important;margin-top:0;padding:0 .5rem;row-gap:1rem}.built-for-overlap-image-wrap{width:96%!important;max-width:100%;margin-bottom:3.75rem}.built-for-persona-block{padding:28px 20px!important;margin-bottom:2rem!important}.built-for-overlap-card{padding:30px 22px 24px!important;min-height:auto}.built-for-overlap-card p,.need-provide-content p{font-size:1rem}.built-for-content>div:nth-child(2)>div:nth-child(2){margin-top:0}.built-for-overlap-gradient{display:none}}@media(max-width:412px){.built-for-title{font-size:2.25rem}.outer-rectangle{height:180px;padding:2rem}.built-for-persona-content{padding-left:.875rem;padding-right:.875rem}.built-for-persona-heading{font-size:2rem!important}.built-for-cards-grid .need-provide-card{padding:1.25rem 1rem!important}}@media(max-width:375px){.built-for-section{padding:1.5rem .875rem}.built-for-title{font-size:2rem}.built-for-subtitle{font-size:1.125rem}.built-for-rectangle{width:160px;height:160px}.built-for-persona-heading{font-size:1.75rem!important}.built-for-cards-grid .need-provide-card{padding:1.125rem .875rem!important}.need-provide-content p{font-size:.9375rem}}@media(max-width:320px){.built-for-section{padding:1.25rem .75rem}.built-for-title{font-size:1.75rem;margin-bottom:1.5rem}.built-for-subtitle{font-size:1rem}.outer-rectangle{height:160px;padding:1.5rem}.inner-rectangle{inset:16px}.built-for-persona-content{padding-left:.75rem;padding-right:.75rem}.built-for-persona-heading{font-size:1.5rem!important;margin-bottom:1.25rem!important}.built-for-cards-grid .need-provide-card{padding:1rem .75rem!important}.need-provide-content p{font-size:.875rem}}.data-sources-section{width:100%;padding:6rem 2rem 4rem;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:transparent;position:relative}.data-sources-title{font-size:2.5rem;font-weight:700;color:#fd6f00;text-align:center;margin:0 0 3rem}.data-sources-stage{width:100%;display:flex;flex-direction:column;align-items:center;transition:opacity .3s ease}.data-sources-stage.is-dimmed{opacity:.25}.data-sources-visual-wrapper{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem}.data-sources-visual{position:relative;display:flex;align-items:center;justify-content:center;border-radius:18px;border:2px solid rgba(253,111,0,.25);box-shadow:0 12px 30px #fd6f002e;overflow:hidden;cursor:pointer;transition:box-shadow .3s ease,border-color .3s ease;max-width:92vw;max-height:92vw}.data-sources-visual[data-hovered=true]{border-color:#fd6f0099;box-shadow:0 18px 40px #fd6f0047}.data-sources-folder{width:58%;height:auto;display:block;position:relative;z-index:2;transition:transform .35s ease,opacity .35s ease}.data-sources-visual[data-open=true] .data-sources-folder{transform:scale(.9);opacity:0}.data-sources-reveal{width:min(1200px,92vw);margin:0;opacity:0;transform:translate(-50%,-16px);pointer-events:none;transition:opacity .35s ease,transform .35s ease;position:fixed;top:10vh;left:50%;z-index:9999;box-sizing:border-box}.data-sources-reveal.is-open{opacity:1;transform:translate(-50%);pointer-events:auto}.data-sources-panel{display:grid;grid-template-columns:minmax(280px,360px) 1fr;grid-template-rows:auto 1fr;gap:0;background:#fff;border-radius:22px;padding:0;box-shadow:0 24px 60px #1818182e;border:1px solid rgba(253,111,0,.2);overflow:hidden;min-height:420px;position:relative;width:100%;max-height:80vh}.data-sources-panel-header{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:linear-gradient(180deg,#fff1e6,#fff);border-bottom:1px solid rgba(253,111,0,.15)}.data-sources-window-dots{display:flex;gap:8px;align-items:center}.data-sources-window-dots .dot{width:12px;height:12px;border-radius:50%;display:block;box-shadow:inset 0 0 0 1px #00000014}.data-sources-window-dots .dot-red{background:#ff5f57}.data-sources-window-dots .dot-yellow{background:#ffbd2e}.data-sources-window-dots .dot-green{background:#28c840}.data-sources-close{width:28px;height:28px;border-radius:50%;border:1px solid rgba(253,111,0,.25);background:#fff6ef;color:#b35000;font-size:18px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.data-sources-close:hover{transform:scale(1.05);border-color:#fd6f0099;box-shadow:0 6px 14px #fd6f002e}.data-sources-tabs{display:flex;flex-direction:column;gap:10px;padding:16px 20px 20px;background:linear-gradient(180deg,#fff6ef,#fff);border-right:1px solid rgba(253,111,0,.2);overflow-y:auto;max-height:calc(80vh - 56px);min-height:0;-webkit-overflow-scrolling:touch}.data-sources-tabs::-webkit-scrollbar{width:6px}.data-sources-tabs::-webkit-scrollbar-track{background:#fd6f0014;border-radius:3px}.data-sources-tabs::-webkit-scrollbar-thumb{background:#fd6f0059;border-radius:3px}.data-sources-tabs::-webkit-scrollbar-thumb:hover{background:#fd6f0080}.data-sources-tabs,.data-source-detail{scrollbar-width:none}.data-sources-tabs:hover,.data-source-detail:hover{scrollbar-width:thin}.data-sources-tabs::-webkit-scrollbar,.data-source-detail::-webkit-scrollbar{width:0}.data-sources-tabs:hover::-webkit-scrollbar,.data-source-detail:hover::-webkit-scrollbar{width:4px}.data-sources-tabs:hover::-webkit-scrollbar-track,.data-source-detail:hover::-webkit-scrollbar-track{background:transparent}.data-sources-tabs:hover::-webkit-scrollbar-thumb,.data-source-detail:hover::-webkit-scrollbar-thumb{background-color:#ff6b1a66;border-radius:2px;transition:background-color .2s ease,opacity .2s ease}.data-sources-tabs:hover::-webkit-scrollbar-thumb:hover,.data-source-detail:hover::-webkit-scrollbar-thumb:hover{background-color:#ff6b1a}.data-source-tab{border:1px solid rgba(253,111,0,.25);border-radius:14px;background:#fff;padding:14px 16px;text-align:left;cursor:pointer;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease;color:#333;font-size:.95rem;font-weight:600;line-height:1.35}.data-source-tab:hover{border-color:#fd6f0099;box-shadow:0 10px 22px #fd6f0033;transform:translateY(-2px)}.data-source-tab.is-active{border-color:#fd6f00;box-shadow:0 12px 28px #fd6f0047;background:#fffaf5}.data-source-detail{padding:28px 32px;text-align:left;display:flex;flex-direction:column;gap:1rem;background:#fff;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.data-source-detail::-webkit-scrollbar{width:6px}.data-source-detail::-webkit-scrollbar-track{background:#fd6f0014;border-radius:3px}.data-source-detail::-webkit-scrollbar-thumb{background:#fd6f0059;border-radius:3px}.data-source-detail::-webkit-scrollbar-thumb:hover{background:#fd6f0080}.data-source-detail h4{margin:0 0 .35rem;font-size:1.4rem;color:#fd6f00}.data-source-detail p{margin:0;font-size:1.05rem;color:#555;line-height:1.7}.data-source-image{width:calc(100% - 3rem);max-width:480px;height:auto;display:block;margin:1.5rem auto 0;border-radius:12px;box-shadow:0 8px 20px #fd6f0026;object-fit:contain}.data-sources-visual-caption{font-size:.95rem;color:#666;margin:0;text-align:center}@media(max-width:768px){.data-sources-section{padding:4rem 1rem 3rem}.data-sources-title{font-size:1.75rem;margin-bottom:2rem}.data-sources-visual{border-radius:16px}.data-sources-folder{width:64%}.data-sources-reveal{position:fixed;top:8vh;left:50%;transform:translate(-50%);width:92vw;margin:0;padding:0}.data-sources-panel{grid-template-columns:1fr;min-height:auto;max-height:84vh;overflow:hidden}.data-sources-panel-header{padding:10px 14px}.data-sources-tabs{border-right:none;border-bottom:1px solid rgba(253,111,0,.2);max-height:38vh;overflow-y:auto}.data-source-tab{font-size:.95rem}.data-source-detail{padding:18px 20px;max-height:40vh;overflow-y:auto}}@media(max-width:412px){.data-sources-section{padding:3rem 1rem 2.5rem}.data-sources-title{font-size:1.5rem}.data-sources-reveal{width:94vw}}@media(max-width:375px){.data-sources-section{padding:2.5rem .875rem 2rem}.data-sources-title{font-size:1.375rem}}@media(max-width:320px){.data-sources-section{padding:2rem .75rem 1.5rem}.data-sources-title{font-size:1.25rem;margin-bottom:1.5rem}.data-sources-panel-header{padding:8px 12px}.data-source-tab{font-size:.875rem}}.final-cta-section{width:100%;padding:4rem 2rem;display:flex;justify-content:center;align-items:center;background-color:transparent}.cta-card{width:100%;max-width:900px;border:3px solid #FD6F00;border-radius:12px;background-color:#fffaf8;box-shadow:0 4px 12px #fd6f0026;transition:all .3s ease}.cta-card:hover{box-shadow:0 6px 20px #fd6f0040;transform:translateY(-2px)}.cta-content{padding:3rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.cta-title{font-size:2rem;font-weight:700;color:#333;margin:0;line-height:1.3}.cta-description{font-size:1.125rem;color:#666;margin:0;line-height:1.6;max-width:600px}.cta-buttons{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap;justify-content:center}.cta-button{padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;white-space:nowrap}.cta-button.primary{background-color:#fd6f00;color:#fff;box-shadow:0 2px 8px #fd6f004d}.cta-button.primary:hover{background-color:#e56300;box-shadow:0 4px 12px #fd6f0066;transform:translateY(-2px)}.cta-button.secondary{background-color:#fff;color:#fd6f00;border:2px solid #FD6F00;box-shadow:0 2px 6px #0000001a}.cta-button.secondary:hover{background-color:#fd6f00;color:#fff;box-shadow:0 4px 12px #fd6f004d;transform:translateY(-2px)}@media(max-width:768px){.final-cta-section{padding:3rem 1rem}.cta-content{padding:2rem 1.5rem;gap:1.25rem}.cta-title{font-size:1.5rem}.cta-description{font-size:1rem}.cta-buttons{flex-direction:column;width:100%;gap:.75rem}.cta-button{width:100%;padding:.75rem 1.5rem}}@media(max-width:412px){.final-cta-section{padding:2.5rem 1rem}.cta-content{padding:1.5rem 1.25rem;gap:1rem}.cta-title{font-size:1.375rem}}@media(max-width:375px){.final-cta-section{padding:2rem .875rem}.cta-title{font-size:1.25rem}.cta-description{font-size:.9375rem}}@media(max-width:320px){.final-cta-section{padding:1.5rem .75rem}.cta-content{padding:1.25rem 1rem;gap:.75rem}.cta-title{font-size:1.125rem}.cta-description{font-size:.875rem}.cta-button{padding:.625rem 1.25rem;font-size:.9375rem}}.main-interface{height:100vh;min-height:100vh;display:flex;background-color:var(--primary-50);position:relative;overflow:hidden}.main-interface-body{flex:1;display:flex;flex-direction:column;min-width:0;min-height:100vh;background:var(--surface-secondary);overflow:hidden}.main-interface-content{flex:1;display:flex;flex-direction:column;min-height:0;padding:.5rem .75rem}.main-interface-content-card{flex:1 1 auto;display:flex;flex-direction:column;min-height:0;background:transparent;border-radius:0;border:none;box-shadow:none}.main-interface-map-area{flex:1 1 auto;min-height:400px;width:100%;overflow:visible}.heat-advisory-page{scrollbar-width:none}.heat-advisory-page:hover{scrollbar-width:thin}.heat-advisory-page::-webkit-scrollbar{width:0;height:0}.heat-advisory-page:hover::-webkit-scrollbar{width:4px}.heat-advisory-page:hover::-webkit-scrollbar-track{background:transparent}.heat-advisory-page:hover::-webkit-scrollbar-thumb{background-color:#ff6b1a66;border-radius:2px;transition:background-color .2s ease,opacity .2s ease}.heat-advisory-page:hover::-webkit-scrollbar-thumb:hover{background-color:#ff6b1a}.heat-advisory-choose-location-btn:hover{background:#c44f00;transform:translateY(-1px)}.heat-advisory-choose-location-btn:active{transform:translateY(0)}@media(max-width:768px){.heat-advisory-choose-location-btn{min-height:44px;padding:14px 24px}}.main-interface-dashboard-placeholder{padding:2rem;color:var(--primary-700)}.main-interface-dashboard-placeholder h2{font-family:var(--font-header);margin-bottom:.5rem}.main-interface-sidebar{width:260px;min-width:260px;background-color:var(--surface-primary);border-right:1px solid var(--primary-100);display:flex;flex-direction:column;padding:1.25rem 0;position:sticky;top:0;align-self:flex-start;height:100vh;max-height:100vh;overflow-y:auto;box-shadow:2px 0 8px #0000000a}.main-interface-sidebar,.main-interface-mobile-overlay{scrollbar-width:none}.main-interface-sidebar:hover,.main-interface-mobile-overlay:hover{scrollbar-width:thin}.main-interface-sidebar::-webkit-scrollbar,.main-interface-mobile-overlay::-webkit-scrollbar{width:0;height:0}.main-interface-sidebar:hover::-webkit-scrollbar,.main-interface-mobile-overlay:hover::-webkit-scrollbar{width:4px}.main-interface-sidebar:hover::-webkit-scrollbar-track,.main-interface-mobile-overlay:hover::-webkit-scrollbar-track{background:transparent}.main-interface-sidebar:hover::-webkit-scrollbar-thumb,.main-interface-mobile-overlay:hover::-webkit-scrollbar-thumb{background-color:#ff6b1a66;border-radius:2px;transition:background-color .2s ease,opacity .2s ease}.main-interface-sidebar:hover::-webkit-scrollbar-thumb:hover,.main-interface-mobile-overlay:hover::-webkit-scrollbar-thumb:hover{background-color:#ff6b1a}.main-interface-logo{display:flex;align-items:center;padding:0 1.25rem 1rem;border-bottom:1px solid var(--primary-100);margin-bottom:.75rem}.main-interface-logo-image{height:40px;width:auto}.main-interface-nav{display:flex;flex-direction:column;gap:0;padding:0 .75rem}.main-interface-nav-section{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem .75rem;background:none;border:none;font-family:var(--font-header);font-size:.75rem;font-weight:700;color:var(--primary-500);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border-radius:8px;transition:background-color .2s ease,color .2s ease}.main-interface-nav-section:hover{background-color:var(--primary-50);color:var(--primary-700)}.main-interface-chevron{flex-shrink:0;color:var(--primary-400, var(--primary-300));transition:transform .2s ease}.main-interface-nav-group{display:flex;flex-direction:column;gap:2px;padding-left:.25rem;margin-bottom:.5rem}.main-interface-nav-item{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:none;border:none;font-family:var(--font-body);font-size:.9375rem;color:var(--primary-700);cursor:pointer;border-radius:8px;width:100%;text-align:left;transition:background-color .2s ease,color .2s ease;border-left:3px solid transparent}.main-interface-nav-item:hover{background-color:var(--primary-50);color:var(--primary-900)}.main-interface-nav-item.active{background-color:var(--orange-50);color:var(--orange-700);font-weight:600;border-left-color:var(--orange-500)}.main-interface-nav-item svg{flex-shrink:0;color:inherit}.main-interface-nav-item--iot{color:var(--primary-700)}.main-interface-nav-pill{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;border-radius:999px;border:1px solid var(--orange-200, #fed7aa);background:var(--orange-50, #fff4ed);color:var(--orange-700, #C44F00);font-family:var(--font-header);font-size:.65rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;line-height:1}.main-interface-nav-link{text-decoration:none;color:inherit}.main-interface-nav-separator{height:1px;background-color:var(--primary-100);margin:.5rem .25rem}.main-interface-tutorial-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.6rem .75rem;margin-top:.25rem;background-color:var(--orange-50, #fff5ed);color:var(--orange-700, #c2410c);border:1.5px solid var(--orange-200, #fed7aa);border-radius:10px;font-family:var(--font-body);font-size:.9375rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.main-interface-tutorial-btn:hover{background-color:var(--orange-100, #ffedd5);border-color:var(--orange-400, #fb923c);color:var(--orange-800, #9a3412);box-shadow:0 2px 8px #fb923c33}.main-interface-tutorial-btn:active{background-color:var(--orange-200, #fed7aa)}.main-interface-tutorial-btn-icon{flex-shrink:0;color:inherit}.main-interface-mobile-header{display:none;position:fixed;top:0;left:0;right:0;height:56px;padding:0 1rem;background-color:var(--surface-primary);border-bottom:1px solid var(--primary-100);z-index:1200;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #0000000f}.main-interface-mobile-logo{display:flex;align-items:center}.main-interface-mobile-logo-image{height:36px;width:auto}.main-interface-mobile-actions{display:flex;align-items:center}.main-interface-burger{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;background:transparent;border:none;cursor:pointer;padding:10px;border-radius:10px;transition:transform .2s ease}.main-interface-burger:hover{transform:scale(1.05)}.main-interface-burger-line{display:block;flex:0 0 auto;width:22px;height:2.5px;background-color:var(--primary-700);border-radius:2px;transition:all .25s ease;transform-origin:center}.main-interface-burger.active .main-interface-burger-line:nth-child(1){transform:translateY(7.5px) rotate(45deg);background-color:var(--orange-500)}.main-interface-burger.active .main-interface-burger-line:nth-child(2){opacity:0;transform:scaleX(0)}.main-interface-burger.active .main-interface-burger-line:nth-child(3){transform:translateY(-7.5px) rotate(-45deg);background-color:var(--orange-500)}.main-interface-mobile-overlay{display:none;position:fixed;top:56px;right:0;bottom:0;width:min(280px,85vw);max-width:100%;background-color:var(--surface-primary);z-index:1100;padding:1.25rem 1rem;overflow-y:auto;box-shadow:-4px 0 16px #0000001f;transform:translate(100%);opacity:0;visibility:hidden;transition:transform .3s ease,opacity .3s ease,visibility .3s ease}.main-interface-mobile-overlay.active{transform:translate(0);opacity:1;visibility:visible}.main-interface-mobile-nav{display:flex;flex-direction:column;gap:.25rem}.main-interface-mobile-nav-item{display:flex;align-items:center;justify-content:center;padding:1rem 1.25rem;font-family:var(--font-body);font-size:1.0625rem;font-weight:500;color:var(--primary-700);background:none;border:none;border-radius:8px;cursor:pointer;width:100%;text-align:center;text-decoration:none;transition:background-color .2s ease,color .2s ease}.main-interface-mobile-nav-item:hover{background-color:var(--primary-50);color:var(--primary-900)}.main-interface-mobile-nav-item.active{background-color:var(--orange-50);color:var(--orange-700);font-weight:600}.main-interface-mobile-tutorial-btn{margin-top:.5rem;background-color:var(--orange-50, #fff5ed);color:var(--orange-700, #c2410c);border:1.5px solid var(--orange-200, #fed7aa)}.main-interface-mobile-tutorial-btn:hover{background-color:var(--orange-100, #ffedd5);color:var(--orange-800, #9a3412)}.main-interface-mobile-backdrop{display:none;position:fixed;inset:0;background-color:var(--overlay);z-index:1050;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.main-interface-mobile-backdrop.active{opacity:1;visibility:visible}@media(min-width:1024px){.main-interface-sidebar{width:260px;min-width:260px}.main-interface-content{padding:.5rem 1rem;max-width:100%}}@media(min-width:1280px){.main-interface-content{padding:.5rem 1.5rem}}@media(min-width:768px)and (max-width:1023px){.main-interface-sidebar{display:none}.main-interface-body{padding-top:56px;height:100vh;min-height:100vh;box-sizing:border-box;overflow:hidden}.main-interface-content{padding:.75rem 1rem;min-height:0;height:100%}.main-interface-map-area{min-height:420px;flex:1 1 auto}.main-interface-mobile-header{display:flex}.main-interface-mobile-overlay,.main-interface-mobile-backdrop{display:block}.main-interface-burger{min-width:44px;min-height:44px}}@media(max-width:767px){.main-interface-sidebar{display:none}.main-interface-body{padding-top:56px;min-height:100vh;height:auto;box-sizing:border-box;overflow-y:auto;overflow-x:hidden}.main-interface-content{padding:1rem;min-height:0;flex:1 1 auto}.main-interface-map-area{flex:1 1 auto;min-height:min(calc(100vh - 56px - 2rem),520px)}.main-interface-content-card{flex:1 1 auto;min-height:0}.main-interface-mobile-header{display:flex}.main-interface-mobile-overlay,.main-interface-mobile-backdrop{display:block}.main-interface-mobile-nav-item{min-height:44px;min-width:44px;padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:center}.main-interface-burger{min-width:44px;min-height:44px}}@media(max-width:768px){.main-interface-body{overflow-y:auto;overflow-x:hidden;height:auto}}@media(max-width:412px){.main-interface-content{padding:.875rem}.main-interface-map-area{min-height:min(calc(100vh - 56px - 1.75rem),500px)}.main-interface-mobile-overlay{width:min(280px,85vw)}}@media(max-width:375px){.main-interface-content{padding:.75rem}.main-interface-map-area{min-height:min(calc(100vh - 56px - 1.5rem),480px)}}@media(max-width:320px){.main-interface-mobile-header{height:52px;padding:0 .75rem}.main-interface-body{padding-top:52px}.main-interface-mobile-overlay{top:52px;width:min(260px,90vw);padding:1rem .75rem}.main-interface-content{padding:.5rem}.main-interface-map-area{min-height:min(calc(100vh - 52px - 1rem),440px)}.main-interface-mobile-logo-image{height:32px}}.dashboard-export-toast-wrap{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;align-items:center;justify-content:flex-end}@media(max-width:768px){.dashboard-export-toast-wrap{left:0;right:0;justify-content:center;padding:0 16px}}.styled-calendar{--cal-accent: #FF6B1A;--cal-accent-700: #C44F00;--cal-accent-300: #FF9559;--cal-accent-100: #FFD4B8;--cal-accent-50: #FFF4ED;--cal-glow: rgba(255, 107, 26, .35)}.styled-cal-accent-green.styled-calendar{--cal-accent: #4A9C4D;--cal-accent-700: #2D5F2E;--cal-accent-300: #7BC67E;--cal-accent-100: #C8E6C9;--cal-accent-50: #E8F5E9;--cal-glow: rgba(74, 156, 77, .35)}.styled-cal-trigger{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:500;color:#333;background:#fff;border:1.5px solid #e8e8e8;border-radius:10px;padding:8px 12px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .2s ease,box-shadow .2s ease,color .2s ease}.styled-cal-trigger:hover{border-color:var(--cal-accent);color:var(--cal-accent-700)}.styled-cal-trigger-open{border-color:var(--cal-accent);box-shadow:0 0 0 3px var(--cal-glow);color:var(--cal-accent-700)}.styled-cal-trigger-icon{display:inline-flex;opacity:.7;transition:opacity .15s ease}.styled-cal-trigger-open .styled-cal-trigger-icon{opacity:1}.styled-calendar-inline{display:inline-flex;flex-direction:column;align-items:flex-start}.styled-cal-portal{position:relative;z-index:1;width:280px;margin-top:10px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #0000002e,0 4px 12px #00000014;animation:styled-cal-pop .22s cubic-bezier(.34,1.56,.64,1) both}@keyframes styled-cal-pop{0%{opacity:0;transform:scale(.94) translateY(-6px)}to{opacity:1;transform:scale(1) translateY(0)}}.styled-cal-header{display:flex;align-items:center;justify-content:space-between;padding:14px 12px 12px;background:linear-gradient(135deg,var(--cal-accent) 0%,var(--cal-accent-700) 100%)}.styled-cal-nav{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;background:#fff3;color:#fff;transition:background .15s ease,transform .1s ease}.styled-cal-nav:hover{background:#ffffff59}.styled-cal-nav:active{transform:scale(.96)}.styled-cal-month-year{font-size:15px;font-weight:700;color:#fff;letter-spacing:.02em}.styled-cal-weekdays{display:grid;grid-template-columns:repeat(7,1fr);padding:10px 12px 6px;background:var(--cal-accent-50)}.styled-cal-weekday{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--cal-accent-700);opacity:.85;text-align:center;padding:4px 0}.styled-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);padding:6px 12px 12px;gap:4px;background:var(--cal-accent-50)}.styled-cal-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:500;border-radius:10px;cursor:pointer;border:none;background:transparent;color:#444;transition:background .15s ease,color .15s ease,transform .1s ease}.styled-cal-day:hover:not(.styled-cal-day-other):not(.styled-cal-day-disabled):not(.styled-cal-day-selected){background:var(--cal-accent-100);color:var(--cal-accent-700)}.styled-cal-day:active:not(.styled-cal-day-disabled){transform:scale(.95)}.styled-cal-day-other{color:#ccc;cursor:default}.styled-cal-day-other:hover{background:transparent;color:#ccc}.styled-cal-day-today{font-weight:700;color:var(--cal-accent-700);position:relative}.styled-cal-day-today:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:4px;height:4px;border-radius:50%;background:var(--cal-accent)}.styled-cal-day-selected{background:var(--cal-accent);color:#fff;font-weight:700;box-shadow:0 2px 10px var(--cal-glow)}.styled-cal-day-selected:hover{background:var(--cal-accent-700)}.styled-cal-day-selected.styled-cal-day-today:after{background:#fff}.styled-cal-day-disabled{color:#ccc;cursor:not-allowed;opacity:.7}.styled-cal-footer{display:flex;align-items:center;justify-content:space-between;padding:10px 14px 14px;background:#fff;border-top:1px solid var(--cal-accent-100)}.styled-cal-clear,.styled-cal-today-btn{font-size:12px;font-weight:600;border:none;border-radius:8px;padding:6px 14px;cursor:pointer;transition:background .15s ease,color .15s ease}.styled-cal-clear{color:#757575;background:transparent}.styled-cal-clear:hover{color:var(--cal-accent-700);background:var(--cal-accent-50)}.styled-cal-today-btn{color:#fff;background:var(--cal-accent);box-shadow:0 2px 8px var(--cal-glow)}.styled-cal-today-btn:hover{background:var(--cal-accent-700)}.styled-cal-today-btn:active{transform:scale(.98)}.hero-about-section{width:100%;padding:6rem 2rem 4rem;display:flex;flex-direction:column;align-items:center;gap:3rem}.hero-about-visual{width:calc(100% - 4rem);max-width:100%;height:400px;background:linear-gradient(135deg,#fd6f00,#ff9559);border-radius:12px;box-shadow:0 4px 12px #0000001a;margin:0 2rem;object-fit:cover;object-position:center center;display:block;opacity:0;transform:translateY(-20px);transition:opacity .6s ease,transform .6s ease}.hero-about-content{max-width:900px;text-align:center;padding:0 2rem}.hero-about-title{font-size:3rem;font-weight:700;color:#333;margin:0 0 2rem;letter-spacing:.05em;opacity:0;transform:translateY(12px);transition:opacity .55s .5s ease,transform .55s .5s ease}.hero-about-title-accent{color:#ff6b1a}.hero-about-description{font-size:1.125rem;color:#666;line-height:1.8;margin:0;opacity:0;transform:translateY(12px);transition:opacity .55s .65s ease,transform .55s .65s ease}.hero-about-section.hero-about-visible .hero-about-visual,.hero-about-section.hero-about-visible .hero-about-title,.hero-about-section.hero-about-visible .hero-about-description{opacity:1;transform:translateY(0)}@media(max-width:1023px){.hero-about-section{padding:4rem 1.5rem 3rem;gap:2.5rem}.hero-about-visual{width:calc(100% - 2rem);max-width:100%;height:280px;margin:0 1rem;object-position:0% center}.hero-about-title{font-size:2.25rem}}@media(max-width:767px){.hero-about-section{padding:2rem 1rem 2.5rem;gap:2rem}.hero-about-visual{width:calc(100% - 2rem);max-width:100%;height:250px;margin:0 1rem;object-position:0% center}.hero-about-content{padding:0 1rem}.hero-about-title{font-size:2rem;margin-bottom:1.5rem}.hero-about-description{font-size:1rem;line-height:1.7}}@media(max-width:412px){.hero-about-visual{height:220px;object-position:0% center}.hero-about-title{font-size:1.75rem}}@media(max-width:375px){.hero-about-visual{height:200px;object-position:0% center}.hero-about-title{font-size:1.5rem}.hero-about-description{font-size:1rem}}@media(max-width:320px){.hero-about-section{padding:1.25rem .75rem;gap:1.5rem}.hero-about-visual{height:180px;width:calc(100% - 1.5rem);max-width:100%;margin:0 .75rem;object-position:0% center}.hero-about-title{font-size:1.375rem}.hero-about-description{font-size:1rem}}.how-it-works-section{width:100%;padding:6rem 2.5rem 5rem;display:flex;flex-direction:column;align-items:center;background-color:transparent}.how-it-works-main-title{font-size:3rem;font-weight:700;color:#333;text-align:center;margin:0 0 4rem;letter-spacing:.05em}.how-it-works-container{width:100%;max-width:1000px;display:flex;flex-direction:column;gap:6rem}.step-item{display:flex;align-items:flex-start;gap:2rem;position:relative}.step-item:not(:last-child):after{content:"";position:absolute;left:60px;top:120px;width:3px;height:calc(100% + 6rem);background:linear-gradient(180deg,#fd6f00,#ff9559);z-index:0}.step-icon{width:120px;height:120px;min-width:120px;border-radius:50%;background:linear-gradient(135deg,#fd6f00,#ff9559);box-shadow:0 4px 12px #fd6f004d;position:relative;z-index:1}.step-content{flex:1;text-align:left}.step-title{font-size:2rem;font-weight:700;color:#333;margin:0 0 1rem}.step-description{font-size:1.125rem;color:#666;line-height:1.7;margin:0}@media(max-width:1023px){.how-it-works-section{padding:6rem 2rem 4rem}.how-it-works-container{gap:4rem}}@media(max-width:767px){.how-it-works-section{padding:4rem 1.5rem 3rem}.how-it-works-main-title{font-size:2rem;margin-bottom:3rem}.how-it-works-container{gap:3rem}.step-item{gap:1.5rem}.step-item:not(:last-child):after{left:40px;top:80px}.step-icon{width:80px;height:80px;min-width:80px}.step-title{font-size:1.5rem}.step-description{font-size:1rem}}@media(max-width:412px){.how-it-works-section{padding:3rem 1.25rem 2.5rem}.how-it-works-main-title{font-size:1.75rem;margin-bottom:2.5rem}.how-it-works-container{gap:2.5rem}.step-item{gap:1.25rem}.step-item:not(:last-child):after{left:32px;top:64px}.step-icon{width:72px;height:72px;min-width:72px}.step-title{font-size:1.375rem}}@media(max-width:480px){.step-item{flex-direction:column;align-items:center;text-align:center}.step-content{text-align:center}.step-item:not(:last-child):after{display:none}.step-icon{width:88px;height:88px;min-width:88px}.how-it-works-section{padding:2.5rem 1rem 2rem}.how-it-works-main-title{font-size:1.5rem;margin-bottom:2rem}.how-it-works-container{gap:2rem}.step-title{font-size:1.25rem}.step-description{font-size:1rem}}@media(max-width:320px){.how-it-works-section{padding:2rem .75rem 1.5rem}.how-it-works-main-title{font-size:1.375rem;margin-bottom:1.5rem}.how-it-works-container{gap:1.5rem}.step-icon{width:80px;height:80px;min-width:80px}.step-title{font-size:1.125rem}.step-description{font-size:.875rem}}.how-it-works-section{width:100%;max-width:100%;overflow-x:hidden}.how-it-works-card{width:100%;max-width:56.25rem;margin:0 auto}.how-it-works-steps-container{width:100%;display:flex;justify-content:center;align-items:flex-start}.how-it-works-nodes-wrap{width:100%;max-width:960px;margin:0 auto}.how-it-works-nodes{display:flex;align-items:flex-start;justify-content:space-between;gap:0;min-width:660px;width:100%;margin:0 auto}.how-it-works-node{display:flex;align-items:center;flex:1 1 0;min-width:0}@media(max-width:900px){.how-it-works-section{padding:6rem 1.5rem 4rem!important}.how-it-works-card{border-radius:16px}.how-it-works-header{padding:18px 20px!important}.how-it-works-title{font-size:18px!important}.how-it-works-nodes-wrap{padding:20px 16px 12px!important;-webkit-overflow-scrolling:touch}.how-it-works-nodes{min-width:540px!important}.how-it-works-node-btn{width:72px!important}.how-it-works-node-icon{width:48px!important;height:48px!important;font-size:18px!important}.how-it-works-node-step-num{font-size:6px!important}.how-it-works-node-step-title{font-size:9px!important}.how-it-works-detail{margin:0 16px 16px!important;min-height:160px!important}.how-it-works-detail-header{padding:14px 18px!important;flex-wrap:wrap!important;gap:10px!important}.how-it-works-detail-header>div:nth-child(2){min-width:0;flex:1 1 auto}.how-it-works-detail-sources{width:100%;flex-basis:100%;align-items:flex-start!important}.how-it-works-detail-sources>div:first-child{max-width:100%!important}.how-it-works-detail-body{padding:14px 18px!important}.how-it-works-detail-body span{font-size:11px!important}.how-it-works-footer{padding:10px 20px 14px!important}.how-it-works-footer p{font-size:9px!important}}@media(max-width:768px){.how-it-works-section{padding:4rem 1rem 3rem!important}.how-it-works-header{padding:16px!important;justify-content:center!important;text-align:center!important}.how-it-works-header .how-it-works-header-inner{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;width:100%!important}.how-it-works-header .how-it-works-header-inner>div:first-child{justify-content:center!important}.how-it-works-header-label{font-size:9px!important;text-align:center!important}.how-it-works-title{font-size:18px!important;text-align:center!important}.how-it-works-nodes-wrap{padding:16px 12px 10px!important}.how-it-works-nodes{min-width:480px!important}.how-it-works-node{flex:0 0 auto!important}.how-it-works-node-btn{width:64px!important}.how-it-works-node-icon{width:44px!important;height:44px!important;font-size:16px!important}.how-it-works-node-step-num{font-size:7px!important}.how-it-works-node-step-title{font-size:10px!important}.how-it-works-detail-header{padding:12px 14px!important}.how-it-works-detail-header .how-it-works-detail-short{font-size:8px!important}.how-it-works-detail-header>div:first-child{width:36px!important;height:36px!important;font-size:16px!important}.how-it-works-detail-header .how-it-works-detail-title{font-size:16px!important}.how-it-works-detail-sources span{font-size:10px!important}.how-it-works-detail-body{padding:12px 14px!important}.how-it-works-detail-body>div{gap:10px!important}.how-it-works-detail-body>div>div:first-child{width:20px!important;height:20px!important;font-size:10px!important}.how-it-works-detail-body span{font-size:13px!important;line-height:1.55!important;color:#212121!important}.how-it-works-footer{padding:8px 14px 12px!important}.how-it-works-footer p{font-size:13px!important;line-height:1.5!important}}@media(max-width:600px){.how-it-works-nodes-wrap{overflow-x:visible!important;padding-left:12px!important;padding-right:12px!important}.how-it-works-nodes{display:grid!important;grid-template-columns:repeat(2,1fr);gap:12px 16px;min-width:unset!important;width:100%}.how-it-works-node{flex:unset!important;justify-content:center;min-width:unset}.how-it-works-node .how-it-works-node-btn{margin:0 auto}.how-it-works-node-step-num{font-size:7px!important}.how-it-works-node-step-title{font-size:10px!important}.how-it-works-node-connector{display:none!important}}@media(max-width:480px){.how-it-works-section{padding:3rem .75rem 2.5rem!important}.how-it-works-card{border-radius:12px}.how-it-works-header-label{font-size:9px!important}.how-it-works-title{font-size:16px!important}.how-it-works-node-step-num{font-size:7px!important}.how-it-works-node-step-title{font-size:10px!important}.how-it-works-nodes{min-width:unset!important}.how-it-works-node-btn{width:58px!important}.how-it-works-node-icon{width:40px!important;height:40px!important;font-size:14px!important}.how-it-works-detail{margin:0 10px 10px!important;min-height:140px!important}.how-it-works-detail-header .how-it-works-detail-short{font-size:8px!important}.how-it-works-detail-header .how-it-works-detail-title{font-size:15px!important}.how-it-works-detail-sources span{font-size:9px!important;padding:4px 8px!important}.how-it-works-detail-body>div>div:first-child{width:20px!important;height:20px!important;font-size:10px!important}.how-it-works-detail-body span{font-size:12px!important;line-height:1.55!important;color:#212121!important}.how-it-works-footer p{font-size:12px!important;line-height:1.5!important}}@media(max-width:360px){.how-it-works-nodes{min-width:unset!important}.how-it-works-title{font-size:15px!important}.how-it-works-node-step-num{font-size:6px!important}.how-it-works-node-step-title{font-size:9px!important}.how-it-works-node-btn{width:52px!important}.how-it-works-node-icon{width:36px!important;height:36px!important;font-size:12px!important}.how-it-works-detail-header .how-it-works-detail-title{font-size:14px!important}.how-it-works-detail-body span{font-size:11px!important;color:#212121!important}.how-it-works-footer p{font-size:11px!important}}.heat-safety-section{width:100%;padding:6rem 2.5rem 5rem;margin-bottom:5rem;display:flex;flex-direction:column;align-items:center;background-color:#faf7f2}.heat-safety-title{font-size:2.25rem;font-weight:900;color:#333;text-align:center;margin:0 0 .5rem;letter-spacing:.08em;text-transform:uppercase}.heat-safety-subtitle{font-size:.8rem;color:#6b6b6b;text-align:center;margin:0 0 3rem}.heat-safety-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;width:100%;max-width:64rem;margin:0 auto}.heat-safety-card-outer{border:none;background:transparent;padding:0;margin:0;cursor:pointer;height:320px;min-height:320px;perspective:900px;width:100%}.heat-safety-card-inner{width:100%;height:100%;position:relative;transform-style:preserve-3d}.heat-safety-face{position:absolute;inset:0;border-radius:24px;overflow:hidden;backface-visibility:hidden;-webkit-backface-visibility:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}.heat-safety-face-front,.heat-safety-face-back{min-height:100%}.heat-safety-face-front{border:1px solid rgba(0,0,0,.06);padding:2rem 1.5rem;position:relative;justify-content:center}.heat-safety-front-content{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;width:100%;gap:1rem}.heat-safety-icon-wrap{display:flex;align-items:center;justify-content:center;width:4.5rem;height:4.5rem;flex-shrink:0}.heat-safety-icon-svg{width:100%;height:100%;object-fit:contain}.heat-safety-label{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:1.1rem;text-align:center;padding:0 .5rem;line-height:1.3;width:100%}.heat-safety-flip-hint{position:absolute;bottom:1rem;right:1rem;width:28px;height:28px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;background:#0000000f;color:#5a5a5a}.heat-safety-face-back{transform:rotateY(180deg);padding:1.75rem 1.4rem 1.4rem;color:#fff;display:flex;flex-direction:column;justify-content:space-between}.heat-safety-back-top{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.heat-safety-back-icon-wrap{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;flex-shrink:0}.heat-safety-back-icon-svg{width:100%;height:100%;object-fit:contain}.heat-safety-back-label{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:.95rem;color:#ffffffe6;letter-spacing:.06em;width:100%}.heat-safety-back-text{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8rem;line-height:1.65;margin:.35rem 0 0;text-align:center}.heat-safety-back-list{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;list-style:disc;list-style-position:outside;margin:.35rem 0 0;padding-left:1.25rem;text-align:left;width:100%;max-width:100%;box-sizing:border-box}.heat-safety-back-list--large{font-size:.95rem;line-height:1.6}.heat-safety-back-list--large li{margin-bottom:.35rem}.heat-safety-back-list--large li:last-child{margin-bottom:0}.heat-safety-back-footer{font-family:DM Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.7rem;letter-spacing:.16em;color:#fff9;text-align:center}@media(max-width:1023px){.heat-safety-section{padding:5rem 2rem 4rem;margin-bottom:4rem}.heat-safety-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.heat-safety-section{padding:4rem 1.5rem 3.25rem;margin-bottom:4rem}.heat-safety-title{font-size:2rem}.heat-safety-subtitle{font-size:1rem;margin-bottom:2rem}.heat-safety-grid{grid-template-columns:1fr;gap:1.25rem;max-width:100%}.heat-safety-card-outer{min-height:44px;height:300px}.heat-safety-face-front{padding:1.75rem 1.25rem}.heat-safety-front-content{gap:.875rem}.heat-safety-icon-wrap{width:3.75rem;height:3.75rem}.heat-safety-label{font-size:1.05rem}.heat-safety-back-icon-wrap{width:2.25rem;height:2.25rem}.heat-safety-back-text{font-size:1rem}.heat-safety-back-list--large{font-size:.9375rem;padding-left:1.1rem}.heat-safety-back-list--large li{margin-bottom:.3rem}}@media(max-width:412px){.heat-safety-section{padding:3rem 1.25rem 2.5rem;margin-bottom:3.5rem}.heat-safety-title{font-size:1.625rem}.heat-safety-back-list--large{font-size:.9rem;padding-left:1rem}}@media(max-width:375px){.heat-safety-title{font-size:1.5rem}.heat-safety-back-text{font-size:1rem}.heat-safety-back-list--large{font-size:.9rem}}@media(max-width:320px){.heat-safety-section{padding:2.5rem 1rem 2rem;margin-bottom:3rem}.heat-safety-title{font-size:1.375rem;margin-bottom:2rem}.heat-safety-back-text{font-size:1rem}}.about-page{width:100%;max-width:100vw;overflow-x:hidden;padding-top:80px}@media(max-width:768px){.about-page{padding-top:72px}}.about-detail-sections,.about-detail-sections *{box-sizing:border-box}.about-detail-sections ::-webkit-scrollbar{width:4px}.about-detail-sections ::-webkit-scrollbar-thumb{background:#ff6b1a55;border-radius:2px}.about-detail-sections p{margin:0}.about-detail-sections button{font-family:inherit}.about-detail-sections-wrap{max-width:56.25rem;margin:0 auto;padding:2rem 2.5rem 5rem}.about-purpose-card{position:relative;border-radius:22px;overflow:hidden;background:#fff8f2;border:1.5px solid #EEDDC8;padding:52px;margin-bottom:3rem;box-shadow:0 4px 24px #0000000d}.about-purpose-watermark{position:absolute;right:-24px;top:-16px;font-family:DM Mono,monospace;font-weight:700;font-size:148px;color:#ff6b1a0d;line-height:1;-webkit-user-select:none;user-select:none;pointer-events:none;letter-spacing:-.04em;white-space:nowrap}.about-purpose-inner{display:grid;grid-template-columns:1fr 1fr;gap:52px;position:relative;z-index:1}.about-purpose-left{display:flex;flex-direction:column;align-items:flex-start}.about-purpose-kicker{font-size:9px;font-weight:700;letter-spacing:.16em;color:#ff6b1a;margin-bottom:8px;display:flex;align-items:center;gap:6px}.about-purpose-heading{font-weight:900;font-size:32px;color:#1a1a1a;margin:0 0 22px;letter-spacing:-.025em;line-height:1.2}.about-purpose-rule{height:3px;border-radius:2px;background:linear-gradient(90deg,#ff6b1a,#ffb800)}.about-purpose-meta{font-family:DM Mono,monospace;font-size:9px;font-weight:700;letter-spacing:.14em;color:#ff6b1a8c;margin:20px 0 0}.about-purpose-right{display:flex;flex-direction:column;gap:22px}.about-purpose-body{font-size:14px;line-height:1.82;color:#3a2818;margin:0}.about-purpose-quote{margin:0;padding:18px 22px;background:#ff6b1a12;border-left:3px solid #FF6B1A;border-radius:0 14px 14px 0;font-size:13.5px;line-height:1.78;font-style:italic;color:#5a3820}.about-objectives-header{display:flex;align-items:center;gap:14px;margin-bottom:32px}.about-objectives-bar{width:4px;height:44px;background:#ff6b1a;border-radius:2px;flex-shrink:0}.about-objectives-icon{width:44px;height:44px;border-radius:12px;background:#1a1a1a;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-objectives-kicker{font-family:DM Mono,monospace;font-size:9px;font-weight:700;letter-spacing:.16em;color:#9e9e9e;margin-bottom:2px}.about-objectives-title{font-weight:900;font-size:26px;color:#1a1a1a;margin:0;letter-spacing:-.02em}.about-objectives-timeline{position:relative;margin-bottom:4px;padding:0 6px}.about-objectives-track{height:2px;background:#ede8df;border-radius:1px}.about-objectives-track-fill{height:100%;border-radius:1px;background:linear-gradient(90deg,#ff6b1a,#ffb800)}.about-objectives-dots{display:flex;justify-content:space-between;position:absolute;top:-5px;left:6px;right:6px}.about-objectives-dot{width:12px;height:12px;border-radius:50%;border:2.5px solid #FAF5EC}.about-objectives-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:20px}.about-objectives-card{background:#fff;border-radius:16px;padding:20px 16px;border:1.5px solid #EDE8DF;box-shadow:0 2px 12px #0000000d}.about-objectives-number{font-family:DM Mono,monospace;font-weight:700;font-size:22px;color:#ff6b1a;margin-bottom:12px;line-height:1;letter-spacing:-.02em}.about-objectives-text{font-size:12.5px;line-height:1.65;color:#3a2818;margin:0}.about-detail-sdg-row{display:grid;grid-template-columns:88px 1fr}@media(max-width:1023px){.about-detail-sections-wrap{padding:1.75rem 1.5rem 4rem}.about-purpose-card{padding:2rem;margin-bottom:2.5rem}.about-purpose-inner{gap:2rem}.about-purpose-heading{font-size:1.5rem}.about-objectives-grid{grid-template-columns:repeat(3,1fr)}.about-detail-sdg-row{grid-template-columns:72px 1fr}}@media(max-width:767px){.about-detail-sections-wrap{padding:1.25rem 1rem 3.5rem}.about-purpose-card{padding:1.5rem 1.25rem;margin-bottom:2rem}.about-purpose-watermark{font-size:80px;opacity:.04;right:-12px}.about-purpose-inner{grid-template-columns:1fr;gap:1.5rem}.about-purpose-heading{font-size:1.35rem}.about-objectives-grid{grid-template-columns:1fr;gap:.75rem}.about-objectives-dots{gap:0}.about-detail-sdg-row{grid-template-columns:1fr;grid-template-rows:auto 1fr}.about-detail-sdg-row .about-detail-sdg-icon-cell{min-height:3rem;flex-direction:row;gap:.5rem;padding:.75rem 1rem}.about-detail-disclaimer-btn{min-height:44px;padding:1rem 1.25rem}.about-detail-sections p,.about-objectives-text,.about-purpose-body,.about-purpose-quote{font-size:1rem}}@media(max-width:375px){.about-detail-sections-wrap{padding:1rem .75rem 3rem}}@media(max-width:320px){.about-detail-sections-wrap{padding:.75rem .5rem 2.5rem}}.footer{width:100%;background-color:#333;color:#fff;padding:3rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;gap:4rem}.footer-left{flex:1;max-width:500px;text-align:left}.footer-brand{font-size:1.75rem;font-weight:700;color:#fd6f00;margin:0 0 1rem;letter-spacing:.05em}.footer-description{font-size:.95rem;color:#ccc;line-height:1.6;margin:0 0 1.5rem}.footer-social{display:flex;gap:1rem;align-items:center}.social-icon{width:40px;height:40px;border-radius:50%;background-color:#555;border:2px solid #666;transition:all .3s ease;cursor:pointer;display:flex;align-items:center;justify-content:center}.social-icon img,.social-icon svg{width:18px;height:18px;display:block;object-fit:contain;flex-shrink:0}.social-icon:hover{background-color:#fd6f00;border-color:#fd6f00;transform:scale(1.1)}.footer-right{display:flex;gap:3rem}.footer-column{display:flex;flex-direction:column;gap:.75rem}.footer-heading{font-size:1rem;font-weight:700;color:#fd6f00;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.05em}.footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.footer-links li{margin:0}.footer-links a{color:#ccc;text-decoration:none;font-size:.9rem;transition:color .3s ease;display:inline-block}.footer-links a:hover{color:#fd6f00}@media(max-width:768px){.footer-links a{padding:.35rem 0;min-height:44px;display:inline-flex;align-items:center}}@media(max-width:1024px){.footer-container{gap:3rem}}@media(max-width:768px){.footer{padding:2.5rem 1.5rem 2rem}.footer-container{flex-direction:column;gap:2.5rem}.footer-left{max-width:100%}.footer-brand{font-size:1.5rem}.footer-description{font-size:.9rem}.footer-right{flex-direction:row;gap:2rem;justify-content:flex-start}.footer-column{flex:1}}@media(max-width:412px){.footer{padding:2rem 1.25rem 1.5rem}.footer-right{gap:1.75rem}}@media(max-width:375px){.footer{padding:1.75rem 1rem 1.5rem}.footer-brand{font-size:1.375rem}.footer-right{flex-direction:column;gap:1.5rem}}@media(max-width:320px){.footer{padding:1.5rem .75rem 1.25rem}.footer-brand{font-size:1.25rem}.footer-description{font-size:.875rem}.footer-right{gap:1.25rem}.social-icon{width:36px;height:36px}.social-icon img{width:16px;height:16px}}.app{width:100%;min-height:100vh;background-color:transparent;display:flex;flex-direction:column}.app-main{flex:1 0 auto}.app .footer{margin-top:0;flex-shrink:0}
