
/* CSS moderno e responsivo */
.payment-container[data-v-ec4b455c] {
    max-width: 600px;
    margin: 2rem auto;
    padding: 1rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.payment-header[data-v-ec4b455c] {
    margin-bottom: 2rem;
}
.payment-progress[data-v-ec4b455c] {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.progress-bar[data-v-ec4b455c] {
    flex: 1;
    height: 8px;
    background: #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
}
.progress-fill[data-v-ec4b455c] {
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transition: width 0.3s ease;
}
.progress-text[data-v-ec4b455c] {
    font-size: 0.875rem;
    color: #6b7280;
    white-space: nowrap;
}
.payment-card[data-v-ec4b455c] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}
.order-summary[data-v-ec4b455c] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
}
.summary-title[data-v-ec4b455c] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 1rem 0;
    font-size: 1.25rem;
    font-weight: 600;
}
.amount-display[data-v-ec4b455c] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}
.currency[data-v-ec4b455c] {
    font-size: 1.5rem;
    opacity: 0.9;
}
.amount[data-v-ec4b455c] {
    font-size: 2.5rem;
    font-weight: 700;
}
.payment-description[data-v-ec4b455c] {
    margin-top: 0.5rem;
    opacity: 0.9;
}
.payment-methods[data-v-ec4b455c] {
    padding: 2rem;
    border-bottom: 1px solid #e5e7eb;
}
.section-title[data-v-ec4b455c] {
    margin: 0 0 1.5rem 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1f2937;
}
.method-selector[data-v-ec4b455c] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.method-btn[data-v-ec4b455c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    background: white;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
}
.method-btn[data-v-ec4b455c]:hover {
    border-color: #d1d5db;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.method-btn.active[data-v-ec4b455c] {
    border-color: #667eea;
    background: #f8faff;
}
.method-btn i[data-v-ec4b455c] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #6b7280;
}
.method-btn.active i[data-v-ec4b455c] {
    color: #667eea;
}
.card-brands[data-v-ec4b455c] {
    display: flex;
    gap: 0.25rem;
    margin-top: 0.5rem;
}
.card-brands img[data-v-ec4b455c] {
    width: 24px;
    height: 16px;
}
.pix-badge[data-v-ec4b455c] {
    background: #10b981;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
    margin-top: 0.5rem;
}
.payment-form-section[data-v-ec4b455c] {
    padding: 2rem;
}
.form-section[data-v-ec4b455c] {
    margin-bottom: 2rem;
}
.form-section-title[data-v-ec4b455c] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 1.5rem 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
}
.form-grid[data-v-ec4b455c] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.form-group[data-v-ec4b455c] {
    display: flex;
    flex-direction: column;
}
.form-group.full-width[data-v-ec4b455c] {
    grid-column: 1 / -1;
}
.form-group label[data-v-ec4b455c] {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
}
.form-input[data-v-ec4b455c],
.form-select[data-v-ec4b455c] {
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.875rem;
    transition: border-color 0.2s;
}
.form-input[data-v-ec4b455c]:focus,
.form-select[data-v-ec4b455c]:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
.card-input-container[data-v-ec4b455c] {
    position: relative;
}
.card-brand[data-v-ec4b455c] {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
}
.card-brand img[data-v-ec4b455c] {
    width: 32px;
    height: 20px;
}
.expiry-container[data-v-ec4b455c] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.expiry-input[data-v-ec4b455c] {
    flex: 1;
}
.expiry-separator[data-v-ec4b455c] {
    font-weight: 600;
    color: #6b7280;
}
.pay-button[data-v-ec4b455c],
.pix-generate-button[data-v-ec4b455c] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 1rem;
}
.pay-button[data-v-ec4b455c]:hover,
.pix-generate-button[data-v-ec4b455c]:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(102, 126, 234, 0.3);
}
.pay-button[data-v-ec4b455c]:disabled,
.pix-generate-button[data-v-ec4b455c]:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}
.button-content[data-v-ec4b455c] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.spinner[data-v-ec4b455c] {
    width: 1rem;
    height: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-ec4b455c 1s linear infinite;
}

/* PIX Styles */
.pix-payment-section[data-v-ec4b455c] {
    text-align: center;
}
.pix-header h4[data-v-ec4b455c] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 0 0 0.5rem 0;
    color: #10b981;
}
.pix-header p[data-v-ec4b455c] {
    color: #6b7280;
    margin: 0 0 2rem 0;
}
.qr-code-container[data-v-ec4b455c] {
    margin: 2rem 0;
}
.qr-code[data-v-ec4b455c] {
    max-width: 200px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.qr-instructions[data-v-ec4b455c] {
    margin-top: 1rem;
    padding: 1rem;
    background: #f3f4f6;
    border-radius: 8px;
}
.qr-instructions p[data-v-ec4b455c] {
    margin: 0;
    color: #6b7280;
    font-size: 0.875rem;
}
.pix-key-section[data-v-ec4b455c] {
    margin: 2rem 0;
    text-align: left;
}
.pix-key-section label[data-v-ec4b455c] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #374151;
}
.pix-key-container[data-v-ec4b455c] {
    display: flex;
    gap: 0.5rem;
}
.pix-key-input[data-v-ec4b455c] {
    flex: 1;
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #f9fafb;
    font-family: monospace;
    font-size: 0.875rem;
}
.copy-button[data-v-ec4b455c] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}
.copy-button[data-v-ec4b455c]:hover {
    background: #e5e7eb;
}
.payment-status[data-v-ec4b455c] {
    margin: 2rem 0;
}
.status-indicator[data-v-ec4b455c] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border-radius: 8px;
}
.status-indicator.waiting[data-v-ec4b455c] {
    background: #fef3c7;
    color: #92400e;
}
.status-indicator.approved[data-v-ec4b455c] {
    background: #d1fae5;
    color: #065f46;
}
.status-indicator.rejected[data-v-ec4b455c] {
    background: #fee2e2;
    color: #991b1b;
}
.status-icon[data-v-ec4b455c] {
    font-size: 1.5rem;
}
.status-text h5[data-v-ec4b455c] {
    margin: 0 0 0.25rem 0;
    font-weight: 600;
}
.status-text p[data-v-ec4b455c] {
    margin: 0;
    font-size: 0.875rem;
    opacity: 0.8;
}
.payment-timer[data-v-ec4b455c] {
    margin-top: 1rem;
    text-align: center;
}
.payment-timer p[data-v-ec4b455c] {
    margin: 0 0 0.5rem 0;
    color: #6b7280;
    font-size: 0.875rem;
}
.timer-bar[data-v-ec4b455c] {
    height: 4px;
    background: #e5e7eb;
    border-radius: 2px;
    overflow: hidden;
    margin: 0.5rem 0;
}
.timer-fill[data-v-ec4b455c] {
    height: 100%;
    background: #f59e0b;
    transition: width 1s linear;
}
.timer-text[data-v-ec4b455c] {
    font-size: 0.75rem;
    color: #9ca3af;
}
.error-message[data-v-ec4b455c] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background: #fee2e2;
    color: #991b1b;
    border-radius: 8px;
    margin: 1rem 2rem;
}
.security-info[data-v-ec4b455c] {
    padding: 1.5rem 2rem;
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
}
.security-badges[data-v-ec4b455c] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.security-badge[data-v-ec4b455c] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.5rem 0.75rem;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 0.75rem;
    color: #6b7280;
}

/* Animações */
.fade-slide-enter-active[data-v-ec4b455c],
.fade-slide-leave-active[data-v-ec4b455c] {
    transition: all 0.3s ease;
}
.fade-slide-enter-from[data-v-ec4b455c] {
    opacity: 0;
    transform: translateX(10px);
}
.fade-slide-leave-to[data-v-ec4b455c] {
    opacity: 0;
    transform: translateX(-10px);
}
.fade-enter-active[data-v-ec4b455c],
.fade-leave-active[data-v-ec4b455c] {
    transition: opacity 0.3s;
}
.fade-enter-from[data-v-ec4b455c],
.fade-leave-to[data-v-ec4b455c] {
    opacity: 0;
}
@keyframes spin-ec4b455c {
to {
        transform: rotate(360deg);
}
}
.spinning[data-v-ec4b455c] {
    animation: spin-ec4b455c 2s linear infinite;
}
.success[data-v-ec4b455c] {
    color: #10b981 !important;
}

/* Responsivo */
@media (max-width: 640px) {
.payment-container[data-v-ec4b455c] {
        margin: 1rem;
        padding: 0;
}
.method-selector[data-v-ec4b455c] {
        grid-template-columns: 1fr;
}
.form-grid[data-v-ec4b455c] {
        grid-template-columns: 1fr;
}
.form-group.full-width[data-v-ec4b455c] {
        grid-column: 1;
}
.expiry-container[data-v-ec4b455c] {
        max-width: 150px;
}
.pix-key-container[data-v-ec4b455c] {
        flex-direction: column;
}
.security-badges[data-v-ec4b455c] {
        flex-direction: column;
        align-items: center;
}
}

