/* Custom scrollbar */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #111827;
}
::-webkit-scrollbar-thumb {
  background: #374151;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: #6b7280;
}

/* Gráfico container */
.grafico-container {
  background: #1e293b;
  border: 1px solid #334155;
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem;
}

.grafico-titulo {
  font-size: 0.85rem;
  color: #94a3b8;
  margin-bottom: 0.75rem;
  text-align: center;
}

/* Ajustes visuais do function-plot */
.function-plot .x.axis path,
.function-plot .y.axis path,
.function-plot .x.axis line,
.function-plot .y.axis line {
  stroke: #475569;
}

.function-plot .x.axis text,
.function-plot .y.axis text {
  fill: #94a3b8;
  font-family: "Inter", sans-serif;
  font-size: 12px;
}

.function-plot .grid line {
  stroke: #2d3f52;
}

/* function-plot background */
.function-plot .canvas-container rect {
  fill: #1e293b;
}

/* Document typography */
.latex-output {
  word-break: break-word;
}

.latex-output h1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #f1f5f9;
}

.latex-output h2 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  color: #e2e8f0;
  border-bottom: 1px solid #334155;
  padding-bottom: 0.25rem;
}

.latex-output h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.4rem;
  color: #cbd5e1;
}

.latex-output p {
  margin-bottom: 1rem;
  line-height: 1.75;
  color: #e2e8f0;
}

.latex-output ul,
.latex-output ol {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.latex-output li {
  margin-bottom: 0.25rem;
  line-height: 1.75;
}

.latex-output .katex-display {
  margin: 1.5rem 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.75rem 1rem;
  background: #0f172a;
  border-radius: 0.5rem;
  border: 1px solid #334155;
}

.latex-output hr {
  border: none;
  border-top: 1px solid #334155;
  margin: 2rem 0;
}
