@import url(https://fonts.googleapis.com/css2?family=Epilogue:wght@300;400;500;600;700;800;900&display=swap);:root{--teon-primary:#13546c;--teon-secondary:#1e6b7a;--teon-accent:#059669;--teon-light-blue:#f0fdfa;--teon-dark-blue:#13546c;--teon-gray:#374151;--teon-light-gray:#f9fafb;--teon-border:#d1fae5;--teon-text:#13546c;--teon-text-light:#4b5563;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--gradient-primary:linear-gradient(135deg,#13546c,#1e6b7a);--gradient-accent:linear-gradient(135deg,#059669,#13546c);--gradient-bg:linear-gradient(135deg,#fff,#f9fafb)}*{box-sizing:border-box;margin:0;padding:0}body,html{max-width:100%;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#fff,#f9fafb);background:var(--gradient-bg);color:#13546c;color:var(--teon-text);font-family:Epilogue,Arial,Helvetica,sans-serif;font-weight:400;line-height:1.6;text-align:justify}#root{min-height:100vh}#root,.App{display:flex;flex-direction:column}main{flex:1 1}a{color:inherit}a,a:hover{text-decoration:none}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}p{margin-bottom:1rem}button{background:none;border:none;cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit}.container{box-sizing:border-box;margin:0 auto;max-width:96vw;padding:0 2.5vw;width:100%}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}@media (max-width:768px){.container{padding:0 4vw}body{font-size:14px;line-height:1.5}h1{font-size:28px}h2{font-size:24px}h3{font-size:20px}body,html{max-width:100%;overflow-x:hidden}a,button{min-height:44px;min-width:44px}}.App{background-color:#fff;max-width:100%;min-height:100vh;overflow-x:hidden;text-align:left}.App-header{background-color:#282c34;color:#fff;padding:20px}section{box-sizing:border-box;max-width:100%}.basin-section,.hero-section,.monitoring-section,.people-section,section{width:100%}@media (max-width:1024px){.App{font-size:14px}}@media (max-width:768px){.App{font-size:14px}.App,section{max-width:100%;overflow-x:hidden}}@media (max-width:480px){.App{font-size:14px}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid var(--teon-border);box-shadow:var(--shadow-md);padding:10px 0;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease;width:100%;z-index:100}.header.scrolled{background:#fffffffa;box-shadow:var(--shadow-lg);padding:8px 0}.header-container{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;margin:0 auto;max-width:96vw;padding:0 2.5vw;width:100%}.logo-section{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.logo-link{display:block;text-decoration:none;transition:transform .3s ease}.logo-link:hover{transform:scale(1.05)}.logo-container{align-items:center;display:flex;margin:0;position:relative}.logo-image{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));height:5vw;max-height:60px;max-width:28vw;min-height:36px;object-fit:contain;transition:all .3s ease;width:auto}.light-logo{opacity:1}.dark-logo{left:0;opacity:0;position:absolute;top:0}.header:hover .light-logo{opacity:0}.header:hover .dark-logo{opacity:1}.logo-subtitle{color:var(--teon-text-light);font-family:Arial,sans-serif;font-size:14px;font-weight:400}.main-navigation{align-items:center;display:flex;gap:2vw}.nav-item,.nav-link{position:relative}.dropdown-trigger,.nav-link{align-items:center;background:none;border:2px solid #0000;border-radius:25px;color:var(--teon-text);cursor:pointer;display:flex;font-family:Epilogue,Arial,sans-serif;font-size:16px;font-weight:500;gap:4px;padding:8px 12px;text-decoration:none;transition:all .6s ease}.dropdown-trigger{position:relative}.dropdown-arrow{font-size:12px;transition:transform .3s ease}.dropdown-trigger[aria-expanded=true] .dropdown-arrow{transform:rotate(180deg)}.dropdown-trigger:hover,.nav-link:hover{background-color:#13546c;border-color:#13546c;color:#fff;transform:translateY(-1px)}.dropdown-trigger:focus,.nav-link:focus{outline:2px solid var(--teon-primary);outline-offset:2px}.dropdown-trigger.active,.nav-link.active{background-color:#13546c;border-color:#13546c;color:#fff}.dropdown-menu{animation:dropdownFadeIn .3s ease-out;background:#fff;border:1px solid var(--teon-border);border-radius:12px;box-shadow:var(--shadow-lg);left:0;margin-top:0;min-width:180px;padding:12px 0 8px;position:absolute;top:100%;z-index:1000}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-link{background:none;border:none;border-radius:8px;color:var(--teon-text);cursor:pointer;display:block;font-family:Epilogue,Arial,sans-serif;font-size:14px;margin:2px 8px;padding:10px 16px;position:relative;text-align:left;text-decoration:none;transition:all .3s ease;width:100%}.dropdown-link:hover{background-color:var(--teon-light-gray);color:var(--teon-primary);transform:translateX(4px)}.dropdown-link:active{background-color:#13546c;color:#fff;transform:translateX(2px)}.mobile-menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:8px;z-index:1001}.mobile-menu-toggle span{background-color:var(--teon-primary);border-radius:3px;height:3px;transition:all .3s ease;width:25px}.mobile-menu-toggle:hover span{background-color:var(--teon-accent)}@media (max-width:1024px){.header-container{padding:0 2.5vw}.main-navigation{gap:1.5vw}.logo-image{max-width:28vw}}@media (max-width:768px){.header-container{flex-direction:row;gap:10px;justify-content:space-between;padding:10px 20px}.logo-section{align-items:flex-start;flex:1 1}.logo-image{height:5vw;max-height:45px;max-width:45vw;min-height:36px}.mobile-menu-toggle{display:flex}.main-navigation{align-items:stretch;background:#fff;box-shadow:0 4px 12px #00000026;flex-direction:column;gap:0;left:0;max-height:calc(100vh - 70px);opacity:0;overflow-y:auto;padding:20px 0;position:fixed;right:0;top:70px;transform:translateY(-100%);transition:all .3s ease;visibility:hidden;width:100%;z-index:999}.main-navigation.mobile-open{opacity:1;transform:translateY(0);visibility:visible}.nav-item{align-items:stretch;border-bottom:1px solid var(--teon-border);display:flex;flex-direction:column;width:100%}.dropdown-trigger,.nav-link{border:none;border-left:3px solid #0000;border-radius:0;font-size:16px;justify-content:space-between;padding:15px 20px;text-align:left;width:100%}.dropdown-trigger:hover,.nav-link:hover{background-color:var(--teon-light-gray);border-left-color:var(--teon-primary);transform:none}.dropdown-menu{background:var(--teon-light-gray);border:none;border-radius:0;box-shadow:none;margin-top:0;max-width:100%;padding:0;position:static;width:100%}.dropdown-link{border-left:3px solid #0000;margin:0;padding:12px 40px;text-align:left}.dropdown-link:hover{background-color:#13546c1a;border-left-color:var(--teon-primary);transform:none}}@media (max-width:480px){.header-container{gap:1.5vw;padding:2vw 3vw}.logo-image{height:5vw;max-height:40px;max-width:50vw;min-height:32px}.main-navigation{max-height:calc(100vh - 60px);top:60px}}.hero-section{background:linear-gradient(135deg,#f0fdfa,#fff 50%,#ecfeff);overflow:hidden;padding:60px 0;position:relative}.hero-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='%23d1fae5' opacity='.2'/%3E%3Ccircle cx='75' cy='75' r='1' fill='%23d1fae5' opacity='.2'/%3E%3Ccircle cx='50' cy='10' r='.5' fill='%23d1fae5' opacity='.1'/%3E%3Ccircle cx='10' cy='60' r='.5' fill='%23d1fae5' opacity='.1'/%3E%3Ccircle cx='90' cy='40' r='.5' fill='%23d1fae5' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.hero-container{box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;max-width:94vw;padding:0 3vw;position:relative;width:100%;z-index:1}.hero-title{animation:fadeInUp .8s ease-out;color:#13546c;font-family:Epilogue,Arial,sans-serif;font-size:36px;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0 0 36px;text-align:center;white-space:nowrap}.hero-main{grid-gap:4vw;align-items:start;display:grid;gap:4vw;grid-template-columns:1fr 1fr}.hero-content{display:flex;flex-direction:column;gap:25px;min-width:0}.hero-text-single{animation:fadeInUp .8s ease-out .2s both;font-size:18px;font-weight:400;line-height:1.8;text-align:justify}.hero-story-map,.hero-text-single{color:var(--teon-text-light);font-family:Epilogue,Arial,sans-serif;margin:0}.hero-story-map{animation:fadeInUp .8s ease-out .25s both;font-size:17px;line-height:1.6}.hero-story-map-link{border-bottom:1px solid #13546c66;color:#13546c;font-weight:600;text-decoration:none;transition:color .2s ease,border-color .2s ease}.hero-story-map-link:hover{border-bottom-color:#0f766e;color:#0f766e}.hero-buttons{animation:fadeInUp .8s ease-out .3s both;display:flex;flex-wrap:wrap;gap:16px;margin-top:8px}.hero-actions{animation:fadeInUp .8s ease-out .35s both;border-top:1px solid #13546c1f;margin-top:48px;padding-top:40px}.hero-actions-title{color:#13546c;font-family:Epilogue,Arial,sans-serif;font-size:20px;font-weight:700;letter-spacing:-.02em;margin:0 0 24px;text-align:center}.hero-card-buttons{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:900px;width:100%}.hero-card{border-radius:20px;flex-direction:column;min-height:200px;overflow:hidden;padding:36px 24px;position:relative;text-align:center;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.hero-card,.hero-card-icon{align-items:center;display:flex;justify-content:center}.hero-card-icon{height:72px;margin-bottom:20px;width:72px}.hero-card-icon svg{color:inherit;height:100%;width:100%}.hero-card-label{font-family:Epilogue,Arial,sans-serif;font-size:22px;font-weight:700;letter-spacing:-.02em;margin-bottom:8px}.hero-card-desc{font-size:14px;font-weight:500;line-height:1.4;opacity:.9}.hero-card-primary{background:linear-gradient(145deg,#13546c,#1a6b7a);border:2px solid #fff3;box-shadow:0 12px 40px #13546c59;color:#fff}.hero-card-primary:hover{box-shadow:0 20px 50px #13546c73;transform:translateY(-6px) scale(1.02)}.hero-card-secondary{background:linear-gradient(145deg,#fff,#f0fdfa);border:2px solid #13546c;box-shadow:0 12px 40px #13546c1f;color:#13546c}.hero-card-secondary:hover{background:linear-gradient(145deg,#f0fdfa,#ccfbf1);box-shadow:0 20px 50px #13546c33;transform:translateY(-6px) scale(1.02)}.hero-btn{border-radius:12px;display:inline-block;font-family:Epilogue,Arial,sans-serif;font-size:16px;font-weight:600;padding:14px 28px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.hero-btn-primary{background:#13546c;border:2px solid #13546c;color:#fff}.hero-btn-primary:hover{background:#0f766e;border-color:#0f766e;box-shadow:0 8px 20px #13546c4d;transform:translateY(-2px)}.hero-btn-secondary{background:#0000;border:2px solid #13546c;color:#13546c}.hero-btn-secondary:hover{background:#13546c14;box-shadow:0 8px 20px #13546c26;transform:translateY(-2px)}.hero-photos{align-items:stretch;animation:fadeInUp .8s ease-out .4s both;display:flex;flex-direction:column;gap:16px;width:100%}.hero-photo-main{border:1px solid #0f766e1a;border-radius:24px;box-shadow:0 25px 70px #0f766e33;height:300px;overflow:hidden;position:relative;width:100%}.hero-main-image{display:block;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease;width:100%}.hero-photo-main:hover .hero-main-image{transform:scale(1.05)}.hero-photo-strip{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.hero-strip-image{border:1px solid #0f766e1a;border-radius:16px;box-shadow:0 8px 24px #0f766e1f;height:180px;object-fit:cover;transition:transform .3s ease;width:100%}.hero-strip-image:hover{transform:scale(1.03)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.point{animation:pulse 2s infinite;background-color:var(--teon-primary);border:2px solid #fff;border-radius:50%;box-shadow:var(--shadow-md);height:12px;position:absolute;width:12px}.point-1{animation-delay:.5s;background-color:var(--teon-accent);left:30%;top:20%}.point-2{animation-delay:1s;background-color:var(--teon-primary);left:15%;top:40%}.point-3{animation-delay:1.5s;background-color:var(--teon-secondary);left:25%;top:60%}.point-4{animation-delay:2s;background-color:#f59e0b;right:20%;top:30%}.point-5{animation-delay:2.5s;background-color:var(--teon-accent);right:30%;top:70%}@media (max-width:1024px){.hero-container{padding:0 3vw}.hero-main{gap:3.5vw}}@media (max-width:768px){.hero-section{padding:40px 0 60px}.hero-container{padding:0 4vw}.hero-main{gap:4vw;grid-template-columns:1fr}.hero-title{font-size:26px;line-height:1.25;margin-bottom:28px;white-space:normal}.hero-text-single{font-size:16px;line-height:1.7;text-align:left}.hero-actions{margin-top:36px;padding-top:32px}.hero-actions-title{font-size:18px;margin-bottom:20px}.hero-card-buttons{gap:16px;grid-template-columns:1fr}.hero-card{min-height:180px;padding:32px 24px}.hero-card-icon{height:56px;margin-bottom:16px;width:56px}.hero-card-label{font-size:18px}.hero-card-desc{font-size:13px}.hero-buttons{flex-direction:column}.hero-btn{text-align:center}.hero-photo-main{border-radius:16px;height:240px}.hero-strip-image{border-radius:12px;height:140px}}.basin-section{background:linear-gradient(180deg,#fff,#f0fdfa);padding:60px 0;position:relative}.basin-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='40' height='20' patternUnits='userSpaceOnUse'%3E%3Cpath d='M0 10q10-10 20 0t20 0' stroke='%23d1fae5' fill='none' opacity='.2'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.2;pointer-events:none;position:absolute;right:0;top:0}.basin-container{box-sizing:border-box;margin:0 auto;max-width:min(1300px,100%);padding:0 clamp(16px,3vw,40px);position:relative;width:100%;z-index:1}.basin-title{color:#13546c;font-family:Epilogue,Arial,sans-serif;font-size:48px;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0 0 30px;text-align:center}.basin-content{margin:0 auto;max-width:min(900px,100%);width:100%}.basin-text{color:var(--teon-text-light);font-family:Epilogue,Arial,sans-serif;font-size:20px;font-weight:400;line-height:1.8;margin:0 0 50px;padding:0 20px;text-align:justify}.basin-gallery{grid-gap:4vw;display:grid;gap:4vw;grid-template-columns:repeat(2,1fr);margin:0 auto 60px;max-width:100%;width:100%}.gallery-item{aspect-ratio:4/3;border:1px solid #0f766e14;border-radius:20px;box-shadow:0 15px 40px #0f766e26;overflow:hidden;position:relative;transition:all .4s ease}.gallery-item:hover{box-shadow:0 30px 70px #0f766e40;transform:translateY(-12px)}.gallery-image{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.gallery-item:hover .gallery-image{transform:scale(1.1)}.video-gallery{margin-top:0}.video-gallery-title{color:#13546c;font-family:Epilogue,Arial,sans-serif;font-size:40px;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0 0 40px;text-align:center}.video-grid{grid-gap:3vw;display:grid;gap:3vw;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:100%;width:100%}.video-item{position:relative}.video-item .video-wrapper{border:1px solid #0f766e14;border-radius:16px;box-shadow:0 15px 40px #0f766e26;height:0;overflow:hidden;padding-bottom:56.25%;position:relative;transition:all .3s ease;width:100%}.video-item .video-wrapper:hover{box-shadow:0 30px 70px #0f766e40;transform:translateY(-10px)}.video-item .youtube-video{border:none;border-radius:16px;height:100%;left:0;position:absolute;top:0;width:100%}@media (max-width:1024px){.basin-gallery{gap:30px}.video-grid{gap:20px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.basin-section{padding:40px 0}.basin-container{padding:0 4vw}.basin-title{font-size:28px;margin-bottom:25px}.basin-text{font-size:15px;line-height:1.7;margin-bottom:40px;padding:0;text-align:left}.basin-gallery{gap:25px;grid-template-columns:1fr;margin:0 auto 40px}.gallery-item{border-radius:16px}.video-gallery{margin-top:0}.video-gallery-title{font-size:28px;margin-bottom:30px}.video-grid{gap:25px;grid-template-columns:1fr}}@media (max-width:480px){.basin-section{padding:32px 0 48px}.basin-container{padding:0 4vw}.video-gallery-title{font-size:24px;margin-bottom:24px}.video-grid{gap:20px}.video-item .video-wrapper{border-radius:12px}}.story-map-section{background:linear-gradient(180deg,#fff,#f8fafc);overflow-x:hidden;padding:60px 0;position:relative;width:100%}.story-map-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='20' height='20' patternUnits='userSpaceOnUse'%3E%3Cpath d='M20 0H0v20' fill='none' stroke='%23e2e8f0' stroke-width='.5' opacity='.3'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.story-map-container{box-sizing:border-box;margin:0 auto;max-width:94vw;padding:0 3vw;position:relative;width:100%;z-index:1}.story-map-title{color:#13546c;font-size:48px;font-weight:800;letter-spacing:-.02em;margin:0 0 20px}.story-map-description,.story-map-title{font-family:Epilogue,Arial,sans-serif;text-align:center}.story-map-description{color:var(--teon-text-light);font-size:18px;font-weight:400;line-height:1.6;margin:0 auto 50px;max-width:100%}.story-map-content{grid-gap:5vw;align-items:start;display:grid;gap:5vw;grid-template-columns:1fr 1fr;width:100%}.map-placeholder{background:#fff;border:1px solid #13546c1a;border-radius:20px;box-shadow:0 20px 60px #0f766e1a;overflow:hidden;padding:40px;position:relative;text-align:center}.map-placeholder:before{background:var(--gradient-accent);border-radius:20px 20px 0 0;content:"";height:4px;left:0;position:absolute;right:0;top:0}.map-icon{color:#13546c;height:80px;margin:0 auto 20px;opacity:.7;width:80px}.map-icon svg{height:100%;width:100%}.map-placeholder h3{color:#13546c;font-family:Epilogue,Arial,sans-serif;font-size:24px;font-weight:700;margin:0 0 15px}.map-placeholder p{color:var(--teon-text-light);font-family:Epilogue,Arial,sans-serif;font-size:16px;margin:0 0 20px}.map-features{list-style:none;margin:0;padding:0;text-align:left}.map-features li{color:var(--teon-text-light);font-family:Epilogue,Arial,sans-serif;font-size:14px;margin:0 0 8px;padding:0 0 0 20px;position:relative}.map-features li:before{color:#13546c;content:"✓";font-weight:700;left:0;position:absolute}.story-map-info{display:flex;flex-direction:column;gap:30px}.info-card{align-items:flex-start;background:#fff;border:1px solid #13546c1a;border-radius:16px;box-shadow:0 8px 25px #0f766e14;display:flex;gap:20px;padding:30px;transition:all .3s ease}.info-card:hover{border-color:#13546c33;box-shadow:0 15px 40px #0f766e26;transform:translateY(-5px)}.info-icon{align-items:center;background:linear-gradient(135deg,#13546c,#0f766e);border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.info-icon svg{height:24px;width:24px}.info-card h4{color:#13546c;font-size:18px;font-weight:600;margin:0 0 10px}.info-card h4,.info-card p{font-family:Epilogue,Arial,sans-serif}.info-card p{color:var(--teon-text-light);font-size:14px;line-height:1.5;margin:0}@media (max-width:1024px){.story-map-content{gap:40px;grid-template-columns:1fr}.story-map-info{order:-1}}@media (max-width:768px){.story-map-section{padding:40px 0}.story-map-container{padding:0 15px}.story-map-title{font-size:28px;margin-bottom:15px}.story-map-description{font-size:15px;line-height:1.6;margin-bottom:35px}.story-map-content{gap:30px}.map-placeholder{border-radius:16px;padding:25px 15px}.map-icon{height:60px;margin-bottom:15px;width:60px}.map-placeholder h3{font-size:20px;margin-bottom:12px}.map-placeholder p{font-size:14px;margin-bottom:15px}.info-card{border-radius:12px;flex-direction:column;padding:20px;text-align:center}.info-icon{align-self:center;height:45px;width:45px}.info-card h4{font-size:16px;margin-bottom:8px}.info-card p{font-size:13px}}@media (max-width:480px){.story-map-section{padding:28px 0 40px}.story-map-container{padding:0 12px}.story-map-title{font-size:24px;margin-bottom:12px}.story-map-description{font-size:14px;margin-bottom:24px}.story-map-content{gap:20px}.map-placeholder{border-radius:12px;padding:20px 12px}.map-placeholder h3{font-size:18px}.map-placeholder p{font-size:13px}.info-card{border-radius:10px;padding:16px}.info-card h4{font-size:15px}.info-card p{font-size:12px}}.people-section{background:linear-gradient(180deg,#f0fdfa,#fff);min-height:100vh;overflow-x:hidden;padding:20px 0 60px;position:relative}.people-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='25' height='25' patternUnits='userSpaceOnUse'%3E%3Cpath d='M25 0H0v25' fill='none' stroke='%23d1fae5' stroke-width='.5' opacity='.2'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.2;pointer-events:none;position:absolute;right:0;top:0}.people-container{box-sizing:border-box;margin:0 auto;max-width:94vw;padding:0 3vw;position:relative;width:100%;z-index:1}.people-title{color:#13546c;font-size:48px;font-weight:800;letter-spacing:-.02em;margin:0 0 15px;text-align:center}.people-intro,.people-title{font-family:Epilogue,Arial,sans-serif}.people-intro{color:var(--teon-text-light);font-size:16px;font-weight:400;line-height:1.5;margin:0 0 25px;max-width:none;text-align:justify;width:100%}.people-content{background:#fff;border:1px solid #0f766e1a;border-radius:clamp(16px,2vw,24px);box-shadow:0 25px 70px #0f766e1f;box-sizing:border-box;display:flex;flex-direction:column;gap:clamp(24px,3vw,35px);overflow:hidden;padding:clamp(28px,4vw,48px) clamp(24px,3vw,40px);position:relative;width:100%}.people-content:before{background:var(--gradient-accent);border-radius:20px 20px 0 0;content:"";height:4px;left:0;position:absolute;right:0;top:0}.people-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:40px;width:100%}.person-card{background:#fffc;border:1px solid #13546c1a;border-radius:16px;box-shadow:0 4px 12px #0f766e14;display:flex;flex-direction:column;padding:30px 20px 25px;text-align:center;transition:all .3s ease}.person-card:hover{border-color:#13546c33;box-shadow:0 12px 30px #0f766e26;transform:translateY(-8px)}.person-card.no-image{align-items:center;background:#13546c0d;justify-content:center;min-height:290px;padding:30px 20px}.person-card.no-image .person-name{font-size:17px}.person-card.no-image .person-info{width:100%}.person-image-container{border:4px solid #13546c;border-radius:50%;box-shadow:0 8px 20px #0f766e33;height:12vw;margin:0 auto 20px;max-height:150px;max-width:150px;min-height:80px;min-width:80px;overflow:hidden;width:12vw}.person-image{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.person-card:hover .person-image{transform:scale(1.1)}.person-info{align-items:center;display:flex;flex-direction:column;gap:8px}.person-name{color:#13546c;font-size:18px;font-weight:600;line-height:1.3}.person-name,.person-title{font-family:Epilogue,Arial,sans-serif;margin:0}.person-title{color:var(--teon-text-light);font-size:14px;font-weight:400;line-height:1.4;max-width:100%;text-align:center}.affiliation-number{background:#13546c1a;border-radius:12px;color:#13546c;font-size:13px;font-weight:700;padding:2px 8px}.affiliations{margin-top:20px}.affiliation-item{align-items:flex-start;color:var(--teon-text-light);display:flex;font-family:Epilogue,Arial,sans-serif;font-size:14px;gap:8px;margin-bottom:10px}.partners-section{border-top:2px solid #13546c1f;margin-top:48px;padding-top:40px}.partners-card{background:#fff;border:1px solid #13546c14;border-radius:20px;box-shadow:0 8px 32px #13546c14,0 2px 8px #0000000a;margin:0 auto;max-width:100%;overflow:hidden;padding:3vw 4vw 4vw;position:relative;width:100%}.partners-card:before{background:linear-gradient(90deg,#0f766e,#13546c 50%,#0d9488);border-radius:20px 20px 0 0;content:"";height:4px;left:0;position:absolute;right:0;top:0}.partners-title{color:#13546c;font-family:Epilogue,Arial,sans-serif;font-size:28px;font-weight:700;letter-spacing:-.02em;margin:0 0 12px;text-align:center}.partners-title-accent{background:linear-gradient(90deg,#0000,#0f766e,#0000);border-radius:2px;height:4px;margin:0 auto 28px;width:56px}.partners-description{color:var(--teon-text-light);font-family:Epilogue,Arial,sans-serif;font-size:16px;line-height:1.7;margin:0 0 24px;max-width:none;text-align:justify;width:100%}.partners-funding-intro{color:#13546c;font-family:Epilogue,Arial,sans-serif;font-size:17px;font-style:italic;font-weight:600;line-height:1.5;margin:0 0 20px;text-align:center}.partners-logos{align-items:center;display:flex;flex-wrap:wrap;gap:48px;justify-content:center;margin:28px 0 0;padding:32px 0}.partners-logo-img{height:auto;max-height:10vw;max-width:40vw;object-fit:contain;width:auto}.partners-list{list-style:disc;margin:16px 0 0;max-width:none;padding-left:24px;width:100%}.partners-list-item{color:#134e4a;font-family:Epilogue,Arial,sans-serif;font-size:15px;font-weight:500;line-height:1.8;margin-bottom:4px;padding:4px 0}.partners-list-item:last-child{margin-bottom:0}@media (max-width:1200px){.people-grid{gap:25px;grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1024px){.people-container{padding:0 3vw}.people-content{padding:clamp(24px,4vw,40px) clamp(20px,3vw,28px)}}@media (max-width:900px){.people-grid{gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}.person-image-container{height:14vw;max-height:120px;max-width:120px;min-height:80px;min-width:80px;width:14vw}.person-name{font-size:16px}.person-title{font-size:13px}}@media (max-width:768px){.people-section{padding:clamp(16px,3vw,20px) 0 clamp(32px,6vw,40px)}.people-container{padding:0 3vw}.people-title{font-size:32px;margin-bottom:20px}.people-intro{font-size:15px;margin-bottom:20px;padding:0 10px}.people-content{border-radius:16px;padding:30px 20px}.people-grid{gap:20px;grid-template-columns:1fr;margin-bottom:30px}.person-card{padding:25px 20px}.person-card.no-image{min-height:200px;padding:25px 20px}.person-image-container{height:14vw;margin-bottom:15px;max-height:120px;max-width:120px;min-height:80px;min-width:80px;width:14vw}.person-name{font-size:16px}.person-title{font-size:13px}.partners-section{margin-top:30px;padding-top:25px}.partners-card{padding:28px 20px 32px}.partners-title{font-size:24px;margin-bottom:15px}.partners-description,.partners-funding-intro{font-size:15px;padding:0 clamp(8px,2vw,12px)}.partners-logos{gap:24px;margin-bottom:24px;padding:20px 10px}.partners-logo-img{max-height:72px;max-width:200px}.partners-list{padding-left:20px}.partners-list-item{font-size:15px}}@media (max-width:480px){.people-section{padding:clamp(12px,4vw,16px) 0 clamp(24px,6vw,32px)}.people-container{padding:0 3vw}.people-title{font-size:28px;margin-bottom:12px}.people-intro{font-size:14px;margin-bottom:16px;padding:0 clamp(4px,1vw,8px);text-align:left}.people-content{border-radius:12px;padding:24px 16px}.people-grid{gap:16px;margin-bottom:24px}.person-card{padding:20px 16px}.person-card.no-image{min-height:120px;padding:20px 16px}.person-image-container{height:18vw;margin-bottom:12px;max-height:100px;max-width:100px;min-height:70px;min-width:70px;width:18vw}.person-name{font-size:15px}.person-title{font-size:12px}.partners-section{margin-top:24px;padding-top:20px}.partners-card{border-radius:16px;padding:20px 16px 24px}.partners-title{font-size:22px;margin-bottom:12px}.partners-description,.partners-funding-intro{font-size:14px;padding:0 clamp(4px,1vw,8px)}.partners-logos{flex-direction:column;gap:20px;margin-bottom:20px;padding:16px 0}.partners-logo-img{max-height:12vw;max-width:50vw}.partners-list{padding-left:18px}.partners-list-item{font-size:14px}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{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{box-sizing:border-box;height:0;width:0;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{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.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;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.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{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{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:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width: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{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.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);height:36px;width: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{height:44px;width: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{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;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{border-top:1px solid #ddd;height:0;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{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.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{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.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{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.teon-map-page{background-color:#f0f0f0;font-family:Epilogue,Arial,sans-serif;margin:0;min-height:calc(100vh - 80px);overflow-x:hidden;padding:0;position:relative;width:100%;z-index:1}.sidebar{background:#f8f9fa;border-right:2px solid #e9ecef;box-shadow:2px 0 4px #0000001a;height:calc(100vh - 80px);left:0;overflow-y:auto;position:absolute;top:0;width:400px;z-index:1000}.sidebar-content{padding:20px}.sidebar-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.hamburger-menu{align-items:center;background:#13546c;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:16px;height:32px;justify-content:center;transition:all .3s ease;width:32px}.hamburger-menu:hover{background:#0d3a4a;transform:scale(1.05)}.sidebar h2{color:#13546c;font-size:24px;font-weight:600;margin:0}.sidebar p{color:#666;font-size:14px;line-height:1.5;margin-bottom:30px}.teon-map-back-to-video{background:#13546c14;border:1px solid #13546c40;border-radius:6px;color:#13546c;cursor:pointer;display:block;font-size:14px;font-weight:500;margin-bottom:14px;padding:8px 12px;text-align:left;transition:background .2s ease,border-color .2s ease;width:100%}.teon-map-back-to-video:hover{background:#13546c26;border-color:#13546c}.map-wrapper{height:calc(100vh - 80px);margin-bottom:0;position:relative;width:100%;z-index:1}.sensor-categories{display:flex;flex-direction:column;gap:25px}.category-section{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:20px}.category-section h3{color:#13546c;font-size:18px;font-weight:600;gap:12px;margin-bottom:12px}.category-header,.category-section h3{align-items:center;display:flex;justify-content:space-between}.category-header{border-radius:8px;cursor:pointer;margin:-4px;padding:8px;transition:background .2s ease}.category-header:hover{background:#13546c0d}.category-header-left{align-items:flex-start;display:flex;gap:10px}.category-header-left .category-expand-icon{margin-top:4px}.category-expand-icon{color:#13546c;display:inline-block;font-size:12px;transition:transform .3s ease}.category-expand-icon.expanded{transform:rotate(90deg)}.category-name{color:#13546c;font-size:18px;font-weight:600}.category-title-group{display:flex;flex-direction:column;gap:4px}.category-description{color:#666;font-size:12px;font-weight:400;line-height:1.4}.category-section.collapsed{padding:16px 20px}.category-section.collapsed .sensor-toggles{display:none}.category-section.expanded .sensor-toggles{animation:slideDown .3s ease;border-top:1px solid #e9ecef;margin-top:16px;padding-top:16px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.sensor-toggles{display:flex;flex-direction:column;gap:12px}.sensor-toggle{align-items:flex-start;display:flex;gap:12px;padding:8px 0}.sensor-info{display:flex;flex:1 1;flex-direction:column;gap:4px}.sensor-name{color:#333;font-size:14px;font-weight:600}.sensor-description{font-size:12px;line-height:1.4}.toggle-switch{display:inline-block;flex-shrink:0;height:24px;position:relative;width:50px}.toggle-switch input{height:0;opacity:0;width:0}.toggle-slider{background-color:#ccc;border-radius:24px;bottom:0;box-shadow:inset 0 1px 3px #0003;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.toggle-slider:before{background-color:#fff;border-radius:50%;bottom:3px;box-shadow:0 1px 3px #0000004d;content:"";height:18px;left:3px;position:absolute;transition:.3s;width:18px}.toggle-switch input:checked+.toggle-slider{background-color:#13546c}.toggle-switch input:checked+.toggle-slider:before{transform:translateX(26px)}.toggle-slider.terrestrial{background-color:#8b4513}.toggle-slider.lake{background-color:#00ced1}.toggle-slider.stream{background-color:#32cd32}.toggle-switch input:checked+.toggle-slider.terrestrial{background-color:#8b4513}.toggle-switch input:checked+.toggle-slider.lake{background-color:#00ced1}.toggle-switch input:checked+.toggle-slider.stream{background-color:#32cd32}.toggle-switch input:not(:checked)+.toggle-slider.lake,.toggle-switch input:not(:checked)+.toggle-slider.stream,.toggle-switch input:not(:checked)+.toggle-slider.terrestrial{background-color:#b0b0b0}.show-sidebar-btn{align-items:center;background:#13546c;border:none;border-radius:4px;box-shadow:0 2px 8px #0000004d;color:#fff;cursor:pointer;display:flex;font-size:16px;height:40px;justify-content:center;left:60px;position:absolute;top:10px;transition:all .3s ease;width:40px;z-index:1001}.show-sidebar-btn:hover{background:#0d3a4a;transform:scale(1.05)}.show-sidebar-btn:active{transform:scale(.95)}.custom-marker{background:#0000!important;border:none!important}.custom-marker-cluster .custom-marker-inner:hover>div:first-child{box-shadow:0 2px 8px #0003}.custom-marker-cluster .marker-cluster-badge{transition:box-shadow .2s ease}.marker-tooltip{background:#fff!important;border:2px solid #13546c!important;border-radius:8px!important;box-shadow:0 4px 12px #00000026!important;font-family:Epilogue,Arial,sans-serif!important;max-width:320px!important;min-width:200px!important;padding:0!important;width:auto!important}.marker-tooltip.leaflet-tooltip-top:before{border-top-color:#13546c!important}.marker-tooltip.leaflet-tooltip-bottom:before{border-bottom-color:#13546c!important}.marker-tooltip.leaflet-tooltip-left:before{border-left-color:#13546c!important}.marker-tooltip.leaflet-tooltip-right:before{border-right-color:#13546c!important}.tooltip-content{word-wrap:break-word;box-sizing:border-box;overflow:hidden;overflow-wrap:break-word;padding:12px 14px;width:100%}.tooltip-cluster-hint{background:#13546c14;border-radius:6px;color:#13546c;display:inline-block;font-size:12px;font-weight:600;margin-bottom:8px;padding:4px 8px}.tooltip-header{align-items:flex-start;border-bottom:1px solid #e9ecef;box-sizing:border-box;display:flex;gap:10px;justify-content:space-between;margin-bottom:10px;min-height:20px;padding-bottom:10px;width:100%}.tooltip-header h4{word-wrap:break-word;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#13546c;display:-webkit-box;flex:1 1;font-size:14px;font-weight:600;-webkit-hyphens:auto;hyphens:auto;line-height:1.4;margin:0;min-width:0;overflow:hidden;overflow-wrap:break-word;padding-right:0;text-overflow:ellipsis}.status-badge{align-self:flex-start;border-radius:12px;color:#fff;display:inline-block;flex-grow:0;flex-shrink:0;font-size:10px;font-weight:600;letter-spacing:.5px;margin-top:0;min-width:-webkit-fit-content;min-width:fit-content;padding:4px 10px;text-transform:uppercase;white-space:nowrap}.tooltip-details{display:flex;flex-direction:column;gap:8px}.tooltip-details,.tooltip-row{box-sizing:border-box;width:100%}.tooltip-row{grid-column-gap:12px;grid-row-gap:2px;align-items:start;column-gap:12px;display:grid;grid-template-columns:minmax(60px,auto) 1fr;row-gap:2px}.tooltip-row strong{color:#13546c;flex-shrink:0;font-size:12px;font-weight:600;justify-self:end;line-height:1.5;min-width:60px;text-align:right;white-space:nowrap}.tooltip-row span{color:#333;font-size:12px;line-height:1.5;min-width:0;overflow:hidden;overflow-wrap:break-word;text-align:left;word-break:break-word}.marker-popup{font-family:Epilogue,Arial,sans-serif;min-width:200px}.marker-popup h4{color:#13546c;font-size:16px;font-weight:600;margin:0 0 8px}.marker-popup p{color:#333;font-size:13px;margin:4px 0}.marker-popup strong{color:#13546c;font-weight:600}@media (max-width:1024px){.sidebar{border-bottom:2px solid #e9ecef;border-right:none;height:auto;max-height:calc(100vh - 80px)}.map-wrapper,.sidebar{position:relative;width:100%}.map-wrapper{height:calc(100vh - 80px);left:0;margin-bottom:0;max-width:100vw;top:0}.show-sidebar-btn{left:50px;top:10px}}@media (max-width:768px){.teon-map-page{min-height:auto;position:relative}.sidebar{border-bottom:1px solid #e9ecef;max-height:none}.sidebar-content{padding:12px}.sidebar h2{font-size:20px}.category-section{padding:12px}.category-section h3{font-size:16px}.sensor-name{font-size:13px}.sensor-description{display:none}.toggle-switch{height:20px;width:42px}.toggle-slider:before{bottom:3px;height:14px;left:3px;width:14px}.toggle-switch input:checked+.toggle-slider:before{transform:translateX(22px)}.sensor-toggle{align-items:center;gap:10px;padding:6px 0}.map-wrapper{height:65vh;max-width:100vw;width:100%}.leaflet-control-zoom{left:10px!important;top:10px!important;transform:scale(.9);transform-origin:top left}}@media (max-width:480px){.sidebar-content{padding:10px}.sidebar h2{font-size:18px}.category-section h3{font-size:14px}.sensor-name{font-size:12px}.map-wrapper{height:55vh}}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.sidebar::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.sidebar::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.sentinel-basin-section{background:linear-gradient(180deg,#f0f7fa,#f9fafb 35%,#f5f8fa);font-family:Epilogue,Arial,sans-serif;min-height:100vh;overflow-x:hidden;padding:0;width:100%}.sentinel-basin-inner{box-sizing:border-box;margin:0 auto;max-width:94vw;padding:0 3vw;width:100%}.sentinel-basin-video-wrap{align-items:center;background:#111;border-radius:24px;display:flex;flex-shrink:0;height:calc(100vh - 100px);justify-content:center;margin:0 0 16px;min-height:50vh;overflow:hidden;position:relative;width:100%}.sentinel-basin-video-player,.sentinel-basin-video-player iframe{border:none;height:56.25vw;left:50%;min-height:calc(100vh - 100px);min-width:177.78vh;position:absolute;top:50%;transform:translate(-50%,-50%);width:100vw}.sentinel-basin-video-overlay{background:#00000040;cursor:default;height:100%;left:0;pointer-events:auto;position:absolute;top:0;width:100%;z-index:1}.sentinel-basin-mute-btn{align-items:center;background:#00000080;border:none;border-radius:50%;bottom:20px;color:#fff;cursor:pointer;display:flex;height:48px;justify-content:center;padding:0;position:absolute;right:20px;transition:background .2s ease,transform .2s ease;width:48px;z-index:2}.sentinel-basin-mute-btn:hover{background:#000000b3;transform:scale(1.05)}.sentinel-basin-mute-btn:focus{outline:2px solid #fff;outline-offset:2px}.sentinel-basin-container{box-sizing:border-box;margin:0;padding:48px 0 80px;width:100%}.sentinel-basin-container-top{box-sizing:border-box;margin:0;padding:32px 0 24px;width:100%}.sentinel-basin-title{color:#13546c;font-family:Epilogue,Arial,sans-serif;font-size:42px;font-weight:800;letter-spacing:-.02em;margin:0 0 32px;text-align:center}.sentinel-basin-intro{font-size:17px}.sentinel-basin-intro,.sentinel-basin-text{color:var(--teon-text-light);font-family:Epilogue,Arial,sans-serif;line-height:1.7;margin:0 0 24px;text-align:justify}.sentinel-basin-text{font-size:16px}.sentinel-basin-cta{color:var(--teon-text-light);font-family:Epilogue,Arial,sans-serif;font-size:16px;line-height:1.6;margin:0 0 40px}.sentinel-basin-link{border-bottom:1px solid #13546c66;color:#13546c;font-weight:600;text-decoration:none;transition:color .2s ease,border-color .2s ease}.sentinel-basin-link:hover{border-bottom-color:#0f766e;color:#0f766e}.sentinel-basin-heading{color:#13546c;font-family:Epilogue,Arial,sans-serif;font-size:24px;font-weight:700;letter-spacing:-.01em;margin:40px 0 16px}.sentinel-basin-heading:first-of-type{margin-top:0}.sentinel-basin-report-cta{border-top:1px solid #13546c26;margin:48px 0 0;padding-top:32px;text-align:center}.sentinel-basin-report-link{border-bottom:2px solid #13546c80;color:#13546c;font-family:Epilogue,Arial,sans-serif;font-size:17px;font-weight:600;text-decoration:none;transition:color .2s ease,border-color .2s ease}.sentinel-basin-report-link:hover{border-bottom-color:#0f766e;color:#0f766e}@media (max-width:1024px){.sentinel-basin-inner{padding:0 3vw}.sentinel-basin-title{font-size:36px}.sentinel-basin-intro,.sentinel-basin-text{font-size:16px}}@media (max-width:768px){.sentinel-basin-section{padding:40px 0 60px}.sentinel-basin-inner{padding:0 4vw}.sentinel-basin-title{font-size:32px;margin-bottom:24px}.sentinel-basin-heading{font-size:20px;margin-top:32px}.sentinel-basin-video-wrap{border-radius:16px;margin:0 0 16px;width:100%}}@media (max-width:480px){.sentinel-basin-section{padding:24px 0 40px}.sentinel-basin-inner{padding:0 4vw}.sentinel-basin-title{font-size:26px;margin-bottom:16px}.sentinel-basin-intro,.sentinel-basin-text{font-size:14px;line-height:1.6}.sentinel-basin-heading{font-size:18px;margin-top:24px}.sentinel-basin-cta,.sentinel-basin-report-cta{font-size:14px}.sentinel-basin-video-wrap{border-radius:12px;margin:0 0 12px;min-height:40vh}}.sensor-detail-page{background:#fff;box-sizing:border-box;font-family:Epilogue,Arial,sans-serif;min-height:calc(100vh - 80px);overflow-x:hidden;padding:20px;width:100%}.sensor-detail-container{background:#0000;margin:0 auto;max-width:1400px;padding:0}.back-button{border-radius:6px;box-shadow:0 1px 4px #13546c33;font-size:12px;margin-bottom:8px;padding:6px 12px}.back-button:active{transform:translateX(0)}.sensor-header{border-bottom:1px solid #f0f0f0;margin-bottom:8px;padding-bottom:8px}.sensor-header-top{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-bottom:0}.sensor-header h1{color:#13546c;font-size:18px;font-weight:700;letter-spacing:-.3px;line-height:1.3;margin:0}.sensor-meta{display:flex;flex-wrap:wrap;gap:6px}.sensor-meta span{border-radius:12px;box-shadow:0 1px 2px #0000000d;font-size:10px;font-weight:600;padding:3px 10px;transition:transform .2s ease}.sensor-meta span:hover{transform:translateY(-1px)}.sensor-type{background-color:#13546c;color:#fff}.sensor-category{background-color:#e9ecef;color:#495057}.sensor-site{background-color:#d4edda;color:#155724}.sensor-description{color:#666;font-size:14px;line-height:1.6;margin-top:10px}.sensor-content{margin-top:12px}.image-sensor-view{display:flex;flex-direction:column;gap:20px}.image-header{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.image-header h3{color:#13546c;font-size:22px;font-weight:600;margin:0}.timestamp{color:#666;font-size:14px;margin:0}.image-container{align-items:center;display:flex;flex-direction:column;gap:15px;width:100%}.image-container img{border:2px solid #e9ecef;border-radius:8px;box-shadow:0 4px 12px #00000026;height:auto;max-width:100%}.image-error{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;color:#721c24;padding:20px;text-align:center}.image-url-display{background-color:#fff;border-radius:4px;font-family:monospace;font-size:12px;margin-top:10px;padding:10px;word-break:break-all}.no-image-message{background-color:#f8f9fa;border:1px dashed #dee2e6;border-radius:8px;padding:30px;text-align:center}.no-image-message pre{background-color:#fff;border-radius:4px;font-size:12px;margin-top:15px;overflow-x:auto;padding:15px;text-align:left}.table-sensor-view{display:flex;flex-direction:column;gap:20px}.table-header{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-bottom:8px}.table-header h3{color:#13546c;font-size:16px;font-weight:600;margin:0}.header-right{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.view-toggle{background-color:#f8f9fa;border-radius:12px;box-shadow:inset 0 1px 3px #0000000d;display:flex;gap:4px;padding:4px}.toggle-btn{background-color:initial;border:none;border-radius:6px;color:#666;cursor:pointer;font-family:Epilogue,Arial,sans-serif;font-size:12px;font-weight:600;padding:6px 14px;transition:all .3s ease}.toggle-btn:hover{background-color:#13546c14;color:#13546c}.toggle-btn.active{background:linear-gradient(135deg,#13546c,#1e6b7a);box-shadow:0 2px 8px #13546c40;color:#fff}.data-count{color:#666;font-size:12px;margin:0}.table-controls-unified{align-items:flex-start;background:#0000;border:none;border-bottom:1px solid #e9ecef;box-shadow:none;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:6px;padding:0 0 8px}.controls-left-section{display:flex;flex:1 1;flex-direction:column;gap:6px;min-width:0}.controls-right-section{flex-direction:row;flex-shrink:0}.controls-right-section,.table-header-inline{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.table-header-inline{border:none;margin:0;padding:0}.table-header-inline h3{color:#13546c;font-size:14px;font-weight:700;letter-spacing:-.3px;margin:0}.table-header-inline .data-count{color:#666;font-size:11px;font-weight:500;margin:0}.table-header-inline .view-toggle{background-color:#f8f9fa;border-radius:8px;box-shadow:inset 0 1px 2px #0000000d;display:flex;gap:4px;margin-left:auto;padding:3px}.table-date-filter-controls{background:linear-gradient(135deg,#f8f9fa,#fff);border:1px solid #e9ecef;border-radius:8px;box-shadow:0 1px 4px #0000000a;margin-bottom:12px;padding:12px 16px}.table-container{background:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 2px 8px #0000000a;max-height:calc(100vh - 200px);overflow-x:auto;overflow-y:auto;position:relative}.table-container::-webkit-scrollbar{height:8px;width:8px}.table-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.table-container::-webkit-scrollbar-thumb{background:#13546c;border-radius:10px}.table-container::-webkit-scrollbar-thumb:hover{background:#0d3a4a}.sensor-data-table{border-collapse:collapse;font-size:14px;min-width:800px;width:100%}.sensor-data-table thead{background-color:#13546c;color:#fff}.sensor-data-table th{border-right:1px solid #fff3;font-size:13px;font-weight:600;padding:10px 12px;text-align:left}.sensor-data-table th:last-child{border-right:none}.sensor-data-table tbody tr{border-bottom:1px solid #e9ecef;transition:background-color .2s ease}.sensor-data-table tbody tr:hover{background-color:#f8f9fa}.sensor-data-table tbody tr:last-child{border-bottom:none}.sensor-data-table td{border-right:1px solid #e9ecef;color:#333;font-size:13px;padding:10px 12px}.sensor-data-table td:last-child{border-right:none}.download-csv-btn{background:linear-gradient(135deg,#228b22,#32cd32);border:none;border-radius:5px;box-shadow:0 1px 4px #228b2240;color:#fff;cursor:pointer;font-family:Epilogue,Arial,sans-serif;font-size:11px;font-weight:600;padding:6px 12px;transition:all .3s ease}.download-csv-btn:hover:not(:disabled){background:linear-gradient(135deg,#1a6b1a,#228b22);box-shadow:0 4px 12px #228b2259;transform:translateY(-2px)}.download-csv-btn:disabled{cursor:not-allowed;opacity:.7}.pagination-controls-inline{align-items:center;display:flex;gap:10px;justify-content:center;margin:0;padding:0}.pagination-controls-inline .pagination-info{color:#13546c;font-size:11px;font-weight:600;min-width:70px;text-align:center}.pagination-controls{align-items:center;background:linear-gradient(135deg,#f8f9fa,#fff);border:1px solid #e9ecef;border-radius:8px;box-shadow:0 1px 4px #0000000a;display:flex;gap:16px;justify-content:center;margin-bottom:12px;margin-top:0;padding:10px 16px}.pagination-button{background:linear-gradient(135deg,#13546c,#1e6b7a);border:none;border-radius:5px;box-shadow:0 1px 4px #13546c40;color:#fff;cursor:pointer;font-family:Epilogue,Arial,sans-serif;font-size:11px;font-weight:600;padding:6px 12px;transition:all .3s ease}.pagination-button:hover:not(:disabled){background:linear-gradient(135deg,#0d3a4a,#13546c);box-shadow:0 4px 12px #13546c59;transform:translateY(-2px)}.pagination-button:disabled{background:#e9ecef;box-shadow:none;color:#adb5bd;cursor:not-allowed;opacity:.7}.pagination-button:active:not(:disabled){transform:translateY(0)}.pagination-info{color:#666;font-size:11px;font-weight:500;min-width:80px;text-align:center}.chart-header-controls{background:linear-gradient(135deg,#f8f9fa,#fff);border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 8px #0000000a;margin-bottom:30px;padding:24px}.date-range-controls{align-items:center;gap:6px}.date-input-group{align-items:center!important;display:flex!important;flex-direction:row!important;flex-shrink:0;gap:6px!important;height:24px}.date-input-group label{flex-shrink:0;font-size:9px;letter-spacing:.3px;line-height:1.2;margin:0;white-space:nowrap}.date-input{border:1px solid #e9ecef;border-radius:3px;box-shadow:0 1px 1px #0000000d;box-sizing:border-box;flex-shrink:0;font-size:10px;height:24px;padding:3px 35px 3px 6px;position:relative;width:145px}.date-input::-webkit-calendar-picker-indicator{cursor:pointer;height:16px;opacity:.8;position:absolute;right:8px;top:50%;transform:translateY(-50%);width:16px;z-index:1}.date-input::-webkit-calendar-picker-indicator:hover{opacity:1}.date-input::-webkit-clear-button,.date-input::-webkit-inner-spin-button{display:none}.date-input:hover{box-shadow:0 1px 3px #13546c1a}.date-input:focus{box-shadow:0 0 0 2px #13546c1a,0 1px 3px #13546c26}.apply-date-button{box-shadow:0 1px 1px #228b2240}.apply-date-button,.reset-date-button{align-items:center;border-radius:3px;display:flex;font-size:9px;height:24px;justify-content:center;padding:3px 8px;white-space:nowrap}.reset-date-button{box-shadow:0 1px 1px #13546c40}.reset-date-button:hover{box-shadow:0 2px 4px #13546c4d;transform:translateY(-1px)}.tree-chart-header-controls{align-items:center;background:linear-gradient(135deg,#f8f9fa,#fff);border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 8px #0000000a;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:30px;padding:24px}.chart-container{background:#0000;border:none;border-radius:0;box-shadow:none;margin-top:0;padding:0;position:relative;width:100%}.soil-chart-layout-unified{display:flex;flex-direction:column;gap:20px;width:100%}.soil-diagram-container-unified{align-items:flex-start;display:flex;height:400px;justify-content:center;padding:0;position:relative;width:100%}.soil-diagram-wrapper{align-items:stretch;background:#0000;border:none;border-radius:0;display:flex;height:100%;overflow:visible;position:relative;width:100%}.soil-diagram-image-unified{border-radius:4px;display:block;height:100%;object-fit:contain;object-position:top;width:100%;z-index:1}.soil-layer-label{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fffffffa,#fffffff2);border:3px solid #13546c;border-radius:12px;box-shadow:0 6px 20px #0000004d,0 0 0 2px #ffffff80;color:#13546c;cursor:pointer;display:flex;font-family:Epilogue,Arial,sans-serif;font-size:18px;font-weight:700;gap:8px;justify-content:center;left:50%;min-width:120px;padding:14px 24px;position:absolute;text-align:center;transform:translateX(-50%);transition:all .3s ease;z-index:10}.soil-layer-label button,button.soil-layer-label{background:inherit;border:inherit;color:inherit;cursor:pointer;font:inherit;outline:none;padding:inherit}.soil-layer-label.clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.soil-layer-label.clickable:hover{box-shadow:0 8px 24px #0006,0 0 0 3px #fff9;transform:translateX(-50%) scale(1.08)}.soil-layer-label.clickable:active{transform:translateX(-50%) scale(.98)}.soil-label-icon{filter:drop-shadow(0 2px 2px rgba(0,0,0,.1));font-size:18px}.soil-layer-label.shallow-label{background:linear-gradient(135deg,#90ee9066,#fffffffa);border-color:#90ee90;box-shadow:0 6px 20px #90ee9066,0 0 0 2px #ffffff80;color:#1a5a1a;top:120px}.soil-layer-label.shallow-label.clickable:hover{background:linear-gradient(135deg,#90ee9099,#fffffffa);border-color:#7acc7a;box-shadow:0 8px 24px #90ee9080,0 0 0 3px #fff9;color:#0f4a0f}.soil-layer-label.deep-label{background:linear-gradient(135deg,#65432180,#fffffffa);border-color:#654321;bottom:20px;box-shadow:0 6px 20px #65432166,0 0 0 2px #ffffff80;color:#3d2813}.soil-layer-label.deep-label.clickable:hover{background:linear-gradient(135deg,#654321b3,#fffffffa);border-color:#8b5a3c;box-shadow:0 8px 24px #65432180,0 0 0 3px #fff9;color:#2a1a0d}.soil-layer-divider{background:linear-gradient(90deg,#0000 0,#13546c 20%,#13546c 80%,#0000);height:3px;opacity:.6;width:80%;z-index:5}.soil-layer-divider,.soil-layer-divider:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.soil-layer-divider:before{background-color:#13546c;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 2px #13546c;content:"";height:12px;width:12px}.soil-graphs-container-unified{align-items:flex-start;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;padding-top:0;position:relative;width:100%;z-index:1}.soil-chart-date-controls{background:linear-gradient(135deg,#f8f9fa,#fff);border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 8px #0000000a;margin-bottom:20px;padding:20px}.soil-graph-wrapper-unified{background:#0000;border:none;border-radius:0;display:flex;flex-direction:column;margin-bottom:0;overflow:hidden;padding:0;position:relative;transition:all .3s ease;width:100%}.soil-graph-wrapper-unified.shallow-graph{flex:0 0 380px;height:380px;margin-bottom:0;margin-top:50px}.soil-graph-wrapper-unified.deep-graph{flex:0 0 370px;height:370px;margin-top:0;position:relative}.soil-graph-wrapper-unified:hover{transform:translateY(-1px)}.soil-graph-header{align-items:center;background:#0000;border-bottom:1px solid #e9ecef4d;display:flex;flex-shrink:0;gap:12px;margin:0;padding:0 0 3px}.soil-graph-wrapper-unified.shallow-graph .soil-graph-header{height:auto;margin:0;min-height:auto;padding:0 0 2px}.soil-graph-wrapper-unified.deep-graph .soil-graph-header{border-bottom:1px solid #e9ecef4d;height:auto;margin:0;min-height:auto;padding:0 0 2px}.soil-graph-indicator{border-radius:4px;box-shadow:0 2px 6px #00000026;flex-shrink:0;height:40px;width:8px}.soil-graph-indicator.shallow-indicator{background:linear-gradient(180deg,#90ee90 0,#90ee90cc)}.soil-graph-indicator.deep-indicator{background:linear-gradient(180deg,#654321 0,#654321cc)}.soil-graph-wrapper-unified .soil-graph-title{align-items:center;color:#13546c;display:flex;flex:1 1;font-size:18px;font-weight:700;gap:10px;margin:0;text-align:left}.graph-depth-icon{filter:drop-shadow(0 2px 2px rgba(0,0,0,.1));font-size:22px}.shallow-graph .soil-graph-title{color:#2d6a2d}.deep-graph .soil-graph-title{border-bottom:none;color:#4a3419;letter-spacing:.3px;line-height:1.2;margin:0;padding:0}.soil-chart-container{display:flex;flex:1 1;flex-direction:column;margin:0;min-height:0;padding:0 30px 15px}.soil-graph-wrapper-unified.deep-graph .soil-chart-container{margin:0;padding:0 30px 20px}.soil-graph-wrapper-unified .recharts-responsive-container{flex:1 1;height:300px;min-height:300px;overflow:visible;width:100%!important}.soil-graph-wrapper-unified .recharts-surface,.soil-graph-wrapper-unified .recharts-wrapper{overflow:visible}.soil-graph-wrapper-unified .recharts-cartesian-grid-horizontal line,.soil-graph-wrapper-unified .recharts-cartesian-grid-vertical line{stroke:#e8e8e8;stroke-width:1}.soil-graph-wrapper-unified .recharts-tooltip-wrapper{border-radius:8px;box-shadow:0 4px 16px #00000026}.soil-graph-wrapper-unified .recharts-legend-wrapper{margin-top:10px;padding-top:15px}.soil-graph-wrapper-unified .recharts-legend-item{margin-left:5px;margin-right:25px}.soil-graph-wrapper-unified .recharts-legend-item-text{color:#333;font-size:13px;font-weight:600}.soil-graph-wrapper-unified .recharts-cartesian-axis-tick-value{fill:#666;font-size:11px;font-weight:500}.soil-graph-wrapper-unified .recharts-cartesian-axis-label{fill:#333;font-size:12px;font-weight:600}.soil-graph-wrapper-unified .recharts-line-curve{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.soil-graph-wrapper-unified .recharts-active-dot{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.soil-chart-layout{align-items:flex-start;display:flex;gap:30px;min-height:600px;width:100%}.soil-diagram-container{align-items:center;background-color:#fff;border:1px solid #e9ecef;border-radius:8px;display:flex;flex:0 0 30%;justify-content:center;max-width:30%;min-height:400px;overflow:hidden;padding:15px}.soil-diagram-image{border-radius:4px;display:block;height:auto;max-height:400px;object-fit:contain;width:100%}.soil-graphs-container{display:flex;flex:1 1;flex-direction:column;gap:15px;min-width:0}.soil-graph-wrapper{background-color:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 1px 3px #0000000d;padding:20px;width:100%}.soil-graph-title{border-bottom:1px solid #e9ecef;color:#13546c;font-size:16px;font-weight:600;margin:0 0 15px;padding-bottom:10px;text-align:left}.tree-chart-layout{background:#0000;display:flex;flex-direction:column;gap:15px;padding:0;width:100%}.tree-cross-sections-container{align-items:center;background-color:#fff;border:1px solid #e9ecef;border-radius:8px;display:flex;justify-content:center;min-height:300px;overflow:visible;padding:30px 40px;width:100%}.tree-cross-sections-grid{grid-gap:30px;align-items:stretch;display:grid;gap:30px;grid-template-columns:repeat(4,1fr);justify-items:stretch;padding:10px 0;width:100%}.tree-cross-section-item{align-items:center;border-radius:8px;display:flex;flex-direction:column;gap:12px;padding:15px;position:relative;transition:all .3s ease;width:100%}.tree-cross-section-item:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-5px)}.tree-cross-section-item.selected{background-color:#13546c0d;border:2px solid #13546c}.tree-cross-section-image-wrapper{align-items:center;aspect-ratio:1.1;background-color:#fafafa;border:1px solid #e9ecef;border-radius:8px;display:flex;justify-content:center;max-height:200px;max-width:100%;min-height:180px;overflow:hidden;position:relative;width:100%}.tree-cross-section-image{object-fit:contain;transition:transform .3s ease}.tree-cross-section-axes,.tree-cross-section-image{height:100%;left:0;position:absolute;top:0;width:100%}.tree-cross-section-axes{pointer-events:none;z-index:2}.tree-cross-section-overlay{border-radius:8px;bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;transition:all .3s ease}.hovered-overlay{background-color:#13546c1a;border:2px solid #13546c4d}.selected-overlay{background-color:#13546c26;border:2px solid #13546c;box-shadow:0 0 10px #13546c4d}.tree-cross-section-label{color:#13546c;font-size:13px;font-weight:600;line-height:1.3;margin-top:8px;text-align:center}.tree-cross-section-value{color:#666;font-size:12px;font-weight:500;margin-top:4px;text-align:center}.tree-cross-section-tooltip{background-color:#13546c;border-radius:4px;bottom:-30px;color:#fff;font-size:10px;left:50%;padding:4px 8px;pointer-events:none;position:absolute;transform:translateX(-50%);white-space:nowrap;z-index:10}.tree-cross-section-tooltip:before{border-bottom:4px solid #13546c;border-left:4px solid #0000;border-right:4px solid #0000;content:"";height:0;left:50%;position:absolute;top:-4px;transform:translateX(-50%);width:0}.tree-growth-charts-container{background:#0000;border:none;border-radius:0;box-shadow:none;padding:0;width:100%}.tree-charts-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);width:100%}.individual-tree-chart{background-color:#fafafa;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;height:200px;overflow:hidden;padding:15px;transition:all .3s ease}.individual-tree-chart:hover{border-color:#13546c;box-shadow:0 4px 12px #13546c26;transform:translateY(-2px)}.individual-tree-chart.expanded{background-color:#fff;border-color:#13546c;box-shadow:0 4px 12px #13546c33;grid-column:span 2;grid-row:span 1;height:280px;z-index:10}.individual-tree-chart.highlighted-chart{background-color:#13546c08;border-color:#13546c;border-width:3px;box-shadow:0 4px 16px #13546c40}.tree-chart-header{margin-bottom:10px}.tree-chart-name{color:#13546c;font-size:14px;font-weight:600;margin:0;text-align:center}.tree-graph-title{border-bottom:2px solid #e9ecef;border-bottom:1px solid #e9ecef;color:#13546c;font-size:18px;font-size:16px;font-weight:600;margin:0 0 20px;margin:0 0 15px;padding-bottom:12px;padding-bottom:10px;text-align:left}.chart-with-visualization{position:relative}.tree-modal-overlay{align-items:center;animation:fadeIn .3s ease;background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.tree-modal-content{animation:slideUp .3s ease;background-color:#fff;border-radius:12px;box-shadow:0 8px 32px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:1200px;overflow-y:auto;position:relative;width:90%}.tree-modal-header{align-items:center;background-color:#f8f9fa;border-bottom:2px solid #e9ecef;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;padding:20px 30px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.tree-modal-header h3{color:#13546c;font-size:20px;font-weight:600;margin:0}.tree-modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:32px;height:36px;justify-content:center;line-height:1;padding:0;transition:all .2s ease;width:36px}.tree-modal-close:hover{background-color:#e9ecef;color:#13546c;transform:rotate(90deg)}.tree-modal-body{display:flex;flex-direction:column;min-height:0;padding:30px}.modal-chart-container{flex-shrink:0;height:60vh;max-height:800px;min-height:400px;width:100%}.modal-chart-container .recharts-responsive-container{height:100%!important;width:100%!important}.tree-modal-body .tree-cross-sections-grid{grid-gap:30px;align-items:stretch;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);justify-items:stretch;padding:10px 0;width:100%}.chart-bg-visualization{bottom:120px;left:50px;overflow:hidden;pointer-events:none;position:absolute;right:50px;top:20px;z-index:0}.chart-bg-visualization svg{height:100%;width:100%}.chart-with-visualization .recharts-wrapper{position:relative;z-index:1}.chart-container .recharts-xAxis .recharts-cartesian-axis-tick text{fill:#666!important;font-size:11px!important;font-weight:400!important}.chart-container .recharts-xAxis .recharts-label{font-size:14px!important;font-weight:600!important}.chart-container .recharts-xAxis line,.chart-container .recharts-yAxis line{stroke:#333!important;stroke-width:1.5px!important}.chart-container .recharts-cartesian-axis-line{stroke:#333!important;stroke-width:2px!important}.chart-toggle-buttons{align-items:center;background-color:#fafafa;border-radius:0 0 8px 8px;border-top:1px solid #e9ecef;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:10px;padding:12px 10px}.chart-toggle-btn{align-items:center;background-color:#fff;border:1.5px solid #e9ecef;border-radius:20px;box-shadow:0 1px 3px #0000000d;color:#333;cursor:pointer;display:flex;font-family:Epilogue,Arial,sans-serif;font-size:12px;font-weight:500;gap:8px;padding:5px 12px;transition:all .3s ease}.chart-toggle-btn:hover{border-color:#13546c;box-shadow:0 2px 6px #0000001a;transform:translateY(-1px)}.chart-toggle-btn.active{background-color:#13546c0d;border-color:#13546c;border-color:var(--line-color,#13546c)}.chart-toggle-btn.inactive{border-color:#ccc;opacity:.6}.chart-toggle-btn.inactive:hover{border-color:#999;opacity:.8}.toggle-switch-indicator{background-color:#e9ecef;border-radius:10px;flex-shrink:0;height:20px;position:relative;transition:background-color .3s ease;width:36px}.chart-toggle-btn.active .toggle-switch-indicator{background-color:#13546c33}.toggle-switch-slider{background-color:#ccc;border-radius:50%;box-shadow:0 1px 3px #0003;height:16px;left:2px;position:absolute;top:2px;transition:all .3s ease;width:16px}.chart-toggle-btn.active .toggle-switch-slider{background-color:#13546c;background-color:var(--line-color,#13546c);box-shadow:0 2px 4px #0000004d;left:18px}.toggle-btn-label{font-size:12px;font-weight:500;white-space:nowrap}.error-message,.loading-message,.no-data-message{padding:40px 20px}.error-message h2,.loading-message h2{font-size:24px}.error-message{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;color:#721c24;padding:30px}.no-data-message{background-color:#f8f9fa;border:1px dashed #dee2e6;padding:30px}@media (max-width:768px){.sensor-detail-page{padding:10px}.sensor-detail-container{padding:0}.back-button{font-size:13px;margin-bottom:12px;padding:8px 16px}.sensor-header{margin-bottom:12px;padding-bottom:12px}.sensor-header h1{font-size:20px;line-height:1.3}.sensor-meta{flex-direction:row;flex-wrap:wrap;gap:6px}.sensor-meta span{font-size:10px;padding:4px 8px}.sensor-description{font-size:13px;margin-top:12px}.table-controls-unified{flex-direction:column;gap:12px;padding-bottom:12px}.controls-left-section{width:100%}.controls-right-section{justify-content:center;width:100%}.table-header-inline{flex-wrap:wrap;width:100%}.table-header-inline h3{font-size:15px}.table-date-filter-controls{margin-bottom:15px;padding:12px}.date-range-controls{align-items:stretch;flex-direction:column;gap:10px}.date-input-group{flex:1 1;gap:4px;width:100%}.date-input-group label{font-size:9px}.date-input{flex:1 1;font-size:11px;padding:4px 30px 4px 6px;width:100%}.apply-date-button,.reset-date-button{font-size:10px;height:26px;padding:4px 10px;width:100%}.table-container{border-radius:6px;max-height:calc(100vh - 300px)}.sensor-data-table{font-size:11px;min-width:700px}.sensor-data-table td,.sensor-data-table th{font-size:11px;padding:8px}.image-header{align-items:flex-start;flex-direction:column;gap:8px}.image-header h3{font-size:18px}.timestamp{font-size:12px}.soil-chart-layout-unified{flex-direction:column;gap:20px}.soil-diagram-container-unified{flex-shrink:0;height:250px}.soil-layer-label{font-size:12px;min-width:80px;padding:8px 12px}.soil-label-icon{font-size:12px}.soil-graph-wrapper-unified.deep-graph,.soil-graph-wrapper-unified.shallow-graph{box-sizing:border-box!important;display:flex!important;flex:0 0 auto!important;flex-direction:column!important;height:480px!important;min-height:480px!important;overflow:visible!important;position:relative!important}.soil-graph-wrapper-unified.shallow-graph{margin-top:20px}.soil-chart-date-controls{margin-bottom:15px;padding:15px}.soil-graph-header{flex-shrink:0!important;padding-bottom:8px}.soil-graph-wrapper-unified .soil-graph-title{font-size:15px}.soil-chart-container{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;min-height:0!important;overflow:visible!important;padding:0 5px 5px!important;position:relative!important}.soil-graph-wrapper-unified .recharts-responsive-container{display:block!important;flex:1 1 auto!important;height:400px!important;margin:0!important;max-height:400px!important;min-height:400px!important;padding:0!important;position:relative!important;width:100%!important}.soil-graph-wrapper-unified .recharts-responsive-container>div{min-height:400px!important}.soil-graph-wrapper-unified .recharts-responsive-container>div,.soil-graph-wrapper-unified .recharts-wrapper{height:100%!important;position:relative!important;width:100%!important}.soil-graph-wrapper-unified .recharts-surface,.soil-graph-wrapper-unified svg{height:100%!important;width:100%!important}.soil-graph-wrapper-unified svg{display:block!important}.soil-graph-wrapper-unified .recharts-cartesian-axis.yAxis{width:30px!important}.soil-graph-wrapper-unified .recharts-cartesian-axis-label,.soil-graph-wrapper-unified .recharts-cartesian-axis.yAxis text{font-size:10px!important;font-weight:600!important}.soil-graph-wrapper-unified .recharts-cartesian-axis.xAxis{height:75px!important}.soil-graph-wrapper-unified .recharts-cartesian-axis-tick-value,.soil-graph-wrapper-unified .recharts-cartesian-axis.xAxis text{font-size:10px!important;font-weight:500!important}.soil-graph-wrapper-unified .recharts-legend-wrapper{font-size:11px!important;left:0!important;margin-top:5px!important;padding:8px 0!important;width:100%!important}.soil-graph-wrapper-unified .recharts-legend-item{margin-bottom:4px!important;margin-right:12px!important}.soil-graph-wrapper-unified .recharts-legend-item-text{font-size:10px!important;font-weight:500!important;line-height:1.4!important}.soil-graph-wrapper-unified .recharts-legend-item-icon{height:14px!important;margin-right:5px!important;width:14px!important}.soil-graph-wrapper-unified .recharts-tooltip-wrapper{font-size:11px!important}.soil-graph-wrapper-unified .recharts-surface{overflow:visible!important;padding:0!important}.soil-graph-wrapper-unified .recharts-wrapper{padding-right:0!important}.soil-graph-wrapper-unified .recharts-cartesian-axis-tick{font-size:10px!important}.soil-graph-wrapper-unified .recharts-line{stroke-width:3!important}.soil-graph-wrapper-unified .recharts-cartesian-grid{transform:translate(25px,10px)!important}.tree-cross-sections-container{min-height:200px;padding:15px}.tree-cross-sections-grid{gap:15px;grid-template-columns:repeat(2,1fr)}.tree-cross-section-image-wrapper{max-height:180px;min-height:150px}.tree-charts-grid{gap:15px;grid-template-columns:1fr!important}.individual-tree-chart{box-sizing:border-box!important;display:flex!important;flex-direction:column!important;height:300px!important;min-height:300px!important;overflow:visible!important;padding:12px!important;position:relative!important}.individual-tree-chart .tree-chart-header{flex-shrink:0;margin-bottom:8px}.individual-tree-chart .tree-chart-name{font-size:14px}.individual-tree-chart .recharts-responsive-container,.individual-tree-chart>.recharts-responsive-container{display:block!important;flex:1 1 auto!important;height:240px!important;margin:0!important;max-height:240px!important;min-height:240px!important;padding:0!important;position:relative!important;width:100%!important}.individual-tree-chart .recharts-responsive-container>div,.individual-tree-chart>.recharts-responsive-container>div{height:100%!important;min-height:240px!important;position:relative!important;width:100%!important}.individual-tree-chart .recharts-wrapper{height:100%!important;position:relative!important;width:100%!important}.individual-tree-chart .recharts-surface{height:100%!important;overflow:visible!important;width:100%!important}.individual-tree-chart svg{display:block!important;height:100%!important;width:100%!important}.tree-modal-content{max-height:95vh;max-width:95%}.tree-modal-header{padding:15px 20px}.tree-modal-header h3{font-size:18px}.tree-modal-body{padding:20px}.modal-chart-container{height:50vh;max-height:600px;min-height:350px}.tree-modal-body .tree-cross-sections-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.chart-header-controls,.tree-chart-header-controls{margin-bottom:20px;padding:15px}@media (max-width:600px){.sensor-detail-page{padding:8px}.sensor-header h1{font-size:18px}.tree-modal-content{max-height:98vh;max-width:98%}.tree-modal-body{padding:15px}.modal-chart-container{height:45vh;max-height:500px;min-height:300px}.tree-modal-body .tree-cross-sections-grid{gap:15px;grid-template-columns:1fr}.tree-charts-grid,.tree-cross-sections-grid{grid-template-columns:1fr}}}.fetch-progress{border-radius:6px;margin-top:10px;padding:12px 15px}.fetch-progress p{font-size:14px;margin:5px 0}.progress-detail{font-size:13px;margin:8px 0}.progress-bar-container{border-radius:6px;height:12px;margin:8px 0}.progress-bar{border-radius:6px}.progress-note{font-size:11px;margin-top:4px}.tree-detail-page{background:linear-gradient(135deg,#f8f9fa,#e9ecef);box-sizing:border-box;font-family:Epilogue,Arial,sans-serif;min-height:calc(100vh - 80px);overflow-x:hidden;padding:30px 20px;width:100%}.tree-detail-container{background:#fff;border:1px solid #fffc;border-radius:16px;box-shadow:0 4px 20px #00000014,0 1px 3px #0000000d;margin:0 auto;max-width:1600px;padding:40px}.back-button{background:linear-gradient(135deg,#13546c,#1e6b7a);border:none;border-radius:10px;box-shadow:0 2px 8px #13546c33;color:#fff;cursor:pointer;font-family:Epilogue,Arial,sans-serif;font-size:14px;font-weight:600;margin-bottom:30px;padding:12px 24px;transition:all .3s ease}.back-button:hover{background:linear-gradient(135deg,#0d3a4a,#13546c);box-shadow:0 4px 12px #13546c4d;transform:translateX(-3px)}.tree-detail-header{border-bottom:2px solid #f0f0f0;margin-bottom:40px;padding-bottom:24px}.tree-detail-header h1{color:#13546c;font-size:36px;font-weight:700;letter-spacing:-.5px;line-height:1.3;margin:0 0 12px}.tree-detail-site{color:#666;font-size:16px;margin:0}.tree-detail-content{display:flex;flex-direction:column;gap:40px}.tree-chart-section,.tree-statistics-section{width:100%}.tree-chart-section h2,.tree-statistics-section h2{color:#13546c;font-size:24px;font-weight:600;margin-bottom:20px}.tree-chart-header{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:20px}.date-range-controls{align-items:flex-end;display:flex;flex-wrap:wrap;gap:20px}.date-input-group{display:flex;flex-direction:column;gap:8px}.date-input-group label{color:#666;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.date-input{background-color:#fff;border:2px solid #e9ecef;border-radius:10px;box-shadow:0 1px 3px #0000000d;color:#333;cursor:pointer;font-family:Epilogue,Arial,sans-serif;font-size:14px;padding:12px 16px;transition:all .3s ease}.date-input:hover{border-color:#13546c;box-shadow:0 2px 6px #13546c1a}.date-input:focus{border-color:#13546c;box-shadow:0 0 0 4px #13546c1a,0 2px 6px #13546c26;outline:none}.apply-date-button{align-self:flex-end;background:linear-gradient(135deg,#228b22,#1a6b1a);border:none;border-radius:10px;box-shadow:0 2px 8px #228b2240;color:#fff;cursor:pointer;font-family:Epilogue,Arial,sans-serif;font-size:14px;font-weight:600;margin-top:20px;padding:12px 24px;transition:all .3s ease}.apply-date-button:hover{background:linear-gradient(135deg,#1a6b1a,#155724);box-shadow:0 4px 12px #228b2259;transform:translateY(-2px)}.apply-date-button:active{transform:translateY(0)}.reset-date-button{align-self:flex-end;background:linear-gradient(135deg,#13546c,#1e6b7a);border:none;border-radius:10px;box-shadow:0 2px 8px #13546c40;color:#fff;cursor:pointer;font-family:Epilogue,Arial,sans-serif;font-size:14px;font-weight:600;margin-top:20px;padding:12px 24px;transition:all .3s ease}.reset-date-button:hover{background:linear-gradient(135deg,#0d3a4a,#13546c);box-shadow:0 4px 12px #13546c59;transform:translateY(-2px)}.reset-date-button:active{transform:translateY(0)}.tree-cross-sections-grid-large{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin-top:20px}.tree-cross-section-item-large{align-items:center;background:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;display:flex;flex-direction:column;padding:20px;transition:all .3s ease}.tree-cross-section-item-large:hover{border-color:#228b22;box-shadow:0 4px 12px #228b2233}.tree-cross-section-image-wrapper-large{align-items:center;display:flex;height:200px;justify-content:center;margin-bottom:15px;position:relative;width:200px}.tree-cross-section-image-large{max-height:100%;max-width:100%;object-fit:contain}.tree-cross-section-axes-large{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.tree-cross-section-label-large{color:#333;font-size:16px;font-weight:600;margin-bottom:8px;text-align:center}.tree-cross-section-value-large{color:#228b22;font-size:24px;font-weight:700;text-align:center}.tree-chart-wrapper-large{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-top:20px;padding:20px;width:100%}.error-message,.loading-message,.no-data-message{color:#666;padding:40px;text-align:center}.no-data-message{background:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;margin:20px 0}.no-data-message p{color:#6c757d;font-size:16px;margin:8px 0}.no-data-message p strong{color:#13546c;font-weight:600}.data-range-hint{background-color:#e7f3ff;border-left:4px solid #13546c;border-radius:4px;color:#495057;font-size:14px;margin:12px 0!important;padding:12px}.data-range-hint strong{color:#13546c;font-weight:600}.error-message h2,.loading-message h2{color:#13546c;margin-bottom:10px}.fetch-progress{background-color:#f8f9fa;border-radius:8px;margin-left:auto;margin-right:auto;margin-top:20px;max-width:500px;padding:20px}.fetch-progress p{font-size:16px;margin:10px 0}.progress-detail{color:#13546c;font-weight:500}.progress-bar-container{background-color:#e9ecef;border-radius:10px;height:20px;margin:15px 0;overflow:hidden;width:100%}.progress-bar{background:linear-gradient(90deg,#13546c,#228b22);border-radius:10px;height:100%;transition:width .3s ease}.progress-note{color:#999;font-size:12px;font-style:italic;margin-top:10px}@media (max-width:1024px){.tree-cross-sections-grid-large{gap:20px;grid-template-columns:1fr}.tree-detail-container{padding:20px}.tree-detail-header h1{font-size:28px}}@media (max-width:768px){.tree-detail-page{padding:10px}.tree-detail-container{border-radius:12px;padding:20px 15px}.back-button{font-size:13px;margin-bottom:20px;padding:10px 20px}.tree-detail-header{margin-bottom:25px;padding-bottom:20px}.tree-detail-header h1{font-size:24px;line-height:1.3}.tree-detail-site{font-size:14px}.tree-detail-content{gap:30px}.tree-chart-section h2,.tree-statistics-section h2{font-size:20px;margin-bottom:15px}.date-range-controls,.tree-chart-header{align-items:stretch;flex-direction:column;gap:15px}.date-input-group{width:100%}.date-input{font-size:13px;padding:10px 14px;width:100%}.apply-date-button,.reset-date-button{align-self:stretch;font-size:13px;margin-top:0;padding:10px 20px;width:100%}.tree-cross-sections-grid-large{gap:20px;grid-template-columns:1fr}.tree-cross-section-item-large{padding:15px}.tree-cross-section-image-wrapper-large{height:150px;width:150px}.tree-cross-section-label-large{font-size:14px}.tree-cross-section-value-large{font-size:20px}.tree-chart-wrapper-large{padding:15px}}@media (max-width:480px){.tree-detail-page{padding:8px 12px}.tree-detail-container{border-radius:10px;padding:16px 12px}.back-button{font-size:12px;margin-bottom:16px;padding:8px 16px}.tree-detail-header h1{font-size:20px}.tree-detail-site{font-size:13px}.tree-chart-section h2,.tree-statistics-section h2{font-size:18px;margin-bottom:12px}.tree-cross-section-image-wrapper-large{height:120px;width:120px}.tree-cross-section-label-large{font-size:12px}.tree-cross-section-value-large{font-size:18px}}.custom-tooltip{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fffffffa,#fffffff2);border:1px solid #13546c33;border-radius:6px;box-shadow:0 2px 12px #0000001a,inset 0 0 0 1px #ffffff80;font-family:Epilogue,Arial,sans-serif;min-width:140px;padding:8px 12px}.custom-tooltip .tooltip-header{border-bottom:1px solid #13546c1a;color:#13546c;font-size:11px;font-weight:600;letter-spacing:.5px;margin-bottom:6px;padding-bottom:4px;text-transform:uppercase}.custom-tooltip .tooltip-content{display:flex;flex-direction:column;gap:4px}.custom-tooltip .tooltip-item{align-items:center;display:flex;font-size:12px;gap:6px;line-height:1.4}.custom-tooltip .tooltip-dot{border-radius:50%;box-shadow:0 0 0 1.5px #fffc,0 1px 2px #0003;flex-shrink:0;height:8px;width:8px}.custom-tooltip .tooltip-name{color:#666;flex-shrink:0;font-weight:500}.custom-tooltip .tooltip-value{color:#333;font-weight:600;margin-left:auto;text-align:right}.recharts-tooltip-wrapper{pointer-events:none;z-index:1000!important}.footer{background:#f9fafb;border-top:1px solid var(--teon-border);margin-top:40px;overflow-x:hidden;padding:12px 0;position:relative;width:100%}.footer:before{background:var(--gradient-primary);content:"";height:3px;left:0;position:absolute;right:0;top:0}.footer-container{box-sizing:border-box;margin:0 auto;max-width:96vw;padding:0 2.5vw;position:relative;width:100%;z-index:1}.footer-content{align-items:center;border-bottom:1px solid #13546c1a;display:flex;justify-content:space-between;padding-bottom:6px}.footer-bottom{padding-top:6px;text-align:center}.copyright{color:var(--teon-text-light);font-family:Epilogue,Arial,sans-serif;font-size:12px;font-weight:400;margin:0}.footer-links{align-items:center;display:flex;gap:15px}.footer-link{border-radius:6px;color:var(--teon-text-light);font-family:Epilogue,Arial,sans-serif;font-size:13px;font-weight:500;padding:4px 8px;text-decoration:none;transition:all .3s ease}.footer-link:hover{background-color:#ffffff80;color:#13546c;transform:translateY(-1px)}.footer-separator{color:var(--teon-border);font-size:14px}.social-media{gap:10px}.social-link,.social-media{align-items:center;display:flex}.social-link{border-radius:50%;color:#fff;height:32px;justify-content:center;overflow:hidden;position:relative;text-decoration:none;transition:all .3s ease;width:32px}.social-link svg{height:16px;width:16px}.social-link:before{background:#ffffff1a;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.social-link:hover:before{opacity:1}.social-link:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-4px)}.social-link:active{transform:translateY(-2px)}.instagram{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888)}.linkedin{background:#0077b5}.facebook{background:#1877f2}.youtube{background:red}@media (max-width:768px){.footer{margin-top:30px;padding:8px 0}.footer-container{padding:0 12px}.footer-content{border-bottom:none;flex-direction:column;gap:0;padding-bottom:4px;text-align:center}.footer-links{flex-wrap:wrap;gap:4px;justify-content:center;width:100%}.footer-link{display:inline-block;font-size:11px;padding:4px 8px}.footer-separator{font-size:10px;margin:0 3px}.social-media{gap:8px;justify-content:center;width:100%}.social-link{height:30px;width:30px}.social-link svg{height:14px;width:14px}.footer-bottom{padding-top:4px}.copyright{font-size:10px;line-height:1.3;margin:0;padding:0 8px}}@media (max-width:480px){.footer{margin-top:24px;padding:6px 0}.footer-container{padding:0 10px}.footer-content{padding-bottom:6px}.footer-link{font-size:10px;padding:2px 6px}.copyright{font-size:9px}.social-link{height:28px;width:28px}.social-link svg{height:12px;width:12px}}.chatbot-toggle{align-items:center;background:#13546c;border:none;border-radius:50%;bottom:clamp(16px,3vw,30px);box-shadow:0 4px 12px #0000004d;color:#fff;cursor:pointer;display:flex;font-size:clamp(18px,3vw,24px);height:clamp(48px,8vw,60px);justify-content:center;position:fixed;right:clamp(16px,3vw,30px);transition:all .3s ease;width:clamp(48px,8vw,60px);z-index:1000}.chatbot-toggle:hover{background:#0d3a4a;box-shadow:0 6px 16px #0006;transform:scale(1.1)}.chatbot-toggle.open{background:#dc3545}.chatbot-toggle.open:hover{background:#c82333}.chatbot-container{animation:slideUp .3s ease;background:#fff;border-radius:16px;bottom:110px;box-shadow:0 8px 32px #0003;display:flex;flex-direction:column;height:600px;max-height:calc(100vh - 140px);max-width:calc(100vw - 24px);overflow:hidden;position:fixed;right:30px;width:400px;z-index:1000}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chatbot-header{align-items:center;background:linear-gradient(135deg,#13546c,#0d3a4a);border-radius:16px 16px 0 0;color:#fff;display:flex;justify-content:space-between;padding:20px}.chatbot-header-content{align-items:center;display:flex;gap:12px}.chatbot-avatar{align-items:center;background:#fff3;border-radius:50%;display:flex;font-size:clamp(16px,2.5vw,20px);height:clamp(32px,4vw,40px);justify-content:center;width:clamp(32px,4vw,40px)}.chatbot-header h3{font-size:18px;font-weight:600;margin:0}.chatbot-header p{font-size:12px;margin:4px 0 0;opacity:.9}.chatbot-close{align-items:center;background:#0000;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;height:30px;justify-content:center;transition:background .2s;width:30px}.chatbot-close:hover{background:#fff3}.chatbot-messages{background:#f8f9fa;display:flex;flex:1 1;flex-direction:column;gap:16px;overflow-y:auto;padding:20px}.chatbot-message{animation:fadeIn .3s ease;display:flex;max-width:80%}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chatbot-message.user{align-self:flex-end;flex-direction:row-reverse}.chatbot-message.bot{align-self:flex-start}.message-content{border-radius:18px;padding:12px 16px;position:relative}.chatbot-message.user .message-content{background:#13546c;border-bottom-right-radius:4px;color:#fff}.chatbot-message.bot .message-content{background:#fff;border-bottom-left-radius:4px;box-shadow:0 2px 4px #0000001a;color:#333}.message-content p{word-wrap:break-word;font-size:14px;line-height:1.5;margin:0}.message-content p strong{color:#13546c;font-weight:600}.message-content p ol,.message-content p ul{margin:8px 0;padding-left:20px}.message-content p li{line-height:1.4;margin:4px 0}.message-time{display:block;font-size:10px;margin-top:4px;opacity:.7}.typing-indicator{display:flex;gap:4px;padding:8px 0}.typing-indicator span{animation:typing 1.4s infinite;background:#999;border-radius:50%;height:8px;width:8px}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.7;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}.chatbot-input-form{background:#fff;border-top:1px solid #e9ecef;display:flex;gap:8px;padding:16px}.chatbot-input{border:2px solid #e9ecef;border-radius:24px;flex:1 1;font-family:Epilogue,Arial,sans-serif;font-size:14px;outline:none;padding:12px 16px;transition:border-color .2s}.chatbot-input:focus{border-color:#13546c}.chatbot-input:disabled{background:#f8f9fa;cursor:not-allowed}.chatbot-send{align-items:center;background:#13546c;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:18px;height:44px;justify-content:center;transition:all .2s;width:44px}.chatbot-send:hover:not(:disabled){background:#0d3a4a;transform:scale(1.05)}.chatbot-send:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:#0000}.chatbot-messages::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#999}@media (max-width:768px){.chatbot-container{border-radius:12px;bottom:90px;height:calc(100vh - 110px);max-height:calc(100vh - 110px);right:10px;width:calc(100vw - 20px)}.chatbot-toggle{bottom:20px;box-shadow:0 4px 12px #0000004d;font-size:22px;height:56px;right:20px;width:56px}.chatbot-header{border-radius:12px 12px 0 0;padding:15px}.chatbot-avatar{font-size:18px;height:35px;width:35px}.chatbot-header h3{font-size:16px}.chatbot-header p{font-size:11px}.chatbot-messages{gap:12px;padding:15px}.chatbot-message{max-width:85%}.message-content{padding:10px 14px}.message-content p{font-size:13px}.chatbot-input-form{gap:6px;padding:12px}.chatbot-input{font-size:13px;padding:10px 14px}.chatbot-send{font-size:16px;height:40px;width:40px}}@media (max-width:480px){.chatbot-container{border-radius:10px;bottom:80px;height:calc(100vh - 100px);left:8px;max-height:calc(100vh - 100px);max-width:none;right:8px;width:auto}.chatbot-toggle{bottom:16px;font-size:20px;height:48px;right:16px;width:48px}.chatbot-header h3{font-size:15px}.chatbot-header p{font-size:10px}.message-content p{font-size:12px}.chatbot-input{font-size:16px}}
/*# sourceMappingURL=main.623a50e8.css.map*/