/* Ícones (você pode usar Font Awesome ou outro) */
.icon-cart[data-v-ec4b455c]::before {
    content: "🛒";
}
.icon-credit-card[data-v-ec4b455c]::before {
    content: "💳";
}
.icon-pix[data-v-ec4b455c]::before {
    content: "🏦";
}
.icon-user[data-v-ec4b455c]::before {
    content: "👤";
}
.icon-lock[data-v-ec4b455c]::before {
    content: "🔒";
}
.icon-qr-code[data-v-ec4b455c]::before {
    content: "📱";
}
.icon-check-circle[data-v-ec4b455c]::before {
    content: "✅";
}
.icon-clock[data-v-ec4b455c]::before {
    content: "⏰";
}
.icon-x-circle[data-v-ec4b455c]::before {
    content: "❌";
}
.icon-alert-circle[data-v-ec4b455c]::before {
    content: "⚠️";
}
.icon-copy[data-v-ec4b455c]::before {
    content: "📋";
}
.icon-shield[data-v-ec4b455c]::before {
    content: "🛡️";
}
.icon-mercadopago[data-v-ec4b455c]::before {
    content: "💰";
}

.flash-container[data-v-3f3d2dd8] {
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 9999;
    max-width: 400px;
}
.flash-message[data-v-3f3d2dd8] {
    padding: 16px 20px;
    margin-bottom: 12px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}
.flash-message[data-v-3f3d2dd8]:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0,0,0,0.2);
}
.flash-message.success[data-v-3f3d2dd8] {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    color: #155724;
    border-left: 4px solid #28a745;
}
.flash-message.error[data-v-3f3d2dd8] {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    color: #721c24;
    border-left: 4px solid #dc3545;
}
.icon[data-v-3f3d2dd8] {
    font-size: 18px;
    margin-right: 10px;
}
.message[data-v-3f3d2dd8] {
    flex: 1;
    font-weight: 500;
}
.close-btn[data-v-3f3d2dd8] {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    margin-left: 15px;
    opacity: 0.7;
    transition: opacity 0.2s;
}
.close-btn[data-v-3f3d2dd8]:hover {
    opacity: 1;
}

