.navbar{position:fixed;top:0;width:100%;height:100px;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 3rem;z-index:1000;position:relative}.nav-left{display:flex;align-items:center}.nav-logo-link{display:flex;align-items:center;gap:14px;text-decoration:none;color:inherit}.logo{height:60px}.brand{font-size:2.6rem;font-weight:700;color:#000;letter-spacing:1.2px}.highlight{color:#00b4ff;font-weight:700}.nav-right{display:flex;gap:60px;margin-left:auto;padding-right:2rem}.nav-right a{color:#000;text-decoration:none;font-weight:500;position:relative;font-size:1.15rem;letter-spacing:.5px;transition:color .3s ease}.nav-right a:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:2px;background:#000;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.nav-right a.active,.nav-right a:hover{color:#00b4ff}.nav-right a:hover:after{transform:scaleX(1)}.hamburger{display:none;flex-direction:column;justify-content:space-between;height:18px;cursor:pointer;z-index:1001}.bar{width:24px;height:2.5px;background-color:#000;border-radius:2px;transition:.3s}@media screen and (max-width: 1300px){.hamburger{display:flex;position:absolute;right:3rem}.nav-right{position:absolute;top:100px;left:0;width:100%;background:#fff;flex-direction:column;align-items:center;gap:2rem;padding:2rem 0;box-shadow:0 2px 8px #0000001a;transform:translateY(-200%);transition:transform .3s ease;display:none}.nav-right.open{display:flex;transform:translateY(0)}.nav-right a:after{display:none}.nav-left{z-index:1001}}@media screen and (max-width: 768px){.logo{height:50px}.brand{font-size:1.6rem}}.footer{display:flex;justify-content:space-between;align-items:center;background-color:#0a0f1c;color:#fff;padding:20px 40px;flex-wrap:wrap;z-index:888}.footer-left{flex:1;min-width:200px}.brand-name{font-size:1.8rem;font-weight:700;color:#00d4ff;margin:0}.tagline{font-size:.95rem;color:#bbb;margin-top:5px}.footer-center{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;flex:1;min-width:200px}.footer-center a{color:#ddd;text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-center a:hover{color:#00d4ff}.footer-right{display:flex;gap:16px;font-size:1.5rem;flex:1;justify-content:flex-end;min-width:200px}.footer-right a{color:#ccc;transition:color .3s ease}.footer-right a:hover{color:#00d4ff}@media (max-width: 768px){.footer{flex-direction:column;text-align:center;gap:20px}.footer-right{justify-content:center}}html,body,#root{height:100%;margin:0;padding:0;scroll-behavior:smooth;font-family:Inter,sans-serif}.image-layer,.text-layer{position:absolute;top:0;height:100vh;display:flex;align-items:center;padding:0 5%;box-sizing:border-box;width:50%;z-index:2}.image-layer img{max-width:100%;height:auto;margin:0 auto}.image-layer.left{left:0;justify-content:center}.image-layer.right{right:0;justify-content:center}.text-layer.left,.text-layer.right{flex-direction:column;justify-content:center}.text-layer.left{left:0;align-items:flex-start}.text-layer.right{right:0;align-items:flex-start}.section2-image{position:absolute;top:0;left:0;height:100vh;width:40%;display:flex;justify-content:center;align-items:center;padding:2rem;box-sizing:border-box}.section2-image img{max-width:90%;height:auto}.section2-content{position:absolute;top:0;right:0;height:100vh;width:60%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 3rem;box-sizing:border-box;text-align:left}.section2-content .insight-cards{display:flex;flex-wrap:nowrap;gap:1.5rem;justify-content:flex-start;margin:1.5rem 0}.section2-content .insight-card{background-color:#fff;padding:1.2rem 1.5rem;border-radius:16px;box-shadow:0 8px 20px #00000014;max-width:240px;flex:1 1 200px;transition:transform .3s ease}.section2-content .insight-card:hover{transform:translateY(-5px)}.section2-content .insight-card h2{font-size:2rem;color:#1a73e8;margin-bottom:.5rem;font-weight:700}.section2-content .insight-card p{font-size:.95rem;color:#444;margin:0}.section-title{font-size:3rem;font-weight:700;color:#222;margin-bottom:1rem}.section-subtitle{font-size:1.5rem;color:#555;margin-bottom:2rem;max-width:500px}button{margin:10px;align-self:flex-start;padding:14px 32px;font-size:1.05rem;border:none;border-radius:14px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.section1 button{background-color:#7e57c2;color:#fff}.section2-content button{background-color:#5485fb;color:#fff}.section3 button{background-color:#ff725e;color:#fff}.section4 button{background-color:#128200;color:#fff}.section5 button{background-color:#ddb333;color:#fff}button:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 20px #00000026}.fixed-down-lottie{position:fixed;bottom:20px;left:20px;width:60px;height:60px;z-index:9999;cursor:pointer;opacity:.8;transition:transform .3s ease}.fixed-down-lottie:hover{transform:scale(1.1);opacity:1}.fixed-up-lottie{position:fixed;top:120px;right:20px;width:60px;height:60px;transform:rotate(180deg);z-index:9999;cursor:pointer;opacity:.9;transition:transform .3s ease}.fixed-up-lottie:hover{transform:rotate(180deg) scale(1.1)}@media (max-width: 768px){.image-layer,.text-layer,.section2-image,.section2-content{position:relative!important;width:100%!important;height:auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;text-align:center!important;padding:1.5rem 1rem!important;box-sizing:border-box}.mobile-bg{margin-top:2rem;display:flex!important;justify-content:center;align-items:center;width:100%}.mobile-bg img{width:80%;max-width:220px;height:auto}.mobile-section{background:#ffffffbf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:16px;padding:2rem 1.2rem;z-index:2;width:calc(100% - 2rem);box-shadow:0 4px 20px #0000000d;margin-top:250px}.mobile-section .section-title{font-size:2rem}.mobile-section .section-subtitle{font-size:1.2rem;max-width:95%}.section2-content .insight-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;margin-top:1.5rem;padding:0 .5rem}.section2-content .insight-cards .insight-card:nth-child(3){grid-column:1 / span 2}.section2-content .insight-card{text-align:center;width:100%;margin:0 auto}button{align-self:center!important;width:auto;font-size:1rem;padding:12px 24px}.scroll-note{margin-top:1rem;font-size:.95rem;font-style:italic}}.subscribe-form-inline{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;max-width:500px;width:100%}.subscribe-form-inline input{flex:1;padding:16px 20px;border:2px solid #1d1c1c;border-radius:12px;font-size:1.1rem;outline:none;min-width:200px}.subscribe-form-inline input:-webkit-autofill,.subscribe-form-inline input:-webkit-autofill:hover,.subscribe-form-inline input:-webkit-autofill:focus,.subscribe-form-inline input:-internal-autofill-selected{background-color:#fff!important;box-shadow:0 0 0 1000px #fff inset!important;-webkit-text-fill-color:#000000!important;transition:background-color 5000s ease-in-out 0s}.subscribe-form-inline button{padding:16px 24px;font-size:1.1rem;background-color:#00b4ff;color:#fff;border:none;border-radius:12px;cursor:pointer;font-weight:600;transition:background-color .3s ease}.subscribe-form-inline button:hover{background-color:#00b4ff}.subscribe-message{font-size:1rem;margin-top:.5rem}.subscribe-message.error{color:red}.subscribe-popup{position:fixed;bottom:30px;left:50%;transform:translate(-50%);background-color:#fff;color:#fff;padding:1.5rem 2rem;border-radius:16px;box-shadow:0 8px 24px #00000040;font-size:1rem;z-index:999;max-width:90vw;width:100%;max-width:500px;text-align:center;animation:slideUp .4s ease}.popup-text{margin:0 0 1.2rem;font-size:1.15rem;font-weight:500;color:#f1f1f1;line-height:1.6;padding-top:20px}.popup-close{position:absolute;top:8px;right:16px;background:transparent;border:none;font-size:1.5rem;color:#fff;cursor:pointer}.popup-action{background-color:#6cc3e9;color:#fff;padding:12px 24px;font-size:1rem;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:background-color .3s ease}.popup-action:hover{background-color:#1ab4f7;color:#fff}@keyframes slideUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}body{padding-top:100px;background:#f1f1f1}.section-heading{text-align:center;font-size:2rem;color:#213622}.live-map-wrapper{display:flex;flex-wrap:nowrap;gap:.5rem;padding:1rem;align-items:flex-start}.map-column{flex:4;min-width:0}.map-description{flex:2;background-color:#f4f4f4;padding:1.5rem;border-radius:12px;box-shadow:0 4px 8px #0000000d;color:#333;min-width:280px}.map-description h2{margin-bottom:1rem;font-size:1.5rem;color:#1e2d24}.map-description ul{padding-left:1.2rem;margin:1rem 0;list-style:disc;color:#444}.map-section{background:#fff;border-radius:16px;padding:2rem;margin:2rem;box-shadow:0 8px 24px #00000014}.subscribe-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1670px;width:100%;background:#fff;padding:4rem 3rem;border-radius:24px;box-shadow:0 12px 32px #00000014}.subscribe-text h2{font-size:2.8rem;font-weight:700;color:#1e1e1e;margin-bottom:1rem}.subscribe-text p{font-size:1.25rem;color:#444;margin-bottom:2.5rem}.subscribe-image img{width:100%;max-width:500px;display:block;margin:0 auto}.section-divider{border:0;height:2px;background:linear-gradient(to right,#ccc,#aaa,#ccc);margin:3rem auto;width:90%;border-radius:2px}@media (max-width: 768px){.live-map-wrapper{flex-direction:column}.subscribe-content{grid-template-columns:1fr;text-align:center;padding:3rem 1.5rem}.subscribe-image{margin-top:2rem}.subscribe-text h2{font-size:2rem}.subscribe-text p{font-size:1rem}}.scroll-prompt{background:#0b0b0b;border-radius:14px;padding:1.8rem 1.5rem;max-width:320px;margin-top:1rem;color:#fff;text-align:center;box-shadow:inset 0 0 .5px #333,0 8px 18px #00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:box-shadow .3s ease}.scroll-prompt h2{font-size:1.3rem;font-weight:700;color:#000;margin-bottom:.7rem}.scroll-prompt p{font-size:.95rem;color:#000;line-height:1.6}.scroll-button{margin-top:1.2rem;padding:.7rem 1.6rem;font-size:.95rem;font-weight:500;background:linear-gradient(to right,#111,#000);color:#fff;border:none;border-radius:10px;cursor:pointer;box-shadow:0 0 8px #ffffff26;transition:background .3s ease,box-shadow .3s ease}.scroll-button:hover{background:linear-gradient(to right,#1a1a1a,#000);box-shadow:0 0 12px #ffffff40}.alexa-test-wrapper{display:flex;background:#fdf6f0;border-radius:20px;overflow:hidden;box-shadow:0 6px 18px #0000001a;margin:60px auto;max-width:1300px;flex-wrap:wrap;width:95%}.alexa-image-box{flex:1;background:#dbeafe;display:flex;justify-content:center;align-items:center}.alexa-image-box img{max-width:100%;height:auto;border-radius:12px}.alexa-info-box{flex:2;display:flex;flex-direction:row;padding:30px;background:#fff;gap:40px;align-items:flex-start;justify-content:space-between;flex-wrap:wrap}.alexa-left-column,.alexa-right-column{flex:1;font-size:1rem;color:#333}.alexa-left-column p{font-size:.95rem;line-height:1.5;margin-bottom:16px;color:#374151}.alexa-divider{width:1px;background:#cbd5e1;margin:0 16px;align-self:stretch}.alexa-steps-grid{display:flex;gap:20px;margin-top:16px;width:100%;justify-content:space-between}.alexa-step-card{flex:1;min-width:350px;background:#eef2ff;padding:24px 28px;border-radius:16px;box-shadow:0 6px 14px #0000000f;transition:transform .3s ease;display:flex;flex-direction:column;justify-content:center}.alexa-step-card:hover{transform:translateY(-4px)}.step-number{font-size:.95rem;font-weight:700;color:#4f46e5;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.step-text{font-size:1.05rem;color:#1f2937}.floating-up-arrow{position:fixed;top:20px;right:20px;width:60px;height:60px;z-index:99;background:#fff;border-radius:50%;box-shadow:0 6px 16px #00000040;cursor:pointer;padding:4px;transform:rotate(180deg)}.rotated-up-arrow{transform:rotate(180deg)}.floating-down-arrow,.floating-up-arrow{background-color:#fff;border-radius:50%;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;justify-content:center}.map-container{height:74vh;position:relative;z-index:15;margin:0 30px;border-radius:14px}.map{height:100%;width:100%}.mapboxgl-popup-content{color:#111!important;font-size:11px!important;background-color:#fff;border-radius:6px;padding:6px 10px;box-shadow:none!important;border:none!important;max-width:140px;text-align:center;font-weight:500;line-height:1.3}.map-legend{position:absolute;bottom:20px;right:20px;background:#000000b3;padding:10px;border-radius:4px;color:#fff;font-size:12px}.map-legend strong{display:block;margin-bottom:8px;font-size:14px}.map-legend div{display:flex;align-items:center;margin-bottom:4px}.map-legend span{display:inline-block;width:16px;height:16px;margin-right:8px;border-radius:2px}.wind-switch-container{position:absolute;top:20px;left:20px;z-index:20;display:flex;align-items:center;gap:10px}.wind-switch{position:relative;display:inline-block;width:44px;height:24px}.wind-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#e0e0e0;border-radius:24px;transition:background .2s}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#ccc;border-radius:50%;transition:transform .2s,background .2s}.wind-switch input:checked+.slider{background-color:#178911}.wind-switch input:checked+.slider:before{transform:translate(20px);background-color:#fff}.wind-switch-label{font-size:15px;font-weight:600;color:#fff;margin-left:8px}.wind-arrow-marker{display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:auto}.arrow-container{display:flex;align-items:center;justify-content:center}.wind-speed-label{font-size:15px;color:#f0f0f0;margin-top:4px;font-weight:500;text-align:center}.animated-particle{position:absolute;width:5px;height:5px;background-color:#ffffffb3;border-radius:50%;bottom:0;animation-name:moveParticle;animation-timing-function:ease-in-out;animation-iteration-count:infinite}@keyframes moveParticle{0%{opacity:0;transform:translate(0) scale(1)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translate(20px) scale(1.2)}}.arrow-body{height:5px;background-color:#fff;border-radius:3px;position:relative;overflow:hidden}.arrow-head{position:absolute;right:-6px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:8px solid white}.pollen-info-wrapper{margin-top:100px;flex:1;display:flex;flex-direction:column;gap:1.4rem;max-width:280px}.info-card{flex:1;padding:1.2rem;border-radius:18px;background:#fff;color:#1a1a1a;box-shadow:0 8px 24px #64d36426;transition:all .3s ease;position:relative}.info-card:hover{transform:translateY(-5px);box-shadow:0 12px 28px #62eb6240}.info-card h3{font-size:1.1rem;margin-bottom:.8rem;font-weight:600}.info-card p{font-size:.94rem;line-height:1.6;color:#333}.info-card.off{background:#afe497;color:#fff;text-align:center;padding:1rem;box-shadow:0 8px 24px #228b224d;font-weight:600;font-size:1rem;border-radius:14px}.info-card.neutral{background:#fff;color:#1a1a1a}.forecast-btn{margin-top:1rem;padding:10px 16px;font-size:.85rem;font-weight:600;background-color:#2e7d32;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:background .3s ease}.forecast-btn:hover{background-color:#1b5e20}.wrapper{min-height:100vh;width:100%;box-sizing:border-box;background:linear-gradient(to right,#e0f7fa,#f1f8ff);display:flex;flex-direction:column;align-items:center;background-image:url(/assets/bgpurple-dvpBmLld.png);background-size:cover;background-repeat:no-repeat;background-position:center}.plant-overlay{background:#b7bbf74b;min-height:100vh;width:100%;border-radius:20px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.title{font-size:1.8rem;color:#082e35;font-weight:700;margin-bottom:20px;text-align:center;margin-top:80px}.upload-options{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.option-card{display:flex;flex-direction:column;align-items:center;padding:1.5rem;border-radius:12px;cursor:pointer;transition:transform .3s ease;width:250px;height:250px;justify-content:center}.option-card:hover{transform:scale(1.05)}.option-card img{width:120px;height:120px;object-fit:contain;margin-bottom:1rem}.option-card p{text-align:center;font-size:1.2rem;color:#1c1c1c;font-weight:700}.info-row{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:2rem}.info-box{color:#082e35;padding:2rem 2.5rem;border-radius:16px;width:320px;text-align:center;font-size:1.15rem;font-weight:500;line-height:1.6;box-shadow:0 8px 24px #0000004d;transition:transform .3s ease}.info-box:hover{transform:translateY(-4px)}.info-icon{width:48px;height:48px;margin-bottom:1rem;display:block;margin:0 auto 1rem}.camera-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:#0009;display:flex;justify-content:center;align-items:center}.camera-box{background:#fff;border-radius:5px;padding:2rem;text-align:center;box-shadow:0 12px 40px #0000004d}.camera-frame{width:400px;border-radius:5px;margin-bottom:1rem}.camera-buttons{display:flex;justify-content:center;gap:1rem}.camera-container{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:2rem}.capture-btn{padding:.6rem 1.2rem;background-color:#4caf50;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s ease}.capture-btn:hover{background-color:#388e3c}.result-view{display:flex;justify-content:center;align-items:flex-start;gap:2rem;margin-top:3rem;padding:0 2rem;width:100%}.upload-left-panel{width:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center}.upload-left-panel img{display:block;margin:0 auto;width:400px;height:500px;object-fit:cover;border-radius:16px;box-shadow:0 8px 24px #0003}.upload-right-panel{width:50%;display:flex;flex-direction:column;align-items:flex-start;background:#e3f2fd;padding:1.5rem 2rem}.more-info-box{margin-top:2rem;background:#e3f2fd;padding:1.5rem 2rem;border-radius:12px;color:#0d47a1;font-weight:500;width:100%;box-shadow:0 4px 16px #0000001a;font-size:1rem;text-align:left;cursor:pointer;transition:transform .2s ease}.more-info-box:hover{transform:translateY(-2px)}.result-wrapper{width:100%;display:flex;flex-direction:column;align-items:center}.result-title{font-size:2rem;font-weight:700;color:#01579b;margin-top:30PX;text-align:center}.reset-btn{display:inline-block;padding:.8rem 1.6rem;background:#1c88ee;color:#fff;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background .3s ease;margin:0 auto}.reset-btn:hover{background:#0d70ce}.result-box{background:#e3f2fd;padding:2rem;border-radius:16px;box-shadow:0 6px 20px #0000001a;width:100%;max-width:600px}.result-box h4{font-size:1.6rem;color:#0d47a1;margin-bottom:1rem}.result-box p{font-size:1rem;color:#333;margin:.6rem 0;line-height:1.6}.result-box p strong{font-weight:600;color:#0b3c5d}.result-box .highlight{font-size:1.2rem;font-weight:700;color:#d32f2f;margin-top:1.5rem}.result-box .season{font-size:1.2rem;font-weight:700;color:#388e3c}@media (max-width: 768px){.result-view{flex-direction:column;align-items:center}.upload-left-panel img{width:100%;max-width:300px}.upload-right-panel{width:100%}.result-box,.info-box{width:90%}}.plant-layout-wrapper{width:100%;align-items:center;justify-content:center;background-image:url(/assets/pgbg-BaOBN5qC.png);background-size:cover;background-repeat:no-repeat;background-position:center;height:100vh;box-sizing:border-box;overflow:hidden}.gallery-overlay{background:#b7bbf74b;min-height:100vh;width:100%;border-radius:20px;padding:40px;gap:40px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex}.carousel-column{flex:2;display:flex;flex-direction:column;justify-content:space-between;text-align:center}.details-column{flex:1.3;background:#fff;padding:24px;border-radius:12px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;justify-content:space-between}.stack-title{font-size:2.4rem;color:#fcfcfc;margin-bottom:20px;font-weight:700}.stack-gallery{position:relative;width:100%;display:flex;flex-direction:column;align-items:center}.stack-container{position:relative;width:100%;height:440px;display:flex;justify-content:center;align-items:center;overflow:visible;margin-bottom:30px}.plant-card{position:absolute;top:0;width:300px;height:440px;display:flex;justify-content:center;align-items:center;transition:all .4s ease;z-index:1}.plant-frame{width:100%;height:100%;background:#fff;padding:16px;border-radius:10px;border:3px solid #d5d6d5;box-shadow:0 8px 32px #0000002e;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.frame-inner{width:100%;height:330px;background:#f2f2f2;display:flex;align-items:center;justify-content:center;border-radius:6px}.frame-inner img{width:100%;height:100%;object-fit:cover;border-radius:6px}.caption{font-size:1.1rem;font-weight:600;color:#222;margin-top:12px;text-align:center}.plant-card.hidden{opacity:0;pointer-events:none}.plant-card.active{transform:scale(1);z-index:3}.stack-arrows{display:flex;justify-content:center;gap:24px;margin-top:-10px}.stack-arrow{background:transparent;border:none;cursor:pointer;padding:8px;transition:transform .2s ease}.stack-arrow img{width:26px;height:26px;opacity:.85}.stack-arrow:hover{transform:scale(1.1)}.details-column h3{color:#1f1f1f}.desc-lines{border-top:1.5px solid #ccc;border-bottom:1.5px solid #ccc;padding:12px 0}.desc-line{font-size:1rem;color:#2a2a2a;line-height:1.5;margin-bottom:4px}.metrics-row{display:flex;justify-content:space-between;gap:12px}.metric{width:150px;height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8px;background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000f}.metric img{width:36px;height:36px;margin-bottom:6px}.metric-label{font-weight:700;font-size:1rem;color:#1f1f1f;margin-bottom:4px}.metric-value{font-size:.95rem;color:#3d3d3d;word-wrap:break-word}.actions-box{display:flex;flex-direction:row;gap:20px;margin-top:20px;justify-content:space-between;align-items:center}.action-item{display:flex;flex-direction:column;align-items:center;flex:1;padding:20px;background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000f}.action-info{font-size:.95rem;color:#333;margin:0}.main-button{width:180px;height:50px;background-color:#fff;color:#1e1e1e;font-weight:200;border:none;border-radius:8px;cursor:pointer;box-shadow:0 1px 8px #0000002e}.main-button:hover{background-color:#16362e;color:#fff}.map-popup .leaflet-container{width:700px;height:500px;border-radius:5px;box-shadow:0 4px 18px #00000026}.map-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#00000095;padding:20px;border-radius:5px;box-shadow:0 8px 28px #0003;z-index:9999;display:flex;flex-direction:column;align-items:center}.map-popup button{padding:8px 20px;font-weight:600;background:#000;color:#fff;border:none;border-radius:6px;cursor:pointer;box-shadow:0 2px 8px #0000001a;align-self:center}.map-popup button:hover{background:#16362e}.map-overlay{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#0006;z-index:9998}.recommend-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:30px;border-radius:5px;box-shadow:0 12px 40px #0000004d;z-index:9999;width:90%;max-width:960px;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.plant-comparison{display:flex;justify-content:space-between;align-items:flex-start;gap:32px;margin:30px 0}.plant-box{flex:1;display:flex;flex-direction:column;align-items:center}.plant-box img{width:300px!important;height:300px!important;object-fit:cover;border-radius:5px;box-shadow:0 6px 24px #00000026;border:3px solid #eee;display:block}.plant-box h4{margin-top:12px;font-size:1.2rem;font-weight:600;color:#222}.tag{margin-top:6px;font-weight:500;font-size:1rem}.tag.safe{color:#198754}.tag.unsafe{color:#dc3545}.recommend-desc{font-size:1rem;color:#444;line-height:1.5;margin-bottom:24px;padding:0 20px;max-width:800px;margin-left:auto;margin-right:auto}.recommend-popup button{padding:10px 24px;font-weight:600;background:#111;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .2s ease}.recommend-popup button:hover{background:#333}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.plant-identify-page{position:relative;width:100%;scroll-behavior:smooth}.top-banner{display:flex;width:100%;height:calc(100vh - 80px);flex-wrap:wrap}.panel{flex:1;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:40px;box-sizing:border-box}.left-panel{background-color:#d9eefd}.right-panel{background-color:#eefaea}.content{text-align:center;z-index:2}.content h2{font-size:1.6rem;margin-bottom:20px;max-width:420px;color:#313030}.content button{padding:12px 24px;font-size:1rem;border:none;border-radius:8px;cursor:pointer;font-weight:700;box-shadow:0 4px 10px #0000001a;transition:background-color .3s ease}.left-panel .content button{background-color:#347ddd;color:#fff}.left-panel .content button:hover{background-color:#1d65c2}.right-panel .content button{background-color:#4caf50;color:#fff}.right-panel .content button:hover{background-color:#3a8d3a}.panel-img{width:60%;max-width:500px;object-fit:contain;margin-bottom:30px}.identify-down-arrow{position:fixed;bottom:24px;left:24px;width:48px;height:48px;z-index:100;cursor:pointer;opacity:.95;transition:transform .2s ease}.identify-down-arrow:hover{transform:scale(1.1)}.identify-up-arrow{position:fixed;top:24px;right:24px;width:48px;height:48px;z-index:100;cursor:pointer;transform:rotate(180deg);opacity:.95;transition:transform .2s ease}.identify-up-arrow:hover{transform:rotate(180deg) scale(1.1)}.explore-section{display:flex;flex-wrap:wrap;justify-content:center;gap:32px;padding:60px 40px;background:#f8f9fa}.explore-card{background:#fff;border-radius:16px;box-shadow:0 8px 24px #0000001a;padding:32px;width:320px;max-width:90vw;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.explore-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #00000026}.explore-card h3{font-size:1.4rem;color:#333;margin-bottom:12px}.explore-card p{font-size:1rem;color:#555;margin-bottom:20px}.explore-card button{background-color:#2c82e0;color:#fff;border:none;padding:12px 20px;border-radius:8px;font-weight:700;cursor:pointer;transition:background-color .3s ease}.explore-card button:hover{background-color:#1f65b8}.password-container{display:flex;justify-content:center;align-items:center;height:100vh;background:linear-gradient(to right,#f0f4f8,#d9e2ec)}.password-box{background-color:#fff;padding:2rem 3rem;border-radius:1rem;box-shadow:0 8px 24px #0000001a;text-align:center}.password-box h2{margin-bottom:1.5rem;color:#333}.password-box input{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:.5rem;font-size:1rem}.password-box button{padding:.75rem 2rem;font-size:1rem;border:none;background-color:#3b82f6;color:#fff;border-radius:.5rem;cursor:pointer;transition:background-color .3s ease}.password-box button:hover{background-color:#2563eb}.mapboxgl-map{-webkit-tap-highlight-color:rgb(0 0 0/0);font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative}.mapboxgl-canvas{left:0;position:absolute;top:0}.mapboxgl-map:-webkit-full-screen{height:100%;width:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:grab;-webkit-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.mapboxgl-ctrl-top-left{left:0;top:0}.mapboxgl-ctrl-top-right{right:0;top:0}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-bottom-right{bottom:0;right:0}.mapboxgl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{float:left;margin:10px 0 0 10px}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{float:right;margin:10px 10px 0 0}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl{float:left;margin:0 0 10px 10px}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl{float:right;margin:0 10px 10px 0}.mapboxgl-ctrl-group{background:#fff;border-radius:4px}.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.mapboxgl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;overflow:hidden;padding:0;width:29px}.mapboxgl-ctrl-group button+button{border-top:1px solid #ddd}.mapboxgl-ctrl button .mapboxgl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (-ms-high-contrast:active){.mapboxgl-ctrl-icon{background-color:transparent}.mapboxgl-ctrl-group button+button{border-top:1px solid ButtonText}}.mapboxgl-ctrl-attrib-button:focus,.mapboxgl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl button:disabled{cursor:not-allowed}.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{opacity:.25}.mapboxgl-ctrl-group button:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group button:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group button:only-child{border-radius:inherit}.mapboxgl-ctrl button:not(:disabled):hover{background-color:#0000000d}.mapboxgl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{animation:mapboxgl-spin 2s linear infinite}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}}@keyframes mapboxgl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='0.9' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:23px}@media (-ms-high-contrast:active){a.mapboxgl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23000'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")}}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{background-color:#fff;border-radius:12px;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.mapboxgl-ctrl-attrib.mapboxgl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button{left:0}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button{background-color:#0000000d}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0;top:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0;top:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}}@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.mapboxgl-ctrl-attrib a{color:#000000bf;text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.mapboxgl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{flex-direction:column-reverse}.mapboxgl-popup-anchor-left{flex-direction:row}.mapboxgl-popup-anchor-right{flex-direction:row-reverse}.mapboxgl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.mapboxgl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.mapboxgl-popup-close-button:hover{background-color:#0000000d}.mapboxgl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:10px 10px 15px;pointer-events:auto;position:relative}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}.mapboxgl-marker{left:0;opacity:1;position:absolute;top:0;transition:opacity .2s;will-change:transform}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.mapboxgl-user-location-dot:before{animation:mapboxgl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.mapboxgl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading{height:0;width:0}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after,.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-bottom:7.5px solid #4aa1eb;content:"";position:absolute}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-left:7.5px solid transparent;transform:translateY(-28px) skewY(-20deg)}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after{border-right:7.5px solid transparent;transform:translate(7.5px,-28px) skewY(20deg)}@keyframes mapboxgl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}@media print{.mapbox-improve-map{display:none}}.mapboxgl-scroll-zoom-blocker,.mapboxgl-touch-pan-blocker{align-items:center;background:#000000b3;color:#fff;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;text-align:center;top:0;transition:opacity .75s ease-in-out;transition-delay:1s;width:100%}.mapboxgl-scroll-zoom-blocker-show,.mapboxgl-touch-pan-blocker-show{opacity:1;transition:opacity .1s ease-in-out}.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page,.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas{touch-action:pan-x pan-y}#map-container{width:100%;height:100vh}#map{width:100%;height:100%}.symptom-card{background:#fff;border-radius:12px;padding:2.5rem 2vw;width:100%;max-width:1800px;box-sizing:border-box;margin:0 auto;display:flex;flex-direction:column;gap:16px;border:2px solid transparent;box-shadow:none;transition:all .3s ease}.symptom-card.card--mild{border:2px solid #4ade80;border-left:6px solid #4ade80;background:linear-gradient(to right,rgba(74,222,128,.08),transparent 20%)}.symptom-card.card--moderate{border:2px solid #fbbf24;border-left:6px solid #fbbf24;background:linear-gradient(to right,rgba(251,191,36,.08),transparent 20%)}.symptom-card.card--severe{border:2px solid #ef4444;border-left:6px solid #ef4444;background:linear-gradient(to right,rgba(239,68,68,.08),transparent 20%)}.symptom-card h3{font-size:2rem;color:#1a3d14;margin:0 0 1rem;font-weight:700}.symptom-card p{margin:0;color:#2a2a2a;font-size:1.15rem;line-height:1.75}.symptom-card p strong{color:#1a3d14;font-weight:600;margin-right:6px}.more-btn{margin-top:10px;padding:6px 14px;font-size:.9rem;border-radius:6px;border:1px solid #cbd5e1;background-color:#f1f5f9;color:#64748b;cursor:not-allowed;opacity:.6}.severity-legend{display:flex;gap:1.5rem;margin:20px 0 10px;font-size:.95rem;color:#334155;align-items:center;flex-wrap:wrap}.legend-box{width:14px;height:14px;display:inline-block;border-radius:3px;margin-right:6px}.legend-box.mild{background-color:#34d399}.legend-box.moderate{background-color:#facc15}.legend-box.severe{background-color:#f87171}@media (max-width: 768px){.symptom-card{padding:1.5rem 1rem}.symptom-card h3{font-size:1.5rem}.symptom-card p{font-size:1rem}}.robot-container{width:100%;height:100%;min-height:400px;position:relative;display:flex;justify-content:center;align-items:center;padding:2rem 0}.robot-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;width:100%}.robot-page-title{font-size:2.6rem;font-weight:700;color:#1f2937;margin-bottom:2rem;text-align:center}.lottie-frame{position:relative;width:350px;height:500px;margin:0}.lottie-container{width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start}.lottie-player{width:100%!important;height:100%!important;max-width:500px}.controls{position:absolute;top:10px;right:10px;z-index:1000}.debug-info{background:#000000b3;color:#411d1d;padding:5px;margin-top:5px;border-radius:4px}.symptom-tooltip{position:absolute;left:100%;top:50%;transform:translateY(-50%);width:280px;background:#f2efe9;color:#333;padding:20px;border-radius:12px;font-size:16px;line-height:1.6;box-shadow:0 8px 24px #00000026;border:1px solid #decbcb;opacity:0;transition:all .3s ease;animation:slideIn .3s ease forwards}.symptom-tooltip:before{content:"";position:absolute;left:-10px;top:50%;transform:translateY(-50%);border-width:10px;border-style:solid;border-color:transparent #ffffff transparent transparent}.symptom-title{font-size:1.2rem;font-weight:700;color:#1a3d14!important;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #e0e9e2}.symptom-description{color:#2a2a2a!important;font-size:.9rem;margin-bottom:12px;font-weight:600}.symptom-images{margin-top:12px}.symptom-image{width:100%;border-radius:8px;margin-top:8px;box-shadow:0 2px 8px #0000001a}.debug-zone{position:absolute;border:1px solid rgba(0,0,0,.5);pointer-events:none}.control-button{background:#4a90e2;color:#fff;border:none;padding:8px 12px;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.control-button:hover{background:#357abd}@keyframes slideIn{0%{opacity:0;transform:translateY(-50%) translate(20px)}to{opacity:1;transform:translateY(-50%) translate(0)}}.indicator-dot{position:absolute;width:12px;height:12px;background-color:#f44;border-radius:50%;transform:translate(-50%,-50%);cursor:pointer;box-shadow:0 0 0 3px #ff44444d;animation:pulse 2s infinite;transition:all .3s ease}.indicator-dot.selected{background-color:#2d5a27;box-shadow:0 0 0 6px #2d5a274d;animation:selected-pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #f446}70%{box-shadow:0 0 0 10px #f440}to{box-shadow:0 0 #f440}}@keyframes selected-pulse{0%{box-shadow:0 0 0 6px #2d5a274d}50%{box-shadow:0 0 0 10px #2d5a271a}to{box-shadow:0 0 0 6px #2d5a274d}}.symptoms-list{margin-top:16px;display:flex;flex-direction:column}.symptom-item{padding:8px 12px;background:#ffffffe6;border-radius:6px;cursor:pointer;transition:all .2s ease;color:#1a3d14;font-size:.95rem;border:1px solid #e0e9e2;font-weight:500}.symptom-item:hover{background:#1a3d14;color:#fff;transform:translate(4px)}.speech-bubble{position:absolute;top:20px;left:-220px;background:#fff;color:#1a1a1a;padding:12px;border-radius:12px;max-width:240px;font-size:.95rem;box-shadow:0 4px 12px #00000026;z-index:1000;animation:fadeInBubble .4s ease forwards;border:1px solid #ddd}.speech-bubble:before{content:"";position:absolute;top:50%;left:-10px;transform:translateY(-50%);border-width:10px;border-style:solid;border-color:transparent #ffffff transparent transparent}.close-bubble{position:absolute;top:4px;right:8px;background:transparent;border:none;font-size:1.2rem;color:#555;cursor:pointer}@keyframes fadeInBubble{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.robot-container{flex-direction:column}.symptom-tooltip{position:fixed;left:10%;bottom:20px;top:auto;right:auto;transform:translate(-50%);width:90%;max-width:320px}.symptom-tooltip:before{display:none}.model-wrapper{width:100%}}.flip-wrapper{padding:4rem 2rem;max-width:1300px;margin:auto;font-family:Segoe UI,sans-serif;text-align:center;background:#f1f5f9;border-top:1px solid #e2e8f0}.flip-title{margin-bottom:2rem;font-size:2.4rem;font-weight:700;color:#0f172a}.flip-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.flip-card{perspective:1000px;background:transparent;transition:transform .3s ease,box-shadow .3s ease;border-radius:14px}.flip-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #00000026}.flip-card-inner{position:relative;width:100%;height:300px;transition:transform .8s;transform-style:preserve-3d}.flip-card:hover .flip-card-inner{transform:rotateY(180deg)}.flip-card-front,.flip-card-back{position:absolute;width:100%;height:100%;border-radius:14px;padding:1.2rem;box-sizing:border-box;backface-visibility:hidden;overflow-y:auto;box-shadow:0 4px 12px #0000000f;color:#f9fafb}.badge{font-size:.85rem;padding:.4rem .8rem;border-radius:50px;font-weight:600;background:#ffffff26}.flip-card-front,.flip-card-back{background-color:var(--card-bg, #334155)}.badge-mild{color:#bbf7d0}.badge-moderate{color:#facc15}.badge-severe{color:#f87171}.flip-card-front{display:flex;flex-direction:column;justify-content:center;align-items:center}.flip-card-front h2{font-size:1.3rem;margin-bottom:.8rem;color:#f9fafb}.flip-card-back{transform:rotateY(180deg);text-align:left;font-size:.9rem;line-height:1.5;background-color:var(--card-bg, #334155)}.filter-bar{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem;max-width:700px;margin:0 auto 2rem}.filter-bar input{flex:1;min-width:200px;padding:.5rem 1rem;border-radius:8px;border:1px solid #cbd5e1;font-size:1rem;background:#fff;color:#0f172a}.filter-bar input:focus{outline:none;border-color:#3b82f6}.severity-toggle{display:flex;gap:.5rem}.severity-toggle button{padding:.45rem 1rem;border-radius:8px;background:#e2e8f0;color:#1e293b;font-weight:500;border:none;cursor:pointer;transition:background .2s,color .2s}.severity-toggle button:hover{background:#cbd5e1}.severity-toggle button.active{background:#1e3a8a;color:#fff}.robot-viewer-section{width:100vw;height:100vh;background-color:#f0f8ff;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;position:relative;overflow:hidden;padding-top:4.5rem}.robot-viewer-layout.with-fullside{display:flex;height:100%;width:100%;align-items:stretch;justify-content:flex-start;box-sizing:border-box}.learn-page{width:100%;min-height:100vh;background-color:#fff;font-family:Quicksand,sans-serif;overflow-x:hidden;position:relative}.pollen-fixed-wrapper{position:fixed;top:120px;right:50px;z-index:25;cursor:pointer}.pollen-click{width:70px;opacity:.9;transition:transform .3s ease}.pollen-tooltip{position:fixed;top:120px;right:100px;z-index:30;background-color:#3a2b5c;color:#fff;padding:.6rem 1rem;border-radius:10px;font-size:.95rem;box-shadow:0 4px 10px #0003;opacity:0;animation:fadeInTooltip 1.2s forwards}@keyframes fadeInTooltip{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.pollen-menu{position:fixed;bottom:100px;right:20px;z-index:24;background:#fffffff2;padding:1rem;border-radius:12px;box-shadow:0 8px 16px #00000026;display:flex;flex-direction:column;gap:.6rem}.pollen-menu button{background:#e6dbf6;color:#3a2b5c;border:none;padding:.5rem 1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:background .3s}.pollen-menu button:hover{background:#d2c4ed}.intro-box{height:100vh;width:100%;background-color:#d9c6f0;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:4rem 6vw;position:relative;z-index:2}.intro-box{height:100vh;width:100%;display:flex;justify-content:flex-start;align-items:center;padding:4rem 6vw;position:relative;z-index:2;color:#fff}.purple-bg{background-image:url(/assets/purple-bg-B-SevkET.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.intro-left{flex:1;display:flex;flex-direction:column;justify-content:center}.intro-left h2{font-size:3rem;font-weight:700;margin-bottom:1.2rem}.intro-left p{font-size:1.3rem;line-height:1.6;max-width:600px}@keyframes fadeInImage{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.allergy-map-row{display:flex;justify-content:space-between;align-items:stretch;padding:2rem 4%;gap:2rem;flex-wrap:wrap}.left-calendar-column{flex:0 0 40%;height:70vh;max-height:640px;min-height:560px;margin:0;padding:2rem 1rem;display:flex;flex-direction:column;justify-content:center;position:relative;border-radius:20px;background-size:cover;background-position:center;overflow:hidden}.section-pollen-map{flex:0 0 58%;height:70vh;border-radius:20px;position:relative;box-shadow:0 6px 12px #0000004d}.pollen-section{position:relative;width:100%;height:100vh;overflow:hidden}.section-bg{position:absolute;width:100%;height:100%;object-fit:cover;z-index:1}.pollen-text{position:relative;z-index:3;top:20%;left:15%;padding-left:5vw;width:60%}.text-box{background-color:#ffffffd9;padding:2.5rem;border-radius:16px;box-shadow:0 10px 30px #0000001a}.text-box h2{font-size:3.2rem;font-weight:700;margin-bottom:1.2rem;color:#2c2c2c}.text-box p{font-size:1.3rem;line-height:1.9;color:#333}.pollen{position:absolute;z-index:2;opacity:.6}.pollen.float{animation-name:floatLeft;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes floatLeft{0%{transform:translate(0)}to{transform:translate(-100vw)}}.main-pollen{position:absolute;top:50%;right:4%;transform:translateY(-50%);width:120px;z-index:4;opacity:1;animation:floatUpDown 4s ease-in-out infinite}@keyframes floatUpDown{0%{transform:translateY(-50%) translate(0)}50%{transform:translateY(-60%) translate(5px)}to{transform:translateY(-50%) translate(0)}}.pollen-1{top:10%;left:100%;width:40px;animation-duration:30s;z-index:2}.pollen-2{top:30%;left:120%;width:28px;animation-duration:35s;z-index:3}.pollen-3{top:50%;left:138%;width:33px;animation-duration:34s;z-index:1}.pollen-4{top:70%;left:105%;width:25px;animation-duration:38s;z-index:2}.pollen-5{top:20%;left:109%;width:45px;animation-duration:32s;z-index:3}.pollen-6{top:40%;left:146%;width:32px;animation-duration:36s;z-index:5}.pollen-7{top:60%;left:90%;width:38px;animation-duration:37s;z-index:2}.pollen-8{top:15%;left:112%;width:30px;animation-duration:39s;z-index:1}.pollen-9{top:45%;left:87%;width:36px;animation-duration:40s;z-index:3}.pollen-10{top:65%;left:10%;width:31px;animation-duration:31s;z-index:2}.pollen-11{top:5%;left:46%;width:26px;animation-duration:33s;z-index:4}.pollen-12{top:35%;left:69%;width:39px;animation-duration:29s;z-index:5}.pollen-13{top:55%;left:126%;width:27px;animation-duration:37s;z-index:2}.pollen-14{top:75%;left:101%;width:34px;animation-duration:41s;z-index:3}.pollen-15{top:25%;left:77%;width:35px;animation-duration:33s;z-index:1}.section-transition{position:absolute;bottom:30px;width:100%;text-align:center;z-index:4}.section-transition p{font-size:1.2rem;color:#444;background:#ffffffd9;display:inline-block;padding:.8rem 1.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014}.pollen-travel-section{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;padding:4rem 3rem;background-size:cover;background-position:center;background-repeat:no-repeat;min-height:100vh;overflow-x:hidden;box-sizing:border-box;gap:2rem}.left-side{width:50%;display:flex;flex-direction:column;justify-content:center;gap:1.5rem;background:#ffffffd9;padding:2rem;border-radius:16px;box-shadow:0 8px 16px #0000000d;box-sizing:border-box}.section-heading{text-align:center;margin-bottom:1rem}.section-heading h4{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.3rem}.section-heading p{font-size:1rem;color:#444}.icon-row.centered{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.icon-tile{background-color:#ffffffe6;padding:1rem;border-radius:16px;box-shadow:0 4px 10px #00000014;transition:all .35s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;width:150px;cursor:pointer;position:relative}.icon-tile:hover{transform:translateY(-5px);box-shadow:0 12px 20px #0000001f}.icon-tile.active{background-color:#d9ebff;box-shadow:0 0 0 3px #17b inset,0 10px 20px #0000001a;transform:scale(1.04)}.icon.big{width:100px;height:100px;object-fit:contain}.icon-label{margin-top:.8rem;font-size:1rem;font-weight:600;color:#333;text-align:center}.frosted-panel{border-radius:20px;padding:2rem}.description-block{margin-bottom:2rem}.description-block h4{color:#17b;font-size:1.2rem;margin-bottom:.5rem}.description-block p{font-size:1rem;color:#333;line-height:1.6}.bottom-grid{display:flex;gap:2rem;flex-wrap:wrap}.species-column,.percentage-column{flex:1;min-width:220px}.species-column h4,.percentage-column h4{color:#17b;font-size:1.1rem;margin-bottom:.8rem}.chip-wrap{display:flex;flex-wrap:wrap;gap:.5rem;animation:fadeIn .6s ease-in}.chip{background-color:#dff2ff;color:#047;padding:.4rem .8rem;border-radius:12px;font-size:.95rem;font-weight:500;box-shadow:0 2px 4px #0000000d}.percent-box{background:#fff;padding:1.5rem 1rem;border-radius:14px;text-align:center;box-shadow:0 6px 12px #0000000f;transform:scale(.95);animation:popIn .4s ease forwards}.big-count{font-size:2.7rem;font-weight:700;color:#047}.percent-caption{font-size:.95rem;color:#333;margin-top:.4rem}@keyframes popIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){.bottom-grid{flex-direction:column}}.right-side{width:40%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1.5rem;box-sizing:border-box}.animation-box{width:100%;background:#ffffffd9;padding:2rem;border-radius:16px;box-shadow:0 8px 16px #0000000d;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.plant-lottie{width:100%;max-width:320px}.travel-caption{margin-top:1.5rem;font-size:1.1rem;color:#444;line-height:1.6;max-width:320px;text-align:center}.gallery-info-inline{margin-top:1rem;text-align:center;color:#fff;font-size:1.05rem;line-height:1.6;padding:0 1rem}.gallery-info-inline p{margin-bottom:.8rem}.find-out-button{padding:.6rem 1.4rem;font-size:1rem;background-color:#17b;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .3s ease}.find-out-button:hover{background-color:#0c5c96}@media (max-width: 768px){.left-side,.right-side{width:100%}.plant-info-wrapper{flex-direction:column}.info-column:not(:last-child):after{display:none}}.down-arrow{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:4;animation:bounceDown 2s infinite;opacity:.6}.down-arrow span{font-size:2.5rem;color:#333}@keyframes bounceDown{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.section3-container{width:100%;height:100vh;display:block;background-color:#0d1b2a;color:#fff;overflow:hidden}.section3-left{width:20%;float:left;height:100%;background-color:#1f2a40;padding:2.5rem 1.5rem;box-sizing:border-box}.section3-left h2{font-size:2rem;margin-bottom:1.5rem}.section3-left p{font-size:1.3rem;line-height:1.7;margin-bottom:2.5rem}.symptom-item{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;font-size:1.2rem}.symptom-item img{width:45px;height:45px}.section3-right{width:80%;float:left;height:100%;padding:3rem 4rem;box-sizing:border-box;text-align:center;position:relative}.section3-heading{font-size:2.2rem;margin-top:2rem;margin-bottom:1rem;min-height:80px}.percentage-wrapper{margin-bottom:2rem}.percentage-counter{font-size:3.2rem;font-weight:700;color:#ffd166}.percentage-label{font-size:1.1rem;color:#ccc;margin-top:.2rem}.section3-images{display:flex;justify-content:center;align-items:flex-end;gap:3rem;position:absolute;bottom:7rem;left:0;right:0}.age-img{width:240px;height:auto;transition:transform .3s ease;cursor:pointer}.age-img:hover{transform:scale(1.07)}.section3-note{position:absolute;bottom:3rem;width:100%;text-align:center;font-size:1rem;opacity:.7}.season-map-row{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;padding:10px;flex-wrap:nowrap}.allergy-season-carousel{width:38%;min-width:340px}.left-calendar-column{width:100%;height:auto;max-height:680px;min-height:560px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;background-size:cover;background-position:center;overflow:hidden}.left-calendar-column:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;z-index:0}.left-calendar-column>*{position:relative;z-index:1}.carousel-heading{font-size:2rem;margin:2rem 0 1.5rem;color:#fff;text-shadow:1px 1px 3px #000}.carousel-wrapper{display:flex;align-items:center;gap:1rem}.nav-btn{background:#ffd166;border:none;font-size:1.2rem;padding:.5rem 1rem;border-radius:10px;cursor:pointer;transition:background .3s}.nav-btn:hover{background:#ffa600}.carousel-track{display:flex;gap:1rem;align-items:center}.calendar-card{width:90px;height:120px;background:#fff;border-radius:12px;box-shadow:0 6px 12px #00000040;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,opacity .3s ease}.calendar-card.active{transform:scale(1.2);z-index:2}.calendar-card.adjacent{opacity:.6;z-index:1}.calendar-top-tab{background:#03a9f4;color:#fff;font-weight:700;font-size:1rem;padding:.6rem 0;text-align:center;position:relative}.calendar-hooks{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-evenly;padding-top:2px}.hook{width:2px;height:10px;background:#fff;margin-top:-8px;border-radius:10px}.calendar-risk-label{flex:1;font-size:.85rem;font-weight:700;display:flex;flex-direction:column;justify-content:center;align-items:center}.allergy-description{margin-top:1.5rem;font-size:1.1rem;font-weight:500;color:#f5f5f5;text-align:center;padding:1rem;line-height:1.6;background:#00000073;max-width:95%}.left-calendar-column.spring-bg{background:url(/assets/spring-BcQ_XrLk.jpg) no-repeat center center/cover}.left-calendar-column.summer-bg{background:url(/assets/summer-DHheuqJM.jpg) no-repeat center center/cover}.left-calendar-column.autumn-bg{background:url(/assets/autumn-pEltq4NU.jpg) no-repeat center center/cover}.left-calendar-column.winter-bg{background:url(/assets/winter-hAESePLo.jpg) no-repeat center center/cover}.section-pollen-map{width:100%;margin:10px;height:auto}.map-title{font-size:1.8rem;font-weight:700;margin-bottom:.5rem;color:#222;text-align:center}.map-description{font-size:1rem;color:#333;line-height:1.6;background:#f5f5f5;padding:1.2rem 1.5rem;margin-bottom:1rem;box-shadow:0 6px 14px #0000001a}.mapbox-wrapper{position:relative;width:100%;height:55vh;overflow:hidden;box-shadow:0 6px 14px #00000040;background:#000}.mapbox{height:100%;width:100%}.legend{position:absolute;bottom:20px;right:20px;background:#1e1e1ee6;color:#fff;padding:10px 14px;border-radius:10px;font-size:13px;z-index:10;box-shadow:0 2px 5px #0006}.legend div{display:flex;align-items:center;margin-top:6px}.legend span{width:16px;height:16px;display:inline-block;margin-right:8px;border-radius:3px}.legend .low{background:#66bb6a}.legend .moderate{background:#f9a825}.legend .high{background:#c62828}.section-survive{display:flex;height:100vh;padding:2rem 4rem;background-color:#2c3e50;box-sizing:border-box;color:#000;gap:3rem}.tips-column{width:40%;display:flex;flex-direction:column;justify-content:center;text-align:center}.tips-column h3{font-size:2.2rem;font-weight:700;margin-bottom:1rem;color:#fff}.tips-column p{font-size:1.2rem;font-weight:400;color:#e0e0e0;margin-bottom:2rem}.tip-row{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem;justify-items:center}.tip-item{display:flex;flex-direction:column;align-items:center;font-size:1rem;font-weight:600;color:#090707;text-align:center;transition:transform .2s ease}.tip-item:hover{transform:scale(1.05)}.tip-item img{width:70px;height:70px;margin-bottom:.7rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.video-column{width:60%;display:flex;align-items:center;justify-content:center;border-radius:12px;overflow:hidden;padding:50px}.video-column iframe{width:100%;height:100%;min-height:350px;border:none}@media screen and (max-width: 900px){.section-survive{flex-direction:column;padding:2rem}.tips-column,.video-column{width:100%}.video-column{margin-top:2rem}}.know-area-wrapper{min-height:100vh;width:100vw;display:flex;justify-content:center;box-sizing:border-box;overflow-y:auto;background-image:url(/assets/dashbg-8NWv4Sa6.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;color:#cfcfcf}.know-card{flex:1;height:95%;display:flex;flex-direction:column;padding:1.5rem 4rem 1.5rem 1.5rem;border-radius:10px}.dashboard-grid{display:grid;grid-template-columns:25% 35% 40%;gap:1.5rem;align-items:start}.left-column,.right-column{display:flex;flex-direction:column;gap:1.2rem}.middle-column{display:grid;grid-template-rows:.1fr 1.7fr .9fr;gap:1.2rem}.card-stack{display:flex;flex-direction:row;gap:1rem}.horizontal-row{display:flex;justify-content:space-between;gap:1rem}.small-card{flex:1;min-height:180px}.card-box{background:#0404048a;padding:1rem;box-shadow:0 4px 12px #0000003e;width:100%;box-sizing:border-box;text-align:center;border-radius:10px}.card-box1{background:#0404048a;padding:1rem;box-shadow:0 4px 12px #0000003e;box-sizing:border-box;text-align:center;border-radius:10px;margin-top:-55px;overflow:hidden}.card-box2{background:#0404048a;padding:1rem;box-shadow:0 4px 12px #0000003e;box-sizing:border-box;text-align:center;border-radius:10px;margin-top:-30px;overflow:hidden}.card-box canvas{max-height:250px}.metrics-box{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}.icon-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;text-align:center;padding:.8rem 0}.icon-card img{width:50px;height:50px;object-fit:contain}.icon-card p{margin:0;font-size:small;font-weight:600}.icon-card span{font-weight:600;font-size:small}.search-box{width:100%;padding:.7rem 1rem;font-size:1rem;border:2px solid #ffffff;background-color:#fff;color:#012310;outline:none;box-sizing:border-box;font-weight:500;border-radius:10px}.search-wrapper{position:relative;width:100%;z-index:10}.suggestions-list{list-style:none;padding:0;margin:0;position:absolute;top:100%;left:0;width:100%;z-index:999;background-color:#fff;border-radius:0 0 10px 10px;box-shadow:0 4px 10px #00000026;max-height:200px;overflow-y:auto;font-weight:500}.suggestions-list li{padding:.6rem 1rem;cursor:pointer;color:#013025;background:#fff;transition:background .2s ease;border-bottom:1px solid #eee}.suggestions-list li:hover{background-color:#f3e9fd}.location-label{margin-top:1rem;font-size:.9rem}.location-value{font-weight:700;font-size:1.4rem}.plant-gallery{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap;margin:1rem 0;padding-bottom:1rem}.local-plant-box{display:flex;flex-direction:column;align-items:center;width:80px;text-align:center}.local-plant-box img{width:80px;height:80px;object-fit:cover;margin-bottom:.4rem;border-radius:10px}.plant-name{font-size:.8rem;font-weight:600;white-space:nowrap;overflow:hidden}.risk-btn{margin-top:.01rem;background:#d084ea;padding:.5rem 1.2rem;border:none;font-weight:700;font-size:.9rem;cursor:pointer}.precaution-wrapper{display:flex;align-items:center;gap:1rem;margin-top:10px}.precaution-icon{width:80px;object-fit:contain;flex-shrink:0;margin-top:4px}.precaution-text{font-size:1.2rem;font-weight:700;line-height:1.4}.coming-soon-btn{margin:1rem auto 0;display:block;padding:.5rem 1.2rem;background-color:#c084f5;color:#fff;font-weight:700;font-size:.95rem;border:none;cursor:not-allowed;box-shadow:0 2px 6px #00000026}.floor-input{width:80%;padding:.6rem 1rem;border:2px solid #ffffff;background-color:#fff;color:#6b21a8;font-size:1rem;outline:none;margin:1rem auto 0;display:block;box-shadow:0 0 4px #0000001a;border-radius:10px}.illustration{width:200px;height:auto;margin-bottom:.5rem}.pollen-risk-label{font-size:4rem;font-weight:700}.card-subtitle,.suburb-name{font-size:1rem;font-weight:700}.current-time{font-size:2rem;font-weight:700}.current-date{font-size:.8rem}.season-value{font-size:2rem;font-weight:700}.centered-title{text-align:center}.symptom-header,.floor-label{color:#fff}.plant-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0f0f0fd8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;display:flex;justify-content:center;align-items:center}.plant-modal-card{background:#1d191e6b;border:1px solid rgba(255,255,255,.1);padding:2rem;border-radius:16px;max-width:600px;width:90%;text-align:center;color:#fff;position:relative;box-shadow:0 10px 30px #0000004d}.plant-close-btn{position:absolute;top:14px;right:18px;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}.plant-modal-img{width:140px;height:140px;object-fit:cover;border-radius:12px;margin-bottom:1rem}.plant-modal-desc{margin:1rem 0;font-size:1rem;line-height:1.5}.plant-modal-info p{margin:.4rem 0;font-weight:500}.risk-tag{padding:.2rem .6rem;border-radius:20px;color:#fff;font-weight:700}.risk-tag.low{background-color:#6ee7b7;color:#034f2f}.risk-tag.moderate{background-color:#fde68a;color:#92400e}.risk-tag.high{background-color:#fca5a5;color:#7f1d1d}.plant-gallery-note{font-size:.9rem;color:#ccc;margin-top:-.5rem;margin-bottom:1rem;text-align:center;font-style:italic}.mobile-search{display:none}.desktop-search{display:block}.floor-flip-card{position:relative;width:100%;height:300px;perspective:1200px;border-radius:12px;overflow:hidden}.flip-face{position:absolute;width:100%;height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;top:0;left:0;padding:1.5rem;box-sizing:border-box;border-radius:12px;transition:transform .6s ease-in-out;display:flex;justify-content:center;align-items:center}.front-face{background-color:#1a023f;transform:rotateY(0);z-index:2;flex-direction:column}.floor-check-inline{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem;flex-wrap:nowrap}.floor-input{width:240px;padding:.6rem 1rem;font-size:1rem;border-radius:8px;border:none;outline:none;color:#5c2b9f;background-color:#fff;box-shadow:0 2px 6px #00000014}.go-btn{margin-top:25px;padding:.6rem 1.6rem;background-color:#c084f5;color:#fff;font-weight:700;border:none;border-radius:10px;font-size:1rem;cursor:pointer;box-shadow:0 4px 10px #00000026;transition:all .2s ease-in-out;white-space:nowrap}.go-btn:hover{background-color:#a062d1;transform:scale(1.03)}.floor-label{font-size:1.2rem;font-weight:600;color:#fff;text-align:center}.back-face{background-color:#fff;transform:rotateY(180deg);z-index:1;flex-direction:row;padding:0}.floor-flip-card.flipped .front-face{transform:rotateY(-180deg);z-index:1}.floor-flip-card.flipped .back-face{transform:rotateY(0);z-index:2}.back-left{width:50%;display:flex;align-items:center;justify-content:center}.back-right{width:50%;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center}.illustration{width:80%;max-width:250px;margin-bottom:1rem}.floor-message{font-weight:700;color:#111;font-size:1.05rem;margin-bottom:2rem}.alexa-card{background:#13044e;border-radius:12px;padding:.6rem 1.2rem;margin-top:1rem;box-shadow:0 4px 12px #0003;text-align:center;color:#fff;display:inline-block}.alexa-header{font-size:1rem;font-weight:600;margin-bottom:.4rem}.alexa-text{font-size:.9rem;line-height:1.35;margin-bottom:.8rem;color:#e5dbff}.risk-btn1{background-color:#000;color:#fff;font-weight:700;padding:.6rem 1.4rem;font-size:.9rem;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease,transform .2s ease;box-shadow:0 4px 10px #0000001a}.risk-btn1:hover{background-color:#222;transform:scale(1.03)}@media (max-width: 768px){.know-card{width:100%;padding:1rem}.dashboard-grid{display:flex;flex-direction:column;gap:1.5rem}.left-column,.middle-column,.right-column{width:100%;flex-direction:column}.metrics-box{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;padding:1rem}.icon-card{padding:1rem 0}.icon-card img{width:50px;height:50px}.card-box,.card-box1,.card-box2,.small-card{width:100%;margin:0 auto}.card-box1{margin-top:-30px}.card-box1{margin-top:-50px}.plant-gallery{justify-content:center;gap:1.5rem}.card-stack,.horizontal-row{flex-direction:column}.local-plant-box img{width:100px;height:100px}.search-box{font-size:.95rem}.plant-modal-card{width:95%;padding:1.2rem}.mobile-search{display:block;margin-bottom:1.5rem;padding:0 1rem}.search-box{font-size:1rem;padding:.8rem 1rem;width:100%}}.asthma-bg-animation{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;opacity:.25;pointer-events:none}.asthma-container{position:relative;overflow:hidden;padding:100px 20px 40px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;min-height:100vh;background-color:#f5f7fa;color:#222}.breathing-section{padding:60px 20px;text-align:center}.breathing-layout{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap;gap:40px;width:100%;max-width:none;margin:0 auto;padding:0 40px;box-sizing:border-box}.breathing-info{flex:1;max-width:none;text-align:left}.breathing-center{flex:1;max-width:none;text-align:center}.breathing-text{font-size:1.4rem;margin:10px 0}.breathing-controls button{margin:0 10px;padding:8px 16px;font-size:1rem}.info-image{width:100%;max-width:250px;margin-bottom:12px}.breathing-info h3{font-size:1.2rem;margin:12px 0 8px}.breathing-info p{font-size:1rem;color:#444;line-height:1.6}.popup-overlay{position:fixed;top:0;left:0;height:100vh;width:100vw;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:9999}.popup-box{background:#fff;padding:30px;border-radius:16px;box-shadow:0 12px 40px #0000004d;text-align:center;width:90%;max-width:500px;font-family:Inter,sans-serif}.popup-box h2{font-size:1.8rem;margin-bottom:12px;color:#333}.popup-box p{font-size:1rem;margin:8px 0;color:#444}.setup-btn{margin-top:16px;padding:12px 24px;font-size:1rem;background-color:#1a73e8;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .3s ease}.setup-btn:hover{background-color:#155ec2}.close-btn{margin-top:12px;background:none;border:none;color:#888;cursor:pointer;font-size:.9rem}.allergy-guide-wrapper{min-height:100vh;background:#f0f8ff;box-sizing:border-box;position:relative;overflow-x:visible;overflow-y:auto}.guide-content{width:100%;height:100%}.full-screen-layout{display:flex;align-items:center;justify-content:center;height:100%;width:100%;box-sizing:border-box;padding:2rem 4rem;gap:3rem}.left-side-image{width:40%;display:flex;align-items:center;justify-content:center}.left-side-image img{max-width:100%;max-height:80%;object-fit:contain}.right-side-text{width:60%;text-align:center}.right-side-text h1{font-size:3rem;color:#2c1d63;margin-bottom:1.5rem}.right-side-text p{font-size:1.4rem;line-height:1.8;color:#333;margin-bottom:1.5rem}.pollen-icon{position:fixed;right:20px;top:155px;width:60px;height:60px;cursor:pointer;z-index:999;transition:transform .2s ease}.pollen-icon.rotate{animation:rotateOnce .5s ease-in-out}.pollen-tooltip1{position:fixed;right:20px;top:110px;background:#2c1d63;color:#fff;padding:10px 16px;border-radius:12px;font-size:.95rem;z-index:999;box-shadow:0 2px 8px #0003;max-width:300px;white-space:normal;line-height:1.4}.pollen-options{position:fixed;right:20px;top:220px;display:flex;flex-direction:column;gap:10px;z-index:998;animation:slideUp .3s ease}.pollen-options button{background-color:#fff;color:#2c1d63;font-weight:600;border:2px solid #2c1d63;padding:10px 16px;border-radius:8px;cursor:pointer;font-size:1rem}.pollen-options button:hover{background-color:#2c1d63;color:#fff}@keyframes rotateOnce{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.full-screen-layout{flex-direction:column;padding:2rem;text-align:center}.left-side-image,.right-side-text{width:100%}.right-side-text h1{font-size:2.2rem}.right-side-text p{font-size:1.2rem}.pollen-icon{width:50px;height:50px}}.house-tips-bg{position:relative;width:100vw;height:100vh;min-height:600px;overflow:visible;background:#f1f1f1;display:flex;flex-direction:column;justify-content:center;align-items:center}.house-tips-header{text-align:center;color:#1f638e;font-size:2rem;font-weight:600;margin-bottom:1.5rem;max-width:900px;line-height:1.6;padding:0 1rem}.house-img{width:80vw;max-width:900px;height:auto;display:block;border-radius:1.5rem;box-shadow:0 8px 32px #1f26871a}.room-hotspot{position:absolute;background:#b572ec14;border:2px solid transparent;border-radius:1.2rem;cursor:url(/icons/magnifying.png) 16 16,pointer;transition:border .2s,box-shadow .2s;z-index:2}.room-hotspot:hover{box-shadow:0 0 12px 2px #4e9ecf33;background:#0371ee6e;cursor:url(/icons/magnifying.png) 16 16,pointer}.room-popup-overlay{position:fixed;left:0;top:0;right:0;bottom:0;background:#0000002e;z-index:10;display:flex;justify-content:center;align-items:center}.room-popup{background:#fff;border-radius:1.5rem;box-shadow:0 8px 32px #1f26872e;padding:2.2rem 2.5rem 1.5rem;min-width:320px;max-width:90vw;max-height:80vh;overflow-y:auto;text-align:left;animation:popupIn .22s cubic-bezier(.4,2,.6,1)}@keyframes popupIn{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}.room-popup h2{color:#4e9ecf;font-size:1.5rem;margin-bottom:1.2rem;font-weight:700}.room-popup ul{padding-left:1.2rem;margin-bottom:1.2rem}.room-popup li{color:#444;font-size:1.08rem;margin-bottom:.7rem;line-height:1.6}.close-popup-btn{display:block;margin:0 auto;padding:.5rem 1.5rem;font-size:1rem;font-weight:700;color:#fff;background:linear-gradient(90deg,#4e9ecf,#82c9c5);border:none;border-radius:1.2rem;box-shadow:0 2px 8px #1f26871a;cursor:pointer;transition:background .2s,transform .18s}.close-popup-btn:hover{background:linear-gradient(90deg,#82c9c5,#4e9ecf);transform:scale(1.06)}@media (max-width: 700px){.house-img{width:100vw;max-width:100vw}.room-popup{min-width:0;padding:1.2rem .7rem}}html,body{margin:0;padding:0;overflow-y:scroll;scroll-behavior:smooth}.full-page-wrapper{scroll-behavior:smooth}.robot-viewer-section{width:100vw;height:100vh;background-color:#f0f8ff;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;position:relative;padding-top:4.5rem}.symptoms-title{text-align:center;font-size:2.6rem;font-weight:700;color:#1f2937;margin-top:2rem;margin-bottom:1.5rem}.robot-viewer-layout.with-fullside{display:flex;height:100%;width:100%;align-items:center;justify-content:center;box-sizing:border-box}.left-info-panel{background-color:#0d4b66;color:#fff;font-size:1.8rem;font-weight:500;padding:2rem;width:200px;display:flex;justify-content:center;align-items:center;line-height:1.6;text-align:center;flex-shrink:0}.robot-viewer-layout.with-fullside>:nth-child(2){flex:1;display:flex;justify-content:center;align-items:center;padding:2rem;margin-left:-200px}.robot-instruction-wrapper{display:none}.symptom-page{position:relative;background-color:#f8fafc;padding:2rem;box-sizing:border-box;width:100%;height:100%;overflow-y:auto;display:flex;flex-direction:column;align-items:center}.symptom-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.symptom-page h1{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:24px}.symptom-placeholder{font-size:1.2rem;color:#6b7280;text-align:center;margin-top:2rem}.symptom-popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000}.symptom-popup-card{background:#fff;padding:2rem;border-radius:12px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;position:relative;box-shadow:0 12px 32px #00000040;animation:fadeInPopup .3s ease}.popup-close-btn{position:absolute;top:12px;right:16px;font-size:1.5rem;background:transparent;border:none;cursor:pointer;color:#334155}@keyframes fadeInPopup{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.robot-viewer-layout.with-fullside{flex-direction:column;height:auto}.left-info-panel{width:100%;font-size:1.4rem;padding:1.5rem}.symptom-popup-card{max-height:85vh;width:95%;padding:1.5rem}}.floating-down-arrow{position:fixed;bottom:20px;left:20px;width:50px;height:50px;z-index:99;pointer-events:none}.next-step-box{margin-top:2rem;text-align:center;font-size:1.1rem;color:#1f2937;background:#e6f4ea;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 4px 12px #0000000d;max-width:500px;margin-left:auto;margin-right:auto;font-weight:500;animation:fadeInNext .6s ease}@keyframes fadeInNext{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.seasonal-tips-container{width:100vw;height:120vh;min-height:100vh;min-width:100vw;margin:0;padding:0;background-size:cover;display:flex;flex-direction:column;justify-content:center;align-items:center}.season-buttons{display:flex;justify-content:center;align-items:center;gap:3rem;width:100%;margin-bottom:2rem}.season-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem;padding:3rem 2.5rem;border:none;border-radius:2.5rem;background:linear-gradient(135deg,#a184c9ef,#91c0e1ee);color:#fff;font-size:2rem;font-weight:700;cursor:pointer;transition:transform .18s cubic-bezier(.4,2,.6,1),box-shadow .18s cubic-bezier(.4,2,.6,1);min-width:280px;min-height:180px;box-shadow:0 8px 32px #1f268726;position:relative}.season-btn:hover,.season-btn.active{transform:scale(1.04);box-shadow:0 6px 18px #1f268721}.season-icon{width:90px;height:90px;border-radius:0;object-fit:contain;background:none;box-shadow:none;margin-bottom:.5rem}.season-btn span{font-size:2rem;font-weight:700;color:#fff;letter-spacing:1px;text-shadow:0 2px 8px rgba(0,0,0,.08)}.tips-content.tips-flex{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:2.5rem;width:100%;max-width:1200px;margin:0 auto;background:#ffffffd1;border-radius:2rem;box-shadow:0 4px 16px #00000014;padding:2.5rem 2.5rem 2rem;min-height:400px}.tips-intro{flex:1.2;min-width:220px;max-width:350px;padding-right:1.5rem;border-right:2px solid #e0e7ef;display:flex;flex-direction:column;justify-content:flex-start}.tips-intro h2{color:#6c7bbd;font-size:2rem;margin-bottom:1.2rem;font-weight:700}.tips-intro p{color:#444;font-size:1.15rem;line-height:1.7;margin:0}.tips-list{flex:1.5;padding-left:2rem;display:flex;flex-direction:column;gap:1.1rem}.tips-list h3{color:#4e9ecf;font-size:1.25rem;margin-bottom:1rem;font-weight:700}.tip-item{display:flex;align-items:flex-start;gap:.7rem;padding:.8rem 1rem;background:#ffffffec;border-radius:1rem;box-shadow:0 2px 8px #0000000d}.tip-item p{margin:0;color:#444;line-height:1.7;font-size:1.08rem}.season-image{margin-top:2rem;text-align:center}.season-image img{max-width:200px;border-radius:10px;box-shadow:0 4px 8px #0000001a}@media (max-width: 900px){.season-buttons{gap:1.2rem}.season-btn{padding:2rem 1.2rem;min-width:120px;min-height:140px;font-size:1.2rem}.season-icon{width:60px;height:60px}.tips-content.tips-flex{flex-direction:column;padding:1.2rem .7rem;gap:1.2rem}.tips-intro{border-right:none;border-bottom:2px solid #e0e7ef;padding-right:0;padding-bottom:1.2rem;max-width:100%}.tips-list{padding-left:0}}@media (max-width: 600px){.seasonal-tips-container{padding:.5rem}.season-buttons{flex-wrap:wrap;gap:1rem}.season-btn{flex:1 1 calc(50% - 1rem);min-width:100px;min-height:100px;font-size:1rem;padding:1rem .5rem}.season-icon{width:40px;height:40px}.tips-content{padding:.5rem;border-radius:1rem}}.seasonal-tips-intro{width:100vw;height:120vh;min-height:100vh;min-width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#ffffff51;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);z-index:2}.seasonal-tips-title{font-size:2.8rem;color:#4e9ecf;font-weight:700;margin-bottom:1.2rem;letter-spacing:1px;text-shadow:0 2px 12px rgba(0,0,0,.08)}.seasonal-tips-desc{font-size:1.35rem;color:#412c2c;margin-bottom:2.5rem;text-align:center;max-width:480px;line-height:1.7}.learn-now-btn{display:block;margin:0 auto;padding:.9rem 2.5rem;font-size:1.25rem;font-weight:700;color:#fff;background:linear-gradient(90deg,#4e9ecf,#82c9c5);border:none;border-radius:2rem;box-shadow:0 4px 16px #1f26871a;cursor:pointer;transition:background .2s,transform .18s;letter-spacing:1px}.learn-now-btn:hover{background:linear-gradient(90deg,#82c9c5,#4e9ecf);transform:scale(1.06)}.seasonal-tips-intro.split-layout{flex-direction:row;background:#dbf0f5;padding:2rem 4rem;gap:3rem}.intro-image-side{flex:1;display:flex;justify-content:center;align-items:center}.intro-image-side img{max-width:100%;max-height:80vh;object-fit:contain}.intro-text-side{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-right:2rem}.intro-text-side h1,.intro-text-side p,.intro-text-side button{text-align:left;width:100%}.asthma-container{background-color:#f5f7fa;padding:100px 20px 40px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;min-height:100vh;color:#222}.asthma-intro{max-width:800px;margin:0 auto 50px;text-align:center}.asthma-intro h1{font-size:2rem;margin-bottom:1rem;color:#111}.asthma-intro p{font-size:1rem;line-height:1.6;margin-bottom:.5rem;color:#333}.asthma-image{width:100%;max-width:600px;margin-top:20px;border-radius:12px;box-shadow:0 6px 12px #0000001a}.asthma-cards{max-width:1000px;margin:0 auto}.asthma-cards h2{font-size:1.5rem;text-align:center;margin-bottom:30px;color:#111}.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.info-card{background:#fff;padding:20px;border-radius:12px;border:1px solid #ddd;box-shadow:0 4px 12px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.info-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px #0000001a}.info-card h3{font-size:1.1rem;margin-bottom:.5rem;color:#111}.info-card p{font-size:.95rem;color:#444;line-height:1.5}.trigger-bar-container{margin-top:50px;text-align:center}.trigger-bar{display:grid;grid-template-columns:repeat(5,1fr);gap:30px;padding:20px;max-width:1000px;margin:0 auto;justify-items:center}.trigger-item{width:100px;cursor:pointer;transition:transform .2s;text-align:center}.trigger-item:hover{transform:scale(1.05)}.trigger-icon{width:80px;height:80px;margin:0 auto 10px}.breathing-section{text-align:center;margin:60px auto;padding:20px}.breathing-text{font-size:1.2rem;margin-top:20px;color:#444}.feature-lookup-btn{position:fixed;bottom:20px;right:20px;width:56px;height:56px;background:#7c3aed;border-radius:50%;box-shadow:0 4px 14px #00000040;cursor:pointer;z-index:9999;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.feature-lookup-btn:hover{background:#5b21b6}.feature-icon-img{width:26px;height:26px;object-fit:contain;filter:brightness(0) invert(1)}.feature-lookup-btn:after{content:"Quickly go to your desired feature";position:absolute;bottom:70px;right:0;background:#1f2937;color:#fff;padding:6px 10px;border-radius:6px;font-size:.75rem;white-space:nowrap;opacity:0;transform:translateY(5px);transition:opacity .2s ease,transform .2s ease;pointer-events:none}.feature-lookup-btn:hover:after{opacity:1;transform:translateY(0)}.feature-lookup-panel{position:fixed;bottom:80px;right:20px;width:320px;max-height:80vh;background:#f9fafb;border-radius:16px;box-shadow:0 12px 30px #0003;padding:20px;z-index:9999;overflow-y:auto;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.feature-lookup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.feature-lookup-header h3{margin:0;font-size:1.2rem;color:#1f2937}.close-icon{cursor:pointer;color:#6b7280;transition:color .2s ease}.close-icon:hover{color:#374151}.feature-lookup-list{list-style:none;padding:0;margin:0}.feature-lookup-list li{margin-bottom:14px;padding:12px;background:#fff;border-radius:12px;cursor:pointer;transition:background .2s ease,transform .2s ease;box-shadow:0 2px 6px #0000000d}.feature-lookup-list li:hover{background:#e0e7ff;transform:translateY(-2px)}.feature-lookup-list li strong{display:block;color:#0f172a;font-weight:600}.feature-lookup-list li p{margin:4px 0 0;color:#4b5563;font-size:.9rem}.speaker-float-btn{position:fixed;bottom:20px;right:90px;width:54px;height:54px;background:#f59e0b;border-radius:50%;box-shadow:0 6px 20px #00000040;cursor:pointer;z-index:9999;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.speaker-float-btn:hover{background:#d97706}.speaker-float-btn img{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1);pointer-events:none}.tooltip-text{position:absolute;bottom:60px;background-color:#374151;color:#fff;padding:6px 10px;border-radius:6px;font-size:.75rem;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .3s ease;z-index:10000}.speaker-float-btn:hover .tooltip-text{opacity:1;visibility:visible}.accessibility-toolbar{position:fixed;bottom:90px;right:20px;background:#1f2937;color:#fff;padding:10px 16px;border-radius:12px;box-shadow:0 6px 20px #00000040;z-index:9999;display:flex;gap:10px;align-items:center}.accessibility-toolbar button{background:#10b981;border:none;color:#fff;padding:8px 14px;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:6px;transition:background .2s ease}.accessibility-toolbar button:hover{background:#059669}.accessibility-toolbar button:disabled{background:#6b7280;cursor:not-allowed}.voice-btn{position:fixed;bottom:20px;right:160px;width:54px;height:54px;background:#0ea5e9;border-radius:50%;box-shadow:0 6px 20px #00000040;cursor:pointer;z-index:9999;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.voice-btn:hover{background:#0284c7}.voice-btn img{width:24px;height:24px;filter:brightness(0) invert(1)}.voice-tooltip{position:absolute;bottom:60px;background-color:#1e293b;color:#fff;padding:6px 12px;border-radius:6px;font-size:.75rem;white-space:nowrap;z-index:10000}.volume-popup{position:fixed;bottom:90px;right:20px;background-color:#1e293b;color:#fff;padding:12px 16px;border-radius:8px;box-shadow:0 4px 16px #00000040;font-size:.9rem;z-index:10000;animation:fadeInOut 3s ease}@keyframes fadeInOut{0%{opacity:0;transform:translateY(10px)}10%{opacity:1;transform:translateY(0)}90%{opacity:1}to{opacity:0;transform:translateY(10px)}}.alexa-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:9999}.alexa-modal{background:#fff;border-radius:16px;max-width:1100px;width:95%;padding:30px;box-shadow:0 10px 30px #0003;position:relative;max-height:90vh;overflow-y:auto}.alexa-close-btn{position:absolute;top:16px;right:16px;font-size:1.5rem;background:none;border:none;cursor:pointer;color:#333}.alexa-popup-wrapper{display:flex;flex-wrap:wrap;gap:40px}.alexa-image-box{flex:1;display:flex;justify-content:center;align-items:center}.alexa-image-box img{max-width:100%;border-radius:12px}.alexa-info-box{flex:2;display:flex;gap:30px;flex-wrap:wrap}.alexa-left-column,.alexa-right-column{flex:1}.alexa-left-column h3,.alexa-right-column h3{color:#1e3a8a;margin-bottom:10px}.alexa-divider{width:1px;background:#cbd5e1;align-self:stretch}.alexa-steps-grid{display:flex;gap:20px;margin-top:12px}.alexa-step-card{flex:1;background:#eef2ff;padding:20px;border-radius:16px;box-shadow:0 6px 14px #0000000f}.step-number{font-size:.9rem;font-weight:600;color:#6366f1;margin-bottom:8px}.step-text{font-size:1rem;color:#1f2937}.alexa-modal{position:relative;background:#fff;border-radius:16px;max-width:1100px;width:95%;padding:30px;box-shadow:0 10px 30px #0003;max-height:90vh;overflow-y:auto}.alexa-close-btn{position:absolute;top:16px;right:20px;font-size:1.5rem;font-weight:700;background:none;border:none;color:#111827;cursor:pointer;z-index:10000;padding:4px 8px;transition:all .2s ease}.alexa-close-btn:hover{color:#ef4444;transform:scale(1.2)}:root{font-family:Manrope,sans-serif;color:#111;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;overflow-y:auto;background-color:#fff;font-family:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none;scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar{display:none}
