.kL3 {
  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;
}

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

.kL4 {
  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;
}

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

.kL3.no-label .kL5 {
  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%);
}

.kL3.use-style-1.no-label .kL5 {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: rgb(50 50 93 / 13%) 0px 1px 3px 0px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
  height: calc(var(--input-height) - 6px);
  outline: 1px solid #47465521;
  background: #f5f3fa;
}

.kL3.use-style-1.no-label:hover .kL5,
.kL3.use-style-1.no-label:focus-within .kL5 {
  outline-color: #8d8ab630;
  box-shadow: rgb(50 50 93 / 16%) 0px 2px 6px 0px, rgb(0 0 0 / 22%) 0px 1px 3px -1px;
}

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

.kL6 > 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;
}

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

.kL3.no-label .kL7 {
  height: 100%;
  margin-top: unset;
}

.kL3.use-style-1.no-label .kL7 {
  height: 100%;
  margin-top: unset;
  padding-left: 10px;
  padding-right: 24px;
}

.kL3.use-style-1.no-label .kL7::placeholder {
  color: #7f80a8;
}

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

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

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

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

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

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

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

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

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

.kLa > 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%);
}

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

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

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

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

body.dark .kLb.kLc:hover {
  border-color: white;
  outline-color: white;
}

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

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

.kLe:not(:hover) .kLf {
  display: none;
}

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

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

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

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

.kLj {
  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;
}

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

.kLl {
  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;
}

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

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

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

.kLm {
  pointer-events: none;
}

.kLb input {
  pointer-events: all;
}

.kLn {
  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);
}

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

.kLp {
  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;
}

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

