/* 451 Studyo — keşfet vitrini, kitap sergisi, yazar paneli */

@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,650;9..144,750&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap");

:root {
  --sx-ink: #07080b;
  --sx-panel: rgba(255, 255, 255, 0.035);
  --sx-line: rgba(255, 255, 255, 0.1);
  --sx-foil: #d4b56a;
  --sx-foil-soft: rgba(212, 181, 106, 0.18);
  --sx-muted: rgba(255, 255, 255, 0.55);
  --sx-display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --sx-ui: "Plus Jakarta Sans", system-ui, sans-serif;
}

/* ——— Keşfet ——— */
.sx-discover {
  position: relative;
  overflow: hidden;
  padding: 7.5rem 0 5rem;
  background:
    radial-gradient(ellipse 80% 55% at 12% -10%, rgba(212, 181, 106, 0.14), transparent 55%),
    radial-gradient(ellipse 60% 40% at 90% 20%, rgba(80, 110, 140, 0.12), transparent 50%),
    linear-gradient(180deg, #0b0d12 0%, var(--sx-ink) 100%);
}

.sx-discover__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

.sx-discover__brand {
  margin: 0 0 0.85rem;
  font-family: var(--sx-ui);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sx-foil);
}

.sx-discover__brand.studio-brand-caps {
  text-transform: none;
}

.sx-discover__title {
  margin: 0 0 0.85rem;
  font-family: var(--sx-display);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: #f7f3ea;
}

.sx-discover__lede {
  margin: 0 0 2rem;
  max-width: 34rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--sx-muted);
}

.sx-discover-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 1.75rem;
  align-items: start;
}

@media (max-width: 860px) {
  .sx-discover-layout {
    grid-template-columns: 1fr;
  }
}

.sx-filters {
  position: sticky;
  top: 5.5rem;
  padding: 1rem 0.95rem;
  border: 1px solid var(--sx-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
}

.sx-filters__form {
  display: grid;
  gap: 0.55rem;
}

.sx-filters__label {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.sx-filters__input {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0.55rem 0.7rem;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.28);
  color: #f2efe8;
  font-size: 0.88rem;
}

.sx-filters__submit {
  margin-top: 0.35rem;
  padding: 0.6rem 0.8rem;
  border: 0;
  border-radius: 9px;
  background: var(--sx-foil);
  color: #1a1408;
  font-weight: 800;
  cursor: pointer;
}

.sx-filters__clear {
  text-align: center;
  font-size: 0.78rem;
  color: var(--sx-muted);
  text-decoration: none;
}

.sx-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.sx-toolbar__count {
  margin: 0;
  font-size: 0.85rem;
  color: var(--sx-muted);
}

.sx-view-toggle {
  display: inline-flex;
  border: 1px solid var(--sx-line);
  border-radius: 9px;
  overflow: hidden;
}

.sx-view-toggle__btn {
  display: grid;
  place-items: center;
  width: 2.2rem;
  height: 2.1rem;
  color: var(--sx-muted);
  text-decoration: none;
  background: transparent;
}

.sx-view-toggle__btn.is-on {
  background: rgba(212, 181, 106, 0.16);
  color: var(--sx-foil);
}

.sx-shelf {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem 0.95rem;
}

.sx-shelf--list {
  grid-template-columns: 1fr;
  gap: 0.55rem;
}

.sx-shelf--list .sx-book--compact,
.sx-shelf--list .sx-book--row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.sx-shelf--list .sx-book--row:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(212, 181, 106, 0.28);
}

.sx-shelf--list .sx-book__cover {
  aspect-ratio: 2 / 3;
  width: 72px;
  max-height: none;
  height: auto;
}

.sx-shelf--list .sx-book__meta {
  display: grid;
  gap: 0.28rem;
  min-width: 0;
}

.sx-shelf--list .sx-book__title {
  font-size: 1.05rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sx-shelf--list .sx-book__stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 1rem;
  margin-top: 0.2rem;
}

.sx-book__rating {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  color: var(--sx-foil);
  font-size: 0.78rem;
}

.sx-book__rating i {
  font-size: 0.72rem;
}

.sx-book__rating strong {
  margin-left: 0.25rem;
  color: #f5f1e8;
  font-weight: 750;
}

.sx-book--compact .sx-book__title {
  font-size: 1rem;
}

