*{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.6;color:#1f2937;background-color:#fff;transition:all .3s ease}.dark{color:#f9fafb;background-color:#111827}.dark nav{background-color:#1f2937;border-bottom-color:#374151}.app-container{min-height:100vh;display:flex;flex-direction:column}nav{background-color:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:50;box-shadow:0 1px 3px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 1rem}.nav-content{display:flex;justify-content:space-between;align-items:center;height:4rem}.nav-logo{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;color:#059669;text-decoration:none}.nav-logo-icon{width:2rem;height:2rem;padding:.25rem;background-color:#10b981;color:#fff;border-radius:.375rem}.nav-desktop{display:flex;align-items:center;gap:1rem}.nav-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:none;background:transparent;color:#6b7280;cursor:pointer;border-radius:.375rem;transition:all .2s ease;font-size:.875rem;font-weight:500}.nav-button:hover{color:#059669;background-color:#f3f4f6}.nav-button.active{color:#059669;background-color:#ecfdf5}.dark .nav-button{color:#d1d5db}.dark .nav-button:hover{color:#10b981;background-color:#374151}.dark .nav-button.active{color:#10b981;background-color:#064e3b}.nav-mobile{display:none;align-items:center;gap:.5rem}.nav-mobile-menu{background-color:#fff;border-top:1px solid #e5e7eb;padding:1rem}.dark .nav-mobile-menu{background-color:#1f2937;border-top-color:#374151}.nav-mobile-items{display:flex;flex-direction:column;gap:.5rem}main{flex:1}.hero-section{background:linear-gradient(135deg,#059669,#10b981);color:#fff;padding:4rem 0}.hero-container{max-width:1200px;margin:0 auto;padding:0 1rem}.hero-content{text-align:center;max-width:800px;margin:0 auto}.hero-title{font-size:3rem;font-weight:800;margin-bottom:1rem;line-height:1.1}.hero-title-highlight{display:block;color:#fbbf24}.hero-description{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#fbbf24;color:#1f2937;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn-primary:hover{background-color:#f59e0b;transform:translateY(-2px)}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:transparent;color:#fff;border:2px solid white;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn-secondary:hover{background-color:#fff;color:#059669}.renewable-section{padding:4rem 0;background-color:#f9fafb}.dark .renewable-section{background-color:#1f2937}.section-container{max-width:1200px;margin:0 auto;padding:0 1rem}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.dark .section-title{color:#f9fafb}.section-description{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto}.dark .section-description{color:#d1d5db}.renewable-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.renewable-card{background-color:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease;border:1px solid #e5e7eb}.renewable-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.dark .renewable-card{background-color:#374151;border-color:#4b5563}.renewable-icon{width:4rem;height:4rem;padding:1rem;background:linear-gradient(135deg,#059669,#10b981);color:#fff;border-radius:1rem;margin-bottom:1.5rem}.renewable-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.dark .renewable-card h3{color:#f9fafb}.renewable-card p{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.dark .renewable-card p{color:#d1d5db}.benefits-list{display:flex;flex-direction:column;gap:.5rem}.benefit-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#374151}.dark .benefit-item{color:#e5e7eb}.benefit-dot{width:.5rem;height:.5rem;background-color:#10b981;border-radius:50%;flex-shrink:0}.cta-section{padding:4rem 0;background:linear-gradient(135deg,#1f2937,#374151);color:#fff;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.125rem;margin-bottom:2rem;opacity:.9}.chatbot-container{max-width:800px;margin:0 auto;padding:2rem 1rem;min-height:calc(100vh - 200px)}.chatbot-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.dark .chatbot-header{border-bottom-color:#374151}.chatbot-header-content h1{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#1f2937}.dark .chatbot-header-content h1{color:#f9fafb}.chatbot-header-content p{color:#6b7280}.dark .chatbot-header-content p{color:#d1d5db}.btn-clear{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#ef4444;color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease}.btn-clear:hover{background-color:#dc2626}.chat-area{background-color:#fff;border:1px solid #e5e7eb;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.dark .chat-area{background-color:#374151;border-color:#4b5563}.messages-container{height:400px;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.message{display:flex;align-items:flex-start;gap:.75rem}.message.user{flex-direction:row-reverse}.message-content{max-width:70%;padding:.75rem 1rem;border-radius:1rem;position:relative}.message.bot .message-content{background-color:#f3f4f6;color:#1f2937}.message.user .message-content{background-color:#059669;color:#fff}.dark .message.bot .message-content{background-color:#4b5563;color:#f9fafb}.message-content p{margin-bottom:.5rem;line-height:1.5}.message-content p:last-child{margin-bottom:0}.message-time{font-size:.75rem;opacity:.7;margin-top:.25rem}.typing-indicator{display:flex;align-items:center;gap:.75rem}.typing-dots{display:flex;gap:.25rem;padding:.75rem 1rem;background-color:#f3f4f6;border-radius:1rem}.dark .typing-dots{background-color:#4b5563}.typing-dot{width:.5rem;height:.5rem;background-color:#6b7280;border-radius:50%;animation:typing 1.4s infinite ease-in-out}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-10px);opacity:1}}.input-area{border-top:1px solid #e5e7eb;padding:1rem}.dark .input-area{border-top-color:#4b5563}.input-container{display:flex;gap:.5rem;align-items:flex-end}.input-container textarea{flex:1;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;resize:vertical;min-height:44px;max-height:120px;font-family:inherit;font-size:.875rem;background-color:#fff;color:#1f2937}.dark .input-container textarea{background-color:#4b5563;border-color:#6b7280;color:#f9fafb}.input-container textarea::placeholder{color:#9ca3af}.dark .input-container textarea::placeholder{color:#9ca3af}.btn-send{padding:.75rem;background-color:#059669;color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.btn-send:hover:not(:disabled){background-color:#047857}.btn-send:disabled{opacity:.5;cursor:not-allowed}.suggestions{margin-top:1rem;text-align:center}.suggestions p{color:#6b7280;margin-bottom:.5rem;font-size:.875rem}.dark .suggestions p{color:#d1d5db}.suggestions-grid{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.suggestion-btn{padding:.5rem 1rem;background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:1rem;cursor:pointer;transition:all .2s ease;font-size:.875rem}.suggestion-btn:hover{background-color:#e5e7eb;border-color:#9ca3af}.dark .suggestion-btn{background-color:#4b5563;color:#e5e7eb;border-color:#6b7280}.dark .suggestion-btn:hover{background-color:#374151;border-color:#9ca3af}.about-container{max-width:1000px;margin:0 auto;padding:2rem 1rem}.about-header{text-align:center;margin-bottom:3rem;padding:2rem 0}.about-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.dark .about-header h1{color:#f9fafb}.about-header p{font-size:1.25rem;color:#6b7280;max-width:600px;margin:0 auto}.dark .about-header p{color:#d1d5db}.about-section{margin-bottom:3rem}.about-section h2{font-size:2rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.dark .about-section h2{color:#f9fafb}.about-section p{font-size:1rem;line-height:1.8;color:#4b5563;margin-bottom:1rem}.dark .about-section p{color:#d1d5db}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.tech-card{background-color:#fff;padding:1.5rem;border-radius:.5rem;border:1px solid #e5e7eb;transition:all .2s ease}.tech-card:hover{box-shadow:0 4px 6px -1px #0000001a}.dark .tech-card{background-color:#374151;border-color:#4b5563}.tech-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#059669}.tech-card p{color:#6b7280;font-size:.875rem;line-height:1.6}.dark .tech-card p{color:#d1d5db}.features-list{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.feature-item{display:flex;align-items:flex-start;gap:.75rem}.feature-dot{width:.75rem;height:.75rem;background-color:#10b981;border-radius:50%;margin-top:.375rem;flex-shrink:0}.feature-item p{margin:0}.code-block{background-color:#1f2937;color:#f9fafb;padding:1.5rem;border-radius:.5rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.6;overflow-x:auto;margin:1rem 0}footer{background-color:#f9fafb;border-top:1px solid #e5e7eb;margin-top:auto}.dark footer{background-color:#1f2937;border-top-color:#374151}.footer-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-brand{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.25rem;font-weight:700;color:#059669}.footer-brand-icon{width:2rem;height:2rem;padding:.25rem;background-color:#10b981;color:#fff;border-radius:.375rem}.footer-section h3{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.dark .footer-section h3{color:#f9fafb}.footer-section p{color:#6b7280;line-height:1.6;margin-bottom:1rem}.dark .footer-section p{color:#d1d5db}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:#6b7280;text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:#059669}.dark .footer-links a{color:#d1d5db}.dark .footer-links a:hover{color:#10b981}.footer-bottom{border-top:1px solid #e5e7eb;padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.dark .footer-bottom{border-top-color:#374151}.footer-bottom p{color:#6b7280;margin:0}.dark .footer-bottom p{color:#d1d5db}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{color:#6b7280;text-decoration:none;font-size:.875rem;transition:color .2s ease}.footer-bottom-links a:hover{color:#059669}.dark .footer-bottom-links a{color:#d1d5db}.dark .footer-bottom-links a:hover{color:#10b981}@media (max-width: 768px){.nav-desktop{display:none}.nav-mobile{display:flex}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column;align-items:center}.section-title{font-size:2rem}.renewable-grid{grid-template-columns:1fr}.chatbot-header{flex-direction:column;align-items:flex-start;gap:1rem}.messages-container{height:300px}.message-content{max-width:85%}.suggestions-grid{flex-direction:column}.about-header h1{font-size:2rem}.footer-content{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}}@media (max-width: 480px){.hero-title,.section-title{font-size:1.75rem}.renewable-card{padding:1.5rem}.chatbot-container,.about-container{padding:1rem .5rem}}
