/* ═══ GÖKYÜZÜ ═══ */
.gokyuzu {
  background: var(--gece-mesh);
  color: var(--ekran);
  padding: clamp(90px, 13vh, 160px) clamp(20px, 4vw, 48px) clamp(48px, 7vh, 84px);
  overflow: hidden;
}

.stars { position: absolute; inset: 0; pointer-events: none; }
.stars i {
  position: absolute;
  width: 3px; height: 3px; border-radius: 50%;
  background: rgba(197,226,230,.8);
  animation: twinkle var(--tw, 3s) ease-in-out var(--del, 0s) infinite;
}
.gok-glow {
  position: absolute; top: -140px; left: 50%; transform: translateX(-50%);
  width: 560px; height: 560px; border-radius: 50%;
  background: radial-gradient(circle, rgba(242,182,109,.4), rgba(242,182,109,0) 70%);
  pointer-events: none;
}

.premium-pill {
  background: var(--gok-cyan); color: var(--gok-derin);
  border-radius: 999px; padding: 4px 11px;
  font-size: 10.5px; font-weight: 700; letter-spacing: .06em;
}

.gok-tabs {
  position: relative;
  display: flex; justify-content: center; gap: 8px;
  margin-top: clamp(36px, 5vh, 56px);
}
.gok-tabs button {
  border: 0; cursor: pointer;
  background: rgba(255,255,255,.08);
  color: var(--gok-etiket);
  border-radius: 999px; padding: 10px 20px;
  font-family: var(--font); font-size: 13.5px; font-weight: 600;
  transition: background .3s, color .3s;
}
.gok-tabs button[aria-selected="true"] {
  background: var(--gok-cyan); color: var(--gok-derin); font-weight: 700;
}

.gok-panels { position: relative; max-width: 980px; margin: clamp(36px, 5vh, 60px) auto 0; }
.gok-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}
.gok-panel[hidden] { display: none; }
.gok-panel.is-active { animation: panelIn .5s var(--ease-out); }
@keyframes panelIn {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: none; }
}

.gok-col { display: flex; flex-direction: column; align-items: center; text-align: center; }

.gok-avatars { position: relative; display: flex; }
.gok-av {
  width: 62px; height: 62px; border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; font-weight: 700;
}
.gok-av--d { background: var(--ink); border: 2px solid rgba(116,208,232,.4); color: var(--gok-cyan); }
.gok-av--e { background: var(--gok-cyan); border: 2px solid var(--gece); color: var(--gok-derin); margin-left: -16px; }
.gok-spark {
  position: absolute; left: 50%; top: -13px; transform: translateX(-50%);
  width: 22px; height: 22px;
  animation: twinkle 2.6s ease-in-out infinite;
}

.gok-date {
  font-family: var(--mono);
  font-size: 11px; font-weight: 600; letter-spacing: .14em;
  color: var(--gok-etiket);
  margin-top: 18px;
}
.gok-word {
  font-size: clamp(44px, 6vw, 64px);
  font-weight: 800; letter-spacing: -.025em;
  color: var(--ekran);
  margin-top: 6px;
}
.spark-meter { display: inline-flex; gap: 5px; margin-top: 10px; }
.spark-meter img { width: 18px; height: 18px; }
.spark-meter--sm img { width: 13px; height: 13px; }
.gok-desc {
  font-size: 14.5px; color: var(--gok-metin); line-height: 1.65;
  max-width: 300px;
  margin-top: 14px;
}

.ritim { width: 100%; max-width: 320px; margin-top: 30px; }
.ritim-label {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--mono);
  font-size: 11px; letter-spacing: .14em; color: var(--gok-etiket);
}
.ritim-label::after { content: ""; flex: 1; height: 1px; background: rgba(116,208,232,.18); }
.ritim-bars { display: flex; gap: 9px; align-items: flex-end; height: 74px; margin-top: 16px; }
.ritim-bars div { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 6px; justify-content: flex-end; }
.ritim-bars i {
  width: 100%; height: var(--h);
  border-radius: 8px;
  background: rgba(116,208,232,.3);
  transform-origin: bottom;
  transition: transform .9s var(--ease-out);
}
/* 4a'daki kademeli dolgular */
.ritim-bars div:nth-child(1) i { background: rgba(116,208,232,.25); }
.ritim-bars div:nth-child(2) i { background: rgba(116,208,232,.35); }
.ritim-bars div:nth-child(4) i { background: rgba(116,208,232,.35); }
.ritim-bars div:nth-child(5) i { background: rgba(116,208,232,.22); }
.ritim-bars div:nth-child(6) i { background: rgba(116,208,232,.3); }
.ritim-bars div:nth-child(7) i { background: rgba(116,208,232,.35); }
.ritim-bars .today i { background: var(--gok-cyan); box-shadow: 0 0 18px rgba(116,208,232,.4); }
.ritim-bars b { font-size: 10.5px; font-weight: 600; color: var(--gok-etiket); }
.ritim-bars .today b { color: var(--gok-cyan); font-weight: 700; }
.js .gokyuzu:not(.in-view) .ritim-bars i { transform: scaleY(0); }

