.auth-modal{z-index:1000;background:#0a2a1ea6;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.auth-modal-card{color:#0a2a1e;background:#fff;border-radius:28px;width:min(420px,100%);padding:2rem;position:relative;box-shadow:0 30px 60px #0003}.auth-modal-close{color:#111;cursor:pointer;z-index:10;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:1.35rem;transition:background .2s,color .2s;display:flex;position:absolute;top:.75rem;right:.75rem}.auth-modal-close:hover{color:#000;background:#00000014}.auth-modal-close svg{stroke-width:2.5px;width:20px;height:20px}.auth-tabs{border:1px solid #0a2a1e1a;border-radius:999px;gap:.5rem;margin-bottom:1.25rem;padding:.3rem;display:flex}.auth-tabs button{cursor:pointer;color:#0a2a1e99;background:0 0;border:none;border-radius:999px;flex:1;padding:.4rem .75rem;font-weight:600}.auth-tabs button.active{color:#fff;background:#0a2a1e}.auth-heading{margin:0;font-size:1.5rem}.auth-subtext{color:#0a2a1ea6;margin:.35rem 0 1.2rem;font-size:.95rem}.auth-error{color:#c53030;background:#e53e3e1f;border-radius:14px;margin-bottom:1rem;padding:.75rem 1rem;font-weight:600}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-helper-row{justify-content:flex-end;display:flex}.auth-link{color:#118b50;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline}.auth-back-link{text-align:left;margin-bottom:.75rem}.auth-notice{color:#0a2a1e;background:#118b501f;border-radius:14px;margin-bottom:1rem;padding:.75rem 1rem;font-weight:600}.auth-form label{flex-direction:column;gap:.35rem;font-weight:600;display:flex}.auth-field{background:#0a2a1e05;border:1px solid #0a2a1e26;border-radius:16px;align-items:center;gap:.5rem;padding:.6rem .9rem;display:flex}.auth-field input{color:#0a2a1e;background:0 0;border:none;outline:none;flex:1;font-size:1rem}.auth-form button[type=submit]{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0a2a1e,#118b50);border:none;border-radius:18px;padding:.85rem 1.2rem;font-weight:700;transition:opacity .2s}.auth-form button[disabled]{opacity:.6;cursor:not-allowed}@media (max-width:600px){.auth-modal{padding:1rem}.auth-modal-card{padding:1.5rem}}
