:root {
  --cgon-ink: #263033;
  --cgon-muted: #6f7a7d;
  --cgon-cyan: #168f9f;
  --cgon-cyan-2: #0b7180;
  --cgon-topbar-height: 66px;
}

/* Unified navigation for Web3D subpages */
@font-face {
  font-family: "Pretendard";
  src: url("font/PretendardVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.cgon-unified-nav,
.cgon-unified-nav * {
  box-sizing: border-box;
  font-family: "Pretendard", sans-serif;
}

.cgon-unified-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  min-height: 56px;
  display: none;
  align-items: center;
  gap: 12px;
  padding: 8px 14px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(34, 34, 34, 0.985);
  border-bottom: 1px solid #3b3b3b;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
}

.cgon-unified-logo {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

.cgon-unified-logo img {
  display: block;
  width: auto;
  height: 28px;
}

.cgon-unified-contact {
  min-width: 0;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 2px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.05;
  white-space: nowrap;
}

.cgon-unified-contact a,
.cgon-unified-menu a {
  color: inherit;
  text-decoration: none;
}

.cgon-unified-contact a:hover {
  color: #169eb7;
}

.cgon-unified-toggle {
  flex: 0 0 38px;
  width: 38px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  margin-left: auto;
  padding: 0;
  border: 1px solid #444444;
  border-radius: 8px;
  background: #2b2b2b;
  color: rgba(255, 255, 255, 0.84);
  cursor: pointer;
}

.cgon-unified-toggle span {
  width: 18px;
  height: 1px;
  background: currentColor;
  transition: transform 250ms cubic-bezier(.22, 1, .36, 1), opacity 180ms ease;
}

.cgon-unified-toggle[aria-expanded="true"] {
  border-color: #169eb7;
}

.cgon-unified-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.cgon-unified-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.cgon-unified-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.cgon-unified-menu {
  position: absolute;
  top: calc(100% + 1px);
  right: 8px;
  width: min(200px, calc(100vw - 16px));
  max-height: calc(100vh - 66px);
  padding: 10px;
  overflow-y: auto;
  border: 1px solid #444444;
  border-radius: 10px;
  background: rgba(34, 34, 34, 0.99);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px) scale(0.985);
  transform-origin: top right;
  transition: opacity 250ms cubic-bezier(.22, 1, .36, 1), transform 250ms cubic-bezier(.22, 1, .36, 1), visibility 250ms;
}

.cgon-unified-menu.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.cgon-unified-label {
  margin: 2px 9px 7px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cgon-unified-link,
.cgon-unified-project {
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 0 9px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 16px;
  font-weight: 500;
}

.cgon-unified-web3d {
  color: #35d9f2 !important;
}

.cgon-unified-link:hover,
.cgon-unified-project:hover,
.cgon-unified-project.is-current {
  color: #fff !important;
  background: rgba(22, 158, 183, 0.14);
}

.cgon-unified-project.is-current {
  box-shadow: inset 2px 0 #169eb7;
}

.cgon-unified-submenu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3px;
  margin: 2px 0 7px 10px;
  padding: 5px 0 5px 9px;
  border-left: 1px solid rgba(22, 158, 183, 0.52);
}

.cgon-unified-project {
  min-height: 33px;
  padding-inline: 6px;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15;
}

.cgon-unified-divider {
  height: 1px;
  margin: 8px 0;
  background: #444444;
}

.cgon-unified-social {
  display: flex;
  gap: 8px;
  padding: 0 3px;
}

.cgon-unified-social a {
  width: 36px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #444444;
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.72);
}

.cgon-unified-social svg {
  width: 20px;
  height: 20px;
}

.cgon-unified-actions {
  display: grid;
  gap: 6px;
  margin-top: 9px;
}

.cgon-unified-actions a {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(22, 158, 183, 0.72);
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 12px;
  font-weight: 500;
}

.cgon-unified-actions a:last-child {
  background: #169eb7;
  color: #fff !important;
}

