.hRD {
  height: auto;
  display: grid;
  grid-template-columns: 12px auto 1fr;
  /* first row: 12px | content | remaining space */
  grid-template-rows: auto auto;
  /* two rows */
  position: relative;
  align-self: end;
  --shadow-1: rgb(89 89 115 / 15%) 0px 1px 2px 1px;
}

.hRD:focus-within {
  --input-border-color: #9794d6;
  --shadow-1: rgb(171 171 255 / 80%) 0px 1px 2px 1px;
}

.hRE {
  font-size: 15px;
  color: #6d5dad;
 /*  margin-bottom: 1px; */
  z-index: 10;
  grid-column: 2;
  grid-row: 1;
  padding-left: 2px;
  padding-right: 2px;
  line-height: 16px;
}

.hRF {
  height: calc(var(--input-height) - 10px);
  position: relative;
  grid-column: 1 / -1;
  /* span all columns */
  grid-row: 2;
  width: 100%;
  border-radius: 5px;
}

.hRD.no-label .hRF {
  height: calc(var(--input-height) - 4px);
  box-shadow: rgb(74 70 86 / 22%) 0px 1px 3px 0px, rgb(55 52 64 / 14%) 0px 0px 2px 0px;
  border: 1px solid rgb(193 197 220);
  border-bottom: 1px solid var(--input-color-bottom);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.hRG {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
}

.hRG > div {
  height: var(--input-height);
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--input-border-color);
  margin-top: -10px;
  border-radius: 5px;
  pointer-events: none;
}

.hRH {
  padding-left: 7px;
  height: calc(100% + 3px);
  margin-top: -3px;
  outline: none !important;
  outline-color: transparent;
  border: none;
  background-color: transparent;
}

.hRD.no-label .hRH {
  height: 100%;
  margin-top: unset;
}

.hRH::placeholder {
  color: #7d82ad;
  font-size: 14px;
}

.hRD.s1 .hRH::placeholder  {
  color: #6d5dad;
  font-size: 15px;
}

/* First row cells */
.hRI,
.hRJ {
  grid-row: 1;
  overflow: hidden;
  position: relative;
  pointer-events: none;
}

.hRI {
  grid-column: 1;
  margin-left: -4px;
}

.hRJ {
  grid-column: 3;
  min-width: 12px;
  margin-right: -4px;
}

.hRI>div,
.hRJ>div {
  border-top: 1px solid var(--input-border-color);
  position: absolute;
  bottom: -24px;
  height: 32px;
  border-radius: 5px;
}

.hRI>div {
  border-left: 1px solid var(--input-border-color);
  left: 4px;
  width: 32px;
  box-shadow: var(--shadow-1);
}

.hRJ>div {
  border-right: 1px solid var(--input-border-color);
  right: 4px;
  width: calc(100% + 12px);
  box-shadow: var(--shadow-1);
}

.hRK {
  position: absolute;
  overflow: hidden;
  bottom: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(var(--input-height) - 6px);
}

.hRK > div {
  box-shadow: #6e789030 0 1px 2px 1px, #585a6630 0 0 2px;
  position: absolute;
  left: 4px;
  bottom: 4px;
  width: calc(100% - 8px);
  height: 100%;
  border-radius: 5px;
  border: 1px solid transparent;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.hRD:focus-within .hRK > div {
  box-shadow: rgb(186 182 255 / 80%) 0px 1px 2px 1px, #585a6630 0 0 2px;;
}

/* ImageUploader styles */
.hRL {
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid gray;
  background-color: white;
  cursor: pointer;
}

body.dark .hRL {
  background-color: #474a57;
}

.hRL.hRM:hover {
  border: 1px solid rgb(110, 105, 122);
  outline: 1px solid rgb(48, 46, 51);
}

body.dark .hRL.hRM:hover {
  border-color: white;
  outline-color: white;
}

.hRN {
  top: 0;
  left: 0;
}

.hRO {
  top: 0;
  padding: 6px;
  left: 0;
}

.hRO:not(:hover) .hRP {
  display: none;
}

.hRO:hover,
.hRO.hRQ {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 25%);
}

