*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;min-height:100vh;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:linear-gradient(180deg,#1a1a2e,#16213e);color:#e8e8e8}a{color:#a8d4ff;text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer}button,input,select,textarea{font:inherit}.container{max-width:640px;margin:0 auto;padding:1.5rem}.card{background:hsla(0,0%,100%,.06);border-radius:12px;padding:1.5rem;margin-bottom:1rem}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:8px;border:none;font-weight:600;transition:transform .1s,box-shadow .1s}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:#4a7cff;color:#fff}.btn-primary:hover:not(:disabled){background:#5a8cff;box-shadow:0 4px 12px rgba(74,124,255,.4)}.btn-secondary{background:hsla(0,0%,100%,.15);color:#e8e8e8}.btn-secondary:hover:not(:disabled){background:hsla(0,0%,100%,.25)}.progress-text{color:#b0b0b0;font-size:.95rem;margin-bottom:.5rem}@keyframes progress-pulse{0%,to{transform:translateX(-100%)}50%{transform:translateX(200%)}}