@media (max-width: 820px) {
  .cgon-unified-nav {
    display: flex;
  }

  body.cgon-unified-nav-ready .cgon-site-jump-nav,
  body.cgon-unified-nav-ready .site-jump-nav {
    display: none !important;
  }

  body.cgon-unified-nav-ready .cgon-topbar,
  body.cgon-unified-nav-ready .topbar {
    top: 64px !important;
  }
}

@media (max-width: 520px) {
  .cgon-unified-nav {
    gap: 10px;
    padding-inline: 8px;
  }

  .cgon-unified-logo img {
    height: 25px;
  }

  .cgon-unified-contact {
    font-size: 15px;
  }
}

.cgon-site-jump-nav,
.cgon-topbar,
.cgon-panel,
.cgon-loading,
.cgon-instruction {
  box-sizing: border-box;
  font-family: Inter, "Segoe UI", system-ui, sans-serif;
  letter-spacing: 0;
}

.cgon-site-jump-nav {
  position: fixed;
  top: 12px;
  left: 32px;
  right: 32px;
  z-index: 1010;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.cgon-nav-left,
.cgon-nav-right,
.site-nav-left,
.site-nav-right {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.cgon-nav-left,
.site-nav-left {
  flex: 0 0 auto;
  justify-content: flex-start;
}

.cgon-nav-right,
.site-nav-right {
  flex: 0 1 auto;
  justify-content: flex-end;
  margin-left: auto;
}

.cgon-home-logo,
.site-home-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 25px;
  flex: 0 0 auto;
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.84);
  border-color: transparent;
  background: transparent;
  font-size: 15px;
  font-weight: 720;
  letter-spacing: 0;
  text-transform: none;
}

.cgon-home-logo img,
.site-home-logo img {
  display: block;
  width: auto;
  height: 22px;
  max-width: 165px;
}

.cgon-home-logo:hover,
.site-home-logo:hover {
  color: #ffffff;
  border-color: transparent;
  background: transparent;
}

.cgon-site-jump-nav a {
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
}

.cgon-site-jump-icon,
.cgon-site-jump-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.cgon-site-jump-icon {
  width: 32px;
  border-color: transparent;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.cgon-social-start,
.site-social-start {
  margin-left: auto !important;
}

.cgon-nav-right .cgon-social-start,
.site-nav-right .site-social-start {
  margin-left: 0 !important;
}

.cgon-site-jump-icon svg {
  width: 19px;
  height: 19px;
}

.cgon-site-jump-btn {
  padding: 0 11px;
  font-size: 12px;
  font-weight: 560;
  text-transform: uppercase;
}

.cgon-site-jump-nav a:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.16);
}

.cgon-site-jump-nav .cgon-home-logo:hover,
.cgon-site-jump-nav .site-home-logo:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.16);
}

.cgon-site-jump-btn.cgon-site-jump-current,
.site-jump-btn.site-jump-current {
  color: #ffffff;
  border-color: rgba(92, 219, 225, 0.72);
  background: linear-gradient(180deg, rgba(104, 216, 224, 0.96), rgba(34, 159, 172, 0.92));
}

.cgon-site-jump-icon:hover {
  border-color: transparent;
  background: transparent;
}

