.dashboard{min-height:100vh;background-color:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto",sans-serif}.dashboard-header{background-color:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px rgba(0,0,0,.1)}.app-title{font-size:1.875rem;font-weight:700;color:#1e293b;margin:0}.header-actions{display:flex;grid-gap:1rem;gap:1rem;align-items:center}.btn-new-project{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;background-color:#3b82f6;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-new-project:hover{background-color:#2563eb}.btn-logout{display:flex;align-items:center;justify-content:center;background-color:initial;color:#64748b;border:1px solid #e2e8f0;padding:.625rem;border-radius:.5rem;cursor:pointer;transition:all .2s}.btn-logout:hover{background-color:#f1f5f9;color:#475569}.dashboard-main{padding:2rem;max-width:1200px;margin:0 auto}.projects-section{background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.section-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.section-description{color:#64748b;margin:0 0 2rem;font-size:.875rem}.projects-content{justify-content:center;min-height:400px}.empty-state,.projects-content{display:flex;align-items:center}.empty-state{text-align:center;flex-direction:column;grid-gap:1rem;gap:1rem}.empty-icon{color:#cbd5e1;margin-bottom:1rem}.empty-title{font-size:1.25rem;font-weight:600;color:#475569;margin:0}.empty-description{color:#64748b;max-width:320px;line-height:1.5;margin:0}.btn-create-first-project{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;background-color:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s;margin-top:1rem}.btn-create-first-project:hover{background-color:#2563eb}.error-message{background-color:#fef2f2;color:#dc2626;padding:1rem;margin:1rem 2rem;border-radius:.5rem;border:1px solid #fecaca;text-align:center}@media (max-width:768px){.dashboard-header{padding:1rem;flex-direction:column;grid-gap:1rem;gap:1rem}.dashboard-main{padding:1rem}.projects-section{padding:1.5rem}.header-actions{width:100%;justify-content:space-between}}:root{--background:210 25% 97%;--foreground:215 30% 12%;--card:0 0% 100%;--card-foreground:215 30% 12%;--popover:0 0% 100%;--popover-foreground:215 30% 12%;--primary:215 90% 32%;--primary-foreground:0 0% 100%;--secondary:195 50% 95%;--secondary-foreground:215 30% 12%;--muted:210 20% 94%;--muted-foreground:215 15% 45%;--accent:195 85% 45%;--accent-foreground:0 0% 100%;--destructive:0 72% 51%;--destructive-foreground:0 0% 100%;--border:214 20% 88%;--input:214 20% 88%;--ring:215 90% 32%;--radius:0.75rem;--sidebar-background:215 30% 12%;--sidebar-foreground:210 20% 90%}.login-page{font-family:"Inter",system-ui,sans-serif;min-height:100vh;display:flex;background-color:hsl(var(--background));color:hsl(var(--foreground))}.login-page .left-panel{display:none}@media (min-width:1024px){.login-page .left-panel{display:flex;width:50%;background-color:hsl(var(--sidebar-background));color:hsl(var(--sidebar-foreground));position:relative;overflow:hidden;flex-direction:column;justify-content:center;padding:3rem}}.login-page .right-panel{width:100%;display:flex;align-items:center;justify-content:center;padding:2rem}@media (min-width:1024px){.login-page .right-panel{width:50%}}.login-page .login-form-container{width:100%;max-width:28rem}.login-page .logo-container{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;margin-bottom:2rem}.login-page .logo-icon-container{padding:.5rem;background-color:hsla(var(--accent),.1);border-radius:.75rem}.login-page .logo-icon{width:1.5rem;height:1.5rem;color:hsl(var(--accent))}.login-page .logo-text{font-size:1.25rem;font-weight:700}.login-page h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.login-page p{color:hsl(var(--muted-foreground));margin-bottom:2rem}.login-page form{display:flex;flex-direction:column;grid-gap:1.25rem;gap:1.25rem}.login-page .input-group{display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem}.login-page .input-label{font-size:.875rem;font-weight:500}.login-page .input-wrapper{position:relative}.login-page .input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:hsl(var(--muted-foreground))}.login-page .input-field{display:flex;height:2.75rem;width:100%;border-radius:.5rem;border:1px solid hsl(var(--input));background-color:hsl(var(--background));padding:.5rem 1rem .5rem 3rem;font-size:1rem;transition:all .2s ease-in-out}.login-page .input-field::placeholder{color:hsl(var(--muted-foreground));opacity:.6}.login-page .input-field:focus-visible{outline:none;box-shadow:0 0 0 2px hsl(var(--background)),0 0 0 4px hsl(var(--ring));border-color:hsl(var(--primary))}.login-page .password-toggle{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:hsl(var(--muted-foreground));background:transparent;border:none;cursor:pointer}.login-page .password-toggle:hover{color:hsl(var(--foreground))}.login-page .extra-options{display:flex;align-items:center;justify-content:space-between;font-size:.875rem}.login-page .remember-me{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;cursor:pointer}.login-page .remember-me input{width:1rem;height:1rem;border-radius:.25rem;border-color:hsl(var(--input))}.login-page .forgot-password{color:hsl(var(--primary))}.login-page .forgot-password:hover{text-decoration:underline}.login-page .submit-button{display:inline-flex;align-items:center;justify-content:center;grid-gap:.5rem;gap:.5rem;height:3rem;padding:0 2rem;font-size:1rem;font-weight:500;color:hsl(var(--primary-foreground));background-color:hsl(var(--primary));border-radius:.5rem;border:none;cursor:pointer;transition:all .2s ease-in-out}.login-page .submit-button:hover{background-color:hsla(var(--primary),.9);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.login-page .submit-button:disabled{pointer-events:none;opacity:.5}.login-page .spinner{width:1.25rem;height:1.25rem;border:2px solid hsla(var(--primary-foreground),.3);border-top-color:hsl(var(--primary-foreground));border-radius:50%;animation:spin 1s linear infinite}.login-page .signup-link{margin-top:2rem;padding-top:2rem;border-top:1px solid hsl(var(--border));text-align:center;font-size:.875rem;color:hsl(var(--muted-foreground))}.login-page .signup-link a{color:hsl(var(--primary));font-weight:500}.login-page .signup-link a:hover{text-decoration:underline}@keyframes spin{to{transform:rotate(1turn)}}.hero-content{position:relative;z-index:10}.hero-title{font-size:2.25rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-title .accent-text{color:hsl(var(--accent))}.hero-description{font-size:1.125rem;max-width:32rem;line-height:1.6;color:hsla(var(--sidebar-foreground),.7)}.hero-stats{display:flex;grid-gap:2rem;gap:2rem;margin-top:3rem}.hero-stat .value{font-size:1.875rem;font-weight:700;color:hsl(var(--accent))}.hero-stat .label{font-size:.875rem;color:hsla(var(--sidebar-foreground),.6)}.background-pattern{position:absolute;inset:0;opacity:.1}.background-pattern>div{position:absolute;border-radius:9999px}.background-pattern .blur-3xl{filter:blur(48px)}.background-pattern .blur-2xl{filter:blur(24px)}.decoration-circles{position:absolute;bottom:0;right:0;opacity:.2;color:hsl(var(--accent))}.login-page .login-form-container{animation:slideInRight .6s ease-out}.login-page .hero-content{animation:slideInLeft .6s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.login-page .input-field:hover{border-color:hsl(var(--primary));box-shadow:0 0 0 1px hsla(var(--primary),.1)}.login-page .submit-button{position:relative;overflow:hidden}.login-page .submit-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .5s}.login-page .submit-button:hover:before{left:100%}.login-page .logo-container{transition:transform .3s ease}.login-page .logo-container:hover{transform:scale(1.05)}@media (max-width:768px){.login-page .right-panel{padding:1rem}.login-page .login-form-container{max-width:100%}.hero-stats{flex-direction:column;grid-gap:1rem;gap:1rem}}.new-project{min-height:100vh;background-color:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto",sans-serif}.new-project-header{background-color:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px rgba(0,0,0,.1)}.new-project-main{padding:2rem;max-width:800px;margin:0 auto}.new-project-section{background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.page-description{margin:0 0 2rem}.form-container{border-radius:.5rem;background-color:#f8fafc}.project-form{display:flex;flex-direction:column;grid-gap:1.5rem;gap:1.5rem}.btn-create-project{background-color:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s;align-self:flex-start}.btn-create-project:hover{background-color:#2563eb}@media (max-width:768px){.new-project-header{padding:1rem;flex-direction:column;grid-gap:1rem;gap:1rem}.new-project-main{padding:1rem}.form-container,.new-project-section{padding:1.5rem}.header-right{width:100%;justify-content:space-between}}.new-dashboard{min-height:100vh;background-color:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto",sans-serif}.new-dashboard-header{background-color:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px rgba(0,0,0,.1)}.new-dashboard-main{padding:2rem;max-width:800px;margin:0 auto}.new-dashboard-section{display:flex;flex-direction:column;grid-gap:2rem;gap:2rem}.page-title{margin:0}.form-container{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.form-header{display:flex;align-items:center;grid-gap:1rem;gap:1rem;margin-bottom:2rem}.form-icon{color:#3b82f6}.form-title-group{display:flex;flex-direction:column;grid-gap:.25rem;gap:.25rem}.form-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.form-subtitle{font-size:.875rem;color:#64748b;font-weight:400}.dashboard-form,.filters-form{display:flex;flex-direction:column;grid-gap:1.5rem;gap:1.5rem}.form-group{display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem}.form-label{font-size:.875rem;font-weight:500;color:#374151}.form-input{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .2s}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.form-input::placeholder{color:#9ca3af}.filter-group{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem}.filter-title{font-size:1rem;font-weight:600;color:#1e293b;margin:0}.radio-group{flex-direction:column}.radio-group,.radio-label{display:flex;grid-gap:.75rem;gap:.75rem}.radio-label{align-items:center;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:background-color .2s}.radio-label:hover{background-color:#f8fafc}.radio-label input[type=radio]{width:1rem;height:1rem;color:#3b82f6;accent-color:#3b82f6}.radio-text{font-size:.875rem;color:#374151}.btn-create-dashboard{background-color:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s;align-self:flex-start;margin-top:1rem}.btn-create-dashboard:hover{background-color:#2563eb}@media (max-width:768px){.new-dashboard-header{padding:1rem;flex-direction:column;grid-gap:1rem;gap:1rem}.new-dashboard-main{padding:1rem}.form-container{padding:1.5rem}.header-right{width:100%;justify-content:space-between}.page-title{font-size:1.75rem}}.prediction-dashboard{min-height:100vh;background-color:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto",sans-serif}.prediction-dashboard-header{background-color:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px rgba(0,0,0,.1)}.header-left .logo{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;font-size:1.5rem;font-weight:700;color:#1e293b}.header-left .logo svg{color:#3b82f6}.header-right{grid-gap:1rem;gap:1rem}.btn-back,.header-right{display:flex;align-items:center}.btn-back{grid-gap:.5rem;gap:.5rem;background-color:initial;color:#64748b;border:1px solid #e2e8f0;padding:.625rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-back:hover{background-color:#f1f5f9;color:#475569}.btn-menu{display:flex;align-items:center;justify-content:center;background-color:initial;color:#64748b;border:1px solid #e2e8f0;padding:.625rem;border-radius:.5rem;cursor:pointer;transition:all .2s}.btn-menu:hover{background-color:#f1f5f9;color:#475569}.prediction-dashboard-main{padding:2rem;max-width:1200px;margin:0 auto}.dashboard-section{background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.dashboard-header{margin-bottom:2rem}.page-title{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.page-description{color:#64748b;margin:0;font-size:1rem}.legend{display:flex;grid-gap:2rem;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.legend-item{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;font-size:.875rem;color:#374151}.legend-color{width:12px;height:12px;border-radius:50%}.chart-container{margin:2rem 0;overflow-x:auto}.chart{min-width:800px}.axis-label,.x-axis-label{font-size:.75rem;fill:#6b7280}.chart-point{cursor:pointer;transition:r .2s}.chart-point:hover{r:8}.tooltip .tooltip-title{font-size:.875rem;font-weight:600;fill:#1e293b}.tooltip .tooltip-text{font-size:.75rem;fill:#6b7280}.info-section{margin-top:3rem;padding:1.5rem;background-color:#f8fafc;border-radius:.5rem;border-left:4px solid #3b82f6}.info-header{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;margin-bottom:1rem}.info-header h2{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}.info-header svg{color:#3b82f6}.info-text{color:#4b5563;line-height:1.6;margin:0;font-size:.875rem}@media (max-width:768px){.prediction-dashboard-header{padding:1rem;flex-direction:column;grid-gap:1rem;gap:1rem}.prediction-dashboard-main{padding:1rem}.dashboard-section{padding:1.5rem}.header-right{width:100%;justify-content:space-between}.page-title{font-size:1.75rem}.legend{grid-gap:1rem;gap:1rem}.chart-container{margin:1rem 0}}
/*# sourceMappingURL=main.07412d3f.chunk.css.map */