: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:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary: #2563eb;--primary-dark: #1d4ed8;--text-primary: #1f2937;--text-secondary: #6b7280;--border: #e5e7eb;--background: #ffffff;--surface: #f9fafb;--success: #10b981;--shadow: 0 1px 3px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .1)}*{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:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}#root{width:100%;max-width:480px}#root>div{background:var(--background);border-radius:16px;padding:2.5rem;box-shadow:var(--shadow-lg)}p:first-child{font-size:1.75rem;font-weight:600;color:var(--text-primary);margin-bottom:2rem;text-align:center;letter-spacing:-.025em}form{display:flex;flex-direction:column;gap:1.5rem}label{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;font-weight:500;color:#000;letter-spacing:.025em;text-transform:uppercase}input[type=number],select{width:100%;padding:.75rem 1rem;font-size:1rem;color:var(--text-primary);background:var(--background);border:1.5px solid var(--border);border-radius:8px;transition:all .2s ease;font-family:inherit}input[type=number]:focus,select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}input[type=number]:hover,select:hover{border-color:#d1d5db}select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}button[type=submit]{width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:var(--primary);border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;margin-top:.5rem;letter-spacing:.025em}button[type=submit]:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}button[type=submit]:active{transform:translateY(0)}button[type=submit]:disabled{background:#9ca3af;cursor:not-allowed;transform:none}#root>div>p:not(:first-child){text-align:center;padding:1.5rem 2rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:12px;margin-bottom:1.25rem;font-size:1.25rem;color:var(--text-primary);border:2px solid #3b82f6;font-weight:600;box-shadow:0 4px 16px #3b82f633;letter-spacing:.025em}#root>div>p:nth-child(2){background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#f59e0b;box-shadow:0 4px 16px #f59e0b40;font-size:1.5rem;text-transform:capitalize}#root>div>p:last-child{margin-bottom:0}br{display:none}button[type=submit]:disabled:after{content:"...";animation:dots 1.5s steps(3,end) infinite}@keyframes dots{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}}@media(max-width:480px){#root>div{padding:2rem 1.5rem}p:first-child{font-size:1.5rem}}input[type=number]:focus-visible,select:focus-visible,button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}
