:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}.app{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.container{width:100%;max-width:600px}.form-wrapper{background:#fff;border-radius:20px;padding:40px;box-shadow:0 20px 60px #0000004d}h1{color:#333;font-size:2rem;margin-bottom:8px;text-align:center}.subtitle{color:#666;text-align:center;margin-bottom:30px;font-size:.95rem}form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-group{display:flex;flex-direction:column;gap:8px}label{color:#333;font-weight:600;font-size:.9rem}input{padding:12px 16px;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:all .3s ease;font-family:inherit}input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}input::placeholder{color:#999}.submit-btn{margin-top:10px;padding:14px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.message{padding:12px 16px;border-radius:10px;font-size:.9rem;font-weight:500}.message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.response-data{margin-top:30px;padding:20px;background:#f8f9fa;border-radius:10px;border:1px solid #e0e0e0}.response-data h3{color:#333;font-size:1.1rem;margin-bottom:15px}.response-data pre{background:#fff;padding:15px;border-radius:8px;overflow-x:auto;font-size:.85rem;color:#333;border:1px solid #e0e0e0}@media(max-width:640px){.form-wrapper{padding:30px 20px}h1{font-size:1.5rem}.form-row{grid-template-columns:1fr}}
