.oauth-buttons{margin:0 0 18px}
.oauth-buttons__lead{font-family:'DM Sans',sans-serif;font-size:.85rem;color:rgba(248,246,242,.62);margin:0 0 10px}
.oauth-buttons__row{display:flex;flex-direction:column;gap:8px}
.oauth-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;box-sizing:border-box;min-height:44px;padding:10px 14px;border-radius:999px;text-decoration:none;font-family:'DM Sans',sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.01em;border:1px solid transparent;transition:opacity .15s ease,transform .15s ease}
.oauth-btn:hover{opacity:.92;transform:translateY(-1px)}
.oauth-btn__icon{width:18px;height:18px;flex-shrink:0}
.oauth-btn--google{background:#1f1f1f;color:#fff;border-color:rgba(255,255,255,.18)}
.oauth-btn--apple{background:#fff;color:#000}
.oauth-btn--facebook{background:#1877F2;color:#fff}
.oauth-btn--x{background:#000;color:#fff;border-color:rgba(212,175,55,.35)}
.oauth-buttons__or{display:flex;align-items:center;gap:12px;margin:16px 0 4px;color:rgba(248,246,242,.38);font-family:'DM Sans',sans-serif;font-size:.78rem}
.oauth-buttons__or::before,.oauth-buttons__or::after{content:'';flex:1;height:1px;background:rgba(212,175,55,.18)}
.oauth-buttons__or span{white-space:nowrap}
.login-card .oauth-buttons{margin:18px 0 8px}
.member-dash-card--oauth .oauth-buttons{margin:14px 0 0}
.oauth-linked-list{list-style:none;margin:12px 0 0;padding:0}
.oauth-linked-list__item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid rgba(212,175,55,.12);font-family:'DM Sans',sans-serif;font-size:.9rem;color:rgba(248,246,242,.82)}
.oauth-linked-list__item:last-child{border-bottom:none}
