.upsell-dialog__content{display:flex;flex-direction:column;align-items:center;gap:16px;padding:32px 28px 28px;max-width:480px;width:90vw;text-align:center;overflow-y:auto}.upsell-dialog__close{position:absolute;top:12px;inset-inline-end:12px;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:9999px;border:none;background:transparent;color:hsl(var(--muted-foreground));cursor:pointer;transition:background-color .15s ease,color .15s ease}.upsell-dialog__close:hover{background-color:hsl(var(--muted));color:hsl(var(--foreground))}.upsell-dialog__close:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.upsell-dialog__logo-wrap{display:flex;align-items:center;justify-content:center;width:80px;height:80px}.upsell-dialog__logo{-o-object-fit:contain;object-fit:contain}.upsell-dialog__title{font-size:1.125rem;font-weight:700;color:hsl(var(--foreground));line-height:1.4}.upsell-dialog__description{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.5}.upsell-dialog__features{display:flex;flex-direction:column;gap:8px;width:100%}.upsell-dialog__feature{display:flex;align-items:flex-start;gap:12px;text-align:start;border:1px solid hsl(var(--border));border-radius:8px;padding:12px}.upsell-dialog__feature-icon-wrap{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px;padding:8px;background-color:#f8f2fa;border-radius:48px;color:hsl(var(--primary))}.upsell-dialog__feature-text{display:flex;flex-direction:column;gap:2px}.upsell-dialog__feature-title{font-size:.875rem;font-weight:600;color:hsl(var(--foreground))}.upsell-dialog__feature-body{line-height:1.4}.upsell-dialog__feature-body,.upsell-dialog__footer{font-size:.8125rem;color:hsl(var(--muted-foreground))}.upsell-dialog__footer{text-align:center;line-height:1.5}.upsell-dialog__cta{width:100%;min-height:44px}.upsell-dialog__form{display:flex;flex-direction:column;gap:12px;width:100%}.upsell-dialog__field{display:flex;flex-direction:column;gap:6px;text-align:start}.upsell-dialog__label{font-size:.8125rem;font-weight:500;color:hsl(var(--foreground))}.upsell-dialog__error,.upsell-dialog__required{color:hsl(var(--destructive))}.upsell-dialog__error{font-size:.75rem;line-height:1.3}