:root{--red:#d0021b} body{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif} #preloader{position:fixed;inset:0;background:#fff;display:grid;place-items:center;z-index:9999;transition:.35s}.loader{width:38px;height:38px;border-radius:999px;border:4px solid #fee2e2;border-top-color:var(--red);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.input{width:100%;border:1px solid #f0b4b4;border-radius:7px;padding:.85rem;margin-top:.35rem;outline:none;background:#fff}.input:focus{box-shadow:0 0 0 3px #fee2e2}.btn{background:var(--red);color:#fff;border-radius:7px;padding:.85rem 1rem;font-weight:800;text-align:center}.card{background:#fff;border:1px solid #f1c6c6;border-radius:10px;padding:1rem;box-shadow:0 8px 24px #7f1d1d0d}.badge{display:inline-block;margin-top:.5rem;background:#fee2e2;color:#b91c1c;border-radius:999px;padding:.2rem .55rem;font-size:11px;font-weight:800;text-transform:uppercase}.notice{background:#fff1f2;color:#be123c;border:1px solid #fecdd3;border-radius:10px;padding:.85rem;margin-top:1rem;font-size:.9rem}.action{border:1px solid #f1c6c6;border-radius:10px;padding:1rem;text-align:center;font-size:.85rem;font-weight:700;background:#fff}.tx{display:flex;justify-content:space-between;gap:1rem;border-top:1px solid #f1c6c6;padding:.9rem 0}.tx small{display:block;color:#64748b}.promo{margin-top:1rem;border-radius:10px;padding:1.2rem;background:linear-gradient(135deg,#d0021b,#3b0a0a);color:#fff;font-size:.9rem}.promo button{margin-top:.6rem;background:#fff;color:#d0021b;border-radius:999px;padding:.4rem 1rem}.navitem{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.7rem;color:#555}.navitem:hover,.navitem:focus{color:#d0021b}.bigaction{width:100%;background:#fff;border:1px solid #f1c6c6;border-radius:12px;text-align:left;padding:1.2rem;display:grid;gap:.3rem}.bigaction i{background:#fff1f2;color:#b91c1c;width:38px;height:38px;border-radius:8px;display:grid;place-items:center}.bigaction span{font-size:.8rem;color:#64748b}.modal{position:fixed;inset:0;background:#0008;z-index:80;display:none;place-items:center;padding:1rem}.modal.open{display:grid}.modalbox{background:#fff;border-radius:14px;padding:1rem;width:100%;max-width:420px}.pill{padding:.45rem .8rem;border-radius:999px;background:#eee;font-size:.8rem;white-space:nowrap}.pill:hover{background:#d0021b;color:#fff}.outline{border:1px solid #d0021b;color:#d0021b;border-radius:7px;text-align:center;padding:.55rem;font-size:.85rem}@media(min-width:900px){body{background:#111}.max-w-md{max-width:430px}}
.input-wrap{display:flex;align-items:center;gap:.75rem;border:1px solid #fecaca;border-radius:16px;padding:.85rem 1rem;background:#fff;transition:.2s;box-shadow:0 10px 24px rgba(127,29,29,.04)}
.input-wrap:focus-within{border-color:#d0021b;box-shadow:0 0 0 4px #fee2e2,0 14px 30px rgba(127,29,29,.07)}
.input-wrap i{color:#b91c1c}.input-wrap input{width:100%;outline:none;border:0;background:transparent;font-size:.95rem}.toggle-pass{color:#9ca3af}.toggle-pass:hover{color:#d0021b}