.kL3.bg-solid .kL5 {
  background: white;
}
.kL3.shadow-small .kL5 {
  box-shadow: rgb(74 70 86 / 10%) 0px 1px 3px 0px;
}
.kL3.no-border .kL5 {
  border: none;
}

  ._1.kKA > ._2:where(.kKA):not(:last-of-type) {
    margin-right: 6px;
  }
  ._2.kKA {
    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.kKA {
    color: #4343ad;
    border-bottom: 4px solid rgb(117 108 233);
  }

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

  ._1.kKz {
    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);
    position: relative;
  }

  ._1.useTopMinimalMenu.kKz {
    margin-left: 0;
    width: 100%;
  }
  
  .kEK.kKz {
	 	height: calc(100vh - var(--header-height));
	  overflow: auto;
  }

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


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

  .kIi.kKV {
    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;
  }

  .kIj.kKV {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
  }

  .kIk.kKV {
    width: 32px;
    height: 28px;
    flex-shrink: 0;
  }

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

  .kIl.kKV:hover {
    background-color: #f0f0f5;
  }

  .kIl.kIm.kKV {
    color: #b0b0c0;
  }

  .kIl.kIn.kKV {
    background-color: #6d5dad;
    color: white;
    font-weight: 600;
  }

  .kIl.kIo.kKV {
    background-color: #e8e7f5;
    outline: 2px solid #9794d6;
  }

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

  .kIl.kIn.kKV .kIp:where(.kKV) {
    background-color: white;
  }

  .kIq.kKV, .kIr.kKV {
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    user-select: none;
  }

  .kIq.kKV:hover, .kIr.kKV:hover {
    background-color: #f0f0f5;
  }

  .kIr.kKV {
    font-weight: 600;
    color: #6d5dad;
  }

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

    /* Viewport handles scrolling with iOS momentum scroll */
    .virtual-list-viewport.kLL {
        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.kLL {
        position: relative;
        width: 100%;
        min-height: 100%;
    }

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

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

  ._1.kKK {
    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.kKK {
    top: auto;
    bottom: calc(100% - 8px);
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
  }

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

  .kIT.kKK:hover {
    background-color: #f0f0f0;
  }

  .kIU.kKK {
    background-color: #e6f7ff;
  }

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

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

  .kIV.kKK {
    transition: transform 0.18s ease, color 0.18s ease;
    transform-origin: center;
    transform-style: preserve-3d;
  }

  .kIV.arrow-up.kKK {
    transform: perspective(120px) rotateX(180deg);
  }

  .kIV.arrow-down.kKK {
    transform: perspective(120px) rotateX(0deg);
  }

  .kIV.is-open.kKK {
    color: #3a3945;
  }

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

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

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

	.kJs.kLv {
		position: relative;
	}

	.kJt.kLv {
		color: #dc3545;
	}

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

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


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

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

  .kJQ.kKR {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
  }

  .kJR.kKR:not(._14) {
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    /* No inner top inset: prevents body rows from peeking above sticky header while scrolling */
    padding: 0 2px;
  }

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

  @media (max-width: 579px) {
    .kJR.kKR .kFN {
      padding: 4px;
    }
  }

  .kJS.kKR {
    width: 100%;
    border-collapse: separate;
    background-color: white;
    border-spacing: 0;
    background-color: white;
    isolation: isolate;
  }

  .kJT.kKR {
    position: sticky;
    top: 0;
    /* Keep header fully above transformed virtual rows */
    z-index: 30;
    background-color: #f8f9fa;
  }

  .kJU.kKR {
    width: 100%;
    background-color: #f8f9fa;
  }

  .kJV.kKR {
    border-bottom: 1px solid #dee2e6;
  }

  .kJW.kKR {
    height: 24px;
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    border: none;
    border-right: 1px solid #e9ecef;
    position: relative;
    /* Prevent body rows from bleeding through sticky header cells */
    background-color: #f8f9fa;
  }

  .kJW.kKR:last-child {
    border-right: none;
  }

  .kJW.kKR > div:where(.kKR) {
    height: 100%;
    min-height: 36px;
    border-bottom: 1px solid rgb(204, 204, 204);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
    padding: 0 4px;
    background-color: #f8f9fa;
  }

  .kJX.kKR {
    position: relative;
  }

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

  .kGV.kKR:hover {
    background-color: #f1f3f5;
  }

  .kJY.kKR {
    background-color: #ffffff;
  }

  .kJZ.kKR {
    background-color: #f8f9fa;
  }

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

  .kK1.kKR td:where(.kKR) {
    height: 2px;
    padding: 0;
    border: none !important;
    background: transparent;
  }

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

  .kK2.kKR:last-child {
    border-right: none;
  }

  .kK3.kKR {
    padding: 2rem;
    text-align: center;
  }

  .kK4.kKR {
    padding: 0 8px;
    text-align: center;
    vertical-align: middle;
  }

  .kK5.kKR {
    color: #6c757d;
    font-size: 0.875rem;
  }

  ._11.kKR {
    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.kKR {
    color: #5243c2;
    background-color: #e7e4ff;
    box-shadow: rgb(67 61 110 / 62%) 0px 1px 2px 0px;
  }
  ._11._e.kKR:hover {
    outline: 1px solid #5243c2;
    background-color: #f5f4ff;
  }

  /* Mobile Card Styles */
  .kK6.kKR {
    width: 100%;
  }

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

  .kK8.kKR {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 0.875rem;
  }

  .kK9.kKR {
    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;
  }

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

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

  .kKb.kKR {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .kKc.kKR {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0;
  }

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

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

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

  .kKg.kKR,
  .kKh.kKR {
    flex-shrink: 0;
  }

  .kKi.kKR {
    flex: 1;
    min-width: 0;
    word-break: break-word;
  }

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

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

  .kId.kKC {
    background-color: var(--white);
    opacity: 0.8;
    border-radius: 8px;
    min-height: 30px;
    padding: 0 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 3px;
    border: 1px solid transparent;
    font-size: 15px;
    line-height: 1;
  }

  .kIe.kKC {
		opacity: 1;
	  outline: 1px solid #bc91ffcf;
	  box-shadow: rgb(151 112 242 / 70%) 0px 2px 1px;
	  background-color: #f7f2ff;
	  color: #6f42b8;
	  border: 1px solid #ece1ff;
  }

  ._2.kKF {
    background-color: var(--light-blue-1);
    border-radius: 5px;
    box-shadow: #5f7187a8 0 1px 3px -1px;
  }
  ._3.kKF {
    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.kKF:hover {
    border-color: rgb(236, 125, 125);
    color: rgb(209, 66, 66);
  }
  ._3.kKF:hover ._4:where(.kKF) {
    opacity: 1;
    background-color: rgb(255, 221, 221);
    color: rgb(224, 61, 61);
  }
  ._3.kKF ._4:where(.kKF) {
    font-size: 14px;
    border-radius: 50%;
    opacity: 0;
  }
  ._3.kKF ._4:where(.kKF):hover {
    background-color: rgb(240, 102, 102);
    color: white;
  }

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

  .kFL.kL0 {
    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;
  }
  .kFL.kL0:hover {
    background-color: #5e84f7;
    border-bottom: 1px solid #5e84f7;
    color: white;
  }

  .kIY.kLr {
    min-height: 0;
    overflow: hidden;
  }

  .kIY.kLr .kIZ {
    height: 100%;
  }

  .kIY.kLr .kFN {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 12px;
  }

  .kJ0.kLr {
    color: #6b7280;
  }

  .kFO.kKE .kFN {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 12px;
  }
  .kFP.kKE {
 		background: linear-gradient(352deg, rgb(241 205 255) 0%, rgb(240 225 255) 99%);
  }

  .kFM.kKB .kFN {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 12px;
  }

  .kJ4.kL2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .kJ5.kL2 {
    color: #374151;
    font-size: 13px;
    line-height: 18px;
  }

  .kGe.kL2 {
    width: 100%;
    height: 12px;
    display: inline-block;
    background-color: #fff;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.25) 75%, transparent 75%, transparent);
    font-size: 30px;
    background-size: 1em 1em;
    box-sizing: border-box;
    animation: kL2-barStripe 1s linear infinite;
  }

  @keyframes kL2-barStripe {
    0% {
      background-position: 1em 0;
    }
    100% {
      background-position: 0 0;
    }
  }

  ._1.kKH {
    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.kKH {
    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.kKH,
  ._2.visible.kKH {
    opacity: 1;
    visibility: visible;
  }
  ._1.kII.kKH,
  ._2.kII.kKH {
    opacity: 1;
    visibility: visible;
  }
  ._4.kKH {
    overflow-y: auto;
    overflow-x: hidden;
    width: calc(100% + 10px);
    margin-right: -6px;
    padding-right: 6px;
    margin-left: -4px;
    padding-left: 4px;
  }
  ._1._8.kKH ._4:where(.kKH),
  ._1._8.kKH,
  ._2._8.kKH ._4:where(.kKH),
  ._2._8.kKH {
    overflow-y: visible;
    overflow-x: visible;
  }

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

  /* View Transitions for Mobile Layer - Opening Only */
  @keyframes kKH-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: kKH-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;
  }

  .kJu.kKT {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background-color: #ffffff;
    overflow: hidden;
    min-height: 0;
    box-sizing: border-box;
  }

  .kJv.kKT {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    height: 100%;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .kJw.kKT {
    border-bottom: 1px solid #e9ecef;
    background: #f8f9fa;
    position: relative;
    z-index: 2;
    padding-right: var(--table-grid-scrollbar-width);
    box-sizing: border-box;
  }

  .kJx.kKT,
  .kJy.kKT {
    display: grid;
    grid-template-columns: var(--table-grid-template-columns);
    width: 100%;
    min-width: max-content;
  }

  .kJz.kKT {
    font-family: bold;
    color: #495057;
    border-right: 1px solid #edf2f7;
    line-height: 1.1;
  }

  .kJz.kKT:last-child {
    border-right: none;
  }

  .kJA.kKT {
    height: 100%;
    min-height: 0;
    position: relative;
    box-sizing: border-box;
  }

  .kJB.kKT {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 140px;
    color: #6c757d;
    padding: 16px;
  }

  .kJC.kKT {
    width: 100%;
    padding: 1px 2px;
    box-sizing: border-box;
  }

  .kJy.kKT {
    height: var(--table-grid-row-height);
    cursor: pointer;
    border-bottom: 1px solid #edf2f7;
    transition: background-color 0.15s ease;
    position: relative;
  }

  .kJy.kKT:focus-visible {
    outline: 2px solid #3b82f6;
    outline-offset: -2px;
  }

  .kJy.kKT:hover {
    background-color: #f1f3f5;
  }

  .kJD.kKT {
    background: #ffffff;
  }

  .kJE.kKT {
    background: #f8f9fa;
  }

  .kJF.kKT,
  .kJF.kJy.kKT:hover {
    background-color: #f6f6ff;
    outline: 2px solid var(--color-11);
    outline-offset: -1px;
    border-radius: 4px;
    border-bottom-color: transparent;
    z-index: 12;
  }

  .kJG.kKT {
    border-right: 1px solid #f1f5f9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-content: center;
    min-width: 0;
  }

  .table-grid-virtual-viewport {
    height: 100% !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }

  .kJI {
    height: 100% !important;
    min-height: 0 !important;
  }

  .kJJ {
    min-height: 100%;
  }

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

	._1.kKJ {
		/* 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.kKJ {
		opacity: 1;
	}

	._2.kKJ {
		/* 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.kKJ > ._2:where(.kKJ) {
		transform: translateY(0px);
		opacity: 1;
	}

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

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

		._5.kKJ {
			display: none;
		}

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

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

  .kJK.kLy {
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
  }

  .kJL.kLy {
    overflow: auto;
  }

  .kJM.kLy {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
  }

  .kJM.kLy thead:where(.kLy) th:where(.kLy) {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #0f172a;
    color: #e2e8f0;
    text-align: left;
    font-weight: 700;
    padding: 10px 8px;
    border-bottom: 1px solid #1e293b;
    white-space: nowrap;
  }

  .kJM.kLy tbody:where(.kLy) td:where(.kLy) {
    padding: 8px;
    border-bottom: 1px solid #e2e8f0;
    white-space: nowrap;
  }

  .kJN.kLy {
    background: #f8fafc;
  }

  .kJO.kLy {
    outline: 2px solid #2563eb;
    outline-offset: -2px;
  }

  .kJP.kLy {
    color: #64748b;
    text-align: center;
    padding: 22px 8px !important;
    font-family: inherit !important;
  }

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

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

  body.kIc .kIs.kKG {
    background-color: #474a57;
  }

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

  body.kIc .kIs.kIt.kKG:hover {
    border-color: white;
    outline-color: white;
  }

  .kIu.kKG {
    top: 0;
    left: 0;
    object-fit: contain;
  }

  .kIv.kKG {
    top: 0;
    padding: 6px;
    left: 0;
  }

  .kIv.kKG:not(:hover) .kIw:where(.kKG) {
    display: none;
  }

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

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

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

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

  .kIz.kKG {
    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;
  }

  .kIA.kKG {
    bottom: 0;
    padding: 6px;
  }

  .kIB.kKG {
    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;
  }

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

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

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

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

  .kIs.kKG input:where(.kKG) {
    pointer-events: all;
  }

  .kID.kKG {
    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);
  }

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

  .kIF.kKG {
    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;
  }

  .kJb.kLC {
    overflow: hidden;
    background-color: white;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    min-height: 0;
  }

  /* Force the virtual list wrapper to inherit the card list height so its viewport can scroll. */
  .kJb.kLC .kJc {
    height: 100%;
    min-height: 0;
  }

  /* Avoid flex gap here because the virtualizer does not include it in scroll height calculations. */
  .kJb.kLC .virtual-list-items {
    display: block;
  }

  .kJb.kLC .virtual-list-items > div {
    margin-bottom: 8px;
  }

  .kJb.kLC .virtual-list-items > div:last-child {
    margin-bottom: 0;
  }

  .kJb.kLC .virtual-list-viewport {
    height: 100%;
    min-height: 0;
    overflow-y: auto;
  }

  .kJe.kLC {
    position: relative;
    border-radius: 10px;
    background-color: #f7f7fa;
    padding: 12px;
    cursor: pointer;
    transition: outline-color 0.15s ease, box-shadow 0.15s ease;
    box-shadow: rgb(69 68 93 / 22%) 0px 1px 3px;
    outline: 1px solid transparent;
  }

  .kJe.kLC:hover {
    outline-color: #cfd4e6;
  }

  .kJf.kLC {
    background-color: #f6f6ff;
    outline: 2px solid var(--color-11);
  }

  .kJg.kLC {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 12px;
  }

  .kJh.kLC {
	  position: absolute;
	  top: 3px;
	  right: 3px;
	  width: 28px;
	  height: 28px;
	  border-radius: 50%;
	  background-color: #ffe8ea;
	  color: #e55757;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  box-shadow: rgb(144 35 35 / 51%) 0 1px 1px 0;
	  z-index: 2;
	  font-size: 15px;
  }

  .kJh.kLC:hover {
    background-color: #c82333;
    color: white;
  }

  .kJi.kLC {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
  }

  .kJj.kLC {
	  font-size: 15px;
	  color: #6d5dad;
    line-height: 1;
    margin-left: 8px;
  }

  .kJk.kLC {
  	display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    border-top: 0;
    border-radius: 4px;
    margin-top: -6px;
  }

  .kJl.kLC {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
  }

  .kJm.kLC {
    min-width: 0;
    flex: 1;
  }

  .kJn.kLC {
    position: relative;
    min-height: 32px;
  }

  .kJo.kLC {
    color: #6c757d;
    text-align: center;
    padding: 32px 16px;
  }

  .kJp.kLC {
    color: #da3c3c;
    text-decoration: underline;
  }

  .kJq.kLC {
 		overflow: hidden;
 		position: absolute;
    bottom: -4px;
    width: calc(100% + 4px);
    height: 18px;
    left: -2px;
  }
  
  .kJq.kLC > div:where(.kLC) {
		width: calc(100% - 4px);
    border: 1px solid #d2d5e7;
    height: 24px;
    border-top: none;
    box-shadow: #706e9021 0 1px 2px 1px;
    position: absolute;
    bottom: 4px;
    left: 2px;
    border-radius: 4px;
  }
  
  @media (max-width: 579px) {
    .kJb.kLC {
      width: calc(100% + 8px);
      margin-left: -4px;
      margin-right: -4px;
      border: none;
      box-shadow: none;
      padding: 4px;
    }

    .kJg.kLC {
      grid-template-columns: 1fr;
    }
  }

  ._4.kKQ {
    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.kKQ:hover:not(:disabled) {
    border-color: #3b82f6;
    color: #1d4ed8;
  }

  ._4.kKQ:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  ._6.kKQ {
    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.kKQ .kEJ p {
    margin: 0 0 6px;
  }

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

  div.kKQ .kEJ table td,
  div.kKQ .kEJ 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.kKQ .kEJ img {
    max-width: 100%;
    height: auto;
    margin: 0.75rem 0;
  }

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

	.slider.kMc {
		---track-width: var(--track-width, unset);
		---track-height: var(--track-height, 6px);
		---track-background: var(--track-background, #949494);
		---track-border: var(--track-border, none);
		---thumb-size: var(--thumb-size, 16px);
		---thumb-background: var(--thumb-background, #2d2d2d);
		---thumb-border: var(--thumb-border, none);
		---position: var(--position, 0px);

		---margin-inline-thumb-bigger: max(var(---thumb-size) - var(---track-height), 0px);
		---margin-inline-thumb-smaller: max(var(---track-height) - var(---thumb-size), 0px);

		position: relative;
		margin: auto;
		user-select: none;
		-webkit-user-select: none;
		background-color: transparent;
		cursor: pointer;
	}

	.slider.kMc::before {
		background-color: transparent;
	}

	[aria-orientation='horizontal'].kMc {
		width: var(---track-width);
		max-width: calc(100% - 2 * var(---margin-inline-thumb-bigger));
		height: calc(max(var(---track-height), var(---thumb-size)) + 4px);
		height: max(var(---track-height), var(---thumb-size));
		margin-inline: var(---margin-inline-thumb-bigger);
		margin-block: var(--margin-block, 8px);
	}

	[aria-orientation='vertical'].kMc {
		width: max(var(---track-height), var(---thumb-size));
		height: var(---track-width);
		max-height: calc(100% - 2 * var(---margin-inline-thumb-bigger));
		margin-block: var(---margin-inline-thumb-bigger);
		margin-inline: var(--margin-block, 8px);
	}

	.track.kMc {
		position: absolute;
		pointer-events: none;
		background: var(---track-background);
		border: var(---track-border);
		border-radius: calc(var(---track-height) / 2);
		box-sizing: border-box;
	}

	[aria-orientation='horizontal'].kMc .track:where(.kMc) {
		height: var(---track-height);
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		right: 0;
	}

	[aria-orientation='vertical'].kMc .track:where(.kMc) {
		width: var(---track-height);
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		bottom: 0;
	}

	.thumb.kMc {
		pointer-events: none;
		position: absolute;
		height: var(---thumb-size);
		width: var(---thumb-size);
		border-radius: calc(var(---thumb-size) / 2);
		background: var(---thumb-background);
		border: var(---thumb-border);
		box-sizing: border-box;

		transform: translate(-50%, -50%);
		--margin-left: (2 * var(---track-height) - var(---thumb-size) - var(---margin-inline-thumb-smaller)) / 2;
		--left: calc(var(---position) * (100% - 2 * var(--margin-left)) + var(--margin-left));
	}

	[aria-orientation='horizontal'].kMc:not(.reverse) .thumb:where(.kMc) {
		top: 50%;
		left: var(--left);
	}

	[aria-orientation='vertical'].kMc:not(.reverse) .thumb:where(.kMc) {
		left: 50%;
		bottom: calc(var(--left) - var(---thumb-size));
	}

	[aria-orientation='horizontal'].reverse.kMc .thumb:where(.kMc) {
		top: 50%;
		right: calc(var(--left) - var(---thumb-size));
	}

	[aria-orientation='vertical'].reverse.kMc .thumb:where(.kMc) {
		left: 50%;
		top: calc(var(--left));
	}

	.slider.kMc:focus-visible {
		outline: none;
	}

	.slider.kMc:focus-visible .track:where(.kMc) {
		outline: 2px solid var(--focus-color, red);
		outline-offset: 2px;
	}

	.picker.kM5 {
		position: relative;
		display: inline-block;
		width: var(--picker-width, 200px);
		height: var(--picker-height, 200px);
		background:
			linear-gradient(#ffffff00, #000000ff), linear-gradient(0.25turn, #ffffffff, #00000000), var(--picker-color-bg);
		border-radius: var(--picker-radius, 8px);
		outline: none;
		user-select: none;
		cursor: pointer;
	}

	.s.kM5,
	.v.kM5 {
		position: absolute;
		--track-background: none;
		--track-border: none;
		--thumb-background: none;
		--thumb-border: none;
		--thumb-size: 2px;
		--margin-block: 0;
		--track-height: var(--picker-indicator-size, 10px);
		user-select: none;
		-webkit-user-select: none;
	}

	.s.kM5 {
		top: calc(var(--pos-y) * (var(--picker-height, 200px) - var(--picker-indicator-size, 10px) - 4px) / 100 + 2px);
		left: 2px;
		--track-width: calc(var(--picker-width, 200px) - 4px);
	}

	.v.kM5 {
		top: 2px;
		left: calc(var(--pos-x) * (var(--picker-width, 200px) - var(--picker-indicator-size, 10px) - 4px) / 100 + 2px);
		--track-width: calc(var(--picker-height, 200px) - 4px);
	}

	label.kM7 {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		cursor: pointer;
		border-radius: 3px;
		margin: 4px;
		height: var(--input-size, 25px);
		user-select: none;
	}

	.container.kM7 {
		position: relative;
		display: block;
		display: flex;
		align-items: center;
		justify-content: center;
		width: var(--input-size, 25px);
	}

	input.kM7 {
		margin: 0;
		padding: 0;
		border: none;
		width: 1px;
		height: 1px;
		flex-shrink: 0;
		opacity: 0;
	}

	.alpha.kM7 {
		clip-path: circle(50%);
		background: var(--alpha-grid-bg);
	}

	.alpha.kM7,
	.color.kM7 {
		position: absolute;
		width: var(--input-size, 25px);
		height: var(--input-size, 25px);
		border-radius: 50%;
		user-select: none;
	}

	input.kM7:focus-visible ~ .color:where(.kM7) {
		outline: 2px solid var(--focus-color, red);
		outline-offset: 2px;
	}

	label.kM6 {
		display: flex;
		justify-content: center;
		margin-bottom: 4px;
		grid-area: nullable;
		user-select: none;
	}
	input.kM6 {
		margin: 0;
	}
	input.kM6:focus-visible {
		outline: none;
	}
	input.kM6:focus-visible + span:where(.kM6) {
		width: 14px;
		height: 14px;
		border-radius: 2px;
		outline: 2px solid var(--focus-color, red);
		outline-offset: 2px;
	}

	div.kM6 {
		width: 32px;
		aspect-ratio: 2;
		position: relative;
	}
	div.kM6 :where(.kM6) {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	div.kMb {
		position: absolute;
		left: calc(var(--pos-x) * (var(--picker-width, 200px) - 2px) / 100 - var(--picker-indicator-size, 10px) / 2 + 1px);
		top: calc(var(--pos-y) * (var(--picker-height, 200px) - 2px) / 100 - var(--picker-indicator-size, 10px) / 2 + 1px);

		width: var(--picker-indicator-size, 10px);
		height: var(--picker-indicator-size, 10px);
		background-color: white;
		box-shadow: 0 0 4px black;
		border-radius: 50%;

		pointer-events: none;
		z-index: 1;
		transition: box-shadow 0.2s;
	}

	.swatches.kMa {
		display: grid;
		grid-template-columns: var(--cp-swatch-grid-template-columns, repeat(auto-fit, minmax(24px, 1fr)));
		gap: 8px;
		width: 100%;
		height: 100%;
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.swatch.kMa {
		cursor: pointer;
		margin: 0;
		padding: 0;
		border: none;
		width: 100%;
		aspect-ratio: 1 / 1;
		height: auto;
		display: block;
	}
	.swatch.kMa:focus {
		outline: 2px solid var(--focus-color, red);
		outline-offset: 2px;
	}

	.text-input.kM8 {
		margin: var(--text-input-margin, 5px 0 0);
	}
	.input-container.kM8 {
		display: flex;
		flex: 1;
		gap: 10px;
	}
	input.kM8,
	button.kM8,
	.button-like.kM8 {
		flex: 1;
		border: none;
		background-color: var(--cp-input-color, #eee);
		color: var(--cp-text-color, var(--cp-border-color));
		padding: 0;
		border-radius: 5px;
		height: 30px;
		line-height: 30px;
		text-align: center;
	}
	input.kM8 {
		width: 5px;
		font-family: inherit;
	}

	button.kM8,
	.button-like.kM8 {
		position: relative;
		flex: 1;
		margin: 8px 0 0;
		height: 30px;
		width: 100%;
		transition: background-color 0.2s;
		cursor: pointer;
		font-family: inherit;
	}

	.button-like.kM8 {
		cursor: default;
	}

	.appear.kM8,
	.disappear.kM8 {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		transition: all 0.5s;
	}
	button.kM8:hover .disappear:where(.kM8),
	.appear.kM8 {
		opacity: 0;
	}

	.disappear.kM8,
	button.kM8:hover .appear:where(.kM8) {
		opacity: 1;
	}

	button.kM8:hover {
		background-color: var(--cp-button-hover-color, #ccc);
	}

	input.kM8:focus,
	button.kM8:focus {
		outline: none;
	}

	input.kM8:focus-visible,
	button.kM8:focus-visible {
		outline: 2px solid var(--focus-color, red);
		outline-offset: 2px;
	}

	div.kM9 {
		padding: 8px;
		background-color: var(--cp-bg-color, white);
		margin: 0 10px 10px;
		border: 1px solid var(--cp-border-color, black);
		border-radius: 12px;
		display: none;
		width: max-content;
	}
	.is-open.kM9 {
		display: inline-block;
	}
	[role='dialog'].kM9 {
		position: absolute;
		top: calc(var(--input-size, 25px) + 12px);
		left: 0;
		z-index: var(--picker-z-index, 2);
	}

	span.kM1 {
		position: relative;
		color: var(--cp-text-color, var(--cp-border-color));

		--alpha-grid-bg:
			linear-gradient(45deg, #eee 25%, #0000 25%, #0000 75%, #eee 75%) 0 0 / 10px 10px,
			linear-gradient(45deg, #eee 25%, #0000 25%, #0000 75%, #eee 75%) 5px 5px / 10px 10px;
	}

	.h.kM1,
	.a.kM1 {
		display: inline-flex;
		justify-content: center;
		--track-height: var(--slider-width, 10px);
		--track-width: var(--picker-height, 200px);
		--track-border: none;
		--thumb-size: calc(var(--slider-width, 10px) - 3px);
		--thumb-background: white;
		--thumb-border: 1px solid black;
		--margin-block: 0;

		--gradient-direction: 0.5turn;
	}
	.horizontal.kM1 .h:where(.kM1),
	.horizontal.kM1 .a:where(.kM1) {
		--track-width: calc(var(--picker-width, 200px) - 12px);

		--gradient-direction: 0.25turn;
		margin: 4px 6px;
	}
	.horizontal.kM1 .h:where(.kM1) {
		margin-top: 8px;
	}
	.vertical.kM1 .h:where(.kM1),
	.vertical.kM1 .a:where(.kM1) {
		margin-left: 3px;
	}

	.h.kM1 {
		grid-area: hue;

		--gradient-hue:
			#ff1500fb, #ffff00 17.2%, #ffff00 18.2%, #00ff00 33.3%, #00ffff 49.5%, #00ffff 51.5%, #0000ff 67.7%,
			#ff00ff 83.3%, #ff0000;
		--track-background: linear-gradient(var(--gradient-direction), var(--gradient-hue));
	}

	.a.kM1 {
		grid-area: alpha;
		margin-top: 2px;

		/* redefine css variable as it may not be available in case of a portal */
		--alpha-grid-bg:
			linear-gradient(45deg, #eee 25%, #0000 25%, #0000 75%, #eee 75%) 0 0 / 10px 10px,
			linear-gradient(45deg, #eee 25%, #0000 25%, #0000 75%, #eee 75%) 5px 5px / 10px 10px;

		--track-background:
			linear-gradient(var(--gradient-direction), rgba(0, 0, 0, 0), var(--alphaless-color)), var(--alpha-grid-bg);
	}

	span.kM1 .sr-only {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border-width: 0;
	}

  ._1.kLu {
    --slider-width: 24px;
  }
  ._1.kLu .kIf .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.kLu .kIf label {
    font-size: 0;
    line-height: 0;
  }

  ._1.kLu .kIf label .kFQ {
    font-size: initial;
    line-height: initial;
  }


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

  .kGK.kKL {
    /* Use dynamic viewport height so the cards pane fills available space under the top controls. */
    height: calc(100dvh - 120px);
    max-height: calc(100dvh - 120px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
  }

  ._1.kKL {
    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.kKL:hover {
    outline: 2px solid rgba(0, 0, 0, 0.5);
  }

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

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

  .acceso-card.kKY {
    min-height: 68px;
    position: relative;
    background-color: white;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 6px;
    padding: 8px;
    line-height: 1.15;
    border: 1px solid #d9dce8;
    border-left: 4px solid transparent;
    border-radius: 10px;
    user-select: none;
    transition: border-color 0.12s ease, outline-color 0.12s ease, background-color 0.12s ease;
  }

  .acceso-card.kKY:hover {
    outline: 1px solid #9ca3af;
    outline-offset: 0;
  }

  .acceso-card.kGN.kKY {
    border-color: #b4a3ff;
    outline: 1px solid #7c5cff;
    outline-offset: 0;
    background: #f8f6ff;
  }

  .acceso-card.kKY .kGO:where(.kKY) {
    width: 100%;
    min-height: 0;
  }

  .acceso-card.kKY .kGP:where(.kKY) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .acceso-card.kKY .kGQ:where(.kKY) {
    color: #20243b;
  }

  .acceso-card.kKY .kGR:where(.kKY) {
    margin-top: 4px;
    color: #6b7280;
    overflow-wrap: anywhere;
    line-height: 1.15;
  }

  .acceso-card.kKY .kGS:where(.kKY) {
    position: static;
    flex-wrap: wrap;
    gap: 6px;
  }

  .kGS.kKY {
    visibility: visible;
  }

  .acceso-card.mobile.kKY {
    padding-top: 0.6rem;
    min-height: 4.25rem;
    border-left-width: 0;
  }

  .acceso-card.kKY .kGU:where(.kKY) {
    height: 4px;
    width: 2.5rem;
    top: 3px;
    left: 4px;
  }

  .kGS.kKY > div:where(.kKY) {
    height: 1.55rem;
    min-width: 50px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #eae8f9;
    border-radius: 10px;
    color: rgb(82, 77, 124);
    border: 1px solid #eae8f9;
    user-select: none;
    font-size: 13px;
  }

  .kGS.kKY > div:where(.kKY):hover {
    border-color: black;
  }

  /* Mobile specific styles */
  @media (max-width: 749px) {
    .acceso-card.kKY {
      width: 100%;
      margin: 0;
    }
  }

  .kGL.kKo {
    color: #5f6dff;
  }

  .kIN.kLA {
    background-color: var(--light-blue-1);
    border-radius: 5px;
    box-shadow: #5f7187a8 0 1px 3px -1px;
  }

  .kIO.kLA {
    color: #6d5dad;
    line-height: 18px;
    margin-bottom: 8px;
  }

  .kIP.kLA {
    align-items: center;
    background-color: #fff;
    border: 1px solid #dfe1ea;
    border-radius: 4px;
    color: inherit;
    cursor: pointer;
    justify-content: center;
    min-height: 32px;
    position: relative;
    user-select: none;
  }

  ._chip-left.kLA {
    border-color: #d6d8f6;
  }

  ._chip-right.kLA {
    border-color: #d9e0f7;
  }

  .kIP.kLA:hover {
    border-color: rgb(236, 125, 125);
    color: rgb(209, 66, 66);
  }

  .kIQ.kLA {
    display: block;
    width: 100%;
  }

  .kIR.kLA {
    border-radius: 50%;
    font-size: 14px;
    opacity: 0;
  }

  .kIP.kLA:hover .kIR:where(.kLA) {
    background-color: rgb(255, 221, 221);
    color: rgb(224, 61, 61);
    opacity: 1;
  }

  .kIP.kLA:hover .kIR:where(.kLA):hover {
    background-color: rgb(240, 102, 102);
    color: white;
  }

  .kH3 {
    align-items: flex-start;
    flex: 0 0 calc(50% - 6px);
    justify-content: flex-start;
    max-width: calc(50% - 6px);
  }

  .kH4 {
    align-items: flex-start;
    flex: 0 0 calc(25% - 8px);
    justify-content: flex-start;
    max-width: calc(25% - 8px);
    min-width: calc(25% - 8px);
  }

  .kH5.kL1 {
    color: #404555;
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    line-height: 1.2;
  }

  .kH6.kL1 {
    line-height: 18px;
  }

  .kH7.kL1 {
    align-items: flex-start;
    display: flex;
    gap: 6px;
    line-height: 16px;
  }

  .kH8.kL1 {
    margin-top: 1px;
    margin-right: -2px;
    margin-left: -2px;
  }

  .kH9.kL1 {
    align-items: center;
    color: #404555;
    display: flex;
    gap: 6px;
    width: 100%;
  }

  .kHa.kL1 {
    margin-top: 1px;
    margin-right: -2px;
    margin-left: -2px;
  }

  .kHb.kL1 {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .kHc.kL1 {
    line-height: 16px;
  }

  .kHd.kL1 {
    color: #7b8294;
    line-height: 14px;
  }

  @media (max-width: 768px) {
    .kH3 {
      flex-basis: calc(100% - 16px);
      max-width: calc(100% - 16px);
    }

    .kH4 {
      flex-basis: calc(100% - 16px);
      min-width: calc(100% - 16px);
    }
  }

  .kGV > td._usuario-access-td {
    text-overflow: initial;
    white-space: normal;
  }

  .kGX.kKq {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.2;
  }

  .kGY.kKq {
    color: #304256;
  }

  .kGZ.kKq {
    color: #7762ba;
    line-height: 16px;
  }

  .kH0.kKq {
    display: flex;
    flex-direction: column;
    gap: 4px;
    line-height: 1.25;
    max-width: 100%;
  }

  .kH1.kKq {
    align-items: flex-start;
    color: #435166;
    display: flex;
    gap: 6px;
  }

  .kH2.kKq {
    flex: 0 0 auto;
    margin-top: 2px;
  }

  .kH1.kKq span:where(.kKq) {
    min-width: 0;
    overflow-wrap: anywhere;
    white-space: normal;
  }