.sx-book--compact .sx-book__cover {
  border-radius: 3px 8px 8px 3px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.sx-book--compact:hover .sx-book__cover {
  transform: translateY(-4px);
}

@media (max-width: 1100px) {
  .sx-shelf:not(.sx-shelf--list) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .sx-shelf:not(.sx-shelf--list) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ——— Ana sayfa Studyo bandı ——— */
.studyo-home-band {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(ellipse 70% 60% at 10% 0%, rgba(212, 181, 106, 0.08), transparent 55%),
    var(--site-page-bg, #0b0d12);
}

.studyo-home-band__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.studyo-home-band__eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d4b56a;
}

.studyo-home-band h2 {
  margin: 0 0 0.4rem;
  font-family: var(--font-heading, Georgia, serif);
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  font-weight: 650;
  letter-spacing: -0.02em;
}

.studyo-home-band__kicker {
  margin: 0;
  max-width: 36rem;
  color: var(--site-ink-muted, rgba(255,255,255,0.55));
  font-size: 0.95rem;
  line-height: 1.55;
}

.studyo-home-band__all {
  flex-shrink: 0;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 700;
  color: #d4b56a;
  border: 1px solid rgba(212, 181, 106, 0.35);
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
}

.studyo-home-band__all:hover {
  background: rgba(212, 181, 106, 0.12);
}

.studyo-home-rail {
  display: flex;
  gap: 0.95rem;
  overflow-x: auto;
  padding: 0.35rem 0.15rem 0.85rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.studyo-home-rail::-webkit-scrollbar {
  height: 6px;
}

.studyo-home-rail::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 99px;
}

.studyo-home-card {
  flex: 0 0 148px;
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
}

.studyo-home-card__cover {
  aspect-ratio: 2 / 3;
  border-radius: 4px 10px 10px 4px;
  overflow: hidden;
  background: #141820;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.4);
  margin-bottom: 0.55rem;
  transition: transform 0.35s ease;
}

.studyo-home-card:hover .studyo-home-card__cover {
  transform: translateY(-6px);
}

.studyo-home-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.studyo-home-card__fallback {
  display: grid;
  place-items: center;
  height: 100%;
  padding: 0.75rem;
  text-align: center;
  background: linear-gradient(160deg, rgba(212, 181, 106, 0.2), #12161e);
}

.studyo-home-card__fallback span {
  font-family: Georgia, serif;
  font-size: 0.95rem;
  line-height: 1.25;
}

.studyo-home-card__meta {
  display: grid;
  gap: 0.15rem;
}

.studyo-home-card__meta strong {
  font-size: 0.86rem;
  line-height: 1.3;
}

.studyo-home-card__meta span {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

.studyo-home-card__meta em {
  font-style: normal;
  font-size: 0.75rem;
  color: #d4b56a;
  font-weight: 700;
}

/* (legacy short aliases kept for old prefs; full styles below) */
.studyo-prose--serif {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.18rem;
  line-height: 1.85;
}

.sx-book {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  text-decoration: none;
  color: inherit;
  animation: sx-rise 0.7s ease both;
}

.sx-book:nth-child(2) { animation-delay: 0.06s; }
.sx-book:nth-child(3) { animation-delay: 0.12s; }
.sx-book:nth-child(4) { animation-delay: 0.18s; }
.sx-book:nth-child(5) { animation-delay: 0.24s; }
.sx-book:nth-child(6) { animation-delay: 0.3s; }

@keyframes sx-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.sx-book__cover {
  position: relative;
  aspect-ratio: 2 / 3;
  border-radius: 4px 10px 10px 4px;
  overflow: hidden;
  background: linear-gradient(145deg, #1a1e28, #0e1016);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.45),
    inset -8px 0 16px rgba(0, 0, 0, 0.35);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
}

.sx-book:hover .sx-book__cover {
  transform: translateY(-8px) rotateY(-4deg);
  box-shadow:
    0 28px 55px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(212, 181, 106, 0.25);
}

.sx-book__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sx-book__cover-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  text-align: center;
  background:
    linear-gradient(160deg, rgba(212, 181, 106, 0.18), transparent 45%),
    linear-gradient(200deg, #18202c, #0c0f15);
}

.sx-book__cover-fallback span {
  font-family: var(--sx-display);
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  font-weight: 650;
  line-height: 1.2;
  color: #f2ebe0;
}

.sx-book__meta {
  display: grid;
  gap: 0.28rem;
}

.sx-book__title {
  margin: 0;
  font-family: var(--sx-display);
  font-size: 1.2rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: #f5f1e8;
}

.sx-book__by {
  margin: 0;
  font-size: 0.86rem;
  color: var(--sx-muted);
}

.sx-book__stats {
  margin: 0.15rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.42);
}

.sx-book__stats strong {
  color: var(--sx-foil);
  font-weight: 700;
}

.sx-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 4rem 1.5rem;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  color: var(--sx-muted);
}

.sx-empty__title {
  margin: 0 0 0.65rem;
  font-family: var(--sx-display);
  font-size: 1.35rem;
  font-weight: 650;
  color: #f4efe6;
}

.sx-empty__lede {
  margin: 0 auto 1.25rem;
  max-width: 28rem;
  line-height: 1.55;
}

.sx-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.85rem;
  margin-top: 2.75rem;
}

.sx-pager a,
.sx-pager span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--sx-line);
  text-decoration: none;
  color: inherit;
  font-size: 0.85rem;
  font-weight: 700;
}

