.social-auth { display: grid; gap: .75rem; margin: 1.25rem 0; }
.social-auth-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.social-button { align-items: center; background: #fff; border: 1px solid #cbd5e1; border-radius: .65rem; color: #172033; display: flex; font-weight: 700; gap: .55rem; justify-content: center; min-height: 2.9rem; padding: .55rem .8rem; text-decoration: none; }
.social-button:hover { border-color: #2f8d1f; box-shadow: 0 4px 12px rgba(15, 23, 42, .08); }
.social-button svg { flex: 0 0 auto; height: 1.15rem; width: 1.15rem; }
.newsletter-note { background: #f1f8f0; border-left: 3px solid #2f8d1f; border-radius: .5rem; color: #334155; font-size: .9rem; line-height: 1.5; margin: .4rem 0 1rem; padding: .7rem .85rem; }
.security-secret { overflow-wrap: anywhere; word-break: break-word; }
.two-factor-resend { margin-top: 12px; }
.newsletter-settings { border-top: 1px solid #e2e8f0; margin-top: 1.5rem; padding-top: 1.5rem; }
.newsletter-settings h2 { margin-top: 0; }
.admin-newsletter__actions { align-items: center; display: flex; flex-wrap: wrap; gap: .8rem; justify-content: space-between; margin-bottom: 1rem; }
.admin-newsletter__count { color: #475569; margin: 0; }
.admin-newsletter__table { overflow-x: auto; }
.welcome-offer-dialog { background: transparent; border: 0; max-width: min(92vw, 34rem); padding: 0; width: 100%; }
.welcome-offer-dialog::backdrop { background: rgba(15, 23, 42, .68); backdrop-filter: blur(3px); }
.welcome-offer-dialog__inner { background: linear-gradient(145deg, #f8fff5, #fff); border: 1px solid #cae6c3; border-radius: 1.25rem; box-shadow: 0 24px 70px rgba(15, 23, 42, .3); padding: 2rem; position: relative; text-align: center; }
.welcome-offer-dialog__inner h2 { color: #1f5f16; font-size: clamp(1.55rem, 4vw, 2.15rem); line-height: 1.14; margin: .35rem 1.8rem .9rem; }
.welcome-offer-dialog__inner p { color: #475569; line-height: 1.6; margin: .65rem auto 1.2rem; max-width: 31rem; }
.welcome-offer-dialog__close { background: transparent; border: 0; color: #475569; cursor: pointer; font-size: 2rem; line-height: 1; padding: .2rem .45rem; position: absolute; right: .6rem; top: .55rem; }
.welcome-offer-dialog__close:hover { color: #183b14; }
.welcome-offer-dialog__inner form { margin: 1.1rem 0 .2rem; }
.welcome-offer-dialog__inner .microcopy { font-size: .82rem; margin-bottom: 0; }
.welcome-offer-code { align-items: center; background: #eef8eb; border: 1px dashed #69a95d; border-radius: .85rem; display: flex; flex-wrap: wrap; gap: .7rem; justify-content: center; margin: 1.2rem 0 .55rem; padding: .75rem; }
.welcome-offer-code code { color: #195f13; font-size: 1.15rem; font-weight: 800; letter-spacing: .08em; }
@media (max-width: 480px) { .welcome-offer-dialog__inner { border-radius: 1rem; padding: 1.55rem 1rem; } .welcome-offer-dialog__inner h2 { margin-left: 1.2rem; margin-right: 1.2rem; } }
@media (max-width: 560px) { .social-auth-actions { grid-template-columns: 1fr; } }
