: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}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;height:100vh}*{box-sizing:border-box;margin:0;padding:0}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}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#f5f5f5}.login-box{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;width:100%;max-width:400px}.login-box h1{margin-bottom:1.5rem;text-align:center;color:#333}.login-box form{display:flex;flex-direction:column;gap:1rem}.login-box input{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.login-box input:focus{outline:none;border-color:#007bff}.login-box button{padding:.75rem;background:#007bff;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer}.login-box button:hover{background:#0056b3}.app-container{display:flex;flex-direction:column;height:100vh}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#fff;border-bottom:1px solid #e0e0e0}.header h1{font-size:1.5rem;color:#333}.header-actions{display:flex;gap:.5rem;align-items:center}.header button{padding:.5rem 1rem;background:#007bff;color:#fff;border:none;border-radius:4px;font-size:.9rem;cursor:pointer}.header button:hover:not(:disabled){background:#0056b3}.header button:disabled{opacity:.6;cursor:not-allowed}.header button:last-child{background:#dc3545}.header button:last-child:hover{background:#c82333}.status{padding:.5rem 1rem;border-radius:4px;font-size:.9rem;background:#d4edda;color:#155724}.status.error{background:#f8d7da;color:#721c24}textarea{flex:1;padding:1.5rem;border:none;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;line-height:1.6;resize:none}textarea:focus{outline:none}