.sx-pager a:hover {
  border-color: rgba(212, 181, 106, 0.45);
  color: var(--sx-foil);
}

.sx-pager .is-current {
  background: var(--sx-foil-soft);
  border-color: rgba(212, 181, 106, 0.4);
  color: var(--sx-foil);
}

/* ——— Vitrin ——— */
.sx-showcase {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: #f4efe6;
}

.sx-showcase__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  filter: blur(22px) saturate(1.2) brightness(0.62);
  animation: sx-bg-drift 18s ease-in-out infinite alternate;
}

@keyframes sx-bg-drift {
  from { transform: scale(1.08) translate3d(0, 0, 0); }
  to { transform: scale(1.14) translate3d(-1.5%, 1%, 0); }
}

.sx-showcase__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(7, 8, 11, 0.78) 0%, rgba(7, 8, 11, 0.52) 48%, rgba(7, 8, 11, 0.38) 100%),
    radial-gradient(circle at 80% 20%, rgba(212, 181, 106, 0.14), transparent 42%);
}

.sx-showcase__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 6.5rem 1.5rem 4.5rem;
  box-sizing: border-box;
}

.sx-showcase__back {
  display: inline-flex;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 600;
}

.sx-showcase__back:hover {
  color: var(--sx-foil);
}

.sx-showcase__layout {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 2.5rem 3rem;
  align-items: start;
}

@media (max-width: 800px) {
  .sx-showcase__layout {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

.sx-showcase__cover {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 2 / 3;
  border-radius: 6px 14px 14px 6px;
  overflow: hidden;
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.55),
    inset -10px 0 22px rgba(0, 0, 0, 0.35);
  animation: sx-rise 0.8s ease both;
}

.sx-showcase__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sx-showcase__info {
  animation: sx-rise 0.85s ease 0.1s both;
}

.sx-showcase__genre {
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sx-foil);
}

.sx-showcase__title {
  margin: 0 0 0.55rem;
  font-family: var(--sx-display);
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.sx-showcase__subtitle {
  margin: 0 0 1rem;
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.62);
}

.sx-showcase__author {
  margin: 0 0 1.35rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.78);
}

.sx-showcase__author strong {
  font-weight: 700;
  color: #fff;
}

.sx-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.75rem;
  margin-bottom: 1.35rem;
}

.sx-rating__form {
  margin: 0;
  display: inline-flex;
}

.sx-rating__stars {
  display: inline-flex;
  gap: 0.15rem;
  color: var(--sx-foil);
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}

.sx-rating__stars .fa-regular {
  color: rgba(255, 255, 255, 0.22);
}

.sx-rating__num {
  font-weight: 800;
  font-size: 1.05rem;
}

.sx-rating__count,
.sx-rating__yours {
  font-size: 0.85rem;
  color: var(--sx-muted);
}

.sx-rating__yours {
  color: var(--sx-foil);
  font-weight: 700;
}

.sx-rating__flash {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 750;
  color: #111;
  background: var(--sx-foil);
  animation: sx-flash-in 0.35s ease both;
}

.sx-rating__flash--warn {
  color: #ffe8e0;
  background: rgba(180, 60, 40, 0.85);
}

