:root{
  --cp-page: #0b141a;
  --cp-page-2: #111b21;
  --cp-page-3: #182229;
  --cp-surface: rgba(32, 44, 51, 0.94);
  --cp-surface-2: rgba(31, 44, 52, 0.98);
  --cp-surface-3: rgba(36, 49, 58, 0.98);
  --cp-surface-soft: rgba(17, 27, 33, 0.82);
  --cp-border: rgba(134, 150, 160, 0.22);
  --cp-border-strong: rgba(134, 150, 160, 0.36);
  --cp-text: #e9edef;
  --cp-text-soft: #d1d7db;
  --cp-muted: #8696a0;
  --cp-muted-2: #667781;
  --cp-shadow: 0 26px 60px rgba(0, 0, 0, 0.34);
  --cp-shadow-soft: 0 14px 34px rgba(0, 0, 0, 0.24);
  --cp-accent: #128c7e;
  --cp-accent-2: #25d366;
  --cp-accent-soft: rgba(37, 211, 102, 0.16);
  --cp-accent-ring: rgba(37, 211, 102, 0.28);
  --cp-danger: #ef4444;
  --cp-sidebar-a: #0b141a;
  --cp-sidebar-b: #111b21;
  --cp-sidebar-c: #182229;
}

html.ui-conversas-palette,
body.ui-conversas-palette{
  color-scheme: dark;
  background:
    radial-gradient(980px 560px at 0% 0%, rgba(18, 140, 126, 0.18), transparent 52%),
    radial-gradient(860px 520px at 100% 0%, rgba(37, 211, 102, 0.12), transparent 42%),
    linear-gradient(180deg, var(--cp-page), var(--cp-page-2) 56%, var(--cp-page-3));
  color: var(--cp-text);
}

body.ui-conversas-palette{
  color: var(--cp-text);
}

body.ui-conversas-palette ::selection{
  background: rgba(37, 211, 102, 0.24);
  color: #ffffff;
}

body.ui-conversas-palette ::-webkit-scrollbar{
  width: 8px;
  height: 8px;
  background: transparent;
}

body.ui-conversas-palette ::-webkit-scrollbar-thumb{
  background: rgba(134, 150, 160, 0.34);
  border-radius: 999px;
}

body.ui-conversas-palette ::-webkit-scrollbar-thumb:hover{
  background: rgba(134, 150, 160, 0.52);
}

body.ui-conversas-palette #sidebar,
body.ui-conversas-palette .uiSidebar{
  background:
    radial-gradient(circle at top right, rgba(37, 211, 102, 0.14), transparent 32%),
    linear-gradient(180deg, var(--cp-sidebar-a) 0%, var(--cp-sidebar-b) 52%, var(--cp-sidebar-c) 100%) !important;
  color: var(--cp-text) !important;
  border-color: rgba(255, 255, 255, 0.06) !important;
  box-shadow:
    inset -1px 0 0 rgba(255, 255, 255, 0.04),
    16px 0 44px rgba(0, 0, 0, 0.22);
}

body.ui-conversas-palette #sidebar .nav-item.active,
body.ui-conversas-palette .uiSidebar .nav-item.active{
  background: rgba(37, 211, 102, 0.10) !important;
  border-color: rgba(37, 211, 102, 0.18) !important;
  box-shadow:
    inset 4px 0 0 var(--cp-accent-2),
    0 12px 28px rgba(0, 0, 0, 0.20);
}

body.ui-conversas-palette #sidebar .nav-item:hover:not(.active),
body.ui-conversas-palette .uiSidebar .nav-item:hover:not(.active){
  background: rgba(255, 255, 255, 0.05) !important;
}

body.ui-conversas-palette #sidebar [class*="text-brand-text"],
body.ui-conversas-palette #sidebar [class*="text-brand-white"],
body.ui-conversas-palette #sidebar [class*="text-white"],
body.ui-conversas-palette .uiSidebar [class*="text-brand-text"],
body.ui-conversas-palette .uiSidebar [class*="text-brand-white"],
body.ui-conversas-palette .uiSidebar [class*="text-white"]{
  color: var(--cp-text) !important;
}

