.auth-gate{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;background:linear-gradient(155deg,#fff7fa,#f7eef2);padding:24px}.auth-gate[hidden]{display:none}.auth-card{width:min(480px,100%);background:#fff;border:1px solid var(--line);border-radius:30px;padding:28px;box-shadow:0 28px 80px rgba(64,25,43,.14)}.auth-brand{display:flex;align-items:center;gap:12px}.auth-brand strong{display:block;font-size:20px}.auth-brand strong span{color:var(--brand)}.auth-brand small{display:block;color:var(--muted);margin-top:2px}.auth-copy{margin:34px 0 24px}.auth-copy h1{font-size:34px;line-height:1.05;margin:7px 0 12px;letter-spacing:-.03em}.auth-copy p{margin:0;color:var(--muted);line-height:1.55}.auth-login{width:100%;min-height:54px;font-size:16px;margin-top:8px;border-radius:16px}.auth-note{text-align:center;color:var(--muted);font-size:11px;margin-top:18px;line-height:1.4}.auth-local-form{display:grid;gap:14px}.auth-local-form label{display:grid;gap:7px;font-size:12px;font-weight:850;color:#3d2d34}.auth-local-form input{width:100%;min-height:54px;border:1px solid var(--line);border-radius:16px;background:#fff;padding:0 15px;font:inherit;font-size:16px;outline:none;box-sizing:border-box}.auth-local-form input:focus{border-color:#d88da7;box-shadow:0 0 0 4px var(--brand-soft)}.auth-error{margin:0 0 14px}.auth-card .brand-mark{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:var(--brand);color:#fff;font-size:24px;font-weight:950}@media(max-width:600px){.auth-gate{padding:0;align-items:end;background:#fff}.auth-card{width:100%;border:0;border-radius:28px 28px 0 0;padding:24px 20px max(28px,env(safe-area-inset-bottom));box-shadow:0 -18px 60px rgba(64,25,43,.09)}.auth-copy{margin:30px 0 22px}.auth-copy h1{font-size:31px;max-width:320px}.auth-copy p{font-size:14px}.auth-login,.auth-local-form input{min-height:56px}.auth-note{margin-top:16px}}
