/* Hub v262: high-visibility customer shortcuts flanking the lobby floor logo. */

.hub-office-shortcuts-v262 {
  position: relative;
  z-index: 4;
  display: grid;
  width: 100%;
  margin: 0 0 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hub-office-shortcut-v262 {
  box-sizing: border-box;
  display: flex;
  min-width: 0;
  min-height: 68px;
  padding: 10px 14px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, .96);
  border-radius: 18px;
  box-shadow:
    0 14px 28px rgba(22, 33, 52, .3),
    0 0 0 1px rgba(22, 33, 52, .18),
    inset 0 1px 0 rgba(255, 255, 255, .38);
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(17, 24, 39, .34);
  transform: translateZ(0);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  -webkit-tap-highlight-color: transparent;
}

.hub-office-shortcut-lottery-v262 {
  background: linear-gradient(135deg, #c2410c 0%, #9a3412 100%);
}

.hub-office-shortcut-tarot-v262 {
  background: linear-gradient(135deg, #7c3aed 0%, #be185d 100%);
}

.hub-office-shortcut-v262:hover {
  filter: saturate(1.08) brightness(1.04);
  transform: translateY(-3px) scale(1.02);
  box-shadow:
    0 18px 34px rgba(22, 33, 52, .38),
    0 0 0 2px rgba(255, 255, 255, .36),
    inset 0 1px 0 rgba(255, 255, 255, .46);
}

.hub-office-shortcut-v262:focus-visible {
  outline: 4px solid #fff;
  outline-offset: 4px;
  box-shadow:
    0 0 0 8px rgba(22, 61, 113, .7),
    0 18px 34px rgba(22, 33, 52, .38);
}

.hub-office-shortcut-icon-v262 {
  flex: 0 0 40px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 13px;
  background: rgba(255, 255, 255, .18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24);
  font-size: 23px;
  font-weight: 950;
  line-height: 1;
}

.hub-office-shortcut-copy-v262 {
  display: grid;
  min-width: 0;
  gap: 2px;
  text-align: left;
}

.hub-office-shortcut-copy-v262 strong {
  overflow: hidden;
  font-size: clamp(18px, 1.65vw, 22px);
  font-weight: 950;
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hub-office-shortcut-copy-v262 small {
  overflow: hidden;
  color: rgba(255, 255, 255, .92);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hub-public-lobby-v262 {
  position: relative;
  isolation: isolate;
  box-sizing: border-box;
  min-width: 0;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(7, 17, 31, .04), rgba(7, 17, 31, .22)),
    url("/assets/hub-command-office-departments-v256.webp") center / cover no-repeat;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, .3),
    inset 0 0 0 1px rgba(255, 255, 255, .42);
}

.hub-public-lobby-v262::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .05), transparent 54%, rgba(8, 25, 43, .08));
  pointer-events: none;
}

.hub-public-lobby-v262::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 82%;
  left: 50%;
  width: clamp(72px, 11%, 120px);
  aspect-ratio: 2048 / 1329;
  transform: translate(-50%, -50%) perspective(170px) rotateX(58deg);
  transform-origin: center bottom;
  background: url("/assets/company-logo-v256.png") center / contain no-repeat;
  opacity: .74;
  mix-blend-mode: multiply;
  filter: saturate(.9) contrast(1.08);
  pointer-events: none;
}

.hub-public-lobby-head-v262 {
  position: absolute;
  z-index: 4;
  top: 16px;
  left: 50%;
  box-sizing: border-box;
  display: grid;
  width: min(360px, calc(100% - 32px));
  padding: 10px 16px;
  transform: translateX(-50%);
  gap: 2px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 16px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 10px 24px rgba(18, 40, 63, .16);
  color: #183653;
  text-align: center;
  backdrop-filter: blur(10px) saturate(1.08);
}

.hub-public-lobby-head-v262 p,
.hub-public-lobby-head-v262 h2,
.hub-public-lobby-head-v262 span {
  margin: 0;
}

.hub-public-lobby-head-v262 p {
  color: #9a3412;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .12em;
}

.hub-public-lobby-head-v262 h2 {
  color: #183653;
  font-size: clamp(20px, 2.3vw, 28px);
  font-weight: 950;
  line-height: 1.12;
}

