/*#omx eyJhbGciOiJITUFDLVNIQTI1NiIsInBheWxvYWQiOnsib3duZXIiOiJKZXPDg8K6cyBPcnRlZ2EgTWF0ZXUiLCJkbmkiOiI3NDM3OTIyMk0iLCJsaWNlbnNlIjoiTGljZW5jaWEgcmVzZXJ2YWRhIC8gUHJvcGllZGFkIGludGVsZWN0dWFsIiwib3JpZ2luIjoiT01fNzQzNzkyMjJNIiwiYnVpbGQiOiIyMDI2LTA4LTI1XzIyNTY1MiIsImZpbGUiOiI5MzRhMzA2ZmRiIiwicGF0aCI6ImFzc2V0cy9jc3MvaW52aXRhdGlvbk1hbmFnZXIucGhhc2UyLWIuY3NzIn0sInNpZyI6ImU0NTFjN2VkODRmOTNmODg3Mzc4MmIxNjczN2Q0ZjBmZDAwMjkyOGQ4MTFkYzdlZjA0MTBlN2Y0MGE0YzBhYmIifQ==*/
/* Phase 2B — Welcome envelope fidelity and interaction layer.
 * Kept isolated for the final CSS consolidation phase. Reuses Phase 2A tokens.
 */
:root {
  --bo-envelope-panel-gap: 14px;
  --bo-envelope-animation-duration: 760ms;
  --bo-envelope-animation-easing: cubic-bezier(.22, .78, .22, 1);
}

