.quick-orientation {
  margin: 1rem auto 0;
  width: min(1120px, calc(100% - 2.5rem));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(10, 10, 18, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 0.85rem 1rem;
  display: grid;
  gap: 0.45rem;
}

.quick-orientation.quick-orientation-top {
  margin-top: 6.2rem;
}

.quick-orientation .qo-row {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 0.7rem;
  align-items: baseline;
}

.quick-orientation .qo-label {
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-size: 0.64rem;
  letter-spacing: 0.12em;
  color: rgba(224, 228, 236, 0.72);
  text-transform: uppercase;
}

.quick-orientation .qo-value {
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(242, 244, 250, 0.94);
}

.quick-orientation .qo-value .qo-num {
  color: #dfc07a;
  text-shadow: 0 0 8px rgba(223, 192, 122, 0.34), 0 0 16px rgba(201, 165, 90, 0.22);
  font-weight: 600;
}

.quick-orientation .qo-value .qo-hash {
  color: #7fb9ff;
  text-shadow: 0 0 8px rgba(90, 160, 240, 0.35), 0 0 16px rgba(48, 200, 224, 0.24);
  font-weight: 600;
}

.quick-orientation .qo-value strong {
  color: rgba(255, 255, 255, 0.98);
}

.quick-orientation-hud {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 35;
  width: min(880px, calc(100vw - 40px));
  margin: 0;
  pointer-events: auto;
  padding: 0.58rem 0.75rem;
  border-color: rgba(0, 240, 255, 0.26);
  background: rgba(10, 10, 15, 0.84);
}

.quick-orientation-hud .qo-row {
  grid-template-columns: 102px 1fr;
  gap: 0.5rem;
}

.quick-orientation-hud .qo-label {
  font-size: 0.56rem;
  letter-spacing: 0.11em;
  color: rgba(155, 225, 232, 0.78);
}

.quick-orientation-hud .qo-value {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.63rem;
  line-height: 1.42;
  color: rgba(235, 240, 246, 0.9);
}

.quick-orientation-globe-left {
  position: fixed;
  top: 232px;
  left: 24px;
  z-index: 30;
  margin: 0;
  width: min(318px, calc(100vw - 48px));
  max-height: min(43vh, calc(100vh - 360px));
  pointer-events: auto;
  overflow: auto;
  padding: 0.86rem 0.92rem;
  border-radius: 20px;
  border-color: rgba(0, 240, 255, 0.22);
  background: linear-gradient(180deg, rgba(12, 15, 23, 0.94) 0%, rgba(8, 10, 16, 0.88) 100%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.30), inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.quick-orientation-drawer {
  overflow: hidden;
}

.quick-orientation-drawer .qo-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  cursor: pointer;
  list-style: none;
}

.quick-orientation-drawer .qo-titlebar::-webkit-details-marker {
  display: none;
}

.quick-orientation-drawer .qo-titlebar::marker {
  content: "";
}

.quick-orientation-drawer .qo-toggle-hint {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.53rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(235, 240, 246, 0.58);
}

.quick-orientation-drawer[open] .qo-toggle-hint::after {
  content: "  [-]";
  color: rgba(0, 240, 255, 0.72);
}

.quick-orientation-drawer:not([open]) {
  width: 204px;
  max-height: none;
  padding: 0.72rem 0.82rem;
}

.quick-orientation-drawer:not([open]) .qo-body {
  display: none;
}

.quick-orientation-drawer:not([open]) .qo-toggle-hint::after {
  content: "  [+]";
  color: rgba(0, 240, 255, 0.72);
}

.quick-orientation-globe-left .qo-title {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(170, 232, 240, 0.9);
}

.quick-orientation-drawer[open] .qo-title {
  margin-bottom: 0.45rem;
}

.quick-orientation-drawer[open] .qo-body {
  margin-top: 0.55rem;
}

.quick-orientation-globe-left .qo-row {
  grid-template-columns: 1fr;
  gap: 0.2rem;
  padding: 0.42rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.quick-orientation-globe-left .qo-row:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.quick-orientation-globe-left .qo-label {
  font-size: 0.54rem;
  letter-spacing: 0.11em;
  color: rgba(155, 225, 232, 0.86);
}

.quick-orientation-globe-left .qo-value {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.61rem;
  line-height: 1.46;
  color: rgba(235, 240, 246, 0.93);
}

.quick-orientation-globe-left .qo-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.6rem;
  margin-top: 0.72rem;
  padding-top: 0.68rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.quick-orientation-globe-left .qo-links a {
  color: rgba(235, 240, 246, 0.84);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.55rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px dotted rgba(0, 240, 255, 0.38);
}

.quick-orientation-globe-left .qo-links a:hover {
  color: rgba(255, 255, 255, 0.98);
  border-bottom-color: rgba(0, 240, 255, 0.70);
}

@media (max-width: 920px) {
  .quick-orientation {
    width: calc(100% - 1.8rem);
    padding: 0.78rem 0.85rem;
  }

  .quick-orientation.quick-orientation-top {
    margin-top: 5.3rem;
  }

  .quick-orientation .qo-row {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .quick-orientation-hud {
    top: 58px;
    width: calc(100vw - 22px);
    padding: 0.52rem 0.62rem;
  }

  .quick-orientation-hud .qo-row {
    grid-template-columns: 1fr;
    gap: 0.18rem;
  }

  .quick-orientation-globe-left {
    top: 214px;
    left: 11px;
    width: min(336px, calc(100vw - 22px));
    max-height: 44vh;
    padding: 0.56rem 0.62rem;
  }

  .quick-orientation-drawer:not([open]) {
    width: 188px;
    max-height: none;
  }

  .quick-orientation-globe-left .qo-row {
    grid-template-columns: 1fr;
    gap: 0.18rem;
  }
}