body.ui-conversas-palette #sidebar [class*="text-brand-muted"],
body.ui-conversas-palette #sidebar [class*="text-white/50"],
body.ui-conversas-palette #sidebar [class*="text-white/60"],
body.ui-conversas-palette #sidebar [class*="text-white/80"],
body.ui-conversas-palette .uiSidebar [class*="text-brand-muted"],
body.ui-conversas-palette .uiSidebar [class*="text-white/50"],
body.ui-conversas-palette .uiSidebar [class*="text-white/60"],
body.ui-conversas-palette .uiSidebar [class*="text-white/80"]{
  color: var(--cp-muted) !important;
}

body.ui-conversas-palette #sidebar [class*="bg-brand-card"],
body.ui-conversas-palette .uiSidebar [class*="bg-brand-card"]{
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  color: var(--cp-text) !important;
}

body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .ambient-background{
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background:
    radial-gradient(880px 540px at 10% 4%, rgba(18, 140, 126, 0.18), transparent 54%),
    radial-gradient(820px 500px at 100% 0%, rgba(37, 211, 102, 0.10), transparent 42%),
    linear-gradient(180deg, var(--cp-page), var(--cp-page-2) 56%, var(--cp-page-3));
  overflow: hidden;
}

body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .orb{
  opacity: 0.16 !important;
  filter: blur(110px) !important;
  mix-blend-mode: screen;
}

body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .orb-1{
  background: #128c7e !important;
}

body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .orb-2{
  background: #25d366 !important;
}

body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .orb-3{
  background: #0f3b2e !important;
}

body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .orb-4{
  background: #1f9d74 !important;
}

body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main{
  position: relative;
  background: transparent !important;
}

body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main > header,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .uiTop,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .uiSubbar,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .convTopbar{
  background: rgba(17, 27, 33, 0.88) !important;
  border-color: var(--cp-border) !important;
  color: var(--cp-text) !important;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .glass-card,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .kanban-card,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .mgrCard,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .item,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .comanda-card,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .supervisorCard,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .bobCard,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .mgr-list-item,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .tile,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .shell,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .panel,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .card{
  background: linear-gradient(180deg, rgba(32, 44, 51, 0.94), rgba(24, 34, 41, 0.97)) !important;
  border-color: var(--cp-border) !important;
  color: var(--cp-text) !important;
  box-shadow: var(--cp-shadow) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .kanban-head,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .table-header-glass,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .supervisorCardTop,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .bobTop{
  background:
    radial-gradient(circle at top right, rgba(37, 211, 102, 0.16), transparent 36%),
    linear-gradient(135deg, #0f3b2e 0%, #175944 55%, #128c7e 100%) !important;
  border-color: rgba(37, 211, 102, 0.22) !important;
  color: #ffffff !important;
}

body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .kanban-head *,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .supervisorCardTop *,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .bobTop *{
  color: inherit !important;
}

body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="bg-white"],
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="bg-slate-50"],
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="bg-slate-100"],
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="bg-white/5"],
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="bg-white/10"],
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="bg-black/20"],
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="bg-black/40"],
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="bg-brand-dark"]{
  background: var(--cp-surface) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="border-white/5"],
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="border-white/10"],
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="border-white/20"],
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="border-brand-border"],
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="border-slate-"]{
  border-color: var(--cp-border) !important;
}

body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="text-brand-text"],
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="text-slate-900"],
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="text-slate-800"],
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="text-slate-700"]{
  color: var(--cp-text) !important;
}

body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="text-brand-muted"],
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="text-slate-600"],
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="text-slate-500"],
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="text-slate-400"],
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="text-white/80"],
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="text-white/70"],
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="text-white/60"],
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="text-white/50"]{
  color: var(--cp-muted) !important;
}