/* Inspector hierarchy: one surface, semantic dividers, no nested-card tunnel. */
.bo-envelope-config-panel {
  position: relative;
  min-width: 0;
  color: var(--bo-config-text, #302833);
}

.bo-envelope-config-panel .bo-envelope-tabs {
  position: sticky !important;
  top: 0;
  z-index: 24;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3px !important;
  margin: 0 0 12px !important;
  padding: 4px !important;
  border: 1px solid var(--bo-config-border, #e8e3e8) !important;
  border-radius: 13px !important;
  background: rgba(248, 247, 249, .96) !important;
  box-shadow: 0 8px 18px rgba(45, 35, 45, .05) !important;
  backdrop-filter: blur(12px);
}

.bo-envelope-config-panel .bo-envelope-tab {
  min-width: 0 !important;
  min-height: 36px !important;
  padding: 0 7px !important;
  border: 1px solid transparent !important;
  border-radius: 9px !important;
  background: transparent !important;
  color: var(--bo-config-muted, #7d7280) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.bo-envelope-config-panel .bo-envelope-tab.active {
  border-color: var(--bo-config-border, #e8e3e8) !important;
  background: #fff !important;
  color: var(--bo-config-accent-strong, #cb2f60) !important;
  box-shadow: 0 3px 9px rgba(45, 35, 45, .06) !important;
}

.bo-envelope-config-panel .bo-envelope-tabpanel.active {
  display: grid !important;
  gap: var(--bo-envelope-panel-gap) !important;
}

.bo-envelope-config-panel .bo-envelope-card {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 0 14px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--bo-config-border, #e8e3e8) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.bo-envelope-config-panel .bo-envelope-card:last-child {
  padding-bottom: 2px !important;
  border-bottom: 0 !important;
}

.bo-envelope-config-panel .bo-envelope-card-title-upgraded {
  position: relative;
  min-height: 44px !important;
  margin: 0 0 10px !important;
  padding: 5px 4px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
}

.bo-envelope-config-panel .bo-envelope-card-title-upgraded:hover {
  background: var(--bo-config-surface-muted, #f8f7f9) !important;
}

.bo-envelope-config-panel .bo-envelope-card-title-main > i {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border-radius: 9px;
  background: var(--bo-config-accent-soft, #fff1f5);
  color: var(--bo-config-accent-strong, #cb2f60);
}

.bo-envelope-config-panel .bo-envelope-card-body {
  min-width: 0;
  padding-inline: 2px;
}

.bo-envelope-config-panel .bo-envelope-card.is-collapsed .bo-envelope-card-body {
  padding-block: 0 !important;
}

/* Shared selector tools. */
.bo-envelope-config-panel .bo-env-selector-tools {
  display: inline-grid !important;
  grid-template-columns: repeat(2, 32px);
  gap: 3px !important;
  padding: 3px !important;
}

.bo-envelope-config-panel .bo-env-selector-tools button {
  width: 32px !important;
  min-width: 32px !important;
  height: 30px !important;
  min-height: 30px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: var(--bo-config-muted, #7d7280) !important;
}

.bo-envelope-config-panel .bo-env-selector-tools button.active {
  background: var(--bo-config-accent-soft, #fff1f5) !important;
  color: var(--bo-config-accent-strong, #cb2f60) !important;
  box-shadow: none !important;
}

.bo-envelope-config-panel :is(.bo-env-visual-options, .bo-env-sample-options, .bo-env-seal-options) {
  min-width: 0;
  gap: 10px !important;
  scrollbar-width: thin;
  scrollbar-color: #d9d1d9 transparent;
}

.bo-envelope-config-panel :is(.bo-env-visual-options, .bo-env-sample-options, .bo-env-seal-options).is-swiper-view {
  display: flex !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 3px 2px 9px !important;
  scroll-snap-type: x proximity;
  overscroll-behavior-inline: contain;
}

.bo-envelope-config-panel :is(.bo-env-visual-options, .bo-env-sample-options, .bo-env-seal-options).is-list-view {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  overflow: visible !important;
  padding: 3px 2px !important;
}

.bo-envelope-config-panel .bo-env-visual-card,
.bo-envelope-config-panel .bo-env-sample-card,
.bo-envelope-config-panel .bo-env-seal-options > button {
  position: relative;
  flex: 0 0 136px !important;
  min-width: 136px !important;
  min-height: 112px;
  padding: 9px !important;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 6px;
  border: 1px solid var(--bo-config-border, #e8e3e8) !important;
  border-radius: 13px !important;
  background: #fff !important;
  color: var(--bo-config-text, #302833) !important;
  text-align: center;
  scroll-snap-align: start;
}

.bo-envelope-config-panel .is-list-view > :is(.bo-env-visual-card, .bo-env-sample-card, button) {
  min-width: 0 !important;
  width: 100% !important;
}

.bo-envelope-config-panel :is(.bo-env-visual-card, .bo-env-sample-card, .bo-env-seal-options > button):hover {
  border-color: #e9a8bd !important;
  transform: translateY(-1px);
}

.bo-envelope-config-panel :is(.bo-env-visual-card, .bo-env-sample-card, .bo-env-seal-options > button).active {
  border-color: var(--bo-config-accent, #e83d6f) !important;
  background: #fffafb !important;
  box-shadow: 0 0 0 2px var(--bo-config-focus, rgba(232, 61, 111, .22)) !important;
}

.bo-envelope-config-panel :is(.bo-env-visual-card, .bo-env-sample-card, .bo-env-seal-options > button).active::after {
  content: "\2713";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--bo-config-accent, #e83d6f);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 3px 9px rgba(203, 47, 96, .22);
}

.bo-envelope-config-panel :is(.bo-env-visual-card, .bo-env-sample-card) strong {
  font-size: 12px;
  line-height: 1.2;
}

.bo-envelope-config-panel .bo-env-visual-card small {
  color: var(--bo-config-muted, #7d7280);
  font-size: 10.5px;
  line-height: 1.25;
}

/* Mini envelopes derive from the same geometric vocabulary as the canvas. */
.bo-envelope-config-panel .bo-env-style-preview,
.bo-envelope-config-panel .bo-env-flap-sample {
  position: relative;
  width: 100%;
  height: 56px;
  overflow: hidden;
  border: 1px solid #dbcbbf;
  border-radius: 8px;
  background: linear-gradient(145deg, #fffaf4, #ead5bd);
  box-shadow: 0 7px 13px rgba(70, 49, 38, .1);
}

.bo-envelope-config-panel .bo-env-style-preview::before,
.bo-envelope-config-panel .bo-env-flap-sample::before {
  content: "";
  position: absolute;
  inset: -25% 0 auto;
  height: 78%;
  border: 1px solid rgba(158, 123, 91, .45);
  background: linear-gradient(160deg, #fffdf8, #ead4ba);
  transform: rotate(45deg) scale(.72);
  transform-origin: center;
}

.bo-envelope-config-panel .bo-env-style-preview::after,
.bo-envelope-config-panel .bo-env-flap-sample::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 42%;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #c99755;
  box-shadow: 0 0 0 2px rgba(255, 248, 236, .9);
  transform: translate(-50%, -50%);
}

.bo-envelope-config-panel .bo-env-style-preview-basic { border-radius: 5px; box-shadow: none; }
.bo-envelope-config-panel .bo-env-style-preview-classic { border-radius: 7px; border-color: #c9a66f; box-shadow: 0 8px 16px rgba(118, 76, 38, .17); }
.bo-envelope-config-panel .bo-env-style-preview-soft { border-radius: 16px; background: linear-gradient(145deg, #fff8fa, #ead6dc); }
.bo-envelope-config-panel .bo-env-style-preview-soft::before { border-radius: 38%; transform: translateY(2px) rotate(45deg) scale(.66); }
.bo-envelope-config-panel .bo-env-style-preview-modern { border-radius: 3px; background: linear-gradient(135deg, #f8f2e9 0 48%, #dfc7a8 49%); }
.bo-envelope-config-panel .bo-env-style-preview-modern::before { inset: -36% -4% auto; transform: skewY(-8deg); }
.bo-envelope-config-panel .bo-env-style-preview-minimal { border-radius: 3px; background: #fbf7f1; box-shadow: none; }
.bo-envelope-config-panel .bo-env-style-preview-minimal::after { width: 7px; height: 7px; background: #b99b73; }

.bo-envelope-config-panel .bo-env-sample-card {
  min-height: 92px;
}

.bo-envelope-config-panel .bo-env-texture-sample {
  width: 100%;
  height: 48px;
  border: 1px solid #e5ddd4;
  border-radius: 8px;
  background-color: #fbf5ea;
}

.bo-env-texture-sample-cotton { background-image: radial-gradient(rgba(113, 91, 69, .18) .7px, transparent .9px), radial-gradient(rgba(255,255,255,.8) .8px, transparent 1px); background-position: 0 0, 3px 4px; background-size: 7px 7px; }
.bo-env-texture-sample-laid { background-image: repeating-linear-gradient(0deg, rgba(124, 98, 72, .14) 0 1px, transparent 1px 5px); }
.bo-env-texture-sample-linen { background-image: repeating-linear-gradient(0deg, rgba(124, 98, 72, .1) 0 1px, transparent 1px 4px), repeating-linear-gradient(90deg, rgba(124, 98, 72, .08) 0 1px, transparent 1px 5px); }
.bo-env-texture-sample-hammered { background-image: radial-gradient(ellipse at 30% 40%, rgba(118, 90, 65, .16) 0 1px, transparent 2px), radial-gradient(ellipse at 70% 65%, rgba(255,255,255,.9) 0 1px, transparent 3px); background-size: 9px 8px, 11px 10px; }

.bo-envelope-config-panel .bo-env-flap-sample-flat::before { inset: 0; height: 26px; transform: none; border-width: 0 0 1px; }
.bo-envelope-config-panel .bo-env-flap-sample-rounded::before { inset: -20% 8% auto; border-radius: 50%; transform: rotate(45deg) scale(.72); }
.bo-envelope-config-panel .bo-env-flap-sample-sharp::before { inset: -42% 0 auto; height: 105%; transform: rotate(45deg) scale(.72); }
.bo-envelope-config-panel .bo-env-flap-sample-curve::before { inset: -7% 5% auto; height: 44px; border-radius: 0 0 50% 50%; transform: none; }

/* Color, fields, sliders and seal. */
.bo-envelope-config-panel .bo-env-custom-base {
  padding: 10px 2px 10px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.bo-envelope-config-panel .bo-env-color-field.is-custom > label::after,
.bo-envelope-config-panel .bo-env-gradient-zone.is-custom .bo-env-gradient-zone-head > span:first-child::after {
  content: "Personalizado";
  margin-left: 5px;
  color: var(--bo-config-accent-strong, #cb2f60);
  font-size: 9px;
  font-weight: 800;
}

.bo-envelope-config-panel .bo-env-gradient-zone {
  padding: 10px !important;
  overflow: hidden;
}

.bo-envelope-config-panel .bo-env-gradient-preview {
  display: none !important;
}

.bo-envelope-config-panel .bo-envelope-slider-row {
  width: 100% !important;
  min-width: 0 !important;
  padding: 9px 10px !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  border: 1px solid var(--bo-config-border, #e8e3e8) !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-sizing: border-box;
}

.bo-envelope-config-panel .bo-envelope-slider-row .bo-editor-range-label {
  min-width: 0;
  overflow-wrap: normal !important;
  word-break: normal !important;
  line-height: 1.3;
}

.bo-envelope-config-panel .bo-envelope-slider-row input[type="range"] {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  height: 22px !important;
  margin: 2px 0 0 !important;
  appearance: none;
  background: transparent !important;
}

.bo-envelope-config-panel .bo-envelope-slider-row input[type="range"]::-webkit-slider-runnable-track {
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--bo-config-accent, #e83d6f) 0 var(--bo-range-progress, 50%), #e2e5ec var(--bo-range-progress, 50%) 100%) !important;
}

.bo-envelope-config-panel .bo-envelope-slider-row input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 17px !important;
  height: 17px !important;
  margin-top: -6px;
  border: 3px solid #fff !important;
  border-radius: 999px;
  background: var(--bo-config-accent, #e83d6f) !important;
  box-shadow: 0 0 0 1px #d93668, 0 3px 8px rgba(45, 35, 45, .16) !important;
}

.bo-envelope-config-panel .bo-env-seal-layout {
  grid-template-columns: 74px minmax(0, 1fr) !important;
  align-items: stretch !important;
  gap: 10px !important;
}

.bo-envelope-config-panel .bo-env-seal-layout .bo-envelope-slider-row {
  grid-column: 1 / -1;
}

.bo-envelope-config-panel .bo-env-seal-layout .bo-env-color-field {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--bo-config-border, #e8e3e8);
  border-radius: 12px;
}

.bo-envelope-config-panel .bo-env-field {
  display: grid;
  gap: 6px;
  margin: 0 0 10px;
  color: var(--bo-config-text, #302833);
  font-size: 11px;
  font-weight: 800;
}

.bo-envelope-config-panel .bo-env-field:last-child { margin-bottom: 0; }
.bo-envelope-config-panel .bo-env-field :is(input, textarea) { width: 100%; margin: 0 !important; box-sizing: border-box; font-weight: 500; }

.bo-envelope-config-panel .bo-envelope-animation-dock {
  position: sticky;
  bottom: 0;
  z-index: 25;
  display: flex;
  justify-content: center;
  padding: 10px 4px 4px;
  background: linear-gradient(180deg, rgba(255,255,255,0), #fff 28%);
}

.bo-envelope-config-panel .bo-envelope-animation-action {
  min-height: 42px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #f0b5c8;
  border-radius: 999px;
  background: #fff;
  color: var(--bo-config-accent-strong, #cb2f60);
  font-weight: 850;
  box-shadow: 0 8px 20px rgba(203, 47, 96, .1);
}

.management-bar .bo-envelope-management-play {
  width: 34px;
  height: 34px;
  display: inline-grid !important;
  place-items: center;
  padding: 0 !important;
  border: 1px solid #f0b5c8 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--bo-config-accent-strong, #cb2f60) !important;
}

/* Real canvas variants. Basic intentionally keeps the historical geometry. */
#invitation-preview #PersonalEnvelope_section #Envelope-wrapper,
body > #EnvelopeCustomizer_popup .bo-envelope-preview-mount #Envelope-wrapper {
  transform-origin: center;
  transition: width .28s ease, border-radius .28s ease, box-shadow .28s ease, filter .28s ease !important;
}

#invitation-preview #PersonalEnvelope_section.bo-envelope-style-ceremonial #Envelope-wrapper,
body > #EnvelopeCustomizer_popup .bo-envelope-preview-mount #Envelope-wrapper.bo-envelope-style-ceremonial {
  width: min(92%, 550px) !important;
  border: 1px solid rgba(173, 126, 67, .35);
  border-radius: 12px 12px 22px 22px !important;
  box-shadow: 0 25px 55px rgba(70, 48, 34, .25), 0 2px 0 rgba(255,255,255,.75) inset !important;
}

#invitation-preview #PersonalEnvelope_section.bo-envelope-style-soft #Envelope-wrapper,
body > #EnvelopeCustomizer_popup .bo-envelope-preview-mount #Envelope-wrapper.bo-envelope-style-soft {
  width: min(88%, 520px) !important;
  border: 1px solid rgba(193, 145, 160, .26);
  border-radius: 30px !important;
  box-shadow: 0 24px 52px rgba(88, 59, 73, .18) !important;
  filter: saturate(.92) brightness(1.035);
}

#invitation-preview #PersonalEnvelope_section.bo-envelope-style-modern #Envelope-wrapper,
body > #EnvelopeCustomizer_popup .bo-envelope-preview-mount #Envelope-wrapper.bo-envelope-style-modern {
  width: min(86%, 500px) !important;
  border: 1px solid rgba(53, 59, 72, .18);
  border-radius: 5px !important;
  box-shadow: 13px 16px 0 rgba(42, 46, 58, .09), 0 18px 38px rgba(42, 46, 58, .16) !important;
}

#invitation-preview #PersonalEnvelope_section.bo-envelope-style-modern #Envelope-wrapper .envelope::before,
body > #EnvelopeCustomizer_popup .bo-envelope-preview-mount #Envelope-wrapper.bo-envelope-style-modern .envelope::before {
  transform: scaleY(.72) skewX(-7deg) !important;
  transform-origin: top center;
}

#invitation-preview #PersonalEnvelope_section.bo-envelope-style-minimal #Envelope-wrapper,
body > #EnvelopeCustomizer_popup .bo-envelope-preview-mount #Envelope-wrapper.bo-envelope-style-minimal {
  width: min(78%, 460px) !important;
  border: 1px solid rgba(43, 43, 47, .12);
  border-radius: 2px !important;
  box-shadow: 0 10px 25px rgba(43, 43, 47, .08) !important;
}

#invitation-preview #PersonalEnvelope_section.bo-envelope-style-minimal :is(.solapa-text, .base-text),
body > #EnvelopeCustomizer_popup .bo-envelope-preview-mount #Envelope-wrapper.bo-envelope-style-minimal :is(.solapa-text, .base-text) {
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* The background image and its color wash share one persisted source of truth. */
#template-content #PersonalEnvelope_section::before,
#invitation-preview #PersonalEnvelope_section::before {
  background: var(--bo-envelope-background-fill, #000) !important;
  opacity: var(--bo-envelope-overlay-opacity, .5) !important;
}

body > #EnvelopeCustomizer_popup .bo-envelope-preview-mount::before {
  background: var(--bo-envelope-background-fill, #000) !important;
  opacity: var(--bo-envelope-modal-overlay-opacity, .35) !important;
}

.bo-envelope-config-panel .bo-env-background-fill {
  display: grid;
  gap: 10px;
  padding-block: 10px 4px;
  border-bottom: 1px solid var(--bo-config-divider, rgba(42, 45, 59, .08));
}

.bo-envelope-config-panel .bo-env-background-colors {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Textures are visible but restrained on paper, flap and body. */
#invitation-preview #PersonalEnvelope_section[class*="bo-envelope-texture-"] #Envelope-wrapper::after,
body > #EnvelopeCustomizer_popup .bo-envelope-preview-mount #Envelope-wrapper[class*="bo-envelope-texture-"]::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 8;
  border-radius: inherit;
  pointer-events: none;
  mix-blend-mode: multiply;
}

#invitation-preview #PersonalEnvelope_section.bo-envelope-texture-none #Envelope-wrapper::after,
body > #EnvelopeCustomizer_popup .bo-envelope-preview-mount #Envelope-wrapper.bo-envelope-texture-none::after { opacity: 0; }
#invitation-preview #PersonalEnvelope_section.bo-envelope-texture-cotton #Envelope-wrapper::after,
body > #EnvelopeCustomizer_popup .bo-envelope-preview-mount #Envelope-wrapper.bo-envelope-texture-cotton::after { opacity: .22; background-image: radial-gradient(rgba(83,64,48,.28) .7px, transparent 1px), radial-gradient(rgba(255,255,255,.8) .8px, transparent 1.1px); background-position: 0 0, 3px 4px; background-size: 7px 7px; }
#invitation-preview #PersonalEnvelope_section.bo-envelope-texture-laid #Envelope-wrapper::after,
body > #EnvelopeCustomizer_popup .bo-envelope-preview-mount #Envelope-wrapper.bo-envelope-texture-laid::after { opacity: .18; background-image: repeating-linear-gradient(0deg, rgba(83,64,48,.24) 0 1px, transparent 1px 6px); }
#invitation-preview #PersonalEnvelope_section.bo-envelope-texture-linen #Envelope-wrapper::after,
body > #EnvelopeCustomizer_popup .bo-envelope-preview-mount #Envelope-wrapper.bo-envelope-texture-linen::after { opacity: .18; background-image: repeating-linear-gradient(0deg, rgba(83,64,48,.2) 0 1px, transparent 1px 5px), repeating-linear-gradient(90deg, rgba(83,64,48,.16) 0 1px, transparent 1px 6px); }
#invitation-preview #PersonalEnvelope_section.bo-envelope-texture-hammered #Envelope-wrapper::after,
body > #EnvelopeCustomizer_popup .bo-envelope-preview-mount #Envelope-wrapper.bo-envelope-texture-hammered::after { opacity: .2; background-image: radial-gradient(ellipse at 30% 40%, rgba(83,64,48,.25) 0 1px, transparent 2px), radial-gradient(ellipse at 70% 65%, rgba(255,255,255,.75) 0 1px, transparent 3px); background-size: 9px 8px, 11px 10px; }

/* Flap geometry variants. */
#invitation-preview #PersonalEnvelope_section.bo-envelope-flap-curve #Envelope-wrapper .envelope::before,
body > #EnvelopeCustomizer_popup .bo-envelope-preview-mount #Envelope-wrapper.bo-envelope-flap-curve .envelope::before {
  border-top-width: 132px !important;
  transform: scaleY(.82) !important;
  filter: drop-shadow(0 4px 2px rgba(74, 48, 34, .12));
}

/* Progressive editor/mobile animation, with one shared parameterized engine. */
#invitation-preview #PersonalEnvelope_section #Envelope-wrapper .envelope::before,
#invitation-preview #PersonalEnvelope_section #Envelope-wrapper .heart,
#invitation-preview #PersonalEnvelope_section #Envelope-wrapper .letter,
body > #EnvelopeCustomizer_popup .bo-envelope-preview-mount #Envelope-wrapper .envelope::before,
body > #EnvelopeCustomizer_popup .bo-envelope-preview-mount #Envelope-wrapper .heart,
body > #EnvelopeCustomizer_popup .bo-envelope-preview-mount #Envelope-wrapper .letter {
  transition-duration: var(--bo-envelope-animation-duration) !important;
  transition-timing-function: var(--bo-envelope-animation-easing) !important;
  will-change: transform, opacity, bottom;
}

#invitation-preview #PersonalEnvelope_section.bo-envelope-style-ceremonial #Envelope-wrapper { --bo-envelope-animation-duration: 980ms; }
#invitation-preview #PersonalEnvelope_section.bo-envelope-style-soft #Envelope-wrapper { --bo-envelope-animation-duration: 1120ms; }
#invitation-preview #PersonalEnvelope_section.bo-envelope-style-modern #Envelope-wrapper { --bo-envelope-animation-duration: 620ms; }
#invitation-preview #PersonalEnvelope_section.bo-envelope-style-minimal #Envelope-wrapper { --bo-envelope-animation-duration: 480ms; }

@media (max-width: 767px) {
  body > #EnvelopeCustomizer_popup .popup-content {
    padding-inline: 10px !important;
  }

  body > #EnvelopeCustomizer_popup .bo-envelope-tabs {
    top: 0 !important;
  }

  body > #EnvelopeCustomizer_popup .bo-envelope-config-panel {
    padding-inline: 5px !important;
  }

  body > #EnvelopeCustomizer_popup .bo-env-visual-card,
  body > #EnvelopeCustomizer_popup .bo-env-sample-card,
  body > #EnvelopeCustomizer_popup .bo-env-seal-options > button {
    flex-basis: 132px !important;
    min-width: 132px !important;
  }

  body > #EnvelopeCustomizer_popup .is-list-view > :is(.bo-env-visual-card, .bo-env-sample-card, button) {
    min-width: 0 !important;
  }

  body > #EnvelopeCustomizer_popup .bo-envelope-animation-dock {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #invitation-preview #PersonalEnvelope_section #Envelope-wrapper *,
  body > #EnvelopeCustomizer_popup .bo-envelope-preview-mount #Envelope-wrapper * {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}

._omx_934a306fdb{--omx:"e451c7ed84f9"}

/* Â© 2026 JesÃºs Ortega Mateu (DNI 74379222M) â€” Licencia reservada / Propiedad intelectual. Prohibida reproducciÃ³n/copia. Build 2026-08-25_225652 | File 934a306fdb | Sig e451c7ed84f9 | assets/css/invitationManager.phase2-b.css */
/*@omx eyJhbGciOiJITUFDLVNIQTI1NiIsInBheWxvYWQiOnsib3duZXIiOiJKZXPDg8K6cyBPcnRlZ2EgTWF0ZXUiLCJkbmkiOiI3NDM3OTIyMk0iLCJsaWNlbnNlIjoiTGljZW5jaWEgcmVzZXJ2YWRhIC8gUHJvcGllZGFkIGludGVsZWN0dWFsIiwib3JpZ2luIjoiT01fNzQzNzkyMjJNIiwiYnVpbGQiOiIyMDI2LTA4LTI1XzIyNTY1MiIsImZpbGUiOiI5MzRhMzA2ZmRiIiwicGF0aCI6ImFzc2V0cy9jc3MvaW52aXRhdGlvbk1hbmFnZXIucGhhc2UyLWIuY3NzIn0sInNpZyI6ImU0NTFjN2VkODRmOTNmODg3Mzc4MmIxNjczN2Q0ZjBmZDAwMjkyOGQ4MTFkYzdlZjA0MTBlN2Y0MGE0YzBhYmIifQ==*/
