html{scroll-behavior:smooth}body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button{cursor:pointer}button,input,select,textarea{border:none;outline:none}:focus-visible{outline:2px solid #667eea;outline-offset:2px}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.app,body{min-height:100vh}.app{display:flex;flex-direction:column}.hero{background:linear-gradient(135deg,#667eeae6,#764ba2e6);color:#fff;overflow:hidden;padding:4rem 2rem;position:relative;text-align:center}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='75' cy='75' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='50' cy='10' r='.5' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='10' cy='60' r='.5' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='90' cy='40' r='.5' fill='%23fff' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.hero-content{margin:0 auto;max-width:600px;position:relative;z-index:1}.logo{color:#4ade80;display:inline-block;filter:drop-shadow(0 0 20px rgba(74,222,128,.5))}.hero h1,.logo{margin-bottom:1rem}.hero h1{font-family:Poppins,sans-serif;font-size:3.5rem;font-weight:700;line-height:1.2;text-shadow:0 2px 4px #0000004d}.hero p{font-size:1.25rem;font-weight:400;margin-bottom:0;opacity:.9}.container{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}.language-selector{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 8px 32px #0000001a;display:flex;gap:.75rem;margin-bottom:2rem;padding:1rem;width:fit-content}.language-dropdown{background:#fff;border:2px solid #e5e7eb;border-radius:12px;color:#374151;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.language-dropdown:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.chat-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:24px;box-shadow:0 20px 60px #0000001a;margin-bottom:2rem;padding:2rem}.input-group{display:flex;gap:1rem;margin-bottom:1.5rem}.question-input{background:#fff;border:2px solid #e5e7eb;border-radius:16px;color:#374151;flex:1 1;font-size:1.1rem;font-weight:400;padding:1rem 1.5rem;transition:all .3s ease}.question-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.question-input:disabled{cursor:not-allowed;opacity:.6}.question-input::placeholder{color:#9ca3af}.ask-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:16px;box-shadow:0 4px 16px #667eea4d;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.ask-button:hover:not(:disabled){box-shadow:0 8px 24px #667eea66;transform:translateY(-2px)}.ask-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.answer-container{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:16px;padding:1.5rem}.answer-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.answer-header h3{color:#0369a1;flex:1 1;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:600}.speak-button{align-items:center;background:#0369a1;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.speak-button:hover:not(:disabled){background:#0284c7;transform:scale(1.1)}.speak-button:disabled{cursor:not-allowed;opacity:.6}.answer-text{color:#374151;font-size:1.1rem;line-height:1.6}.dashboard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:24px;box-shadow:0 20px 60px #0000001a;padding:2rem}.dashboard-header{margin-bottom:2rem;text-align:center}.dashboard-header h2{color:#374151;font-family:Poppins,sans-serif;font-size:2rem;font-weight:600;margin-bottom:.5rem}.last-updated{color:#6b7280;font-size:.9rem;font-style:italic}.dashboard-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.weather-card{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:20px;padding:1.5rem;transition:all .3s ease}.card-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1.5rem}.card-header h3{color:#0369a1;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:600}.weather-details{display:flex;flex-direction:column;gap:1rem}.weather-item{align-items:center;background:#ffffffb3;border:1px solid #bae6fd;border-radius:12px;display:flex;gap:.75rem;padding:.75rem}.weather-item span{color:#374151;font-weight:500}.market-card{background:linear-gradient(135deg,#fefce8,#fef3c7);border:1px solid #fde68a;border-radius:20px;padding:1.5rem;transition:all .3s ease}.market-card .card-header h3{color:#d97706}.market-list{display:flex;flex-direction:column;gap:1rem}.market-item{grid-gap:1rem;align-items:center;background:#ffffffb3;border:1px solid #fde68a;border-radius:12px;display:grid;gap:1rem;grid-template-columns:1fr auto auto;padding:1rem;transition:all .3s ease}.market-item:hover{box-shadow:0 4px 12px #d977061a;transform:translateY(-2px)}.commodity-name{color:#374151;font-weight:600}.commodity-price{color:#d97706;font-size:1.1rem;font-weight:700}.commodity-market{color:#6b7280;font-size:.9rem}@media (max-width:768px){.hero{padding:3rem 1rem}.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}.container{padding:1rem}.chat-container,.dashboard{padding:1.5rem}.input-group{flex-direction:column;gap:1rem}.ask-button{justify-content:center}.dashboard-grid{gap:1.5rem;grid-template-columns:1fr}.market-item{gap:.5rem;grid-template-columns:1fr;text-align:center}.language-selector{justify-content:center;width:100%}}@media (max-width:480px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.chat-container,.dashboard{padding:1rem}.dashboard-header h2{font-size:1.5rem}.market-list,.weather-details{gap:.75rem}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.ask-button:disabled{animation:pulse 1.5s ease-in-out infinite}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}
/*# sourceMappingURL=main.40167d10.css.map*/