@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,"sans-serif"}a{text-decoration:none}body,html,#root{min-height:100vh;width:100%}html{scroll-behavior:smooth}.flex{display:flex}.flex-center{display:flex;justify-content:center;align-items:center}.flex-between{display:flex;justify-content:space-between;align-items:center}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-bold{font-weight:700}.font-light{font-weight:300}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.rounded-sm{border-radius:4px}.rounded-md{border-radius:8px}.rounded-lg{border-radius:16px}.rounded-full{border-radius:9999px}.border{border:1px solid #e2e8f0}.border-none{border:none}.shadow-dark-sm{box-shadow:0 1px 2px #0000000d}.shadow-dark-md{box-shadow:0 4px 6px #0000001a}.shadow--dark-lg{box-shadow:0 10px 15px #00000026}.shadow-light-sm{box-shadow:0 1px 2px #ffffff0d}.shadow-light-md{box-shadow:0 4px 6px #ffffff1a}.shadow-light-lg{box-shadow:0 10px 15px #ffffff26}button{display:inline-block;padding:.5rem 1rem;border-radius:6px;font-weight:500;text-align:center;cursor:pointer;border:none;transition:background .2s ease-in-out,transform .1s ease-in-out}button:hover{transform:scale(1.03)}.input{width:100%;padding:.5rem .75rem;border:1px solid #cbd5e0;border-radius:6px;background-color:#fff;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.hover-scale{transition:transform .2s ease-in-out}.hover-scale:hover{transform:scale(1.05)}.btn-press:active{transform:scale(.97)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .6s ease-in-out forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .8s ease-out forwards}.header{position:fixed;top:0;width:100%;height:72px;margin-bottom:72px;display:flex;justify-content:space-between;align-items:center;padding:1rem 3rem;background:var(--primary-green);box-shadow:0 2px 10px 5px #0000004d;z-index:100}.nav{display:flex;gap:2rem}.logo{color:#fff;font-weight:700;cursor:pointer;font-size:24px}.nav .nav-link{color:#fff;font-weight:500;text-decoration:none;transition:color .3s ease;display:flex;align-items:center;gap:6px}.nav .nav-link:hover{color:var(--yellow-accent)}.nav-icon{font-size:16px}.auth-btns{display:flex;align-items:center;gap:20px}.auth-btns>.btn-login{background:transparent;border:2px solid var(--white-text);color:var(--white-text)}.auth-btns>.btn-signup{background:var(--yellow-accent);color:var(--green-text)}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#1e1e1e73;display:flex;align-items:center;justify-content:center;z-index:9999}.modal-content{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000002e;padding:32px 24px 24px;min-width:320px;max-width:90vw;display:flex;align-items:center;flex-direction:column;gap:20px;position:relative}.button{padding:8px 18px;border-radius:6px;border:none;background:#e0e0e0;color:#333;font-size:1rem;cursor:pointer;transition:background .2s}.button.primary{background:#1976d2;color:#fff}.button:disabled{background:#bdbdbd;cursor:not-allowed}audio{margin-top:10px;width:100%}@media (max-width: 500px){.modal-content{padding:18px 8px;min-width:0}}.explore-page{background:#f7faf7;min-height:100vh;padding-top:80px}.explore-container{width:100%;padding:1rem 2rem}.explore-header h1{text-align:center;font-size:2.3rem;font-weight:700;color:var(--soil-brown);margin-bottom:.5rem}.explore-header p{text-align:center;color:var(--muted-gray);font-size:1.1rem;margin-bottom:2rem}.explore-content{width:100%}.filter-section{margin-top:2rem;width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}.filter-section input{padding:10px;border-radius:6px;border:1px solid #dfe1e6;flex:1}.filter-section button{display:flex;align-items:center;gap:5px;padding:10px 20px;border-radius:6px;background:#fff;border:1px solid #dfe1e6;box-shadow:0 0 2px #0003;cursor:pointer;font-size:16px}.recommendations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:35px}.card{background:#fff;border-radius:18px;box-shadow:0 4px 24px #1e3c2f14;padding:10px 15px 20px;display:flex;flex-direction:column;transition:box-shadow .18s,transform .18s;min-width:0}.card:hover{box-shadow:0 8px 32px #1e3c2f21;transform:translateY(-4px) scale(1.02)}.card img{border-radius:12px;width:100%;height:100%;object-fit:cover;background:#f0f4f0}.card h3{font-size:1.2rem;font-weight:700;color:#1e3c2f}.muted{color:#7a8b7a;font-size:.98rem}.button{display:inline-block;padding:8px 18px;border-radius:8px;background:#e6f7e6;color:#1e3c2f;font-weight:600;font-size:1rem;text-decoration:none;border:none;cursor:pointer;transition:background .18s}.button.primary{background:#2e7d32;color:#fff}.button:hover{background:#b6d2c2;color:#1e3c2f}.button.primary:hover{background:#256326;color:#fff}@media (max-width: 900px){.explore-container{padding:24px 8px 16px}.recommendations-grid{gap:18px}}@media (max-width: 600px){.explore-header h1{font-size:1.4rem}.card{padding:12px 8px;border-radius:10px}.recommendations-grid{grid-template-columns:1fr}}.about-container{max-width:1200px;margin:0 auto;padding:0 20px}.about-hero{background:var(--primary-green);background-size:cover;background-position:center;padding:100px 0;text-align:center;color:#fff}.hero-content h1{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-content p{font-size:1.2rem;max-width:600px;margin:0 auto}.story-section{padding:60px 0;background-color:#fff}.story-content{display:flex;flex-wrap:wrap;gap:40px}.story-text,.story-visual{flex:1;min-width:300px}.story-text h2{font-size:2.5rem;color:#2e7d32;margin-bottom:1.5rem}.story-text p{margin-bottom:1rem;color:#555}.timeline{position:relative;padding-left:40px}.timeline:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:4px;background:#4caf50}.timeline-item{position:relative;margin-bottom:30px}.timeline-item .year{font-weight:700;color:#2e7d32;font-size:1.2rem}.timeline-item .milestone{font-size:1rem;color:#555;margin-left:20px}.timeline-item:before{content:"";position:absolute;left:-44px;top:5px;width:12px;height:12px;background:#4caf50;border-radius:50%}.impact-section{padding:60px 0;background:#e8f5e9}.section-title{font-size:2.5rem;color:#2e7d32;text-align:center;margin-bottom:2rem}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.metric-card{background:#fff;padding:20px;border-radius:8px;text-align:center;box-shadow:0 4px 6px #0000001a;transition:transform .3s}.metric-card:hover{transform:translateY(-5px)}.metric-icon{font-size:2.5rem;margin-bottom:1rem}.metric-number{font-size:2rem;font-weight:700;color:#2e7d32}.metric-label{font-size:1rem;color:#555}.tech-section{padding:60px 0;background:#fff}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.tech-category h3{font-size:1.8rem;color:#2e7d32;margin-bottom:1.5rem}.tech-item{margin-bottom:1rem}.tech-name{display:block;font-size:1.1rem;margin-bottom:.5rem;color:#333}.progress-bar{height:10px;background:#e0e0e0;border-radius:5px;overflow:hidden;width:0;transition:width 1s ease-in-out}.progress-bar:after{content:"";display:block;height:100%;background:#4caf50;width:inherit}.team-section{padding:60px 0;background:#f5f5f3}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.team-member{text-align:center;padding:20px;background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a}.member-avatar{font-size:3rem;margin-bottom:1rem}.member-role{font-size:1rem;color:#4caf50;margin-bottom:.5rem}.member-bio{font-size:.9rem;color:#555}.values-section{padding:60px 0;background:#fff}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.value-card{text-align:center;padding:20px;background:#e8f5e9;border-radius:8px;box-shadow:0 4px 6px #0000001a}.value-icon{font-size:2.5rem;margin-bottom:1rem}.value-card h3{font-size:1.5rem;color:#2e7d32;margin-bottom:.5rem}.value-card p{font-size:.9rem;color:#555}.contact-cta{padding:60px 0;background:var(--primary-green);background-size:cover;background-position:center;text-align:center;color:#fff}.cta-content h2{font-size:2.5rem;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem}.cta-buttons{display:flex;justify-content:center;gap:20px}.button{padding:12px 24px;border:none;border-radius:5px;font-size:1rem;cursor:pointer;transition:background .3s}.button.primary{background:#4caf50;color:#fff}.button.primary:hover{background:#388e3c}.button.secondary{background:#fff;color:#2e7d32;border:2px solid #4caf50}.button.secondary:hover{background:#f5f5f3}@media (max-width: 768px){.hero-content h1{font-size:2rem}.story-content{flex-direction:column}.metrics-grid,.tech-grid,.team-grid,.values-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;gap:10px}}.auth-page{display:flex;justify-content:center;background:url(/assets/auth-bg-lSb-4FxD.jpeg) no-repeat center center fixed;padding-top:80px}.auth-container{background:#ffffff9f;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:2rem;margin-block:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:500px}.auth-header{text-align:center;margin-bottom:30px}.auth-title{font-size:2.5rem;font-weight:700;text-align:center;color:var(--soil-brown)}.auth-subtitle{font-size:1rem;color:var(--muted-gray);margin:0;font-weight:400}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group{position:relative}.auth-container .form-input{width:100%;padding:15px 20px;border:1px solid rgba(19,18,18,.5);border-radius:25px;background:#ffffff1a;color:var(--soil-brown);font-size:1rem;outline:none;transition:all .3s ease;box-sizing:border-box}.form-input::placeholder{color:var(--muted-gray)}.form-input:focus{border-color:var(--green-text);box-shadow:0 0 20px #8df0821a}.form-input.error{border-color:#ff6b6b;background:#ff6b6b1a}.error-text{color:#ff6b6b;font-size:.875rem;margin-top:5px;display:block}.login-button{background:var(--primary-green);color:#fff;border:none;padding:15px;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;margin-top:10px}.login-button:hover{background:var(--secondary-green);transform:translateY(-2px);box-shadow:0 8px 25px #4caf504d}.social-divider{text-align:center;margin-block:20px;position:relative}.social-divider span{color:var(--muted-gray);font-size:.875rem;padding:8px 15px;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.social-buttons{display:flex;gap:10px}.social-button{flex:1;display:flex;align-items:center;justify-content:center;gap:35px;padding:12px;border:1px solid var(--green-background);border-radius:20px;color:var(--muted-gray);font-size:.875rem;cursor:pointer;transition:all .3s ease}.facebook-button:hover{background:#4267b2cc;border-color:#4267b2;color:#fff}.google-button:hover{background:#db4437cc;border-color:#db4437;color:#fff}.social-icon{font-weight:700;font-size:1rem;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff3}.auth-toggle{text-align:center;margin-top:30px}.auth-toggle p{color:var(--soil-brown);font-size:.875rem;margin:0}.auth-toggle-btn{background:none;border:none;color:#4caf50;font-size:.875rem;font-weight:600;cursor:pointer;text-decoration:underline;transition:color .3s ease}.auth-toggle-btn:hover{color:#45a049}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:15px 20px;border-radius:12px;margin:20px 0;display:flex;align-items:center;gap:10px}:root{--color-primary: #059669;--color-primary-light: #10b981;--color-accent: #3b82f6;--color-secondary: #8b5cf6;--color-background: #ffffff;--color-foreground: #1f2937;--color-muted: #6b7280;--color-muted-light: #f9fafb;--color-border: #e5e7eb;--color-card: #ffffff;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;color:var(--color-foreground);background-color:var(--color-background)}.dashboard{padding-top:30px;min-height:100vh;background-color:var(--color-background)}.navbar{display:none;pointer-events:none;position:fixed;top:0;left:0;right:0;z-index:50;background-color:#3fd26e;opacity:.8;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-bottom:1px solid var(--color-border);transition:all .3s ease}.nav-container{max-width:1280px;margin:0 auto;padding:0 1rem}.nav-content{display:flex;justify-content:space-between;align-items:center;height:4rem}.nav-brand{display:flex;align-items:center;gap:.5rem}.brand-icon{width:2rem;height:2rem;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-light));border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm)}.brand-emoji{color:#fff;font-size:.875rem;font-weight:700}.brand-text{font-size:1.25rem;font-weight:700;color:var(--color-foreground)}.nav-links{display:none;align-items:center;gap:1.5rem}.nav-link{color:#fff;text-decoration:none;transition:color .3s ease;font-weight:500}.nav-link:hover{color:var(--color-foreground)}@media (min-width: 768px){.nav-links{display:flex}}.dashboard-main-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.dashboard-background{position:absolute;inset:0;background:linear-gradient(135deg,var(--color-background) 0%,rgba(229,231,235,.3) 50%,rgba(59,130,246,.1) 100%)}.floating-elements{position:absolute;inset:0;overflow:hidden;pointer-events:none}.floating-circle{position:absolute;border-radius:50%;filter:blur(40px);animation:float 6s ease-in-out infinite}.circle-1{top:5rem;left:5rem;width:8rem;height:8rem;background-color:#0596691a}.circle-2{top:10rem;right:8rem;width:6rem;height:6rem;background-color:#3b82f626;animation-delay:1s}.circle-3{bottom:8rem;left:4rem;width:5rem;height:5rem;background-color:#8b5cf61a;animation-delay:2s}.circle-4{bottom:5rem;right:5rem;width:7rem;height:7rem;background-color:#05966914;animation-delay:.5s}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.05)}}.dashboard-content{position:relative;z-index:10;text-align:center;padding:4rem 1rem 1rem;max-width:1536px;margin:0 auto}.dashboard-badge{display:inline-block;margin-bottom:2rem;padding:.75rem 1.5rem;background-color:#3b82f61a;border:1px solid rgba(59,130,246,.2);border-radius:9999px;color:var(--color-accent);font-weight:600;font-size:.9rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dashboard-title{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.1}.gradient-text{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dashboard-subtitle{font-size:1.5rem;margin-bottom:1rem;color:var(--color-muted);font-weight:500}.dashboard-description{font-size:1.125rem;margin-bottom:3rem;color:#6b7280cc;max-width:32rem;margin-left:auto;margin-right:auto;line-height:1.6}.quick-actions{display:grid;grid-template-columns:1fr;gap:4rem;max-width:80%;margin:0 auto 4rem}.action-card{padding:1.5rem;background-color:var(--color-card);border:1px solid var(--color-border);border-radius:.75rem;text-decoration:none;color:inherit;transition:all .3s ease;box-shadow:var(--shadow-sm)}.action-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:var(--shadow-lg)}.card-crops:hover{border-color:#0596694d}.card-disease:hover{border-color:#3b82f64d}.card-weather:hover{border-color:#8b5cf64d}.card-fertilizer:hover{border-color:#0596694d}.action-icon{font-size:1.875rem;margin-bottom:.75rem;transition:transform .3s ease}.action-card:hover .action-icon{transform:scale(1.1)}.action-title{font-weight:600;color:var(--color-foreground);margin-bottom:.5rem;font-size:1rem}.action-description{font-size:.875rem;color:var(--color-muted)}@media (min-width: 768px){.dashboard-title{font-size:4rem}.dashboard-subtitle{font-size:1.75rem}.quick-actions{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.dashboard-title{font-size:5rem}.dashboard-subtitle{font-size:2rem}.quick-actions{grid-template-columns:repeat(4,1fr)}}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:48rem;margin:0 auto}.stat-item{text-align:center}.stat-number{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.stat-number:nth-child(1){color:var(--color-primary)}.stat-number:nth-child(2){color:var(--color-accent)}.stat-number:nth-child(3){color:var(--color-secondary)}.stat-number:nth-child(4){color:var(--color-primary)}.stat-label{font-size:.875rem;color:var(--color-muted)}@media (min-width: 768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.features-section{padding:5rem 1rem;background-color:#f9fafb4d}.features-container{max-width:1280px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-header .section-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--color-foreground)}.section-description{font-size:1.125rem;color:var(--color-muted);max-width:32rem;margin:0 auto}.features-grid{display:grid;gap:2rem}.feature-card{background-color:var(--color-card);border-radius:1rem;padding:2rem;border:1px solid var(--color-border);transition:all .3s ease;box-shadow:var(--shadow-sm);display:flex;align-items:center;justify-content:center;flex-direction:column}.feature-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.feature-icon{width:3rem;height:3rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:transform .3s ease;font-size:1.25rem}.feature-card:hover .feature-icon{transform:scale(1.1)}.analytics-icon{background-color:#0596691a;color:var(--color-primary)}.precision-icon{background-color:#3b82f61a;color:var(--color-accent)}.protection-icon{background-color:#8b5cf61a;color:var(--color-secondary)}.feature-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--color-foreground)}.feature-description{color:var(--color-muted);margin-bottom:1rem;line-height:1.6}.feature-link{display:flex;align-items:center;font-size:.875rem;font-weight:500;color:var(--color-primary)}.arrow{margin-left:.5rem;transition:transform .3s ease}.feature-card:hover .arrow{transform:translate(4px)}@media (min-width: 768px){.section-title{font-size:2.5rem}.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.steps-section{padding:5rem 1rem}.steps-container{max-width:1280px;margin:0 auto}.steps-grid{display:grid;gap:3rem}.step-item{text-align:center}.step-number{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.25rem;font-weight:700;color:#fff;transition:transform .3s ease}.step-item:hover .step-number{transform:scale(1.1)}.step-1{background:linear-gradient(135deg,var(--color-primary),var(--color-accent))}.step-2{background:linear-gradient(135deg,var(--color-accent),var(--color-secondary))}.step-3{background:linear-gradient(135deg,var(--color-secondary),var(--color-primary))}.step-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--color-foreground)}.step-description{color:var(--color-muted);line-height:1.6}@media (min-width: 768px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.dashboard-title{animation-delay:.2s}.dashboard-subtitle{animation-delay:.4s}.dashboard-description{animation-delay:.6s}@media (max-width: 640px){.nav-container{padding:0 1rem}.dashboard-content{padding:5rem 1rem 1rem}.dashboard-title{font-size:2.5rem}.dashboard-subtitle{font-size:1.25rem}.section-title{font-size:1.75rem}}.disease-page{font-family:Arial,sans-serif;background-color:#f8fafc;min-height:100vh;padding:80px 20px 20px}.container{max-width:1200px;margin:0 auto}.disease-header{text-align:center;margin-bottom:40px}.disease-header h1{font-size:2.5rem;color:#1f2937;margin-bottom:10px}.disease-header p{font-size:1.1rem;color:#4b5563}.upload-section{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px;margin-bottom:40px}.upload-area{border:2px dashed #d1d5db;border-radius:8px;padding:40px;text-align:center;transition:border-color .3s ease}.upload-area.has-file{border-color:#10b981}.upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:10px}.upload-icon{font-size:3rem;color:#6b7280}.upload-placeholder h3{font-size:1.5rem;color:#1f2937;margin:0}.upload-placeholder p{font-size:1rem;color:#6b7280;margin:0 0 20px}.button-group{display:flex;gap:10px}.image-preview,.camera-preview{position:relative;max-width:100%;max-height:300px;overflow:hidden;border-radius:8px}.image-preview img,.camera-preview video{width:100%;height:auto;object-fit:cover}.preview-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.image-preview:hover .preview-overlay{opacity:1}.camera-controls{display:flex;gap:10px;justify-content:center;margin-top:10px}.button{padding:10px 20px;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease,transform .1s ease}.button.primary{background-color:#10b981;color:#fff;border:none}.button.primary:hover{background-color:#059669;transform:translateY(-2px)}.button.primary:disabled{background-color:#6b7280;cursor:not-allowed}.button.secondary{background-color:#e5e7eb;color:#1f2937;border:none}.button.secondary:hover{background-color:#d1d5db;transform:translateY(-2px)}.file-info{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.file-details{display:flex;flex-direction:column}.file-name{font-size:1rem;color:#1f2937}.file-size{font-size:.9rem;color:#6b7280}.error-message{display:flex;align-items:center;gap:10px;background-color:#fee2e2;color:#dc2626;padding:10px;border-radius:6px;margin-top:20px}.error-icon{font-size:1.2rem}.loading-spinner{display:inline-block;width:16px;height:16px;border:2px solid #ffffff;border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite;margin-right:8px}@keyframes spin{to{transform:rotate(360deg)}}.results-section{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px;margin-bottom:40px}.results-section h2{font-size:1.8rem;color:#1f2937;margin-bottom:20px}.result-card{padding:20px;border:1px solid #e5e7eb;border-radius:8px}.result-header{display:flex;align-items:center;gap:15px;margin-bottom:20px}.disease-icon{font-size:2rem}.result-info h3{font-size:1.4rem;color:#1f2937;margin:0}.result-details{margin-bottom:20px}.result-details h4{font-size:1.2rem;color:#1f2937;margin:15px 0 10px}.result-details p{font-size:1rem;color:#4b5563;line-height:1.5}.loading-recommendations{display:flex;align-items:center;gap:10px;font-size:1rem;color:#4b5563;margin:20px 0}.loading-recommendations .loading-spinner{border:2px solid #4b5563;border-top:2px solid transparent}.sources-list{list-style-type:disc;padding-left:20px;color:#4b5563}.sources-list li{margin-bottom:8px}.source-link{color:#1d4ed8;text-decoration:none}.source-link:hover{text-decoration:underline}.result-actions{display:flex;gap:10px;margin-top:20px}.tips-section{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px}.tips-section h2{font-size:1.8rem;color:#1f2937;margin-bottom:20px}.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.tip-card{padding:20px;border:1px solid #e5e7eb;border-radius:8px;text-align:center}.tip-icon{font-size:2rem;margin-bottom:10px}.tip-card h3{font-size:1.2rem;color:#1f2937;margin:0 0 10px}.tip-card p{font-size:.9rem;color:#6b7280;margin:0}@media (max-width: 768px){.disease-header h1{font-size:2rem}.upload-area{padding:20px}.button-group{flex-direction:column}.file-info{flex-direction:column;gap:10px}.result-actions{flex-direction:column}.tips-grid{grid-template-columns:1fr}}.recommend-container{min-height:100vh;background:linear-gradient(135deg,#e8f5e8,#f0f8f0);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;padding:80px 20px 20px;color:#2d3748}.recommend-header{text-align:center;margin-bottom:40px;background:#fff;padding:30px;border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0}.recommend-header h1{color:#2f855a;font-size:2.5rem;font-weight:700;margin:0 0 20px;text-shadow:0 2px 4px rgba(47,133,90,.1)}.location-info{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:20px}.info-item{display:flex;flex-direction:column;align-items:center;padding:15px 20px;background:#f7fafc;border-radius:12px;border:2px solid #e2e8f0;transition:all .3s ease;min-width:150px}.info-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a;border-color:#68d391}.info-label{font-size:.9rem;font-weight:600;color:#4a5568;margin-bottom:5px}.info-value{font-size:1rem;font-weight:500;color:#2f855a;text-align:center;word-break:break-word}.status-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 20px #00000014;margin:40px auto;max-width:500px}.status-container.error{border:2px solid #fed7d7;background:#fef5e7}.status-container p{font-size:1.1rem;color:#4a5568;text-align:center;margin:20px 0;line-height:1.6}.error-icon{font-size:3rem;margin-bottom:20px}.loader{width:50px;height:50px;border:4px solid #e2e8f0;border-top:4px solid #48bb78;border-radius:50%;animation:spin 1s linear infinite}.retry-btn{background:#48bb78;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #48bb784d}.retry-btn:hover{background:#38a169;transform:translateY(-2px);box-shadow:0 6px 20px #48bb7866}.crops-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;max-width:1400px;margin:0 auto;padding:20px 0}.crop-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;cursor:pointer;overflow:hidden;border:2px solid transparent}.crop-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026;border-color:#68d391}.crop-card:focus{outline:none;border-color:#48bb78;box-shadow:0 0 0 3px #48bb784d}.crop-image-container{width:100%;height:200px;overflow:hidden}.crop-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.crop-card:hover .crop-image{transform:scale(1.05)}.crop-info{padding:20px;text-align:center}.crop-name{font-size:1.3rem;font-weight:600;color:#2d3748;margin:0 0 8px}.suitability-score{font-size:.95rem;font-weight:500;color:#48bb78;margin:0}.see-more-container{display:flex;justify-content:center;margin:30px 0}.see-more-btn{background:#48bb78;color:#fff;border:none;padding:12px 32px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #48bb784d}.see-more-btn:hover{background:#38a169;transform:translateY(-2px);box-shadow:0 6px 20px #48bb7866}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:20px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;position:relative}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:30px 30px 20px;border-bottom:2px solid #e2e8f0;background:linear-gradient(135deg,#f7fafc,#edf2f7)}.modal-header h2{color:#2f855a;font-size:2rem;font-weight:700;margin:0}.close-btn{background:none;border:none;font-size:2rem;color:#a0aec0;cursor:pointer;transition:color .3s ease;padding:5px;line-height:1}.close-btn:hover{color:#e53e3e}.modal-body{padding:30px}.modal-loading,.modal-error{display:flex;flex-direction:column;align-items:center;padding:40px;text-align:center}.modal-error p{color:#e53e3e;font-size:1.1rem;margin:0}.crop-details{display:flex;flex-direction:column;gap:30px}.details-section{background:#f7fafc;padding:25px;border-radius:16px;border:2px solid #e2e8f0}.section-title{color:#2f855a;font-size:1.4rem;font-weight:700;margin:0 0 20px;display:flex;align-items:center;gap:10px}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.detail-item{display:flex;flex-direction:column;background:#fff;padding:15px;border-radius:10px;border:1px solid #e2e8f0;transition:all .3s ease}.detail-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#68d391}.detail-item.full-width{grid-column:1 / -1}.detail-label{font-weight:600;color:#4a5568;font-size:.9rem;margin-bottom:5px}.detail-value{color:#2d3748;font-size:1rem;font-weight:500;line-height:1.4}.fertilizer-info{display:flex;flex-direction:column;gap:15px}@media (max-width: 768px){.recommend-container{padding:10px}.recommend-header{padding:20px 15px}.recommend-header h1{font-size:2rem}.location-info{flex-direction:column;gap:15px}.info-item{min-width:unset;width:100%}.crops-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;padding:10px 0}.modal-content{margin:10px;max-height:calc(100vh - 20px)}.modal-header{padding:20px 20px 15px}.modal-header h2{font-size:1.5rem}.modal-body,.details-section{padding:20px}.details-grid{grid-template-columns:1fr}}@media (max-width: 480px){.crop-card{min-width:100%}.crops-grid{grid-template-columns:1fr}.modal-overlay{padding:10px}.see-more-btn{padding:10px 24px;font-size:.9rem}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.map-alerts-page{display:flex;flex-direction:column;align-items:center;padding-top:80px;background-color:var(--light-yellow);min-height:100vh}.map-title{text-align:center;margin-bottom:10px;color:var(--soil-brown)}.map-container{height:80vh;width:80%;border:2px solid black;z-index:2}.map-content{height:100vh;width:100%;padding-inline:20px;display:flex;gap:1rem}.weather-alerts-container{min-height:100vh;background-color:#fff}.weather-header{background:var(--primary-green);color:#fff;padding:2rem 1rem}.header-content{max-width:64rem;margin:0 auto}.back-link{display:inline-flex;align-items:center;color:#fffc;text-decoration:none;margin-bottom:1.5rem;transition:color .3s ease}.back-link:hover{color:#fff}.header-main{display:flex;flex-direction:column;gap:1rem}@media (min-width: 640px){.header-main{flex-direction:row;align-items:center;justify-content:space-between}}.header-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;display:flex;align-items:center;gap:.75rem}@media (min-width: 768px){.header-title{font-size:3rem}}.header-icon{width:2.5rem;height:2.5rem}.header-subtitle{color:#fffc;font-size:1.125rem}.alert-counter{background:#ffffff1a;border-radius:.75rem;padding:1rem 1.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2)}.counter-content{font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.counter-icon{width:1.5rem;height:1.5rem}.counter-label{font-size:.875rem;opacity:.8}.main-content{padding:2rem 1rem}.content-wrapper{max-width:64rem;margin:0 auto}.control-panel{background:#fff;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.control-panel-content{display:flex;flex-direction:column;gap:1rem;justify-content:space-between}@media (min-width: 640px){.control-panel-content{flex-direction:row;align-items:center}}.location-info{display:flex;align-items:center;gap:1rem}.location-display{display:flex;align-items:center;gap:.5rem;color:#6b7280}.location-icon{width:1rem;height:1rem}.location-text{font-size:.875rem}.last-update{font-size:.875rem;color:#6b7280}.control-buttons{display:flex;align-items:center;gap:.75rem}.auto-refresh-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;cursor:pointer}.checkbox{border-radius:.25rem}.bell-icon{width:1rem;height:1rem}.refresh-button{background:#059669;color:#fff;border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:background-color .3s ease}.refresh-button:hover{background:#047857}.refresh-button:disabled{opacity:.6;cursor:not-allowed}.refresh-icon{width:1rem;height:1rem}.spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-card{background:#fff;border-radius:.75rem;padding:3rem 1.5rem;text-align:center;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.loading-spinner{width:3rem;height:3rem;color:#3b82f6;margin:0 auto 1rem;animation:spin 1s linear infinite}.loading-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.loading-text{color:#6b7280}.no-alerts-card{background:#fff;border-radius:.75rem;padding:3rem 1.5rem;text-align:center;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.no-alerts-icon{width:4rem;height:4rem;color:#059669;margin:0 auto 1.5rem}.no-alerts-title{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:#059669}.no-alerts-description{color:#6b7280;font-size:1.125rem;margin-bottom:1rem}.no-alerts-note{font-size:.875rem;color:#6b7280}.alerts-section{display:flex;flex-direction:column;gap:1rem}.alerts-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.alerts-header-icon{width:1.25rem;height:1.25rem;color:#f59e0b}.alerts-header-title{font-size:1.25rem;font-weight:600}.alert-card{background:#fff;border-radius:.75rem;padding:1.5rem;border-left:4px solid;box-shadow:0 1px 3px #0000001a;animation:fadeIn .6s ease-out}.severity-high{border-left-color:#f87171;background-color:#fef2f2;color:#991b1b}.severity-medium{border-left-color:#fbbf24;background-color:#fffbeb;color:#92400e}.severity-low{border-left-color:#60a5fa;background-color:#eff6ff;color:#1e40af}.alert-content{display:flex;align-items:flex-start;gap:1rem}.alert-icon-container{flex-shrink:0}.alert-icon{width:1.5rem;height:1.5rem}.alert-details{flex:1}.priority-container{margin-bottom:.5rem}.priority-badge{padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500}.priority-high{background-color:#fee2e2;color:#b91c1c}.priority-medium{background-color:#fef3c7;color:#d97706}.priority-low{background-color:#dbeafe;color:#1d4ed8}.alert-text{line-height:1.6;color:inherit}.preventive-measures{background:linear-gradient(135deg,#8b5cf61a,#3b82f61a);border:1px solid rgba(139,92,246,.2);border-radius:.75rem;padding:1.5rem;margin-top:1.5rem}.preventive-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.preventive-icon{width:1.25rem;height:1.25rem;color:#8b5cf6}.preventive-grid{display:grid;gap:1rem}@media (min-width: 640px){.preventive-grid{grid-template-columns:repeat(2,1fr)}}.preventive-item{font-size:.875rem}.preventive-subtitle{font-weight:500;margin-bottom:.5rem}.preventive-list{list-style:none;padding:0;margin:0;color:#6b7280}.preventive-list li{margin-bottom:.25rem}.quick-links{margin-top:3rem;display:grid;gap:1rem}@media (min-width: 640px){.quick-links{grid-template-columns:repeat(2,1fr)}}.quick-link{display:block;text-align:center;padding:1rem;border-radius:.5rem;text-decoration:none;font-weight:500;transition:all .3s ease}.btn-earth{background:#059669;color:#fff}.btn-earth:hover{background:#047857;color:#fff}.btn-farm{background:#dc2626;color:#fff}.btn-farm:hover{background:#b91c1c;color:#fff}:root{--primary-green: #1e5631;--secondary-green: #4caf50;--yellow-accent: #f4c430;--light-green-accent: #a8d5ba;--light-background: #faf6f0;--green-background: #2d4739;--green-text: #1f3a24;--muted-gray-text: #4a4a4a;--white-text: #ffffff;--soil-brown: #35160a}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5}.tutorial-container{min-height:100vh;padding-top:80px;background-color:var(--light-background)}.tutorial-header{position:fixed;top:0;left:0;right:0;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 32px;background-color:var(--primary-green);box-shadow:0 4px 12px #00000026;z-index:100}.tutorial-logo-section{display:flex;align-items:center;gap:16px;flex-shrink:0}.tutorial-logo-icon{width:40px;height:40px;background-color:var(--yellow-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:var(--primary-green)}.tutorial-logo-title{color:var(--white-text);margin:0;font-size:22px;font-weight:700}.tutorial-logo-subtitle{color:var(--light-green-accent);font-size:12px;margin:0;opacity:.9}.tutorial-nav-menu{display:flex;align-items:center;gap:32px;flex:1;justify-content:center;margin:0 40px}.tutorial-nav-item{color:var(--white-text);text-decoration:none;font-size:14px;font-weight:600;padding:8px 16px;border-radius:6px;transition:all .2s;white-space:nowrap}.tutorial-nav-item:hover{background-color:#ffffff1a;transform:translateY(-1px)}.tutorial-nav-item.active{background-color:var(--secondary-green);color:var(--white-text)}.tutorial-user-section{display:flex;align-items:center;gap:16px;flex-shrink:0}.tutorial-welcome{color:var(--white-text);font-size:14px;font-weight:500}.tutorial-signout-btn{background-color:var(--yellow-accent);color:var(--primary-green);border:none;padding:8px 16px;border-radius:6px;font-size:12px;font-weight:700;cursor:pointer;transition:all .2s}.tutorial-signout-btn:hover{background-color:#f1b82d;transform:translateY(-1px)}.tutorial-search-section{height:60px;background-color:var(--light-background);border-bottom:1px solid rgba(30,86,49,.1);display:flex;align-items:center;justify-content:center;z-index:50}.tutorial-search-container{display:flex;max-width:600px;width:100%;margin:0 24px}.tutorial-search-input{flex:1;height:40px;padding:0 16px;border-radius:20px 0 0 20px;border:2px solid var(--light-green-accent);background-color:#fff;outline:none;font-size:14px;transition:all .2s}.tutorial-search-input:focus{border-color:var(--secondary-green);box-shadow:0 0 0 3px #4caf501a}.tutorial-search-button{height:40px;padding:0 24px;border-radius:0 20px 20px 0;border:2px solid var(--light-green-accent);border-left:none;background-color:var(--light-green-accent);color:var(--primary-green);cursor:pointer;font-size:14px;font-weight:600;transition:all .2s}.tutorial-search-button:hover{background-color:var(--secondary-green);color:var(--white-text);border-color:var(--secondary-green)}.tutorial-main-content{padding-top:124px}.tutorial-grid-page{max-width:1400px;margin:0 auto;padding:32px 24px}.tutorial-page-title{text-align:center;margin-bottom:40px}.tutorial-page-title h2{font-size:42px;font-weight:800;color:var(--green-text);margin-bottom:12px;letter-spacing:-.5px}.tutorial-page-title p{font-size:18px;color:var(--muted-gray-text);font-weight:400}.tutorial-category-pills{display:flex;justify-content:center;gap:16px;margin-bottom:40px;flex-wrap:wrap}.tutorial-category-pill{padding:12px 24px;border-radius:30px;border:none;cursor:pointer;font-size:14px;font-weight:600;background-color:var(--light-green-accent);color:var(--green-text);transition:all .3s;white-space:nowrap;box-shadow:0 2px 4px #0000001a}.tutorial-category-pill:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.tutorial-active-pill{background-color:var(--primary-green)!important;color:var(--white-text)!important;box-shadow:0 4px 12px #1e56314d!important}.tutorial-video-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:28px}.tutorial-video-card{background-color:#fff;border-radius:16px;box-shadow:0 4px 12px #0000001a;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.tutorial-video-card:hover{box-shadow:0 12px 40px #0003;transform:translateY(-6px)}.tutorial-video-thumbnail{position:relative;width:100%;height:200px;overflow:hidden}.tutorial-video-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.tutorial-video-card:hover .tutorial-video-thumbnail img{transform:scale(1.05)}.tutorial-video-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#1e56314d,#4caf5033);opacity:0;transition:opacity .3s}.tutorial-video-card:hover .tutorial-video-overlay{opacity:1}.tutorial-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:70px;background-color:#000c;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s;opacity:0}.tutorial-video-card:hover .tutorial-play-button{opacity:1;background-color:var(--primary-green);transform:translate(-50%,-50%) scale(1.1)}.tutorial-play-icon{color:#fff;font-size:24px;margin-left:3px}.tutorial-video-duration{position:absolute;bottom:12px;right:12px;background-color:#000000e6;color:#fff;font-size:12px;font-weight:600;padding:6px 10px;border-radius:6px}.tutorial-video-info{display:flex;padding:20px;gap:16px}.tutorial-video-channel-logo{width:40px;height:40px;background:linear-gradient(135deg,var(--secondary-green),var(--primary-green));border-radius:50%;color:#fff;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tutorial-video-details{flex:1;min-width:0}.tutorial-video-title{font-size:16px;font-weight:700;color:var(--green-text);margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;transition:color .2s}.tutorial-video-card:hover .tutorial-video-title{color:var(--secondary-green)}.tutorial-video-channel{font-size:14px;color:var(--muted-gray-text);margin:0 0 4px;font-weight:600}.tutorial-video-meta{font-size:13px;color:var(--muted-gray-text);margin:0}.tutorial-loading{text-align:center;padding:60px 20px;color:var(--muted-gray-text);font-size:18px}.tutorial-video-player-page{max-width:1200px;margin:0 auto;padding:32px 24px}.tutorial-back-button{margin-bottom:24px;padding:12px 24px;border-radius:8px;border:none;background-color:var(--light-green-accent);color:var(--green-text);cursor:pointer;font-size:14px;font-weight:600;transition:all .2s;display:flex;align-items:center;gap:8px}.tutorial-back-button:hover{background-color:var(--secondary-green);color:#fff;transform:translate(-4px)}.tutorial-video-player-grid{display:grid;grid-template-columns:2fr 1fr;gap:32px}.tutorial-video-player-section{display:flex;flex-direction:column}.tutorial-video-iframe{background-color:#000;border-radius:16px;overflow:hidden;aspect-ratio:16/9;margin-bottom:20px;box-shadow:0 8px 30px #0000004d}.tutorial-player-title{font-size:28px;font-weight:800;color:var(--green-text);margin-bottom:16px;line-height:1.3}.tutorial-player-meta{display:flex;align-items:center;gap:16px;margin-bottom:20px}.tutorial-player-channel-logo{width:36px;height:36px;background:linear-gradient(135deg,var(--secondary-green),var(--primary-green));border-radius:50%;color:#fff;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center}.tutorial-player-channel{font-weight:700;color:var(--green-text);font-size:16px}.tutorial-player-views{color:var(--muted-gray-text);font-size:14px}.tutorial-player-description{color:var(--green-text);line-height:1.6;font-size:16px;background-color:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 8px #0000001a}.tutorial-related-videos{background-color:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 12px #0000001a;height:fit-content}.tutorial-related-videos h3{font-size:20px;font-weight:700;color:var(--green-text);margin-bottom:20px}.tutorial-related-videos-list{display:flex;flex-direction:column;gap:16px}.tutorial-related-video-card{display:flex;gap:12px;padding:12px;border-radius:12px;cursor:pointer;transition:all .2s}.tutorial-related-video-card:hover{background-color:var(--light-background);transform:translate(4px)}.tutorial-related-thumbnail{position:relative;width:120px;height:90px;border-radius:8px;flex-shrink:0;overflow:hidden}.tutorial-related-thumbnail img{width:100%;height:100%;object-fit:cover}.tutorial-related-overlay{position:absolute;inset:0;background:#1e563133;opacity:0;transition:opacity .3s}.tutorial-related-video-card:hover .tutorial-related-overlay{opacity:1}.tutorial-related-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;background-color:#000c;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;opacity:0;transition:opacity .3s}.tutorial-related-video-card:hover .tutorial-related-play{opacity:1}.tutorial-related-duration{position:absolute;bottom:6px;right:6px;background-color:#000000e6;color:#fff;font-size:11px;font-weight:600;padding:3px 6px;border-radius:4px}.tutorial-related-info{flex:1;min-width:0}.tutorial-related-info h4{font-size:14px;font-weight:600;color:var(--green-text);margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.tutorial-related-info p{font-size:12px;color:var(--muted-gray-text);margin:0 0 3px;font-weight:500}@media (max-width: 1200px){.tutorial-nav-menu{gap:20px}.tutorial-nav-item{font-size:13px;padding:6px 12px}}@media (max-width: 1024px){.tutorial-video-player-grid{grid-template-columns:1fr}.tutorial-related-videos{margin-top:32px}}@media (max-width: 768px){.tutorial-header{padding:0 16px;flex-wrap:wrap;height:auto;min-height:64px}.tutorial-nav-menu{display:none}.tutorial-user-section{gap:12px}.tutorial-welcome{font-size:12px}.tutorial-search-container{margin:0 16px}.tutorial-main-content{padding-top:140px}.tutorial-video-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.tutorial-grid-page{padding:24px 16px}.tutorial-page-title h2{font-size:32px}.tutorial-page-title p{font-size:16px}.tutorial-category-pills{justify-content:flex-start;overflow-x:auto;padding-bottom:8px;scrollbar-width:none;-ms-overflow-style:none}.tutorial-category-pills::-webkit-scrollbar{display:none}.tutorial-video-player-page{padding:24px 16px}.tutorial-player-title{font-size:22px}.tutorial-video-thumbnail{height:180px}}@media (max-width: 480px){.tutorial-header{padding:8px 12px}.tutorial-logo-title{font-size:18px}.tutorial-logo-subtitle{font-size:11px}.tutorial-logo-icon{width:32px;height:32px;font-size:16px}.tutorial-user-section{flex-direction:column;align-items:flex-end;gap:8px}.tutorial-welcome{font-size:11px}.tutorial-signout-btn{padding:6px 12px;font-size:11px}.tutorial-search-section{height:50px}.tutorial-search-input,.tutorial-search-button{height:36px}.tutorial-main-content{padding-top:130px}.tutorial-video-grid{grid-template-columns:1fr;gap:16px}.tutorial-video-thumbnail{height:200px}.tutorial-page-title h2{font-size:28px}.tutorial-category-pills{gap:8px;margin-bottom:24px}.tutorial-category-pill{padding:8px 16px;font-size:13px}.tutorial-related-videos{padding:16px}.tutorial-related-thumbnail{width:100px;height:75px}.tutorial-video-player-grid{gap:24px}.tutorial-player-title{font-size:20px}.tutorial-video-info{padding:16px}.tutorial-related-videos-list{gap:12px}}.tutorial-fade-in{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.tutorial-pulse{animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--light-background)}::-webkit-scrollbar-thumb{background:var(--light-green-accent);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--secondary-green)}.footer{width:100%;background:#1e3c2f;color:#fff;padding:32px 0 18px;font-family:Poppins,Arial,sans-serif;box-shadow:0 -2px 16px #1e3c2f0f}.footer-content{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;align-items:center;gap:18px}.footer-brand{display:flex;flex-direction:column;align-items:center;gap:4px}.footer-logo{font-size:1.4rem;font-weight:700;letter-spacing:1px}.footer-tagline{font-size:1rem;color:#b6d2c2;margin-top:2px}.footer-links{display:flex;gap:24px;margin:10px 0}.footer-links a{color:#e6f7e6;text-decoration:none;font-size:1.05rem;transition:color .18s}.footer-links a:hover{color:#ffe082;text-decoration:underline}.footer-copy{font-size:.97rem;color:#b6d2c2;margin-top:6px}@media (max-width: 600px){.footer-content{padding:0 8px;gap:10px}.footer-links{gap:12px;flex-wrap:wrap;justify-content:center}.footer-logo{font-size:1.1rem}}.app-container{position:relative;min-height:100vh;background:var(--light-background)}.voice-routing{position:fixed;bottom:20px;right:20px;display:grid;place-items:center;height:80px;width:80px;border-radius:50%;box-shadow:0 4px 8px #0003;background-color:var(--yellow-accent);z-index:1000;cursor:pointer;transition:all .3s ease}.voice-routing:hover,.voice-routing:hover>*{transform:scale(1.1);transition:transform .3s ease}.voice-routing>*{font-size:35px;color:#fff;transition:transform .3s ease}.voice-routing.counting-down{background-color:#ff9800;animation:pulse 1s infinite}.voice-routing.counting-down .countdown-text{font-size:28px;font-weight:700;color:#fff}.voice-routing.recording{background-color:#f44336;animation:pulse .5s infinite}.voice-routing.recording .recording-indicator{font-size:20px;animation:blink 1s infinite}.voice-routing.uploading{background-color:#2196f3;cursor:not-allowed}.countdown-overlay,.recording-overlay,.uploading-overlay,.error-overlay{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#000c;color:#fff;padding:20px 30px;border-radius:10px;z-index:1001;text-align:center;font-size:18px;font-weight:700;box-shadow:0 4px 20px #0000004d}.countdown-message,.recording-message,.uploading-message{margin:0}.error-overlay{background:#f44336e6}.error-message{margin:0;color:#fff}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:.3}}.notifications-page{animation:fadeIn .6s ease-in-out;margin-top:80px}.container{width:70vw;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 4px 16px #1e563114;padding:24px 20px}.notifications-sections{display:flex;gap:32px;flex-wrap:wrap}.notifications-section{background:var(--light-background);border-radius:12px;padding:16px;box-shadow:0 2px 8px #1e56310a}.notification-card{background:#fff;border-radius:8px;margin-bottom:12px;padding:12px 16px;box-shadow:0 1px 4px #1e56310f;border-left:4px solid var(--light-green-accent);transition:box-shadow .2s}.alert-card{border-left-color:var(--secondary-green)}.notice-card{border-left-color:var(--yellow-accent)}.todo-card{border-left-color:var(--primary-green)}.notification-time{font-size:.9em;color:var(--muted-gray-text);margin-top:4px}.todo-card.done{opacity:.7}@media (max-width: 900px){.notifications-sections{flex-direction:column;gap:18px}.container{padding:24px}}
