.auth-wrap{min-height:100dvh;display:grid;place-items:center;padding:24px;background:#f5f6f3;font-family:var(--font-text);color:#0e1512}.auth-card{width:100%;max-width:400px;background:#fff;border:1px solid #e6e9e5;border-radius:18px;padding:36px 30px;box-shadow:0 10px 30px -12px rgba(14,21,18,.18),0 2px 6px rgba(14,21,18,.05)}.auth-brand{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:800;font-size:1.35rem;letter-spacing:-.03em;margin-bottom:6px}.auth-brand .mark{width:30px;height:30px;border-radius:9px;background:#0a8f4d;display:grid;place-items:center;color:#fff}.auth-brand .mark svg{width:18px;height:18px}.auth-card h1{font-family:var(--font-display);font-size:1.5rem;font-weight:800;margin:18px 0 4px;letter-spacing:-.02em}.auth-card .sub{color:#5d6862;font-size:.95rem;margin-bottom:22px}.auth-form{display:flex;flex-direction:column;gap:12px}.auth-field label{display:block;font-size:.82rem;font-weight:600;color:#33403a;margin-bottom:6px}.auth-field input{width:100%;padding:12px 13px;border:1.5px solid #e6e9e5;border-radius:11px;font-size:1rem;font-family:inherit;transition:border-color .15s}.auth-field input:focus{outline:none;border-color:#0a8f4d}.auth-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;width:100%;padding:13px 18px;border:0;border-radius:12px;font-family:inherit;font-weight:700;font-size:1rem;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s}.auth-btn.primary{background:#0a8f4d;color:#fff;box-shadow:0 8px 20px -8px rgba(10,143,77,.7)}.auth-btn.primary:hover:not(:disabled){background:#08753f;transform:translateY(-1px)}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-btn.google{background:#fff;color:#0e1512;border:1.5px solid #e6e9e5}.auth-btn.google:hover:not(:disabled){background:#f5f6f3}.auth-divider{display:flex;align-items:center;gap:12px;color:#8a948e;font-size:.82rem;margin:18px 0}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:#e6e9e5}.auth-error{background:#fdf4f1;border:1px solid #e6c2b8;color:#b4452f;font-size:.86rem;font-weight:600;padding:10px 12px;border-radius:10px}.auth-foot{margin-top:18px;text-align:center;font-size:.9rem;color:#5d6862}.auth-foot a,.auth-link{color:#0a8f4d;font-weight:600;cursor:pointer;background:none;border:0;font-size:inherit;font-family:inherit}.auth-warn{background:#fff8e6;border:1px solid #f0e0a8;color:#7a5d00;font-size:.82rem;padding:10px 12px;border-radius:10px;margin-bottom:16px}