@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;800&family=Poppins:wght@300;400;600&display=swap";
.landing-page{--primary-navy:#1e3a8a;--dark-navy:#0f172a;--medium-navy:#1e40af;--bright-navy:#3b82f6;--light-navy:#60a5fa;--accent-cyan:#06b6d4;--accent-sky:#0ea5e9;--accent-blue:#2563eb;--glow-blue:#38bdf8;--glow-cyan:#22d3ee;--text-light:#f0f9ff;--text-dim:#bae6fd;--bg-primary:linear-gradient(180deg,#020617 0%,#0f172a 30%,#1e3a8a 50%,#0f172a 70%,#020617 100%);--bg-card:#1e3a8a4d;--bg-card-hover:#1e3a8a80;--shadow-glow:0 0 30px #38bdf866;--shadow-strong:0 20px 60px #00000080;--shadow-accent:0 0 20px #06b6d44d}.landing-page.light-mode{--primary-navy:#1e40af;--dark-navy:#f0f9ff;--medium-navy:#3b82f6;--bright-navy:#1e3a8a;--light-navy:#1d4ed8;--accent-cyan:#0891b2;--accent-sky:#0284c7;--accent-blue:#1e40af;--glow-blue:#0ea5e9;--glow-cyan:#06b6d4;--text-light:#0c4a6e;--text-dim:#075985;--bg-primary:linear-gradient(180deg,#f0f9ff 0%,#e0f2fe 30%,#bae6fd 50%,#e0f2fe 70%,#f0f9ff 100%);--bg-card:#fff9;--bg-card-hover:#fffc;--shadow-glow:0 0 30px #0ea5e94d;--shadow-strong:0 20px 60px #0c4a6e26;--shadow-accent:0 0 20px #0891b233}.landing-page *,.landing-page :before,.landing-page :after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}.landing-page::-webkit-scrollbar{width:12px}.landing-page::-webkit-scrollbar-track{background:#0206174d}.landing-page::-webkit-scrollbar-thumb{background:linear-gradient(#3b82f6 0%,#1e3a8a 100%);border:2px solid #0206174d;border-radius:6px}.landing-page::-webkit-scrollbar-thumb:hover{background:linear-gradient(#60a5fa 0%,#2563eb 100%)}.landing-page.light-mode::-webkit-scrollbar-track{background:#1e3a8a1a}.landing-page.light-mode::-webkit-scrollbar-thumb{background:linear-gradient(#0ea5e9 0%,#0369a1 100%);border:2px solid #1e3a8a33}.landing-page.light-mode::-webkit-scrollbar-thumb:hover{background:linear-gradient(#38bdf8 0%,#0284c7 100%)}.landing-page{scrollbar-width:thin;scrollbar-color:#3b82f6 #0206174d}.landing-page.light-mode{scrollbar-color:#0ea5e9 #1e3a8a1a}body.landing-page-body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}.futuristic-container{background:var(--bg-primary);min-height:100vh;color:var(--text-light);scroll-snap-type:y mandatory;scroll-behavior:smooth;height:100vh;position:relative;overflow:hidden scroll}.landing-page.light-mode .futuristic-container{color:var(--text-light);background:#fff}.snap-section{scroll-snap-align:start;scroll-snap-stop:always}.landing-page .snap-section .highcharts-figure{height:100%;margin:0}.landing-page .snap-section .highcharts-container{width:100%!important;height:100%!important}.landing-page .background-overlay{pointer-events:none;z-index:0;background:radial-gradient(circle at 20%,#02061726 0%,#0000 50%),radial-gradient(circle at 80% 80%,#0f172a1f 0%,#0000 50%),radial-gradient(circle at 40% 20%,#1e3a8a1a 0%,#0000 40%);width:100%;height:100%;animation:8s ease-in-out infinite bgPulse;position:fixed;top:0;left:0}.landing-page.light-mode .background-overlay{background:radial-gradient(circle at 20%,#38bdf808 0%,#0000 50%),radial-gradient(circle at 80% 80%,#1e3a8a05 0%,#0000 50%),radial-gradient(circle at 40% 20%,#0ea5e905 0%,#0000 40%)}@keyframes bgPulse{0%,to{opacity:1}50%{opacity:.7}}.futuristic-header{z-index:100;justify-content:space-between;align-items:center;padding:2rem 4rem;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.futuristic-header.scrolled{border-bottom:2px solid var(--accent-cyan);background:#020617e6;box-shadow:0 10px 30px #00000080}.landing-page.light-mode .futuristic-header.scrolled{border-bottom:2px solid var(--primary-navy);background:#f0f9fff2;box-shadow:0 10px 30px #1e3a8a33}.header-content{justify-content:space-between;align-items:center;width:100%;display:flex}.logo-section{align-items:center;gap:12px;display:flex}.brand-name{letter-spacing:3px;color:var(--glow-blue);text-transform:uppercase;font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:500;animation:1s ease-out fadeIn}.landing-page.light-mode .brand-name{color:#0369a1}.auth-section{align-items:center;gap:12px;display:flex}.theme-toggle-btn{color:var(--glow-blue);cursor:pointer;background:#38bdf81a;border:2px solid #38bdf84d;border-radius:50px;justify-content:center;align-items:center;gap:8px;min-width:45px;height:45px;padding:.6rem 1rem;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-flex}.theme-toggle-btn:hover{border-color:var(--glow-blue);background:#38bdf833;transform:translateY(-2px);box-shadow:0 5px 20px #38bdf84d}.theme-toggle-btn svg{transition:transform .3s}.theme-toggle-btn:hover svg{transform:rotate(15deg)}.landing-page.light-mode .theme-toggle-btn{color:#0284c7;background:#0ea5e914;border-color:#0ea5e940}.landing-page.light-mode .theme-toggle-btn:hover{background:#0ea5e926;border-color:#0369a1;box-shadow:0 5px 20px #0ea5e933}.auth-btn{background:linear-gradient(135deg,var(--glow-blue)0%,var(--primary-navy)100%);color:#fff;cursor:pointer;letter-spacing:.5px;border:none;border-radius:50px;align-items:center;gap:8px;padding:1rem 2.5rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .4s;display:inline-flex}.auth-btn:hover{color:#c0faff;transform:translateY(-3px);box-shadow:0 15px 40px #38bdf880}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.futuristic-hero{z-index:1;scroll-snap-align:start;align-items:center;min-height:100vh;padding:0 4rem;display:flex;position:relative;overflow:hidden}.landing-page .oil-plantation-overlay{z-index:0;pointer-events:none;width:100%;height:60%;position:absolute;bottom:0;left:0;right:0;overflow:visible}.landing-page .plantation-bg-image{object-fit:cover;object-position:bottom center;opacity:.4;filter:blur(3px)saturate(1.3)brightness(1.1);width:100%;height:120%;transition:all .8s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-20%;left:0;-webkit-mask-image:linear-gradient(#0000 0%,#0000000d 10%,#00000026 25%,#00000059 40%,#0000008c 55%,#000000bf 70%,#000000e6 85%,#000 100%);mask-image:linear-gradient(#0000 0%,#0000000d 10%,#00000026 25%,#00000059 40%,#0000008c 55%,#000000bf 70%,#000000e6 85%,#000 100%)}.landing-page .futuristic-hero:hover .plantation-bg-image{opacity:.5;filter:blur(2px)saturate(1.4)brightness(1.15);transform:scale(1.02)}.landing-page .hero-content{align-items:center;gap:4rem;width:100%;display:flex;position:relative}.landing-page .hero-text-section{z-index:10;max-width:600px;transition:opacity .3s,transform .3s;animation:1s ease-out slideInLeft;position:relative}.landing-page .hero-text-section>*{transition:opacity .3s,transform .3s}.landing-page .login-form-container{animation:.5s ease-out fadeInForm;position:relative}.landing-page .login-form-decorator{pointer-events:none;z-index:0;width:200px;height:200px;position:absolute;top:-60px;left:-60px}.landing-page .decorator-circle{background:linear-gradient(135deg,var(--glow-blue),var(--primary-navy));opacity:.15;border-radius:50%;animation:6s ease-in-out infinite decoratorFloat;position:absolute}.landing-page .decorator-1{width:120px;height:120px;animation-delay:0s;top:0;left:0}.landing-page .decorator-2{width:80px;height:80px;animation-delay:2s;top:60px;left:80px}.landing-page .decorator-3{width:60px;height:60px;animation-delay:4s;top:100px;left:20px}@keyframes decoratorFloat{0%,to{opacity:.15;transform:translateY(0)scale(1)}50%{opacity:.25;transform:translateY(-20px)scale(1.1)}}.landing-page .login-form-header{z-index:1;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex;position:relative}.landing-page .back-button{width:48px;height:48px;color:var(--glow-blue);cursor:pointer;background:#38bdf826;border:2px solid #38bdf84d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:inline-flex}.landing-page .back-button svg{width:1.25rem;height:1.25rem}.landing-page .back-button:hover{border-color:var(--glow-blue);background:#38bdf840;transform:translate(-3px);box-shadow:0 4px 15px #38bdf84d}.landing-page .header-text{flex:1}.landing-page .login-title{color:var(--text-light);margin-bottom:.5rem;font-family:Montserrat,sans-serif;font-size:2.75rem;font-weight:800;line-height:1.2}.landing-page .login-subtitle{color:var(--text-dim);opacity:.85;font-size:1rem;font-weight:400}.landing-page .login-form-content{z-index:1;-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#020617f2 0%,#0f172ae6 100%);border:1px solid #38bdf84d;border-radius:24px;min-width:480px;padding:2.75rem;position:relative;box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff1a}.landing-page .space-y-5>*+*{margin-top:1.25rem}.landing-page .login-error-message{color:#fca5a5;background:#ef44441a;border:1px solid #ef44444d;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:.875rem;font-weight:500;display:flex}.landing-page .login-error-message svg{color:#ef4444;flex-shrink:0}.landing-page .form-group{position:relative}.landing-page .login-label{color:var(--text-dim);align-items:center;gap:.625rem;margin-bottom:.625rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;display:flex}.landing-page .login-label svg{opacity:.8;flex-shrink:0;width:1.25rem;height:1.25rem}.landing-page .input-wrapper{align-items:center;display:flex;position:relative}.landing-page .login-input{color:#0f172a;background:#fff;border:2px solid #38bdf84d;border-radius:14px;outline:none;width:100%;padding:1rem 3.5rem 1rem 1.25rem;font-family:Poppins,sans-serif;font-size:1rem;transition:all .3s}.landing-page .login-input::placeholder{color:#64748b99}.landing-page .login-input:focus{border-color:var(--glow-blue);background:#fff;box-shadow:0 0 0 4px #38bdf826,0 4px 12px #0003}.landing-page .login-input:disabled{cursor:not-allowed;opacity:.6;background:#0000004d}.landing-page .login-input:focus+.input-icon{opacity:1;color:var(--glow-blue);transform:scale(1)}.landing-page .input-icon{color:#64748b;opacity:.5;pointer-events:none;justify-content:center;align-items:center;width:28px;height:28px;transition:all .3s;display:flex;position:absolute;right:1rem;transform:scale(.9)}.landing-page .input-icon svg{width:1.25rem;height:1.25rem}.landing-page .password-toggle-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:all .3s;display:flex;position:absolute;right:1rem}.landing-page .password-toggle-btn:hover{color:var(--glow-blue);background:#38bdf81a}.landing-page .password-toggle-btn:active{transform:scale(.95)}.landing-page .password-toggle-btn:disabled{cursor:not-allowed;opacity:.5}.landing-page .password-toggle-btn:disabled:hover{color:#64748b;background:0 0}.landing-page .login-submit-btn{background:linear-gradient(135deg,var(--glow-blue)0%,var(--primary-navy)100%);color:#fff;cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:.875rem;width:100%;padding:1.25rem 1.75rem;font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #38bdf84d}.landing-page .btn-text{text-align:center;flex:1}.landing-page .btn-arrow{width:1.25rem;height:1.25rem;transition:transform .3s}.landing-page .login-submit-btn:hover{background:linear-gradient(135deg,var(--bright-navy)0%,var(--medium-navy)100%);transform:translateY(-2px);box-shadow:0 8px 20px #38bdf880}.landing-page .login-submit-btn:hover .btn-arrow{transform:translate(4px)}.landing-page .login-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none!important}.landing-page .login-submit-btn:disabled:hover{transform:none;box-shadow:0 4px 12px #38bdf84d}.landing-page .login-demo-info{background:#38bdf81a;border:1px solid #38bdf833;border-radius:14px;margin-top:1.75rem;padding:1.5rem;transition:all .3s}.landing-page .login-demo-info:hover{background:#38bdf826;border-color:#38bdf84d}.landing-page .demo-header{align-items:center;gap:.625rem;margin-bottom:1.25rem;display:flex}.landing-page .demo-header svg{color:var(--glow-blue);flex-shrink:0;width:1.25rem;height:1.25rem}.landing-page .demo-title{color:var(--text-light);text-transform:uppercase;letter-spacing:.5px;font-size:.9375rem;font-weight:700}.landing-page .demo-content{flex-direction:column;gap:.875rem;display:flex}.landing-page .demo-item{background:#38bdf80d;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 1.125rem;transition:all .2s;display:flex}.landing-page .demo-item:hover{background:#38bdf81a}.landing-page .demo-label{color:var(--text-dim);font-size:.875rem;font-weight:600}.landing-page .demo-value{color:var(--glow-blue);font-size:.9375rem;font-weight:500}.landing-page .space-y-4>*+*{margin-top:1rem}.landing-page.light-mode .login-title{color:#0f172a}.landing-page.light-mode .login-subtitle{color:#64748b}.landing-page.light-mode .login-label{color:#475569}.landing-page.light-mode .password-toggle-btn{color:#64748b}.landing-page.light-mode .password-toggle-btn:hover{color:#0369a1;background:#0ea5e91a}.landing-page.light-mode .back-button{color:#0284c7;background:#0ea5e91a;border-color:#0ea5e94d}.landing-page.light-mode .back-button:hover{background:#0ea5e933;border-color:#0369a1;box-shadow:0 4px 15px #0ea5e933}.landing-page.light-mode .decorator-circle{opacity:.1;background:linear-gradient(135deg,#0ea5e94d,#1e3a8a33)}@keyframes fadeInForm{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.landing-page .hero-title{background:linear-gradient(135deg,#fff 0%,var(--glow-blue)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-family:Montserrat,sans-serif;font-size:4.5rem;font-weight:800;line-height:1.1}.landing-page .title-accent{background:linear-gradient(135deg,var(--glow-blue)0%,var(--bright-navy)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-page .hero-subtitle{color:var(--text-light);opacity:.9;margin-bottom:3rem;font-size:1.1rem;font-weight:300;line-height:1.8}.landing-page.light-mode .hero-title{background:linear-gradient(135deg,#0369a1 0%,#0c4a6e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-page.light-mode .title-accent{background:linear-gradient(135deg,#0891b2 0%,#0e7490 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-page.light-mode .hero-subtitle{color:#0c4a6e}.landing-page .hero-cta-group{gap:1.5rem;display:flex}.landing-page .hero-cta-btn{cursor:pointer;letter-spacing:.5px;border-radius:50px;align-items:center;gap:12px;padding:1rem 2.5rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .4s;display:inline-flex}.landing-page .hero-cta-btn-primary{background:linear-gradient(135deg,var(--glow-blue)0%,var(--primary-navy)100%);color:#fff;border:none;align-items:center;gap:12px;display:inline-flex;box-shadow:0 10px 30px #1e3a8a4d}.landing-page .hero-cta-btn-primary:hover{color:#c0faff;transform:translateY(-3px);box-shadow:0 15px 40px #38bdf880}.hero-cta-btn-secondary{color:#0c4a6e;background:#06b6d4;border:2px solid #06b6d4;align-items:center;gap:12px;display:inline-flex;box-shadow:0 10px 30px #06b6d466}.hero-cta-btn-secondary:hover{color:#0c4a6e;background:#22d3ee;border-color:#22d3ee;transform:translateY(-3px);box-shadow:0 15px 40px #06b6d499}.landing-page .map-container{z-index:5;justify-content:center;align-items:center;width:70%;height:100vh;display:flex;position:absolute;top:50%;right:-5%;transform:translateY(-50%)}.landing-page .map-canvas{filter:drop-shadow(0 0 50px #38bdf866);width:100%;height:auto;margin-left:-18ex;animation:6s ease-in-out infinite floatMap}@keyframes floatMap{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-15px)scale(1.02)}}.landing-page.light-mode .map-canvas{filter:hue-rotate(180deg)saturate(1.2)brightness(.9)contrast()drop-shadow(0 0 10px #0000004d)}.fade-in-left{animation:1s ease-out fadeInLeft}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.fade-in-right{animation:1s ease-out fadeInRight}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media screen and (max-width:1024px){.futuristic-header{padding:1.5rem 2rem}.futuristic-hero{padding:0 2rem}.hero-content{text-align:center;flex-direction:column}.hero-text-section{max-width:100%}.hero-title{font-size:3rem}.map-container{width:100%;height:50vh;margin-top:2rem;position:relative;right:0}.map-canvas{margin-left:0}}@media screen and (max-width:768px){.futuristic-header{padding:1rem 1.5rem}.brand-name{font-size:1rem}.auth-btn{padding:.8rem 1.5rem;font-size:.9rem}.futuristic-hero{padding:0 1.5rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-cta-group{flex-direction:column;gap:1rem}.hero-cta-btn{justify-content:center;width:100%}}.snap-section{scroll-snap-align:start;justify-content:center;align-items:center;min-height:100vh;padding:4rem 2rem;display:flex}.statistics-section{background:var(--bg-primary);position:relative;overflow:hidden}.statistics-container{z-index:10;width:100%;max-width:1800px;margin:0 auto}.section-header{text-align:center;margin-bottom:3rem;animation:.8s ease-out fadeInUp}.section-title{color:var(--text-light);text-shadow:var(--shadow-glow);margin-bottom:1rem;font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700}.section-subtitle{color:var(--text-dim);font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:300}.charts-grid{grid-template-columns:1fr;gap:2rem;margin-top:2rem;display:grid}.chart-card{background:var(--bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-strong);border:1px solid #38bdf833;border-radius:1.5rem;padding:1.5rem;transition:all .3s;animation:.8s ease-out .2s both fadeInUp}.chart-card:hover{box-shadow:var(--shadow-glow);border-color:#38bdf866;transform:translateY(-5px)}.chart-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.chart-title{color:var(--text-light);margin:0;font-family:Montserrat,sans-serif;font-size:1.3rem;font-weight:600}.chart-filter,.chart-filters{flex-wrap:wrap;gap:.75rem;display:flex}.select-filter{min-width:200px}.chart-body{justify-content:center;align-items:flex-start;height:600px;padding-top:0;display:flex;position:relative;overflow:hidden}.color-indicator-bar{margin-bottom:.5rem}.landing-page.light-mode .section-title{color:var(--text-light);text-shadow:0 2px 10px #0c4a6e33}.landing-page.light-mode .section-subtitle{color:var(--text-dim)}.landing-page.light-mode .chart-card{background:#fffc;border-color:#0ea5e94d}.landing-page.light-mode .chart-title{color:var(--text-light)}@media (max-width:1024px){.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}@media (max-width:768px){.snap-section{padding:2rem 1rem}.section-title{font-size:1.75rem}.section-subtitle{font-size:.9rem}.chart-card{padding:1.5rem}.chart-header{flex-direction:column;align-items:flex-start}.chart-filter,.chart-filters,.select-filter{width:100%}.chart-body{height:450px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.select__control{background:var(--bg-card)!important;border-color:#38bdf84d!important;border-radius:.5rem!important;padding:.25rem .5rem!important;transition:all .3s!important}.select__control:hover{border-color:#38bdf880!important}.select__control--is-focused{border-color:var(--glow-blue)!important;box-shadow:0 0 10px #38bdf84d!important}.select__menu{background:var(--bg-card)!important;box-shadow:var(--shadow-strong)!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;border-color:#38bdf84d!important;border-radius:.5rem!important}.select__option{color:var(--text-light)!important;background:0 0!important;transition:all .2s!important}.select__option:hover{background:#38bdf833!important}.select__option--is-selected{color:var(--glow-blue)!important;background:#38bdf84d!important}.select__single-value{color:var(--text-light)!important}.select__placeholder{color:var(--text-dim)!important}.select__indicator-separator{background-color:#38bdf84d!important}.select__dropdown-indicator{color:var(--text-dim)!important}.select__dropdown-indicator:hover{color:var(--glow-blue)!important}.landing-page.light-mode .select__control{background:#fffc!important;border-color:#0ea5e94d!important}.landing-page.light-mode .select__menu{background:#fffffff2!important;border-color:#0ea5e94d!important}.landing-page.light-mode .select__option:hover{background:#0ea5e926!important}.landing-page.light-mode .select__option--is-selected{color:#0891b2!important;background:#0ea5e940!important}.landing-page.light-mode .select__single-value{color:var(--text-light)!important}.landing-page.light-mode .select__placeholder{color:var(--text-dim)!important}