.hub-public-lobby-head-v262 span {
  color: #465d73;
  font-size: 12px;
  font-weight: 800;
}

.hub-public-shortcuts-v262 {
  position: absolute;
  z-index: 20;
  top: 80%;
  left: 50%;
  display: grid;
  width: min(680px, 80%);
  margin: 0;
  transform: translate(-50%, -50%);
  grid-template-columns: minmax(0, 210px) minmax(0, 210px);
  justify-content: space-between;
  gap: clamp(90px, 10vw, 150px);
  pointer-events: none;
}

.hub-public-shortcuts-v262 .hub-office-shortcut-v262 {
  min-height: 68px;
  pointer-events: auto;
}

@media (min-width: 981px) {
  .hub-access-gate .hub-access-layout {
    width: min(1240px, 100%);
    grid-template-columns: minmax(340px, 400px) minmax(0, 1fr);
    align-items: stretch;
  }
}

@media (max-width: 980px) {
  .hub-access-gate .hub-access-layout {
    width: min(760px, 100%);
    grid-template-columns: minmax(0, 1fr);
  }

  .hub-public-lobby-v262 {
    order: -1;
    min-height: 405px;
    aspect-ratio: 16 / 9;
  }
}

@media (min-width: 1024px) {
  .hub-office-simulation-ready-v235 .hub-department-floor-v228:not(.is-map-hidden) .hub-office-shortcuts-v262 {
    position: absolute;
    z-index: 20;
    top: 80%;
    left: 50%;
    width: min(680px, 72%);
    margin: 0;
    transform: translate(-50%, -50%);
    grid-template-columns: minmax(168px, 210px) minmax(168px, 210px);
    justify-content: space-between;
    gap: clamp(120px, 14vw, 190px);
    pointer-events: none;
  }

  .hub-office-simulation-ready-v235 .hub-department-floor-v228:not(.is-map-hidden) .hub-office-shortcut-v262 {
    min-height: 68px;
    pointer-events: auto;
  }
}

@media (min-width: 1024px) and (max-width: 1149px) {
  .hub-office-simulation-ready-v235 .hub-department-floor-v228:not(.is-map-hidden) .hub-office-shortcuts-v262 {
    width: min(560px, 60%);
    grid-template-columns: minmax(160px, 190px) minmax(160px, 190px);
    gap: clamp(120px, 12vw, 160px);
  }
}

@media (max-width: 760px) {
  .hub-public-lobby-v262 {
    min-height: 320px;
    aspect-ratio: auto;
  }
}

@media (max-width: 520px) {
  .hub-office-shortcuts-v262 {
    gap: 8px;
  }

  .hub-office-shortcut-v262 {
    min-height: 62px;
    padding: 9px 8px;
    gap: 7px;
    border-radius: 15px;
  }

  .hub-office-shortcut-icon-v262 {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    border-radius: 11px;
    font-size: 20px;
  }

  .hub-office-shortcut-copy-v262 strong {
    font-size: 17px;
  }

  .hub-office-shortcut-copy-v262 small {
    display: none;
  }

  .hub-public-lobby-v262 {
    min-height: 270px;
    border-radius: 22px;
  }

  .hub-public-lobby-v262::after {
    width: 54px;
  }

  .hub-public-lobby-head-v262 {
    top: 12px;
    width: calc(100% - 24px);
    padding: 8px 12px;
  }

  .hub-public-lobby-head-v262 h2 {
    font-size: 20px;
  }

  .hub-public-lobby-head-v262 span {
    font-size: 11px;
  }

  .hub-public-shortcuts-v262 {
    top: auto;
    bottom: 14px;
    width: calc(100% - 24px);
    transform: translateX(-50%);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(56px, 18vw, 72px);
  }

  .hub-public-shortcuts-v262 .hub-office-shortcut-icon-v262 {
    display: none;
  }

  .hub-public-shortcuts-v262 .hub-office-shortcut-copy-v262 {
    text-align: center;
  }
}

@media (max-width: 340px) {
  .hub-office-shortcut-v262 {
    padding-inline: 6px;
  }

  .hub-office-shortcut-icon-v262 {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .hub-office-shortcut-copy-v262 strong {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hub-office-shortcut-v262 {
    transition: none;
  }

  .hub-office-shortcut-v262:hover {
    transform: none;
  }
}
