*,*:before,*:after{box-sizing:border-box}body{margin:0;background:#eef1f8;color:#1f2333;-webkit-font-smoothing:antialiased}.page{max-width:640px;margin:2rem auto;padding:0 1rem 2rem;font-family:system-ui,sans-serif;display:flex;flex-direction:column}.hero{background:linear-gradient(135deg,#4f46e5,#7c3aed,#db2777);background-size:200% 200%;animation:hero-shift 12s ease infinite;color:#fff;border-radius:20px;padding:2.25rem 1.75rem 1.75rem;box-shadow:0 20px 40px -20px #4f46e58c}@keyframes hero-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.hero h1{font-size:1.75rem;margin:0 0 .5rem;letter-spacing:-.02em}.hero .tagline{margin:0 0 1.25rem;color:#ffffffe0;font-size:.95rem}.hero .disclaimer{background:#0000002e;border-left:3px solid rgba(255,255,255,.75);border-radius:8px;padding:.75rem 1rem;font-size:.82rem;line-height:1.4;color:#fffffff2;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hero .disclaimer strong{color:#fff}.card{background:#fff;margin:-1.25rem 0 0;border-radius:16px;padding:1.5rem;box-shadow:0 10px 30px -18px #1f233359;display:flex;flex-direction:column;gap:1rem}.load-error,.form-error{color:#b00020}.btn-gradient{padding:.65rem 1.1rem;border:none;border-radius:8px;background:linear-gradient(135deg,#4f46e5,#7c3aed);background-size:160% 160%;color:#fff;font-weight:500;cursor:pointer;text-decoration:none;text-align:center;display:inline-block;transition:background-position .35s ease,transform .15s ease,opacity .2s ease}.btn-gradient:hover:not(:disabled){background-position:100% 0;transform:translateY(-1px)}.btn-gradient:disabled{opacity:.5;cursor:not-allowed}.btn-gradient.green{background:linear-gradient(135deg,#16a34a,#22c55e);background-size:160% 160%}.action-row{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:center}.status-message{text-align:center;font-size:1rem;padding:1rem;border-radius:10px;margin:0}.status-message.info{background:#f5f3ff;color:#4b3f8f}.status-message.warn{background:#fff7ed;color:#9a3412}.status-message.error{background:#fef2f2;color:#b00020}
