.ouou-welcome-card { position: fixed; z-index: 80; top: 76px; right: 24px; box-sizing: border-box; width: min(340px, calc(100vw - 32px)); max-height: calc(100dvh - 100px); padding: 24px; overflow: auto; overscroll-behavior: contain; border: 1px solid #e1e5e9; border-radius: 16px; color: #252b35; background: #fff; box-shadow: 0 12px 40px rgba(23, 35, 52, .12), 0 2px 6px rgba(23, 35, 52, .04); font-family: inherit; text-align: left; }
.ouou-welcome-card[data-theme="accent"] { border-color: #dce7e1; background: linear-gradient(145deg, #f4faf7 0, #fff 58%); }
.ouou-welcome-card *, .ouou-welcome-card *::before, .ouou-welcome-card *::after { box-sizing: border-box; }
.ouou-welcome-card .ouou-welcome-close { position: absolute; top: 10px; right: 10px; display: grid; place-items: center; width: 36px; height: 36px; margin: 0; padding: 0; border: 0; border-radius: 9px; color: #707883; background: transparent; font-size: 24px; line-height: 1; cursor: pointer; }
.ouou-welcome-card .ouou-welcome-close:hover { color: #252b35; background: #edf0f2; }
.ouou-welcome-eyebrow { display: flex; align-items: center; gap: 7px; margin: 0 24px 14px 0; color: #5b6b64; font-size: 12px; line-height: 18px; font-weight: 600; }
.ouou-welcome-icon { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid #dce6e1; border-radius: 8px; color: #37745c; background: #edf6f0; font-size: 18px; }
.ouou-welcome-card h2 { margin: 0 12px 10px 0; padding: 0; color: #202733; font-size: 21px; line-height: 1.4; font-weight: 650; letter-spacing: -.3px; overflow-wrap: anywhere; }
.ouou-welcome-card .ouou-welcome-copy { margin: 0; color: #68717c; font-size: 13px; line-height: 1.8; overflow-wrap: anywhere; }
.ouou-welcome-card .ouou-welcome-benefits { display: grid; gap: 12px; margin: 18px 0 0; padding: 16px 0 0; border-top: 1px solid #ebeff0; list-style: none; }
.ouou-welcome-benefits li { display: grid; grid-template-columns: 4px minmax(0, 1fr); column-gap: 10px; padding: 0; }
.ouou-welcome-benefits li::before { content: ""; grid-row: 1 / 3; width: 4px; height: 4px; margin-top: 8px; border-radius: 50%; background: #6d9984; }
.ouou-welcome-benefits strong { font-size: 13px; line-height: 20px; font-weight: 600; overflow-wrap: anywhere; }
.ouou-welcome-benefits span { margin-top: 3px; color: #79818c; font-size: 12px; line-height: 1.65; overflow-wrap: anywhere; }
.ouou-welcome-card .ouou-welcome-cta { display: flex; justify-content: center; align-items: center; width: 100%; min-height: 44px; height: auto; margin: 20px 0 0; padding: 10px 14px; border: 0; border-radius: 9px; color: #fff; background: #242a34; font-family: inherit; font-size: 14px; line-height: 20px; font-weight: 600; white-space: normal; overflow-wrap: anywhere; cursor: pointer; }
.ouou-welcome-card .ouou-welcome-cta:hover { background: #38424f; }
.ouou-welcome-card button:focus-visible { outline: 2px solid #3975c2; outline-offset: 3px; }
@media (max-width: 600px) {
  .ouou-welcome-card { top: auto; right: 12px; bottom: max(76px, calc(env(safe-area-inset-bottom) + 64px)); width: calc(100vw - 24px); max-height: min(400px, calc(100dvh - 160px)); padding: 20px; border-radius: 14px; }
  .ouou-welcome-card h2 { font-size: 20px; }
  .ouou-welcome-card .ouou-welcome-close { width: 40px; height: 40px; }
  .ouou-welcome-card .ouou-welcome-benefits { gap: 8px; margin-top: 14px; padding-top: 14px; }
  .ouou-welcome-card .ouou-welcome-cta { margin-top: 16px; }
}
