@charset "UTF-8";
/* Basic editor styles */
/* ========================================== */
/* REGRAS CRÍTICAS PARA MODO READONLY        */
/* Devem vir ANTES de tudo para garantir     */
/* que os handles nunca apareçam             */
/* ========================================== */
/* REGRA ULTRA ESPECÍFICA PARA HANDLES DE IMAGEM EM MODO READONLY - DEVE VIR PRIMEIRO */
.ProseMirror[contenteditable=false] [data-resize-wrapper] [data-resize-handle],
.ProseMirror[contenteditable=false] [data-resizer] [data-resize-handle],
.ProseMirror[contenteditable=false] [data-resize-wrapper][data-readonly] [data-resize-handle],
.ProseMirror[contenteditable=false] [data-resize-handle][data-resize-handle=top-left],
.ProseMirror[contenteditable=false] [data-resize-handle][data-resize-handle=top-right],
.ProseMirror[contenteditable=false] [data-resize-handle][data-resize-handle=bottom-left],
.ProseMirror[contenteditable=false] [data-resize-handle][data-resize-handle=bottom-right],
.ProseMirror[contenteditable=false] [data-resize-handle][data-resize-handle=top],
.ProseMirror[contenteditable=false] [data-resize-handle][data-resize-handle=bottom],
.ProseMirror[contenteditable=false] [data-resize-handle][data-resize-handle=left],
.ProseMirror[contenteditable=false] [data-resize-handle][data-resize-handle=right],
.ProseMirror[contenteditable=false] * [data-resize-handle] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  z-index: -9999 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  cursor: default !important;
}

/* Esconde TODOS os handles de tabela em modo readOnly - máxima especificidade */
.ProseMirror[contenteditable=false] table td .column-resize-handle,
.ProseMirror[contenteditable=false] table th .column-resize-handle,
.ProseMirror[contenteditable=false] .tiptap table td .column-resize-handle,
.ProseMirror[contenteditable=false] .tiptap table th .column-resize-handle,
.ProseMirror[contenteditable=false] .tiptap .column-resize-handle,
.ProseMirror[contenteditable=false] .column-resize-handle,
.ProseMirror[contenteditable=false] * .column-resize-handle,
.ProseMirror[contenteditable=false] table .column-resize-handle,
.ProseMirror[contenteditable=false] td .column-resize-handle,
.ProseMirror[contenteditable=false] th .column-resize-handle {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
}

/* Esconde o ::before dos handles de tabela */
.ProseMirror[contenteditable=false] table td .column-resize-handle::before,
.ProseMirror[contenteditable=false] table th .column-resize-handle::before,
.ProseMirror[contenteditable=false] .tiptap table td .column-resize-handle::before,
.ProseMirror[contenteditable=false] .tiptap table th .column-resize-handle::before,
.ProseMirror[contenteditable=false] .tiptap .column-resize-handle::before,
.ProseMirror[contenteditable=false] .column-resize-handle::before,
.ProseMirror[contenteditable=false] * .column-resize-handle::before {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
}

/* Esconde TODOS os handles de imagem em modo readOnly */
.ProseMirror[contenteditable=false] [data-resize-wrapper][data-readonly] [data-resize-handle],
.ProseMirror[contenteditable=false] [data-resize-wrapper] [data-resize-handle],
.ProseMirror[contenteditable=false] [data-resizer] [data-resize-handle],
.ProseMirror[contenteditable=false] [data-resize-wrapper] [data-resize-handle],
.ProseMirror[contenteditable=false] [data-resize-handle],
.ProseMirror[contenteditable=false] * [data-resize-handle] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  z-index: -9999 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
}

/* Previne qualquer interação com wrappers de resize em modo readOnly */
.ProseMirror[contenteditable=false] [data-resize-wrapper],
.ProseMirror[contenteditable=false] [data-resizer] {
  pointer-events: none !important;
  user-select: none !important;
}

.ProseMirror[contenteditable=false] table td .column-resize-handle::before,
.ProseMirror[contenteditable=false] table th .column-resize-handle::before,
.ProseMirror[contenteditable=false] .tiptap table td .column-resize-handle::before,
.ProseMirror[contenteditable=false] .tiptap table th .column-resize-handle::before,
.ProseMirror[contenteditable=false] .tiptap .column-resize-handle::before,
.ProseMirror[contenteditable=false] .column-resize-handle::before {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  content: none !important;
}

.tiptap {
  /* Permite que o editor se ajuste ao espaço disponível sem forçar altura */
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  max-width: 100%;
  /* Garante que elementos strong/b e headings sempre herdem a cor do elemento pai */
}
.tiptap strong,
.tiptap b,
.tiptap h1,
.tiptap h2,
.tiptap h3,
.tiptap h4,
.tiptap h5,
.tiptap h6 {
  color: inherit !important;
}
.tiptap {
  /* Garante que elementos strong/b dentro de elementos com cor inline herdam a cor */
}
.tiptap [style*=color] strong,
.tiptap [style*=color] b {
  color: inherit !important;
}
.tiptap :first-child {
  margin-top: 0;
}
.tiptap {
  /* Estilos para tabelas do TipTap */
}
.tiptap table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin: 0.5em 0;
  overflow: hidden;
  border: 1px solid #D1D5DB;
  /* Em modo readOnly, desabilita completamente o resize */
}
.tiptap table[data-readonly=true] .column-resize-handle {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
}
.tiptap table td,
.tiptap table th {
  min-width: 1em;
  border: 1px solid #D1D5DB;
  padding: 8px 12px;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
  /* container do resize handle e dos menus */
  background-color: transparent;
  /* sem fundo */
  color: inherit;
  /* herda a cor do editor */
}
.tiptap table td > *,
.tiptap table th > * {
  margin-bottom: 0;
}
.tiptap table th {
  font-weight: bold;
  text-align: left;
  background-color: transparent;
  /* sem fundo também para cabeçalho */
  color: inherit;
  border-bottom: 2px solid #D1D5DB;
}
.tiptap table .selectedCell:after {
  z-index: 2;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(200, 200, 255, 0.4);
  pointer-events: none;
}
.tiptap table {
  /* área clicável do resize (toda a borda direita da célula) */
}
.tiptap table .column-resize-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4px;
  /* levemente pra fora da célula */
  width: 10px;
  /* largura da área de drag */
  cursor: col-resize;
  background: transparent;
  z-index: 5;
  pointer-events: auto;
}
.tiptap table {
  /* bolinha roxa no meio da borda */
}
.tiptap table .column-resize-handle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22d3ee;
  /* ciano mais destacado */
  box-shadow: 0 0 0 2px rgba(34, 211, 238, 0.25);
  transform: translate(-50%, -50%);
}
.tiptap table {
  /* Esconde handles de resize quando o editor está em modo readOnly - regras ULTRA específicas */
}
.tiptap table .ProseMirror[contenteditable=false] table .column-resize-handle,
.tiptap table .ProseMirror[contenteditable=false] td .column-resize-handle,
.tiptap table .ProseMirror[contenteditable=false] th .column-resize-handle,
.tiptap table .ProseMirror[contenteditable=false] .column-resize-handle,
.tiptap table .ProseMirror[contenteditable=false] table td .column-resize-handle,
.tiptap table .ProseMirror[contenteditable=false] table th .column-resize-handle,
.tiptap table .ProseMirror[contenteditable=false] .tiptap table .column-resize-handle,
.tiptap table .ProseMirror[contenteditable=false] .tiptap td .column-resize-handle,
.tiptap table .ProseMirror[contenteditable=false] .tiptap th .column-resize-handle,
.tiptap table .ProseMirror[contenteditable=false] .tiptap table td .column-resize-handle,
.tiptap table .ProseMirror[contenteditable=false] .tiptap table th .column-resize-handle,
.tiptap table .ProseMirror[contenteditable=false] * .column-resize-handle,
.tiptap table .ProseMirror[contenteditable=false] .te-column-handle,
.tiptap table .ProseMirror[contenteditable=false] .te-table-handle,
.tiptap table .ProseMirror[contenteditable=false] .te-cell-handle,
.tiptap table .ProseMirror[contenteditable=false] table .te-column-handle,
.tiptap table .ProseMirror[contenteditable=false] table .te-table-handle,
.tiptap table .ProseMirror[contenteditable=false] table .te-cell-handle,
.tiptap table .ProseMirror[contenteditable=false] td .te-column-handle,
.tiptap table .ProseMirror[contenteditable=false] td .te-table-handle,
.tiptap table .ProseMirror[contenteditable=false] td .te-cell-handle,
.tiptap table .ProseMirror[contenteditable=false] th .te-column-handle,
.tiptap table .ProseMirror[contenteditable=false] th .te-table-handle,
.tiptap table .ProseMirror[contenteditable=false] th .te-cell-handle,
.tiptap table .ProseMirror[contenteditable=false] * .te-column-handle,
.tiptap table .ProseMirror[contenteditable=false] * .te-table-handle,
.tiptap table .ProseMirror[contenteditable=false] * .te-cell-handle {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  z-index: -9999 !important;
}
.tiptap table {
  /* Esconde também o ::before do handle - regras ULTRA específicas */
}
.tiptap table .ProseMirror[contenteditable=false] table .column-resize-handle::before,
.tiptap table .ProseMirror[contenteditable=false] td .column-resize-handle::before,
.tiptap table .ProseMirror[contenteditable=false] th .column-resize-handle::before,
.tiptap table .ProseMirror[contenteditable=false] .column-resize-handle::before,
.tiptap table .ProseMirror[contenteditable=false] table td .column-resize-handle::before,
.tiptap table .ProseMirror[contenteditable=false] table th .column-resize-handle::before,
.tiptap table .ProseMirror[contenteditable=false] .tiptap table .column-resize-handle::before,
.tiptap table .ProseMirror[contenteditable=false] .tiptap td .column-resize-handle::before,
.tiptap table .ProseMirror[contenteditable=false] .tiptap th .column-resize-handle::before,
.tiptap table .ProseMirror[contenteditable=false] .tiptap table td .column-resize-handle::before,
.tiptap table .ProseMirror[contenteditable=false] .tiptap table th .column-resize-handle::before,
.tiptap table .ProseMirror[contenteditable=false] * .column-resize-handle::before {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
}
.tiptap table {
  /* Previne criação de handles em células de tabela em modo readOnly */
}
.tiptap table .ProseMirror[contenteditable=false] table td::after,
.tiptap table .ProseMirror[contenteditable=false] table th::after {
  display: none !important;
  content: none !important;
}
.tiptap table .table-drag-handle {
  position: absolute !important;
  left: 4px !important;
  top: 4px !important;
  width: 20px !important;
  height: 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: move !important;
  color: #6B7280 !important;
  background: transparent !important;
  border-radius: 4px !important;
  z-index: 100 !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  pointer-events: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}
.tiptap table .table-drag-handle svg {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  pointer-events: none !important;
}
.tiptap .tableWrapper {
  margin: 1.5rem 0;
  overflow-x: auto;
}
.tiptap {
  /* cursor durante o drag */
}
.tiptap .resize-cursor {
  cursor: col-resize !important;
}
.tiptap [data-resizer] {
  background-color: transparent;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: baseline;
}
.tiptap [data-resizer] img {
  border: none;
  outline: none;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  /* Garante que a imagem não seja cortada */
}
.tiptap {
  /* Esconde handles de resize de imagens quando o editor está em modo readOnly */
}
.tiptap .ProseMirror[contenteditable=false] [data-resize-handle] {
  display: none !important;
  pointer-events: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}
.tiptap [data-resize-handle] {
  position: absolute;
  background: #6366f1;
  /* mesma cor dos handles da tabela (roxo) */
  border: 1px solid #a5b4fc;
  border-radius: 2px;
  z-index: 10;
  opacity: 0;
  /* escondidos por padrão */
  pointer-events: none;
  /* sem interação por padrão */
}
.tiptap [data-resize-handle]:hover {
  background: #4f46e5;
}
.tiptap [data-resize-handle] {
  /* Corner handles */
}
.tiptap [data-resize-handle][data-resize-handle=top-left], .tiptap [data-resize-handle][data-resize-handle=top-right], .tiptap [data-resize-handle][data-resize-handle=bottom-left], .tiptap [data-resize-handle][data-resize-handle=bottom-right] {
  width: 8px;
  /* mais delicado */
  height: 8px;
  /* mais delicado */
}
.tiptap [data-resize-handle][data-resize-handle=top-left] {
  top: -1px;
  left: -1px;
  cursor: nwse-resize;
}
.tiptap [data-resize-handle][data-resize-handle=top-right] {
  top: -1px;
  right: -1px;
  cursor: nesw-resize;
}
.tiptap [data-resize-handle][data-resize-handle=bottom-left] {
  bottom: -1px;
  left: -1px;
  cursor: nesw-resize;
}
.tiptap [data-resize-handle][data-resize-handle=bottom-right] {
  bottom: -1px;
  right: -1px;
  cursor: nwse-resize;
}
.tiptap [data-resize-handle] {
  /* Edge handles */
}
.tiptap [data-resize-handle][data-resize-handle=top], .tiptap [data-resize-handle][data-resize-handle=bottom] {
  height: 4px;
  /* mais delicado */
  left: 10px;
  right: 10px;
}
.tiptap [data-resize-handle][data-resize-handle=top] {
  top: -2px;
  cursor: ns-resize;
}
.tiptap [data-resize-handle][data-resize-handle=bottom] {
  bottom: -2px;
  cursor: ns-resize;
}
.tiptap [data-resize-handle][data-resize-handle=left], .tiptap [data-resize-handle][data-resize-handle=right] {
  width: 4px;
  /* mais delicado */
  top: 10px;
  bottom: 10px;
}
.tiptap [data-resize-handle][data-resize-handle=left] {
  left: -2px;
  cursor: ew-resize;
}
.tiptap [data-resize-handle][data-resize-handle=right] {
  right: -2px;
  cursor: ew-resize;
}
.tiptap [data-resize-state=true] [data-resize-wrapper] {
  outline: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.125rem;
}
.tiptap {
  /* Previne qualquer estado de resize em modo readOnly */
}
.tiptap .ProseMirror[contenteditable=false] [data-resize-wrapper] {
  pointer-events: none !important;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.tiptap {
  /* Remove qualquer contorno ou borda dos wrappers de resize em modo readOnly */
}
.tiptap .ProseMirror[contenteditable=false] [data-resize-wrapper]::before,
.tiptap .ProseMirror[contenteditable=false] [data-resize-wrapper]::after,
.tiptap .ProseMirror[contenteditable=false] [data-resizer]::before,
.tiptap .ProseMirror[contenteditable=false] [data-resizer]::after {
  display: none !important;
  content: none !important;
}
.tiptap .ProseMirror[contenteditable=false] [data-resize-state=true] {
  outline: none !important;
}

/* Regra global para garantir que handles de resize não apareçam em modo readOnly */
.ProseMirror[contenteditable=false] {
  /* Handles de imagem */
}
.ProseMirror[contenteditable=false] [data-resize-handle] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.ProseMirror[contenteditable=false] {
  /* Handles de tabela - regras muito específicas para garantir que funcionem */
}
.ProseMirror[contenteditable=false] table .column-resize-handle,
.ProseMirror[contenteditable=false] td .column-resize-handle,
.ProseMirror[contenteditable=false] th .column-resize-handle,
.ProseMirror[contenteditable=false] .column-resize-handle {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
}
.ProseMirror[contenteditable=false] {
  /* Esconde também o ::before do handle de tabela */
}
.ProseMirror[contenteditable=false] table .column-resize-handle::before,
.ProseMirror[contenteditable=false] td .column-resize-handle::before,
.ProseMirror[contenteditable=false] th .column-resize-handle::before,
.ProseMirror[contenteditable=false] .column-resize-handle::before {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  content: none !important;
}
.ProseMirror[contenteditable=false] {
  /* Wrapper de resize */
}
.ProseMirror[contenteditable=false] [data-resize-wrapper] {
  pointer-events: none !important;
}
.ProseMirror[contenteditable=false] {
  /* Previne cursor de resize */
}
.ProseMirror[contenteditable=false] [data-resize-wrapper],
.ProseMirror[contenteditable=false] [data-resize-handle],
.ProseMirror[contenteditable=false] table .column-resize-handle,
.ProseMirror[contenteditable=false] td .column-resize-handle,
.ProseMirror[contenteditable=false] th .column-resize-handle,
.ProseMirror[contenteditable=false] .column-resize-handle {
  cursor: default !important;
}

/* Imagens: responsivas e com destaque ao selecionar (facilita drag & drop) */
.tiptap img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 1.5rem 0;
}

.tiptap [data-resize-wrapper].ProseMirror-selectednode {
  outline: 3px solid #6366f1;
  /* destaque quando selecionado (roxo) */
  border-radius: 6px;
}

.tiptap img.ProseMirror-selectednode {
  outline: 3px solid #6366f1;
}

