.doc-mesh-pick {
  margin: 0.95rem 0 1.1rem;
  padding: 0.9rem 0.95rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
}

.doc-mesh-pick__caption {
  margin: 0 0 0.65rem;
  color: rgba(225, 235, 252, 0.92);
  font-size: 0.92rem;
  line-height: 1.45;
}

.doc-mesh-pick__grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.28fr) minmax(220px, 0.88fr);
  gap: 0.85rem;
  align-items: stretch;
}

.doc-mesh-pick__viz-col {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-width: 0;
}

/* Tüm şerit + sahne = görünmez geniş hit alanı (sağ panel hariç) */
.doc-mesh-pick__interact {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-width: 0;
  min-height: min(52vh, 420px);
  touch-action: none;
  cursor: crosshair;
}

.doc-mesh-pick__screenband {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.28);
  padding: 0.45rem 0.55rem 0.5rem;
}

.doc-mesh-pick__screen-eyebrow {
  display: block;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(160, 190, 230, 0.78);
  margin-bottom: 0.35rem;
}

.doc-mesh-pick__screen-rail {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(140, 165, 200, 0.65);
  font-family: "JetBrains Mono", ui-monospace, monospace;
}

.doc-mesh-pick__screen-track {
  position: relative;
  flex: 1;
  min-height: 34px;
  height: 34px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(94, 200, 255, 0.12) 0%, rgba(181, 108, 255, 0.1) 50%, rgba(74, 235, 164, 0.1) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.doc-mesh-pick__screen-cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.95);
  background: rgba(46, 231, 242, 0.92);
  box-shadow:
    0 0 0 1px rgba(181, 108, 255, 0.35),
    0 0 18px rgba(46, 231, 242, 0.55);
  pointer-events: none;
  transition: left 0.04s linear;
}

.doc-mesh-pick__screen-cursor::before,
.doc-mesh-pick__screen-cursor::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.55);
  pointer-events: none;
}

.doc-mesh-pick__screen-cursor::before {
  left: 50%;
  top: -7px;
  width: 2px;
  height: 26px;
  transform: translateX(-50%);
}

.doc-mesh-pick__screen-cursor::after {
  top: 50%;
  left: -7px;
  width: 26px;
  height: 2px;
  transform: translateY(-50%);
}

.doc-mesh-pick__world-wrap {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(0, 0, 0, 0.18);
  min-height: 200px;
}

.doc-mesh-pick__svg {
  width: 100%;
  height: 100%;
  min-height: 200px;
  display: block;
}

.doc-mesh-pick__panel {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(0, 0, 0, 0.12);
  padding: 0.75rem 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.doc-mesh-pick__modes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.doc-mesh-pick__mode {
  position: relative;
}

.doc-mesh-pick__mode input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.doc-mesh-pick__mode span {
  display: inline-block;
  padding: 0.38rem 0.55rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.2);
  color: rgba(230, 240, 255, 0.88);
  font-size: 0.84rem;
  font-weight: 650;
  cursor: pointer;
}

.doc-mesh-pick__mode input:checked + span {
  border-color: rgba(46, 231, 242, 0.42);
  background: rgba(46, 231, 242, 0.1);
}

.doc-mesh-pick__mode input:focus-visible + span {
  outline: 2px solid rgba(94, 200, 255, 0.55);
  outline-offset: 2px;
}

.doc-mesh-pick__readout {
  margin: 0;
  padding: 0.5rem 0.55rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(0, 0, 0, 0.14);
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(215, 228, 252, 0.92);
}

.doc-mesh-pick__readout strong {
  color: rgba(255, 248, 235, 0.96);
}

.doc-mesh-pick__readout code,
.doc-mesh-pick__readout .doc-mesh-pick__mono {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.84rem;
  color: rgba(200, 230, 255, 0.95);
}

.doc-mesh-pick__hint {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(175, 195, 225, 0.78);
}

@media (max-width: 880px) {
  .doc-mesh-pick__grid {
    grid-template-columns: 1fr;
  }
}
