:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{max-width:1280px;margin:0 auto;padding:2rem}.app{flex-direction:column;align-items:center;gap:2rem;display:flex}.app h1{color:#2c3e50;text-align:center;margin-bottom:1rem;font-size:2.5rem}.form-container{background:#fff;border-radius:8px;width:100%;max-width:600px;padding:2rem;box-shadow:0 2px 10px #0000001a}.form-container h2{color:#34495e;margin-bottom:1.5rem;font-size:1.5rem}.feature-form{flex-direction:column;gap:1rem;display:flex}.feature-input{flex-direction:column;gap:.5rem;display:flex}.feature-input label{color:#555;font-weight:500}.feature-input input{border:1px solid #ddd;border-radius:4px;padding:.75rem;font-size:1rem}.feature-input input:focus{border-color:#3498db;outline:none;box-shadow:0 0 0 2px #3498db33}.predict-button{color:#fff;cursor:pointer;background:#3498db;border:none;border-radius:4px;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:500;transition:background-color .3s}.predict-button:hover{background:#2980b9}.predict-button:disabled{cursor:not-allowed;background:#bdc3c7}.result-container{background:#fff;border-radius:8px;width:100%;max-width:600px;margin-top:1rem;padding:2rem;box-shadow:0 2px 10px #0000001a}.result-container h2{color:#34495e;margin-bottom:1.5rem;font-size:1.5rem}.result-box{background:#f8f9fa;border-left:4px solid #3498db;border-radius:4px;padding:1.5rem}.result-box p{font-size:1.1rem}.result-box strong{color:#2c3e50;font-size:1.2rem}.result-explanation{color:#555;margin-top:1rem;font-size:1rem;line-height:1.5}.error-container{background:#fff;border-radius:8px;width:100%;max-width:600px;margin-top:1rem;padding:2rem;box-shadow:0 2px 10px #0000001a}.error-box{background:#fef2f2;border-left:4px solid #ef4444;border-radius:4px;padding:1.5rem}.error-box p{color:#dc2626;font-size:1.1rem}.error-box strong{color:#b91c1c;font-size:1.2rem}@media (width<=768px){#root{padding:1rem}.app h1{font-size:2rem}.form-container,.result-container{padding:1.5rem}}
