.winbox {
  border-radius: var(--radius);
  backdrop-filter: blur(5px);
  /* background: var(--surface); */
  background: transparent;
  color: var(--text);
  font-family: var(--font);
  font-size: 13px;
  border: 1px solid var(--accent);
  box-shadow: 0 0 15px rgba(203, 166, 247, 0.2);
}

.winbox .wb-title {
  /* background: var(--surface1); */
  /* background-image:
  linear-gradient(
    to top,
    rgba(38, 35, 33, 0.4),
    rgba(38, 35, 33, 0.5) 10%,
    rgba(17, 14, 13, 1) 100%,
  ); */
  color: var(--text);
  font-weight: bold;
  /* text-transform: uppercase; */
  letter-spacing: 0.05em;
}

.winbox .wb-body {
  padding: 1rem;
  background: transparent;
}

.winbox .wb-control {
  /* border: 0px solid #332b2b; */

  /* border-radius: var(--radius); */
  /* padding: 1rem; */
  /* min-height: 200px; */
  /* display: flex; */
  /* flex-direction: column; */
  /* align-items: flex-start; */
  /* justify-content: flex-start; */

  /* box-shadow: 0 0 10px rgba(203, 166, 247, 0.3),
              inset 0 0 5px rgba(203, 166, 247, 0.1); */
  backdrop-filter: blur(5px);
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: auto;
  image-rendering: pixelated;
  text-rendering: geometricPrecision;
  background-color: transparent;
  /* background-image:
  linear-gradient(
    to bottom,
    rgba(38, 35, 33, 0.4),
    rgba(38, 35, 33, 0.5) 70%,
    rgba(17, 14, 13, 1) 100%,
  ); */
}


.hytwin {
  font-size: 16px;
  z-index: 20;
  /* background: rgba(145, 10, 111, 0.2);         fondo translúcido */
  backdrop-filter: blur(20px);
  /* difuminado detrás */
  -webkit-backdrop-filter: blur(20px);
  /* soporte para Safari */
  color: black !important;
  text-shadow: none !important;
  opacity: 1;
  /* no hagas blur + baja opacidad */

  text-align: center;

  * {
    color: black !important;
    text-shadow: none !important;
    /* quita sombras de texto */

    overflow: hidden;
  }

  /* border: 1px solid rgba(255, 0, 230, 0.3);*/
  border-radius: 8px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  /* opcional: relieve */
}
