@font-face {
  font-family: 'Z003';
  src: url(94ac0855ecf2b61f36c6.otf) format('opentype');
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
}
.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
}
.node-details {
  width: 395px;
  left: 16px;
  bottom: 12px;
  padding: 12px;
  position: absolute;
  z-index: 1;
  font-family: 'PT Sans', sans-serif;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid #808080;
  color: white;
}
.node-details h4 {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 400px;
  height: 50.4px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-family: 'PT Sans', sans-serif;
}
.node-details h2 {
  margin: 0;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
}
.node-details .small {
  text-align: center;
  color: #999;
}
@media (max-width: 768px) {
  .node-details {
    right: 12px;
    width: inherit;
  }
  .node-details .info-block {
    padding-left: 0;
  }
  .node-details .info-block a {
    margin: 0 7px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.node-details .info-block a {
  font-size: 18px;
}
.github-avatar-detail {
  width: 50px;
  margin-left: -16px;
  margin-right: 8px;
  float: left;
}
.search {
  position: absolute;
  top: 12px;
  z-index: 1;
}
.search .search-results {
  padding-top: 12px;
  background: rgba(0, 0, 0, 0.85);
}
.search .search-results h4 {
  margin: 0 0 5px 0;
  padding: 0 0 5px 20px;
}
.search .scroll-wrapper {
  border-top: 1px solid #808080;
  height: 250px;
  overflow: hidden;
}
.search ul {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  color: white;
  list-style: none;
  margin: 0;
  box-sizing: content-box;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 0;
}
.search ul li {
  height: 25px;
}
.search ul li a {
  opacity: 0.5;
  color: white;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  line-height: 25px;
  white-space: nowrap;
}
.search ul li a:hover,
.search ul li a:focus {
  text-decoration: none;
  opacity: 1;
  background: rgba(26, 26, 26, 0.95);
}
.search .search-form input {
  width: 100%;
  background: rgba(26, 26, 26, 0.5);
  color: white;
  border-radius: 0;
  border: 0;
}
.search .search-form .input-group {
  border: 1px solid #808080;
}
.search .search-form .input-group:hover,
.search .search-form .input-group.focused {
  border-color: white;
}
.search .search-form .input-group:hover button.btn,
.search .search-form .input-group.focused button.btn {
  background: #66afe9;
}
.search .search-form button.btn {
  color: white;
  border-radius: 0;
  background: #808080;
}
.search h4 {
  color: white;
}
.search h4 .small {
  opacity: 0.5;
}
body {
  background-color: #000000;
  font-family: 'Roboto', sans-serif;
}
#app {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.graph-full-size {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
h1,
h2 {
  color: #efefef;
}
h4 {
  font-family: 'PT Sans', sans-serif;
}
.window-container {
  background-color: rgba(0, 0, 0, 0.8);
  color: #7F7F7F;
  position: absolute;
}
.window-list-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.node-focus {
  cursor: pointer;
}
.search-results-window {
  left: 16px;
  top: 47px;
  padding: 10px;
  width: 395px;
}
.degree-results-window {
  left: 16px;
  bottom: 87px;
  padding: 10px;
  width: 395px;
}
.no-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .degree-results-window {
    display: none;
  }
}
.window-title strong {
  color: #ffffff;
  font-weight: normal;
  font-size: 1.2em;
}
.window-title .node-name {
  color: #ffffff;
}
.label {
  color: #ffffff;
  background: #000000;
  position: absolute;
  z-index: 1;
}
.loading {
  padding: 10px;
  left: 10px;
  top: 10px;
  font-family: monospace;
}
.node-hover-tooltip {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 4px 10px;
  pointer-events: none;
  min-width: 200px;
  border: 1px solid #808080;
}
.node-hover-tooltip span {
  margin: 0 5px;
}
.in-degree {
  color: #90EE90;
  cursor: pointer;
}
.window-indegree {
  color: #90EE90;
}
.window-outdegree {
  color: #F08080;
}
.out-degree {
  color: #F08080;
  cursor: pointer;
}
.node-hover-list {
  position: absolute;
  background: #000000;
  right: -20px;
  bottom: 10px;
  height: 150px;
  color: #ffffff;
  padding: 4px;
  pointer-events: none;
  width: 220px;
  overflow-y: scroll;
}
.node-hover-list ul {
  padding: 0;
}
.node-hover-list li {
  list-style-type: none;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
a.reset-color,
a.reset-color:hover,
a.reset-color:focus {
  text-decoration: none;
  color: inherit;
}
a.media:hover,
a.media:focus {
  text-decoration: none;
  color: #FF008C;
  border: none;
}
a.media {
  color: #ffffff;
  background-color: black;
  border: none;
}
.error {
  color: pink;
}
.error-details {
  color: wheat;
}
.help-panel {
  position: fixed;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 240px;
  background: rgba(5, 8, 20, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  padding: 14px 16px 12px;
  pointer-events: none;
  z-index: 30;
  font-family: 'Roboto', sans-serif;
  animation: help-panel-in 0.18s ease-out both;
}
@keyframes help-panel-in {
  from {
    opacity: 0;
    transform: translateY(-50%) translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}
.help-mode-badge {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 99px;
  padding: 2px 8px;
  margin-bottom: 12px;
}
.help-section {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 10px;
  margin-bottom: 4px;
}
.help-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
  gap: 6px;
}
.help-row > span:first-child {
  display: flex;
  gap: 3px;
  flex-shrink: 0;
}
.help-row > span:last-child {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-align: right;
  flex: 1;
  white-space: nowrap;
}
.help-key {
  display: inline-block;
  font-family: 'PT Sans', sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom-width: 2px;
  border-radius: 5px;
  padding: 1px 5px;
  line-height: 1.5;
  white-space: nowrap;
}
.help-dismiss-hint {
  margin-top: 12px;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}
.joystick-base,
.joystick-right-base {
  display: none;
}
@media (pointer: coarse) {
  .joystick-base {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.12);
    border: 2px solid rgba(255, 255, 255, 0.35);
    z-index: 10;
    pointer-events: none;
  }
  .joystick-knob {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.45);
    border: 2px solid rgba(255, 255, 255, 0.8);
    pointer-events: none;
    flex-shrink: 0;
  }
  .joystick-right-base {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.12);
    border: 2px solid rgba(255, 255, 255, 0.35);
    z-index: 10;
    pointer-events: none;
  }
  .joystick-right-knob {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.45);
    border: 2px solid rgba(255, 255, 255, 0.8);
    pointer-events: none;
    flex-shrink: 0;
  }
}
@media (pointer: coarse) {
  .help-panel {
    width: 200px;
  }
}
.top-right-panel {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  pointer-events: none;
}
.top-right-buttons {
  display: flex;
  gap: 8px;
  pointer-events: auto;
}
.camera-hud {
  background: rgba(5, 8, 20, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 6px 14px;
  pointer-events: auto;
  font-family: 'Roboto Mono', 'Consolas', monospace;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}
.speed-slider-wrap {
  position: relative;
  height: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.07);
  cursor: pointer;
  pointer-events: auto;
  margin: 4px 0 2px;
  touch-action: none;
}
.speed-slider-passive {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
.speed-slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 5px;
  background: rgba(0, 200, 255, 0.85);
  pointer-events: none;
  box-shadow: 0 0 6px rgba(0, 200, 255, 0.5);
}
.speed-slider-cursor {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  border: 2px solid rgba(255, 255, 255, 0.95);
  pointer-events: none;
  z-index: 2;
  box-shadow: 0 0 5px rgba(0, 200, 255, 0.4);
  transition: background 0.1s ease;
}
.camera-hud-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  line-height: 1.5;
}
.camera-hud-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.camera-hud-value {
  color: rgba(255, 255, 255, 0.9);
  margin-right: 4px;
}
@media (max-width: 640px) {
  .camera-hud {
    font-size: 10px;
    padding: 4px 8px;
  }
  .camera-hud-label {
    font-size: 9px;
  }
}
.tracer-selector {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 15;
  background: rgba(5, 8, 20, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 6px 12px;
  font-family: 'Roboto Mono', 'Consolas', monospace;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  user-select: none;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.tracer-selector-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  line-height: 1.5;
}
.tracer-selector-sep {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin: 3px 0;
}
.tracer-selector-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  gap: 6px;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .tracer-selector {
    font-size: 11px;
    padding: 5px 10px;
  }
}
.control-mode-btn,
.info-btn,
.hud-btn {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(5, 8, 20, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  text-decoration: none;
}
@media (hover: hover) {
  .control-mode-btn:hover,
  .info-btn:hover,
  .hud-btn:hover {
    background: rgba(5, 8, 20, 0.85);
    border-color: rgba(255, 255, 255, 0.45);
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
  }
}
.control-mode-btn:active,
.info-btn:active,
.hud-btn:active {
  background: rgba(5, 8, 20, 0.85);
  border-color: rgba(255, 255, 255, 0.45);
}
.info-panel-backdrop {
  position: fixed;
  inset: 0;
  z-index: 29;
}
.info-panel {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 320px;
  max-height: 70vh;
  overflow-y: auto;
  background: rgba(5, 8, 20, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  padding: 14px 16px 16px;
  pointer-events: auto;
  z-index: 30;
  font-family: 'Roboto', sans-serif;
  animation: info-panel-in 0.18s ease-out both;
}
@keyframes info-panel-in {
  from {
    opacity: 0;
    transform: translateY(-50%) translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}
.info-panel-header {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 12px;
}
.info-logo-wrap {
  margin-bottom: 12px;
  text-align: center;
}
.info-logo {
  max-width: 170px;
  max-height: 120px;
  object-fit: contain;
}
.info-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}
.info-text ul {
  padding-left: 16px;
  margin: 0;
}
.info-text li {
  margin-bottom: 8px;
}
.info-text p {
  margin-bottom: 8px;
}
.info-text a {
  color: rgba(120, 180, 255, 0.85);
  text-decoration: none;
}
.info-text a:hover {
  color: #78b4ff;
  text-decoration: underline;
}
.survey-timeline-wrap {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  padding-left: max(0px, calc(50% - 390px));
  margin-bottom: 8px;
}
.timeline-card-bg {
  fill: rgba(5, 8, 20, 0.5);
  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 1;
  transition: stroke 0.15s;
}
.timeline-card {
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s;
}
.timeline-card:hover {
  transform: translateY(-3px);
}
.timeline-card:hover .timeline-card-bg {
  stroke: rgba(255, 255, 255, 0.99);
}
.welcome-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  font-family: 'Roboto', sans-serif;
}
.welcome-title {
  font-family: 'Z003', cursive;
  font-style: italic;
  font-size: 4rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.99);
  margin: 0 0 10px;
  letter-spacing: 0.02em;
  text-align: center;
}
.welcome-subtitle {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 50px;
  text-align: center;
}
.survey-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.survey-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 210px;
  background: rgba(5, 8, 20, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  text-decoration: none;
  transition: border-color 0.15s, transform 0.15s;
  padding: 20px;
}
.survey-card img {
  max-width: 170px;
  max-height: 120px;
  object-fit: contain;
  flex: 1;
  min-height: 0;
}
.survey-card:hover {
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-3px);
  text-decoration: none;
}
.survey-card-name {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.04em;
  margin-top: 12px;
  flex-shrink: 0;
}
.welcome-description {
  max-width: 700px;
  margin-top: 48px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}
.welcome-description strong {
  color: rgba(255, 255, 255, 0.99);
  font-weight: 600;
}
.welcome-description ul {
  padding-left: 20px;
  margin: 0;
}
.welcome-description ul li {
  margin-bottom: 14px;
}
.welcome-description ul li:last-child {
  margin-bottom: 0;
}
.welcome-status {
  max-width: 700px;
  margin-top: 32px;
  background: rgba(5, 8, 20, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}
.welcome-status p {
  margin: 0;
}
.welcome-status a {
  color: rgba(120, 180, 255, 0.75);
}
.welcome-status a:hover {
  color: #78b4ff;
  text-decoration: underline;
}
.welcome-status-title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}
.welcome-footer {
  margin-top: 60px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.welcome-footer a {
  color: rgba(120, 180, 255, 0.65);
}
.welcome-footer a:hover {
  color: #78b4ff;
  text-decoration: underline;
}