body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="text-white/40"],
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="text-white/30"]{
  color: var(--cp-muted-2) !important;
}

body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [style*="color:#0f172a"],
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [style*="color: #0f172a"],
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [style*="color:#334155"],
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [style*="color: #334155"]{
  color: var(--cp-text) !important;
}

body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [style*="color:#64748b"],
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [style*="color: #64748b"]{
  color: var(--cp-muted) !important;
}

body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main .text-glow{
  text-shadow: none !important;
}

body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main .glass-input,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main .form-select,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main .field,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main input:not([type="checkbox"]):not([type="radio"]),
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main textarea,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main select{
  background: var(--cp-surface-2) !important;
  color: var(--cp-text) !important;
  border-color: var(--cp-border) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 1px 2px rgba(0, 0, 0, 0.16);
}

body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main .glass-input::placeholder,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main .field::placeholder,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main input::placeholder,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main textarea::placeholder{
  color: var(--cp-muted-2) !important;
}

body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main .glass-input:focus,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main .field:focus,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main input:focus,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main textarea:focus,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main select:focus{
  border-color: var(--cp-accent-ring) !important;
  box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.14) !important;
}

body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main select option{
  background: var(--cp-page-2);
  color: var(--cp-text);
}

body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main .glass-btn,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main .glass-icon-btn,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main .uiMenuBtn,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main .btn.ghost,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main .miniBtn,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main button[class*="bg-white"],
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main button[class*="border-brand-border"]{
  background: var(--cp-surface-2) !important;
  color: var(--cp-text) !important;
  border-color: var(--cp-border) !important;
  box-shadow: var(--cp-shadow-soft) !important;
}

body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main .glass-btn:hover,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main .glass-icon-btn:hover,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main .uiMenuBtn:hover,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main .btn.ghost:hover,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main .miniBtn:hover,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main button[class*="bg-white"]:hover,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main button[class*="border-brand-border"]:hover{
  background: var(--cp-surface-3) !important;
  border-color: var(--cp-border-strong) !important;
}

body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main .glass-btn-primary,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main .btn.primary,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main .btn-black-pill,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main .submit,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="bg-brand-accent"],
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="from-brand-accent"],
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main [class*="from-[#FF2A5F]"]{
  background: linear-gradient(135deg, var(--cp-accent), var(--cp-accent-2)) !important;
  border-color: transparent !important;
  color: #ffffff !important;
  box-shadow: 0 18px 36px rgba(18, 140, 126, 0.26) !important;
}

body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main .miniBtn.danger,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) main .pillBtn.danger{
  background: rgba(127, 29, 29, 0.32) !important;
  border-color: rgba(239, 68, 68, 0.28) !important;
  color: #fecaca !important;
}

body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .statusPill,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .sales-pill,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .mgr-list-badge{
  background: rgba(37, 211, 102, 0.10) !important;
  border-color: rgba(37, 211, 102, 0.18) !important;
  color: var(--cp-text-soft) !important;
}