/* Remove outline em modo readOnly */
.ProseMirror[contenteditable=false] [data-resize-wrapper].ProseMirror-selectednode,
.tiptap .ProseMirror[contenteditable=false] [data-resize-wrapper].ProseMirror-selectednode,
.ProseMirror[contenteditable=false] img.ProseMirror-selectednode,
.tiptap .ProseMirror[contenteditable=false] img.ProseMirror-selectednode {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* Exibe os handles somente quando a imagem (wrapper) estiver selecionada */
.tiptap [data-resize-wrapper].ProseMirror-selectednode [data-resize-handle] {
  opacity: 1;
  pointer-events: auto;
}

/* SOBRESCREVE a regra acima quando está em modo readOnly - DEVE VIR DEPOIS PARA TER PRIORIDADE */
.tiptap .ProseMirror[contenteditable=false] [data-resize-wrapper].ProseMirror-selectednode [data-resize-handle],
.ProseMirror[contenteditable=false].tiptap [data-resize-wrapper].ProseMirror-selectednode [data-resize-handle] {
  opacity: 0 !important;
  pointer-events: none !important;
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  z-index: -9999 !important;
  border-radius: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  cursor: default !important;
}

/* Força esconder handles mesmo quando selecionado em modo readOnly - REGRA ULTRA ESPECÍFICA */
.ProseMirror[contenteditable=false] [data-resize-wrapper].ProseMirror-selectednode [data-resize-handle],
.ProseMirror[contenteditable=false] [data-resize-wrapper] [data-resize-handle],
.ProseMirror[contenteditable=false] [data-resizer] [data-resize-handle],
.ProseMirror[contenteditable=false] [data-resize-wrapper] [data-resize-handle][data-resize-handle=top-left],
.ProseMirror[contenteditable=false] [data-resize-wrapper] [data-resize-handle][data-resize-handle=top-right],
.ProseMirror[contenteditable=false] [data-resize-wrapper] [data-resize-handle][data-resize-handle=bottom-left],
.ProseMirror[contenteditable=false] [data-resize-wrapper] [data-resize-handle][data-resize-handle=bottom-right],
.ProseMirror[contenteditable=false] [data-resize-wrapper] [data-resize-handle][data-resize-handle=top],
.ProseMirror[contenteditable=false] [data-resize-wrapper] [data-resize-handle][data-resize-handle=bottom],
.ProseMirror[contenteditable=false] [data-resize-wrapper] [data-resize-handle][data-resize-handle=left],
.ProseMirror[contenteditable=false] [data-resize-wrapper] [data-resize-handle][data-resize-handle=right] {
  opacity: 0 !important;
  pointer-events: none !important;
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  z-index: -9999 !important;
  border-radius: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
}

/* ===================================== */
/* MENU BASE                             */
/* ===================================== */
.te-table-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
  border: 1px solid #e2e8f0;
  min-width: 220px;
}

.te-table-menu-section {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.te-table-menu-title {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  margin-bottom: 4px;
}

.te-table-subtitle {
  margin-top: 6px;
  font-size: 11px;
  font-weight: 500;
  color: #6b7280;
}

.te-table-menu button {
  font-size: 12px;
  text-align: left;
  background: transparent;
  border-radius: 5px;
  border: 0;
  padding: 4px 6px;
  cursor: pointer;
  color: #374151;
  transition: background 0.2s;
}
.te-table-menu button:hover {
  background: #f3f4f6;
}

/* ===================================== */
/* HANDLE LATERAL – LINHA                */
/* ===================================== */
.te-row-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 0;
  /* alinhar com a borda esquerda */
  margin-top: 0;
  /* centralização via handle absoluto */
}

.te-table-handle {
  width: 8px;
  /* mesma espessura visual da coluna */
  height: 32px;
  border-radius: 999px;
  border: none;
  background: #6366f1;
  color: transparent;
  cursor: pointer;
  box-shadow: none;
  /* removido brilho */
  display: inline-block;
  padding: 0;
  transition: all 0.2s;
  position: absolute;
  /* fixa na vertical à esquerda */
  left: -12px;
  /* cola na borda esquerda da célula/linha */
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  /* evita "vazar" visuais */
}
.te-table-handle:hover {
  background: #4f46e5;
  box-shadow: none;
  /* removido brilho no hover */
}

.te-table-handle::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* três bolinhas verticais perfeitas (sem alias de fonte) - cor branca */
  background: radial-gradient(circle, #ffffff 45%, #ffffff 50%, transparent 52%) 50% 50%/4px 4px no-repeat, radial-gradient(circle, #ffffff 45%, #ffffff 50%, transparent 52%) 50% calc(50% - 9px)/4px 4px no-repeat, radial-gradient(circle, #ffffff 45%, #ffffff 50%, transparent 52%) 50% calc(50% + 9px)/4px 4px no-repeat;
}

/* menu que abre a partir do handle da linha */
.te-row-menu {
  position: absolute;
  left: 120%;
  top: 50%;
  transform: translateY(-50%);
}

/* ===================================== */
/* HANDLE SUPERIOR – COLUNA              */
/* ===================================== */
.te-column-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* o BubbleMenu ancora na borda da coluna,
     então empurramos 50% da largura da célula pra direita
     => fica no centro da coluna selecionada */
  transform: translateX(50%);
  margin-top: -6px;
  /* aproxima da borda superior */
  width: 100%;
  /* ocupa toda a largura da célula */
}

.te-column-wrapper-fullscreen {
  margin-top: -14px !important;
  /* Ajuste maior no fullscreen para ficar acima da linha */
}

.te-column-handle {
  position: absolute;
  /* centraliza em relação ao wrapper */
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 7px !important;
  /* um pouco mais alto para melhor visibilidade */
  border-radius: 999px;
  border: none;
  background: #6366f1;
  cursor: pointer;
  padding: 0 !important;
  line-height: 0;
  /* garante que o conteúdo interno não influencia a altura */
  display: inline-block;
  /* respeita width/height definidos */
  box-shadow: none;
  /* removido brilho */
  transition: all 0.2s;
  margin: 0 auto;
  pointer-events: auto;
  /* reabilita clique no handle */
  overflow: hidden;
  /* impede "pontinhos" extrapolarem a barra */
}
.te-column-handle:hover {
  background: #4f46e5;
  box-shadow: none;
  /* removido brilho no hover */
}

.te-column-handle::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* três bolinhas perfeitas usando radial-gradient para evitar serrilhado - cor branca */
  background: radial-gradient(circle, #ffffff 45%, #ffffff 50%, transparent 52%) center/4px 4px no-repeat, radial-gradient(circle, #ffffff 45%, #ffffff 50%, transparent 52%) calc(50% - 9px) 50%/4px 4px no-repeat, radial-gradient(circle, #ffffff 45%, #ffffff 50%, transparent 52%) calc(50% + 9px) 50%/4px 4px no-repeat;
}

/* menu que abre a partir do handle da coluna */
.te-column-menu {
  position: absolute;
  top: 115%;
  left: 50%;
  transform: translateX(-50%);
}

/* ===================================== */
/* HANDLE DENTRO DA CÉLULA – CÉLULA      */
/* ===================================== */
.te-cell-wrapper {
  display: block;
  position: relative;
  margin-top: 6px;
  /* desce um pouco */
  margin-left: 0;
  width: 100%;
  /* permite centralizar horizontalmente */
}

.te-cell-handle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /* centraliza na coluna */
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: none;
  background: #6366f1;
  color: #ffffff;
  /* pro ícone Lucide ficar branco */
  cursor: pointer;
  box-shadow: none;
  /* removido brilho */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  transition: all 0.2s;
}
.te-cell-handle:hover {
  background: #4f46e5;
  box-shadow: none;
  /* removido brilho no hover */
}
.te-cell-handle svg {
  display: block;
}

/* menu que abre a partir do handle da célula */
.te-cell-menu {
  position: absolute;
  top: 125%;
  left: 50%;
  transform: translateX(-50%);
  /* Quando o menu abre à esquerda (última célula), alinha à direita do handle */
}
.te-cell-menu.te-cell-menu-left {
  left: auto;
  right: 0;
  transform: translateX(0);
}

/* Linhagem de alinhamento da célula */
.te-cell-align-row {
  display: flex;
  gap: 4px;
}

.te-cell-align-row button {
  flex: 1;
  font-size: 11px;
  text-align: center;
}

/* Swatches de fundo da célula */
.te-table-bg-row {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.te-bg-swatch {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #cbd5e0;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s;
}
.te-bg-swatch:hover {
  transform: scale(1.1);
}

.te-bg-clear {
  font-size: 11px;
  padding: 3px 6px;
  cursor: pointer;
}

/* ===================================== */
/* Estilos específicos para ProseMirror  */
/* (apenas garantindo que as células     */
/*  aceitam os overlays/handles)         */
/* ===================================== */
.ProseMirror table th,
.ProseMirror table td {
  position: relative;
  overflow: visible;
}

/* Scrollbar customizada - aparece apenas na área de texto, não no wrapper */
.editor-content-scroll {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  /* Firefox - scrollbar aparece apenas quando há overflow real e fica sempre visível */
  scrollbar-width: thin;
  scrollbar-color: #4A5568 transparent;
  /* Chrome, Safari, Edge - Webkit */
  /* Esconde scrollbar quando não há overflow real */
}
.editor-content-scroll::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
.editor-content-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.editor-content-scroll::-webkit-scrollbar-thumb {
  background-color: #4A5568;
  border-radius: 4px;
  border: 2px solid transparent;
  background-clip: content-box;
  transition: background-color 0.2s ease;
}
.editor-content-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #718096;
}
.editor-content-scroll {
  /* Garante que não force scroll desnecessário */
  overflow-anchor: none;
  /* Só mostra scrollbar quando realmente há conteúdo para scrollar */
  /* O overflow: auto do navegador controla quando mostrar */
}

.editor-wrapper-scroll {
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  /* Força que elementos filhos (incluindo handles) não apareçam fora do container */
  overflow: hidden !important;
  position: relative;
  /* Em fullscreen, garante que ocupe toda a largura e altura */
}
.editor-wrapper-scroll.editor-fullscreen {
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
}
.editor-wrapper-scroll.editor-fullscreen .editor-content-scroll {
  width: 100% !important;
  max-width: 100% !important;
}
.editor-wrapper-scroll.editor-fullscreen .tiptap {
  width: 100% !important;
  max-width: 100% !important;
}
.editor-wrapper-scroll {
  /* Chrome, Edge, Safari */
}
.editor-wrapper-scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.editor-wrapper-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.editor-wrapper-scroll::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 4px;
  border: 2px solid transparent;
}
.editor-wrapper-scroll:hover {
  scrollbar-color: rgba(148, 151, 156, 0.5) transparent;
}
.editor-wrapper-scroll:hover::-webkit-scrollbar-thumb {
  background-color: rgba(148, 151, 156, 0.5);
}
.editor-wrapper-scroll:active, .editor-wrapper-scroll:focus {
  scrollbar-color: rgba(148, 151, 156, 0.7) transparent;
}
.editor-wrapper-scroll:active::-webkit-scrollbar-thumb, .editor-wrapper-scroll:focus::-webkit-scrollbar-thumb {
  background-color: rgba(148, 151, 156, 0.7);
}
.editor-wrapper-scroll {
  /* Garante que tooltips/menus do Tippy.js respeitem os limites do container */
}
.editor-wrapper-scroll [data-tippy-root] {
  position: absolute !important;
  z-index: inherit !important;
}

/* Classe para forçar visibilidade do handle durante resize */
.editor-resize-handle-forced-visible {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}/* Admin Header Styles */
.admin-main-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  background: #252532;
  border-bottom: 1px solid #22262F;
  padding: 0;
  width: 100%;
}

.admin-main-header .admin-header-content {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}

/* Simple vertical alignment */
.admin-main-header .admin-header-logo,
.admin-main-header .admin-header-profile,
.admin-main-header .admin-mobile-menu-btn {
  display: flex;
  align-items: center;
  height: 100%;
}

.admin-main-header .admin-header-logo {
  display: flex;
  align-items: center;
  height: 100%;
}

.admin-main-header .admin-logo-img {
  width: 141px;
  height: 44px;
  display: block;
}

.admin-main-header .admin-header-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.admin-main-header .admin-nav-link {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 6px;
  gap: 12px;
  text-decoration: none;
  font-family: Sora;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  transition: all 0.2s ease;
}

.admin-main-header .admin-nav-link--active {
  color: #F7F7F7;
  background: #4B3532;
  font-weight: 600;
}

.admin-main-header .admin-nav-link--inactive {
  color: #F0F0F1;
  background: transparent;
}

.admin-main-header .admin-nav-link--inactive:hover {
  background: rgba(75, 53, 50, 0.5);
}

.admin-main-header .admin-mobile-menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #24212D;
  border: 1px solid #272737;
  border-radius: 40px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  height: 40px;
  width: 40px;
}

.admin-main-header .admin-mobile-menu-btn:hover {
  background: #2A2B3A;
}

.admin-main-header .admin-header-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 100%;
  width: 140px;
  justify-content: flex-end;
}

.admin-main-header .admin-logout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(75, 53, 50, 1);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
  flex-shrink: 0;
  outline: none;
}

.admin-main-header .admin-logout-button:hover {
  background: rgba(65, 43, 40, 1);
}

.admin-main-header .admin-logout-button:active {
  transform: scale(0.95);
}

.admin-main-header .admin-logout-button svg {
  width: 17px;
  height: 17px;
  display: block;
}

.admin-main-header .admin-mobile-menu-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: #252532;
  border: 1px solid #22262F;
  border-radius: 12px;
  padding: 8px;
  min-width: 200px;
  max-width: 280px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  margin-top: 8px;
  animation: slideDown 0.2s ease-out;
  transform: translateX(0);
}

.admin-main-header .admin-mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.admin-main-header .admin-mobile-nav-link {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-family: Sora;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  transition: all 0.2s ease;
}

.admin-main-header .admin-mobile-nav-link--active {
  color: #F7F7F7;
  background: #4B3532;
  font-weight: 600;
}

.admin-main-header .admin-mobile-nav-link--inactive {
  color: #F0F0F1;
  background: transparent;
}

.admin-main-header .admin-mobile-nav-link--inactive:hover {
  background: rgba(75, 53, 50, 0.5);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .admin-main-header {
    padding: 0 16px;
  }
  
  .admin-main-header .admin-header-content {
    height: 64px;
    padding: 0 32px;
  }
  
  .admin-main-header .admin-header-logo img {
    width: 120px;
    height: 38px;
  }
  
  .admin-main-header .admin-header-nav {
    display: none;
    position: static;
    transform: none;
  }
  
  .admin-main-header .admin-mobile-menu-btn {
    display: flex;
    height: 36px;
    width: 36px;
  }
}

@media (max-width: 768px) {
  .admin-main-header {
    padding: 0;
  }
  
  .admin-main-header .admin-header-content {
    height: 56px;
    padding: 0 16px;
    max-width: 100%;
    justify-content: space-between;
  }
  
  .admin-main-header .admin-header-logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
  }
  
  .admin-main-header .admin-header-logo img {
    width: 100px;
    height: 32px;
    object-fit: contain;
  }
  
  .admin-main-header .admin-header-profile {
    width: auto;
    min-width: auto;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  
  .admin-main-header .admin-mobile-menu-btn {
    padding: 8px;
    height: 32px;
    width: 32px;
  }
  
  .admin-main-header .admin-mobile-menu-btn svg {
    width: 16px;
    height: 10px;
  }
  
  .admin-main-header .admin-mobile-menu-dropdown {
    right: 0;
    left: auto;
    transform: translateX(0);
    min-width: 180px;
    max-width: 250px;
  }
}

@media (max-width: 480px) {
  .admin-main-header .admin-header-content {
    padding: 0 16px;
  }
  
  .admin-main-header .admin-mobile-menu-dropdown {
    right: 8px;
    left: auto;
    min-width: 160px;
    max-width: 220px;
  }
}

@media (min-width: 1025px) {
  .admin-main-header .admin-mobile-menu-btn {
    display: none;
  }
}

/* Animations */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Admin Layout Styles */
.admin-layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #191923;
}

.admin-main-content {
  flex: 1;
  padding: 24px 48px;
  background: #191923;
}

