.cognito-auth-wrap{position:fixed;right:18px;bottom:18px;z-index:999999;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial}
.cognito-auth-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 20px rgba(0,0,0,.08);padding:12px 14px;display:flex;gap:8px;align-items:center}
.cog-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid #d1d5db;border-radius:10px;height:38px;padding:0 14px;font-weight:600;cursor:pointer;transition:.15s}
.cog-btn:hover{transform:translateY(-1px)}
.cog-btn.primary{background:#111827;color:#fff;border-color:#111827}
.cog-badge{font-size:12px;color:#6b7280;margin-left:8px}
@media (max-width:480px){.cognito-auth-wrap{left:12px;right:12px}.cognito-auth-card{justify-content:space-between}}