.goknotu {
  position: relative;
  background: var(--ekran);
  color: var(--ink);
  border-radius: 24px;
  padding: 30px 24px 20px;
  box-shadow: 0 18px 44px rgba(0,0,0,.35);
  width: 100%;
}
.goknotu-medal {
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  width: 44px; height: 44px; border-radius: 999px;
  background: linear-gradient(150deg, #1E6E8C, #2E9FC7);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 20px rgba(0,0,0,.4);
}
.goknotu-medal img { width: 20px; height: 20px; }
.goknotu-label {
  font-family: var(--mono);
  font-size: 10.5px; font-weight: 600; letter-spacing: .14em;
  color: var(--soluk-metin); text-align: center;
}
.goknotu-text {
  font-size: 15.5px; font-style: italic; line-height: 1.7;
  margin-top: 12px; text-align: left;
}
.goknotu-sign { font-size: 13px; font-weight: 600; color: #1E6E8C; text-align: right; margin-top: 12px; }

.konusun {
  width: 100%;
  background: linear-gradient(150deg, #14506B, #2B7D9C);
  border-radius: 24px;
  padding: 22px;
  margin-top: 16px;
  text-align: left;
}
.konusun-label {
  font-family: var(--mono);
  font-size: 10.5px; font-weight: 600; letter-spacing: .14em;
  color: #C2E9F5;
}
.konusun-q { font-size: 17px; font-weight: 600; line-height: 1.45; margin-top: 8px; color: #fff; }
.konusun-cta {
  display: inline-flex; align-items: center; gap: 7px;
  height: 42px; padding: 0 18px;
  background: #fff; color: var(--gok-derin);
  border-radius: 999px;
  font-size: 13px; font-weight: 700;
  margin-top: 14px;
}

.uyum-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(116,208,232,.16);
  border-radius: 24px;
  padding: 24px;
}
.uyum-card p { font-size: 14.5px; color: var(--gok-metin); line-height: 1.6; margin-top: 12px; }
.uyum-head { display: flex; align-items: center; justify-content: space-between; font-size: 17px; }
.uyum-signs {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--mono);
  font-size: 10.5px; letter-spacing: .1em; color: var(--gok-etiket);
  margin-top: 12px;
}
.uyum-card--flag { border-color: rgba(197,226,230,.45); }
.uyum-flag {
  display: inline-block;
  margin-top: 14px;
  font-size: 11.5px; font-weight: 700;
  color: var(--gok-derin);
  background: var(--buz);
  border-radius: 999px; padding: 5px 12px;
}

.orbit-wrap { display: flex; flex-direction: column; align-items: center; }
.orbit-box { position: relative; }
.orbit { width: min(400px, 88vw); height: auto; display: block; }
.orbit-ring { transform-origin: 210px 210px; transform-box: view-box; } /* Safari: px origin view-box'a göre çözülsün */
.orbit-ring--pair { animation: spin 75s linear infinite; }
.orbit-ring--inner { animation: spin 60s linear infinite; }
.orbit-ring--outer { animation: spin 90s linear infinite reverse; }
@keyframes spin { to { transform: rotate(360deg); } }
.orbit-center {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 30px; height: 30px;
  animation: twinkle 3s ease-in-out infinite;
}
.orbit-legend {
  display: flex; gap: 18px; flex-wrap: wrap; justify-content: center;
  font-size: 12.5px; color: var(--gok-etiket);
  margin-top: 8px;
}
.orbit-legend .lg { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 6px; }
.lg--you { border: 2px solid var(--ekran); }
.lg--ela { background: var(--gok-cyan); }
.lg--talk { background: var(--amber); }

.planet-rows { list-style: none; width: 100%; }
.planet-rows li {
  display: flex; align-items: center; gap: 14px;
  padding: 15px 4px;
  border-bottom: 1px solid rgba(116,208,232,.14);
  font-size: 14.5px;
}
.planet-rows li:last-child { border-bottom: 0; }
.planet-rows .pl { width: 92px; font-weight: 700; }
.planet-rows .pair { flex: 1; color: var(--gok-metin); }

@media (max-width: 820px) {
  .gok-panel { grid-template-columns: 1fr; }
}