/* Responsive padding */
@media (max-width: 768px) {
  .admin-main-content {
    padding: 24px 0 0 0;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .admin-main-content {
    padding: 16px 24px;
  }
}/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, "Roboto Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-red-100: oklch(93.6% .032 17.717);
    --color-red-500: oklch(63.7% .237 25.331);
    --color-red-800: oklch(44.4% .177 26.899);
    --color-red-900: oklch(39.6% .141 25.723);
    --color-orange-50: #fef6ee;
    --color-orange-100: #fdead7;
    --color-orange-200: #f9dbaf;
    --color-orange-300: #f7b27a;
    --color-orange-400: #f38744;
    --color-orange-500: #ef6820;
    --color-orange-600: #e04f16;
    --color-orange-700: #b93815;
    --color-orange-800: #932f19;
    --color-orange-900: #772917;
    --color-orange-950: #511c10;
    --color-yellow-50: #fefbe8;
    --color-yellow-100: #fef7c3;
    --color-yellow-200: #feee95;
    --color-yellow-300: #fde272;
    --color-yellow-400: #fac515;
    --color-yellow-500: #eaaa08;
    --color-yellow-600: #ca8504;
    --color-yellow-700: #a15c07;
    --color-yellow-800: #854a0e;
    --color-yellow-900: #713b12;
    --color-yellow-950: #542c0d;
    --color-green-50: #edfcf2;
    --color-green-100: #d3f8df;
    --color-green-200: #aaf0c4;
    --color-green-300: #73e2a3;
    --color-green-400: #3ccb7f;
    --color-green-500: #16b364;
    --color-green-600: #099250;
    --color-green-700: #087443;
    --color-green-800: #095c37;
    --color-green-900: #084c2e;
    --color-green-950: #052e1c;
    --color-blue-50: #eff8ff;
    --color-blue-100: #d1e9ff;
    --color-blue-200: #b2ddff;
    --color-blue-300: #84caff;
    --color-blue-400: #53b1fd;
    --color-blue-500: #2e90fa;
    --color-blue-600: #1570ef;
    --color-blue-700: #175cd3;
    --color-blue-800: #1849a9;
    --color-blue-900: #194185;
    --color-blue-950: #102a56;
    --color-indigo-50: #eef4ff;
    --color-indigo-100: #e0eaff;
    --color-indigo-200: #c7d7fe;
    --color-indigo-300: #a4bcfd;
    --color-indigo-400: #8098f9;
    --color-indigo-500: #6172f3;
    --color-indigo-600: #444ce7;
    --color-indigo-700: #3538cd;
    --color-indigo-800: #2d31a6;
    --color-indigo-900: #2d3282;
    --color-indigo-950: #1f235b;
    --color-purple-50: #f4f3ff;
    --color-purple-100: #ebe9fe;
    --color-purple-200: #d9d6fe;
    --color-purple-300: #bdb4fe;
    --color-purple-400: #9b8afb;
    --color-purple-500: #7a5af8;
    --color-purple-600: #6938ef;
    --color-purple-700: #5925dc;
    --color-purple-800: #4a1fb8;
    --color-purple-900: #3e1c96;
    --color-purple-950: #27115f;
    --color-fuchsia-50: #fdf4ff;
    --color-fuchsia-100: #fbe8ff;
    --color-fuchsia-200: #f6d0fe;
    --color-fuchsia-300: #eeaafd;
    --color-fuchsia-400: #e478fa;
    --color-fuchsia-500: #d444f1;
    --color-fuchsia-600: #ba24d5;
    --color-fuchsia-700: #9f1ab1;
    --color-fuchsia-800: #821890;
    --color-fuchsia-900: #6f1877;
    --color-fuchsia-950: #47104c;
    --color-pink-50: #fdf2fa;
    --color-pink-100: #fce7f6;
    --color-pink-200: #fcceee;
    --color-pink-300: #faa7e0;
    --color-pink-400: #f670c7;
    --color-pink-500: #ee46bc;
    --color-pink-600: #dd2590;
    --color-pink-700: #c11574;
    --color-pink-800: #9e165f;
    --color-pink-900: #851651;
    --color-pink-950: #4e0d30;
    --color-gray-50: #fafafa;
    --color-gray-100: #f5f5f5;
    --color-gray-200: #e9eaeb;
    --color-gray-300: #d5d7da;
    --color-gray-400: #a4a7ae;
    --color-gray-500: #717680;
    --color-gray-600: #535862;
    --color-gray-700: #414651;
    --color-gray-800: #252b37;
    --color-gray-900: #181d27;
    --color-gray-950: #0a0d12;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-3xl: 48rem;
    --container-7xl: 80rem;
    --text-xs: calc(var(--spacing) * 3);
    --text-xs--line-height: calc(var(--spacing) * 4.5);
    --text-sm: calc(var(--spacing) * 3.5);
    --text-sm--line-height: calc(var(--spacing) * 5);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: calc(var(--spacing) * 4.5);
    --text-lg--line-height: calc(var(--spacing) * 7);
    --text-xl: calc(var(--spacing) * 5);
    --text-xl--line-height: calc(var(--spacing) * 7.5);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-sm: .25rem;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --radius-2xl: 1rem;
    --shadow-xs: 0px 1px 2px #0a0d120d;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-ping: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-body: var(--font-inter, "Inter"), -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    --font-sora: "Sora", -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    --text-md: calc(var(--spacing) * 4);
    --text-md--line-height: calc(var(--spacing) * 6);
    --text-display-xs: calc(var(--spacing) * 6);
    --text-display-xs--line-height: calc(var(--spacing) * 8);
    --text-display-sm: calc(var(--spacing) * 7.5);
    --text-display-sm--line-height: calc(var(--spacing) * 9.5);
    --text-display-md: calc(var(--spacing) * 9);
    --text-display-md--line-height: calc(var(--spacing) * 11);
    --radius-full: 9999px;
    --shadow-skeumorphic: 0px 0px 0px 1px #0a0d122e inset, 0px -2px 0px 0px #0a0d120d inset;
    --color-transparent: #0000;
    --color-brand-50: #f9f5ff;
    --color-brand-100: #f4ebff;
    --color-brand-200: #e9d7fe;
    --color-brand-300: #d6bbfb;
    --color-brand-400: #b692f6;
    --color-brand-500: #9e77ed;
    --color-brand-600: #7f56d9;
    --color-brand-700: #6941c6;
    --color-brand-800: #53389e;
    --color-brand-900: #42307d;
    --color-brand-950: #2c1c5f;
    --color-error-50: #fef3f2;
    --color-error-100: #fee4e2;
    --color-error-200: #fecdca;
    --color-error-300: #fda29b;
    --color-error-400: #f97066;
    --color-error-500: #f04438;
    --color-error-600: #d92d20;
    --color-error-700: #b42318;
    --color-error-800: #912018;
    --color-error-900: #7a271a;
    --color-error-950: #55160c;
    --color-warning-50: #fffaeb;
    --color-warning-100: #fef0c7;
    --color-warning-200: #fedf89;
    --color-warning-300: #fec84b;
    --color-warning-400: #fdb022;
    --color-warning-500: #f79009;
    --color-warning-600: #dc6803;
    --color-warning-700: #b54708;
    --color-warning-800: #93370d;
    --color-warning-900: #7a2e0e;
    --color-warning-950: #4e1d09;
    --color-success-50: #ecfdf3;
    --color-success-100: #dcfae6;
    --color-success-200: #abefc6;
    --color-success-300: #75e0a7;
    --color-success-400: #47cd89;
    --color-success-500: #17b26a;
    --color-success-600: #079455;
    --color-success-700: #067647;
    --color-success-800: #085d3a;
    --color-success-900: #074d31;
    --color-success-950: #053321;
    --color-gray-25: #fdfdfd;
    --color-gray-blue-50: #f8f9fc;
    --color-gray-blue-100: #eaecf5;
    --color-gray-blue-200: #d5d9eb;
    --color-gray-blue-300: #b3b8db;
    --color-gray-blue-400: #717bbc;
    --color-gray-blue-500: #4e5ba6;
    --color-gray-blue-600: #3e4784;
    --color-gray-blue-700: #363f72;
    --color-gray-blue-800: #293056;
    --color-gray-blue-900: #101323;
    --color-gray-blue-950: #0d0f1c;
    --color-blue-light-50: #f0f9ff;
    --color-blue-light-100: #e0f2fe;
    --color-blue-light-200: #b9e6fe;
    --color-blue-light-300: #7cd4fd;
    --color-blue-light-400: #36bffa;
    --color-blue-light-500: #0ba5ec;
    --color-blue-light-600: #0086c9;
    --color-blue-light-700: #026aa2;
    --color-blue-light-800: #065986;
    --color-blue-light-900: #0b4a6f;
    --color-blue-light-950: #062c41;
    --color-blue-dark-50: #eff4ff;
    --color-blue-dark-100: #d1e0ff;
    --color-blue-dark-200: #b2ccff;
    --color-blue-dark-300: #84adff;
    --color-blue-dark-400: #528bff;
    --color-blue-dark-500: #2970ff;
    --color-blue-dark-600: #155eef;
    --color-blue-dark-700: #004eeb;
    --color-blue-dark-800: #0040c1;
    --color-blue-dark-900: #00359e;
    --color-blue-dark-950: #026;
    --color-orange-dark-50: #fff4ed;
    --color-orange-dark-100: #ffe6d5;
    --color-orange-dark-200: #ffd6ae;
    --color-orange-dark-300: #ff9c66;
    --color-orange-dark-400: #ff692e;
    --color-orange-dark-500: #ff4405;
    --color-orange-dark-600: #e62e05;
    --color-orange-dark-700: #bc1b06;
    --color-orange-dark-800: #97180c;
    --color-orange-dark-900: #771a0d;
    --color-orange-dark-950: #57130a;
    --color-utility-gray-50: var(--color-gray-50);
    --color-utility-gray-100: var(--color-gray-100);
    --color-utility-gray-200: var(--color-gray-200);
    --color-utility-gray-300: var(--color-gray-300);
    --color-utility-gray-400: var(--color-gray-400);
    --color-utility-gray-500: var(--color-gray-500);
    --color-utility-gray-600: var(--color-gray-600);
    --color-utility-gray-700: var(--color-gray-700);
    --color-utility-gray-800: var(--color-gray-800);
    --color-utility-gray-900: var(--color-gray-900);
    --color-text-primary: var(--color-gray-900);
    --color-text-tertiary: var(--color-gray-600);
    --color-text-error-primary: var(--color-error-600);
    --color-text-warning-primary: var(--color-warning-600);
    --color-text-success-primary: var(--color-success-600);
    --color-text-secondary: var(--color-gray-700);
    --color-text-disabled: var(--color-gray-500);
    --color-text-secondary_hover: var(--color-gray-800);
    --color-text-tertiary_hover: var(--color-gray-700);
    --color-text-brand-secondary: var(--color-brand-700);
    --color-text-placeholder: var(--color-gray-500);
    --color-text-placeholder_subtle: var(--color-gray-300);
    --color-text-brand-tertiary: var(--color-brand-600);
    --color-text-quaternary: var(--color-gray-500);
    --color-text-brand-primary: var(--color-brand-900);
    --color-text-primary_on-brand: var(--color-white);
    --color-text-secondary_on-brand: var(--color-brand-200);
    --color-text-tertiary_on-brand: var(--color-brand-200);
    --color-text-quaternary_on-brand: var(--color-brand-300);
    --color-text-brand-tertiary_alt: var(--color-brand-600);
    --color-text-brand-secondary_hover: var(--color-brand-800);
    --color-text-error-primary_hover: var(--color-error-700);
    --color-border-secondary: var(--color-gray-200);
    --color-border-error_subtle: var(--color-error-300);
    --color-border-primary: var(--color-gray-300);
    --color-border-brand: var(--color-brand-500);
    --color-border-disabled: var(--color-gray-300);
    --color-border-error: var(--color-error-500);
    --color-border-disabled_subtle: var(--color-gray-200);
    --color-border-tertiary: var(--color-gray-100);
    --color-border-brand_alt: var(--color-brand-600);
    --color-border-secondary_alt: #00000014;
    --color-fg-brand-secondary: var(--color-brand-500);
    --color-fg-brand-primary: var(--color-brand-600);
    --color-fg-brand-primary_alt: var(--color-fg-brand-primary);
    --color-bg-primary: var(--color-white);
    --color-bg-tertiary: var(--color-gray-100);
    --color-bg-brand-primary: var(--color-brand-50);
    --color-bg-error-secondary: var(--color-error-100);
    --color-bg-warning-primary: var(--color-warning-50);
    --color-bg-warning-secondary: var(--color-warning-100);
    --color-bg-success-primary: var(--color-success-50);
    --color-bg-success-secondary: var(--color-success-100);
    --color-bg-brand-solid: var(--color-brand-600);
    --color-bg-secondary-solid: var(--color-gray-600);
    --color-bg-error-solid: var(--color-error-600);
    --color-bg-warning-solid: var(--color-warning-600);
    --color-bg-success-solid: var(--color-success-600);
    --color-bg-secondary_hover: var(--color-gray-100);
    --color-bg-primary_hover: var(--color-gray-50);
    --color-bg-disabled: var(--color-gray-100);
    --color-bg-active: var(--color-gray-50);
    --color-bg-brand-solid_hover: var(--color-brand-700);
    --color-bg-error-primary: var(--color-error-50);
    --color-bg-brand-secondary: var(--color-brand-100);
    --color-bg-secondary: var(--color-gray-50);
    --color-bg-disabled_subtle: var(--color-gray-50);
    --color-bg-quaternary: var(--color-gray-200);
    --color-bg-primary_alt: var(--color-white);
    --color-bg-brand-primary_alt: var(--color-brand-50);
    --color-bg-secondary_alt: var(--color-gray-50);
    --color-bg-overlay: var(--color-gray-950);
    --color-bg-secondary_subtle: var(--color-gray-25);
    --color-bg-brand-section: var(--color-brand-800);
    --color-bg-brand-section_subtle: var(--color-brand-700);
    --color-bg-primary-solid: var(--color-gray-950);
    --color-avatar-bg: var(--color-gray-100);
    --color-focus-ring: var(--color-brand-500);
    --color-tooltip-supporting-text: var(--color-gray-300);
    --background-color-primary: var(--color-bg-primary);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  .dark-mode {
    --color-alpha-white: #0c0e12;
    --color-alpha-black: #fff;
    --color-gray-25: #fafafa;
    --color-gray-50: #f7f7f7;
    --color-gray-100: #f0f0f1;
    --color-gray-200: #ececed;
    --color-gray-300: #cecfd2;
    --color-gray-400: #94979c;
    --color-gray-500: #85888e;
    --color-gray-600: #61656c;
    --color-gray-700: #373a41;
    --color-gray-800: #22262f;
    --color-gray-900: #13161b;
    --color-gray-950: #0c0e12;
    --color-utility-blue-50: var(--color-blue-950);
    --color-utility-blue-100: var(--color-blue-900);
    --color-utility-blue-200: var(--color-blue-800);
    --color-utility-blue-300: var(--color-blue-700);
    --color-utility-blue-400: var(--color-blue-600);
    --color-utility-blue-500: var(--color-blue-500);
    --color-utility-blue-600: var(--color-blue-400);
    --color-utility-blue-700: var(--color-blue-300);
    --color-utility-brand-50: var(--color-brand-950);
    --color-utility-brand-50_alt: var(--color-utility-gray-50);
    --color-utility-brand-100: var(--color-brand-900);
    --color-utility-brand-100_alt: var(--color-utility-gray-100);
    --color-utility-brand-200: var(--color-brand-800);
    --color-utility-brand-200_alt: var(--color-utility-gray-200);
    --color-utility-brand-300: var(--color-brand-700);
    --color-utility-brand-300_alt: var(--color-utility-gray-300);
    --color-utility-brand-400: var(--color-brand-600);
    --color-utility-brand-400_alt: var(--color-utility-gray-400);
    --color-utility-brand-500: var(--color-brand-500);
    --color-utility-brand-500_alt: var(--color-utility-gray-500);
    --color-utility-brand-600: var(--color-brand-400);
    --color-utility-brand-600_alt: var(--color-utility-gray-600);
    --color-utility-brand-700: var(--color-brand-300);
    --color-utility-brand-700_alt: var(--color-utility-gray-700);
    --color-utility-brand-800: var(--color-brand-200);
    --color-utility-brand-800_alt: var(--color-utility-gray-800);
    --color-utility-brand-900: var(--color-brand-100);
    --color-utility-brand-900_alt: var(--color-utility-gray-900);
    --color-utility-gray-50: var(--color-gray-900);
    --color-utility-gray-100: var(--color-gray-800);
    --color-utility-gray-200: var(--color-gray-700);
    --color-utility-gray-300: var(--color-gray-700);
    --color-utility-gray-400: var(--color-gray-600);
    --color-utility-gray-500: var(--color-gray-500);
    --color-utility-gray-600: var(--color-gray-400);
    --color-utility-gray-700: var(--color-gray-300);
    --color-utility-gray-800: var(--color-gray-200);
    --color-utility-gray-900: var(--color-gray-100);
    --color-utility-error-50: var(--color-error-950);
    --color-utility-error-100: var(--color-error-900);
    --color-utility-error-200: var(--color-error-800);
    --color-utility-error-300: var(--color-error-700);
    --color-utility-error-400: var(--color-error-600);
    --color-utility-error-500: var(--color-error-500);
    --color-utility-error-600: var(--color-error-400);
    --color-utility-error-700: var(--color-error-300);
    --color-utility-warning-50: var(--color-warning-950);
    --color-utility-warning-100: var(--color-warning-900);
    --color-utility-warning-200: var(--color-warning-800);
    --color-utility-warning-300: var(--color-warning-700);
    --color-utility-warning-400: var(--color-warning-600);
    --color-utility-warning-500: var(--color-warning-500);
    --color-utility-warning-600: var(--color-warning-400);
    --color-utility-warning-700: var(--color-warning-300);
    --color-utility-success-50: var(--color-success-950);
    --color-utility-success-100: var(--color-success-900);
    --color-utility-success-200: var(--color-success-800);
    --color-utility-success-300: var(--color-success-700);
    --color-utility-success-400: var(--color-success-600);
    --color-utility-success-500: var(--color-success-500);
    --color-utility-success-600: var(--color-success-400);
    --color-utility-success-700: var(--color-success-300);
    --color-utility-orange-50: var(--color-orange-950);
    --color-utility-orange-100: var(--color-orange-900);
    --color-utility-orange-200: var(--color-orange-800);
    --color-utility-orange-300: var(--color-orange-700);
    --color-utility-orange-400: var(--color-orange-600);
    --color-utility-orange-500: var(--color-orange-500);
    --color-utility-orange-600: var(--color-orange-400);
    --color-utility-orange-700: var(--color-orange-300);
    --color-utility-blue-dark-50: var(--color-blue-dark-950);
    --color-utility-blue-dark-100: var(--color-blue-dark-900);
    --color-utility-blue-dark-200: var(--color-blue-dark-800);
    --color-utility-blue-dark-300: var(--color-blue-dark-700);
    --color-utility-blue-dark-400: var(--color-blue-dark-600);
    --color-utility-blue-dark-500: var(--color-blue-dark-500);
    --color-utility-blue-dark-600: var(--color-blue-dark-400);
    --color-utility-blue-dark-700: var(--color-blue-dark-300);
    --color-utility-indigo-50: var(--color-indigo-950);
    --color-utility-indigo-100: var(--color-indigo-900);
    --color-utility-indigo-200: var(--color-indigo-800);
    --color-utility-indigo-300: var(--color-indigo-700);
    --color-utility-indigo-400: var(--color-indigo-600);
    --color-utility-indigo-500: var(--color-indigo-500);
    --color-utility-indigo-600: var(--color-indigo-400);
    --color-utility-indigo-700: var(--color-indigo-300);
    --color-utility-fuchsia-50: var(--color-fuchsia-950);
    --color-utility-fuchsia-100: var(--color-fuchsia-900);
    --color-utility-fuchsia-200: var(--color-fuchsia-800);
    --color-utility-fuchsia-300: var(--color-fuchsia-700);
    --color-utility-fuchsia-400: var(--color-fuchsia-600);
    --color-utility-fuchsia-500: var(--color-fuchsia-500);
    --color-utility-fuchsia-600: var(--color-fuchsia-400);
    --color-utility-fuchsia-700: var(--color-fuchsia-300);
    --color-utility-pink-50: var(--color-pink-950);
    --color-utility-pink-100: var(--color-pink-900);
    --color-utility-pink-200: var(--color-pink-800);
    --color-utility-pink-300: var(--color-pink-700);
    --color-utility-pink-400: var(--color-pink-600);
    --color-utility-pink-500: var(--color-pink-500);
    --color-utility-pink-600: var(--color-pink-400);
    --color-utility-pink-700: var(--color-pink-300);
    --color-utility-purple-50: var(--color-purple-950);
    --color-utility-purple-100: var(--color-purple-900);
    --color-utility-purple-200: var(--color-purple-800);
    --color-utility-purple-300: var(--color-purple-700);
    --color-utility-purple-400: var(--color-purple-600);
    --color-utility-purple-500: var(--color-purple-500);
    --color-utility-purple-600: var(--color-purple-400);
    --color-utility-purple-700: var(--color-purple-300);
    --color-utility-orange-dark-50: var(--color-orange-dark-950);
    --color-utility-orange-dark-100: var(--color-orange-dark-900);
    --color-utility-orange-dark-200: var(--color-orange-dark-800);
    --color-utility-orange-dark-300: var(--color-orange-dark-700);
    --color-utility-orange-dark-400: var(--color-orange-dark-600);
    --color-utility-orange-dark-500: var(--color-orange-dark-500);
    --color-utility-orange-dark-600: var(--color-orange-dark-400);
    --color-utility-orange-dark-700: var(--color-orange-dark-300);
    --color-utility-blue-light-50: var(--color-blue-light-950);
    --color-utility-blue-light-100: var(--color-blue-light-900);
    --color-utility-blue-light-200: var(--color-blue-light-800);
    --color-utility-blue-light-300: var(--color-blue-light-700);
    --color-utility-blue-light-400: var(--color-blue-light-600);
    --color-utility-blue-light-500: var(--color-blue-light-500);
    --color-utility-blue-light-600: var(--color-blue-light-400);
    --color-utility-blue-light-700: var(--color-blue-light-300);
    --color-utility-gray-blue-50: var(--color-gray-blue-950);
    --color-utility-gray-blue-100: var(--color-gray-blue-900);
    --color-utility-gray-blue-200: var(--color-gray-blue-800);
    --color-utility-gray-blue-300: var(--color-gray-blue-700);
    --color-utility-gray-blue-400: var(--color-gray-blue-600);
    --color-utility-gray-blue-500: var(--color-gray-blue-500);
    --color-utility-gray-blue-600: var(--color-gray-blue-400);
    --color-utility-gray-blue-700: var(--color-gray-blue-300);
    --color-utility-green-50: var(--color-green-950);
    --color-utility-green-100: var(--color-green-900);
    --color-utility-green-200: var(--color-green-800);
    --color-utility-green-300: var(--color-green-700);
    --color-utility-green-400: var(--color-green-600);
    --color-utility-green-500: var(--color-green-500);
    --color-utility-green-600: var(--color-green-400);
    --color-utility-green-700: var(--color-green-300);
    --color-utility-yellow-50: var(--color-yellow-950);
    --color-utility-yellow-100: var(--color-yellow-900);
    --color-utility-yellow-200: var(--color-yellow-800);
    --color-utility-yellow-300: var(--color-yellow-700);
    --color-utility-yellow-400: var(--color-yellow-600);
    --color-utility-yellow-500: var(--color-yellow-500);
    --color-utility-yellow-600: var(--color-yellow-400);
    --color-utility-yellow-700: var(--color-yellow-300);
    --color-text-primary: var(--color-gray-50);
    --color-text-tertiary: var(--color-gray-400);
    --color-text-error-primary: var(--color-error-400);
    --color-text-warning-primary: var(--color-warning-400);
    --color-text-success-primary: var(--color-success-400);
    --color-text-white: var(--color-white);
    --color-text-secondary: var(--color-gray-300);
    --color-text-disabled: var(--color-gray-500);
    --color-text-secondary_hover: var(--color-gray-200);
    --color-text-tertiary_hover: var(--color-gray-300);
    --color-text-brand-secondary: var(--color-gray-300);
    --color-text-placeholder: var(--color-gray-500);
    --color-text-placeholder_subtle: var(--color-gray-700);
    --color-text-brand-tertiary: var(--color-gray-400);
    --color-text-quaternary: var(--color-gray-400);
    --color-text-brand-primary: var(--color-gray-50);
    --color-text-primary_on-brand: var(--color-gray-50);
    --color-text-secondary_on-brand: var(--color-gray-300);
    --color-text-tertiary_on-brand: var(--color-gray-400);
    --color-text-quaternary_on-brand: var(--color-gray-400);
    --color-text-brand-tertiary_alt: var(--color-gray-50);
    --color-text-brand-secondary_hover: var(--color-gray-200);
    --color-text-error-primary_hover: var(--color-error-300);
    --color-border-secondary: var(--color-gray-800);
    --color-border-error_subtle: var(--color-error-500);
    --color-border-primary: var(--color-gray-700);
    --color-border-brand: var(--color-brand-400);
    --color-border-disabled: var(--color-gray-700);
    --color-border-error: var(--color-error-400);
    --color-border-disabled_subtle: var(--color-gray-800);
    --color-border-tertiary: var(--color-gray-800);
    --color-border-brand_alt: var(--color-gray-700);
    --color-border-secondary_alt: var(--color-gray-800);
    --color-fg-secondary: var(--color-gray-300);
    --color-fg-warning-primary: var(--color-warning-500);
    --color-fg-success-primary: var(--color-success-500);
    --color-fg-white: var(--color-white);
    --color-fg-success-secondary: var(--color-success-400);
    --color-fg-secondary_hover: var(--color-gray-200);
    --color-fg-primary: var(--color-white);
    --color-fg-disabled: var(--color-gray-500);
    --color-fg-brand-secondary: var(--color-brand-500);
    --color-fg-brand-primary: var(--color-brand-500);
    --color-fg-quaternary: var(--color-gray-600);
    --color-fg-quaternary_hover: var(--color-gray-500);
    --color-fg-error-primary: var(--color-error-500);
    --color-fg-disabled_subtle: var(--color-gray-600);
    --color-fg-warning-secondary: var(--color-warning-400);
    --color-fg-error-secondary: var(--color-error-400);
    --color-fg-tertiary: var(--color-gray-400);
    --color-fg-tertiary_hover: var(--color-gray-300);
    --color-fg-brand-primary_alt: var(--color-gray-300);
    --color-fg-brand-secondary_alt: var(--color-gray-600);
    --color-fg-brand-secondary_hover: var(--color-gray-500);
    --color-bg-primary: var(--color-gray-950);
    --color-bg-tertiary: var(--color-gray-800);
    --color-bg-brand-primary: var(--color-brand-500);
    --color-bg-error-secondary: var(--color-error-600);
    --color-bg-warning-primary: var(--color-warning-950);
    --color-bg-warning-secondary: var(--color-warning-600);
    --color-bg-success-primary: var(--color-success-950);
    --color-bg-success-secondary: var(--color-success-600);
    --color-bg-brand-solid: var(--color-brand-600);
    --color-bg-secondary-solid: var(--color-gray-600);
    --color-bg-error-solid: var(--color-error-600);
    --color-bg-warning-solid: var(--color-warning-600);
    --color-bg-success-solid: var(--color-success-600);
    --color-bg-secondary_hover: var(--color-gray-800);
    --color-bg-primary_hover: var(--color-gray-800);
    --color-bg-disabled: var(--color-gray-800);
    --color-bg-active: var(--color-gray-800);
    --color-bg-brand-solid_hover: var(--color-brand-500);
    --color-bg-error-primary: var(--color-error-950);
    --color-bg-brand-secondary: var(--color-brand-600);
    --color-bg-secondary: var(--color-gray-900);
    --color-bg-disabled_subtle: var(--color-gray-900);
    --color-bg-quaternary: var(--color-gray-700);
    --color-bg-primary_alt: var(--color-bg-secondary);
    --color-bg-brand-primary_alt: var(--color-bg-secondary);
    --color-bg-secondary_alt: var(--color-bg-primary);
    --color-bg-overlay: var(--color-gray-800);
    --color-bg-secondary_subtle: var(--color-gray-900);
    --color-bg-brand-section: var(--color-bg-secondary);
    --color-bg-brand-section_subtle: var(--color-bg-primary);
    --color-bg-primary-solid: var(--color-bg-secondary);
    --color-app-store-badge-border: var(--color-white);
    --color-avatar-bg: var(--color-gray-800);
    --color-avatar-contrast-border: #ffffff1f;
    --color-avatar-profile-photo-border: var(--color-gray-950);
    --color-avatar-styles-bg-neutral: #e0e0e0;
    --color-button-destructive-primary-icon: var(--color-error-300);
    --color-button-destructive-primary-icon_hover: var(--color-error-200);
    --color-button-primary-icon: var(--color-brand-300);
    --color-button-primary-icon_hover: var(--color-brand-200);
    --color-featured-icon-light-fg-brand: var(--color-brand-200);
    --color-featured-icon-light-fg-error: var(--color-error-200);
    --color-featured-icon-light-fg-gray: var(--color-gray-200);
    --color-featured-icon-light-fg-success: var(--color-success-200);
    --color-featured-icon-light-fg-warning: var(--color-warning-200);
    --color-focus-ring-error: var(--color-error-500);
    --color-focus-ring: var(--color-brand-500);
    --color-footer-button-fg: var(--color-gray-300);
    --color-footer-button-fg_hover: var(--color-gray-100);
    --color-icon-fg-brand: var(--color-gray-400);
    --color-icon-fg-brand_on-brand: var(--color-gray-400);
    --color-nav-item-button-icon-fg: var(--color-gray-400);
    --color-nav-item-button-icon-fg_active: var(--color-gray-300);
    --color-nav-item-icon-fg: var(--color-gray-400);
    --color-nav-item-icon-fg_active: var(--color-gray-300);
    --color-screen-mockup-border: var(--color-gray-700);
    --color-slider-handle-bg: var(--color-fg-brand-primary);
    --color-slider-handle-border: var(--color-bg-primary);
    --color-toggle-border: var(--color-transparent);
    --color-toggle-button-fg_disabled: var(--color-gray-600);
    --color-toggle-slim-border_pressed-hover: var(--color-transparent);
    --color-toggle-slim-border_pressed: var(--color-transparent);
    --color-tooltip-supporting-text: var(--color-gray-300);
    --color-text-editor-icon-fg: var(--color-gray-400);
    --color-text-editor-icon-fg_active: var(--color-white);
    --background-color-quaternary: var(--color-bg-quaternary);
    --background-color-disabled: var(--color-bg-disabled);
    --background-color-primary: var(--color-bg-primary);
    --background-color-primary-solid: var(--color-bg-primary-solid);
    --background-color-primary_alt: var(--color-bg-primary_alt);
    --background-color-primary_hover: var(--color-bg-primary_hover);
    --background-color-secondary: var(--color-bg-secondary);
    --background-color-secondary-solid: var(--color-bg-secondary-solid);
    --background-color-secondary_alt: var(--color-bg-secondary_alt);
    --background-color-secondary_hover: var(--color-bg-secondary_hover);
    --background-color-secondary_subtle: var(--color-bg-secondary_subtle);
    --background-color-tertiary: var(--color-bg-tertiary);
    --background-color-active: var(--color-bg-active);
    --background-color-disabled_subtle: var(--color-bg-disabled_subtle);
    --background-color-overlay: var(--color-bg-overlay);
    --background-color-brand-primary: var(--color-bg-brand-primary);
    --background-color-brand-primary_alt: var(--color-bg-brand-primary_alt);
    --background-color-brand-secondary: var(--color-bg-brand-secondary);
    --background-color-brand-solid: var(--color-bg-brand-solid);
    --background-color-brand-solid_hover: var(--color-bg-brand-solid_hover);
    --background-color-brand-section: var(--color-bg-brand-section);
    --background-color-brand-section_subtle: var(--color-bg-brand-section_subtle);
    --background-color-error-primary: var(--color-bg-error-primary);
    --background-color-error-secondary: var(--color-bg-error-secondary);
    --background-color-error-solid: var(--color-bg-error-solid);
    --background-color-warning-primary: var(--color-bg-warning-primary);
    --background-color-warning-secondary: var(--color-bg-warning-secondary);
    --background-color-warning-solid: var(--color-bg-warning-solid);
    --background-color-success-primary: var(--color-bg-success-primary);
    --background-color-success-secondary: var(--color-bg-success-secondary);
    --background-color-success-solid: var(--color-bg-success-solid);
    --background-color-border-brand: var(--color-border-brand);
    --background-color-border-tertiary: var(--color-border-tertiary);
    --background-color-border-brand_alt: var(--color-border-brand_alt);
    --text-color-primary: var(--color-text-primary);
    --text-color-primary_on-brand: var(--color-text-primary_on-brand);
    --text-color-secondary: var(--color-text-secondary);
    --text-color-secondary_hover: var(--color-text-secondary_hover);
    --text-color-secondary_on-brand: var(--color-text-secondary_on-brand);
    --text-color-tertiary: var(--color-text-tertiary);
    --text-color-tertiary_hover: var(--color-text-tertiary_hover);
    --text-color-tertiary_on-brand: var(--color-text-tertiary_on-brand);
    --text-color-quaternary: var(--color-text-quaternary);
    --text-color-quaternary_on-brand: var(--color-text-quaternary_on-brand);
    --text-color-disabled: var(--color-text-disabled);
    --text-color-placeholder: var(--color-text-placeholder);
    --text-color-placeholder_subtle: var(--color-text-placeholder_subtle);
    --text-color-brand-primary: var(--color-text-brand-primary);
    --text-color-brand-secondary: var(--color-text-brand-secondary);
    --text-color-brand-secondary_hover: var(--color-text-brand-secondary_hover);
    --text-color-brand-tertiary: var(--color-text-brand-tertiary);
    --text-color-brand-tertiary_alt: var(--color-text-brand-tertiary_alt);
    --text-color-error-primary: var(--color-text-error-primary);
    --text-color-error-primary_hover: var(--color-text-error-primary_hover);
    --text-color-warning-primary: var(--color-text-warning-primary);
    --text-color-success-primary: var(--color-text-success-primary);
    --text-color-tooltip-supporting-text: var(--color-tooltip-supporting-text);
    --border-color-primary: var(--color-border-primary);
    --border-color-secondary: var(--color-border-secondary);
    --border-color-secondary_alt: var(--color-border-secondary_alt);
    --border-color-tertiary: var(--color-border-tertiary);
    --border-color-disabled: var(--color-border-disabled);
    --border-color-brand: var(--color-border-brand);
    --border-color-brand-solid: var(--color-bg-brand-solid);
    --border-color-brand-solid_hover: var(--color-bg-brand-solid_hover);
    --border-color-error: var(--color-border-error);
    --border-color-disabled_subtle: var(--color-border-disabled_subtle);
    --border-color-brand_alt: var(--color-border-brand_alt);
    --border-color-error_subtle: var(--color-border-error_subtle);
    --ring-color-bg-brand-solid: var(--color-bg-brand-solid);
    --ring-color-primary: var(--color-border-primary);
    --ring-color-secondary: var(--color-border-secondary);
    --ring-color-secondary_alt: var(--color-border-secondary_alt);
    --ring-color-tertiary: var(--color-border-tertiary);
    --ring-color-disabled: var(--color-border-disabled);
    --ring-color-brand: var(--color-border-brand);
    --ring-color-brand-solid: var(--color-bg-brand-solid);
    --ring-color-brand-solid_hover: var(--color-bg-brand-solid_hover);
    --ring-color-error: var(--color-border-error);
    --ring-color-disabled_subtle: var(--color-border-disabled_subtle);
    --ring-color-brand_alt: var(--color-border-brand_alt);
    --ring-color-error_subtle: var(--color-border-error_subtle);
    --outline-color-primary: var(--color-border-primary);
    --outline-color-secondary: var(--color-border-secondary);
    --outline-color-secondary_alt: var(--color-border-secondary_alt);
    --outline-color-tertiary: var(--color-border-tertiary);
    --outline-color-disabled: var(--color-border-disabled);
    --outline-color-brand: var(--color-border-brand);
    --outline-color-brand-solid: var(--color-bg-brand-solid);
    --outline-color-brand-solid_hover: var(--color-bg-brand-solid_hover);
    --outline-color-error: var(--color-border-error);
    --outline-color-disabled_subtle: var(--color-border-disabled_subtle);
    --outline-color-brand_alt: var(--color-border-brand_alt);
    --outline-color-error_subtle: var(--color-border-error_subtle);
  }
}

