.exit-overlay{position:fixed;inset:0;background:rgba(15,23,42,.55);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.exit-modal{position:relative;background:var(--card);border-radius:var(--radius-lg);padding:40px 36px 32px;max-width:440px;width:100%;text-align:center;box-shadow:var(--shadow-lg);border:1px solid var(--border)}.exit-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;border:none;background:var(--bg-alt);color:var(--gray);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.exit-close:hover{background:var(--border);color:var(--ink)}.exit-icon{width:56px;height:56px;border-radius:16px;background:var(--gradient-brand);color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;box-shadow:var(--shadow-brand)}.exit-eyebrow{font-size:.78rem;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}.exit-title{font-family:var(--font-display);font-size:1.5rem;font-weight:800;color:var(--ink);margin-bottom:12px;line-height:1.25}.exit-sub{font-size:.9rem;color:var(--gray);line-height:1.6;margin-bottom:24px}.exit-cta{width:100%;justify-content:center;margin-bottom:14px}.exit-dismiss{background:none;border:none;color:var(--gray);font-size:.82rem;cursor:pointer;text-decoration:underline;padding:4px}.exit-dismiss:hover{color:var(--ink)}@media (max-width:520px){.exit-modal{padding:32px 24px 26px}}.welcome-overlay{position:fixed;inset:0;background:rgba(15,23,42,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.welcome-modal{position:relative;background:var(--card);border-radius:var(--radius-lg);padding:40px 36px 32px;max-width:480px;width:100%;text-align:center;box-shadow:var(--shadow-lg);border:1px solid var(--border)}.welcome-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;border:none;background:var(--bg-alt);color:var(--gray);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.welcome-close:hover{background:var(--border);color:var(--ink)}.welcome-logo-badge{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,var(--green,#1C9A6C),var(--navy,#0F172A));display:flex;align-items:center;justify-content:center;margin:0 auto 18px;color:#fff}.welcome-eyebrow{font-size:.78rem;font-weight:700;color:var(--green,#1C9A6C);text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}.welcome-title{font-family:var(--font-display);font-size:1.6rem;font-weight:800;color:var(--ink);margin-bottom:12px;line-height:1.25}.welcome-sub{font-size:.92rem;color:var(--gray);line-height:1.6;margin-bottom:26px}.welcome-cta-group{display:flex;flex-direction:column;gap:12px}.welcome-cta-primary,.welcome-cta-secondary,.welcome-cta-tertiary{width:100%;justify-content:center;display:flex;align-items:center;gap:8px;padding:13px 20px;border-radius:12px;font-weight:700;font-size:.94rem;text-decoration:none;cursor:pointer;border:none;transition:all .2s}.welcome-cta-primary{background:var(--green,#1C9A6C);color:#fff}.welcome-cta-primary:hover{filter:brightness(1.08);transform:translateY(-1px)}.welcome-cta-secondary{background:var(--bg-alt);color:var(--ink);border:1px solid var(--border)}.welcome-cta-secondary:hover{background:var(--border)}.welcome-cta-tertiary{background:none;color:var(--gray);text-decoration:underline;padding:6px}.welcome-cta-tertiary:hover{color:var(--ink)}.welcome-dismiss{background:none;border:none;color:var(--gray);font-size:.82rem;cursor:pointer;text-decoration:underline;padding:4px;margin-top:16px}.welcome-dismiss:hover{color:var(--ink)}@media (max-width:520px){.welcome-modal{padding:32px 24px 26px}}