/* Animações */
.slide-fade-enter-active[data-v-3f3d2dd8],
.slide-fade-leave-active[data-v-3f3d2dd8] {
    transition: all 0.3s ease;
}
.slide-fade-enter-from[data-v-3f3d2dd8] {
    transform: translateX(100%);
    opacity: 0;
}
.slide-fade-leave-to[data-v-3f3d2dd8] {
    transform: translateX(100%);
    opacity: 0;
}
/* sass-plugin-1:/Users/maronato/Developer/vue-toastification/src/scss/index.scss */
.Vue-Toastification__container {
  z-index: 9999;
  position: fixed;
  padding: 4px;
  width: 600px;
  box-sizing: border-box;
  display: flex;
  min-height: 100%;
  color: #fff;
  flex-direction: column;
  pointer-events: none;
}
@media only screen and (min-width : 600px) {
  .Vue-Toastification__container.top-left,
  .Vue-Toastification__container.top-right,
  .Vue-Toastification__container.top-center {
    top: 1em;
  }
  .Vue-Toastification__container.bottom-left,
  .Vue-Toastification__container.bottom-right,
  .Vue-Toastification__container.bottom-center {
    bottom: 1em;
    flex-direction: column-reverse;
  }
  .Vue-Toastification__container.top-left,
  .Vue-Toastification__container.bottom-left {
    left: 1em;
  }
  .Vue-Toastification__container.top-left .Vue-Toastification__toast,
  .Vue-Toastification__container.bottom-left .Vue-Toastification__toast {
    margin-right: auto;
  }
  @supports not (-moz-appearance: none) {
    .Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,
    .Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl {
      margin-right: unset;
      margin-left: auto;
    }
  }
  .Vue-Toastification__container.top-right,
  .Vue-Toastification__container.bottom-right {
    right: 1em;
  }
  .Vue-Toastification__container.top-right .Vue-Toastification__toast,
  .Vue-Toastification__container.bottom-right .Vue-Toastification__toast {
    margin-left: auto;
  }
  @supports not (-moz-appearance: none) {
    .Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,
    .Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl {
      margin-left: unset;
      margin-right: auto;
    }
  }
  .Vue-Toastification__container.top-center,
  .Vue-Toastification__container.bottom-center {
    left: 50%;
    margin-left: -300px;
  }
  .Vue-Toastification__container.top-center .Vue-Toastification__toast,
  .Vue-Toastification__container.bottom-center .Vue-Toastification__toast {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width : 600px) {
  .Vue-Toastification__container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Vue-Toastification__container .Vue-Toastification__toast {
    width: 100%;
  }
  .Vue-Toastification__container.top-left,
  .Vue-Toastification__container.top-right,
  .Vue-Toastification__container.top-center {
    top: 0;
  }
  .Vue-Toastification__container.bottom-left,
  .Vue-Toastification__container.bottom-right,
  .Vue-Toastification__container.bottom-center {
    bottom: 0;
    flex-direction: column-reverse;
  }
}
.Vue-Toastification__toast {
  display: inline-flex;
  position: relative;
  max-height: 800px;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 22px 24px;
  border-radius: 8px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  justify-content: space-between;
  font-family:
    "Lato",
    Helvetica,
    "Roboto",
    Arial,
    sans-serif;
  max-width: 600px;
  min-width: 326px;
  pointer-events: auto;
  overflow: hidden;
  transform: translateZ(0);
  direction: ltr;
}
.Vue-Toastification__toast--rtl {
  direction: rtl;
}
.Vue-Toastification__toast--default {
  background-color: #1976d2;
  color: #fff;
}
.Vue-Toastification__toast--info {
  background-color: #2196f3;
  color: #fff;
}
.Vue-Toastification__toast--success {
  background-color: #4caf50;
  color: #fff;
}
.Vue-Toastification__toast--error {
  background-color: #ff5252;
  color: #fff;
}
.Vue-Toastification__toast--warning {
  background-color: #ffc107;
  color: #fff;
}
@media only screen and (max-width : 600px) {
  .Vue-Toastification__toast {
    border-radius: 0px;
    margin-bottom: 0.5rem;
  }
}
.Vue-Toastification__toast-body {
  flex: 1;
  line-height: 24px;
  font-size: 16px;
  word-break: break-word;
  white-space: pre-wrap;
}
.Vue-Toastification__toast-component-body {
  flex: 1;
}
.Vue-Toastification__toast.disable-transition {
  animation: none !important;
}
.Vue-Toastification__close-button {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  padding-left: 10px;
  cursor: pointer;
  transition: 0.3s ease;
  align-items: center;
  color: #fff;
  opacity: 0.3;
  transition: visibility 0s, opacity 0.2s linear;
}
.Vue-Toastification__close-button:hover,
.Vue-Toastification__close-button:focus {
  opacity: 1;
}
.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover {
  opacity: 0;
}
.Vue-Toastification__toast--rtl .Vue-Toastification__close-button {
  padding-left: unset;
  padding-right: 10px;
}
@keyframes scale-x-frames {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Vue-Toastification__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left;
  animation: scale-x-frames linear 1 forwards;
}
.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar {
  right: 0;
  left: unset;
  transform-origin: right;
}
.Vue-Toastification__icon {
  margin: auto 18px auto 0px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  transition: 0.3s ease;
  align-items: center;
  width: 20px;
  height: 100%;
}
.Vue-Toastification__toast--rtl .Vue-Toastification__icon {
  margin: auto 0px auto 18px;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceOutRight {
  40% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(1000px, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Vue-Toastification__bounce-enter-active.top-left,
.Vue-Toastification__bounce-enter-active.bottom-left {
  animation-name: bounceInLeft;
}
.Vue-Toastification__bounce-enter-active.top-right,
.Vue-Toastification__bounce-enter-active.bottom-right {
  animation-name: bounceInRight;
}
.Vue-Toastification__bounce-enter-active.top-center {
  animation-name: bounceInDown;
}
.Vue-Toastification__bounce-enter-active.bottom-center {
  animation-name: bounceInUp;
}
.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,
.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left {
  animation-name: bounceOutLeft;
}
.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,
.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right {
  animation-name: bounceOutRight;
}
.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center {
  animation-name: bounceOutUp;
}
.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center {
  animation-name: bounceOutDown;
}
.Vue-Toastification__bounce-leave-active,
.Vue-Toastification__bounce-enter-active {
  animation-duration: 750ms;
  animation-fill-mode: both;
}
.Vue-Toastification__bounce-move {
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 400ms;
}
@keyframes fadeOutTop {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-50px);
    opacity: 0;
  }
}
@keyframes fadeOutLeft {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-50px);
    opacity: 0;
  }
}
@keyframes fadeOutBottom {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(50px);
    opacity: 0;
  }
}
@keyframes fadeOutRight {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(50px);
    opacity: 0;
  }
}
@keyframes fadeInLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInTop {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInBottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.Vue-Toastification__fade-enter-active.top-left,
.Vue-Toastification__fade-enter-active.bottom-left {
  animation-name: fadeInLeft;
}
.Vue-Toastification__fade-enter-active.top-right,
.Vue-Toastification__fade-enter-active.bottom-right {
  animation-name: fadeInRight;
}
.Vue-Toastification__fade-enter-active.top-center {
  animation-name: fadeInTop;
}
.Vue-Toastification__fade-enter-active.bottom-center {
  animation-name: fadeInBottom;
}
.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,
.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left {
  animation-name: fadeOutLeft;
}
.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,
.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right {
  animation-name: fadeOutRight;
}
.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center {
  animation-name: fadeOutTop;
}
.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center {
  animation-name: fadeOutBottom;
}
.Vue-Toastification__fade-leave-active,
.Vue-Toastification__fade-enter-active {
  animation-duration: 750ms;
  animation-fill-mode: both;
}
.Vue-Toastification__fade-move {
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 400ms;
}
@keyframes slideInBlurredLeft {
  0% {
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 100% 50%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideInBlurredTop {
  0% {
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 0%;
    filter: blur(240px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideInBlurredRight {
  0% {
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 0% 50%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideInBlurredBottom {
  0% {
    transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 100%;
    filter: blur(240px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideOutBlurredTop {
  0% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 0%;
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-1000px) scaleY(2) scaleX(0.2);
    transform-origin: 50% 0%;
    filter: blur(240px);
    opacity: 0;
  }
}
@keyframes slideOutBlurredBottom {
  0% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateY(1000px) scaleY(2) scaleX(0.2);
    transform-origin: 50% 100%;
    filter: blur(240px);
    opacity: 0;
  }
}
@keyframes slideOutBlurredLeft {
  0% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-1000px) scaleX(2) scaleY(0.2);
    transform-origin: 100% 50%;
    filter: blur(40px);
    opacity: 0;
  }
}
@keyframes slideOutBlurredRight {
  0% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateX(1000px) scaleX(2) scaleY(0.2);
    transform-origin: 0% 50%;
    filter: blur(40px);
    opacity: 0;
  }
}
.Vue-Toastification__slideBlurred-enter-active.top-left,
.Vue-Toastification__slideBlurred-enter-active.bottom-left {
  animation-name: slideInBlurredLeft;
}
.Vue-Toastification__slideBlurred-enter-active.top-right,
.Vue-Toastification__slideBlurred-enter-active.bottom-right {
  animation-name: slideInBlurredRight;
}
.Vue-Toastification__slideBlurred-enter-active.top-center {
  animation-name: slideInBlurredTop;
}
.Vue-Toastification__slideBlurred-enter-active.bottom-center {
  animation-name: slideInBlurredBottom;
}
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left {
  animation-name: slideOutBlurredLeft;
}
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right {
  animation-name: slideOutBlurredRight;
}
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center {
  animation-name: slideOutBlurredTop;
}
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center {
  animation-name: slideOutBlurredBottom;
}
.Vue-Toastification__slideBlurred-leave-active,
.Vue-Toastification__slideBlurred-enter-active {
  animation-duration: 750ms;
  animation-fill-mode: both;
}
.Vue-Toastification__slideBlurred-move {
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 400ms;
}

/* Todas as animações CSS permanecem iguais */
/* Romantic Animations */
.hearts-animation .heart[data-v-bfb2690c] {
    position: absolute;
    top: -50px;
    animation: heartFall-bfb2690c linear infinite;
    opacity: 0.8;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
@keyframes heartFall-bfb2690c {
0% {
        transform: translateY(0) translateX(0) rotate(0deg) scale(0);
        opacity: 0;
}
10% {
        opacity: 1;
        transform: scale(1);
}
50% {
        transform: translateX(20px) rotate(20deg) scale(1.1);
}
90% {
        opacity: 1;
}
100% {
        transform: translateY(100vh) translateX(-10px) rotate(360deg) scale(0.8);
        opacity: 0;
}
}
.love-particles .love-particle[data-v-bfb2690c] {
    position: absolute;
    top: -50px;
    animation: loveFloat-bfb2690c linear infinite;
    opacity: 0.9;
}
@keyframes loveFloat-bfb2690c {
0% {
        transform: translateY(0) translateX(0) scale(0);
        opacity: 0;
}
20% {
        opacity: 1;
        transform: scale(1);
}
80% {
        opacity: 1;
}
100% {
        transform: translateY(100vh) translateX(50px) scale(0.5);
        opacity: 0;
}
}
.rose-petals .rose-petal[data-v-bfb2690c] {
    position: absolute;
    top: -50px;
    animation: petalFall-bfb2690c linear infinite;
    opacity: 0.7;
}
@keyframes petalFall-bfb2690c {
0% {
        transform: translateY(0) rotate(0deg);
        opacity: 0;
}
10% {
        opacity: 1;
}
90% {
        opacity: 1;
}
100% {
        transform: translateY(100vh) rotate(720deg);
        opacity: 0;
}
}

/* Nature Animations */
.snow-animation .snowflake[data-v-bfb2690c] {
    position: absolute;
    top: -50px;
    animation: snowFall-bfb2690c linear infinite;
    opacity: 0.8;
}
@keyframes snowFall-bfb2690c {
0% {
        transform: translateY(0) translateX(0);
        opacity: 0;
}
10% {
        opacity: 1;
}
90% {
        opacity: 1;
}
100% {
        transform: translateY(100vh) translateX(100px);
        opacity: 0;
}
}
.rain-animation .raindrop[data-v-bfb2690c] {
    position: absolute;
    top: -50px;
    width: 2px;
    background: linear-gradient(to bottom, transparent, #4a90e2, #2171b5);
    animation: rainFall-bfb2690c linear infinite;
    opacity: 0.6;
}
@keyframes rainFall-bfb2690c {
0% {
        transform: translateY(0);
        opacity: 0;
}
10% {
        opacity: 1;
}
90% {
        opacity: 1;
}
100% {
        transform: translateY(100vh);
        opacity: 0;
}
}
.leaves-animation .leaf[data-v-bfb2690c] {
    position: absolute;
    top: -50px;
    animation: leafFall-bfb2690c linear infinite;
    opacity: 0.8;
}
@keyframes leafFall-bfb2690c {
0% {
        transform: translateY(0) rotate(0deg) translateX(0);
        opacity: 0;
}
10% {
        opacity: 1;
}
50% {
        transform: translateX(50px) rotate(180deg);
}
90% {
        opacity: 1;
}
100% {
        transform: translateY(100vh) rotate(360deg) translateX(-30px);
        opacity: 0;
}
}

/* Abstract Animations */
.waves-animation[data-v-bfb2690c] {
    position: relative;
    width: 100%;
    height: 100%;
}
.wave[data-v-bfb2690c] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, rgba(74, 144, 226, 0.3), transparent);
    animation: waveMove-bfb2690c 6s ease-in-out infinite;
}
.wave2[data-v-bfb2690c] {
    animation-delay: -2s;
    opacity: 0.5;
    background: linear-gradient(to top, rgba(33, 113, 181, 0.3), transparent);
}
.wave3[data-v-bfb2690c] {
    animation-delay: -4s;
    opacity: 0.3;
    background: linear-gradient(to top, rgba(8, 81, 156, 0.3), transparent);
}
@keyframes waveMove-bfb2690c {
0%, 100% {
        transform: translateX(-100%);
}
50% {
        transform: translateX(100%);
}
}
.geometric-animation .geometric-shape[data-v-bfb2690c] {
    position: absolute;
    border-radius: 50%;
    animation: geometricFloat-bfb2690c ease-in-out infinite;
    opacity: 0.6;
}
@keyframes geometricFloat-bfb2690c {
0%, 100% {
        transform: translateY(0) rotate(0deg) scale(1);
        opacity: 0.6;
}
50% {
        transform: translateY(-50px) rotate(180deg) scale(1.2);
        opacity: 0.9;
}
}

/* Celebration Animations */
.confetti-animation .confetti-piece[data-v-bfb2690c] {
    position: absolute;
    top: -10px;
    width: 10px;
    height: 10px;
    animation: confettiFall-bfb2690c linear infinite;
}
@keyframes confettiFall-bfb2690c {
0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
}
100% {
        transform: translateY(100vh) rotate(720deg);
        opacity: 0;
}
}
.balloons-animation .balloon[data-v-bfb2690c] {
    position: absolute;
    /* ✅ Sem bottom fixo - usa top dinâmico */
    animation: balloonFloat-bfb2690c ease-in-out infinite;
    opacity: 0.9;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
@keyframes balloonFloat-bfb2690c {
0%, 100% {
        transform: translateY(0) translateX(0) rotate(0deg) scale(1);
        opacity: 0.7;
}
25% {
        transform: translateY(-30px) translateX(20px) rotate(5deg) scale(1.1);
        opacity: 0.9;
}
50% {
        transform: translateY(-15px) translateX(-15px) rotate(-3deg) scale(0.9);
        opacity: 1;
}
75% {
        transform: translateY(-40px) translateX(25px) rotate(8deg) scale(1.05);
        opacity: 0.8;
}
}

/* Elegant Animations */
.sparkles-animation .sparkle[data-v-bfb2690c] {
    position: absolute;
    animation: sparkleShine-bfb2690c ease-in-out infinite;
    opacity: 0;
}
@keyframes sparkleShine-bfb2690c {
0%, 100% {
        opacity: 0;
        transform: scale(0);
}
50% {
        opacity: 1;
        transform: scale(1);
}
}
.stars-animation .star[data-v-bfb2690c] {
    position: absolute;
    animation: starTwinkle-bfb2690c ease-in-out infinite;
    opacity: 0;
}
@keyframes starTwinkle-bfb2690c {
0%, 100% {
        opacity: 0;
        transform: scale(0.5);
}
50% {
        opacity: 1;
        transform: scale(1.2);
}
}
.bokeh-animation .bokeh-circle[data-v-bfb2690c] {
    position: absolute;
    border-radius: 50%;
    animation: bokehPulse-bfb2690c ease-in-out infinite;
    filter: blur(5px);
}
@keyframes bokehPulse-bfb2690c {
0%, 100% {
        transform: scale(1);
        opacity: 0.3;
}
50% {
        transform: scale(1.5);
        opacity: 0.7;
}
}

/* Legacy styles */
.bg-emoji-pattern[data-v-bfb2690c] {
    background: radial-gradient(circle at 25% 25%, rgba(255, 182, 193, 0.3) 0%, transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(173, 216, 230, 0.3) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 224, 0.2) 0%, transparent 50%);
    background-size: 100px 100px, 150px 150px, 200px 200px;
    opacity: 0.6;
}

/* Animação de Emojis Flutuantes */
.floating-emojis-animation[data-v-bfb2690c] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}
.floating-emoji[data-v-bfb2690c] {
    position: absolute;
    animation: floatingEmojis-bfb2690c ease-in-out infinite;
    opacity: 0.8;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    will-change: transform;
}
@keyframes floatingEmojis-bfb2690c {
0%, 100% {
        transform: translateY(0) translateX(0) rotate(0deg) scale(1);
        opacity: 0.6;
}
25% {
        transform: translateY(-20px) translateX(15px) rotate(5deg) scale(1.1);
        opacity: 0.9;
}
50% {
        transform: translateY(-10px) translateX(-10px) rotate(-3deg) scale(0.9);
        opacity: 1;
}
75% {
        transform: translateY(-30px) translateX(20px) rotate(8deg) scale(1.05);
        opacity: 0.8;
}
}

/* Animação de Aurora com Estrelas */
/* 🌌 Aurora Boreal Animation */
.aurora-animation[data-v-bfb2690c] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #001122 0%, #002244 50%, #000811 100%);
    overflow: hidden;
}
.aurora-layer[data-v-bfb2690c] {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 80%;
    opacity: 0.6;
    animation: auroraWave-bfb2690c ease-in-out infinite;
    border-radius: 0 0 50% 50%;
    filter: blur(1px);
}
.aurora-layer-1[data-v-bfb2690c] {
    background: linear-gradient(45deg,
    rgba(0, 255, 150, 0.4) 0%,
    rgba(0, 200, 255, 0.3) 30%,
    rgba(150, 0, 255, 0.4) 60%,
    rgba(255, 100, 200, 0.3) 100%);
    animation-duration: 12s;
    animation-delay: 0s;
}
.aurora-layer-2[data-v-bfb2690c] {
    background: linear-gradient(65deg,
    rgba(100, 255, 200, 0.3) 0%,
    rgba(255, 150, 100, 0.4) 40%,
    rgba(100, 150, 255, 0.3) 80%,
    rgba(255, 200, 150, 0.4) 100%);
    animation-duration: 15s;
    animation-delay: -4s;
}
.aurora-layer-3[data-v-bfb2690c] {
    background: linear-gradient(85deg,
    rgba(200, 100, 255, 0.2) 0%,
    rgba(100, 255, 150, 0.3) 50%,
    rgba(255, 150, 200, 0.2) 100%);
    animation-duration: 18s;
    animation-delay: -8s;
}
.aurora-star[data-v-bfb2690c] {
    position: absolute;
    color: rgba(255, 255, 255, 0.8);
    animation: auroraTwinkle-bfb2690c ease-in-out infinite;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
@keyframes auroraWave-bfb2690c {
0%, 100% {
        transform: translateX(-25%) skewX(0deg);
        opacity: 0.4;
}
25% {
        transform: translateX(-15%) skewX(5deg);
        opacity: 0.7;
}
50% {
        transform: translateX(-35%) skewX(-3deg);
        opacity: 0.5;
}
75% {
        transform: translateX(-20%) skewX(8deg);
        opacity: 0.8;
}
}
@keyframes auroraTwinkle-bfb2690c {
0%, 100% {
        opacity: 0.3;
        transform: scale(0.8);
}
50% {
        opacity: 1;
        transform: scale(1.2);
}
}

/* Animação de Bolhas Mágicas */
/* 🫧 Soap Bubbles Animation */
/* 🫧 Soap Bubbles - Versão Simples */
.soap-bubbles-container[data-v-bfb2690c] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(135deg,
    rgba(240, 248, 255, 0.02) 0%,
    rgba(230, 240, 250, 0.01) 100%);
}
.soap-bubble[data-v-bfb2690c] {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 25% 25%,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(173, 216, 230, 0.6) 20%,
    rgba(221, 160, 221, 0.4) 40%,
    rgba(255, 182, 193, 0.3) 60%,
    rgba(144, 238, 144, 0.2) 80%,
    rgba(255, 255, 224, 0.1) 100%);
    border: 3px solid rgba(255, 255, 255, 0.4);
    animation: simpleBubbleRise-bfb2690c linear infinite;
    box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.3),
    0 0 40px rgba(173, 216, 230, 0.3),
    0 0 60px rgba(221, 160, 221, 0.2);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);

    /* Brilho interno */
    position: relative;
}
.soap-bubble[data-v-bfb2690c]::before {
    content: '';
    position: absolute;
    top: 15%;
    left: 20%;
    width: 35%;
    height: 45%;
    background: radial-gradient(ellipse,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0.3) 70%,
    transparent 100%);
    border-radius: 50%;
    animation: bubbleShine-bfb2690c ease-in-out infinite;
    animation-duration: 4s;
}
.soap-bubble[data-v-bfb2690c]::after {
    content: '';
    position: absolute;
    bottom: 25%;
    right: 20%;
    width: 20%;
    height: 30%;
    background: linear-gradient(45deg,
    rgba(255, 255, 255, 0.6) 0%,
    transparent 100%);
    border-radius: 50%;
    animation: bubbleGlow-bfb2690c ease-in-out infinite;
    animation-duration: 3s;
    animation-delay: 1s;
}
@keyframes simpleBubbleRise-bfb2690c {
0% {
        transform: translateY(0) translateX(0) scale(0.2);
        opacity: 0;
}
10% {
        opacity: 0.6;
        transform: translateY(-100px) translateX(10px) scale(0.7);
}
20% {
        opacity: 0.8;
        transform: translateY(-200px) translateX(-15px) scale(1);
}
40% {
        opacity: 0.9;
        transform: translateY(-40vh) translateX(25px) scale(1.1);
}
60% {
        opacity: 0.8;
        transform: translateY(-60vh) translateX(-20px) scale(1);
}
80% {
        opacity: 0.6;
        transform: translateY(-80vh) translateX(15px) scale(0.8);
}
90% {
        opacity: 0.3;
        transform: translateY(-95vh) translateX(-10px) scale(0.5);
}
100% {
        opacity: 0;
        transform: translateY(-120vh) translateX(20px) scale(0.1);
}
}
@keyframes bubbleShine-bfb2690c {
0%, 100% {
        opacity: 0.7;
        transform: scale(1) rotate(0deg);
}
50% {
        opacity: 1;
        transform: scale(1.3) rotate(180deg);
}
}
@keyframes bubbleGlow-bfb2690c {
0%, 100% {
        opacity: 0.4;
        transform: scale(0.8);
}
50% {
        opacity: 0.8;
        transform: scale(1.2);
}
}
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}

