:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;--primary-color: #0d65d9;--primary-hover: #0b54b5;--bg-color: #ffffff;--text-color: #334155;--heading-color: #0f172a;--input-bg: #f8fafc;--input-border: #cbd5e1;--text-muted: #64748b;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;justify-content:center;min-width:320px;min-height:100vh;background-color:var(--bg-color);color:var(--text-color);padding-top:4rem}#root{max-width:700px;margin:0 auto;padding:2rem;text-align:left;width:100%}h1{font-size:2.25em;line-height:1.2;font-weight:700;color:var(--heading-color);margin-bottom:1rem;letter-spacing:-.02em}p{margin-bottom:1.5rem}button{border-radius:6px;border:1px solid transparent;padding:.75em 1.5em;font-size:1rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .2s ease}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.input-group{margin-bottom:1.5rem;text-align:left}.input-label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:var(--heading-color)}.text-input{width:100%;padding:.875rem 1rem;border-radius:6px;border:1px solid var(--input-border);background:var(--input-bg);color:var(--heading-color);font-size:1rem;box-sizing:border-box;transition:all .2s}.text-input:focus{outline:none;border-color:var(--primary-color);background:#fff;box-shadow:0 0 0 3px #0d65d91a}.text-input::placeholder{color:var(--text-muted);opacity:.6}.status-message{margin-top:1.5rem;font-size:.95rem;padding:1rem;border-radius:6px;background-color:#f1f5f9;border-left:4px solid var(--text-muted)}.status-error{color:#b91c1c;background-color:#fef2f2;border-left-color:#ef4444}.status-success{color:#15803d;background-color:#f0fdf4;border-left-color:#22c55e}.btn-primary{background-color:var(--primary-color);color:#fff;font-weight:600;width:100%;display:flex;justify-content:center;align-items:center;gap:.5rem}.btn-primary:hover{background-color:var(--primary-hover);box-shadow:0 4px 6px -1px #0d65d933}.btn-primary:disabled{background-color:#94a3b8;cursor:not-allowed;box-shadow:none}.info-section{margin-bottom:2.5rem;border-left:4px solid var(--primary-color);padding-left:1.5rem}.description{color:var(--text-muted);font-size:1.125rem;line-height:1.7}.disclaimer{font-size:.875rem;color:var(--text-muted);margin-top:1.5rem;text-align:center}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s ease-in-out infinite;display:inline-block}.spinner-dark{border-color:#0d65d91a;border-top-color:var(--primary-color)}.page-loader{display:flex;flex-direction:column;justify-content:center;align-items:center;height:50vh;color:var(--text-muted)}.page-loader .spinner{width:40px;height:40px;border-width:3px;margin-bottom:1rem;border-color:#0d65d91a;border-top-color:var(--primary-color)}@keyframes spin{to{transform:rotate(360deg)}}
