body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}.prediction-container{margin:0 auto;max-width:1200px;padding:20px}.prediction-form{display:flex;flex-direction:column;gap:20px}.form-row{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:700;margin-bottom:5px}.form-group input,.form-group select{border:1px solid #ddd;border-radius:4px;padding:8px}.submit-button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:12px 24px}.submit-button:hover:not(:disabled){background-color:#0056b3}.submit-button:disabled{background-color:#ccc;cursor:not-allowed}.result-container{background-color:#f8f9fa;margin-top:30px}.prediction-result,.result-container{border-radius:8px;padding:20px}.prediction-result.churn{background-color:#fee;border:2px solid #fcc}.prediction-result.no-churn{background-color:#efe;border:2px solid #cfc}.probability-bar{margin-top:15px}.probability-item{margin-bottom:10px}.bar{background-color:#e0e0e0;border-radius:10px;height:20px;margin-top:5px;overflow:hidden;width:100%}.bar-fill{height:100%;transition:width .3s ease}.bar-fill.no-churn{background-color:#4caf50}.bar-fill.churn{background-color:#f44336}.error-message{background-color:#fee;border:1px solid #fcc;border-radius:4px;color:#c00;margin-top:20px;padding:15px}.App{text-align:center}
/*# sourceMappingURL=main.2ae1cd93.css.map*/