.pisell-hdl-kiosk {
  .hdl-entry-shell {
    position: relative;
    display: block;
    min-height: 720px;
    overflow: hidden;
    background: #060606;
    color: #fff;
  }

  .hdl-entry-screen {
    --hdl-entry-red: #e31b2b;
    --hdl-entry-red-deep: #a80713;
    --hdl-entry-gold: #f4bd67;
    --hdl-entry-mint: #69e4c3;
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    background: #060606;
    color: #fff;
    isolation: isolate;
  }

  .hdl-entry-technical-support {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 6px 0px;
    background-color: rgba(0, 0, 0, 0.31);
    color: #fff;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    cursor: pointer;
  }

  .hdl-entry-screen::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
      linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.42),
        transparent 28%,
        transparent 72%,
        rgba(0, 0, 0, 0.32)
      ),
      radial-gradient(
        circle at 50% 40%,
        transparent 30%,
        rgba(0, 0, 0, 0.3) 100%
      );
    content: '';
    pointer-events: none;
  }

  .hdl-entry-screen__hero,
  .hdl-entry-screen__shade,
  .hdl-entry-screen__atmosphere {
    position: absolute;
    inset: 0;
  }

  .hdl-entry-screen__hero {
    z-index: -4;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 54%;
    opacity: 0.78;
    filter: saturate(0.94) contrast(1.08) brightness(0.76);
  }

  .hdl-entry-screen__shade {
    z-index: -3;
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.76) 0%,
        rgba(0, 0, 0, 0.26) 31%,
        rgba(0, 0, 0, 0.42) 67%,
        rgba(0, 0, 0, 0.91) 100%
      ),
      radial-gradient(
        circle at 50% 45%,
        rgba(201, 23, 35, 0.08),
        rgba(0, 0, 0, 0.54) 68%
      );
  }

  .hdl-entry-screen__atmosphere {
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
  }

  .hdl-entry-steam {
    position: absolute;
    width: 268px;
    height: 396px;
    overflow: visible;
    fill: none;
    stroke: rgba(255, 255, 255, 0.13);
    stroke-width: 18;
    stroke-linecap: round;
    filter: blur(9px);
  }

  .hdl-entry-steam path {
    stroke-dasharray: 90 70;
    animation: hdl-entry-atmosphere-steam 7s ease-in-out infinite;
  }

  .hdl-entry-steam--one {
    top: 22%;
    right: 2%;
    transform: rotate(8deg);
  }

  .hdl-entry-steam--two {
    top: 40%;
    left: -3%;
    opacity: 0.58;
    transform: rotate(-10deg) scale(0.82);
  }

  .hdl-entry-steam--two path {
    animation-delay: -2.3s;
  }

  .hdl-entry-screen__atmosphere > span {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 70% 30% 60% 40%;
    background: #d93421;
    box-shadow: 0 0 17px rgba(217, 52, 33, 0.48);
    opacity: 0.42;
    animation: hdl-entry-spice-drift 6.4s ease-in-out infinite;
  }

  .hdl-entry-screen__atmosphere > span:nth-of-type(1) {
    top: 24%;
    left: 9%;
    animation-delay: -1.2s;
  }

  .hdl-entry-screen__atmosphere > span:nth-of-type(2) {
    top: 31%;
    right: 8%;
    width: 8px;
    height: 8px;
    animation-delay: -4.1s;
  }

  .hdl-entry-screen__atmosphere > span:nth-of-type(3) {
    top: 49%;
    left: 5%;
    width: 6px;
    height: 6px;
    animation-delay: -2.8s;
  }

  .hdl-entry-screen__atmosphere > span:nth-of-type(4) {
    top: 58%;
    right: 4%;
    width: 14px;
    height: 14px;
    animation-delay: -0.6s;
  }

  .hdl-entry-screen__atmosphere > span:nth-of-type(5) {
    top: 72%;
    left: 16%;
    width: 9px;
    height: 9px;
    animation-delay: -3.5s;
  }

  .hdl-entry-screen__atmosphere > span:nth-of-type(6) {
    top: 18%;
    right: 24%;
    width: 5px;
    height: 5px;
    animation-delay: -5.2s;
  }

  .hdl-entry-screen__header {
    position: absolute;
    top: 45px;
    right: 52px;
    left: 52px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .hdl-entry-brand {
    display: flex;
    align-items: center;
    gap: 28px;
  }

  .hdl-entry-brand-mark {
    display: grid;
    width: 121px;
    aspect-ratio: 1;
    place-items: center;
    border: 10px solid #ed1c24;
    border-radius: 50%;
    background: rgba(16, 16, 16, 0.94);
    color: #fff;
    font-size: 56px;
    font-weight: 950;
    font-style: italic;
    line-height: 1;
    box-shadow:
      0 19px 54px rgba(0, 0, 0, 0.34),
      0 0 0 1px rgba(255, 255, 255, 0.08);
    transform: rotate(-7deg);
  }

  .hdl-entry-brand__copy {
    display: grid;
    gap: 8px;
    text-shadow: 0 3px 17px rgba(0, 0, 0, 0.6);
  }

  .hdl-entry-brand__copy strong {
    font-size: 31px;
    font-weight: 950;
    letter-spacing: 0.01em;
  }

  .hdl-entry-brand__copy small {
    color: rgba(255, 255, 255, 0.58);
    font-size: 17px;
    font-weight: 850;
    letter-spacing: 0.34em;
  }

  .hdl-entry-language {
    display: grid;
    width: 324px;
    min-height: 86px;
    grid-template-columns: 37px minmax(0, 1fr) 22px;
    align-items: center;
    gap: 13px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 1079px;
    padding: 8px 24px;
    background: rgba(7, 7, 7, 0.72);
    box-shadow: 0 19px 45px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(22px);
  }

  .hdl-entry-language > svg,
  .hdl-entry-language__chevron svg,
  .hdl-entry-option__status svg {
    width: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .hdl-entry-language > svg {
    color: var(--hdl-entry-gold);
  }

  .hdl-entry-language select {
    width: 100%;
    min-height: 69px;
    appearance: none;
    border: 0;
    outline: 0;
    padding: 0;
    background: transparent;
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    cursor: pointer;
  }

  .hdl-entry-language select option {
    background: #fff;
    color: #171717;
  }

  .hdl-entry-language__chevron {
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, 0.7);
    pointer-events: none;
    transform: rotate(90deg);
  }

  .hdl-entry-language:focus-within,
  .hdl-entry-option--quick:focus-visible,
  .hdl-entry-reach:focus-visible {
    outline: 5px solid #72b7ff;
    outline-offset: 5px;
  }

  .hdl-entry-screen__stage {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 3;
    box-sizing: border-box;
    width: 100%;
    padding: 0 80px;
    transform: translateY(-50%);
    transition: transform 260ms ease;
  }

  .hdl-entry-screen.is-reach-mode .hdl-entry-screen__stage {
    transform: translateY(calc(-50% + 265px));
  }

  .hdl-entry-screen__intro {
    max-width: none;
    margin: 0 0 30px;
    text-align: center;
    text-shadow: 0 4px 26px rgba(0, 0, 0, 0.72);
  }

  .hdl-entry-screen__intro p {
    margin: 0 0 13px;
    color: var(--hdl-entry-gold);
    font-size: 26px;
    font-weight: 950;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .hdl-entry-screen__intro h1 {
    max-width: 972px;
    margin: 0 auto;
    color: #fff;
    font-size: 69px;
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: -0.03em;
  }

  .hdl-entry-screen__intro > span {
    display: block;
    width: 100%;
    max-width: none;
    margin: 15px auto 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 28px;
    line-height: 1.38;
    font-weight: 650;
  }

  .hdl-entry-screen__options {
    display: grid;
    gap: 17px;
  }

  .hdl-entry-screen__assistance {
    width: fit-content;
    max-width: 100%;
    margin: 18px auto 0;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    padding: 12px 24px;
    background: rgba(0, 0, 0, 0.58);
    color: #fff;
    font-size: 18px;
    font-weight: 750;
    line-height: 1.4;
    text-align: center;
    backdrop-filter: blur(12px);
  }

  .hdl-entry-option {
    position: relative;
    display: grid;
    min-height: 177px;
    grid-template-columns: 121px minmax(0, 1fr) 220px;
    align-items: center;
    gap: 26px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 30px;
    padding: 19px 26px;
    background:
      linear-gradient(
        105deg,
        rgba(25, 25, 25, 0.56),
        rgba(7, 7, 7, 0.34)
      ),
      rgba(0, 0, 0, 0.22);
    color: #fff;
    text-align: left;
    box-shadow: 0 15px 37px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(12px) saturate(1.08);
    cursor: default;
  }

  .hdl-entry-option::before {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(
      115deg,
      rgba(255, 255, 255, 0.12),
      transparent 34%,
      transparent 76%,
      rgba(255, 255, 255, 0.04)
    );
    content: '';
    pointer-events: none;
  }

  .hdl-entry-option.is-passive,
  .hdl-entry-option.is-passive:hover {
    border-color: rgba(255, 255, 255, 0.24);
    box-shadow: 0 15px 37px rgba(0, 0, 0, 0.22);
  }

  .hdl-entry-option.is-passive::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 56px;
    border-radius: 0 10px 10px 0;
    background: var(--hdl-entry-red);
    box-shadow: 0 0 19px rgba(227, 27, 43, 0.58);
    content: '';
    transform: translateY(-50%);
  }

  .hdl-entry-option.is-passive[aria-disabled='true'] {
    opacity: 0.54;
  }

  .hdl-entry-option--quick {
    min-height: 231px;
    grid-template-columns: 121px minmax(0, 1fr) max-content;
    border-color: rgba(255, 255, 255, 0.9);
    background:
      radial-gradient(
        circle at 14% 24%,
        rgba(255, 255, 255, 0.96),
        transparent 31%
      ),
      linear-gradient(
        112deg,
        rgba(255, 251, 244, 0.98),
        rgba(255, 238, 218, 0.94)
      );
    color: #231715;
    box-shadow:
      0 22px 52px rgba(0, 0, 0, 0.24),
      0 0 0 1px rgba(227, 27, 43, 0.08);
    cursor: pointer;
    transition:
      transform 160ms ease,
      box-shadow 160ms ease,
      filter 160ms ease;
  }

  .hdl-entry-option--quick:disabled {
    cursor: not-allowed;
    filter: grayscale(0.4);
  }

  .hdl-entry-option--quick:not(:disabled):hover {
    border-color: rgba(255, 255, 255, 0.9);
    filter: brightness(1.06);
    transform: translateY(-3px);
    box-shadow: 0 37px 91px rgba(111, 4, 13, 0.54);
  }

  .hdl-entry-option--quick:not(:disabled):active {
    transform: translateY(2px) scale(0.992);
  }

  .hdl-entry-option__visual {
    position: relative;
    z-index: 1;
    display: grid;
    width: 121px;
    aspect-ratio: 1;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 27px;
    background: rgba(255, 255, 255, 0.07);
  }

  .hdl-entry-option--quick .hdl-entry-option__visual {
    border-color: rgba(168, 7, 19, 0.18);
    background: linear-gradient(145deg, #ed2435, #a80713);
    box-shadow:
      0 15px 32px rgba(168, 7, 19, 0.28),
      inset 0 0 0 1px rgba(255, 255, 255, 0.24);
  }

  .hdl-entry-option__copy {
    position: relative;
    z-index: 1;
    display: grid;
    min-width: 0;
    align-content: center;
    gap: 11px;
  }

  .hdl-entry-option__copy strong {
    color: #fff;
    font-size: 32px;
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: -0.025em;
  }

  .hdl-entry-option--quick .hdl-entry-option__copy strong {
    color: #2b1716;
    font-size: 44px;
  }

  .hdl-entry-option__copy span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 19px;
    line-height: 1.36;
    font-weight: 650;
  }

  .hdl-entry-option--quick .hdl-entry-option__copy span {
    color: rgba(55, 34, 31, 0.66);
    font-size: 24px;
  }

  .hdl-entry-option__status {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: 100%;
    min-height: 63px;
    max-width: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(105, 228, 195, 0.2);
    border-radius: 1079px;
    padding: 9px 13px;
    background: rgba(105, 228, 195, 0.08);
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }

  .hdl-entry-option--quick .hdl-entry-option__status {
    width: auto;
    min-width: 280px;
    min-height: 93px;
    justify-self: end;
    border: 0;
    padding: 13px 30px;
    background: linear-gradient(135deg, #e31b2b, #a80713);
    color: #fff;
    font-size: 26px;
    box-shadow: 0 13px 30px rgba(168, 7, 19, 0.25);
  }

  .hdl-entry-option__status > svg {
    flex: 0 0 auto;
    width: 27px;
  }

  .hdl-entry-option__status-copy {
    min-width: 0;
  }

  .hdl-entry-option--quick .hdl-entry-option__status-copy {
    flex: 1 1 auto;
  }

  .hdl-entry-option--quick .hdl-entry-option__status > svg {
    width: 35px;
  }

  .hdl-entry-option__status-dot {
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
    border: 3px solid rgba(105, 228, 195, 0.28);
    border-radius: 50%;
    background: var(--hdl-entry-mint);
    animation: hdl-entry-ready-pulse 2.6s ease-out infinite;
  }

  .hdl-entry-graphic {
    width: 93%;
    height: 93%;
    overflow: visible;
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .hdl-quick-steam {
    stroke-width: 7;
    stroke-dasharray: 28 16;
    animation: hdl-entry-quick-steam 2.8s ease-in-out infinite;
  }

  .hdl-quick-steam--right {
    animation-delay: 0.45s;
  }

  .hdl-quick-chopsticks {
    stroke: var(--hdl-entry-gold);
    stroke-width: 6;
  }

  .hdl-quick-bowl-rim {
    stroke-width: 7;
  }

  .hdl-quick-bowl {
    fill: rgba(255, 255, 255, 0.12);
    stroke-width: 7;
  }

  .hdl-quick-bowl-detail {
    stroke: rgba(255, 255, 255, 0.62);
    stroke-width: 4;
  }

  .hdl-barcode-frame {
    stroke: rgba(255, 255, 255, 0.72);
    stroke-width: 5;
  }

  .hdl-barcode-bar {
    fill: rgba(255, 255, 255, 0.92);
    stroke: none;
  }

  .hdl-barcode-beam {
    fill: rgba(238, 37, 53, 0.2);
    stroke: none;
    transform-box: fill-box;
    transform-origin: center;
    animation: hdl-entry-barcode-beam 2.8s ease-in-out infinite;
  }

  .hdl-barcode-scan-line {
    stroke: #ff4352;
    stroke-width: 5;
    filter: drop-shadow(0 0 9px rgba(255, 67, 82, 0.94));
    transform-box: fill-box;
    transform-origin: center;
    animation: hdl-entry-barcode-line 2.8s ease-in-out infinite;
  }

  .hdl-barcode-arrow {
    stroke: var(--hdl-entry-gold);
    stroke-width: 6;
    animation: hdl-entry-arrow-down 1.7s ease-in-out infinite;
  }

  .hdl-scale-bowl,
  .hdl-scale-bowl-rim {
    stroke-width: 6;
    transform-box: fill-box;
    transform-origin: center bottom;
    animation: hdl-entry-scale-bowl 3.2s ease-in-out infinite;
  }

  .hdl-scale-bowl {
    fill: rgba(255, 255, 255, 0.1);
  }

  .hdl-scale-platform,
  .hdl-scale-body {
    fill: rgba(255, 255, 255, 0.08);
    stroke-width: 6;
  }

  .hdl-scale-display {
    fill: rgba(105, 228, 195, 0.14);
    stroke: var(--hdl-entry-mint);
    stroke-width: 3;
  }

  .hdl-scale-reading {
    fill: var(--hdl-entry-mint);
    stroke: none;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.04em;
  }

  .hdl-scale-ready-light {
    fill: var(--hdl-entry-mint);
    stroke: none;
    animation: hdl-entry-scale-ready 2s ease-in-out infinite;
  }

  .hdl-scale-weight-wave {
    stroke: var(--hdl-entry-gold);
    stroke-width: 5;
    animation: hdl-entry-scale-wave 2.2s ease-in-out infinite;
  }

  .hdl-scale-weight-wave--right {
    animation-delay: 0.25s;
  }

  .hdl-entry-screen__error {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 13px;
    border-color: rgba(255, 138, 138, 0.45);
    background: rgba(68, 5, 9, 0.92);
    color: #fff;
  }

  .hdl-entry-screen__error small {
    color: rgba(255, 255, 255, 0.68);
  }

  .hdl-entry-screen__utilities {
    position: absolute;
    right: 52px;
    bottom: 41px;
    left: 52px;
    z-index: 5;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    pointer-events: none;
  }

  .hdl-entry-reach {
    display: flex;
    min-width: 341px;
    min-height: 108px;
    align-items: center;
    justify-content: flex-start;
    gap: 17px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 30px;
    padding: 13px 22px 13px 15px;
    background: rgba(6, 6, 6, 0.78);
    color: #fff;
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(22px);
    cursor: pointer;
    pointer-events: auto;
  }

  .hdl-entry-reach.is-active {
    border-color: rgba(105, 228, 195, 0.74);
    background: rgba(25, 117, 96, 0.74);
    box-shadow:
      0 22px 58px rgba(0, 0, 0, 0.38),
      0 0 0 4px rgba(105, 228, 195, 0.12);
  }

  .hdl-entry-reach__icon {
    display: grid;
    width: 82px;
    min-height: 78px;
    place-items: center;
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.1);
  }

  .hdl-entry-reach__icon svg {
    width: 82%;
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .hdl-entry-reach__copy {
    display: grid;
    gap: 5px;
    text-align: left;
  }

  .hdl-entry-reach__copy small {
    color: rgba(255, 255, 255, 0.46);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .hdl-entry-reach__copy strong {
    font-size: 25px;
    line-height: 1.15;
  }
}

@keyframes hdl-entry-ready-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(105, 228, 195, 0.48);
  }
  70%,
  100% {
    box-shadow: 0 0 0 17px rgba(105, 228, 195, 0);
  }
}

@keyframes hdl-entry-quick-steam {
  0%,
  100% {
    opacity: 0.48;
    stroke-dashoffset: 0;
    transform: translateY(5px);
  }
  50% {
    opacity: 1;
    stroke-dashoffset: -36;
    transform: translateY(-5px);
  }
}

@keyframes hdl-entry-barcode-beam {
  0%,
  100% {
    opacity: 0.2;
    transform: translateY(-25px) scaleX(0.88);
  }
  50% {
    opacity: 0.95;
    transform: translateY(26px) scaleX(1);
  }
}

@keyframes hdl-entry-barcode-line {
  0%,
  100% {
    transform: translateY(-25px);
  }
  50% {
    transform: translateY(26px);
  }
}

@keyframes hdl-entry-arrow-down {
  0%,
  100% {
    opacity: 0.48;
    transform: translateY(-3px);
  }
  50% {
    opacity: 1;
    transform: translateY(6px);
  }
}

@keyframes hdl-entry-scale-bowl {
  0%,
  18%,
  100% {
    transform: translateY(-9px);
  }
  38%,
  78% {
    transform: translateY(3px);
  }
}

@keyframes hdl-entry-scale-ready {
  0%,
  100% {
    opacity: 0.38;
    filter: drop-shadow(0 0 0 rgba(105, 228, 195, 0));
  }
  45%,
  75% {
    opacity: 1;
    filter: drop-shadow(0 0 9px rgba(105, 228, 195, 0.9));
  }
}

@keyframes hdl-entry-scale-wave {
  0%,
  100% {
    opacity: 0.28;
    transform: scaleX(0.62);
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes hdl-entry-atmosphere-steam {
  0%,
  100% {
    opacity: 0.15;
    stroke-dashoffset: 0;
    transform: translateY(28px);
  }
  50% {
    opacity: 0.62;
    stroke-dashoffset: -100;
    transform: translateY(-24px);
  }
}

@keyframes hdl-entry-spice-drift {
  0%,
  100% {
    opacity: 0.2;
    transform: translate3d(0, 13px, 0) rotate(0deg);
  }
  50% {
    opacity: 0.58;
    transform: translate3d(13px, -15px, 0) rotate(110deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pisell-hdl-kiosk .hdl-entry-screen *,
  .pisell-hdl-kiosk .hdl-entry-screen *::before,
  .pisell-hdl-kiosk .hdl-entry-screen *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