.cgon-topbar {
  position: fixed;
  top: 49px;
  left: 14px;
  right: 14px;
  min-height: 58px;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 9px 12px;
  color: var(--cgon-ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(213, 218, 216, 0.72)),
    rgba(229, 231, 230, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 18px;
  z-index: 1000;
  box-shadow:
    8px 10px 26px rgba(0, 0, 0, 0.22),
    inset 1px 1px 0 rgba(255, 255, 255, 0.85),
    inset -1px -1px 0 rgba(99, 111, 114, 0.16);
  backdrop-filter: blur(10px);
}

.cgon-brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cgon-brand-mark {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow:
    4px 5px 12px rgba(22, 143, 159, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.9);
}

.cgon-brand-copy {
  min-width: 0;
}

.cgon-brand-copy strong {
  display: block;
  color: var(--cgon-cyan-2);
  font-size: 17px;
  font-weight: 760;
}

.cgon-brand-copy > span {
  display: block;
  margin-top: 2px;
  color: var(--cgon-muted);
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cgon-control-key,
.control-key-accent {
  color: var(--cgon-cyan-2);
  font-weight: 820;
}

.cgon-brand-copy .cgon-control-key {
  color: var(--cgon-cyan-2);
  display: inline;
}

.cgon-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  flex-wrap: nowrap;
  min-width: 0;
}

.cgon-machine-toolbar {
  display: flex;
  justify-content: flex-end;
  gap: 7px;
  justify-self: end;
}

.cgon-machine-toolbar .cgon-page-link {
  width: auto;
  min-width: 104px;
}

.cgon-camera-buttons {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  flex: 1 1 360px;
  min-height: 38px;
  padding: 0 8px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(223, 236, 235, 0.5), rgba(184, 205, 205, 0.42));
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow:
    inset 3px 3px 8px rgba(87, 98, 101, 0.13),
    inset -3px -3px 8px rgba(255, 255, 255, 0.58);
}

.cgon-topbar button,
.cgon-panel button,
.cgon-panel input,
.cgon-panel select,
.cgon-page-link {
  font: inherit;
}

.cgon-topbar button,
.cgon-panel button,
.cgon-page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 30px;
  min-height: 30px;
  padding: 0 9px;
  color: var(--cgon-cyan-2);
  text-decoration: none;
  cursor: pointer;
  font-size: 11px;
  font-weight: 780;
  white-space: nowrap;
  background: linear-gradient(180deg, rgba(247, 249, 248, 0.92), rgba(211, 217, 215, 0.86));
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 11px;
  outline: none;
  box-shadow:
    4px 5px 10px rgba(79, 90, 92, 0.25),
    -3px -3px 8px rgba(255, 255, 255, 0.78),
    inset 1px 1px 0 rgba(255, 255, 255, 0.65);
}

.cgon-topbar button:hover,
.cgon-panel button:hover,
.cgon-page-link:hover {
  color: var(--cgon-cyan);
}

.cgon-topbar button.is-active,
.cgon-topbar button.active,
.cgon-panel button.is-active {
  color: #ffffff;
  border-color: rgba(92, 219, 225, 0.72);
  background: linear-gradient(180deg, rgba(104, 216, 224, 0.96), rgba(34, 159, 172, 0.92));
}

.cgon-camera-buttons button {
  flex: 1 1 0;
  height: 28px;
  min-height: 28px;
  padding: 0 8px;
  color: rgba(37, 54, 57, 0.78);
  background: transparent;
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  font-size: 11px;
  font-weight: 820;
}

.cgon-camera-buttons button:hover,
.cgon-camera-buttons button.is-active,
.cgon-camera-buttons button.active {
  color: var(--cgon-cyan-2);
  background: rgba(255, 255, 255, 0.58);
  box-shadow:
    inset 2px 2px 5px rgba(93, 106, 108, 0.14),
    inset -2px -2px 5px rgba(255, 255, 255, 0.72);
}

