/* MeshStandardMaterial — PBR giriş, tarif kartları, üretim notları */

.doc-standard-lead-q {
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(210, 225, 255, 0.96);
  border-left: 3px solid rgba(94, 200, 255, 0.55);
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.doc-pbr-mind {
  margin: 1rem 0 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  border: 1px solid rgba(140, 120, 220, 0.28);
  background: linear-gradient(
    160deg,
    rgba(14, 10, 28, 0.72) 0%,
    rgba(8, 10, 22, 0.78) 100%
  );
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.45) inset;
}

.doc-pbr-mind__label {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(200, 185, 255, 0.92);
}

.doc-pbr-mind p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.62;
  color: rgba(195, 205, 235, 0.95);
}

.doc-pbr-guide {
  margin: 1.1rem 0 1.35rem;
}

.doc-pbr-guide__head {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(46, 231, 242, 0.88);
}

.doc-pbr-recipes {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0.85rem;
}

.doc-pbr-recipe {
  border-radius: 12px;
  border: 1px solid rgba(90, 140, 200, 0.26);
  background: linear-gradient(
    155deg,
    rgba(8, 14, 28, 0.94) 0%,
    rgba(5, 10, 20, 0.9) 100%
  );
  padding: 0.95rem 1rem;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.48) inset,
    0 10px 28px rgba(0, 0, 0, 0.22);
}

.doc-pbr-recipe h3 {
  margin: 0 0 0.45rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(230, 235, 255, 0.98);
}

.doc-pbr-recipe__params {
  margin: 0 0 0.45rem;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(120, 220, 255, 0.95);
}

.doc-pbr-recipe p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.52;
  color: rgba(170, 190, 225, 0.92);
}

.doc-mistake-rail {
  margin: 1rem 0;
  padding: 0.9rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 120, 100, 0.28);
  background: rgba(40, 12, 10, 0.35);
}

.doc-mistake-rail__title {
  margin: 0 0 0.55rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(255, 170, 150, 0.95);
}

.doc-mistake-rail p {
  margin: 0 0 0.45rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(220, 200, 195, 0.92);
}

.doc-mistake-rail p:last-child,
.doc-mistake-rail ul:last-child {
  margin-bottom: 0;
}

.doc-mistake-rail ul {
  margin: 0.35rem 0 0;
  padding-left: 1.15rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(220, 200, 195, 0.92);
}

.doc-env-insight {
  margin: 1rem 0;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  border: 1px solid rgba(80, 180, 150, 0.32);
  background: rgba(8, 26, 22, 0.4);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35) inset;
}

.doc-env-insight__label {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(120, 230, 200, 0.92);
}

.doc-env-insight p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.62;
  color: rgba(195, 220, 210, 0.94);
}

.doc-holodepth-rules {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 0.75rem;
}

.doc-holodepth-rule {
  border-radius: 12px;
  border: 1px solid rgba(100, 140, 200, 0.22);
  padding: 1rem 1.05rem;
  background: rgba(5, 10, 22, 0.52);
}

.doc-holodepth-rule__title {
  margin: 0 0 0.5rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: rgba(220, 228, 255, 0.96);
}

.doc-holodepth-rule__title span {
  color: rgba(46, 231, 242, 0.95);
  margin-right: 0.35rem;
}

.doc-holodepth-rule p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.58;
  color: rgba(175, 195, 230, 0.92);
}

/* Holodepth B — arka plan satırı: link highlight (gökyüzü / orkide alt çizgi) */
.doc-holodepth-rule__tip {
  margin-top: 0.7rem;
  padding: 0.88rem 1rem;
  border-radius: 11px;
  border: 1px solid rgba(52, 62, 88, 0.55);
  background: rgba(6, 10, 20, 0.65);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35) inset;
}

.doc-holodepth-rule__tip p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.62;
  color: rgba(195, 205, 235, 0.94);
}

.doc-holodepth-rule__tip a.doc-link-hl {
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.24em;
  text-decoration-skip-ink: auto;
  transition:
    color 0.18s ease,
    text-decoration-color 0.18s ease;
}

.doc-holodepth-rule__tip a.doc-link-hl--sky {
  color: #6ec8ff;
  text-decoration-color: rgba(110, 200, 255, 0.92);
}

.doc-holodepth-rule__tip a.doc-link-hl--sky:hover {
  color: #9ad8ff;
  text-decoration-color: rgba(154, 216, 255, 0.98);
}

.doc-holodepth-rule__tip a.doc-link-hl--orchid {
  color: #d4a8ff;
  text-decoration-color: rgba(212, 168, 255, 0.92);
}

.doc-holodepth-rule__tip a.doc-link-hl--orchid:hover {
  color: #e8ccff;
  text-decoration-color: rgba(232, 204, 255, 0.98);
}

.doc-holodepth-rule__tip a.doc-link-hl:focus-visible {
  outline: 2px solid rgba(46, 231, 242, 0.45);
  outline-offset: 3px;
  border-radius: 4px;
}

@media (max-width: 720px) {
  .doc-holodepth-rules {
    grid-template-columns: 1fr;
  }
}