.hRR {
  outline: 2px solid rgba(255, 255, 255, 0.5);
}

.hRR:hover {
  outline: 2px solid rgba(0, 0, 0, 0.7) !important;
}

.hRS {
  top: 0px;
  left: 0px;
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.34);
}

.hRT {
  font-family: 'bold';
  color: white;
  text-shadow: 2px 2px 6px #000000;
  text-align: center;
  bottom: 3rem;
  background-color: rgba(0, 0, 0, 0.2);
  left: 0;
  line-height: 1.2;
  padding: 0 8px;
}

.hRU {
  bottom: 0;
  padding: 6px;
}

.hRV {
  background-color: #0000005c;
  border: none;
  border-radius: 7px;
  color: white;
  font-family: 'bold';
  text-shadow: -1px 0 #000000b8, 0 1px #000000b8, 1px 0 #000000b8, 0 -1px #000000b8;
  line-height: 1.1;
  overflow: hidden;
  height: auto;
  backdrop-filter: blur(4px);
  outline: 2px solid #ffffffa3;
  outline-offset: 0;
  resize: none;
  padding: 4px 4px;
}

.hRV:focus {
  outline: 1px solid rgb(126, 77, 189);
  outline-offset: 0;
}

.hRV::placeholder {
  text-shadow: none;
  color: white;
}

.hRL input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.hRW {
  pointer-events: none;
}

.hRL input {
  pointer-events: all;
}

