/* MeshLambertMaterial — mat aydınlanma, vertex sezgisi, Basic/Phong karşılaştırması */

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

.doc-lambert-split {
  margin: 1rem 0 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  border: 1px solid rgba(100, 150, 130, 0.35);
  background: linear-gradient(
    160deg,
    rgba(10, 22, 18, 0.65) 0%,
    rgba(8, 10, 20, 0.78) 100%
  );
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.45) inset;
}

.doc-lambert-split__label {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(160, 230, 200, 0.9);
}

.doc-lambert-split dl {
  margin: 0;
}

.doc-lambert-split dt {
  margin: 0.5rem 0 0.2rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(210, 240, 220, 0.96);
}

.doc-lambert-split dt:first-child {
  margin-top: 0;
}

.doc-lambert-split dd {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.58;
  color: rgba(195, 200, 225, 0.94);
}

.doc-lambert-vertex {
  margin: 1rem 0 1.15rem;
  padding: 0.95rem 1rem;
  border-radius: 11px;
  border: 1px solid rgba(90, 120, 160, 0.28);
  background: rgba(6, 12, 24, 0.55);
}

.doc-lambert-vertex ul {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.9rem;
  line-height: 1.58;
  color: rgba(180, 195, 230, 0.93);
}

.doc-lambert-vertex li {
  margin-bottom: 0.4rem;
}

.doc-lambert-vertex li:last-child {
  margin-bottom: 0;
}

.doc-lambert-controls {
  margin: 1rem 0 1.15rem;
  padding: 0.95rem 1rem;
  border-radius: 11px;
  border: 1px solid rgba(90, 140, 200, 0.28);
  background: rgba(6, 12, 24, 0.55);
}

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

.doc-lambert-controls ul {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.9rem;
  line-height: 1.58;
  color: rgba(180, 195, 230, 0.93);
}

.doc-lambert-controls li {
  margin-bottom: 0.4rem;
}

.doc-lambert-controls li:last-child {
  margin-bottom: 0;
}

.doc-lambert-flat {
  margin: 1rem 0;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  border: 1px solid rgba(200, 160, 80, 0.35);
  background: rgba(28, 22, 12, 0.45);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35) inset;
}

.doc-lambert-flat__label {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255, 200, 130, 0.92);
}

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

.doc-lambert-flat p:last-child {
  margin-bottom: 0;
}

.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;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(220, 200, 195, 0.92);
}

.doc-lambert-compare {
  margin: 1.15rem 0 1.35rem;
  border-radius: 14px;
  border: 1px solid rgba(90, 140, 220, 0.28);
  background: linear-gradient(
    165deg,
    rgba(4, 8, 20, 0.96) 0%,
    rgba(8, 6, 24, 0.94) 100%
  );
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.55) inset,
    0 12px 40px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.doc-lambert-compare__title {
  margin: 0;
  padding: 0.85rem 1rem 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(46, 231, 242, 0.9);
  background: rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid rgba(80, 120, 200, 0.22);
}

.doc-lambert-compare__grid {
  display: grid;
  grid-template-columns: minmax(6.5rem, 1fr) minmax(5rem, 0.85fr) minmax(9rem, 1.35fr);
  gap: 0;
  font-size: 0.86rem;
  line-height: 1.48;
}

.doc-lambert-compare__cell {
  padding: 0.65rem 0.85rem;
  border-bottom: 1px solid rgba(55, 80, 130, 0.2);
  color: rgba(175, 195, 230, 0.92);
}

.doc-lambert-compare__cell--head {
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(200, 210, 245, 0.88);
  background: rgba(12, 18, 40, 0.65);
}

.doc-lambert-compare__cell--mat {
  font-weight: 600;
  color: rgba(210, 220, 255, 0.96);
  background: rgba(6, 10, 22, 0.45);
}

.doc-lambert-compare__cell a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(94, 200, 255, 0.45);
  text-underline-offset: 0.15em;
}

.doc-lambert-compare__cell a:hover {
  text-decoration-color: rgba(94, 200, 255, 0.85);
}

.doc-lambert-compare__cell a:focus-visible {
  outline: 2px solid rgba(46, 231, 242, 0.45);
  outline-offset: 2px;
  border-radius: 4px;
}

.doc-lambert-compare__grid > .doc-lambert-compare__cell:nth-last-child(-n + 3) {
  border-bottom: none;
}

@media (max-width: 720px) {
  .doc-lambert-compare {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .doc-lambert-compare__grid {
    min-width: 34rem;
  }
}