.cgon-panel {
  position: fixed;
  display: block;
  right: 14px;
  top: calc(var(--cgon-topbar-height) + 62px);
  z-index: 1001;
  width: min(390px, calc(100vw - 28px));
  max-height: calc(100vh - var(--cgon-topbar-height) - 78px);
  overflow: auto;
  padding: 16px;
  color: var(--cgon-ink);
  background:
    linear-gradient(180deg, rgba(248, 250, 249, 0.78), rgba(215, 220, 218, 0.68)),
    rgba(232, 235, 234, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 18px;
  box-shadow:
    12px 16px 40px rgba(0, 0, 0, 0.26),
    inset 1px 1px 0 rgba(255, 255, 255, 0.82),
    inset -1px -1px 0 rgba(92, 104, 106, 0.12);
  backdrop-filter: blur(12px);
}

.cgon-panel.is-hidden {
  display: none;
}

.cgon-panel-close-button {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 30px;
  height: 30px;
  min-height: 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

.cgon-panel-close-button::before,
.cgon-panel-close-button::after {
  position: absolute;
  left: 14px;
  top: 5px;
  width: 2px;
  height: 20px;
  content: "";
  background: #747474;
}

.cgon-panel-close-button::before {
  transform: rotate(45deg);
}

.cgon-panel-close-button::after {
  transform: rotate(-45deg);
}

.cgon-panel-close-button:hover {
  background: transparent;
  box-shadow: none;
}

.cgon-panel.cgon-help-panel {
  top: calc(var(--cgon-topbar-height) + 62px);
  right: 14px;
  width: min(390px, calc(100vw - 28px));
  max-height: calc(100vh - var(--cgon-topbar-height) - 86px);
  color: rgba(245, 255, 255, 0.92);
  background:
    linear-gradient(180deg, rgba(43, 59, 63, 0.42), rgba(18, 30, 34, 0.34)),
    rgba(5, 17, 22, 0.16);
  border-color: rgba(255, 255, 255, 0.26);
}

.cgon-help-panel .cgon-panel-section {
  border-top: 0;
  padding-top: 0;
}

.cgon-help-panel h2 {
  color: rgba(133, 238, 246, 0.95);
}

.cgon-help-panel .cgon-panel-close-button::before,
.cgon-help-panel .cgon-panel-close-button::after {
  background: rgba(245, 255, 255, 0.86);
}

.cgon-help-list {
  display: grid;
  list-style: disc;
  gap: 9px;
  margin: 0;
  padding-left: 18px;
  font-size: 12px;
  line-height: 1.52;
  word-break: keep-all;
}

.cgon-help-list li {
  display: list-item;
}

.cgon-panel-section {
  padding: 13px 0;
  border-top: 1px solid rgba(95, 108, 111, 0.17);
}

.cgon-panel-section:first-child {
  padding-top: 0;
  border-top: 0;
}

.cgon-panel h2 {
  margin: 0 0 10px;
  color: var(--cgon-cyan-2);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 830;
}

.cgon-panel label {
  display: grid;
  gap: 6px;
  color: var(--cgon-muted);
  font-size: 12px;
  min-width: 0;
}

.cgon-panel input,
.cgon-panel select {
  width: 100%;
  min-height: 36px;
  padding: 6px 9px;
  color: var(--cgon-ink);
  background: linear-gradient(180deg, rgba(247, 249, 248, 0.92), rgba(211, 217, 215, 0.86));
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 11px;
  outline: none;
  box-shadow:
    4px 5px 10px rgba(79, 90, 92, 0.25),
    -3px -3px 8px rgba(255, 255, 255, 0.78),
    inset 1px 1px 0 rgba(255, 255, 255, 0.65);
}

.cgon-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.cgon-wide {
  grid-column: 1 / -1;
}

.cgon-loading {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  transform: none;
  background: rgba(220, 224, 223, 0.62);
  backdrop-filter: blur(5px);
}

.cgon-loading-box {
  width: min(420px, calc(100vw - 40px));
  padding: 20px;
  color: var(--cgon-ink);
  background: linear-gradient(180deg, rgba(246, 248, 247, 0.86), rgba(215, 220, 218, 0.76));
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 18px;
  box-shadow:
    10px 14px 32px rgba(0, 0, 0, 0.22),
    inset 1px 1px 0 rgba(255, 255, 255, 0.8);
}

.cgon-chip {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  color: #f4ffff;
  background: linear-gradient(180deg, var(--cgon-cyan), var(--cgon-cyan-2));
  border-radius: 999px;
  font-size: 12px;
  font-weight: 840;
}

.cgon-loading-box p {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.cgon-bar {
  height: 8px;
  margin-top: 12px;
  overflow: hidden;
  background: #d8dddb;
  border-radius: 999px;
  box-shadow:
    inset 4px 4px 8px rgba(91, 101, 103, 0.18),
    inset -3px -3px 8px rgba(255, 255, 255, 0.85);
}

.cgon-bar span {
  display: block;
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, var(--cgon-cyan-2), var(--cgon-cyan), #edbd4a);
  border-radius: inherit;
  animation: cgon-load 1.1s ease-in-out infinite alternate;
}

@keyframes cgon-load {
  from { transform: translateX(-20%); }
  to { transform: translateX(250%); }
}

.cgon-instruction {
  position: fixed;
  left: 50%;
  top: calc(var(--cgon-topbar-height) + 66px);
  z-index: 999;
  max-width: min(760px, calc(100vw - 32px));
  padding: 9px 16px;
  color: var(--cgon-cyan-2);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(34, 61, 69, 0.14);
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 760;
  text-align: center;
  pointer-events: none;
  backdrop-filter: blur(8px);
}

.cgon-joystick {
  position: fixed;
  left: 22px;
  bottom: 24px;
  z-index: 1001;
}

@media (max-width: 760px) {
  :root {
    --cgon-topbar-height: 132px;
  }

  .cgon-site-jump-nav {
    left: 4px;
    right: 4px;
    top: 8px;
    gap: 1px;
    flex-wrap: nowrap;
    overflow: hidden;
    scrollbar-width: none;
  }

  .cgon-nav-left,
  .site-nav-left {
    flex: 0 0 auto;
    gap: 2px;
  }

  .cgon-nav-right,
  .site-nav-right {
    flex: 0 1 auto;
    gap: 1px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .cgon-nav-right::-webkit-scrollbar,
  .site-nav-right::-webkit-scrollbar {
    display: none;
  }

  .cgon-site-jump-nav::-webkit-scrollbar {
    display: none;
  }

  .cgon-site-jump-icon {
    flex: 0 0 auto;
    width: 22px;
    min-height: 26px;
  }

  .cgon-site-jump-btn {
    flex: 0 0 auto;
    min-height: 26px;
    padding: 0 2px;
    font-size: 8.4px;
  }

  .cgon-home-logo {
    flex: 0 0 auto;
    margin-right: 0;
    min-height: 26px;
    justify-content: flex-start;
  }

  .cgon-home-logo img {
    height: 15px;
    max-width: 92px;
  }

  .cgon-mobile-hide {
    display: none !important;
  }

  .cgon-social-start,
  .site-social-start {
    margin-left: 0 !important;
  }

  .cgon-topbar {
    top: 38px;
    left: 10px;
    right: 10px;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px 10px;
  }

  .cgon-brand-copy strong {
    font-size: 15px;
  }

  .cgon-brand-copy > span {
    white-space: nowrap;
    line-height: 1.25;
    font-size: 10.5px;
  }

  .cgon-toolbar {
    justify-content: stretch;
    flex-wrap: wrap;
  }

  .cgon-toolbar > * {
    flex: 1 1 120px;
  }

  .cgon-machine-toolbar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-self: stretch;
  }

  .cgon-machine-toolbar > * {
    flex: initial;
  }

  .cgon-machine-toolbar .cgon-page-link {
    width: 100%;
    min-width: 0;
  }

  .cgon-camera-buttons {
    flex: 1 1 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cgon-panel {
    left: 10px;
    right: 10px;
    top: auto;
    bottom: 10px;
    width: auto;
    max-height: 46vh;
  }

  .cgon-panel.cgon-help-panel {
    left: 10px;
    right: 10px;
    top: auto;
    bottom: 10px;
    width: auto;
    max-height: 38vh;
  }

  .cgon-instruction {
    top: calc(38px + var(--cgon-topbar-height) + 4px);
    width: calc(100vw - 24px);
    font-size: 12px;
  }

  .cgon-joystick {
    left: 14px;
    bottom: 18px;
  }
}

.cgon-panel.cgon-help-panel h2 {
  color: rgba(133, 238, 246, 0.95) !important;
}

.cgon-panel.cgon-help-panel .cgon-panel-close-button {
  width: 30px !important;
  height: 30px !important;
  min-height: 30px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: transparent !important;
}

.cgon-panel.cgon-help-panel .cgon-panel-close-button::before,
.cgon-panel.cgon-help-panel .cgon-panel-close-button::after {
  background: rgba(245, 255, 255, 0.86) !important;
}

#showroomHelpPanel {
  z-index: 1005;
}