@keyframes sx-flash-in {
  from { opacity: 0; transform: translateY(4px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* row-reverse: hover’da soldan sağa dolan klasik yıldız seçici */
.sx-stars {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 0.2rem;
}

.sx-stars__star {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.22);
  font-size: 1.35rem;
  line-height: 1;
  transition: color 0.12s ease, transform 0.12s ease;
}

.sx-stars__star input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  white-space: nowrap;
  appearance: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.sx-stars__star i {
  pointer-events: none;
}

.sx-stars__star.is-on {
  color: var(--sx-foil);
}

.sx-stars:hover .sx-stars__star {
  color: rgba(255, 255, 255, 0.22);
}

.sx-stars__star:hover,
.sx-stars__star:hover ~ .sx-stars__star {
  color: var(--sx-foil);
  transform: scale(1.12);
}

.sx-stars__star:focus-within {
  color: var(--sx-foil);
  outline: none;
}

.sx-stars .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sx-showcase__desc {
  margin: 0 0 1.75rem;
  max-width: 38rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(244, 239, 230, 0.82);
}

.sx-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 0.75rem;
  margin-bottom: 2rem;
  max-width: 34rem;
}

.sx-metric {
  padding: 0.85rem 0.95rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.28);
}

.sx-metric__label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.sx-metric__value {
  font-family: var(--sx-display);
  font-size: 1.35rem;
  font-weight: 650;
}

.sx-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.55rem;
  border-radius: 999px;
  border: none;
  background: linear-gradient(120deg, #e2c27a, #b8923f);
  color: #14110c;
  font-family: var(--sx-ui);
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 35px rgba(184, 146, 63, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sx-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(184, 146, 63, 0.45);
  color: #14110c;
}

.sx-cta__hint {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
}

.sx-chapters {
  margin-top: 3rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sx-chapters h2 {
  margin: 0 0 1rem;
  font-family: var(--sx-display);
  font-size: 1.35rem;
  font-weight: 650;
}

.sx-chapters ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
  max-width: 36rem;
}

.sx-chapters li {
  display: flex;
  gap: 0.75rem;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.72);
}

.sx-chapters li span {
  color: var(--sx-foil);
  font-weight: 700;
  min-width: 1.5rem;
}

/* ——— Okuyucu ——— */
.studyo-reader {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto 3rem;
  box-sizing: border-box;
  position: relative;
}

