body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  font-family: "Inter-Medium", sans-serif;
  background-color: #D9D9D9;
  color: #333;
}

/* --- Variáveis de Cor (Mantidas da v1, ajuste se necessário) --- */
:root {
    --bg-color-start: #bbc6e9; /* Gradiente começa mais claro */
    --bg-color-end: #7271ac; /* Gradiente termina um pouco mais azulado/lilás */
}
/* Background Style */
.site-background {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw; /* Usa a largura da viewport */
            height: 100vh; /* Usa a altura da viewport */
            z-index: -1; /* Coloca este elemento atrás de tudo */
  /* background-image: url('../images/background-home-2.png'); */
  /* background-color: rgb(213, 219, 239); */
  /* background: linear-gradient(174deg, #eeffff 0%, #e6f6ff 25%, #e6ebff 50%, #e4ddfe 75%, #ebd8ff 100%); */


  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

/* Header Styles */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  /* background: transparent; */
  background-color: rgba(255, 255, 255, 0);
  z-index: 1000;
  display: flex;
  align-items: center;
}

/* Logo */
.logo-wrapper {
  margin-left: 30px;
  width: 54.83px;
  height: 38.79px;
}

.logo-cube {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Header Content Left*/
.header-content-left {
  display: flex;
  align-items: center;
  margin-left: 60px;
  gap: 20px;
}

/* Header Content Right*/
.header-content-right {
  position: absolute;
  display: flex;
  right: 40px;
  gap: 40px;
}

.header-item {
  font-size: 12px;
  font-weight: 500;
  color: #252525;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.header-item a {
  text-decoration: none;
  color: inherit;
}

.header-item ai-create {
  font-family: "FiraSans-Regular", sans-serif;
  color: #424242;
}

.header-item account {
  font-family: "FiraSans-Regular", sans-serif;
  color: #424242;
}

.header-item about {
  font-family: "FiraSans-Regular", sans-serif;
  color: #424242;
}

.header-item forum {
  font-family: "FiraSans-Regular", sans-serif;
  color: #424242;
}

.header-item letsdaw {
  font-family: "FiraSans-Regular", sans-serif;
  color: #424242;
}

.header-item equal {
  font-family: "FiraSans-Regular", sans-serif;
  color: #424242;
}

.header-item:hover {
  color: #820050;
}

/* Main Content */
.site-content {
  flex: 1;
  text-align: left;
  width: 100%;
  margin-top: 70px;
  position: relative;
}

/* Container central */
.content-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Box de exemplos */
.example-box {
  background-color: white;
  border-radius: 8px;
  padding: 15px;
  margin: 10px auto 60px auto;
  width: 60%;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Monaco", monospace;
  font-size: 14px;
  color: #777;
}

.readonly-text {
  font-family: "Monaco", monospace;
  font-size: 14px;
  color: #555555;
}

/* Box de exemplos */
.example-box2 {
  /* background-color: rgba(255, 255, 255, 0);
  border-radius: 8px;
  padding: 15px;
  margin: 10px auto 60px auto;
  width: 60%;
  height: 14px; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Monaco", monospace;
  font-size: 14px;
  color: #555555;
}

/* Box regenrate */
.example-box-regenerate {
  background-color: white;
  border-radius: 8px;
  padding: 15px;
  margin: 10px auto 20px auto;
  width: 60%;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Monaco", monospace;
  font-size: 14px;
  color: #777;
}

.example-box p {
  margin: 0;
  padding: 0;
}

/* Box de exemplos */
.example-box-tips {
  background-color: white;
  border-radius: 8px;
  padding: 15px;
  margin: 10px auto 60px auto;
  width: 60%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Monaco", monospace;
  font-size: 14px;
  color: #777;
}

.example-box-tips2 {
  background-color: white;
  border-radius: 8px;
  padding: 15px;
  margin: 10px auto 60px auto;
  width: 60%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Monaco", monospace;
  font-size: 14px;
  color: #777;
}

/* Classe para textos centralizados */
.text-center {
  text-align: center;
  line-height: 0.8;
  margin-bottom: 80px;
}

.text-center p {
  margin: 10px 0;
}

/* Classe para imagens centralizadas */
.image-center {
  text-align: center;
}

.image-center p {
  margin: auto 0;
}

/* Ajuste específico para a segunda imagem */
.image-center p:nth-child(1) {
  margin-bottom: -80px;
}

/* Ajuste específico para a segunda imagem */
.image-center p:nth-child(2) {
  margin-bottom: 40px;
}

/* Ajuste específico para a terceira imagem */
.image-center p:nth-child(3) {
  margin-top: -40px;
  margin-bottom: -60px;
}

/* Botões centralizados */
.btn-center {
  display: flex;
  gap: 10px;  
  justify-content: center;
  margin: 20px 0;
}

/* Atualizar a classe btn-single existente */
.btn-single {
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    background-color: #ffef93;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity 0.3s ease;
}
/* Adicionar estado inativo */
.btn-single:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-single-pink {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  background-color: #ff93e6;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
/* Adicionar estado inativo */
.btn-single-pink:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-single-green {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  background-color: #aaffc3;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
/* Adicionar estado inativo */
.btn-single-green:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}



/* 2 Botões laterais */
.btn-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
}

.btn-side {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  background-color: #efb6ff;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}

.btn-side-delete {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  background-color: #ff8080;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}

/* Footer Styles */
.site-footer {
  width: 100%;
  padding: 20px 0;
  margin-top: auto;
}

.footer-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 30px;
  z-index: 1;
}

.footer-text {
  color: #1d1d1d;
  text-align: center;
  font-family: "FiraSans-Regular", sans-serif;
  font-size: 10px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.footer-logo {
  position: absolute;
  right: 90px;
  width: 45px;
  height: 40px;
  filter: invert(1);
}

/* Parte 5: Elementos Adicionais da HOME / PRICE */
.pricing-section {
    position: relative;
    width: 100%;
    padding: 40px 0;
    margin-top: 20px;
}

/* Container dos planos */
.pricing-plans {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
    max-width: 1200px;
}

/* Card de plano individual */
.pricing-card {
    width: 178px;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

.pricing-card.free {
    background: #bff5cf;
}

.pricing-card.pro {
    background: #f7c4f4;
}

.pricing-card.business {
    background: #b6d7e5;
}

.pricing-card.enterprise {
  background: #e5cbb6;
}

/* Título do plano */
.pricing-plan-title {
    color: #1b1b1b;
    font-family: "Inter-Bold", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Preço do plano */
.pricing-price {
    color: #d6628d;
    text-align: center;
    margin-bottom: 20px;
}

.pricing-price .amount {
    font-family: "Inter-Bold", sans-serif;
    font-size: 40px;
    font-weight: 700;
}

.pricing-price .period {
    font-family: "Inter-Bold", sans-serif;
    font-size: 14px;
    font-weight: 700;
}

/* Lista de características */
.pricing-features {
    text-align: left;
    font-family: "Inter-Medium", sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.pricing-features ul {
    list-style-type: disc;
    padding-left: 1em;
    margin: 0;
}

.pricing-features.free li {
    color: #373737;
}

.pricing-features.pro li {
    color: #401a40;
}

.pricing-features.business li {
    color: #d88407;
}

/* Linha divisória */
.pricing-divider {
    width: 614px;
    height: 1px;
    background-color: #484848;
    margin: 40px auto;
}

/* Botão de ação */
.pricing-cta {
    background: #faeb77;
    border-radius: 20px;
    padding: 10px 20px;
    color: #4f4f4f;
    font-family: "Inter-Medium", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    width: fit-content;
    margin: 20px auto;
}

/* Seção de valores únicos */
.one-time-price {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.one-time-price .setup-fee {
    color: #d6628d;
    font-family: "Inter-Bold", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.one-time-price .monthly-fee {
    color: #d6628d;
    font-family: "Inter-Bold", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-top: 5px;
}

.pricing-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
  align-items: start;
  justify-content: center;      /* Centraliza o grid */
  max-width: 350px;             /* 2 cards de 300px + gap */
  margin-left: auto;
  margin-right: auto;
}

/* Parte 6: Elementos do Formulário */
.plugin-form {
    width: 100%;
    max-width: 740px;
    margin: 40px auto;
}

.form-title {
  width: 70%;
  margin: 20px auto 10px auto;
  text-align: left;
}

.form-group {
    margin-bottom: 60px;
}

.form-label {
    color: #5e5e5e;
    text-align: left;
    font-family: "Inter-Medium", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.tip-text {
    color: #903592;
    font-size: 14px;
}

/* Estilo do input dentro da example-box */
.example-box .input-field {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    font-family: "Monaco", monospace;
    font-size: 12px;
    color: #444;
    padding: 0;
    height: 14px;
    line-height: 14px;
}

.example-box-regenerate .input-field {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-family: "Monaco", monospace;
  font-size: 12px;
  color: #444;
  padding: 0;
  height: 14px;
  line-height: 14px;
}

/* Estilo do placeholder */
.input-field::placeholder {
    color: #5a5a5a;
    opacity: 1;
}

/* Remove a borda no focus */
.input-field:focus {
    border: none;
    outline: none;
}

/* ... (manter estilos existentes do common.css) ... */

/* Login Form Styles */
.login-container {
  max-width: 300px;
  margin: 40px auto;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.login-title {
  font-family: 'Inter-Bold', sans-serif;
  font-size: 28px;
  color: #424242;
  margin: 0;
}

.login-subtitle {
  font-family: 'Inter-Medium', sans-serif;
  font-size: 16px;
  color: #5e5e5e;
  margin: 10px 0;
}

.login-logo {
  margin-bottom: 30px;
  max-width: 200px;
}

.signup-section {
  margin-bottom: 40px;
  font-family: 'Inter-Medium', sans-serif;
}

.signup-text {
  color: #5e5e5e;
}

.signup-link {
  font-family: 'Inter-Bold', sans-serif;
  color: #d6628d;
  text-decoration: none;
}

.login-form-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.form-field {
  text-align: left;
}

.form-label {
  display: block;
  margin-bottom: 8px;
  color: #424242;
  font-family: 'Inter-Bold', sans-serif;
}

.form-input {
  width: 92%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-family: 'Inter-Medium', sans-serif;
}

.button-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.btn-login {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  background-color: #f7c4f4;
  color: #424242;
  font-family: 'Inter-Bold', sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.forgot-password {
  color: #5e5e5e;
  text-decoration: none;
  font-family: 'Inter-Medium', sans-serif;
}

/* Welcome Section */
.welcome-section {
  margin-bottom: 30px;
}

/* ... (manter estilos anteriores do common.css) ... */

/* Error Button Style */
.btn-error {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  background-color: #ffb090;
  color: #424242;
  font-family: 'Inter-Bold', sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  min-width: 120px;
}

/* Error Message Styles */
.error-container {
  max-width: 400px;
  margin: 40px auto;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.error-title {
  font-family: 'Inter-Bold', sans-serif;
  font-size: 24px;
  color: #424242;
  margin: 20px 0 20px 0;
  gap: 20px;
}

.error-message {
  font-family: 'Inter-Medium', sans-serif;
  font-size: 16px;
  color: #5e5e5e;
  margin: 0 0 30px 0;
}

.error-image {
  width: 10%;  /* Define a largura como 40% do container pai */
  height: auto; /* Mantém a proporção da imagem */
}

/* Adicionar ao final do common.css */

/* Base do Plano */
.plan-box {
  width: 740px;
  margin: 20px auto;
  border-radius: 20px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 30px;
}

/* Header Comum */
.plan-header {
  margin-bottom: 30px;
}

.title-group {
  display: flex;
  align-items: center;
  gap: 20px;
}

.plan-title {
  font-family: "Inter-Bold", sans-serif;
  font-size: 20px;
  color: #1b1b1b;
  margin: 0;
}

/* Conteúdo Comum */
.plan-content {
  display: flex;
  height: calc(100% - 80px);
}

.plan-left {
  flex: 1;
  padding-right: 20px;
}

.plan-right {
  width: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Features Comuns */
.plan-features {
  list-style-type: disc;
  padding-left: 20px;
  font-family: "Inter-Medium", sans-serif;
  font-size: 11px;
  line-height: 30px;
  margin: 0;
}

/* Plano Free */
.free-plan {
  background: #bff5cf;
  height: 125px;
}

.current-plan {
  color: #4f4f4f;
  font-family: "Inter-Medium", sans-serif;
  font-size: 14px;
}

.free-text {
  font-size: 48px;
  color: #d6628d;
  font-family: "Inter-Bold", sans-serif;
}

/* Plano Pro */
.pro-plan {
  background: #f7c4f4;
  height: 171px;
}

/* Plano Business */
.business-plan {
  background: #b6d7e5;
  height: 305px;
}

/* Botão de Upgrade */
.btn-upgrade {
  background: #faeb77;
  border-radius: 20px;
  padding: 8px 20px;
  color: #4f4f4f;
  font-family: "Inter-Medium", sans-serif;
  font-size: 14px;
  cursor: pointer;
  min-width: 159px;
  border: none;
  outline: none;
}

/* Destaques nas Features */
.plan-features .highlight {
  color: #903592;
  font-family: "Inter-Bold", sans-serif;
  font-weight: 700;
}

.plan-features .highlight-special {
  color: #d88407;
  font-family: "Inter-Bold", sans-serif;
  font-weight: 700;
}

/* Preços */
.plan-price {
  color: #d6628d;
  font-family: "Inter-Bold", sans-serif;
  text-align: center;
}

.setup-fee {
  font-size: 20px;
  margin-bottom: 5px;
}

.setup-fee span {
  font-size: 32px;
  margin-left: 5px;
}

.plus {
  font-size: 40px;
  margin: 5px 0;
}

.monthly-amount {
  font-size: 64px;
  line-height: 1;
}

.period {
  font-size: 20px;
  font-weight: 700;
}

.additional-info {
  width: 740px;
  margin: 40px auto;
  font-family: "Inter-Medium", sans-serif;
  font-size: 11px;
  line-height: 30px;
  color: #050505;
}

.additional-info p {
  margin-bottom: 15px;
}

.additional-info strong {
  font-family: "Inter-Bold", sans-serif;
  font-weight: 700;
}

.options-group {
  width: 60%;
  margin: 20px auto;
  text-align: center;
}

.option-box {
  margin: 10px 0;
  text-align: center;
}

.radio-group {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 10px 0;
}

.radio-group input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: -50px;
  outline: none;
  position: relative;
  cursor: pointer;
  background-color: #e0e0e0;
}

.radio-group input[type="radio"]:checked {
  background-color: #efb6ff;
}

.radio-group input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #903592;
}

.radio-group label {
  font-family: "Inter-Medium", sans-serif;
  color: #424242;
  font-size: 14px;
}


.radio-group input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: -50px;
  outline: none;
  position: relative;
  cursor: pointer;
  background-color: #e0e0e0;
}

.radio-group input[type="radio"]:checked {
  background-color: #efb6ff;
}

.radio-group input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #903592;
}


.ai-preview {
  height: 370px;  /* Define a largura como 50% do tamanho original */
  width: auto;  /* Mantém a proporção da imagem */
  border-radius: 8px;
  margin: 20px auto;  /* Centraliza a imagem */
  border: 2px solid #cccccc00;
  display: block;  /* Garante que as margens automáticas funcionem */
}

/* Account Modal Overlay */
.modal-overlay {
  z-index: 1000; backdrop-filter: blur(4px); /* Leve desfoque */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-overlay.active {
  display: flex;
}

/* Account Container */
.account-container {
  background: white;
  top: 60px;
  left: 80px;
  border-radius: 20px;
  width: 440px;
  padding: 40px;
  position: fixed;
  background: rgb(212, 206, 253);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.profile-user-name {
  font-size: 1.8em; /* Aumenta o tamanho da fonte (ajuste conforme necessário) */
  font-weight: bold; /* Deixa o texto em negrito */
  color: #404040; /* Cor um pouco mais escura para destaque, opcional */
  margin-bottom: 2px; /* Ajusta a margem inferior se necessário */
}

.company-info-line {
  display: flex;
  align-items: center; /* Alinha verticalmente o texto e o botão */
  gap: 10px; /* Espaço entre o texto e o botão */
  margin-bottom: 10px; /* Margem inferior para a linha toda */
  margin-top: 30px; /* Margem inferior para a linha toda */
}

.company-info-line p {
  margin: 0; /* Remove margens do parágrafo dentro desta linha */
}

.company-badge-orange {
  background-color: #f0ad4e; /* Cor laranja para o badge da empresa */
  color: #fff; /* Texto branco no badge */
}

.btn-set-company {
  font-size: 12px; 
  /* padding: 6px 10px;  */
  background-color: #5cb85c; /* Cor verde para o botão */
  color: white;
  margin: 0; /* Remove margens específicas do botão que possam atrapalhar */
  display: inline-block; /* Garante que se comporte bem no flex container */
  width: auto; /* Largura automática baseada no conteúdo */
}

/* Ajuste para o botão de gerenciar assinatura/planos */
.btn-single.plans-btn {
  display: flex; /* Permite o alinhamento vertical do conteúdo interno */
  align-items: center; /* Centraliza verticalmente a imagem e o texto */
  justify-content: center; /* Centraliza horizontalmente se o botão tiver largura fixa ou maior que o conteúdo */
  gap: 8px; /* Espaço entre a imagem e o texto */
  /* margin-right: 10%; */
}

.btn-single.plans-btn img {
  /* Se a imagem estiver desalinhando, você pode ajustar a altura dela ou margens aqui */
  /* Exemplo: height: 20px; vertical-align: middle; */
}

.plan-info-text {
    margin-top: 10px; /* Adiciona uma margem superior consistente para o texto do plano */
}


/* Profile Section */
.profile-section {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}


.profile-info {
  flex: 1;
}

.profile-info h2 {
  color: #505050;
  font-family: "FiraSans-Regular", sans-serif;
  font-size: 20px;
  margin-bottom: 5px;
}

.profile-info p {
  color: #505050;
  font-family: "FiraSans-Regular", sans-serif;
  font-size: 14px;
  margin-bottom: 3px;
}

.plan-badge {
  background: #e3936e;
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 14px;
  margin-right: 10px;
}

.credits-badge {
  color: #505050;
  font-size: 14px;
}

.credits-badge-2 {
  /* color: #505050; */
  font-size: 14px;
}

/* Divider */
.divider {
  border: none;
  height: 1px;
  background: #505050;
  margin: 20px 0;
}

/* Account Menu */
.account-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.menu-item {
  color: #505050;
  font-family: "FiraSans-Regular", sans-serif;
  font-size: 18px;
  text-decoration: none;
  padding: 5px 0;
  transition: color 0.3s ease;
}

.menu-item:hover {
  color: #e3936e;
}

.delete-account {
  color: #ff6b6b;
}

/* Upgrade Button */
.upgrade-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #e3936e;
  color: white;
  padding: 10px 20px;
  border-radius: 9px;
  font-family: "Inter-Medium", sans-serif;
  font-size: 15px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.upgrade-btn img {
  width: 23px;
  height: 25px;
}

.upgrade-btn:hover {
  opacity: 0.9;
}

/* Plugins List Styles */
.plugins-list {
  width: 90%;
  margin-top: 40px;
  margin-left: 0%;
}.plugins-list {
  /* Você pode adicionar padding geral se desejar */
  width: 100%; /* Garante que a lista ocupe a largura disponível */
}

/* Aplica Flexbox tanto ao cabeçalho quanto a cada linha de detalhe */
.plugins-header,
.plugin-details {
  display: flex;              /* Ativa o Flexbox */
  align-items: center;        /* Alinha os itens verticalmente ao centro */
  justify-content: space-between; /* Tenta distribuir espaço entre os itens */
  padding: 10px 5px;          /* Adiciona um pouco de preenchimento interno */
  margin-bottom: 8px;         /* Espaço entre as linhas */
  border-bottom: 1px solid #eeeeee54; 
}

.plugins-header {
  font-weight: bold;
  color: #333;
  margin-bottom: 15px; /* Mais espaço abaixo do cabeçalho */
  border-bottom-width: 2px;
}

/* --- Definição das Larguras/Flexibilidade das Colunas --- */
/* Ajuste as porcentagens (flex-basis) conforme necessário para o seu layout */

.header-plugin,
.plugin-name {
  flex: 1 1 30%; /* Permite crescer/diminuir, base de 30% */
  text-align: left;
  padding-right: 15px; /* Espaço à direita do nome */
}

.header-plugin,
.plugin-name-balance {
  flex: 1 1 30%; /* Permite crescer/diminuir, base de 30% */
  text-align: center;
  padding-right: 15px; /* Espaço à direita do nome */
}

.header-date,  /* Cabeçalho "Created" */
.header-last {  /* Cabeçalho "Last Recall" */
  flex: 0 0 15%; /* Não cresce, não diminui, base de 15% */
  text-align: center; /* Centraliza o texto do cabeçalho */
  /* Adiciona margem para mover os cabeçalhos para a direita */
  margin-left: 15px; /* << AUMENTE ESTE VALOR para mover mais para a direita */
}

.header-platform { /* Cabeçalho "Platform" */
  flex: 0 0 35%; /* Não cresce, não diminui, base de 35% (ajuste conforme a largura dos botões) */
  text-align: center; /* Alinha o texto do cabeçalho à direita */
  margin-left: 15px; /* << AUMENTE ESTE VALOR para mover mais para a direita */
}

/* --- Alinhamento dos Dados --- */

.plugin-date {
  flex: 0 0 15%; /* Mesma base dos cabeçalhos de data */
  text-align: center; /* Centraliza a data */
  font-size: 0.9em;
  color: #555;
   /* Adiciona margem correspondente aos cabeçalhos */
   margin-left: 15px; /* << USE O MESMO VALOR que usou em .header-date/.header-last */
}

/* Tratamento especial para o caso "(will be debited...)" */
.plugin-details > .plugin-date:only-of-type {
    /* Se for o ÚNICO .plugin-date na linha */
    flex-basis: 30%; /* Ocupa o espaço das duas colunas de data */
    text-align: center; /* Centraliza */
    font-style: italic;
    color: #777;
    /* Ajuste a margem esquerda para alinhar corretamente com os cabeçalhos */
    /* (15% da coluna Created + 15% da coluna Last Recall + 15px de margem) */
    /* O cálculo pode precisar de ajuste fino */
     margin-left: calc(15% + 30px); /* << AJUSTE FINO AQUI SE NECESSÁRIO */
}

/* Se houver duas datas, garante que a segunda se alinhe com "Last Recall" */
.plugin-details > .plugin-date + .plugin-date {
    /* Seleciona um .plugin-date que vem logo após outro .plugin-date */
     margin-left: 15px; /* Garante a margem correta para a segunda data */
}


.plugin-buttons {
  flex: 0 0 35%; /* Mesma base do cabeçalho Platform */
  text-align: right; /* Alinha o contêiner dos botões à direita */
  display: flex; /* Usa flex para alinhar os botões dentro do contêiner */
  justify-content: flex-end; /* Alinha os botões ao final (direita) */
  gap: 8px; /* << AUMENTE ESTE VALOR para mais espaço ENTRE os botões */
}

/* Ajuste fino nos botões se necessário */
.plugin-buttons .btn-side,
.plugin-buttons .btn-side-delete {
  padding: 4px 12px; /* Ajuste o padding dos botões */
  white-space: nowrap; /* Impede que o texto do botão quebre linha */
}




/* Ajuste para os botões */
.plugin-buttons .btn-side {
  padding: 8px 16px;
  min-width: 80px;
}

/* Tips Link Style */
.see-tips {
  color: #424242;
  cursor: pointer;
  text-decoration: underline;
}

.see-tips:hover {
  color: #417b49;
}

/* Tips Modal Structure */
.tips-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.tips-modal-overlay.active {
  display: flex;
}

.tips-modal-container {
  background: rgb(215, 255, 223);
  border-radius: 20px;
  padding: 40px;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}

/* Tips Content Styles */
.tips-modal-content {
  position: relative;
}

.tips-modal-content p {
  margin: 10px 0;
  font-family: "FiraSans-Regular", sans-serif;
  color: #424242;
  line-height: 1.5;
}

.tips-modal-content .example-box {
  background-color: white;
  border-radius: 8px;
  padding: 15px;
  margin: 10px 0;
  font-family: "Monaco", monospace;
  font-size: 14px;
  line-height: 1.6;
}

/* Scrollbar Styles */
.tips-modal-container::-webkit-scrollbar {
  width: 8px;
}

.tips-modal-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.tips-modal-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.tips-modal-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.loading-modal {
  background: linear-gradient(180deg, rgba(25, 25, 25, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 1000; backdrop-filter: blur(4px); /* Leve desfoque */
}

.loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;

}

.loading-logo {
  width: auto;
  height: 300px;
  object-fit: cover;
}

.loading-text {
  color: white;
  font-family: "FiraSans-Regular", sans-serif;
  font-size: 24px;
  font-weight: 300;
  transition: opacity 0.2s ease-in-out;
}

.about-section {
  padding: 40px 0;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
}

.about-text {
  text-align: left;
  line-height: 1.6;
  color: #424242;
}

.about-text strong {
  color: #333;
}

.about-text h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

.about-image {
  border-radius: 20px;
  overflow: hidden;
width: 70%;
}

.about-image1 img {
  width: 80%;
  height: auto;
  display: block;
  border-radius: 15px;

}

.about-image2 img {
  width: 80%;
  height: auto;
  margin-right: 0px;
  border-radius: 15px;
}

.features-list {
  background: rgba(230, 255, 223, 0.9);
  padding: 20px;
  border-radius: 15px;
  margin: 40px 0;
}

.features-list li {
  margin: 15px 0;
  padding-left: 20px;
  position: relative;
}

.contact-section {
  text-align: center;
  margin-top: 60px;
  padding: 20px;
  background: rgba(223, 213, 255, 0.9);
  border-radius: 20px;
}

/* Help & Documentation Chat Styles */
.help-title {
  text-align: center;
  color: #424242;
  font-size: 24px;
  margin: 40px 0;
  font-family: "Inter-Medium", sans-serif;
}


/* Estilos para o sistema de chat - CubeSoundLab */

/* Estilo para links nas mensagens */
.bot-message a {
  color: #0066cc;
  text-decoration: underline;
  transition: color 0.2s;
}

.bot-message a:hover {
  color: #004080;
}

/* Estilo para blocos de código */
.code-block {
  background-color: #2d2d2d;
  color: #f8f8f2;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
  overflow-x: auto;
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  font-size: 14px;
  line-height: 1.4;
  white-space: pre;
  max-height: 300px; /* Limita a altura para blocos muito grandes */
}

/* Estilo para código inline */
.inline-code {
  background-color: #f0f0f0;
  padding: 2px 4px;
  border-radius: 3px;
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  font-size: 0.9em;
}

/* Indicador de carregamento com os três pontos animados */
.typing-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px 15px;
  background: #dfe2f2;
  border-radius: 15px 15px 15px 0;
  width: fit-content;
  margin: 5px 0;
}

.typing-indicator span {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #888;
  border-radius: 50%;
  opacity: 0.4;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.4; }
  50% { transform: scale(1.2); opacity: 0.8; }
  100% { transform: scale(1); opacity: 0.4; }
}

.typing-indicator span:nth-child(1) {
  animation: pulse 1s infinite 0s;
}

.typing-indicator span:nth-child(2) {
  animation: pulse 1s infinite 0.33s;
}

.typing-indicator span:nth-child(3) {
  animation: pulse 1s infinite 0.66s;
}

/* Melhorias na aparência das mensagens */
.user-message, .bot-message {
  max-width: 75%;
  word-wrap: break-word;
  line-height: 1.5;
}

.user-message {
  align-self: flex-end;
  background: #bff5cf;
  color: #333;
  padding: 12px 16px;
  border-radius: 15px 15px 0 15px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.bot-message {
  align-self: flex-start;
  background: #dfe2f2;
  color: #333;
  padding: 12px 16px;
  border-radius: 15px 15px 15px 0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/* Estado dos botões quando desabilitados */
.btn-single:disabled, 
.btn-single-pink:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Animação para o efeito de digitação */
@keyframes blink {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}

.cursor-typing {
  display: inline-block;
  width: 2px;
  height: 14px;
  background-color: #333;
  margin-left: 2px;
  animation: blink 1s infinite;
}

.help-chat-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.chat-messages {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 20px;
  height: 300px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Estilo para o textarea */
.message-input {
  width: 97.5%;
  padding: 10px;
  border: none;
  border-radius: 10px;
  resize: none;
  height: 40px; /* Altura fixa */
  outline: none;
  font-size: 14px; /* Tamanho da fonte consistente */
  vertical-align: middle;
  display: flex;
  align-items: center;
}

/* Estilo opcional para hover e focus se desejar */
.message-input:hover {
  border-color: #ccc;
}

.message-input:focus {
  box-shadow: none; /* Remove qualquer sombra no focus */
}

/* Container da área de input */
.message-input-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Scrollbar Styles */
.chat-messages::-webkit-scrollbar {
  width: 6px;
}

.chat-messages::-webkit-scrollbar-track {
  background: transparent;
}

.chat-messages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.reload-message {
  text-align: center;
  color: #ff8080;
  font-size: 16px;
  margin: 40px 0;
  font-family: "Inter-Medium", sans-serif;
}

.image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}

.image-wrapper img {
  display: block;
}

.overlay-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 350px;
  pointer-events: none;
}

.audio-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.custom-file-upload {
  display: inline-block;
  padding: 10px 20px;
  border: 2px dashed #aaa;
  border-radius: 20px;
  background-color: #b2ffcb8f;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#audioFileInput {
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}

.custom-file-upload::-webkit-file-upload-button {
  display: none;
}

.custom-file-upload::file-selector-button {
  display: none;
}

.custom-file-upload:hover {
  background-color: #cbe9ffdc;
  border-color: #888;
}

.custom-file-upload:focus {
  outline: none;
  border-color: #ff93e6;
  box-shadow: 0 0 5px rgba(255, 147, 230, 0.5);
}/* Estilo para input de arquivo */
#audioFileInput {
  padding: 10px 20px;
  border: 2px dashed #aaa;
  border-radius: 20px;
  background-color: #f4f4f4;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#audioFileInput:hover {
  background-color: #e6e6e6;
  border-color: #888;
}

#audioFileInput:focus {
  outline: none;
  border-color: #ff93e6;
  box-shadow: 0 0 5px rgba(255, 147, 230, 0.5);
}

/* Estilo compartilhado para os controles */
.volume-control, .color-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.volume-control label, .color-control label {
  color: #333;
  font-size: 14px;
  white-space: nowrap;
}

/* Estilo base para os sliders */
#volumeControl, #colorSlider {
  -webkit-appearance: none;
  height: 10px;
  background: #e6e6e6;
  border-radius: 5px;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}

/* Tamanhos específicos para cada controle */
#volumeControl {
  width: 50%;
}

#colorSlider {
  width: 100%; /* Dobro do tamanho do controle de volume */
}

#volumeControl:hover, #colorSlider:hover {
  opacity: 1;
}

/* Estilo para o thumb do Webkit (Chrome, Safari, etc) */
#volumeControl::-webkit-slider-thumb, #colorSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #ff93e6;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.15s ease;
}

/* Estilo para o thumb do Firefox */
#volumeControl::-moz-range-thumb, #colorSlider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #ff93e6;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  transition: background 0.15s ease;
}

/* Hover state para os thumbs */
#volumeControl::-webkit-slider-thumb:hover,
#volumeControl::-moz-range-thumb:hover,
#colorSlider::-webkit-slider-thumb:hover,
#colorSlider::-moz-range-thumb:hover {
  background: #ff60d0;
}

/* Container específico para o slider de cor para garantir maior largura */
.color-control {
  width: 50%; /* Aumenta o container para acomodar o slider maior */
  margin: 0 auto; /* Centraliza o container */
}

/* ============================ */
/* classes para o slider de cor */
        .slider-container {
            margin-top: 20px;
        }

        .result-container {
            margin-top: 20px;
        }
/* ============================ */

    .volume-warning {
        color: #ff4444;
        font-size: 0.9em;
        margin: 5px 0;
        text-align: center;
        padding: 5px;
    }
    .volume-warning-bold {
      color: #ff4444;
      font-size: 0.9em;
      margin: 5px 0;
      text-align: center;
      padding: 5px;
      font-weight: bold;
      }

    .plans-page-container {
      background-color: rgba(235, 235, 255, 0); /* Similar ao login, ajuste se necessário */
      padding: 40px;
      border-radius: 15px;
      /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); */
      text-align: center;
      color: #fff;
      max-width: 900px; /* Ajuste a largura máxima */
      margin: 20px auto; /* Centraliza */
      margin-top: -50px;
  }
  .plans-title { font-size: 2em; margin-bottom: 10px; color: #ce1979;}
  .plans-subtitle { font-size: 1em; margin-bottom: 20px; color: #202020; }
  .plans-subtitle2 { font-size: 1em; margin-top: 50px; color: #ce1979; }
  .plans-subtitle3 { font-size: 1em; margin-top: 0px; margin-bottom: 80px; color: #ce1979; }
  .plans-display { display:grid ; gap: 30px; justify-content: center; margin-left: 0px; grid-template-columns: 1fr 1fr;}



    /* =========================================== */
/* === CSS PARA O LAYOUT DOS PLANOS (GRID) === */
/* =========================================== */

/* 2. Estilos EM COMUM para TODOS os cards */
.plan-card {
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    width: 85%; /* Ocupa todo o espaço da coluna do grid */
}

/* 3. Cores de fundo específicas para cada card */
.plan-card1 { background-color: rgb(255, 247, 219); }
.plan-card2 { background-color: rgb(253, 249, 194); }
.plan-card3 { background-color: rgb(246, 252, 167); }
.plan-card4 { background-color: rgb(242, 251, 141); }

/* 4. Estilos para os elementos internos dos cards (unificados) */
.plan-card h2 {
    margin-top: 0;
    font-size: 1.8em;
    color: #4a5a9c; /* Cor ajustada para melhor contraste */
}

.plan-card ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
    color: #333; /* Cor ajustada para melhor contraste */
    flex-grow: 1;
}

.plan-card ul li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.plan-card ul li::before {
    content: '✔';
    color: #6a7ee0; /* Cor ajustada para melhor contraste */
    position: absolute;
    left: 0;
}

    .btn-subscribe:disabled { background-color: #555; cursor: not-allowed; }
    #loadingSpinner, #errorMessage { margin-top: 20px; font-size: 1.1em; }
    #errorMessage { color: #ff6b6b; }
    #loadingSpinner { display: none; } /* Oculto por padrão */

    .btn-subscribe2 { /* Tente usar seu estilo de botão principal */
        background-color: #f3aeee; color: white; border: none; padding: 12px 25px;
        border-radius: 20px; font-size: 1.1em; cursor: pointer; margin-top: 20px;
        text-transform: uppercase; font-weight: bold; width: 60%;
    }


/* Alinhamento perfeito do valor dos cards de preço */
.plan-card-home .pricing-plan-title,
.plan-card-home1 .pricing-plan-title,
.plan-card-home2 .pricing-plan-title,
.plan-card-home-enterprise .pricing-plan-title {
    margin-bottom: 4px; /* ajuste conforme necessário */
}

.plan-card-home .pricing-price,
.plan-card-home1 .pricing-price,
.plan-card-home2 .pricing-price,
.plan-card-home-enterprise .pricing-price {
    margin-bottom: 24px; /* espaço entre valor e lista de features */
    margin-top: 0;
    min-height: 70px; /* garante altura igual para o bloco do valor */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.pricing-plans {
  display: block !important;
}

/* --- ESTILOS PARA NOVAS SEÇÕES DE PROJETOS --- */
.promo-section-container {
  padding-top: 40px; /* Espaçamento acima das novas seções */
}

.video-promo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
  padding: 25px;
  border-radius: 12px;
  background-color: #fffbed00; /* Fundo levemente off-white */
  gap: 20px; /* Espaço entre as colunas */
  max-width: 1100px;
}

.project-promo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
  padding: 25px;
  border-radius: 12px;
  background-color: #fbf5dd; /* Fundo levemente off-white */
  gap: 20px; /* Espaço entre as colunas */
  max-width: 1100px;
}

.project-promo .promo-image-container {
  flex: 1.2; /* Dando um pouco mais de espaço para a imagem do PC */
  text-align: center;
}

.project-promo .promo-image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.project-promo .promo-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.project-promo .promo-details .promo-logo {
  max-width: 220px; /* Tamanho do logo */
  margin-bottom: 15px;
}

.project-promo .promo-details .promo-description {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 25px;
  max-width: 350px;
}

.btn-single-purple {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  background-color: #c0c1ff;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}

/* Estilo do botão herdado e ajustado */
.project-promo .btn-single-purple {
  padding: 12px 30px;
  /* font-weight: bold; */
}

.video-container {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  max-width: 800px;
  width: 90%;
  text-align: center;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* Proporção 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 5px;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Estilos para o Switch "Focused" */
.switch-container {
  display: inline-flex;
  align-items: center;
  margin-left: 15px;
  vertical-align: middle;
}
.switch-container span {
  margin-right: 8px;
  font-weight: bold;
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #555;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 24px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: #00ffc3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #00ffc3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


.disabled-option span a {
  color: #308300 !important; /* Cor roxa para destaque */
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

    /* Estilos para o banner de aviso de erro do CSD */
    .csd-error-banner {
        display: none; /* Começa escondido */
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        border-radius: 8px;
        color: #856404;
        background-color: #fff3cd;
        border-color: #ffeeba;
        text-align: center;
        font-size: 1em;
    }

.rgb-color-controls {
    border: none;
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
    background-color: rgba(255, 255, 255, 0);
}

.color-control-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.color-control-group label {
    width: 60px; /* Alinha os labels */
    /* font-weight: bold; */
}

.color-slider {
    flex-grow: 1; /* Faz o slider ocupar o espaço restante */
    margin: 0 15px;
}

.color-value {
    font-family: monospace;
    width: 35px; /* Alinha os valores numéricos */
    text-align: right;
    /* font-weight: bold; */
}

/* --- Estilos para os Botões de Template de Imagem --- */
.template-buttons-container {
  display: flex;        /* Alinha os botões lado a lado */
  flex-wrap: wrap;      /* Permite que os botões quebrem para a próxima linha */
  gap: 10px;            /* Espaço entre os botões */
  margin-bottom: 15px;  /* Espaço entre os botões e a caixa de texto abaixo */
  justify-content: center; /* Centraliza o conjunto de botões */
  max-width: 70%;       /* Limita a largura do container */
  margin-left: auto;    /* Centraliza o container na página */
  margin-right: auto;   /* Centraliza o container na página */
}

.template-btn {
  padding: 8px 16px;
  border: none; /* Borda azul claro sutil */
  border-radius: 20px;      /* Bordas arredondadas */
  background-color: #e0f7fa; /* Fundo azul claro */
  color: #202020;           /* Cor do texto */
  font-family: "Inter-Medium", sans-serif;
  font-size: 13px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: nowrap;      /* Impede que o texto do botão quebre a linha */
}

.template-btn:hover {
  background-color: #ccecf2; /* Cor um pouco mais escura ao passar o mouse */
  transform: translateY(-2px); /* Efeito de elevação leve */
}

/* Estilo para o botão quando está ativo/selecionado */
.template-btn.active {
  background-color: #3b9ecc; /* Cor azul mais forte para indicar seleção */
  color: white;             /* Texto branco */
  border-color: #008fa1;
  font-weight: normal;
}

/* --- Estilos para o Seletor de Knobs --- */
.knob-selector-container {
  max-width: 60%;       /* Limita a largura do container */
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Cria 6 colunas */
  gap: 10px; /* Espaço entre os knobs */
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  max-height: 75px; /* Altura para ~3 linhas de knobs */
  overflow-y: auto; /* Adiciona barra de rolagem vertical quando necessário */
  margin-bottom: 20px;
  margin-left: auto;    /* Centraliza o container na página */
  margin-right: auto;   /* Centraliza o container na página */
}

.knob-preview-item {
  width: 80px;
  height: 80px;
  border: 2px solid transparent; /* Borda transparente por padrão */
  border-radius: 8px;
  cursor: pointer;
  background-size: 100% auto; /* Ajusta a largura da imagem do knob */
  background-position: center 0; /* Mostra o primeiro frame (topo) do knob strip */
  background-repeat: no-repeat;
  margin: 0 auto; /* Centraliza o item na célula do grid */
}

.knob-preview-item.selected {
  background: #8ad1e9;
  width: 80px;
  height: 80px;
  border: 2px solid transparent; /* Borda transparente por padrão */
  border-radius: 8px;
  cursor: pointer;
  background-size: 100% auto; /* Ajusta a largura da imagem do knob */
  background-position: center 0; /* Mostra o primeiro frame (topo) do knob strip */
  background-repeat: no-repeat;
  margin: 0 auto; /* Centraliza o item na célula do grid */
}

/* Scrollbar customizada para a caixa de knobs */
.knob-selector-container::-webkit-scrollbar {
  width: 8px;
}
.knob-selector-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.knob-selector-container::-webkit-scrollbar-thumb {
  background: #6c7f96;
  border-radius: 4px;
}
.knob-selector-container::-webkit-scrollbar-thumb:hover {
  background: #36455e;
}

/* Dropdowns */
.model-selector {
  background-color: #ffe6d3; /* Um tom de lilás claro */
  padding: 8px 15px;       /* Espaçamento interno para criar a "caixa" */
  border-radius: 25px;     /* Bordas bem arredondadas */
  color: #333;             /* Cor do texto para melhor leitura */
  text-decoration: none;   /* Remove o sublinhado padrão do link */
  display: inline-block;   /* Garante que o padding e outras propriedades funcionem bem */
  position: relative;
  cursor: pointer;
  font-weight: bold;
  color: #c11e57; /* Destaque para o modelo atual */
}

/* Dropdowns */
.model-selector-2 {
  background-color: #e2ffd3; /* Um tom de lilás claro */
  padding: 8px 15px;       /* Espaçamento interno para criar a "caixa" */
  border-radius: 25px;     /* Bordas bem arredondadas */
  color: #333;             /* Cor do texto para melhor leitura */
  text-decoration: none;   /* Remove o sublinhado padrão do link */
  display: inline-block;   /* Garante que o padding e outras propriedades funcionem bem */
  position: relative;
  cursor: pointer;
  font-weight: bold;
  color: #c11e57; /* Destaque para o modelo atual */
}

.model-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f3f4fe;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 400px;
  z-index: 1000;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  opacity: 0; /* Começa invisível */
  visibility: hidden; /* Começa completamente escondido e não clicável */
  transform: translateY(-10px); /* Começa 10px para cima */
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, visibility 0.2s; /* Define a animação */
}

.model-icon {
    height: 20px; /* Ou o tamanho que ficar melhor com sua fonte */
    width: auto;
    vertical-align: middle; /* Alinha a imagem verticalmente com o centro do texto */
    margin: 0 5px; /* Adiciona um pequeno espaço antes e depois do ícone */
}

/* Quando o mouse passa sobre o container PAI, o dropdown se torna visível */
.model-selector:hover .model-dropdown {
  visibility: visible; /* Torna-se visível */
  opacity: 1; /* Aparece suavemente */
  transform: translateY(10px); 
}

.model-dropdown li a {
  display: block;
  padding: 10px 15px;
  color: rgb(114, 11, 73) !important; /* Força a cor do link */
  text-decoration: none;
  font-size: 14px;
}

/* Estilo para a descrição <small> dentro do dropdown de produtos */
.model-dropdown li a small {
    display: block;
    color: #555;
    font-size: 14px;
    font-weight: normal;
    white-space: normal; /* Garante que a descrição quebre a linha */
}

.model-dropdown li a:hover {
  background-color: rgba(162, 48, 255, 0.186);
  border-radius: 12px;
}
#current-model {
  font-weight: bold;
  color: #c11e57; /* Destaque para o modelo atual */
}

.model-dropdown li.disabled-option span {
  display: block;
  padding: 10px 15px;
  color: #888888 !important; /* Cor cinza */
  font-size: 14px;
  cursor: not-allowed;
  white-space: normal;
  line-height: 1.3;
}

/* 1. Estilos dos botões que ativam os dropdowns */
.product-selector {
  background-color: #f3ffc2; /* Um tom de lilás claro */
  padding: 8px 15px;       /* Espaçamento interno para criar a "caixa" */
  border-radius: 25px;     /* Bordas bem arredondadas */
  color: #333;             /* Cor do texto para melhor leitura */
  text-decoration: none;   /* Remove o sublinhado padrão do link */
  display: inline-block;   /* Garante que o padding e outras propriedades funcionem bem */
  position: relative;
  cursor: pointer;
  font-weight: bold;
  color: #c11e57; /* Destaque para o modelo atual */
}

/* 2. Estilo da caixa do dropdown (a lista que aparece) */
.product-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f3f4fe;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 400px;
  z-index: 1000;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  opacity: 0; /* Começa invisível */
  visibility: hidden; /* Começa completamente escondido e não clicável */
  transform: translateY(-10px); /* Começa 10px para cima */
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, visibility 0.2s; /* Define a animação */
}

/* 3. Animação de hover para mostrar o dropdown */
.product-selector:hover .product-dropdown {
  visibility: visible; /* Torna-se visível */
  opacity: 1; /* Aparece suavemente */
  transform: translateY(10px); 
}

/* 4. Estilo dos links dentro dos dropdowns */
.product-dropdown li a {
  display: block;
  padding: 10px 15px;
  color: rgb(114, 11, 73) !important; /* Força a cor do link */
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4; /* Ajuste para melhor espaçamento com a descrição */
}

/* 5. Efeito de hover nos itens da lista */
.product-dropdown li a:hover {
  background-color: rgba(162, 48, 255, 0.186);
  border-radius: 12px;
}

/* Estilo para a descrição <small> dentro do dropdown de produtos */
.product-dropdown li a small {
    display: block;
    color: #555;
    font-size: 14px;
    font-weight: normal;
    white-space: normal; /* Garante que a descrição quebre a linha */
}

        .faq-container {
            max-width: 900px;
            margin: -50px auto 0;
            padding: 20px;
            border-radius: 8px;
            background-color: rgba(255, 228, 253, 0);
        }
        .faq-title {
            text-align: center;
            margin-bottom: 30px;
            font-size: 2em;
            color: rgba(62, 38, 155, 0.9);
        }
        .faq-item {
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }
        .faq-item:last-child {
            border-bottom: none;
        }
        .faq-question {
            padding: 20px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 1.1em;
            font-weight: bold;
            color: #fff;
            transition: background-color 0.3s ease;
        }
        .faq-question:hover {
            background-color: rgba(255, 255, 255, 0.1);
        }
        .faq-question::after {
            content: '+';
            font-size: 1.5em;
            transition: transform 0.3s ease;
            color: #d100b2;
        }
        .faq-question.active::after {
            content: '−';
            transform: rotate(180deg);
        }
        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
            padding: 0 20px;
            color: rgba(62, 38, 155, 0.9);
            line-height: 1.6;
                        font-weight:normal;
        }
        .faq-question.active + .faq-answer {
            /* Valor alto para garantir que todo o conteúdo caiba */
            max-height: 500px;
            padding: 0px 20px 20px 20px;
        }
        /* =================================== */
        /* ===== FIM: CSS PARA O NOVO FAQ ==== */
        /* =================================== */

.balance-bubble {
    padding: 6px 14px;
    border-radius: 20px; /* Deixa as bordas bem arredondadas */
    font-weight: 500;
    display: inline-block;
}

.balance-bubble span {
    font-weight: 700; /* Deixa o número do saldo em negrito */
}

/* Cor do balão para "Cubes Subscription" */
.balance-bubble.subscription {
    background-color: rgba(255, 255, 255, 0.323);
    border: none;
}

/* Cor do balão para "Extra Cubes" */
.balance-bubble.extra-cubes {
    background-color: rgba(66, 134, 244, 0.289); /* Um tom de azul claro, por exemplo */
    border: none;
}

/* =========================================================== */
/* === CSS PARA O NOVO LAYOUT DE PLANOS (SVG) - AJUSTADO === */
/* =========================================================== */

/* 1. Altera o container dos planos para uma coluna única */
.plans-display {
    display: flex;
    flex-direction: column;
    gap: 30px; /* Espaço vertical entre os cards */
    align-items: center; /* Centraliza os cards na página */
}

/* 2. Estilo base do card para posicionar a forma SVG */
.plan-card {
    position: relative; /* Essencial para o posicionamento da forma de fundo */
    z-index: 1;
    width: 100%; /* Ocupa a largura do container pai */
    max-width: 700px; /* Define uma largura máxima para o CONTEÚDO do card */
    padding: 40px; 
}

/* 3. O contêiner da forma SVG (AGORA COM LARGURA TOTAL) */
.plan-background-shape {
    position: absolute;
    top: 0;
    left: 50%; /* Centraliza na tela */
    transform: translateX(-50%); /* Ajuste fino da centralização */
    width: 100vw; /* LARGURA TOTAL DA TELA */
    height: 100%;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
    opacity: 0.7;
    transition: opacity 0.8s ease, transform 0.8s ease;
    border-radius: 10px;
}

.plan-card:hover .plan-background-shape {
    opacity: 1;
    transform: translateX(-50%) scale(1.05); /* Mantém o transform de centralização */
}

.plan-background-shape svg {
    width: 100%; /* SVG ocupa todo o espaço do seu contêiner de largura total */
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-1deg) scale(1.2);
    transition: transform 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.plan-card:hover .plan-background-shape svg {
    transform: rotate(0deg) scale(1.15);
}

/* 4. Cores de preenchimento para cada forma SVG */
.plan-card1 .plan-background-shape svg path { fill: rgb(229, 255, 162); }
.plan-card2 .plan-background-shape svg path { fill: rgb(255, 214, 253); }
.plan-card3 .plan-background-shape svg path { fill: rgb(200, 249, 255); }
.plan-card4 .plan-background-shape svg path { fill: rgb(255, 235, 169); }

/* 5. Remove o fundo original dos cards para que a forma SVG seja visível */
.plan-card1, .plan-card2, .plan-card3, .plan-card4 {
    background-color: transparent;
}


/* 5. Cor de preenchimento para o card 5 (Nova Cor) */
.plan-card5 .plan-background-shape svg path { 
    fill: rgb(210, 230, 255); /* Um tom de azul claro */
}

/* (Opcional, mas recomendado) 
  Se você quiser que o card 5 tenha a mesma cor do card 1, 
  você pode usar esta regra:
*/
/*
.plan-card5 .plan-background-shape svg path { 
    fill: rgb(229, 255, 162); 
}
*/

/* ======================================= */
/* ===== EFEITO GLITCH EXAGERADO (v2) ==== */
/* ======================================= */

/* A classe principal agora é um "marcador" */
.text-glitch {
  position: relative;
  display: inline-block;
  /* Removemos a animação daqui. O JS vai controlar. */
}

/* Os pseudo-elementos ::before e ::after 
  vão criar as cópias coloridas "quebradas".
*/
.text-glitch::before,
.text-glitch::after {
  content: attr(data-text); /* Puxa o texto do atributo 'data-text' do HTML */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}

/* Cópia 1 (Magenta) */
.text-glitch::before {
  color: #ff00c1;
  text-shadow: -4px 0 #ff00c1;
  /* Começa invisível */
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}

/* Cópia 2 (Ciano) */
.text-glitch::after {
  color: #00fff0;
  text-shadow: -2px 0 #00fff0;
  /* Começa invisível */
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}


/* Esta é a classe que o JavaScript vai adicionar e remover
  para ATIVAR o glitch.
*/

/* Animação para a Cópia 1 (Magenta) */
.is-glitching::before {
  animation: glitch-anim-1 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* Animação para a Cópia 2 (Ciano) */
.is-glitching::after {
  animation: glitch-anim-2 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both reverse;
}

/* Animação para o texto Original (ele vai pular) */
.is-glitching {
  animation: glitch-anim-main 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}


/* --- DEFINIÇÕES DAS ANIMAÇÕES (KEYFRAMES) --- */

/* Animação do texto principal (pulos) */
@keyframes glitch-anim-main {
  0% { transform: translate(0); }
  20% { transform: translate(-1px, 3px); }
  40% { transform: translate(3px, -2px); }
  60% { transform: translate(-1px, 5px); }
  80% { transform: translate(4px, -2px); }
  100% { transform: translate(0); }
}

/* Animação da cópia 1 (cortes/quebras) */
@keyframes glitch-anim-1 {
  0% { clip-path: polygon(0 0, 0 0, 0 0, 0 0); }
  25% { clip-path: polygon(0 40%, 100% 40%, 100% 45%, 0 45%); }
  50% { clip-path: polygon(0 60%, 100% 60%, 100% 70%, 0 70%); }
  75% { clip-path: polygon(0 20%, 100% 20%, 100% 25%, 0 25%); }
  100% { clip-path: polygon(0 0, 0 0, 0 0, 0 0); }
}

/* Animação da cópia 2 (cortes/quebras) */
@keyframes glitch-anim-2 {
  0% { clip-path: polygon(0 0, 0 0, 0 0, 0 0); }
  25% { clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  50% { clip-path: polygon(0 75%, 100% 75%, 100% 80%, 0 80%); }
  75% { clip-path: polygon(0 30%, 100% 30%, 100% 35%, 0 35%); }
  100% { clip-path: polygon(0 0, 0 0, 0 0, 0 0); }
}


    /* Estilos para a promoção Black Week */
    .promo-pill {
        display: inline-block;
        background-color: #fff48d; /* Amarelo chamativo */
        color: #000000; /* Texto preto */
        font-weight: bold;
        font-size: 1.2em; /* Um pouco maior */
        padding: 4px 12px; /* Espaçamento interno */
        border-radius: 16px; /* Bordas arredondadas (pílula) */
        flex-shrink: 0; /* Impede que a pílula encolha */
        margin-left: 10px;
    }

    /* Estilo base para o item da lista */
    .plan-item {
        font-size: 0.9em;
        color: rgba(209, 0, 178, 0.9);
        /* Adicione um padding-bottom para espaçar os itens */
        padding-bottom: 8px;
    }

    /* !! NOVO !! - Classe para a linha da promoção */
    .promo-line {
        display: flex;
        justify-content: space-between; /* Joga um item para a esquerda, outro para a direita */
        align-items: center;       /* Alinha verticalmente no centro */
        flex-wrap: wrap;             /* Permite quebrar a linha em telas pequenas */
        gap: 10px;                   /* Adiciona um espaço caso quebre a linha */
        /* Remove o padding-bottom padrão para a pílula ficar mais perto da próxima linha */
        padding-bottom: 5px; 
    }

    /* !! AJUSTADO !! - Classe apenas para o texto riscado */
    .struck-text {
        text-decoration: line-through;
        color: rgba(209, 0, 178, 0.6); /* Cor um pouco mais suave */
    }

            .prompt-guide-container {
            background-color: rgba(255, 255, 255, 0.95);
            padding: 20px;
            margin-top: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
            text-align: left;
        }
        
        .prompt-intro {
            margin-bottom: 20px;
            color:rgb(46, 46, 46);
        }

        /* Estilo do cabeçalho clicável (Categoria) */
        .prompt-question {
            font-weight: bold;
            color: #2c3e50;
            margin-top: 15px;
            padding: 10px;
            font-size: 1.1em;
            cursor: pointer;
            background-color: rgba(0,0,0,0.02);
            border-radius: 4px;
            position: relative;
            transition: background-color 0.3s;
        }

        .prompt-question:hover {
            background-color: rgba(0,0,0,0.05);
        }

        /* O sinal de + e - */
        .prompt-question::after {
            content: '+';
            font-size: 1.2em;
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #8e44ad;
        }

        .prompt-question.active::after {
            content: '-';
        }

        .prompt-question.active {
            color: #8e44ad;
        }

        /* Área de resposta (Conteúdo oculto) */
        .prompt-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out;
            padding: 0 10px;
        }

        .prompt-question.active + .prompt-answer {
            max-height: 1000px; /* Altura máxima para permitir expansão */
            padding-top: 10px;
            padding-bottom: 10px;
            transition: max-height 0.5s ease-in;
        }

        /* Estilos internos do conteúdo */
        .prompt-box {
            background-color: #f0f0f0;
            padding: 15px;
            border-radius: 6px;
            font-family: monospace;
            color: #333;
            margin-bottom: 10px;
            border: 1px solid #ddd;
        }
        
        .prompt-insight {
            font-style: italic;
            font-size: 0.9em;
            color: #281862;
            margin-bottom: 20px;
            padding-left: 5px;
        }



      /* =========================================
   ESTILOS MIGRADOS DA PÁGINA CREATE PLUGIN
   ========================================= */

/* Modais e Overlays Gerais */
.modal-overlay, #loadingModal01 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Botões Desabilitados */
button:disabled, button[disabled] {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
  -webkit-opacity: 0.6 !important;
}

/* Inputs */
.input-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

/* Switch / Toggle Button */
.switch-container {
  display: inline-flex;
  align-items: center;
  margin-left: 15px;
  vertical-align: middle;
}
.switch-container span {
  margin-right: 8px;
  font-weight: normal;
}
.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 19px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #555;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 18px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
input:checked + .slider {
    background-color:rgb(166, 0, 255);
}
input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Tooltips de Ajuda */
.help-tooltip-container {
  position: relative;
  display: inline-block;
  margin-left: 8px;
}
.help-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  background-color: #adadad;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  cursor: help;
}
.tooltip-modal {
  display: none;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  background-color: #faf7ed;
  color: #333;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  z-index: 10;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}
.help-tooltip-container:hover .tooltip-modal {
  display: block;
}

/* Caixa de Exemplo Redimensionável */
.example-box-resizable {
  height: auto;
  min-height: 18px;
  align-items: stretch;
  padding: 15px;
}
.example-box-resizable textarea.input-field {
  resize: vertical;
  overflow: auto;
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  line-height: 1.4;
  padding: 0;
}

/* --- ESTILOS DO MODAL DE UPGRADE (CLEAN CODE) --- */
#cube-upgrade-modal-static {
    display: none; 
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    z-index: 10001;
    align-items: center; 
    justify-content: center; 
    background: rgba(0, 0, 0, 0.85);
}

.upgrade-modal-content {
    background: #e6e3ff; 
    border-radius: 12px; 
    padding: 40px; 
    max-width: 500px; 
    width: 90%; 
    text-align: center; 
    color: #1d1133; 
    font-family: sans-serif;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
    position: relative;
}

.upgrade-modal-title {
    margin-top: 0; 
    font-size: 24px; 
    color: #ff31ad; 
    margin-bottom: 15px;
}

.upgrade-modal-text {
    font-size: 16px; 
    line-height: 1.5; 
    color: #1d1133; 
    margin-bottom: 30px;
}

.upgrade-modal-btn {
    display: inline-block; 
    background: #6161e2; 
    color: white;
    padding: 12px 30px; 
    border-radius: 30px; 
    text-decoration: none;
    font-weight: bold; 
    font-size: 16px; 
    transition: background 0.2s;
    border: none; 
    cursor: pointer; 
}
.upgrade-modal-btn:hover {
    background: #0056b3;
}