/* ==================== DESIGN ELEGANTE E PROFISSIONAL ==================== */
.title-section[data-v-a1c67990],
.photos-section[data-v-a1c67990],
.message-section[data-v-a1c67990],
.contador-section[data-v-a1c67990],
.momentos-section[data-v-a1c67990],
.share-section[data-v-a1c67990],
.final-message[data-v-a1c67990] {
    animation: fadeInUp-a1c67990 0.6s ease-out forwards;
}
.title-section[data-v-a1c67990] { animation-delay: 0.1s;
}
.photos-section[data-v-a1c67990] { animation-delay: 0.2s;
}
.message-section[data-v-a1c67990] { animation-delay: 0.3s;
}
.contador-section[data-v-a1c67990] { animation-delay: 0.4s;
}
.momentos-section[data-v-a1c67990] { animation-delay: 0.5s;
}
.share-section[data-v-a1c67990] { animation-delay: 0.6s;
}
.final-message[data-v-a1c67990] { animation-delay: 0.7s;
}
.counter-card[data-v-a1c67990] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
}
.counter-card[data-v-a1c67990]:hover {
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.stat-card[data-v-a1c67990] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.stat-card[data-v-a1c67990]:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Swiper mais elegante */
.image-swiper[data-v-a1c67990] {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}
.image-swiper[data-v-a1c67990]:hover {
    transform: translateY(-2px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

/* ==================== SWIPER CUSTOMIZADO ==================== */
.image-swiper[data-v-a1c67990] .swiper-pagination-bullet {
    background: #ec4899;
    opacity: 0.4;
    width: 12px;
    height: 12px;
    margin: 0 6px;
}
.image-swiper[data-v-a1c67990] .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.2);
    background: linear-gradient(45deg, #ec4899, #8b5cf6);
}
.image-swiper[data-v-a1c67990] .swiper-slide {
    border-radius: 1rem;
    overflow: hidden;
}

/* ==================== BACKGROUND EXPANDIDO PARA SCROLL ==================== */
.absolute.top-0.left-0.right-0.z-0[data-v-a1c67990] {
    isolation: isolate;
    contain: layout style paint;
    border-radius: inherit;
    overflow: hidden;
    height: 300vh !important;
}

/* ==================== SCROLLBAR PERSONALIZADA ==================== */
.absolute.inset-0.w-full.h-full[data-v-a1c67990] {
    isolation: isolate;
    contain: layout style paint;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #ec4899 rgba(0, 0, 0, 0.3);
}
.absolute.inset-0.w-full.h-full[data-v-a1c67990]::-webkit-scrollbar {
    width: 8px;
}
.absolute.inset-0.w-full.h-full[data-v-a1c67990]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    margin: 2px;
}
.absolute.inset-0.w-full.h-full[data-v-a1c67990]::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #ec4899, #8b5cf6);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.absolute.inset-0.w-full.h-full[data-v-a1c67990]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #f97316, #8b5cf6);
    box-shadow: 0 0 10px rgba(236, 72, 153, 0.5);
}