.studyo-reader__chrome {
  margin-bottom: 1.35rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--st-line, var(--sx-line, #d5dee8));
}

.studyo-reader__back {
  margin: 0 0 0.5rem;
}

.studyo-reader__back a {
  color: var(--muted);
  font-size: 0.85rem;
  text-decoration: none;
}

.studyo-reader__book-title {
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 750;
  margin: 0 0 0.4rem;
  letter-spacing: -0.02em;
}

.studyo-reader__meta {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.studyo-reader__style-tag {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--st-muted, var(--muted));
  border: 1px solid var(--st-line, #d5dee8);
  border-radius: 999px;
  padding: 0.1rem 0.5rem;
  vertical-align: middle;
}

.studyo-reader__layout {
  display: grid;
  grid-template-columns: minmax(11rem, 14rem) minmax(0, 1fr);
  gap: 1.75rem 2rem;
  align-items: start;
}

.studyo-reader__layout--solo {
  grid-template-columns: 1fr;
}

.studyo-reader__toc {
  position: sticky;
  top: 5.5rem;
  max-height: calc(100vh - 7rem);
  overflow: auto;
  padding-right: 0.25rem;
}

.studyo-reader__toc-label {
  margin: 0 0 0.65rem;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.studyo-reader__toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.studyo-reader__toc-link {
  display: grid;
  grid-template-columns: 1.4rem minmax(0, 1fr);
  gap: 0.55rem;
  align-items: start;
  font-size: 0.84rem;
  line-height: 1.35;
  padding: 0.55rem 0.65rem;
  border-radius: 8px;
  border: 1px solid transparent;
  background: transparent;
  text-decoration: none;
  color: var(--st-ink, #1e293b);
}

.studyo-reader__toc-num {
  color: var(--st-muted, var(--muted));
  font-variant-numeric: tabular-nums;
  font-size: 0.78rem;
  padding-top: 0.05rem;
}

.studyo-reader__toc-title {
  overflow-wrap: anywhere;
  color: inherit;
}

.studyo-reader__toc-link:hover {
  background: var(--st-blue-soft, #e8eef4);
  color: var(--st-ink, #1e293b);
}

.studyo-reader__toc-link.is-active {
  border-color: rgba(61, 109, 148, 0.35);
  background: #e8eef4;
  color: var(--st-ink, #1e293b);
}

.studyo-reader__toc-link.is-active .studyo-reader__toc-num {
  color: var(--st-blue, #3d6d94);
}

.studyo-reader__main {
  min-width: 0;
}

.studyo-reader__pager {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--st-line, #d5dee8);
}

.studyo-reader__pager-btn {
  text-decoration: none;
  color: var(--st-ink, #1e293b);
  font-size: 0.88rem;
  padding: 0.55rem 0.9rem;
  border-radius: 8px;
  border: 1px solid var(--st-line, #d5dee8);
}

.studyo-reader__pager-btn.is-primary {
  margin-left: auto;
  border-color: var(--st-blue, #3d6d94);
  background: var(--st-blue, #3d6d94);
  color: #fff;
}

.studyo-reader__pager-end {
  margin-left: auto;
  color: var(--muted);
  font-size: 0.9rem;
  align-self: center;
}

.studyo-reader__empty {
  text-align: center;
  padding: 3rem;
  border: 1px dashed rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  color: var(--muted);
}

.studyo-reader__chapter {
  margin: 0 0 0.5rem;
}

.studyo-reader:not(.studyo-reader--none) .studyo-reader__chapter {
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

/* TipTap / site stillerini bastır — stil seçiliyse tüm bölüm metni tarza uyar */
.studyo-reader:not(.studyo-reader--none) .studyo-prose,
.studyo-reader:not(.studyo-reader--none) .studyo-prose p,
.studyo-reader:not(.studyo-reader--none) .studyo-prose li,
.studyo-reader:not(.studyo-reader--none) .studyo-prose blockquote,
.studyo-reader:not(.studyo-reader--none) .studyo-prose span,
.studyo-reader:not(.studyo-reader--none) .studyo-prose strong,
.studyo-reader:not(.studyo-reader--none) .studyo-prose em,
.studyo-reader:not(.studyo-reader--none) .studyo-prose h1,
.studyo-reader:not(.studyo-reader--none) .studyo-prose h2,
.studyo-reader:not(.studyo-reader--none) .studyo-prose h3 {
  color: inherit !important;
  background: transparent !important;
  font-family: inherit !important;
}

.studyo-reader:not(.studyo-reader--none) .studyo-prose a {
  color: inherit !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Global site h2 { color:#fff !important } — bölüm başlıklarını ezmesin */
.studyo-reader .studyo-chapter-title {
  margin: 0;
  text-align: center;
  font-family: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}

.studyo-chapter-head {
  margin-bottom: 1.35rem;
}

.studyo-chapter-num {
  margin: 0 0 0.55rem;
  text-align: center;
}

.studyo-chapter-ornament {
  text-align: center;
  margin: 0.65rem 0 1.35rem;
  opacity: 0.7;
  letter-spacing: 0.35em;
}

.studyo-prose {
  max-width: 42rem;
  margin: 0 auto;
}

.studyo-prose p {
  margin: 0 0 0.95em;
}

/* Stil yok */
.studyo-chapter--none .studyo-chapter-num { display: none; }
.studyo-chapter--none .studyo-chapter-title {
  text-align: left !important;
  font-family: var(--font-heading) !important;
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin: 0 0 1rem;
  line-height: 1.25 !important;
}
.studyo-prose--none {
  font-family: Georgia, "Iowan Old Style", serif;
  font-size: 1.08rem;
  line-height: 1.7;
}

/* Atölye */
.studyo-reader--atelier .studyo-reader__chapter {
  background: #f7f4ee;
  color: #1a1814;
  border-radius: 12px;
  padding: 2.25rem 1.5rem 2.5rem;
}
.studyo-chapter--atelier .studyo-chapter-num {
  font-family: "Merriweather", Georgia, serif;
  font-size: 1.05rem;
  letter-spacing: 0.12em;
  color: #6b6560;
}
.studyo-chapter--atelier .studyo-chapter-title {
  font-family: "Merriweather", Georgia, serif !important;
  font-size: clamp(1.45rem, 2.5vw, 1.75rem) !important;
  font-weight: 700 !important;
  color: #161410 !important;
  margin-bottom: 1.5rem;
  line-height: 1.25 !important;
}
.studyo-prose--atelier {
  font-family: "Merriweather", Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.85;
  color: #1a1814;
}
.studyo-prose--atelier p { text-indent: 1.35em; }
.studyo-prose--atelier p:first-child { text-indent: 0; }

/* Klasik */
.studyo-reader--classic .studyo-reader__chapter {
  background: #faf8f4;
  color: #1c1915;
  border-radius: 12px;
  padding: 2.4rem 1.6rem 2.6rem;
}
.studyo-chapter--classic .studyo-chapter-num {
  font-family: "Crimson Pro", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: #2a2622;
}
.studyo-chapter--classic .studyo-chapter-title {
  font-family: "Crimson Pro", Georgia, serif !important;
  font-size: clamp(1.5rem, 2.6vw, 1.8rem) !important;
  font-weight: 600 !important;
  color: #1c1915 !important;
  margin-bottom: 1.6rem;
  line-height: 1.25 !important;
}
.studyo-prose--classic {
  font-family: "Crimson Pro", Georgia, serif;
  font-size: 1.14rem;
  line-height: 1.8;
  color: #1c1915;
}
.studyo-prose--classic p { text-indent: 1.4em; }
.studyo-prose--classic p:first-child { text-indent: 0; }

/* Romantik */
.studyo-reader--romance .studyo-reader__chapter {
  background: #fbf7f2;
  color: #2a221c;
  border-radius: 14px;
  padding: 2.6rem 1.5rem 2.8rem;
}
.studyo-chapter--romance .studyo-chapter-num {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.92rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #7a6a5c;
}
.studyo-chapter--romance .studyo-chapter-title {
  font-family: "Great Vibes", cursive !important;
  font-size: clamp(2.1rem, 4vw, 2.7rem) !important;
  font-weight: 400 !important;
  color: #3a2e26 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}
.studyo-chapter--romance .studyo-chapter-ornament {
  color: #a89078;
  font-size: 1.1rem;
}
.studyo-prose--romance {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.9;
  color: #2a221c;
  text-align: justify;
}
.studyo-prose--romance p { text-indent: 1.5em; }
.studyo-prose--romance p:first-child { text-indent: 0; }

/* Modern */
.studyo-reader--modern .studyo-reader__chapter {
  background: #fff;
  color: #171717;
  border-radius: 12px;
  padding: 2.2rem 1.4rem 2.5rem;
}
.studyo-chapter--modern .studyo-chapter-num {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: #737373;
}
.studyo-chapter--modern .studyo-chapter-title {
  font-family: "Source Serif 4", Georgia, serif !important;
  font-size: clamp(1.55rem, 2.8vw, 1.9rem) !important;
  font-weight: 600 !important;
  color: #171717 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 1.4rem;
  line-height: 1.25 !important;
}
.studyo-prose--modern {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #171717;
}

/* Noir */
.studyo-reader--noir .studyo-reader__chapter {
  background: #12110f;
  color: #e8e2d6;
  border-radius: 12px;
  padding: 2.5rem 1.5rem 2.8rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.studyo-chapter--noir .studyo-chapter-num {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 0.82rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #9a917f;
}
.studyo-chapter--noir .studyo-chapter-title {
  font-family: "Libre Baskerville", Georgia, serif !important;
  font-size: clamp(1.35rem, 2.4vw, 1.6rem) !important;
  font-weight: 700 !important;
  font-style: italic;
  color: #f2ebe0 !important;
  margin-bottom: 0.4rem;
  line-height: 1.3 !important;
}
.studyo-chapter--noir .studyo-chapter-ornament {
  color: #6e6758;
}
.studyo-prose--noir {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.02rem;
  line-height: 1.9;
  color: #e8e2d6;
}
.studyo-prose--noir p { text-indent: 1.35em; }
.studyo-prose--noir p:first-child { text-indent: 0; }

@media (max-width: 860px) {
  .studyo-reader__layout {
    grid-template-columns: 1fr;
  }

  .studyo-reader__toc {
    position: static;
    max-height: none;
    margin-bottom: 0.25rem;
  }

  .studyo-reader__toc-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(10.5rem, 1fr));
    gap: 0.35rem;
  }
}

.studyo-char-tip {
  position: absolute;
  z-index: 20;
  width: min(240px, 80vw);
  padding: 0.7rem 0.8rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #151821;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.studyo-char-tip[hidden] {
  display: none !important;
}

.studyo-char-tip__name {
  font-weight: 750;
  font-size: 0.9rem;
  margin-bottom: 0.15rem;
}

.studyo-char-tip__role {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.35rem;
}

.studyo-char-tip__body {
  font-size: 0.78rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
}

/* ——— Yazı masası ——— */
.sd-desk {
  display: grid;
  gap: 1.5rem;
  color: #1e293b;
}

.sd-new-book {
  padding: 1.25rem 1.35rem !important;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
}

.sd-new-book__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: end;
}

.sd-new-book__row > p {
  margin: 0 !important;
}

.sd-new-book__row input {
  margin: 0 !important;
}

.sd-new-book__btn {
  width: auto !important;
  margin: 0 !important;
  white-space: nowrap;
  align-self: end;
  height: 2.7rem;
  padding: 0 1.15rem !important;
  transform: none !important;
}

.sd-new-book__btn:hover {
  transform: none !important;
}

.sd-new-book__error {
  color: #ff6c3c;
  font-size: 0.75rem;
  margin-top: 4px;
  display: block;
}

@media (max-width: 640px) {
  .sd-new-book__row {
    grid-template-columns: 1fr;
  }

  .sd-new-book__btn {
    width: 100% !important;
  }
}

.sd-hero {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-end;
}

.sd-hero h3 {
  margin: 0;
  font-family: var(--sx-display);
  font-size: 1.65rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: #1e293b;
}

.sd-hero p {
  margin: 0.4rem 0 0;
  color: #5b6b7c;
  font-size: 0.9rem;
}

.sd-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

@media (max-width: 900px) {
  .sd-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.sd-kpi {
  padding: 1.1rem 1.15rem;
  border-radius: 14px;
  border: 1px solid #d5dee8;
  background: #fff;
}

.sd-kpi__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5b6b7c;
}

.sd-kpi__value {
  font-family: var(--sx-display);
  font-size: 1.85rem;
  font-weight: 650;
  color: #1e293b;
}

.sd-charts {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1rem;
}

@media (max-width: 960px) {
  .sd-charts {
    grid-template-columns: 1fr;
  }
}

.sd-panel {
  padding: 1.2rem 1.25rem 1.35rem;
  border-radius: 14px;
  border: 1px solid #d5dee8;
  background: #fff;
  color: #1e293b;
}

.sd-panel h4 {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5b6b7c;
}

.sd-bars {
  display: grid;
  gap: 0.75rem;
}

.sd-bar-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 3.5rem;
  gap: 0.65rem;
  align-items: center;
}

.sd-bar-row__label {
  font-size: 0.82rem;
  color: #1e293b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sd-bar-track {
  grid-column: 1 / -1;
  height: 8px;
  border-radius: 999px;
  background: #d7e4ef;
  overflow: hidden;
}

.sd-bar-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #b8923f, #e2c27a);
  transition: width 0.6s ease;
}

.sd-bar-row__num {
  text-align: right;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--sx-foil);
}

.sd-ring-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 1rem;
}

.sd-ring {
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  text-align: center;
}

.sd-ring svg {
  width: 84px;
  height: 84px;
  transform: rotate(-90deg);
}

.sd-ring circle {
  fill: none;
  stroke-width: 8;
}

.sd-ring .track {
  stroke: #d5dee8;
}

.sd-ring .value {
  stroke: #b8923f;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.7s ease;
}

.sd-ring__label {
  font-size: 0.75rem;
  color: #5b6b7c;
  max-width: 9rem;
  line-height: 1.3;
}

.sd-book-grid {
  display: grid;
  gap: 0.85rem;
}

.sd-book-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  border: 1px solid #d5dee8;
  background: #fff;
  text-decoration: none;
  color: #1e293b;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.sd-book-card:hover {
  border-color: rgba(212, 181, 106, 0.35);
  background: rgba(212, 181, 106, 0.05);
}

.sd-book-card__thumb {
  width: 72px;
  height: 108px;
  border-radius: 4px 8px 8px 4px;
  overflow: hidden;
  background: #151820;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}

.sd-book-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sd-book-card__thumb-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-family: var(--sx-display);
  font-size: 1.1rem;
  color: #f2ebe0;
  background: linear-gradient(160deg, #243044, #12151c);
  padding: 0.35rem;
  text-align: center;
}

.sd-book-card__title {
  margin: 0 0 0.25rem;
  font-weight: 800;
  color: #1e293b;
  font-size: 1.02rem;
}

.sd-book-card__meta {
  margin: 0;
  font-size: 0.8rem;
  color: #5b6b7c;
}

.sd-book-card__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.55rem;
}

.sd-pill {
  display: inline-flex;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  background: #d7e4ef;
  color: #1e293b;
}

.sd-book-card__actions {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

@media (max-width: 720px) {
  .sd-book-card {
    grid-template-columns: 64px minmax(0, 1fr);
  }
  .sd-book-card__actions {
    grid-column: 1 / -1;
    flex-direction: row;
  }
}

.sd-insights-hero {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 1.35rem;
  align-items: center;
  margin-bottom: 1.5rem;
}

@media (max-width: 640px) {
  .sd-insights-hero {
    grid-template-columns: 1fr;
  }
}

.sd-insights-cover {
  width: 140px;
  height: 210px;
  border-radius: 4px 10px 10px 4px;
  overflow: hidden;
  background: #151820;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.sd-insights-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sd-insights-cover-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 0.75rem;
  text-align: center;
  font-family: var(--sx-display);
  font-size: 1.2rem;
  background: linear-gradient(160deg, #243044, #12151c);
  color: #f2ebe0;
}

.sd-insights-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b8923f;
}

.sd-insights-title {
  margin: 0 0 0.45rem;
  font-family: var(--sx-display, Fraunces, Georgia, serif);
  font-size: 1.85rem;
  font-weight: 650;
  color: var(--st-ink, #1e293b);
}

.sd-insights-sub {
  margin: 0 0 0.65rem;
  color: var(--st-muted, #5b6b7c);
}

.sd-insights-meta {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: var(--st-muted, #5b6b7c);
}

.sd-insights-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.sd-facts {
  margin: 0;
  display: grid;
  gap: 0.85rem;
}

.sd-facts dt {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--st-muted, #5b6b7c);
}

.sd-facts dd {
  margin: 0.35rem 0 0;
  line-height: 1.6;
  color: var(--st-ink, #1e293b);
}

.sd-list-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--st-line, rgba(0, 0, 0, 0.08));
  font-size: 0.88rem;
}

.sd-list-row__name {
  color: var(--st-ink, #1e293b);
  font-weight: 650;
}

.sd-list-row__meta {
  color: var(--st-muted, #5b6b7c);
}

.sd-quiet {
  margin: 0;
  color: var(--st-muted, #5b6b7c);
  font-size: 0.9rem;
}

.sd-shelf {
  display: grid;
  gap: 0;
}

.sd-shelf__head,
.sd-shelf__row {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 1.2fr) 5.5rem auto;
  gap: 1rem;
  align-items: center;
  padding: 0.85rem 0.15rem;
}

.sd-shelf__head {
  padding-top: 0;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid var(--st-line, rgba(0, 0, 0, 0.08));
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5b6b7c;
}

.sd-shelf__row {
  border-bottom: 1px solid var(--st-line, rgba(0, 0, 0, 0.06));
}

.sd-shelf__row:last-child {
  border-bottom: 0;
}

.sd-shelf__title {
  font-weight: 700;
  color: #1e293b;
  overflow-wrap: anywhere;
}

.sd-shelf__meta {
  color: #5b6b7c;
  font-size: 0.92rem;
}

.sd-shelf__action {
  justify-self: end;
  text-align: right;
}

.sd-empty {
  display: grid;
  gap: 1rem;
  justify-items: center;
  text-align: center;
  padding: 2.5rem 1rem;
}

.sd-empty p {
  margin: 0;
  max-width: 28rem;
  color: #5b6b7c;
  line-height: 1.55;
}

@media (max-width: 720px) {
  .sd-shelf__head {
    display: none;
  }

  .sd-shelf__row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
    padding: 1rem 0;
  }

  .sd-shelf__meta,
  .sd-shelf__title,
  .sd-shelf__action {
    justify-self: start;
    text-align: left;
  }

  .sd-shelf__meta::before,
  .sd-shelf__action::before {
    content: attr(data-label) ": ";
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8a97a8;
  }

  .sd-shelf__action::before {
    display: block;
    margin-bottom: 0.35rem;
  }
}

.sd-desk,
.sd-panel,
.sd-kpi {
  color: #1e293b;
}

.sd-facts dd,
.sd-list-row__name,
.sd-insights-title,
.sd-bar-row__label {
  color: #1e293b !important;
}

.sd-quiet,
.sd-facts dt,
.sd-ring__label,
.sd-insights-meta,
.sd-insights-sub,
.sd-list-row__meta,
.sd-panel h4,
.sd-kpi__label {
  color: #5b6b7c !important;
}