body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) #orderModalOverlay,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) #paidModal,
body.ui-conversas-palette[data-legacy-page]:not([data-legacy-page="conversas"]) .modal{
  background: rgba(0, 0, 0, 0.52) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.ui-conversas-palette:not([data-legacy-page]){
  background:
    radial-gradient(940px 560px at 12% -10%, rgba(37, 211, 102, 0.14), transparent 58%),
    radial-gradient(900px 540px at 92% 0%, rgba(18, 140, 126, 0.12), transparent 46%),
    linear-gradient(180deg, var(--cp-page), var(--cp-page-2) 56%, var(--cp-page-3));
  color: var(--cp-text);
}

body.ui-conversas-palette:not([data-legacy-page]) .hero,
body.ui-conversas-palette:not([data-legacy-page]) .abstract-dark{
  background:
    radial-gradient(circle at 18% 20%, rgba(37, 211, 102, 0.20), transparent 42%),
    radial-gradient(circle at 86% 14%, rgba(18, 140, 126, 0.16), transparent 36%),
    linear-gradient(135deg, #0b141a 0%, #111b21 60%, #0f3b2e 100%) !important;
  color: var(--cp-text) !important;
}

body.ui-conversas-palette:not([data-legacy-page]) .shell,
body.ui-conversas-palette:not([data-legacy-page]) .panel,
body.ui-conversas-palette:not([data-legacy-page]) .card,
body.ui-conversas-palette:not([data-legacy-page]) #tiltCard{
  background: linear-gradient(180deg, rgba(32, 44, 51, 0.96), rgba(24, 34, 41, 0.98)) !important;
  border-color: var(--cp-border) !important;
  color: var(--cp-text) !important;
  box-shadow: var(--cp-shadow) !important;
}

body.ui-conversas-palette:not([data-legacy-page]) [class*="bg-white"],
body.ui-conversas-palette:not([data-legacy-page]) [class*="bg-slate-50"],
body.ui-conversas-palette:not([data-legacy-page]) [class*="bg-slate-100"]{
  background: var(--cp-surface) !important;
  color: var(--cp-text) !important;
}

body.ui-conversas-palette:not([data-legacy-page]) [class*="text-slate-900"],
body.ui-conversas-palette:not([data-legacy-page]) [class*="text-slate-800"],
body.ui-conversas-palette:not([data-legacy-page]) [class*="text-slate-700"]{
  color: var(--cp-text) !important;
}

body.ui-conversas-palette:not([data-legacy-page]) [class*="text-slate-600"],
body.ui-conversas-palette:not([data-legacy-page]) [class*="text-slate-500"],
body.ui-conversas-palette:not([data-legacy-page]) [class*="text-slate-400"],
body.ui-conversas-palette:not([data-legacy-page]) [class*="text-white/80"],
body.ui-conversas-palette:not([data-legacy-page]) [class*="text-white/70"]{
  color: var(--cp-muted) !important;
}

body.ui-conversas-palette:not([data-legacy-page]) .field,
body.ui-conversas-palette:not([data-legacy-page]) .input-premium-card,
body.ui-conversas-palette:not([data-legacy-page]) .secureBadge,
body.ui-conversas-palette:not([data-legacy-page]) input:not([type="checkbox"]):not([type="radio"]),
body.ui-conversas-palette:not([data-legacy-page]) textarea,
body.ui-conversas-palette:not([data-legacy-page]) select{
  background: var(--cp-surface-2) !important;
  border-color: var(--cp-border) !important;
  color: var(--cp-text) !important;
  box-shadow: var(--cp-shadow-soft) !important;
}

body.ui-conversas-palette:not([data-legacy-page]) .input-inner-field{
  background: transparent !important;
  color: var(--cp-text) !important;
  box-shadow: none !important;
}

body.ui-conversas-palette:not([data-legacy-page]) .input-inner-field::placeholder,
body.ui-conversas-palette:not([data-legacy-page]) input::placeholder,
body.ui-conversas-palette:not([data-legacy-page]) textarea::placeholder{
  color: var(--cp-muted-2) !important;
}

body.ui-conversas-palette:not([data-legacy-page]) .btn-black-pill,
body.ui-conversas-palette:not([data-legacy-page]) .submit{
  background: linear-gradient(135deg, var(--cp-accent), var(--cp-accent-2)) !important;
  color: #ffffff !important;
  box-shadow: 0 18px 36px rgba(18, 140, 126, 0.28) !important;
}

body.ui-conversas-palette:not([data-legacy-page]) .ghostline a,
body.ui-conversas-palette:not([data-legacy-page]) a[href="/login"],
body.ui-conversas-palette:not([data-legacy-page]) a[href="/register"]{
  color: var(--cp-accent-2) !important;
}

body.ui-conversas-palette:not([data-legacy-page]) .abstract-dark svg.text-white{
  color: var(--cp-surface) !important;
}
