@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Gruppo&family=Orbitron:wght@400..900&display=swap");

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./material-icons.woff2") format("woff2"), url("./material-icons.woff") format("woff");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./material-icons-outlined.woff2") format("woff2"), url("./material-icons-outlined.woff") format("woff");
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./material-icons-round.woff2") format("woff2"), url("./material-icons-round.woff") format("woff");
}
.material-icons-round {
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./material-icons-sharp.woff2") format("woff2"), url("./material-icons-sharp.woff") format("woff");
}
.material-icons-sharp {
  font-family: "Material Icons Sharp";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Two Tone";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./material-icons-two-tone.woff2") format("woff2"), url("./material-icons-two-tone.woff") format("woff");
}
.material-icons-two-tone {
  font-family: "Material Icons Two Tone";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
.sidebar-toggle span {
  background-color: #007bff !important;
  width: 30px !important;
  height: 4px !important;
}
.sidebar-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.sidebar.open + .sidebar-backdrop {
  opacity: 1;
  pointer-events: auto;
}
body {
  font-family: "Gruppo", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.2rem;
  background-color: #e9e9e9;
  color: #000000;
  margin: 0;
  padding: 0;
}
#app {
  min-height: 100vh;
}
p img {
  padding-left: 10px;
  max-width: 100%;
  height: auto;
}
.sidebar {
  background-color: #242424;
  padding-left: 5px;
  width: 300px;
  color: #ffffff;
  /* Cambiamos la transición a transform (más fluida y fiable) */
  transition: transform 0.3s ease;
}
.sidebar li p {
  color: #ccc;
  font-weight: 500;
  font-size: 20px;
}
.sidebar ul li a {
  color: #ccc;
  font-weight: 500;
  font-size: 18px;
}
.sidebar ul li a:hover {
  color: #d10e0e;
}
.sidebar ul li a:active {
  color: #da0d7e;
  font-weight: bold;
}
.sidebar .app-name {
  color: #ffffff !important;
  padding-left: 5px;
  font-weight: bold;
  font-size: 30px;
}
.markdown-section {
  padding: 2rem;
  max-width: 100%;
  overflow-x: auto;
}
.markdown-section h1,
.markdown-section h2,
.markdown-section h3 {
  color: #212529;
  border-bottom: 1px solid rgb(153, 202.2, 255);
  padding-bottom: 0.2em;
  margin-top: 1.5em;
}
.markdown-section code {
  background-color: rgb(204, 228.6, 255);
  padding: 0.2em 0.4em;
  border-radius: 4px;
  font-size: 90%;
}
.markdown-section table {
  display: block;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
}