/* ==================== ANIMAÇÕES ==================== */
@keyframes fadeInUp-a1c67990 {
from {
        opacity: 0;
        transform: translateY(30px);
}
to {
        opacity: 1;
        transform: translateY(0);
}
}
@keyframes pulse-a1c67990 {
0%, 100% { opacity: 1;
}
50% { opacity: 0.5;
}
}
.animate-pulse[data-v-a1c67990] {
    animation: pulse-a1c67990 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* ==================== EFEITOS ==================== */
.bg-clip-text[data-v-a1c67990] {
    -webkit-background-clip: text;
    background-clip: text;
}
.drop-shadow-lg[data-v-a1c67990] {
    filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
}
.transition-all[data-v-a1c67990] {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

/* ==================== RESPONSIVIDADE ==================== */
@media (max-width: 768px) {
.counter-card[data-v-a1c67990] {
        padding: 1rem;
}
.text-3xl.md\:text-4xl[data-v-a1c67990] {
        font-size: 1.5rem;
}
.grid.grid-cols-2.md\:grid-cols-3.lg\:grid-cols-6[data-v-a1c67990] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
}
.grid.grid-cols-1.md\:grid-cols-3[data-v-a1c67990] {
        grid-template-columns: repeat(1, 1fr);
}
}

/* ==================== ACESSIBILIDADE ==================== */
@media (prefers-reduced-motion: reduce) {
.animate-pulse[data-v-a1c67990],
    .counter-card[data-v-a1c67990],
    .stat-card[data-v-a1c67990],
    .image-swiper[data-v-a1c67990] {
        animation: none;
        transition: none;
}
.counter-card[data-v-a1c67990]:hover,
    .stat-card[data-v-a1c67990]:hover,
    .image-swiper[data-v-a1c67990]:hover {
        transform: none;
}
}

/* ==================== PLAYER UNIFICADO CORRIGIDO ==================== */
.unified-music-player[data-v-92e02ed6] {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    background: rgba(0, 0, 0, 0.95) !important;
    -webkit-backdrop-filter: blur(20px) !important;
            backdrop-filter: blur(20px) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.3) !important;
    z-index: 9999 !important;
    max-width: 100vw !important;
    overflow: hidden !important;
    transform: translateZ(0) !important;
}

/* AJUSTES ESPECÍFICOS PARA PREVIEW - DESKTOP */
.unified-music-player.preview-mode[data-v-92e02ed6] {
    position: absolute !important;
    width: 100% !important; /* Muda de 100vw para 100% */
    max-width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 50 !important;
    border-radius: 0 0 12px 12px !important;
}

/* Mobile específico - mantém comportamento original */
.unified-music-player.mobile-device[data-v-92e02ed6] {
    position: fixed !important;
    width: 100vw !important;
    z-index: 10001 !important;
    bottom: 0 !important;
    height: auto !important;
    min-height: 80px !important;
}

/* Mobile + Preview - híbrido */
.unified-music-player.mobile-device.preview-mode[data-v-92e02ed6] {
    position: absolute !important;
    width: 100% !important;
    z-index: 50 !important;
}

