.requirement-section,.scenarios-section,.happy-path-section{margin-bottom:2rem}.label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.requirement-input{width:100%;padding:.75rem;border:2px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit;resize:vertical;margin-bottom:1rem}.requirement-input:focus{outline:none;border-color:#4a90e2}.scenarios-output{width:100%;padding:.75rem;border:2px solid #ddd;border-radius:4px;font-size:.9rem;font-family:Courier New,monospace;background-color:#f9f9f9;resize:vertical}.happy-path-list{margin-bottom:1rem}.happy-path-item{margin-bottom:1rem;padding:1rem;background-color:#f0f8ff;border-left:4px solid #4a90e2;border-radius:4px}.happy-path-item pre{margin:0;white-space:pre-wrap;word-wrap:break-word;font-family:Courier New,monospace;font-size:.9rem}.error-message{padding:1rem;background-color:#fee;border:1px solid #fcc;border-radius:4px;color:#c33;margin-bottom:1rem}.App{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#333}#root{min-height:100vh}code{font-family:Courier New,monospace}.dashboard{max-width:1200px;margin:0 auto;padding:2rem}.dashboard-header{text-align:center;margin-bottom:2rem}.dashboard-header h1{font-size:2rem;color:#2c3e50;margin-bottom:.5rem}.dashboard-main{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.dashboard-main h2{font-size:1.5rem;color:#2c3e50;margin-bottom:1rem}.btn{padding:.75rem 1.5rem;font-size:1rem;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s;font-weight:600}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:#4a90e2;color:#fff}.btn-primary:hover:not(:disabled){background-color:#357abd}.btn-success{background-color:#28a745;color:#fff}.btn-success:hover:not(:disabled){background-color:#218838}
