.auth-choice{display:flex;flex-direction:column;gap:13px}.auth-choice-head{text-align:center;margin-bottom:8px}.auth-choice-mark{width:62px;height:62px;margin:4px auto 14px;border-radius:18px;display:grid;place-items:center;background:var(--grad-hot);color:#fff;font-family:var(--font-display);font-weight:800;font-size:22px;box-shadow:0 0 32px rgba(139,92,255,.5)}.auth-choice-title{font-family:var(--font-display);font-weight:800;font-size:20px}.auth-choice-sub{color:var(--muted);font-size:13px;margin-top:6px;line-height:1.7}.auth-choice-btn{display:flex;align-items:center;gap:14px;text-align:start;width:100%;padding:15px 16px;border-radius:16px;cursor:pointer;border:1px solid var(--line-strong);background:var(--panel-2);color:var(--text);font-family:var(--font-body);transition:transform .12s ease,border-color .15s ease,box-shadow .15s ease}.auth-choice-btn:hover{transform:translateY(-2px)}.auth-choice-btn:active{transform:scale(.99)}.auth-choice-btn .ico{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;flex-shrink:0}.auth-choice-btn .ico svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.auth-choice-btn .txt{flex:1;min-width:0}.auth-choice-btn b{display:block;font-size:15.5px;font-weight:800}.auth-choice-btn small{color:var(--muted);font-size:11.5px}.auth-choice-btn .arr{color:var(--muted);font-size:20px;flex-shrink:0}.auth-choice-btn.primary{border-color:transparent;background:var(--grad-brand);color:#fff;box-shadow:0 12px 30px rgba(93,118,255,.35)}.auth-choice-btn.primary small{color:rgba(255,255,255,.82)}.auth-choice-btn.primary .arr{color:rgba(255,255,255,.85)}.auth-choice-btn.primary .ico{background:rgba(255,255,255,.2);color:#fff}.auth-choice-btn.strong{border-color:transparent;background:var(--grad-hot);color:#fff;box-shadow:0 12px 30px rgba(139,92,255,.35)}.auth-choice-btn.strong small{color:rgba(255,255,255,.82)}.auth-choice-btn.strong .arr{color:rgba(255,255,255,.85)}.auth-choice-btn.strong .ico{background:rgba(255,255,255,.2);color:#fff}.auth-choice-btn:not(.primary):not(.strong) .ico{background:color-mix(in srgb,var(--violet) 16%,transparent);color:var(--violet);border:1px solid color-mix(in srgb,var(--violet) 30%,transparent)}.auth-choice-btn:not(.primary):not(.strong):hover{border-color:var(--line-strong);box-shadow:0 10px 24px rgba(0,0,0,.25)}.auth-back{align-self:flex-start;border:0;background:0 0;color:var(--cyan);font-weight:800;font-size:13px;cursor:pointer;padding:2px 0 0;margin-bottom:14px;font-family:var(--font-body)}.auth-back:hover{text-decoration:underline}