.App{text-align:center;min-height:100vh;display:flex;flex-direction:column}.App-header{background-color:#282c34;padding:20px;color:#fff}.App-header h1{margin:0;font-size:2.5rem}.App-header p{margin:10px 0 0;opacity:.8}main{flex:1;padding:40px 20px;max-width:800px;margin:0 auto;width:100%}.status-section,.config-section{background:#0f0f0f;border-radius:8px;padding:20px;margin:20px 0;text-align:left}.status-section h2,.config-section h2{margin-top:0;color:#f5f5f5}.status-section p,.config-section li{margin:10px 0;font-size:1.1rem;color:#e0e0e0}.status-ok{color:#4caf50;font-weight:700}.status-error{color:#f44336;font-weight:700}.config-section ul{list-style:none;padding:0}.config-section li{padding:8px 0;border-bottom:1px solid #ddd}.config-section li:last-child{border-bottom:none}.generate-form{display:flex;flex-direction:column;gap:14px}.form-field{display:flex;flex-direction:column;gap:6px;color:#f0f0f0}.form-field input,.form-field textarea{width:100%;padding:10px;border:1px solid #444;border-radius:6px;background:#1a1a1a;color:#f0f0f0;font-size:1rem}.form-field textarea{resize:vertical}button{align-self:flex-start;padding:12px 18px;border:none;border-radius:6px;background:#4caf50;color:#fff;font-size:1rem;cursor:pointer;transition:background .2s ease}button:disabled{background:#2f6e32;cursor:not-allowed}button:not(:disabled):hover{background:#45a049}.result-box{margin-top:16px;background:#1a1a1a;border:1px solid #333;border-radius:6px;padding:14px;color:#eaeaea}.result-box pre{white-space:pre-wrap;word-break:break-word;margin:0;font-family:Consolas,Courier New,monospace}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;margin:0 auto}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}}
