/* ITSSOSO Signup Popup 1.1.0 — compact, non-blocking */
.itssoso-join-pop[hidden]{display:none!important}
.itssoso-join-pop{position:fixed;right:22px;bottom:22px;z-index:2147483000;width:min(400px,calc(100vw - 32px));pointer-events:none;font-family:inherit;box-sizing:border-box}
.itssoso-join-pop__card{position:relative;width:100%;max-height:min(560px,64dvh);overflow:auto;box-sizing:border-box;background:#fff;color:#0f172a;border:1px solid rgba(15,23,42,.14);border-radius:20px;padding:22px;box-shadow:0 20px 65px rgba(15,23,42,.22);text-align:center;pointer-events:auto}
.itssoso-join-pop__close{position:absolute;top:10px;right:10px;width:32px;height:32px;border:0;border-radius:999px;background:#f1f5f9;color:#334155;font-size:22px;line-height:28px;cursor:pointer}
.itssoso-join-pop__mark{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;margin:0 auto 8px;background:#eff6ff;font-size:22px}
.itssoso-join-pop__eyebrow{margin:0 0 5px;font-size:11px;font-weight:800;letter-spacing:.14em;color:#475569}
.itssoso-join-pop h2{font-size:26px;line-height:1.08;margin:0 0 8px;color:#0f172a}
.itssoso-join-pop #itssoso-join-desc{font-size:14px;line-height:1.45;margin:0 auto 16px;color:#475569;max-width:36ch}
.itssoso-join-pop__google,.itssoso-join-pop__email{min-height:46px;border-radius:11px;display:flex;align-items:center;justify-content:center;gap:9px;text-decoration:none!important;font-size:14px;font-weight:800;box-sizing:border-box;padding:10px 14px}
.itssoso-join-pop__google{border:1px solid #cbd5e1;background:#fff;color:#0f172a!important}
.itssoso-join-pop__google:hover{background:#f8fafc}
.itssoso-join-pop__google-g{display:grid;place-items:center;width:21px;height:21px;border-radius:50%;font-weight:900;color:#4285f4}
.itssoso-join-pop__email{border:1px solid #0f172a;background:#0f172a;color:#fff!important}
.itssoso-join-pop__email:hover{background:#1e293b}
.itssoso-join-pop__or{display:flex;align-items:center;gap:9px;margin:10px 0;color:#94a3b8;font-size:11px}
.itssoso-join-pop__or:before,.itssoso-join-pop__or:after{content:"";height:1px;background:#e2e8f0;flex:1}
.itssoso-join-pop__verify{margin:11px 5px 0;color:#64748b;font-size:10.5px;line-height:1.4}
.itssoso-join-pop__later{margin:8px 0 0;border:0;background:transparent;color:#64748b;font-size:12.5px;font-weight:700;cursor:pointer;padding:7px 10px}
@media (max-width:600px){
 .itssoso-join-pop{left:12px;right:12px;bottom:12px;width:auto}
 .itssoso-join-pop__card{max-height:58dvh;border-radius:18px;padding:20px 16px 16px}
 .itssoso-join-pop h2{font-size:23px}
 .itssoso-join-pop #itssoso-join-desc{font-size:13.5px}
}
@media (prefers-reduced-motion:no-preference){
 .itssoso-join-pop:not([hidden]) .itssoso-join-pop__card{animation:itssosoJoinIn .18s ease-out}
 @keyframes itssosoJoinIn{from{transform:translateY(12px);opacity:.35}to{transform:none;opacity:1}}
}