@layer components;

@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }

  .pointer-events-none {
    pointer-events: none;
  }

  .collapse {
    visibility: collapse;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }

  .-top-30 {
    top: calc(var(--spacing) * -30);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-1\/2 {
    top: 50%;
  }

  .top-2 {
    top: calc(var(--spacing) * 2);
  }

  .top-3 {
    top: calc(var(--spacing) * 3);
  }

  .top-4 {
    top: calc(var(--spacing) * 4);
  }

  .top-6 {
    top: calc(var(--spacing) * 6);
  }

  .top-full {
    top: 100%;
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .right-2 {
    right: calc(var(--spacing) * 2);
  }

  .right-3 {
    right: calc(var(--spacing) * 3);
  }

  .right-4 {
    right: calc(var(--spacing) * 4);
  }

  .right-6 {
    right: calc(var(--spacing) * 6);
  }

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .bottom-full {
    bottom: 100%;
  }

  .-left-30 {
    left: calc(var(--spacing) * -30);
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-1\/2 {
    left: 50%;
  }

  .left-3 {
    left: calc(var(--spacing) * 3);
  }

  .z-10 {
    z-index: 10;
  }

  .z-\[110\] {
    z-index: 110;
  }

  .z-\[10001\] {
    z-index: 10001;
  }

  .float-left {
    float: left;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 320px) {
    .container {
      max-width: 320px;
    }
  }

  @media (min-width: 600px) {
    .container {
      max-width: 600px;
    }
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .m-0 {
    margin: calc(var(--spacing) * 0);
  }

  .m-1 {
    margin: calc(var(--spacing) * 1);
  }

  .m-2 {
    margin: calc(var(--spacing) * 2);
  }

  .m-3 {
    margin: calc(var(--spacing) * 3);
  }

  .m-4 {
    margin: calc(var(--spacing) * 4);
  }

  .m-5 {
    margin: calc(var(--spacing) * 5);
  }

  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }

  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }

  .mx-3 {
    margin-inline: calc(var(--spacing) * 3);
  }

  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }

  .mx-5 {
    margin-inline: calc(var(--spacing) * 5);
  }

  .mx-8 {
    margin-inline: calc(var(--spacing) * 8);
  }

  .mx-auto {
    margin-inline: auto;
  }

  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }

  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }

  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }

  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }

  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }

  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
  }

  .prose :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .prose :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    font-size: 1.25em;
    line-height: 1.6;
  }

  .prose :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    font-weight: 500;
    text-decoration: underline;
  }

  .prose :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
  }

  .prose :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(blockquote strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(thead th strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
  }

  .prose :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
    list-style-type: decimal;
  }

  .prose :where(ol[type="A"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }

  .prose :where(ol[type="a"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }

  .prose :where(ol[type="A" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }

  .prose :where(ol[type="a" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }

  .prose :where(ol[type="I"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }

  .prose :where(ol[type="i"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }

  .prose :where(ol[type="I" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }

  .prose :where(ol[type="i" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }

  .prose :where(ol[type="1"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: decimal;
  }

  .prose :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
    list-style-type: disc;
  }

  .prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
    color: var(--tw-prose-counters);
    font-weight: 400;
  }

  .prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
  }

  .prose :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 1.25em;
    font-weight: 600;
  }

  .prose :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .prose :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-quotes);
    border-inline-start-width: .25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "“""”""‘""’";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
    font-style: italic;
    font-weight: 500;
  }

  .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):before {
    content: open-quote;
  }

  .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
    content: close-quote;
  }

  .prose :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 0;
    margin-bottom: .888889em;
    font-size: 2.25em;
    font-weight: 800;
    line-height: 1.11111;
  }

  .prose :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 900;
  }

  .prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.33333;
  }

  .prose :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 800;
  }

  .prose :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 1.6em;
    margin-bottom: .6em;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.6;
  }

  .prose :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 700;
  }

  .prose :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 1.5em;
    margin-bottom: .5em;
    font-weight: 600;
    line-height: 1.5;
  }

  .prose :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 700;
  }

  .prose :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .prose :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
    display: block;
  }

  .prose :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .prose :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    padding-top: .1875em;
    padding-inline-end: .375em;
    padding-bottom: .1875em;
    border-radius: .3125rem;
    padding-inline-start: .375em;
    font-family: inherit;
    font-size: .875em;
    font-weight: 500;
  }

  .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-size: .875em;
    font-weight: 600;
  }

  .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
    content: "`";
  }

  .prose :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
  }

  .prose :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-size: .875em;
  }

  .prose :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-size: .9em;
  }

  .prose :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(blockquote code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(thead th code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
  }

  .prose :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    padding-top: .857143em;
    padding-inline-end: 1.14286em;
    padding-bottom: .857143em;
    border-radius: .375rem;
    margin-top: 1.71429em;
    margin-bottom: 1.71429em;
    padding-inline-start: 1.14286em;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.71429;
    overflow-x: auto;
  }

  .prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    padding: 0;
  }

  .prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
    content: none;
  }

  .prose :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    table-layout: auto;
    width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: .875em;
    line-height: 1.71429;
  }

  .prose :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }

  .prose :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    vertical-align: bottom;
    padding-inline-end: .571429em;
    padding-bottom: .571429em;
    padding-inline-start: .571429em;
    font-weight: 600;
  }

  .prose :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
  }

  .prose :where(tbody tr:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 0;
  }

  .prose :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    vertical-align: baseline;
  }

  .prose :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }

  .prose :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    vertical-align: top;
  }

  .prose :where(th, td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    text-align: start;
  }

  .prose :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .prose :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    margin-top: .857143em;
    font-size: .875em;
    line-height: 1.42857;
  }

  .prose {
    --tw-prose-body: oklch(37.3% .034 259.733);
    --tw-prose-headings: oklch(21% .034 264.665);
    --tw-prose-lead: oklch(44.6% .03 256.802);
    --tw-prose-links: oklch(21% .034 264.665);
    --tw-prose-bold: oklch(21% .034 264.665);
    --tw-prose-counters: oklch(55.1% .027 264.364);
    --tw-prose-bullets: oklch(87.2% .01 258.338);
    --tw-prose-hr: oklch(92.8% .006 264.531);
    --tw-prose-quotes: oklch(21% .034 264.665);
    --tw-prose-quote-borders: oklch(92.8% .006 264.531);
    --tw-prose-captions: oklch(55.1% .027 264.364);
    --tw-prose-kbd: oklch(21% .034 264.665);
    --tw-prose-kbd-shadows: NaN NaN NaN;
    --tw-prose-code: oklch(21% .034 264.665);
    --tw-prose-pre-code: oklch(92.8% .006 264.531);
    --tw-prose-pre-bg: oklch(27.8% .033 256.848);
    --tw-prose-th-borders: oklch(87.2% .01 258.338);
    --tw-prose-td-borders: oklch(92.8% .006 264.531);
    --tw-prose-invert-body: oklch(87.2% .01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% .022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% .022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% .03 256.802);
    --tw-prose-invert-hr: oklch(37.3% .034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% .003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% .034 259.733);
    --tw-prose-invert-captions: oklch(70.7% .022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% .01 258.338);
    --tw-prose-invert-pre-bg: #00000080;
    --tw-prose-invert-th-borders: oklch(44.6% .03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% .034 259.733);
    font-size: 1rem;
    line-height: 1.75;
  }

  .prose :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .prose :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: .375em;
  }

  .prose :where(.prose > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .75em;
    margin-bottom: .75em;
  }

  .prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  .prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .75em;
    margin-bottom: .75em;
  }

  .prose :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .prose :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .5em;
    padding-inline-start: 1.625em;
  }

  .prose :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
  }

  .prose :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .prose :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-top: .571429em;
    padding-inline-end: .571429em;
    padding-bottom: .571429em;
    padding-inline-start: .571429em;
  }

  .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .prose :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .prose :where(.prose > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
  }

  .prose :where(.prose > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 0;
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }

  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }

  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }

  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }

  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }

  .mr-5 {
    margin-right: calc(var(--spacing) * 5);
  }

  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }

  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }

  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }

  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }

  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }

  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }

  .line-clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .scrollbar-hide::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none;
  }

  .scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-flex {
    display: inline-flex;
  }

  .table {
    display: table;
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

  .h-0 {
    height: calc(var(--spacing) * 0);
  }

  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }

  .h-2 {
    height: calc(var(--spacing) * 2);
  }

  .h-3 {
    height: calc(var(--spacing) * 3);
  }

  .h-4 {
    height: calc(var(--spacing) * 4);
  }

  .h-5 {
    height: calc(var(--spacing) * 5);
  }

  .h-6 {
    height: calc(var(--spacing) * 6);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-9 {
    height: calc(var(--spacing) * 9);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-11 {
    height: calc(var(--spacing) * 11);
  }

  .h-12 {
    height: calc(var(--spacing) * 12);
  }

  .h-20 {
    height: calc(var(--spacing) * 20);
  }

  .h-28 {
    height: calc(var(--spacing) * 28);
  }

  .h-30 {
    height: calc(var(--spacing) * 30);
  }

  .h-84 {
    height: calc(var(--spacing) * 84);
  }

  .h-\[200px\] {
    height: 200px;
  }

  .h-\[300px\] {
    height: 300px;
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

  .max-h-\[300px\] {
    max-height: 300px;
  }

  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }

  .min-h-\[40px\] {
    min-height: 40px;
  }

  .min-h-\[61px\] {
    min-height: 61px;
  }

  .min-h-\[240px\] {
    min-height: 240px;
  }

  .min-h-\[284px\] {
    min-height: 284px;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-0 {
    width: calc(var(--spacing) * 0);
  }

  .w-2 {
    width: calc(var(--spacing) * 2);
  }

  .w-3 {
    width: calc(var(--spacing) * 3);
  }

  .w-4 {
    width: calc(var(--spacing) * 4);
  }

  .w-5 {
    width: calc(var(--spacing) * 5);
  }

  .w-6 {
    width: calc(var(--spacing) * 6);
  }

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-9 {
    width: calc(var(--spacing) * 9);
  }

  .w-10 {
    width: calc(var(--spacing) * 10);
  }

  .w-11 {
    width: calc(var(--spacing) * 11);
  }

  .w-12 {
    width: calc(var(--spacing) * 12);
  }

  .w-16 {
    width: calc(var(--spacing) * 16);
  }

  .w-20 {
    width: calc(var(--spacing) * 20);
  }

  .w-24 {
    width: calc(var(--spacing) * 24);
  }

  .w-32 {
    width: calc(var(--spacing) * 32);
  }

  .w-40 {
    width: calc(var(--spacing) * 40);
  }

  .w-44 {
    width: calc(var(--spacing) * 44);
  }

  .w-84 {
    width: calc(var(--spacing) * 84);
  }

  .w-\[145px\] {
    width: 145px;
  }

  .w-\[200px\] {
    width: 200px;
  }

  .w-\[265px\] {
    width: 265px;
  }

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

  .w-px {
    width: 1px;
  }

  .max-w-3xl {
    max-width: var(--container-3xl);
  }

  .max-w-7xl {
    max-width: var(--container-7xl);
  }

  .max-w-\[320px\] {
    max-width: 320px;
  }

  .max-w-none {
    max-width: none;
  }

  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }

  .min-w-\[40px\] {
    min-width: 40px;
  }

  .min-w-\[100px\] {
    min-width: 100px;
  }

  .min-w-\[250px\] {
    min-width: 250px;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-\[2\] {
    flex: 2;
  }

  .flex-shrink {
    flex-shrink: 1;
  }

  .flex-shrink-0 {
    flex-shrink: 0;
  }

  .flex-grow, .grow {
    flex-grow: 1;
  }

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-\[4px\] {
    --tw-translate-y: 4px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .animate-ping {
    animation: var(--animate-ping);
  }

  .animate-pulse {
    animation: var(--animate-pulse);
  }

  .animate-spin {
    animation: var(--animate-spin);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-row {
    flex-direction: row;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .items-end {
    align-items: flex-end;
  }

  .items-start {
    align-items: flex-start;
  }

  .items-stretch {
    align-items: stretch;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .justify-start {
    justify-content: flex-start;
  }

  .gap-0\.5 {
    gap: calc(var(--spacing) * .5);
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-x-2 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.space-x-4 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.space-x-6 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
  }

  .self-start {
    align-self: flex-start;
  }

  .self-stretch {
    align-self: stretch;
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-visible {
    overflow: visible;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }

  .overflow-x-hidden {
    overflow-x: hidden;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
    border-radius: var(--radius-full);
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .rounded-sm {
    border-radius: var(--radius-sm);
  }

  .rounded-xl {
    border-radius: var(--radius-xl);
  }

  .rounded-r-2xl {
    border-top-right-radius: var(--radius-2xl);
    border-bottom-right-radius: var(--radius-2xl);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-t-4 {
    border-top-style: var(--tw-border-style);
    border-top-width: 4px;
  }

  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }

  .border-r-4 {
    border-right-style: var(--tw-border-style);
    border-right-width: 4px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }

  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }

  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }

  .border-dotted {
    --tw-border-style: dotted;
    border-style: dotted;
  }

  .border-none {
    --tw-border-style: none;
    border-style: none;
  }

  .border-\[\#1E3A8A\] {
    border-color: #1e3a8a;
  }

  .border-\[\#2B2B3D\] {
    border-color: #2b2b3d;
  }

  .border-\[\#2C2C45\], .border-\[\#2c2c45\] {
    border-color: #2c2c45;
  }

  .border-\[\#3D3D55\] {
    border-color: #3d3d55;
  }

  .border-\[\#4C2A1B\] {
    border-color: #4c2a1b;
  }

  .border-\[\#94979C\] {
    border-color: #94979c;
  }

  .border-\[\#164332\] {
    border-color: #164332;
  }

  .border-\[\#404050\] {
    border-color: #404050;
  }

  .border-\[\#C74228\] {
    border-color: #c74228;
  }

  .border-\[\#E98B39\] {
    border-color: #e98b39;
  }

  .border-\[\#ECECED\] {
    border-color: #ececed;
  }

  .border-gray-300 {
    border-color: var(--color-gray-300);
  }

  .border-gray-600 {
    border-color: var(--color-gray-600);
  }

  .border-gray-800 {
    border-color: var(--color-gray-800);
  }

  .border-orange-500 {
    border-color: var(--color-orange-500);
  }

  .border-red-500\/30 {
    border-color: #fb2c364d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-red-500\/30 {
      border-color: color-mix(in oklab, var(--color-red-500) 30%, transparent);
    }
  }

  .border-transparent {
    border-color: #0000;
  }

  .border-white\/12 {
    border-color: #ffffff1f;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/12 {
      border-color: color-mix(in oklab, var(--color-white) 12%, transparent);
    }
  }

  .border-t-gray-800 {
    border-top-color: var(--color-gray-800);
  }

  .bg-\[\#1a2a5a\] {
    background-color: #1a2a5a;
  }

  .bg-\[\#1f1f2b\] {
    background-color: #1f1f2b;
  }

  .bg-\[\#2C2C45\] {
    background-color: #2c2c45;
  }

  .bg-\[\#3B2A1A\] {
    background-color: #3b2a1a;
  }

  .bg-\[\#373A41\] {
    background-color: #373a41;
  }

  .bg-\[\#143328\] {
    background-color: #143328;
  }

  .bg-\[\#212130\] {
    background-color: #212130;
  }

  .bg-\[\#252532\] {
    background-color: #252532;
  }

  .bg-\[\#272737\] {
    background-color: #272737;
  }

  .bg-\[\#272737\]\/30 {
    background-color: oklab(28.0058% .00726196 -.0283866 / .3);
  }

  .bg-\[\#382218\] {
    background-color: #382218;
  }

  .bg-\[\#494955\] {
    background-color: #494955;
  }

  .bg-\[\#562524\] {
    background-color: #562524;
  }

  .bg-\[\#C74228\] {
    background-color: #c74228;
  }

  .bg-\[\#ECECED\] {
    background-color: #ececed;
  }

  .bg-\[\#FDB022\] {
    background-color: #fdb022;
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }

  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }

  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }

  .bg-gray-700 {
    background-color: var(--color-gray-700);
  }

  .bg-gray-800 {
    background-color: var(--color-gray-800);
  }

  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }

  .bg-green-100 {
    background-color: var(--color-green-100);
  }

  .bg-primary {
    background-color: var(--background-color-primary);
  }

  .bg-red-100 {
    background-color: var(--color-red-100);
  }

  .bg-red-900\/20 {
    background-color: #82181a33;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-red-900\/20 {
      background-color: color-mix(in oklab, var(--color-red-900) 20%, transparent);
    }
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-yellow-100 {
    background-color: var(--color-yellow-100);
  }

  .bg-yellow-400 {
    background-color: var(--color-yellow-400);
  }

  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-blue-600 {
    --tw-gradient-from: var(--color-blue-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-blue-800 {
    --tw-gradient-to: var(--color-blue-800);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .bg-cover {
    background-size: cover;
  }

  .bg-center {
    background-position: center;
  }

  .fill-current {
    fill: currentColor;
  }

  .object-contain {
    object-fit: contain;
  }

  .object-cover {
    object-fit: cover;
  }

  .p-0 {
    padding: calc(var(--spacing) * 0);
  }

  .p-1 {
    padding: calc(var(--spacing) * 1);
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-5 {
    padding: calc(var(--spacing) * 5);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .py-0\.5 {
    padding-block: calc(var(--spacing) * .5);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }

  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }

  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }

  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }

  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }

  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }

  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }

  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }

  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }

  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }

  .pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }

  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }

  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }

  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }

  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }

  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }

  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }

  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }

  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }

  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }

  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }

  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }

  .pl-1 {
    padding-left: calc(var(--spacing) * 1);
  }

  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }

  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }

  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }

  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }

  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }

  .text-center {
    text-align: center;
  }

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

  .text-right {
    text-align: right;
  }

  .font-sora {
    font-family: var(--font-sora);
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-md {
    font-size: var(--text-md);
    line-height: var(--tw-leading, var(--text-md--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }

  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .break-words {
    overflow-wrap: break-word;
  }

  .break-all {
    word-break: break-all;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-\[\#3B82F6\] {
    color: #3b82f6;
  }

  .text-\[\#22C55E\] {
    color: #22c55e;
  }

  .text-\[\#85888E\] {
    color: #85888e;
  }

  .text-\[\#94979C\] {
    color: #94979c;
  }

  .text-\[\#CECFD2\] {
    color: #cecfd2;
  }

  .text-\[\#E98B39\] {
    color: #e98b39;
  }

  .text-\[\#F0F0F1\] {
    color: #f0f0f1;
  }

  .text-\[\#F5F5F5\] {
    color: #f5f5f5;
  }

  .text-\[\#F97316\] {
    color: #f97316;
  }

  .text-blue-100 {
    color: var(--color-blue-100);
  }

  .text-blue-200 {
    color: var(--color-blue-200);
  }

  .text-blue-400 {
    color: var(--color-blue-400);
  }

  .text-blue-600 {
    color: var(--color-blue-600);
  }

  .text-gray-300 {
    color: var(--color-gray-300);
  }

  .text-gray-400 {
    color: var(--color-gray-400);
  }

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .text-gray-600 {
    color: var(--color-gray-600);
  }

  .text-gray-800 {
    color: var(--color-gray-800);
  }

  .text-gray-900 {
    color: var(--color-gray-900);
  }

  .text-green-600 {
    color: var(--color-green-600);
  }

  .text-green-800 {
    color: var(--color-green-800);
  }

  .text-red-800 {
    color: var(--color-red-800);
  }

  .text-white {
    color: var(--color-white);
  }

  .text-white\/50 {
    color: #ffffff80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/50 {
      color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }

  .text-yellow-400 {
    color: var(--color-yellow-400);
  }

  .text-yellow-800 {
    color: var(--color-yellow-800);
  }

  .capitalize {
    text-transform: capitalize;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .line-through {
    text-decoration-line: line-through;
  }

  .overline {
    text-decoration-line: overline;
  }

  .underline {
    text-decoration-line: underline;
  }

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-10 {
    opacity: .1;
  }

  .opacity-100 {
    opacity: 1;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-2xl {
    --tw-shadow: 0px 24px 48px -12px var(--tw-shadow-color, #0a0d122e), 0px 4px 4px -2px var(--tw-shadow-color, #0a0d120a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-lg {
    --tw-shadow: 0px 12px 16px -4px var(--tw-shadow-color, #0a0d1214), 0px 4px 6px -2px var(--tw-shadow-color, #0a0d1208), 0px 2px 2px -1px var(--tw-shadow-color, #0a0d120a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-md {
    --tw-shadow: 0px 4px 6px -1px var(--tw-shadow-color, #0a0d121a), 0px 2px 4px -2px var(--tw-shadow-color, #0a0d120f);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-sm {
    --tw-shadow: 0px 1px 3px var(--tw-shadow-color, #0a0d121a), 0px 1px 2px -1px var(--tw-shadow-color, #0a0d121a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-xl {
    --tw-shadow: 0px 20px 24px -4px var(--tw-shadow-color, #0a0d1214), 0px 8px 8px -4px var(--tw-shadow-color, #0a0d1208), 0px 3px 3px -1.5px var(--tw-shadow-color, #0a0d120a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-100 {
    --tw-duration: .1s;
    transition-duration: .1s;
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  .prose-invert {
    --tw-prose-body: var(--tw-prose-invert-body);
    --tw-prose-headings: var(--tw-prose-invert-headings);
    --tw-prose-lead: var(--tw-prose-invert-lead);
    --tw-prose-links: var(--tw-prose-invert-links);
    --tw-prose-bold: var(--tw-prose-invert-bold);
    --tw-prose-counters: var(--tw-prose-invert-counters);
    --tw-prose-bullets: var(--tw-prose-invert-bullets);
    --tw-prose-hr: var(--tw-prose-invert-hr);
    --tw-prose-quotes: var(--tw-prose-invert-quotes);
    --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
    --tw-prose-captions: var(--tw-prose-invert-captions);
    --tw-prose-kbd: var(--tw-prose-invert-kbd);
    --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
    --tw-prose-code: var(--tw-prose-invert-code);
    --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
    --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
    --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
    --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .duration-100 {
    animation-duration: .1s;
  }

  .duration-200 {
    animation-duration: .2s;
  }

  .duration-300 {
    animation-duration: .3s;
  }

  .duration-500 {
    animation-duration: .5s;
  }

  .ease-in-out {
    animation-timing-function: cubic-bezier(.4, 0, .2, 1);
  }

  .ease-out {
    animation-timing-function: cubic-bezier(0, 0, .2, 1);
  }

  .fade-in {
    --tw-enter-opacity: 0;
  }

  .fade-out {
    --tw-exit-opacity: 0;
  }

  .group-hover\:opacity-100:is(:where(.group):where([data-rac])[data-hovered] *) {
    opacity: 1;
  }

  @media (hover: hover) {
    .group-hover\:opacity-100:is(:where(.group):where(:not([data-rac])):hover *) {
      opacity: 1;
    }
  }

  .placeholder\:text-gray-400::placeholder {
    color: var(--color-gray-400);
  }

  .hover\:border-\[\#E55A3A\]:where([data-rac])[data-hovered] {
    border-color: #e55a3a;
  }

  @media (hover: hover) {
    .hover\:border-\[\#E55A3A\]:where(:not([data-rac])):hover {
      border-color: #e55a3a;
    }
  }

  .hover\:bg-\[\#0A4A2E\]:where([data-rac])[data-hovered] {
    background-color: #0a4a2e;
  }

  @media (hover: hover) {
    .hover\:bg-\[\#0A4A2E\]:where(:not([data-rac])):hover {
      background-color: #0a4a2e;
    }
  }

  .hover\:bg-\[\#2D2D3B\]:where([data-rac])[data-hovered] {
    background-color: #2d2d3b;
  }

  @media (hover: hover) {
    .hover\:bg-\[\#2D2D3B\]:where(:not([data-rac])):hover {
      background-color: #2d2d3b;
    }
  }

  .hover\:bg-\[\#2D2D42\]:where([data-rac])[data-hovered] {
    background-color: #2d2d42;
  }

  @media (hover: hover) {
    .hover\:bg-\[\#2D2D42\]:where(:not([data-rac])):hover {
      background-color: #2d2d42;
    }
  }

  .hover\:bg-\[\#2D2D45\]:where([data-rac])[data-hovered] {
    background-color: #2d2d45;
  }

  @media (hover: hover) {
    .hover\:bg-\[\#2D2D45\]:where(:not([data-rac])):hover {
      background-color: #2d2d45;
    }
  }

  .hover\:bg-\[\#3A3A4A\]:where([data-rac])[data-hovered] {
    background-color: #3a3a4a;
  }

  @media (hover: hover) {
    .hover\:bg-\[\#3A3A4A\]:where(:not([data-rac])):hover {
      background-color: #3a3a4a;
    }
  }

  .hover\:bg-\[\#3D3D55\]:where([data-rac])[data-hovered] {
    background-color: #3d3d55;
  }

  @media (hover: hover) {
    .hover\:bg-\[\#3D3D55\]:where(:not([data-rac])):hover {
      background-color: #3d3d55;
    }
  }

  .hover\:bg-\[\#6A2D2A\]:where([data-rac])[data-hovered] {
    background-color: #6a2d2a;
  }

  @media (hover: hover) {
    .hover\:bg-\[\#6A2D2A\]:where(:not([data-rac])):hover {
      background-color: #6a2d2a;
    }
  }

  .hover\:bg-\[\#6B1A0F\]:where([data-rac])[data-hovered] {
    background-color: #6b1a0f;
  }

  @media (hover: hover) {
    .hover\:bg-\[\#6B1A0F\]:where(:not([data-rac])):hover {
      background-color: #6b1a0f;
    }
  }

  .hover\:bg-\[\#373A41\]:where([data-rac])[data-hovered] {
    background-color: #373a41;
  }

  @media (hover: hover) {
    .hover\:bg-\[\#373A41\]:where(:not([data-rac])):hover {
      background-color: #373a41;
    }
  }

  .hover\:bg-\[\#333346\]:where([data-rac])[data-hovered] {
    background-color: #333346;
  }

  @media (hover: hover) {
    .hover\:bg-\[\#333346\]:where(:not([data-rac])):hover {
      background-color: #333346;
    }
  }

  .hover\:bg-\[\#B03A20\]:where([data-rac])[data-hovered] {
    background-color: #b03a20;
  }

  @media (hover: hover) {
    .hover\:bg-\[\#B03A20\]:where(:not([data-rac])):hover {
      background-color: #b03a20;
    }
  }

  .hover\:bg-\[\#B53D25\]:where([data-rac])[data-hovered] {
    background-color: #b53d25;
  }

  @media (hover: hover) {
    .hover\:bg-\[\#B53D25\]:where(:not([data-rac])):hover {
      background-color: #b53d25;
    }
  }

  .hover\:bg-\[\#D9542E\]:where([data-rac])[data-hovered] {
    background-color: #d9542e;
  }

  @media (hover: hover) {
    .hover\:bg-\[\#D9542E\]:where(:not([data-rac])):hover {
      background-color: #d9542e;
    }
  }

  .hover\:bg-blue-700:where([data-rac])[data-hovered] {
    background-color: var(--color-blue-700);
  }

  @media (hover: hover) {
    .hover\:bg-blue-700:where(:not([data-rac])):hover {
      background-color: var(--color-blue-700);
    }
  }

  .hover\:bg-gray-50:where([data-rac])[data-hovered] {
    background-color: var(--color-gray-50);
  }

  @media (hover: hover) {
    .hover\:bg-gray-50:where(:not([data-rac])):hover {
      background-color: var(--color-gray-50);
    }
  }

  .hover\:bg-gray-700:where([data-rac])[data-hovered] {
    background-color: var(--color-gray-700);
  }

  @media (hover: hover) {
    .hover\:bg-gray-700:where(:not([data-rac])):hover {
      background-color: var(--color-gray-700);
    }
  }

  .hover\:bg-transparent:where([data-rac])[data-hovered] {
    background-color: #0000;
  }

  @media (hover: hover) {
    .hover\:bg-transparent:where(:not([data-rac])):hover {
      background-color: #0000;
    }
  }

  .hover\:text-blue-600:where([data-rac])[data-hovered] {
    color: var(--color-blue-600);
  }

  @media (hover: hover) {
    .hover\:text-blue-600:where(:not([data-rac])):hover {
      color: var(--color-blue-600);
    }
  }

  .hover\:text-gray-800:where([data-rac])[data-hovered] {
    color: var(--color-gray-800);
  }

  @media (hover: hover) {
    .hover\:text-gray-800:where(:not([data-rac])):hover {
      color: var(--color-gray-800);
    }
  }

  .hover\:text-white:where([data-rac])[data-hovered] {
    color: var(--color-white);
  }

  @media (hover: hover) {
    .hover\:text-white:where(:not([data-rac])):hover {
      color: var(--color-white);
    }
  }

  .hover\:opacity-80:where([data-rac])[data-hovered] {
    opacity: .8;
  }

  @media (hover: hover) {
    .hover\:opacity-80:where(:not([data-rac])):hover {
      opacity: .8;
    }
  }

  .hover\:opacity-90:where([data-rac])[data-hovered] {
    opacity: .9;
  }

  @media (hover: hover) {
    .hover\:opacity-90:where(:not([data-rac])):hover {
      opacity: .9;
    }
  }

  .hover\:shadow-lg:where([data-rac])[data-hovered] {
    --tw-shadow: 0px 12px 16px -4px var(--tw-shadow-color, #0a0d1214), 0px 4px 6px -2px var(--tw-shadow-color, #0a0d1208), 0px 2px 2px -1px var(--tw-shadow-color, #0a0d120a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  @media (hover: hover) {
    .hover\:shadow-lg:where(:not([data-rac])):hover {
      --tw-shadow: 0px 12px 16px -4px var(--tw-shadow-color, #0a0d1214), 0px 4px 6px -2px var(--tw-shadow-color, #0a0d1208), 0px 2px 2px -1px var(--tw-shadow-color, #0a0d120a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  .hover\:shadow-md:where([data-rac])[data-hovered] {
    --tw-shadow: 0px 4px 6px -1px var(--tw-shadow-color, #0a0d121a), 0px 2px 4px -2px var(--tw-shadow-color, #0a0d120f);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  @media (hover: hover) {
    .hover\:shadow-md:where(:not([data-rac])):hover {
      --tw-shadow: 0px 4px 6px -1px var(--tw-shadow-color, #0a0d121a), 0px 2px 4px -2px var(--tw-shadow-color, #0a0d120f);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  .focus\:border-blue-500:where([data-rac])[data-focused], .focus\:border-blue-500:where(:not([data-rac])):focus {
    border-color: var(--color-blue-500);
  }

  .focus\:border-transparent:where([data-rac])[data-focused], .focus\:border-transparent:where(:not([data-rac])):focus {
    border-color: #0000;
  }

  .focus\:ring-2:where([data-rac])[data-focused], .focus\:ring-2:where(:not([data-rac])):focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:ring-blue-500:where([data-rac])[data-focused], .focus\:ring-blue-500:where(:not([data-rac])):focus {
    --tw-ring-color: var(--color-blue-500);
  }

  .focus\:ring-orange-500:where([data-rac])[data-focused], .focus\:ring-orange-500:where(:not([data-rac])):focus {
    --tw-ring-color: var(--color-orange-500);
  }

  .focus\:outline-none:where([data-rac])[data-focused], .focus\:outline-none:where(:not([data-rac])):focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .focus-visible\:ring-2:where([data-rac])[data-focus-visible], .focus-visible\:ring-2:where(:not([data-rac])):focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus-visible\:ring-offset-2:where([data-rac])[data-focus-visible], .focus-visible\:ring-offset-2:where(:not([data-rac])):focus-visible {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .focus-visible\:outline-none:where([data-rac])[data-focus-visible], .focus-visible\:outline-none:where(:not([data-rac])):focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }

  .disabled\:pointer-events-none:where([data-rac])[data-disabled], .disabled\:pointer-events-none:where(:not([data-rac])):disabled {
    pointer-events: none;
  }

  .disabled\:cursor-not-allowed:where([data-rac])[data-disabled], .disabled\:cursor-not-allowed:where(:not([data-rac])):disabled {
    cursor: not-allowed;
  }

  .disabled\:opacity-50:where([data-rac])[data-disabled], .disabled\:opacity-50:where(:not([data-rac])):disabled {
    opacity: .5;
  }

  .disabled\:opacity-70:where([data-rac])[data-disabled], .disabled\:opacity-70:where(:not([data-rac])):disabled {
    opacity: .7;
  }

  @media (min-width: 40rem) {
    .sm\:flex {
      display: flex;
    }

    .sm\:inline {
      display: inline;
    }

    .sm\:h-24 {
      height: calc(var(--spacing) * 24);
    }

    .sm\:w-24 {
      width: calc(var(--spacing) * 24);
    }

    .sm\:w-auto {
      width: auto;
    }

    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sm\:flex-row {
      flex-direction: row;
    }

    .sm\:items-center {
      align-items: center;
    }

    .sm\:justify-between {
      justify-content: space-between;
    }

    .sm\:gap-3 {
      gap: calc(var(--spacing) * 3);
    }

    .sm\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }

    .sm\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }

    .sm\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }

    :where(.sm\:space-y-6 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }

    .sm\:self-center {
      align-self: center;
    }

    .sm\:p-6 {
      padding: calc(var(--spacing) * 6);
    }

    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 48rem) {
    .md\:mb-0 {
      margin-bottom: calc(var(--spacing) * 0);
    }

    .md\:h-5 {
      height: calc(var(--spacing) * 5);
    }

    .md\:h-7 {
      height: calc(var(--spacing) * 7);
    }

    .md\:h-11 {
      height: calc(var(--spacing) * 11);
    }

    .md\:min-h-\[240px\] {
      min-height: 240px;
    }

    .md\:w-5 {
      width: calc(var(--spacing) * 5);
    }

    .md\:w-7 {
      width: calc(var(--spacing) * 7);
    }

    .md\:w-11 {
      width: calc(var(--spacing) * 11);
    }

    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:flex-row {
      flex-direction: row;
    }

    .md\:gap-1\.5 {
      gap: calc(var(--spacing) * 1.5);
    }

    .md\:gap-2\.5 {
      gap: calc(var(--spacing) * 2.5);
    }

    .md\:gap-3 {
      gap: calc(var(--spacing) * 3);
    }

    .md\:gap-5 {
      gap: calc(var(--spacing) * 5);
    }

    .md\:gap-\[22px\] {
      gap: 22px;
    }

    .md\:p-\[22px\] {
      padding: 22px;
    }

    .md\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }

    .md\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }

    .md\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }

    .md\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

  @media (min-width: 64rem) {
    .lg\:col-span-1 {
      grid-column: span 1 / span 1;
    }

    .lg\:col-span-2 {
      grid-column: span 2 / span 2;
    }

    .lg\:mx-0 {
      margin-inline: calc(var(--spacing) * 0);
    }

    .lg\:mx-\[-35px\] {
      margin-inline: -35px;
    }

    .lg\:my-4 {
      margin-block: calc(var(--spacing) * 4);
    }

    .lg\:block {
      display: block;
    }

    .lg\:flex {
      display: flex;
    }

    .lg\:hidden {
      display: none;
    }

    .lg\:h-6 {
      height: calc(var(--spacing) * 6);
    }

    .lg\:h-8 {
      height: calc(var(--spacing) * 8);
    }

    .lg\:h-12 {
      height: calc(var(--spacing) * 12);
    }

    .lg\:min-h-\[230px\] {
      min-height: 230px;
    }

    .lg\:w-1\/2 {
      width: 50%;
    }

    .lg\:w-6 {
      width: calc(var(--spacing) * 6);
    }

    .lg\:w-8 {
      width: calc(var(--spacing) * 8);
    }

    .lg\:w-12 {
      width: calc(var(--spacing) * 12);
    }

    .lg\:max-w-none {
      max-width: none;
    }

    .lg\:flex-1 {
      flex: 1;
    }

    .lg\:flex-shrink {
      flex-shrink: 1;
    }

    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lg\:flex-col {
      flex-direction: column;
    }

    .lg\:flex-row {
      flex-direction: row;
    }

    .lg\:flex-wrap {
      flex-wrap: wrap;
    }

    .lg\:items-end {
      align-items: flex-end;
    }

    .lg\:gap-1\.5 {
      gap: calc(var(--spacing) * 1.5);
    }

    .lg\:gap-2 {
      gap: calc(var(--spacing) * 2);
    }

    .lg\:gap-2\.5 {
      gap: calc(var(--spacing) * 2.5);
    }

    .lg\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }

    .lg\:gap-16 {
      gap: calc(var(--spacing) * 16);
    }

    .lg\:overflow-visible {
      overflow: visible;
    }

    .lg\:p-6 {
      padding: calc(var(--spacing) * 6);
    }

    .lg\:p-8 {
      padding: calc(var(--spacing) * 8);
    }

    .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }

    .lg\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }

    .lg\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }

    @media (min-width: 40rem) {
      .lg\:sm\:flex-row {
        flex-direction: row;
      }
    }
  }

  @media (min-width: 80rem) {
    .xl\:w-auto {
      width: auto;
    }
  }
}

.prose:not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  --tw-prose-body: var(--color-text-tertiary);
  --tw-prose-headings: var(--color-text-primary);
  --tw-prose-lead: var(--color-text-tertiary);
  --tw-prose-links: var(--color-text-tertiary);
  --tw-prose-bold: var(--color-text-primary);
  --tw-prose-counters: var(--color-text-tertiary);
  --tw-prose-bullets: var(--color-text-tertiary);
  --tw-prose-hr: var(--color-border-secondary);
  --tw-prose-quotes: var(--color-text-primary);
  --tw-prose-quote-borders: var(--color-fg-brand-primary_alt);
  --tw-prose-captions: var(--color-text-tertiary);
  --tw-prose-code: var(--color-text-tertiary);
  --tw-prose-pre-code: var(--color-text-tertiary);
  --tw-prose-pre-bg: var(--color-bg-primary);
  --tw-prose-th-borders: var(--color-border-primary);
  --tw-prose-td-borders: var(--color-border-secondary);
  color: var(--tw-prose-body);
  font-size: var(--text-md);
  line-height: var(--text-md--line-height);
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(p) {
  margin-top: calc(var(--spacing) * 4);
  margin-bottom: calc(var(--spacing) * 4);
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where([class~="lead"]) {
  font-size: var(--text-md);
  line-height: var(--text-md--line-height);
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(ol) {
  margin-top: calc(var(--spacing) * 4);
  margin-bottom: calc(var(--spacing) * 4);
  padding-inline-start: calc(var(--spacing) * 5.75);
  list-style-type: decimal;
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(ul) {
  margin-top: calc(var(--spacing) * 4);
  margin-bottom: calc(var(--spacing) * 4);
  padding-inline-start: calc(var(--spacing) * 5.75);
  list-style-type: disc;
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(li) {
  margin-top: calc(var(--spacing) * 2);
  margin-bottom: calc(var(--spacing) * 2);
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(ol > li), .prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(ul > li) {
  margin-top: 0;
  margin-bottom: 0;
  padding-inline-start: 1px;
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(hr) {
  margin-top: calc(var(--spacing) * 8);
  margin-bottom: calc(var(--spacing) * 8);
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(blockquote) {
  color: var(--tw-prose-quotes);
  border-left-width: 2px;
  border-left-color: var(--tw-prose-quote-borders);
  margin-top: calc(var(--spacing) * 10);
  margin-bottom: calc(var(--spacing) * 10);
  padding-inline-start: 0;
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(blockquote p) {
  font-style: italic;
  font-weight: 500;
  font-size: var(--text-xl);
  line-height: var(--text-xl--line-height);
  margin: 0;
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where() {
  content: open-quote;
  content: close-quote;
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(h1) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: var(--text-display-sm);
  line-height: var(--text-display-sm--line-height);
  margin-bottom: calc(var(--spacing) * 5);
  margin-top: calc(var(--spacing) * 10);
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(h2) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: var(--text-display-xs);
  line-height: var(--text-display-xs--line-height);
  margin-bottom: calc(var(--spacing) * 4);
  margin-top: calc(var(--spacing) * 8);
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(h3) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: var(--text-xl);
  line-height: var(--text-xl--line-height);
  margin-bottom: calc(var(--spacing) * 3);
  margin-top: calc(var(--spacing) * 8);
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(h4) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: var(--text-lg);
  line-height: var(--text-lg--line-height);
  margin-bottom: calc(var(--spacing) * 2);
  margin-top: calc(var(--spacing) * 5);
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(h2 + *), .prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(h3 + *), .prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(h4 + *) {
  margin-top: 0;
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(h1 strong) {
  color: inherit;
  font-weight: 900;
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(h2 strong) {
  color: inherit;
  font-weight: 800;
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(h3 strong), .prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(h4 strong) {
  color: inherit;
  font-weight: 700;
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(img) {
  border-radius: var(--radius-xl);
  object-fit: cover;
  width: 100%;
  margin-top: calc(var(--spacing) * 8);
  margin-bottom: calc(var(--spacing) * 8);
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(video) {
  margin-top: calc(var(--spacing) * 8);
  margin-bottom: calc(var(--spacing) * 8);
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(figure) {
  margin-top: calc(var(--spacing) * 10);
  margin-bottom: calc(var(--spacing) * 10);
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(figure > *) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(figure:has( > blockquote)) {
  border-left-width: 2px;
  border-left-color: var(--tw-prose-quote-borders);
  padding-top: calc(var(--spacing) * 2);
  padding-bottom: calc(var(--spacing) * 2);
  padding-inline-start: calc(var(--spacing) * 4);
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(figure:has( > blockquote) blockquote) {
  border: none;
  padding-inline-start: 0;
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(img + figcaption) {
  align-items: center;
  gap: calc(var(--spacing) * 1.5);
  display: flex;
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(figcaption) {
  color: var(--tw-prose-captions);
  font-size: var(--text-sm);
  line-height: var(--text-sm--line-height);
  margin-top: calc(var(--spacing) * 3);
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(cite) {
  font-style: normal;
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(a:not(h1 a, h2 a, h3 a, h4 a, h5 a, h6 a)) {
  text-underline-offset: 3px;
  font-weight: 400;
  text-decoration: underline;
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(a:focus-visible) {
  border-radius: var(--radius-sm);
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(:is(h1, h2, h3) a) {
  color: var(--tw-prose-headings);
  font-weight: inherit;
  text-decoration: none;
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(code:not(pre code)) {
  padding: calc(var(--spacing) * .5) calc(var(--spacing) * 1.5);
  margin: calc(var(--spacing) * -.5) 0px;
  background: var(--color-bg-secondary);
  box-shadow: 0 0 0 1px var(--color-border-secondary);
  border-radius: 6px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(code:not(pre code)):before, .prose :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(code:not(pre code)):after {
  content: "";
}

.prose.prose-centered-quote :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(blockquote) {
  text-align: center;
  border-left: none;
  padding-inline-start: 0 !important;
}

.prose.prose-centered-quote :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(figure:has( > blockquote)) {
  text-align: center;
  border-left: none;
  padding-inline-start: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.prose.prose-minimal-quote :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(blockquote), .prose.prose-minimal-quote :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(figure:has( > blockquote)) {
  border-left: none;
  padding-inline-start: 0 !important;
}

@media (min-width: 48rem) {
  .prose.md\:prose-lg:not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: var(--text-lg);
    line-height: var(--text-lg--line-height);
  }

  .prose.md\:prose-lg :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(p) {
    margin-top: calc(var(--spacing) * 4.5);
    margin-bottom: calc(var(--spacing) * 4.5);
  }

  .prose.md\:prose-lg :not(:where([class~="not-prose"], [class~="not-prose"] *)):where([class~="lead"]) {
    font-size: var(--text-xl);
    line-height: var(--text-xl--line-height);
    margin-top: 1.09em;
    margin-bottom: 1.09em;
  }

  .prose.md\:prose-lg :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(ol), .prose.md\:prose-lg :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(ul) {
    margin-top: calc(var(--spacing) * 4.5);
    margin-bottom: calc(var(--spacing) * 4.5);
    padding-inline-start: calc(var(--spacing) * 6.5);
  }

  .prose.md\:prose-lg :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(ol > li), .prose.md\:prose-lg :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(ul > li) {
    margin-top: 0;
    margin-bottom: 0;
    padding-inline-start: 1px;
  }

  .prose.md\:prose-lg :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(hr) {
    margin-top: calc(var(--spacing) * 8);
    margin-bottom: calc(var(--spacing) * 8);
  }

  .prose.md\:prose-lg :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(blockquote) {
    margin-top: calc(var(--spacing) * 12);
    margin-bottom: calc(var(--spacing) * 12);
    padding-inline-start: 0;
  }

  .prose.md\:prose-lg :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(blockquote p) {
    font-size: var(--text-display-xs);
    line-height: var(--text-display-xs--line-height);
    margin: 0;
  }

  .prose.md\:prose-lg :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(h1) {
    font-size: var(--text-display-md);
    line-height: var(--text-display-md--line-height);
    margin-bottom: calc(var(--spacing) * 6);
    margin-top: calc(var(--spacing) * 12);
  }

  .prose.md\:prose-lg :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(h2) {
    font-size: var(--text-display-sm);
    line-height: var(--text-display-sm--line-height);
    margin-bottom: calc(var(--spacing) * 5);
    margin-top: calc(var(--spacing) * 10);
  }

  .prose.md\:prose-lg :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(h3) {
    font-size: var(--text-display-xs);
    line-height: var(--text-display-xs--line-height);
    margin-bottom: calc(var(--spacing) * 4);
    margin-top: calc(var(--spacing) * 8);
  }

  .prose.md\:prose-lg :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(h4) {
    font-size: var(--text-xl);
    line-height: var(--text-xl--line-height);
    margin-bottom: calc(var(--spacing) * 3);
    margin-top: calc(var(--spacing) * 8);
  }

  .prose.md\:prose-lg :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(h2 + *), .prose.md\:prose-lg :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(h3 + *), .prose.md\:prose-lg :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(h4 + *) {
    margin-top: 0;
  }

  .prose.md\:prose-lg :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(figure) {
    margin-top: calc(var(--spacing) * 12);
    margin-bottom: calc(var(--spacing) * 12);
  }

  .prose.md\:prose-lg :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(figure > *) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .prose.md\:prose-lg :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(figure:has( > blockquote)) {
    padding-inline-start: calc(var(--spacing) * 5);
  }

  .prose.md\:prose-lg :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(figure > blockquote + figcaption) {
    font-size: var(--text-md);
    line-height: var(--text-md--line-height);
  }

  .prose.md\:prose-lg :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(figcaption) {
    margin-top: calc(var(--spacing) * 4);
  }

  .prose.md\:prose-lg :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(a:not(h1 a, h2 a, h3 a, h4 a, h5 a, h6 a)) {
    text-underline-offset: 3px;
    font-weight: 400;
    text-decoration: underline;
  }

  .prose.md\:prose-lg :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(:is(h1, h2, h3) a) {
    color: var(--tw-prose-headings);
    font-weight: inherit;
    text-decoration: none;
  }

  .prose.md\:prose-lg :not(:where([class~="not-prose"], [class~="not-prose"] *)):where(code:not(pre code)) {
    padding: calc(var(--spacing) * .5) calc(var(--spacing) * 1.5);
    margin: calc(var(--spacing) * -.5) 0px;
    background: var(--color-bg-secondary);
    box-shadow: 0 0 0 1px var(--color-border-secondary);
    border-radius: 6px;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.25rem;
  }
}

.prose > :first-child:not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.prose > :last-child:not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 0;
}

html, body {
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
  -webkit-font-kerning: normal;
  font-kerning: normal;
}

.podium-name-ellipsis {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.logout-icon-default {
  transition: all .3s;
  display: block;
}

.logout-icon-hover, .logout-icon-solid, .logout-btn-clicked .logout-icon-default, .logout-btn-clicked .logout-icon-hover {
  display: none;
}

.logout-btn-clicked .logout-icon-solid {
  display: block;
}

.logout-btn:not(.logout-btn-clicked):hover .logout-icon-default {
  display: none;
}

.logout-btn:not(.logout-btn-clicked):hover .logout-icon-hover {
  display: block;
}

.podium-name-ellipsis:before, .podium-name-ellipsis:after {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

details summary::-webkit-details-marker {
  display: none;
}

input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.img-responsiva {
  max-width: 100%;
  height: auto;
  display: block;
}

.section {
  background-position: center;
  background-size: cover;
  width: 100%;
}

.design-system-input::placeholder {
  font-family: inherit;
  font-size: inherit;
  font-family: inherit;
  font-style: italic;
  font-size: inherit;
  font-family: inherit;
  font-style: italic;
  font-size: inherit;
  font-style: italic;
  color: #94979c !important;
  opacity: .75 !important;
  opacity: .75 !important;
  opacity: .75 !important;
}

.design-system-input:-ms-placeholder-shown {
  font-family: inherit;
  font-size: inherit;
  font-style: italic;
  color: #94979c !important;
  opacity: .75 !important;
}

.design-system-input {
  pointer-events: auto !important;
  -webkit-user-select: text !important;
  user-select: text !important;
}

.profile-background {
  aspect-ratio: 772 / 148 !important;
  background-image: url("/images/profile/profile-background-desktop.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 148px !important;
}

@media (max-width: 768px) {
  .profile-background {
    aspect-ratio: 750 / 240 !important;
    background-image: url("./images/profile/profile-background-mobile.png") !important;
    background-size: cover !important;
    height: 120px !important;
    min-height: 120px !important;
    max-height: 120px !important;
  }

  .profile-container {
    margin-top: -32px !important;
  }

  .profile-view-mobile {
    height: 100vh !important;
    overflow: hidden !important;
  }
}

.media-item:hover .download-icon {
  opacity: 1 !important;
}

.media-item:hover .media-content {
  padding-right: 40px !important;
}

.media-item:hover {
  background-color: #28283c !important;
}

.media-item {
  cursor: pointer;
}

@media (max-width: 768px) {
  .media-item .download-icon {
    opacity: 1 !important;
  }

  .media-item .media-content {
    padding-right: 40px !important;
  }
}

.video-modal-overlay {
  z-index: 50;
  background-color: #59595980;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: fixed;
  inset: 0;
}

@media (max-width: 768px) {
  .video-modal-overlay {
    padding: 8px;
  }
}

.video-modal-container {
  background: #2d2d45;
  border: 1px solid #373a41;
  border-radius: 16px;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 950px;
  height: 100%;
  max-height: 404px;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-modal-close {
  cursor: pointer;
  z-index: 20;
  box-sizing: border-box;
  background: none;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 8px;
  display: flex;
  position: absolute;
  top: 16px;
  right: 16px;
}

@media (min-width: 1024px) {
  .video-modal-close {
    display: flex;
  }
}

.video-modal-close:hover {
  background: #ffffff1a;
}

@media (max-width: 1023px) {
  .video-modal-close:first-of-type {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .video-modal-mobile-header .video-modal-close, .video-modal-mobile-header .video-title {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .video-modal-close {
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    margin: 0;
    display: flex;
    position: relative;
    top: auto;
    right: auto;
  }
}

.video-modal-content {
  flex-direction: column;
  gap: 20px;
  width: 100%;
  height: 100%;
  display: flex;
}

.video-player {
  background: #000;
  border-radius: 8px;
  flex-shrink: 0;
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.video-player video {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.video-player video::-webkit-media-controls-panel {
  background: linear-gradient(#0000, #000c);
}

.video-player-container {
  background: #000;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.video-player-element {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.video-controls {
  opacity: 1;
  pointer-events: all;
  z-index: 10;
  background: linear-gradient(#0000, #000c);
  padding: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.video-progress-container {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  touch-action: none;
  -webkit-touch-callout: none;
  flex: 1;
  height: 4px;
  margin: 0;
  position: relative;
}

.video-progress-container:hover, .video-progress-container:hover .video-progress-track {
  height: 6px;
}

@media (max-width: 768px) {
  .video-progress-container {
    height: 8px;
    margin: 0;
    padding: 2px 0;
  }

  .video-progress-container:hover {
    height: 8px;
  }

  .video-progress-container:hover .video-progress-track, .video-progress-track {
    height: 4px;
  }
}

.video-progress-track {
  background: #fff3;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.video-progress-buffered {
  background: #ffffff1a;
  border-radius: 2px;
  height: 100%;
  transition: width .1s;
  position: absolute;
  top: 0;
  left: 0;
}

.video-progress-played {
  background: #fff;
  border-radius: 2px;
  height: 100%;
  transition: width .1s;
  position: absolute;
  top: 0;
  left: 0;
}

.video-controls-main {
  align-items: center;
  gap: 6px;
  width: 100%;
  display: flex;
}

.video-controls-left {
  flex: 1;
  align-items: center;
  gap: 2px;
  display: flex;
}

.video-controls-right {
  flex-shrink: 0;
  align-items: center;
  gap: 4px;
  display: flex;
}

.video-play-button {
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
}

.video-play-button:hover {
  background: #ffffff1a;
  transform: scale(1.05);
}

.video-volume-button {
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
  background: none !important;
  border: none !important;
}

.video-fullscreen-button {
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
}

.video-volume-button:hover {
  transform: scale(1.05);
  background: #ffffff1a !important;
}

.video-fullscreen-button:hover {
  background: #ffffff1a;
  transform: scale(1.05);
}

.video-time-current, .video-time-remaining {
  color: #fff;
  white-space: nowrap;
  text-align: center;
  min-width: 40px;
  font-size: 12px;
  font-weight: 400;
}

.video-time-current {
  text-align: left;
}

.video-time-remaining {
  text-align: right;
}

.video-volume-container {
  align-items: center;
  gap: 8px;
  display: flex;
  position: relative;
}

@media (max-width: 768px) {
  .video-controls {
    padding: 12px;
  }

  .video-controls-main {
    gap: 4px;
  }

  .video-controls-left {
    gap: 2px;
  }

  .video-controls-right {
    gap: 3px;
  }

  .video-play-button, .video-volume-button, .video-fullscreen-button {
    width: 28px;
    height: 28px;
  }

  .video-time-current, .video-time-remaining {
    min-width: 35px;
    font-size: 11px;
  }
}

.video-info {
  box-sizing: border-box;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  align-items: flex-start;
  gap: 8px;
  padding: 20px;
  display: flex;
}

.video-title {
  color: #fff;
  text-align: left;
  width: 100%;
  margin: 0;
  font-family: Sora, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
}

.video-description {
  letter-spacing: 0%;
  color: #fff;
  text-align: left;
  width: 100%;
  margin: 0;
  font-family: Sora, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}

@media (min-width: 769px) and (max-width: 1023px) {
  .video-modal-container {
    flex-direction: column;
    gap: 20px;
    width: calc(100% - 32px);
    max-width: 800px;
    height: auto;
    max-height: 80vh;
    padding: 20px;
  }

  .video-modal-content {
    flex-direction: column;
    gap: 20px;
  }

  .video-player {
    flex-shrink: 0;
    width: 100%;
    height: 300px;
  }

  .video-info {
    flex: 1;
    width: 100%;
    max-height: calc(80vh - 400px);
    padding: 0;
    overflow-y: auto;
  }

  .video-title {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .video-description {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (min-width: 1024px) {
  .video-modal-container {
    flex-direction: row;
    width: 950px;
    height: 404px;
    padding: 20px 20px 20px 0;
  }

  .video-modal-content {
    flex-direction: row;
    gap: 0;
  }

  .video-player {
    flex-shrink: 0;
    width: 560px;
    height: 100%;
    max-height: 404px;
  }

  .video-info {
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
  }

  .video-info .video-title {
    leading-trim: none;
    letter-spacing: 0%;
    color: #fff;
    margin: 0 0 8px;
    padding-right: 80px;
    font-family: Sora, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5em;
  }
}

.tutorial-card {
  cursor: pointer;
  background: #252532;
  border-radius: 8px;
  width: 265px;
  height: 296px;
  transition: background-color .2s;
  overflow: hidden;
}

.tutorial-card:hover {
  background: #2a2a3a;
}

.tutorial-card-thumbnail {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 122px;
  position: relative;
}

.tutorial-card-content {
  flex-direction: column;
  flex: 1;
  gap: 12px;
  padding: 16px;
  display: flex;
}

.tutorial-card-title {
  color: #fff;
  margin: 0;
  font-family: Sora, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42857em;
}

.tutorial-card-description {
  color: #fff;
  margin: 0;
  font-family: Sora, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857em;
}

.tutorial-card-button {
  color: #f0f0f1;
  cursor: pointer;
  background: #562524;
  border: 1px solid #c74228;
  border-radius: 8px;
  width: 100%;
  padding: 10px 14px;
  font-family: Sora, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42857em;
  transition: background-color .2s;
}

.tutorial-card-button:hover {
  background: #6a2d2a;
}

@media (max-width: 768px) {
  .tutorial-card {
    min-height: auto;
    width: 100% !important;
    height: auto !important;
  }

  .tutorial-card-content {
    min-height: 150px;
  }

  .tutorial-card-thumbnail {
    height: 140px;
  }

  .video-modal-container {
    flex-direction: column;
    gap: 16px;
    width: calc(100% - 16px);
    max-width: none;
    height: auto;
    max-height: none;
    margin: 0 auto;
    padding: 24px 16px;
  }

  .video-modal-content {
    flex-direction: column;
    gap: 16px;
  }

  .video-player {
    width: 100%;
    height: 250px;
  }

  .video-modal-mobile-header {
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 8px 0;
    display: flex;
  }

  .video-modal-mobile-header .video-modal-close {
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    margin: 0;
    position: relative;
    top: auto;
    right: auto;
    display: flex !important;
  }

  @media (min-width: 1024px) {
    .video-modal-mobile-header {
      visibility: hidden !important;
      opacity: 0 !important;
      height: 0 !important;
      display: none !important;
      overflow: hidden !important;
    }
  }

  @media (min-width: 769px) and (max-width: 1023px) {
    .video-modal-mobile-header {
      height: 56px;
      padding: 12px 0;
    }

    .video-title {
      font-size: 20px;
      font-weight: 500;
    }
  }

  @media (max-width: 1023px) {
    .video-info {
      flex: none;
      align-self: center;
      align-items: flex-start;
      width: 100%;
      padding: 0;
      overflow: visible;
    }

    .video-info .video-title {
      display: none;
    }
  }

  .video-title {
    letter-spacing: 0%;
    color: #f7f7f7;
    text-align: left;
    flex: 1;
    align-items: center;
    height: 100%;
    margin: 0;
    font-family: Sora, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
  }

  .video-description {
    letter-spacing: 0%;
    width: 100%;
    padding: 0;
    font-family: Sora, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
  }

  .mentorias-header {
    flex-direction: column;
    gap: 16px;
    padding: 16px !important;
  }

  .mentorias-header-controls {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  .calendar-date-icon {
    width: 48px !important;
  }

  .calendar-header {
    flex-direction: column;
    gap: 12px;
  }

  .calendar-text-info {
    font-size: 14px;
  }

  .calendar-grid {
    min-height: 60px !important;
  }

  .calendar-day-cell {
    min-height: 60px !important;
    padding: 4px !important;
  }

  .calendar-event {
    padding: 2px 4px !important;
    font-size: 10px !important;
  }

  .calendar-event span {
    font-size: 10px !important;
  }
}

.week-view-scrollbar {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden auto !important;
}

.week-view-scrollbar::-webkit-scrollbar {
  width: 16px !important;
}

.week-view-scrollbar::-webkit-scrollbar-track {
  margin: 4px 0;
  background: none !important;
}

.week-view-scrollbar::-webkit-scrollbar-thumb {
  min-height: 179px;
  background: #535372 !important;
  border: 1px solid #363657 !important;
  border-radius: 9999px !important;
}

.week-view-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #6366f1 !important;
}

.day-view-scrollbar {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden auto !important;
}

.day-view-scrollbar::-webkit-scrollbar {
  width: 16px !important;
}

.day-view-scrollbar::-webkit-scrollbar-track {
  margin: 4px 0;
  background: none !important;
}

.day-view-scrollbar::-webkit-scrollbar-thumb {
  min-height: 179px;
  background: #535372 !important;
  border: 1px solid #363657 !important;
  border-radius: 9999px !important;
}

.day-view-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #6366f1 !important;
}

.subjects-list-scrollbar {
  scrollbar-width: thin !important;
  scrollbar-color: #ffffff26 transparent !important;
  scrollbar-gutter: stable !important;
  margin: 0 !important;
  overflow: hidden auto !important;
}

.subjects-list-scrollbar::-webkit-scrollbar {
  width: 6px !important;
}

.subjects-list-scrollbar::-webkit-scrollbar-track {
  background: none !important;
  margin: 8px 0 !important;
}

.subjects-list-scrollbar::-webkit-scrollbar-thumb {
  opacity: .15 !important;
  background: #fff !important;
  border: 1px solid #0c0e12 !important;
  border-radius: 9999px !important;
  min-height: 20px !important;
}

.subjects-list-scrollbar::-webkit-scrollbar-thumb:hover {
  opacity: .25 !important;
}

.modal-content-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #cecfd24d transparent;
  overflow: hidden auto;
}

.modal-content-scrollbar::-webkit-scrollbar {
  width: 8px;
}

.modal-content-scrollbar::-webkit-scrollbar-track {
  background: none;
  margin: 8px 0;
}

.modal-content-scrollbar::-webkit-scrollbar-thumb {
  background: #cecfd24d;
  border-radius: 9999px;
  min-height: 40px;
}

.modal-content-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #f48e2f80;
}

.ds-select__list {
  scrollbar-width: thin;
  scrollbar-color: #cecfd259 #1a1d2399;
  overflow: hidden auto;
}

.ds-select__list::-webkit-scrollbar {
  width: 6px;
}

.ds-select__list::-webkit-scrollbar-track {
  background: #1a1d2399;
  border-radius: 9999px;
  margin: 6px 0;
}

.ds-select__list::-webkit-scrollbar-thumb {
  background: #cecfd273;
  border-radius: 9999px;
}

.ds-select__list::-webkit-scrollbar-thumb:hover {
  background: #f48e2fa6;
}

.disciplines-grid {
  gap: 16px !important;
  width: 100% !important;
  min-height: 572px !important;
  padding: 0 !important;
  display: grid !important;
}

@media (max-width: 640px) {
  .disciplines-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    min-height: auto !important;
    padding: 0 !important;
  }

  .disciplines-grid > div {
    min-width: unset !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (min-width: 641px) and (max-width: 768px) {
  .disciplines-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: 0 !important;
  }

  .disciplines-grid > div {
    min-width: unset !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .disciplines-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
    padding: 0 !important;
  }

  .disciplines-grid > div {
    min-width: unset !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .disciplines-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
    padding: 0 !important;
  }
}

@media (min-width: 1441px) {
  .disciplines-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
    gap: 24px !important;
    padding: 0 !important;
  }
}

.admin-entity-grid {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  min-height: 572px;
  display: flex;
}

.admin-entity-grid:has(.admin-entity-card:first-child:last-child), .admin-entity-grid:has(.admin-entity-card:nth-child(2):last-child), .admin-entity-grid:has(.admin-entity-card:nth-child(3):last-child) {
  justify-content: flex-start;
  max-width: 1200px;
  margin: 0;
}

.admin-entity-grid:has(.admin-entity-card:first-child:last-child) .admin-entity-card, .admin-entity-grid:has(.admin-entity-card:nth-child(2):last-child) .admin-entity-card {
  flex: 0 0 calc(50% - 12px);
  max-width: 400px;
}

.admin-entity-grid:has(.admin-entity-card:nth-child(3):last-child) .admin-entity-card {
  flex: 0 0 calc(33.333% - 16px);
  max-width: 350px;
}

.admin-entity-grid:has(.admin-entity-card:first-child:last-child) .admin-entity-add-card, .admin-entity-grid:has(.admin-entity-card:nth-child(2):last-child) .admin-entity-add-card {
  flex: 0 0 calc(50% - 12px);
  max-width: 400px;
}

.admin-entity-grid:has(.admin-entity-card:nth-child(3):last-child) .admin-entity-add-card {
  flex: 0 0 calc(33.333% - 16px);
  max-width: 350px;
}

@media (max-width: 768px) {
  .admin-entity-grid {
    justify-content: center;
    gap: 16px;
  }

  .admin-entity-grid:has(.admin-entity-card:first-child:last-child) .admin-entity-card, .admin-entity-grid:has(.admin-entity-card:nth-child(2):last-child) .admin-entity-card, .admin-entity-grid:has(.admin-entity-card:nth-child(3):last-child) .admin-entity-card, .admin-entity-grid:has(.admin-entity-card:first-child:last-child) .admin-entity-add-card, .admin-entity-grid:has(.admin-entity-card:nth-child(2):last-child) .admin-entity-add-card, .admin-entity-grid:has(.admin-entity-card:nth-child(3):last-child) .admin-entity-add-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .admin-entity-grid:has(.admin-entity-card:first-child:last-child) .admin-entity-card, .admin-entity-grid:has(.admin-entity-card:nth-child(2):last-child) .admin-entity-card {
    flex: 0 0 calc(50% - 8px);
    max-width: 350px;
  }

  .admin-entity-grid:has(.admin-entity-card:nth-child(3):last-child) .admin-entity-card {
    flex: 0 0 calc(33.333% - 11px);
    max-width: 300px;
  }

  .admin-entity-grid:has(.admin-entity-card:first-child:last-child) .admin-entity-add-card, .admin-entity-grid:has(.admin-entity-card:nth-child(2):last-child) .admin-entity-add-card {
    flex: 0 0 calc(50% - 8px);
    max-width: 350px;
  }

  .admin-entity-grid:has(.admin-entity-card:nth-child(3):last-child) .admin-entity-add-card {
    flex: 0 0 calc(33.333% - 11px);
    max-width: 300px;
  }
}

.admin-disciplines-container {
  padding: 48px 80px 0 !important;
}

@media (max-width: 768px) {
  .admin-disciplines-container {
    gap: 16px !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 16px 12px 0 !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .admin-disciplines-container {
    gap: 20px !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 24px 16px 0 !important;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .admin-disciplines-container {
    gap: 24px !important;
    padding: 40px 40px 0 !important;
  }
}

@media (max-width: 1024px) {
  .discipline-card {
    gap: 12px !important;
    padding: 12px !important;
  }

  .discipline-card h3 {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }

  .discipline-card span {
    font-size: 12px !important;
  }

  .discipline-card button {
    padding: 8px 12px !important;
    font-size: 12px !important;
  }

  .add-discipline-card {
    gap: 16px !important;
    height: 200px !important;
    padding: 12px !important;
  }

  .add-discipline-card h3 {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.admin-mobile-menu-dropdown nav a {
  position: relative;
  overflow: hidden;
}

.admin-mobile-menu-dropdown nav a:before {
  content: "";
  background: linear-gradient(90deg, #0000, #ffffff1a, #0000);
  width: 100%;
  height: 100%;
  transition: left .5s;
  position: absolute;
  top: 0;
  left: -100%;
}

.admin-mobile-menu-dropdown nav a:hover:before {
  left: 100%;
}

@media (max-width: 768px) {
  .admin-disciplines-header {
    gap: 16px !important;
  }

  .header-content {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .header-text {
    flex: none !important;
    width: 100% !important;
  }

  .header-actions {
    justify-content: flex-start !important;
    width: 100% !important;
  }

  .admin-disciplines-header h1 {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }

  .admin-disciplines-header button {
    gap: 4px !important;
    padding: 8px 12px !important;
    font-size: 12px !important;
  }

  .admin-disciplines-header button svg {
    width: 16px !important;
    height: 16px !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .admin-disciplines-header {
    gap: 20px !important;
  }

  .header-content {
    flex-direction: row !important;
    align-items: center !important;
    gap: 16px !important;
  }

  .header-text {
    flex: 1 !important;
  }

  .header-actions {
    flex: none !important;
  }

  .admin-disciplines-header h1 {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }

  .admin-disciplines-header button {
    padding: 10px 14px !important;
    font-size: 14px !important;
  }
}

.admin-main-header .admin-header-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
}

.admin-page-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 58px;
}

@media (max-width: 1024px) {
  .admin-main-header .admin-header-content, .admin-page-wrapper {
    padding: 0 32px;
  }
}

@media (max-width: 768px) {
  .admin-main-header .admin-header-content, .admin-page-wrapper {
    padding: 0 24px;
  }
}

@media (max-width: 480px) {
  .admin-main-header .admin-header-content, .admin-page-wrapper {
    padding: 0 16px;
  }
}

@media (max-width: 1400px) {
  .tabs-search-row {
    width: 100%;
    max-width: 1400px;
  }
}

@media (max-width: 768px) {
  .tabs-search-row {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    width: 100%;
    height: auto;
  }

  .admin-disciplines-search {
    width: 100%;
  }

  .admin-disciplines-search input, .admin-disciplines-search input::placeholder {
    font-size: 14px;
  }

  .tabs-container {
    width: 100%;
  }

  .tabs-inner {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
  }

  .tabs-inner button {
    flex: none;
    min-width: auto;
    height: 28px;
    padding: 6px 8px;
    font-size: 12px;
  }

  .tabs-inner button span {
    font-size: 12px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .tabs-search-row {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .admin-disciplines-search {
    width: 100%;
    max-width: 400px;
  }

  .tabs-container {
    width: 100%;
  }

  .tabs-inner {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }

  .tabs-inner button {
    flex: none;
    min-width: auto;
    height: 30px;
    padding: 8px 12px;
    font-size: 13px;
  }

  .tabs-inner button span {
    font-size: 13px;
  }
}

h1.account-header-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 18px;
}

@media (max-width: 639px) {
  h1.account-header-title {
    font-size: 16px;
  }
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}

@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  75%, 100% {
    opacity: 0;
    transform: scale(2);
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}
