:root{font-family: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}a{font-weight:500;color:#b51700;text-decoration:inherit}a:hover{color:#b51700}body{margin:0;display:flex;align-items:center;justify-content:center;min-width:320px;min-height:100vh;background-color:#f0f2f5}#root{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.container{max-width:400px;width:90%;padding:20px;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 8px #0000001a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#fff}label{display:block;margin-bottom:10px;font-weight:600;color:#333;text-align:left}select{width:100%;padding:8px 12px;font-size:16px;border-radius:4px;border:1px solid #ccc;margin-bottom:20px;box-sizing:border-box;cursor:pointer;background-color:#f9f9f9}button{width:100%;padding:12px;font-size:16px;font-weight:600;background-color:#B51700 color: white;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}button:disabled{background-color:#b51700;cursor:not-allowed}h1{text-align:center;margin-bottom:24px;color:#b51700;font-size:2em}body,html,#root{height:100%;margin:0;padding:0;background:linear-gradient(135deg,#2d0701,#b51700);font-family:Arial,sans-serif}body,html{margin:0;padding:0;height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#e63946,#f1faee,#a8dadc);background-size:400% 400%;animation:gradientShift 15s ease infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.form-container{background-color:#fff0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:1rem;box-shadow:0 8px 32px #0003;max-width:400px;width:90%;margin:auto;display:flex;flex-direction:column;gap:1rem;animation:fadeInPop .8s ease-out}@keyframes fadeInPop{0%{opacity:0;transform:scale(.95) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}.form-title{text-align:center;font-size:1.8rem;margin-bottom:1rem;color:#fff}label{font-weight:600;color:#fff;margin-bottom:.25rem}select{width:100%;padding:.6rem 1rem;font-size:1rem;border-radius:8px;border:none;background:#fff;color:#e63946;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:0 0 5px #0000001a;transition:transform .3s ease}select:hover{transform:scale(1.03);cursor:pointer}.footer{position:fixed;bottom:0;left:0;width:100%;text-align:center;padding:10px 0;color:#e63946;font-size:12px}button{width:100%;padding:.75rem;background:#fff;color:#e63946;font-weight:700;border:none;border-radius:8px;font-size:1rem;transition:background .3s ease,transform .2s ease}button:hover{background:#fce4ec;transform:scale(1.03);cursor:pointer}button:disabled{background:#ddd;color:#999;cursor:not-allowed}@media (max-width: 500px){.form-container{padding:1rem;gap:.75rem}.form-title{font-size:1.5rem}select,button{font-size:.95rem}}