/* Container interno - ajuste responsivo */
.unified-music-player .max-w-7xl[data-v-92e02ed6] {
    max-width: 100% !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

/* Preview específico - container mais compacto */
.unified-music-player.preview-mode .max-w-7xl[data-v-92e02ed6] {
    max-width: 100% !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

/* Debug info */
.debug-info[data-v-92e02ed6] {
    background: rgba(255, 0, 0, 0.8);
    color: white;
    padding: 4px 8px;
    font-size: 10px;
    text-align: center;
}

/* Volume slider */
.volume-slider[data-v-92e02ed6] {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    background: transparent;
    cursor: pointer;
}
.volume-slider[data-v-92e02ed6]::-webkit-slider-runnable-track {
    background: rgba(255, 255, 255, 0.15);
    height: 4px;
    border-radius: 2px;
}
.volume-slider[data-v-92e02ed6]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    height: 14px;
    width: 14px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    margin-top: -5px;
}
.volume-slider[data-v-92e02ed6]::-webkit-slider-thumb:hover {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    transform: scale(1.1);
}

/* Força visibilidade no mobile - mantém original */
@media (max-width: 768px) {
.unified-music-player[data-v-92e02ed6] {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        transform: translateY(0) !important;
        position: fixed !important;
        bottom: 0 !important;
        z-index: 10002 !important;
        width: 100vw !important;
}

    /* Mobile em preview - ajuste específico */
.unified-music-player.preview-mode[data-v-92e02ed6] {
        position: absolute !important;
        width: 100% !important;
        z-index: 50 !important;
}
}

/* Fix para iOS */
@supports (-webkit-touch-callout: none) {
.unified-music-player[data-v-92e02ed6] {
        position: fixed !important;
        bottom: env(safe-area-inset-bottom, 0) !important;
        z-index: 10003 !important;
}

    /* iOS + Preview */
.unified-music-player.preview-mode[data-v-92e02ed6] {
        position: absolute !important;
        bottom: 0 !important;
        z-index: 50 !important;
}
}

/* ==================== ANIMAÇÕES E EFEITOS ==================== */
.bg-clip-text[data-v-8ede42c8] {
    -webkit-background-clip: text;
    background-clip: text;
}

/* Hover effects para links */
a[data-v-8ede42c8]:hover {
    transform: translateY(-1px);
}

/* Animação suave para os ícones sociais */
.transition-all[data-v-8ede42c8] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Backdrop blur effect */
.backdrop-blur-sm[data-v-8ede42c8] {
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
}
@supports not ((-webkit-backdrop-filter: blur(4px)) or (backdrop-filter: blur(4px))) {
.backdrop-blur-sm[data-v-8ede42c8] {
        background: rgba(0, 0, 0, 0.8);
}
}

/* ==================== RESPONSIVIDADE ==================== */
@media (max-width: 768px) {
    /* Ajustes para mobile */
.grid-cols-1.md\\[data-v-8ede42c8]:grid-cols-4 {
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
}
.col-span-1.md\\[data-v-8ede42c8]:col-span-2 {
        grid-column: span 1;
}
}

/* ==================== ACESSIBILIDADE ==================== */
@media (prefers-reduced-motion: reduce) {
.animate-pulse[data-v-8ede42c8] {
        animation: none;
}
.transition-all[data-v-8ede42c8],
    .transition-colors[data-v-8ede42c8] {
        transition: none;
}
a[data-v-8ede42c8]:hover {
        transform: none;
}
}

/* ==================== HIGH CONTRAST ==================== */
@media (prefers-contrast: more) {
.text-gray-400[data-v-8ede42c8] {
        color: #d1d5db;
}
.border-zinc-800[data-v-8ede42c8] {
        border-color: rgba(113, 113, 122, 0.8);
}
}

/* ==================== CONTAINER BASE ==================== */
.preview-toggle-container[data-v-feceb91d] {
    display: flex;
    height: 100%;
    flex-direction: column;
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ==================== ESTADOS DO PREVIEW ==================== */
.preview-expanded[data-v-feceb91d] {
    position: fixed;
    inset: 0px;
    z-index: 50;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.preview-expanded .preview-content[data-v-feceb91d] {
    height: 100vh;
}

/* ==================== HEADER ==================== */
.preview-header[data-v-feceb91d] {
    flex-shrink: 0;
}

/* ==================== CONTENT ==================== */
.preview-content[data-v-feceb91d] {
    position: relative;
    flex: 1 1 0%;
    overflow: hidden;
}

/* ==================== ANIMAÇÕES ==================== */
.preview-toggle-container[data-v-feceb91d] {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.preview-expanded[data-v-feceb91d] {
    animation: expandPreview-feceb91d 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes expandPreview-feceb91d {
from {
        transform: scale(0.95);
        opacity: 0.8;
}
to {
        transform: scale(1);
        opacity: 1;
}
}

/* ==================== RESPONSIVIDADE ==================== */
@media (max-width: 1023px) {
.preview-expanded[data-v-feceb91d] {
        padding: 1rem;
}
.preview-expanded .preview-content[data-v-feceb91d] {
        overflow: hidden;
        border-radius: 1rem;
        border-width: 1px;
        border-color: rgb(39 39 42 / 0.5);
}
}

/* ==================== MODAL OVERLAY ==================== */
.modal-overlay[data-v-feceb91d] {
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
}

/* ==================== ESTADOS HOVER ==================== */
.preview-header button[data-v-feceb91d]:hover {
    transform: translateY(-1px);
}

/* ==================== FOCUS ACCESSIBILITY ==================== */
.preview-header button[data-v-feceb91d]:focus-visible {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #000;
}

/* ==================== SCROLLBAR PERSONALIZADA ==================== */
[data-v-e6997289]::-webkit-scrollbar {
    width: 6px;
}
[data-v-e6997289]::-webkit-scrollbar-track {
    background: rgba(24, 24, 27, 0.3);
    border-radius: 3px;
}
[data-v-e6997289]::-webkit-scrollbar-thumb {
    background: rgba(161, 161, 170, 0.4);
    border-radius: 3px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
[data-v-e6997289]::-webkit-scrollbar-thumb:hover {
    background: rgba(161, 161, 170, 0.6);
}

/* ==================== TRANSIÇÕES SUAVES ==================== */
.transition-all[data-v-e6997289] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-colors[data-v-e6997289] {
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ==================== BACKDROP BLUR ==================== */
.backdrop-blur-xl[data-v-e6997289] {
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
}
@supports not ((-webkit-backdrop-filter: blur(16px)) or (backdrop-filter: blur(16px))) {
.backdrop-blur-xl[data-v-e6997289] {
        background: rgba(0, 0, 0, 0.9);
}
}

/* ==================== ANIMAÇÕES ==================== */
@keyframes pulse-e6997289 {
0%, 100% {
        opacity: 1;
}
50% {
        opacity: 0.5;
}
}
.animate-pulse[data-v-e6997289] {
    animation: pulse-e6997289 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* ==================== RESPONSIVIDADE MOBILE ==================== */
@media (max-width: 1023px) {
    /* Status cards em mobile: layout mais compacto */
.status-cards-mobile[data-v-e6997289] {
        padding: 1rem;
        space-y: 0.75rem;
}

    /* Preview em mobile: altura reduzida */
.preview-mobile[data-v-e6997289] {
        min-height: 40vh;
        max-height: 60vh;
}

    /* Ajusta grid de status em mobile */
.grid.grid-cols-3[data-v-e6997289] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
}

    /* Ajusta altura do preview em mobile */
.flex-1.px-6.pb-6[data-v-e6997289] {
        min-height: 50vh;
}

    /* Dropdown responsivo */
.w-64[data-v-e6997289] {
        width: calc(100vw - 2rem);
        max-width: 20rem;
}
}

/* ==================== HOVER STATES ==================== */
a[data-v-e6997289]:hover,
button[data-v-e6997289]:hover {
    transform: translateY(-1px);
}
nav a[data-v-e6997289]:hover {
    transform: none;
}

/* Dropdown menu items hover */
.hover\:bg-zinc-800\/50[data-v-e6997289]:hover {
    background-color: rgba(39, 39, 42, 0.5);
}
.hover\:bg-red-900\/20[data-v-e6997289]:hover {
    background-color: rgba(127, 29, 29, 0.2);
}

/* ==================== FOCUS STATES (ACESSIBILIDADE) ==================== */
a[data-v-e6997289]:focus-visible,
button[data-v-e6997289]:focus-visible {
    outline: 2px solid #ef4444;
    outline-offset: 2px;
    border-radius: 4px;
}

/* ==================== DARK THEME OTIMIZADO ==================== */
@media (prefers-color-scheme: dark) {
.bg-zinc-900\/50[data-v-e6997289] {
        background: rgba(24, 24, 27, 0.6);
}
.border-zinc-800\/50[data-v-e6997289] {
        border-color: rgba(39, 39, 42, 0.6);
}
}

/* ==================== HIGH CONTRAST MODE ==================== */
@media (prefers-contrast: more) {
.text-zinc-300[data-v-e6997289] {
        color: #d4d4d8;
}
.text-zinc-400[data-v-e6997289] {
        color: #a1a1aa;
}
.border-zinc-800\/50[data-v-e6997289] {
        border-color: rgba(39, 39, 42, 0.8);
}
}

/* ==================== REDUCED MOTION ==================== */
@media (prefers-reduced-motion: reduce) {
.animate-pulse[data-v-e6997289] {
        animation: none;
}
.transition-all[data-v-e6997289],
    .transition-colors[data-v-e6997289] {
        transition: none;
}
a[data-v-e6997289]:hover,
    button[data-v-e6997289]:hover {
        transform: none;
}
}

/* ==================== GLASSMORPHISM EFFECT ==================== */
.bg-zinc-900\/50[data-v-e6997289] {
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
}
.bg-black\/95[data-v-e6997289] {
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
}

/* ==================== CONTAINER RESPONSIVE ==================== */
.max-w-xl[data-v-e6997289] {
    max-width: 36rem;
}
.max-w-7xl[data-v-e6997289] {
    max-width: 80rem;
}
.max-w-screen-2xl[data-v-e6997289] {
    max-width: 1536px;
}

/* ==================== BUILDER RESPONSIVO ==================== */
.builder-container[data-v-e6997289] {
    display: flex;
    height: 100%;
    flex-direction: column;
}
.builder-container.flex-col.lg\:flex-row.h-full[data-v-e6997289] {
    height: calc(100vh - 4rem);
    min-height: calc(100vh - 4rem);
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.flex.builder-container.lg\:flex-row.h-full[data-v-e6997289] {
    height: calc(100vh - 4rem);
    min-height: calc(100vh - 4rem);
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.flex.flex-col.builder-container.h-full[data-v-e6997289] {
    height: calc(100vh - 4rem);
    min-height: calc(100vh - 4rem);
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.flex.flex-col.lg\:flex-row.builder-container[data-v-e6997289] {
    height: calc(100vh - 4rem);
    min-height: calc(100vh - 4rem);
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.w-full.builder-container.flex-col.bg-black.overflow-y-auto[data-v-e6997289] {
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}
.w-full.flex.builder-container.bg-black.overflow-y-auto[data-v-e6997289] {
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}
.w-full.builder-container.flex-col.transition-all.duration-500.h-full[data-v-e6997289] {
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}
.w-full.flex.builder-container.transition-all.duration-500.h-full[data-v-e6997289] {
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}
.w-full.flex.flex-col.transition-all.duration-500.builder-container[data-v-e6997289] {
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}
@media (max-width: 1023px) {
.builder-container.flex-col.lg\:flex-row.h-full[data-v-e6997289] {
        height: calc(100vh - 4rem);
        flex-direction: column;
}
.flex.builder-container.lg\:flex-row.h-full[data-v-e6997289] {
        height: calc(100vh - 4rem);
        flex-direction: column;
}
.flex.flex-col.builder-container.h-full[data-v-e6997289] {
        height: calc(100vh - 4rem);
        flex-direction: column;
}
.flex.flex-col.lg\:flex-row.builder-container[data-v-e6997289] {
        height: calc(100vh - 4rem);
        flex-direction: column;
}
.w-full.builder-container.flex-col.bg-black.overflow-y-auto[data-v-e6997289] {
        height: 50%;
        max-height: 50%;
}
.w-full.flex.builder-container.bg-black.overflow-y-auto[data-v-e6997289] {
        height: 50%;
        max-height: 50%;
}
.w-full.builder-container.flex-col.transition-all.duration-500.h-full[data-v-e6997289] {
        height: 50%;
        max-height: 50%;
        border-top: 1px solid rgba(39, 39, 42, 0.5);
        border-left: none;
}
.w-full.flex.builder-container.transition-all.duration-500.h-full[data-v-e6997289] {
        height: 50%;
        max-height: 50%;
        border-top: 1px solid rgba(39, 39, 42, 0.5);
        border-left: none;
}
.w-full.flex.flex-col.transition-all.duration-500.builder-container[data-v-e6997289] {
        height: 50%;
        max-height: 50%;
        border-top: 1px solid rgba(39, 39, 42, 0.5);
        border-left: none;
}
}
.flex-1.builder-container.flex-col.h-full[data-v-e6997289] {
    height: calc(100vh - 4rem);
    overflow: hidden;
}
.flex-1.flex.builder-container.h-full[data-v-e6997289] {
    height: calc(100vh - 4rem);
    overflow: hidden;
}
.flex-1.flex.flex-col.builder-container[data-v-e6997289] {
    height: calc(100vh - 4rem);
    overflow: hidden;
}
.flex-1.builder-container.flex-col.h-full footer[data-v-e6997289] {
    flex-shrink: 0;
    margin-top: auto;
}
.flex-1.flex.builder-container.h-full footer[data-v-e6997289] {
    flex-shrink: 0;
    margin-top: auto;
}
.flex-1.flex.flex-col.builder-container footer[data-v-e6997289] {
    flex-shrink: 0;
    margin-top: auto;
}
@supports (-webkit-touch-callout: none) {
.builder-container.flex-col.lg\:flex-row.h-full[data-v-e6997289] {
        height: calc(100vh - 4rem);
        height: calc(-webkit-fill-available - 4rem);
}
.flex.builder-container.lg\:flex-row.h-full[data-v-e6997289] {
        height: calc(100vh - 4rem);
        height: calc(-webkit-fill-available - 4rem);
}
.flex.flex-col.builder-container.h-full[data-v-e6997289] {
        height: calc(100vh - 4rem);
        height: calc(-webkit-fill-available - 4rem);
}
.flex.flex-col.lg\:flex-row.builder-container[data-v-e6997289] {
        height: calc(100vh - 4rem);
        height: calc(-webkit-fill-available - 4rem);
}
}
@media (min-width: 1024px) {
.builder-container[data-v-e6997289] {
        flex-direction: row;
}
}
.builder-form[data-v-e6997289] {
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow-y: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.builder-preview-expanded .builder-form[data-v-e6997289] {
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.builder-form.flex-col.lg\:flex-row.h-full[data-v-e6997289] {
    height: calc(100vh - 4rem);
    min-height: calc(100vh - 4rem);
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.flex.builder-form.lg\:flex-row.h-full[data-v-e6997289] {
    height: calc(100vh - 4rem);
    min-height: calc(100vh - 4rem);
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.builder-form.flex.flex-col.bg-black.overflow-y-auto[data-v-e6997289] {
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}
.w-full.builder-form.flex-col.bg-black.overflow-y-auto[data-v-e6997289] {
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}
.w-full.flex.builder-form.bg-black.overflow-y-auto[data-v-e6997289] {
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}
.w-full.flex.flex-col.builder-form.overflow-y-auto[data-v-e6997289] {
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}
.w-full.flex.flex-col.bg-black.builder-form[data-v-e6997289] {
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}
.builder-form.flex.flex-col.transition-all.duration-500.h-full[data-v-e6997289] {
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}
.w-full.builder-form.flex-col.transition-all.duration-500.h-full[data-v-e6997289] {
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}
.w-full.flex.builder-form.transition-all.duration-500.h-full[data-v-e6997289] {
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}
@media (max-width: 1023px) {
.builder-form.flex-col.lg\:flex-row.h-full[data-v-e6997289] {
        height: calc(100vh - 4rem);
        flex-direction: column;
}
.flex.builder-form.lg\:flex-row.h-full[data-v-e6997289] {
        height: calc(100vh - 4rem);
        flex-direction: column;
}
.builder-form.flex.flex-col.bg-black.overflow-y-auto[data-v-e6997289] {
        height: 50%;
        max-height: 50%;
}
.w-full.builder-form.flex-col.bg-black.overflow-y-auto[data-v-e6997289] {
        height: 50%;
        max-height: 50%;
}
.w-full.flex.builder-form.bg-black.overflow-y-auto[data-v-e6997289] {
        height: 50%;
        max-height: 50%;
}
.w-full.flex.flex-col.builder-form.overflow-y-auto[data-v-e6997289] {
        height: 50%;
        max-height: 50%;
}
.w-full.flex.flex-col.bg-black.builder-form[data-v-e6997289] {
        height: 50%;
        max-height: 50%;
}
.builder-form.flex.flex-col.transition-all.duration-500.h-full[data-v-e6997289] {
        height: 50%;
        max-height: 50%;
        border-top: 1px solid rgba(39, 39, 42, 0.5);
        border-left: none;
}
.w-full.builder-form.flex-col.transition-all.duration-500.h-full[data-v-e6997289] {
        height: 50%;
        max-height: 50%;
        border-top: 1px solid rgba(39, 39, 42, 0.5);
        border-left: none;
}
.w-full.flex.builder-form.transition-all.duration-500.h-full[data-v-e6997289] {
        height: 50%;
        max-height: 50%;
        border-top: 1px solid rgba(39, 39, 42, 0.5);
        border-left: none;
}
}
.flex-1.builder-form.flex-col.h-full[data-v-e6997289] {
    height: calc(100vh - 4rem);
    overflow: hidden;
}
.flex-1.flex.builder-form.h-full[data-v-e6997289] {
    height: calc(100vh - 4rem);
    overflow: hidden;
}
.flex-1.builder-form[data-v-e6997289] {
    overflow-y: auto;
    height: 100%;
    flex: 1;
}
.flex-1.builder-form.flex-col.h-full footer[data-v-e6997289] {
    flex-shrink: 0;
    margin-top: auto;
}
.flex-1.flex.builder-form.h-full footer[data-v-e6997289] {
    flex-shrink: 0;
    margin-top: auto;
}
@supports (-webkit-touch-callout: none) {
.builder-form.flex-col.lg\:flex-row.h-full[data-v-e6997289] {
        height: calc(100vh - 4rem);
        height: calc(-webkit-fill-available - 4rem);
}
.flex.builder-form.lg\:flex-row.h-full[data-v-e6997289] {
        height: calc(100vh - 4rem);
        height: calc(-webkit-fill-available - 4rem);
}
}
.builder-form[data-v-e6997289]::-webkit-scrollbar {
    width: 6px;
}
.builder-form[data-v-e6997289]::-webkit-scrollbar-track {
    background: rgba(24, 24, 27, 0.3);
    border-radius: 3px;
}
.builder-form[data-v-e6997289]::-webkit-scrollbar-thumb {
    background: rgba(161, 161, 170, 0.4);
    border-radius: 3px;
}
.builder-form[data-v-e6997289]::-webkit-scrollbar-thumb:hover {
    background: rgba(161, 161, 170, 0.6);
}
@media (min-width: 1024px) {
.builder-form[data-v-e6997289] {
        width: 50%;
}
}
.builder-preview[data-v-e6997289] {
    display: flex;
    min-height: 50vh;
    width: 100%;
    flex-direction: column;
    border-top-width: 1px;
    border-color: rgb(39 39 42 / 0.5);
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
@media (prefers-color-scheme: dark) {
.builder-preview[data-v-e6997289] {
        border-color: rgba(39, 39, 42, 0.6);
}
}
@media (prefers-contrast: more) {
.builder-preview[data-v-e6997289] {
        border-color: rgba(39, 39, 42, 0.8);
}
}
.builder-preview-expanded .builder-preview[data-v-e6997289] {
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.builder-preview.flex-col.lg\:flex-row.h-full[data-v-e6997289] {
    height: calc(100vh - 4rem);
    min-height: calc(100vh - 4rem);
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.flex.builder-preview.lg\:flex-row.h-full[data-v-e6997289] {
    height: calc(100vh - 4rem);
    min-height: calc(100vh - 4rem);
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.builder-preview.flex.flex-col.bg-black.overflow-y-auto[data-v-e6997289] {
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}
.w-full.flex.flex-col.builder-preview.overflow-y-auto[data-v-e6997289] {
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}
.w-full.builder-preview.flex-col.bg-black.overflow-y-auto[data-v-e6997289] {
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}
.w-full.flex.builder-preview.bg-black.overflow-y-auto[data-v-e6997289] {
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}
.builder-preview.flex.flex-col.transition-all.duration-500.h-full[data-v-e6997289] {
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}
.w-full.builder-preview.flex-col.transition-all.duration-500.h-full[data-v-e6997289] {
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}
.w-full.flex.builder-preview.transition-all.duration-500.h-full[data-v-e6997289] {
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}
.flex-shrink-0.builder-preview.border-zinc-800\/50[data-v-e6997289] {
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}
.flex-shrink-0.border-t.builder-preview[data-v-e6997289] {
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}
@media (max-width: 1023px) {
.builder-preview.flex-col.lg\:flex-row.h-full[data-v-e6997289] {
        height: calc(100vh - 4rem);
        flex-direction: column;
}
.flex.builder-preview.lg\:flex-row.h-full[data-v-e6997289] {
        height: calc(100vh - 4rem);
        flex-direction: column;
}
.builder-preview.flex.flex-col.bg-black.overflow-y-auto[data-v-e6997289] {
        height: 50%;
        max-height: 50%;
}
.w-full.flex.flex-col.builder-preview.overflow-y-auto[data-v-e6997289] {
        height: 50%;
        max-height: 50%;
}
.w-full.builder-preview.flex-col.bg-black.overflow-y-auto[data-v-e6997289] {
        height: 50%;
        max-height: 50%;
}
.w-full.flex.builder-preview.bg-black.overflow-y-auto[data-v-e6997289] {
        height: 50%;
        max-height: 50%;
}
.builder-preview.flex.flex-col.transition-all.duration-500.h-full[data-v-e6997289] {
        height: 50%;
        max-height: 50%;
        border-top: 1px solid rgba(39, 39, 42, 0.5);
        border-left: none;
}
.w-full.builder-preview.flex-col.transition-all.duration-500.h-full[data-v-e6997289] {
        height: 50%;
        max-height: 50%;
        border-top: 1px solid rgba(39, 39, 42, 0.5);
        border-left: none;
}
.w-full.flex.builder-preview.transition-all.duration-500.h-full[data-v-e6997289] {
        height: 50%;
        max-height: 50%;
        border-top: 1px solid rgba(39, 39, 42, 0.5);
        border-left: none;
}
}
.flex-1.builder-preview.flex-col.h-full[data-v-e6997289] {
    height: calc(100vh - 4rem);
    overflow: hidden;
}
.flex-1.flex.builder-preview.h-full[data-v-e6997289] {
    height: calc(100vh - 4rem);
    overflow: hidden;
}
.flex-1.builder-preview.flex-col.h-full footer[data-v-e6997289] {
    flex-shrink: 0;
    margin-top: auto;
}
.flex-1.flex.builder-preview.h-full footer[data-v-e6997289] {
    flex-shrink: 0;
    margin-top: auto;
}
@supports (-webkit-touch-callout: none) {
.builder-preview.flex-col.lg\:flex-row.h-full[data-v-e6997289] {
        height: calc(100vh - 4rem);
        height: calc(-webkit-fill-available - 4rem);
}
.flex.builder-preview.lg\:flex-row.h-full[data-v-e6997289] {
        height: calc(100vh - 4rem);
        height: calc(-webkit-fill-available - 4rem);
}
}
@media (min-width: 1024px) {
.builder-preview[data-v-e6997289] {
        min-height: 0px;
        width: 50%;
        border-top-width: 0px;
        border-left-width: 1px;
}
}

/* Melhor scroll em mobile */
@media (max-width: 1023px) {
.builder-form[data-v-e6997289] {
        max-height: 50vh;
}
.builder-preview[data-v-e6997289] {
        max-height: 50vh;
        overflow-y: auto;
}
}

/* ==================== PREVIEW TOGGLE ==================== */
.builder-preview-expanded[data-v-e6997289] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.w-full.flex.flex-col.builder-preview-expanded.overflow-y-auto[data-v-e6997289] {
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}
@media (max-width: 1023px) {
.w-full.flex.flex-col.builder-preview-expanded.overflow-y-auto[data-v-e6997289] {
        height: 50%;
        max-height: 50%;
}
}
.builder-preview-expanded .lg\:w-1\/2[data-v-e6997289] {
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Animação suave para expansão */
@media (min-width: 1024px) {
.transition-all[data-v-e6997289] {
        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
}

/* ==================== ALTURA COMPLETA - APPLAYOUT ==================== */

/* Container principal - aproveita toda a viewport */
.min-h-screen[data-v-e6997289] {
    min-height: 100vh !important;
    height: 100vh !important;
}

/* Container do builder - altura completa */
.h-screen[data-v-e6997289] {
    height: 100vh !important;
}
.pt-16[data-v-e6997289] {
    padding-top: 4rem !important;
}

/* Layout builder - sem gaps ou espaços extras */
.flex.flex-col.lg\:flex-row.h-full[data-v-e6997289] {
    height: calc(100vh - 4rem) !important;
    min-height: calc(100vh - 4rem) !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Coluna esquerda - formulário */
.w-full.flex.flex-col.bg-black.overflow-y-auto[data-v-e6997289] {
    height: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Coluna direita - preview */
.w-full.flex.flex-col.transition-all.duration-500.h-full[data-v-e6997289] {
    height: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Preview container - aproveita toda altura */
.bg-zinc-900\/50.rounded-none.lg\:rounded-2xl[data-v-e6997289] {
    height: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
}

/* Preview card container */
.flex-1.relative.overflow-hidden[data-v-e6997289] {
    height: 100% !important;
    min-height: 0 !important;
    flex: 1 !important;
}

/* Player de música - fixo na base do preview */
.flex-shrink-0.border-t.border-zinc-800\/50[data-v-e6997289] {
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove qualquer margin/padding extra */
.lg\:m-6[data-v-e6997289] {
    margin: 0 !important;
}

/* Mobile específico - altura completa */
@media (max-width: 1023px) {
.flex.flex-col.lg\:flex-row.h-full[data-v-e6997289] {
        height: calc(100vh - 4rem) !important;
        flex-direction: column !important;
}
.w-full.flex.flex-col.bg-black.overflow-y-auto[data-v-e6997289] {
        height: 50% !important;
        max-height: 50% !important;
}
.w-full.flex.flex-col.transition-all.duration-500.h-full[data-v-e6997289] {
        height: 50% !important;
        max-height: 50% !important;
        border-top: 1px solid rgba(39, 39, 42, 0.5) !important;
        border-left: none !important;
}
}

/* Preview expandido - ocupa tela toda */
.builder-preview-expanded .lg\:w-full[data-v-e6997289] {
    width: 100% !important;
    height: calc(100vh - 4rem) !important;
}
.builder-preview-expanded .lg\:w-0[data-v-e6997289] {
    width: 0% !important;
    overflow: hidden !important;
}

/* Status cards - melhor posicionamento */
.flex-shrink-0.p-8.pt-0.space-y-4[data-v-e6997289] {
    padding: 1rem !important;
    padding-top: 0 !important;
    flex-shrink: 0 !important;
}

/* Formulário - melhor scroll */
.flex-1.p-8[data-v-e6997289] {
    padding: 2rem 1rem !important;
    overflow-y: auto !important;
    flex: 1 !important;
    min-height: 0 !important;
}

/* Remove margens dos containers internos */
.max-w-xl.mx-auto[data-v-e6997289] {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 36rem !important;
}

/* Layout não-builder - altura completa */
.flex-1.flex.flex-col.h-full[data-v-e6997289] {
    height: calc(100vh - 4rem) !important;
    overflow: hidden !important;
}
.flex-1.overflow-y-auto[data-v-e6997289] {
    overflow-y: auto !important;
    height: 100% !important;
    flex: 1 !important;
}

/* Footer no layout normal */
.flex-1.flex.flex-col.h-full footer[data-v-e6997289] {
    flex-shrink: 0 !important;
    margin-top: auto !important;
}

/* Remove qualquer espaço extra dos elementos */
[data-v-e6997289] {
    box-sizing: border-box !important;
}

/* Remove margens padrão que podem causar gaps */
body[data-v-e6997289], html[data-v-e6997289] {
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    overflow-x: hidden !important;
}

/* Container da aplicação */
#app[data-v-e6997289] {
    height: 100vh !important;
    overflow: hidden !important;
}

/* Transições suaves para mudanças de layout */
.transition-all.duration-500[data-v-e6997289] {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* iOS Safari - fix para viewport */
@supports (-webkit-touch-callout: none) {
.h-screen[data-v-e6997289], .min-h-screen[data-v-e6997289] {
        height: 100vh !important;
        height: -webkit-fill-available !important;
}
.flex.flex-col.lg\:flex-row.h-full[data-v-e6997289] {
        height: calc(100vh - 4rem) !important;
        height: calc(-webkit-fill-available - 4rem) !important;
}
}

/* Android Chrome - fix para viewport */
@media screen and (max-width: 768px) {
.h-screen[data-v-e6997289], .min-h-screen[data-v-e6997289] {
        height: 100vh !important;
        height: 100svh !important; /* Small viewport height */
}
}

/* Scrollbar customizada para containers que precisam scroll */
.overflow-y-auto[data-v-e6997289]::-webkit-scrollbar {
    width: 6px !important;
}
.overflow-y-auto[data-v-e6997289]::-webkit-scrollbar-track {
    background: rgba(24, 24, 27, 0.3) !important;
    border-radius: 3px !important;
}
.overflow-y-auto[data-v-e6997289]::-webkit-scrollbar-thumb {
    background: rgba(161, 161, 170, 0.4) !important;
    border-radius: 3px !important;
}
.overflow-y-auto[data-v-e6997289]::-webkit-scrollbar-thumb:hover {
    background: rgba(161, 161, 170, 0.6) !important;
}


/* Estilos específicos do layout de landing */

/* Glassmorphism effect */
.backdrop-blur-xl[data-v-5b9c052a] {
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
}

/* Smooth transitions */
.transition-colors[data-v-5b9c052a] {
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
.lg\:w-2\/5[data-v-5b9c052a] {
        display: none;
}
}

/* Animações personalizadas */
@keyframes bounce-in-cd6fb89f {
0% { transform: scale(0.3) rotate(-45deg); opacity: 0;
}
50% { transform: scale(1.05) rotate(-10deg);
}
70% { transform: scale(0.9) rotate(5deg);
}
100% { transform: scale(1) rotate(0deg); opacity: 1;
}
}
.animate-bounce-in[data-v-cd6fb89f] {
    animation: bounce-in-cd6fb89f 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Scrollbar customizada */
[data-v-cd6fb89f]::-webkit-scrollbar {
    width: 6px;
}
[data-v-cd6fb89f]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}
[data-v-cd6fb89f]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}
[data-v-cd6fb89f]::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1;
}

/* Efeitos hover nos botões */
button[data-v-cd6fb89f]:hover {
    transform: translateY(-1px);
}

/* Gradientes animados */
.bg-gradient-to-r[data-v-cd6fb89f] {
    background-size: 200% 200%;
    animation: gradient-shift-cd6fb89f 3s ease infinite;
}
@keyframes gradient-shift-cd6fb89f {
0% { background-position: 0% 50%;
}
50% { background-position: 100% 50%;
}
100% { background-position: 0% 50%;
}
}