.hRX {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.hRY {
  width: 10rem;
  height: 10rem;
  border-radius: 7px;
  overflow: hidden;
}

.hRZ {
  bottom: 0;
  left: 0;
  padding: 6px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  color: white;
}

.hS0 {
  position: absolute;
  right: 7px;
  bottom: calc(var(--input-height) / 2 - 16px);
  color: #585799;
}

.hRD.bg-solid .hRF {
  background: white;
}
.hRD.shadow-small .hRF {
  box-shadow: rgb(74 70 86 / 10%) 0px 1px 3px 0px;
}
.hRD.no-border .hRF {
  border: none;
}
  ._1.hRn > ._2:where(.hRn):not(:last-of-type) {
    margin-right: 6px;
  }
  ._2.hRn {
    padding: 4px 6px 4px 6px;
    min-width: 114px;
    color: #9d9dac;
    border-bottom: 4px solid rgba(0, 0, 0, 0.1);
    user-select: none;
    cursor: pointer;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: end;
    line-height: 1;
  }
  ._3.hRn {
    color: #4343ad;
    border-bottom: 4px solid rgb(117 108 233);
  }

  @media (max-width: 750px) {
    ._1._5.hRn {
      display: grid;
    }
    ._2.hRn {
      padding: 0 2px 0 2px;
      height: 38px;
      min-width: 86px;
      word-break: break-all;
      align-items: center;
    }
  }

  ._1.hRg {
    margin-top: var(--header-height);
    margin-left: var(--menu-min-width);
    width: calc(100% - var(--menu-min-width));
    min-height: calc(100vh - var(--header-height) - 4px);
  }

  @media (max-width: 750px) {
    ._1.hRg {
      margin-left: 0;
      width: 100%;
      max-width: 100vw;
      overflow-x: hidden;
    }
  }


	._2.hS5 {
		opacity: 0;
		pointer-events: none;
	}
	._1.hS5 {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 0 6px;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
	}
	._1.hS5 > div:where(.hS5):first-of-type {
		height: 100%;
		width: 100%;
		display: flex;
		align-items: center;
	}
	._1.hS5 > input:where(.hS5):first-of-type {
		border: none;
		outline: none;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		padding-left: 6px;
	}

	._1.hS5:hover {
		border: 1px solid rgba(0, 0, 0, 0.596);
	}
	._1.hS5:focus-within {
		box-shadow: inset 0 0 0px 1px #dbc1ff;
    border-color: #b17bff;
		background-color: #f9f4ff;
	}

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

	.hPb.hS5 {
		position: relative;
	}

	.hPc.hS5 {
		color: #dc3545;
	}

    /* Container establishes positioning context */
    .virtual-list-container.hS6 {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    /* Viewport handles scrolling with iOS momentum scroll */
    .virtual-list-viewport.hS6 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    /* Content wrapper maintains full scrollable height */
    .virtual-list-content.hS6 {
        position: relative;
        width: 100%;
        min-height: 100%;
    }

    /* Items wrapper is translated for virtual scrolling */
    .virtual-list-items.hS6 {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }

    /* Item wrapper divs should size to their content */
    .virtual-list-items.hS6 > div:where(.hS6) {
        width: 100%;
        display: block;
    }

	._1.hS1 { 
		z-index: var(--portal-zindex);
	}

  ._1.hRu {
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		align-items: center;
		padding: 0 6px;
		width: 100%;
		height: 100%;
		border: 1px solid transparent;
	}
  ._1.hRu:hover {
		border: 1px solid rgba(0, 0, 0, 0.596);
	}
	._1.hRu:focus-within {
		box-shadow: inset 0 0 0px 1px #dbc1ff;
    border-color: #b17bff;
		background-color: #f9f4ff;
	}
  ._1.hRu > input:where(.hRu):first-of-type {
		border: none;
		outline: none;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		padding-left: 6px;
	}
  ._2.hRu {
		opacity: 0;
		pointer-events: none;
	}
  ._3.hRu {
    user-select: none;
    cursor: pointer;
  }
  ._3.hRu:hover {
    background-color: rgb(244, 244, 244);
  }
  ._4.hRu {
    background-color: rgb(255, 255, 255);
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  /* (empty) ._5 {

  }*/

  ._2.hRw {
    color: #da3c3c;
    text-decoration: underline;
  }

  .hsc.hRw > div:where(.hRw) {
    background-color: #e9ecef;
  }

  .hPd.hRw:not(._14) {
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 2px;
  }

  .hPd._14.hRw {
    width: calc(100% + 8px);
    margin-left: -4px;
    margin-right: -4px;
  }

  @media (max-width: 579px) {
    .hPd.hRw .hPe {
      padding: 4px;
    }
  }

  .hPf.hRw {
    width: 100%;
    border-collapse: separate;
    background-color: white;
    border-spacing: 0;
    background-color: white;
  }

  .hPg.hRw {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #f8f9fa;
  }

  .hPh.hRw {
    width: 100%;
    background-color: #f8f9fa;
  }

  .hPi.hRw {
    border-bottom: 1px solid #dee2e6;
  }

  .hPj.hRw {
    height: 24px;
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    border: none;
    border-right: 1px solid #e9ecef;
    position: relative;
  }

  .hPj.hRw:last-child {
    border-right: none;
  }

  .hPj.hRw > div:where(.hRw) {
    height: 100%;
    width: 100%;
    min-height: 36px;
    border-bottom: 1px solid rgb(204, 204, 204);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hPk.hRw {
    position: relative;
  }

  .hPl.hRw {
    display: table-row;
    width: 100%;
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.15s ease;
    cursor: pointer;
    height: var(--row-height);
  }

  .hPl.hRw:hover {
    background-color: #f1f3f5;
  }

  .hPm.hRw {
    background-color: #ffffff;
  }

  .hPn.hRw {
    background-color: #f8f9fa;
  }

  .hPo.hRw, .hPo.hPl.hRw:hover {
    background-color: #f6f6ff;
    outline: 2px solid var(--color-11);
    border-radius: 5px;
    position: relative;
    z-index: 12;
  }

  .hPl.hRw > td:where(.hRw):not(:last-of-type) {
    display: table-cell;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    border-right: 1px solid #f1f3f5;
    position: relative;
  }

  .hPp.hRw:last-child {
    border-right: none;
  }

  .hPq.hRw {
    padding: 2rem;
    text-align: center;
  }

  .hPr.hRw {
    color: #6c757d;
    font-size: 0.875rem;
  }

  ._11.hRw {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 15px;
    color: #5243c2;
    box-shadow: rgb(67 61 110 / 62%) 0px 1px 2px 0px;
  }
  ._11._e.hRw {
    color: #5243c2;
    background-color: #e7e4ff;
    box-shadow: rgb(67 61 110 / 62%) 0px 1px 2px 0px;
  }
  ._11._e.hRw:hover {
    outline: 1px solid #5243c2;
    background-color: #f5f4ff;
  }

  /* Mobile Card Styles */
  .hPs.hRw {
    width: 100%;
  }

  .hPt.hRw {
    text-align: center;
    padding: 2rem;
    color: #6c757d;
    font-size: 0.875rem;
  }

  .hPu.hRw {
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 12px;
    cursor: pointer;
    transition: box-shadow 0.2s ease;
  }

  .hPu.hRw:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }

  .hPv.hRw {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    gap: 4px;
  }

  .hPw.hRw {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .hPx.hRw {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0;
  }

  .hPy.hRw {
    font-size: 14px;
    color: #666;
    line-height: 1;
  }

  .hPz.hRw {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
  }

  .hPA.hRw {
    font-size: 14px;
    color: #666;
    flex-shrink: 0;
  }

  .hPB.hRw,
  .hPC.hRw {
    flex-shrink: 0;
  }

  .hPD.hRw {
    flex: 1;
    min-width: 0;
    word-break: break-word;
  }

  ._1.hRe {
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }

    ._1.hRi {
        /* background */
        width: 100vw;
        height: 100vh;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: var(--modal-zindex);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    ._1.modal-show.hRi {
        opacity: 1;
    }

    ._2.hRi {
        /* body */
        background-color: var(--white-6);
        transform: translateY(-80px);
        background-color: white;
        opacity: 0;
        transition:
            transform 0.3s ease,
            opacity 0.3s ease;
        border-radius: 0.5rem;
        box-shadow:
            0 11px 15px -7px rgba(0, 0, 0, 0.2),
            0px 24px 38px 3px rgba(0, 0, 0, 0.14),
            0px 9px 46px 8px rgba(0, 0, 0, 0.12);
    }

    ._1.modal-show.hRi > ._2:where(.hRi) {
        transform: translateY(0px);
        opacity: 1;
    }

    ._3.hRi {
        /* Title */
        background-color: #f2f2f2;
        border-bottom: 1px solid #0000001a;
        border-radius: 7px 7px 0 0;
    }

    /* Mobile responsive */
    @media (max-width: 640px) {
        ._2.hRi {
            max-width: calc(100vw - 16px);
            width: calc(100vw - 16px);
            padding-left: 8px;
            padding-right: 8px;
        }

        ._5.hRi {
            display: none;
        }

        .hP0 .hP1 {
            padding-left: 0;
            padding-top: 2px;
            font-size: 1.1rem;
            overflow: hidden;
        }
    }

    @media (max-width: 420px) {
        ._2.hRi {
            max-width: calc(100vw - 8px);
            width: calc(100vw - 8px);
            padding-left: 4px;
            padding-right: 4px;
        }
    }

  ._1.hRl {
    position: fixed;
    top: var(--header-height);
    width: 800px;
    height: calc(100vh - var(--header-height));
    right: 0;
    background-color: rgb(255, 255, 255);
    box-shadow:
      -7px 0px 15px 0px #00000024,
      -3px 1px 5px 0px #00000017;
    z-index: var(--layer-zindex);
    max-width: 100vw;
    overflow: hidden;
    /* Prevent flash: hidden by default until transition starts or visible class applied */
    opacity: 0;
    visibility: hidden;
  }
  ._2.hRl {
    position: fixed;
    bottom: 0;
    height: auto;
    width: 800px;
    right: 0;
    background-color: rgb(255, 255, 255);
    box-shadow:
      -7px 0px 15px 0px #00000024,
      -3px 1px 5px 0px #00000017;
    z-index: var(--layer-zindex);
    max-width: 100vw;
    overflow: hidden;
    /* Prevent flash */
    opacity: 0;
    visibility: hidden;
  }
  ._1.visible.hRl,
  ._2.visible.hRl {
    opacity: 1;
    visibility: visible;
  }
  ._1.hOX.hRl,
  ._2.hOX.hRl {
    opacity: 1;
    visibility: visible;
  }
  ._4.hRl {
    overflow-y: auto;
    overflow-x: hidden;
    width: calc(100% + 10px);
    margin-right: -6px;
    padding-right: 6px;
    margin-left: -4px;
    padding-left: 4px;
  }
  ._1._8.hRl ._4:where(.hRl),
  ._1._8.hRl,
  ._2._8.hRl ._4:where(.hRl),
  ._2._8.hRl {
    overflow-y: visible;
    overflow-x: visible;
  }

  @media (max-width: 749px) {
    ._4.hRl {
      width: calc(100% + 12px);
      margin-left: -6px;
      margin-right: -6px;
      padding: 0 6px;
    }
    ._1.hRl {
      box-shadow:
        -7px 0px 15px 8px #00000030,
        -3px 1px 5px 2px #0000001c;
    }
    /* Set view-transition-name only when in transition */
    ._1.hOX.hRl {
      view-transition-name: mobile-side-layer;
    }
    ._11.hRl {
      display: none;
    }
  }

  /* View Transitions for Mobile Layer - Opening Only */
  @keyframes hRl-slide-in {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0);
    }
  }

  /* Prevent default cross-fade */
  ::view-transition-image-pair(mobile-side-layer) {
    isolation: isolate;
  }

  /* Override default group animation */
  ::view-transition-group(mobile-side-layer) {
    animation-duration: 0.35s;
    animation-timing-function: ease-in-out;
  }

  /* When opening: NEW snapshot slides in from the right (off-screen) */
  ::view-transition-new(mobile-side-layer) {
    animation: hRl-slide-in 0.35s ease-in-out forwards;
    z-index: 2;
    opacity: 1;
  }

  /* Hide old snapshot completely when opening (no fade effect) */
  ::view-transition-old(mobile-side-layer) {
    opacity: 0 !important;
    animation: none !important;
    display: none !important;
  }

  ._1.hRh {
    position: absolute;
    top: 100%;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    overflow: hidden;
  }

  ._1.open-up.hRh {
    top: auto;
    bottom: calc(100% - 8px);
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
  }

  .hP3.hRh {
    display: flex;
    align-items: center;
    height: 36px;
    cursor: pointer;
    padding: 0 6px 0 6px;
    border-radius: 4px;
  }

  .hP3.hRh:hover {
    background-color: #f0f0f0;
  }

  .hP4.hRh {
    background-color: #e6f7ff;
  }

  .hP3.hRh i:where(.hRh) {
    font-style: normal;
    font-weight: bold;
    color: #1890ff;
  }

  ._8.hRh {
    color: rgb(196, 71, 71);
    text-decoration: underline;
  }
  ._10.hRh {
    color: #6d5dad;
  }

  ._2.hRj {
    background-color: var(--light-blue-1);
    border-radius: 5px;
    box-shadow: #5f7187a8 0 1px 3px -1px;
  }
  ._3.hRj {
    background-color: #fff;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #dfe1ea;
    color: #3d497a;
    align-items: center;
    cursor: pointer;
    position: relative;
    user-select: none;
  }
  ._3.hRj:hover {
    border-color: rgb(236, 125, 125);
    color: rgb(209, 66, 66);
  }
  ._3.hRj:hover ._4:where(.hRj) {
    opacity: 1;
    background-color: rgb(255, 221, 221);
    color: rgb(224, 61, 61);
  }
  ._3.hRj ._4:where(.hRj) {
    font-size: 14px;
    border-radius: 50%;
    opacity: 0;
  }
  ._3.hRj ._4:where(.hRj):hover {
    background-color: rgb(240, 102, 102);
    color: white;
  }

  ._1.hRm {
    background-color: var(--white);
    border: 1px solid rgb(143, 143, 143);
    color: white;
  }
  ._1._2.hRm {
    background-color: #09cb70;
    border-color: #19965b;
  }
  ._1.hRm:hover {
    border: 2px solid #0987eb;
  }
  ._1._2.hRm:hover {
    border: 2px solid #61778b;
    background-color: #98aec5;
  }

  .acceso-card.hRv {
    height: 38px;
    position: relative;
    box-shadow: 0 1px 8px #5a5e6330;
    background-color: white;
    cursor: pointer;
    display: flex;
    padding: 3px 6px 3px 4px;
    align-items: center;
    line-height: 1.05;
    border-left: 4px solid transparent;
    user-select: none;
  }

  .acceso-card.hRv .hQd:where(.hRv) {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .acceso-card.sel.hRv:hover {
    outline: 1px solid rgba(0, 0, 0, 0.54);
  }

  .hQd.hRv {
    visibility: hidden;
  }

  .acceso-card.hRv .hQe:where(.hRv) {
    background-color: transparent;
    top: 0;
    right: 0;
    height: 1.7rem;
    font-size: 0.94rem;
    border-radius: 0;
    width: 2.2rem;
    visibility: hidden;
  }

  .acceso-card.hRv:hover .hQe:where(.hRv) {
    visibility: visible;
  }

  .acceso-card.hRv .hQe:where(.hRv):hover {
    background-color: black;
    color: white;
  }

  .acceso-card.hRv .hQf:where(.hRv) {
    background-color: transparent;
    top: 0;
    right: 0;
    height: 1.7rem;
    font-size: 0.94rem;
    border-radius: 0;
    width: 2rem;
  }

  .acceso-card.hRv:hover .hQf:where(.hRv) {
    visibility: hidden;
  }

  .acceso-card.hRv:hover:not(.mobile) .hQd:where(.hRv) {
    visibility: visible;
  }

  .acceso-card.hRv:hover:not(.mobile) .hQh:where(.hRv) {
    visibility: hidden;
  }

  .acceso-card.mobile.hRv {
    padding-top: 0.8rem;
    height: 3rem;
    border-left-width: 0;
  }

  .acceso-card.hRv .hQi:where(.hRv) {
    height: 4px;
    width: 4rem;
    top: 3px;
    left: 4px;
  }

  .hQd.hRv > div:where(.hRv) {
    height: 1.7rem;
    padding: 3px 7px 0 7px;
    margin: 0 2px;
    background-color: #eae8f9;
    border-radius: 7px 7px 0 0;
    min-width: 4rem;
    color: rgb(82, 77, 124);
    border-bottom: 2px solid #eae8f9;
    user-select: none;
  }

  .hQd.hRv > div:where(.hRv):hover {
    border-bottom-color: black;
  }

  .acceso-card.hRv .hQj:where(.hRv) {
    color: #fff;
    height: 1.25rem;
    display: inline-flex;
    padding: 0 3px;
    align-items: center;
    border-radius: 2px;
    margin: 0 2px;
    width: 1.6rem;
    justify-content: center;
  }

  /* Mobile specific styles */
  @media (max-width: 749px) {
    .acceso-card.hRv {
      width: calc((100% / 2) - 6px);
      margin: 4px 3px;
    }
    .acceso-card.hRv .hQh:where(.hRv) {
      position: absolute;
      top: -5px;
      right: 4px;
    }
  }

	pre.hRf {
		margin: 0;
		white-space: pre-wrap;
		word-wrap: break-word;
	}

  /* Button styles */
  ._4.hRy {
    background-color: #e75c5c;
    color: white;
  }
  ._4.hRy:hover {
    background-color: #f77d7d;
  }
  ._5.hRy {
    background-color: #1277f5;
    color: white;
  }
  ._5.hRy:hover {
    background-color: #52a0ff;
  }
  ._8.hRy {
    background-color: #00000054;
  }
  ._9.hRy {
    background-color: #29b15d;
    width: 80px;
  }

  /* ImageUploader styles */
  .hOH.hRy {
    overflow: hidden;
    border-radius: 7px;
    border: 1px solid gray;
    background-color: white;
    cursor: pointer;
  }

  body.hOs .hOH.hRy {
    background-color: #474a57;
  }

  .hOH.hOI.hRy:hover {
    border: 1px solid rgb(110, 105, 122);
    outline: 1px solid rgb(48, 46, 51);
  }

  body.hOs .hOH.hOI.hRy:hover {
    border-color: white;
    outline-color: white;
  }

  .hOJ.hRy {
    top: 0;
    left: 0;
    object-fit: contain;
  }

  .hOK.hRy {
    top: 0;
    padding: 6px;
    left: 0;
  }

  .hOK.hRy:not(:hover) .hOL:where(.hRy) {
    display: none;
  }

  .hOK.hRy:hover,
  .hOK.s1.hRy {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 25%);
  }

  .hOM.hRy {
    outline: 2px solid rgba(255, 255, 255, 0.5);
  }

  .hOM.hRy:hover {
    outline: 2px solid rgba(0, 0, 0, 0.7) !important;
  }

  .hON.hRy {
    top: 0px;
    left: 0px;
    backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, 0.34);
  }

  .hOO.hRy {
    font-family: 'bold';
    color: white;
    text-shadow: 2px 2px 6px #000000;
    text-align: center;
    bottom: 3rem;
    background-color: rgba(0, 0, 0, 0.2);
    left: 0;
    line-height: 1.2;
    padding: 0 8px;
  }

  .hOP.hRy {
    bottom: 0;
    padding: 6px;
  }

  .hOQ.hRy {
    background-color: #0000005c;
    border: none;
    border-radius: 7px;
    color: white;
    font-family: 'bold';
    text-shadow: -1px 0 #000000b8, 0 1px #000000b8, 1px 0 #000000b8, 0 -1px #000000b8;
    line-height: 1.1;
    overflow: hidden;
    height: auto;
    backdrop-filter: blur(4px);
    outline-offset: 0;
    outline: 2px solid #ffffff60;
    resize: none;
    padding: 4px 4px;
  }

  .hOQ.hRy:focus {
    outline-color:rgb(189, 141, 253);
    outline-offset: 0;
  }

  .hOQ.hRy::placeholder {
    text-shadow: none;
    color: white;
  }

  .hOH.hRy input:where(.hRy) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
  }

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

  .hOH.hRy input:where(.hRy) {
    pointer-events: all;
  }

  .hOS.hRy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
  }

  .hOT.hRy {
    width: 10rem;
    height: 10rem;
    border-radius: 7px;
    overflow: hidden;
  }

  .hOU.hRy {
    bottom: 0;
    left: 0;
    padding: 6px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    color: white;
  }

  .date-input-container.hRq {
    position: relative;
  }

  .hOx.hRq {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 4px;
    background: white;
    border: 1px solid #c1c5dc;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    min-width: 280px;
  }

  .hOy.hRq {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
  }

  .hOz.hRq {
    width: 32px;
    height: 28px;
    flex-shrink: 0;
  }

  .hOA.hRq {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.2s;
    font-size: 14px;
  }

  .hOA.hRq:hover {
    background-color: #f0f0f5;
  }

  .hOA.hOB.hRq {
    color: #b0b0c0;
  }

  .hOA.hOC.hRq {
    background-color: #6d5dad;
    color: white;
    font-weight: 600;
  }

  .hOA.hOD.hRq {
    background-color: #e8e7f5;
    outline: 2px solid #9794d6;
  }

  .hOE.hRq {
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background-color: #6d5dad;
    border-radius: 50%;
  }

  .hOA.hOC.hRq .hOE:where(.hRq) {
    background-color: white;
  }

  .hOF.hRq, .hOG.hRq {
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    user-select: none;
  }

  .hOF.hRq:hover, .hOG.hRq:hover {
    background-color: #f0f0f5;
  }

  .hOG.hRq {
    font-weight: 600;
    color: #6d5dad;
  }

  ._1.hRr {
    background-color: var(--white);
    border: 1px solid rgb(143, 143, 143);
    color: white;
  }
  ._1._2.hRr {
    background-color: #09cb70;
    border-color: #19965b;
  }
  ._1.hRr:hover {
    border: 2px solid #0987eb;
  }
  ._1._2.hRr:hover {
    border: 2px solid #61778b;
    background-color: #98aec5;
  }

  ._4.hRC {
    width: 42px;
    height: 38px;
    border: 1px solid #cbd5e1;
    background-color: white;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    color: #0f172a;
    transition-property: color, background-color, border-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  ._4.hRC:hover:not(:disabled) {
    border-color: #3b82f6;
    color: #1d4ed8;
  }

  ._4.hRC:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  ._6.hRC {
    margin-bottom: -8px;
    border: 2px solid #996dff;
    background-color: #faf9ff;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    z-index: 80;
  }

  /* Global editor styles that are hard to tailwind-ize inside the contenteditable div */
  div.hRC .hPK p {
    margin: 0 0 6px;
  }

  div.hRC .hPK table {
    width: 100%;
    border-collapse: collapse;
    margin: 6px 0;
    position: relative;
  }

  div.hRC .hPK table td,
  div.hRC .hPK table th {
    border: 1px solid #cbd5f5;
    padding: 0.5rem;
    width: auto !important;
    height: auto !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #cbd5f5 !important;
    vertical-align: top;
    box-sizing: border-box;
  }

  div.hRC .hPK img {
    max-width: 100%;
    height: auto;
    margin: 0.75rem 0;
  }

  div.hRC .hPK hr {
    border: none;
    border-top: 1px solid #cbd5f5;
    margin: 1rem 0;
  }

  ._1.hS2 {
    --slider-width: 24px;
  }
  ._1.hS2 .hOt .color {
    border-radius: 0;
    height: calc(var(--input-height) - 16px);
    width: 54px;
    border: 2px solid rgba(0, 0, 0, 0.8);
    margin-bottom: 4px;
  }

  ._1.hS2 .hOt label {
    font-size: 0;
    line-height: 0;
  }

  ._1.hS2 .hOt label .hOv {
    font-size: initial;
    line-height: initial;
  }


  ._1.hRs {
    border: 1px solid rgba(0, 0, 0, 0.7);
  }

  ._1.hRo {
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  }
  ._1.hRo:hover {
    outline: 2px solid rgba(0, 0, 0, 0.5);
  }

  ._2.hRo {
    background-color: rgb(235, 233, 245);
  }

  ._1.hRA {
    background-color: var(--light-blue-1);
    border-radius: 5px;
    box-shadow: #5f7187a8 0 1px 3px -1px;
    min-height: 50px;
  }

  .hOY.hRk {
    height: calc(100vh - var(--header-height));
    position: fixed;
    top: var(--header-height);
    right: 0;
  }

  .hR8.hRt {
    color: #285bf1;
    border-radius: 7px;
    padding: 5px 8px 4px 8px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #b7b9d3;
    line-height: 1;
    font-size: 14px;
    font-family: mono;
  }
  .hR8.hRt:hover {
    background-color: #5e84f7;
    border-bottom: 1px solid #5e84f7;
    color: white;
  }
