/* 451 Studio — light blue-grey site + panel (separate from 451 Atölye chrome) */

:root {
  --st-bg: #eef2f6;
  --st-bg-2: #f7f9fb;
  --st-paper: #ffffff;
  --st-ink: #1e293b;
  --st-muted: #5b6b7c;
  --st-line: #d5dee8;
  --st-blue: #3d6d94;
  --st-blue-2: #4f82ab;
  --st-blue-soft: #d7e4ef;
  --st-shadow: 0 18px 40px rgba(30, 52, 74, 0.08);
  --st-display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --st-ui: "Plus Jakarta Sans", system-ui, sans-serif;
  --st-top: 64px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
}

html,
body.studio-site,
body.studio-app {
  margin: 0;
  background: var(--st-bg);
  color: var(--st-ink);
  font-family: var(--st-ui);
  line-height: 1.55;
  --muted: var(--st-muted);
  --accent: var(--st-blue);
  --font-heading: var(--st-display);
  max-width: 100%;
  overflow-x: clip;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  height: 34px;
  box-sizing: border-box;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
}

.language-switcher-link {
  color: var(--st-muted);
  text-decoration: none;
}

.language-switcher-link.is-active {
  color: var(--st-ink);
}

.studio-site .dashboard-primary-button,
.studio-app .dashboard-primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--st-blue);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 0.55rem 1rem;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
}

a {
  color: var(--st-blue);
}

.studio-messages {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0.75rem 1.25rem 0;
  color: var(--st-blue);
  font-weight: 600;
}

.studio-top {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--st-top);
  background: #1c2836;
  border-bottom: 1px solid #2c3d50;
}

.studio-top--app {
  background: #18232f;
}

.studio-top__inner {
  max-width: 1180px;
  height: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.studio-nav-toggle {
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-left: auto;
  padding: 0;
  border: 1px solid rgba(244, 234, 216, 0.16);
  border-radius: 10px;
  background: rgba(244, 234, 216, 0.06);
  color: #f4ead8;
  font-size: 1rem;
  cursor: pointer;
  flex-shrink: 0;
  z-index: 60;
}

.studio-nav-toggle:hover,
.studio-nav-toggle[aria-expanded="true"] {
  background: rgba(244, 234, 216, 0.12);
  border-color: rgba(244, 234, 216, 0.28);
  color: #fff;
}

.studio-nav-sheet,
.studio-nav-sheet__panel {
  display: contents;
}

.studio-nav-sheet__grab {
  display: none;
}

.studio-mark {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  line-height: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.studio-mark__img {
  display: block;
  height: 42px;
  width: auto;
  mix-blend-mode: screen;
}

.studio-mark--foot .studio-mark__img {
  height: 48px;
  mix-blend-mode: screen;
}

.studio-top__nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  flex: 1;
}

.studio-top__nav a {
  display: inline-flex;
  align-items: center;
  height: 34px;
  color: rgba(244, 234, 216, 0.78);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1;
}

.studio-top__nav a:hover,
.studio-top__nav a.is-active {
  color: #f4ead8;
}

.studio-top__world-btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(244, 234, 216, 0.78);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1;
  cursor: pointer;
}

.studio-top__world-btn:hover,
.studio-top__world-btn.is-active {
  color: #f4ead8;
}

.studio-top__world-btn--return {
  color: rgba(244, 234, 216, 0.55);
  font-size: 0.82rem;
}

.studio-top__actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.studio-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 9px;
  color: rgba(244, 234, 216, 0.55);
  background: transparent;
  text-decoration: none;
  line-height: 1;
  flex-shrink: 0;
}

.studio-icon-btn:hover,
.studio-icon-btn.is-active {
  color: #f4ead8;
  background: rgba(244, 234, 216, 0.08);
}

.studio-top__user {
  display: inline-flex;
  align-items: center;
  height: 34px;
  max-width: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.82rem;
  color: rgba(244, 234, 216, 0.7);
  flex-shrink: 1;
  min-width: 0;
}

.studio-top .studio-btn {
  height: 34px;
  padding: 0 0.85rem;
  box-sizing: border-box;
}

.studio-logout {
  margin: 0;
  display: inline-flex;
  align-items: center;
}

.studio-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
}

.studio-btn--solid {
  background: var(--st-blue);
  color: #fff;
}

.studio-btn--solid:hover {
  background: var(--st-blue-2);
}

.studio-btn--ghost {
  background: transparent;
  color: var(--st-ink);
  border-color: var(--st-line);
}

.studio-btn--sm {
  padding: 0.4rem 0.85rem;
  font-size: 0.8rem;
}

.studio-top .studio-btn--ghost {
  color: #f4ead8;
  border-color: rgba(244, 234, 216, 0.32);
}

.studio-top .studio-btn--ghost.is-active,
.studio-top .studio-btn--ghost:hover {
  background: rgba(244, 234, 216, 0.12);
}

.studio-top .studio-btn--solid {
  background: #e8dcc4;
  color: #1c2836;
}

.studio-top .studio-btn--solid:hover {
  background: #f4ead8;
}

.studio-top .studio-btn--atelier {
  height: 34px;
  padding: 0 0.85rem;
  background: #2f7a72;
  color: #fff;
  border-color: transparent;
  white-space: nowrap;
}

.studio-top .studio-btn--atelier:hover {
  background: #3a8f86;
  color: #fff;
}

.studio-top__nav a.studio-btn--atelier,
.studio-top__nav a.studio-btn--atelier:hover,
.studio-top__nav a.studio-btn--atelier.is-active {
  color: #fff;
  font-size: 0.86rem;
}

.language-switcher-form {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  border: 0;
}

.studio-top .language-switcher {
  height: 34px;
  padding: 3px;
  border: 1px solid rgba(244, 234, 216, 0.18);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}

.studio-top .language-switcher-sep {
  color: rgba(244, 234, 216, 0.28);
  font-size: 0.65rem;
  font-weight: 500;
  line-height: 1;
  padding: 0 0.05rem;
}

.studio-top .language-switcher-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  height: 26px;
  min-height: 0;
  min-width: 1.7rem;
  padding: 0 0.4rem;
  border-radius: 5px;
  font-family: inherit;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
  color: rgba(244, 234, 216, 0.55);
}

.studio-top .language-switcher-link.is-active,
.studio-top .language-switcher-link:hover {
  color: #f4ead8;
  background: rgba(244, 234, 216, 0.08);
}

.studio-btn--lg {
  padding: 0.75rem 1.25rem;
  font-size: 0.95rem;
}

.studio-main {
  min-height: calc(100vh - var(--st-top) - 180px);
}

.studio-main--flush {
  min-height: 0;
}

.studio-main--auth {
  display: flex;
  justify-content: center;
  padding: 3rem 1.25rem 5rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
}

.studio-app-main {
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.75rem 1.25rem 3rem;
  min-height: calc(100vh - var(--st-top) - 88px);
}

.studio-app--editor .studio-app-main {
  max-width: none;
  padding: 0;
  height: calc(100vh - var(--st-top));
  min-height: 0;
  overflow: hidden;
}

.studio-foot {
  border-top: 1px solid #2c3d50;
  background: #1c2836;
  padding: 2.5rem 1.25rem 3rem;
  color: #d7e0ea;
}

.studio-foot--app {
  padding: 1.1rem 1.25rem;
}

.studio-foot__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.studio-foot__lede {
  color: #9aabbc;
  max-width: 22rem;
  margin: 0.5rem 0 0;
}

.studio-foot__cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  min-width: 0;
  flex: 1 1 16rem;
}

.studio-foot h4 {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8ea0b3;
}

.studio-brand-caps {
  text-transform: none !important;
  letter-spacing: 0.12em;
  font-weight: 800;
}

.studio-foot a {
  display: block;
  color: #e8eef4;
  text-decoration: none;
  font-size: 0.9rem;
  margin: 0.28rem 0;
}

.studio-cookie {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 50;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: flex-start;
  max-width: min(28rem, calc(100vw - 2rem));
  width: auto;
  margin-left: auto;
  padding: 0.9rem 1rem;
  background: var(--st-paper);
  border: 1px solid var(--st-line);
  border-radius: 14px;
  box-shadow: var(--st-shadow);
  font-size: 0.85rem;
  box-sizing: border-box;
}

.studio-cookie > p {
  flex: 1 1 12rem;
  margin: 0;
  min-width: 0;
}

.studio-cookie__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.studio-cookie__ok {
  border: 0;
  background: var(--st-blue);
  color: #fff;
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
  font-weight: 700;
  cursor: pointer;
  white-space: normal;
  text-align: center;
  line-height: 1.25;
}

.studio-cookie__ok--ghost {
  background: transparent;
  color: var(--st-ink);
  border: 1px solid var(--st-line);
}

.st-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.st-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--st-blue);
}

.st-hero {
  padding: 4.5rem 0 4rem;
  background:
    radial-gradient(ellipse 70% 55% at 12% -10%, rgba(61, 109, 148, 0.16), transparent 55%),
    radial-gradient(ellipse 50% 40% at 92% 10%, rgba(180, 196, 210, 0.5), transparent 50%),
    linear-gradient(180deg, #e8eef4 0%, var(--st-bg) 100%);
}

.st-hero h1,
.st-band h2,
.st-reach h2,
.st-feat h2,
.st-faq h2,
.st-cta h2 {
  font-family: var(--st-display);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin: 0 0 1rem;
  color: var(--st-ink);
}

.st-hero h1 {
  font-size: clamp(2.35rem, 5.2vw, 3.85rem);
}

.st-lede,
.st-cta p {
  color: var(--st-muted);
  font-size: 1.05rem;
  max-width: 38rem;
}

.st-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
  gap: 3rem;
  align-items: center;
}

.st-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.st-frame {
  margin: 0;
  padding: 0.7rem 0.7rem 0.85rem;
  background: #f4f7fa;
  border: 1px solid var(--st-line);
  border-radius: 18px;
  box-shadow: var(--st-shadow);
}

.st-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
  background: #d7e0ea;
}

.st-frame--wide img {
  aspect-ratio: 16 / 9;
}

.st-section-head {
  max-width: 40rem;
  margin-bottom: 2.25rem;
}

.st-section-head h2 {
  margin-bottom: 0.4rem;
}

.st-section-head--row {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(12rem, 0.8fr);
  gap: 2rem;
  align-items: end;
}

.st-section-head__aside {
  margin: 0 0 0.35rem;
  color: var(--st-muted);
  font-size: 0.98rem;
}

.st-band {
  padding: 5rem 0;
}

.st-steps {
  --st-step-gap: 1.7rem;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--st-step-gap);
  align-items: stretch;
}

.st-steps__col {
  position: relative;
  display: flex;
  min-width: 0;
}

.st-steps__col:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 100%;
  width: var(--st-step-gap);
  height: 2px;
  background: linear-gradient(90deg, #c5d3e0, var(--st-blue), #c5d3e0);
  transform: translateY(-50%);
  pointer-events: none;
}

.st-steps__col:not(:last-child)::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: calc(100% + var(--st-step-gap) / 2 - 4px);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--st-blue);
  transform: translateY(-50%);
  pointer-events: none;
}

.st-steps__col--opt:not(:last-child)::after,
.st-steps__col:has(+ .st-steps__col--opt)::after {
  background: repeating-linear-gradient(
    90deg,
    #c9a56a 0 5px,
    transparent 5px 9px
  );
}

.st-steps__col--opt:not(:last-child)::before,
.st-steps__col:has(+ .st-steps__col--opt)::before {
  border-color: #c9a56a;
}

.st-steps__card,
.st-steps__opt {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  padding: 1.55rem 1.35rem 1.5rem;
}

.st-steps__card {
  background: var(--st-paper);
  border: 1px solid var(--st-line);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}

.st-steps__n {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--st-blue);
  margin-bottom: 1.05rem;
}

.st-steps h3 {
  margin: 0 0 0.55rem;
  font-family: var(--st-display);
  font-size: 1.28rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.st-steps p {
  margin: 0;
  color: var(--st-muted);
  line-height: 1.55;
}

.st-steps__opt {
  color: #f4ead8;
  border: 1.5px dashed #c9a56a;
  background:
    linear-gradient(165deg, #2b3c4f 0%, #1c2836 52%, #16202a 100%);
  box-shadow:
    inset 0 0 0 1px rgba(201, 165, 106, 0.32),
    0 0 0 1px rgba(201, 165, 106, 0.16),
    0 0 0 6px rgba(201, 165, 106, 0.07),
    0 16px 36px rgba(28, 40, 54, 0.16);
}

.st-steps__opt-kicker {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.85rem;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  background: rgba(232, 220, 196, 0.16);
  border: 1px solid rgba(201, 165, 106, 0.35);
  color: #e8dcc4;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.st-steps__opt h3 {
  color: #f4ead8;
}

.st-steps__opt p {
  color: rgba(244, 234, 216, 0.72);
}

.st-steps__opt a {
  margin-top: auto;
  padding-top: 1rem;
  align-self: flex-start;
  color: #e8dcc4;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 220, 196, 0.35);
}

.st-steps__opt a:hover {
  border-bottom-color: #e8dcc4;
}

.st-reach {
  position: relative;
  min-height: 28rem;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #15202b;
  color: #eef3f7;
}

.st-reach__media {
  position: absolute;
  inset: 0;
}

.st-reach__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.7) contrast(1.05);
}

.st-reach__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 27, 36, 0.92) 0%, rgba(18, 27, 36, 0.78) 42%, rgba(18, 27, 36, 0.35) 100%);
}

.st-reach__copy {
  position: relative;
  z-index: 1;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.st-reach h2 {
  color: #f4ead8;
  font-size: clamp(2rem, 4vw, 3rem);
  max-width: 18ch;
}

.st-reach p {
  max-width: 34rem;
  color: rgba(238, 243, 247, 0.82);
  font-size: 1.05rem;
  margin: 0 0 1.6rem;
}

.st-kicker--light {
  color: #c4d4e4;
}

.studio-btn--on-dark {
  background: #e8dcc4;
  color: #1c2836;
  border-color: transparent;
}

.studio-btn--on-dark:hover {
  background: #f4ead8;
}

.st-reach::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 5.5rem;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(238, 242, 246, 0) 0%, var(--st-bg) 100%);
}

.st-editor-show {
  margin: 0 0 2rem;
}

.st-feat {
  background: var(--st-bg);
  color: #e8eef4;
  padding: 2.75rem 1.25rem 4.75rem;
}

.st-feat__frame {
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 28px;
  background: #16202a;
  box-shadow: 0 28px 70px rgba(22, 32, 42, 0.16);
  padding-bottom: 2.75rem;
}

.st-feat h2 {
  color: #f4ead8;
  margin-bottom: 0.35rem;
}

.st-feat__stage {
  position: relative;
  min-height: 28rem;
  display: grid;
  align-items: end;
  overflow: hidden;
  margin-bottom: 2.35rem;
}

.st-feat__media {
  position: absolute;
  inset: 0;
}

.st-feat__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.72) contrast(1.05);
}

.st-feat__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 24, 32, 0.9) 0%, rgba(16, 24, 32, 0.62) 46%, rgba(16, 24, 32, 0.22) 100%),
    linear-gradient(180deg, rgba(16, 24, 32, 0.12) 0%, rgba(16, 24, 32, 0.55) 100%);
}

.st-feat__copy {
  position: relative;
  z-index: 1;
  padding-top: 6.5rem;
  padding-bottom: 4.25rem;
}

.st-feat__copy h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  max-width: 14ch;
  margin: 0 0 1rem;
}

.st-feat__copy p {
  max-width: 34rem;
  margin: 0;
  color: rgba(232, 238, 244, 0.86);
  font-size: 1.05rem;
  line-height: 1.6;
}

.st-kicker--on-dark {
  color: #c4b396;
}

.st-feat__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.st-feat__list li {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 100%;
  padding: 1.35rem 1.25rem 1.45rem;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(244, 234, 216, 0.07), rgba(244, 234, 216, 0.025));
  border: 1px solid rgba(244, 234, 216, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.st-feat__list li:hover {
  border-color: rgba(196, 179, 150, 0.42);
  background:
    linear-gradient(180deg, rgba(244, 234, 216, 0.12), rgba(244, 234, 216, 0.04));
  transform: translateY(-3px);
}

.st-feat__icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #e6d5b3;
  background:
    radial-gradient(circle at 30% 20%, rgba(244, 234, 216, 0.22), transparent 58%),
    rgba(196, 179, 150, 0.1);
  border: 1px solid rgba(196, 179, 150, 0.32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.st-feat__icon svg {
  width: 1.35rem;
  height: 1.35rem;
  display: block;
}

.st-feat__list h3 {
  margin: 0 0 0.4rem;
  font-family: var(--st-display);
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #f4ead8;
}

.st-feat__list p {
  margin: 0;
  color: rgba(232, 238, 244, 0.64);
  font-size: 0.92rem;
  line-height: 1.55;
}

@media (prefers-reduced-motion: reduce) {
  .st-feat__list li,
  .st-feat__list li:hover {
    transition: none;
    transform: none;
  }
}

.st-photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid var(--st-line);
  box-shadow: var(--st-shadow);
  background: #d7e0ea;
}

.st-faq {
  padding: 3rem 0 4rem;
}

.st-faq__list {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.65rem;
}

.st-faq details {
  background: var(--st-paper);
  border: 1px solid var(--st-line);
  border-radius: 12px;
  padding: 0.9rem 1.1rem;
}

.st-faq summary {
  cursor: pointer;
  font-weight: 700;
}

.st-faq details p {
  margin: 0.7rem 0 0;
  color: var(--st-muted);
}

.st-cta {
  padding: 0 0 5rem;
}

.st-cta__box {
  background: linear-gradient(180deg, #dce7f0, #eef3f7);
  border: 1px solid var(--st-line);
  border-radius: 20px;
  padding: 2.5rem 1.75rem;
  text-align: center;
}

.st-cta__box .st-lede,
.st-cta__box p {
  margin-left: auto;
  margin-right: auto;
}

.st-cta__box .st-hero__cta {
  justify-content: center;
}

.studio-auth {
  width: min(36rem, 100%);
  min-width: 0;
  max-width: 100%;
}

.studio-auth--signup {
  width: min(40rem, 100%);
}

.studio-auth h1 {
  font-family: var(--st-display);
  font-size: clamp(1.55rem, 5vw, 2rem);
  margin: 0 0 0.6rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.studio-auth__back {
  margin: 0 0 1.25rem;
}

.studio-auth__back a {
  color: var(--st-muted);
  font-size: 0.85rem;
  text-decoration: none;
}

.studio-auth__back a:hover {
  color: var(--st-blue);
}

.studio-auth__intro {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.85rem 1rem;
  margin-bottom: 1.5rem;
}

.studio-auth__intro-copy {
  flex: 1 1 16rem;
  min-width: 0;
}

.studio-auth__trial {
  flex: 0 1 auto;
  white-space: normal;
  text-align: center;
}

.studio-auth__form p {
  display: grid;
  gap: 0.35rem;
  margin: 0 0 0.9rem;
}

.studio-auth__form--grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 1rem;
}

.studio-auth__field {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}

.studio-auth__field span:first-child {
  font-weight: 700;
  font-size: 0.9rem;
}

.studio-auth__form input[type="text"],
.studio-auth__form input[type="email"],
.studio-auth__form input[type="password"] {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid var(--st-line);
  border-radius: 10px;
  padding: 0.7rem 0.85rem;
  font: inherit;
  background: #fff;
  color: var(--st-ink);
}

.studio-auth__form button {
  width: auto;
  max-width: 100%;
}

.studio-auth__form:not(.studio-auth__form--grid) .studio-btn {
  width: 100%;
  justify-content: center;
}

.studio-auth__checks {
  grid-column: 1 / -1;
  display: grid;
  gap: 0.85rem;
  margin-top: 0.25rem;
}

.studio-auth__check {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  font-weight: 650;
  line-height: 1.45;
  min-width: 0;
}

.studio-auth__check input {
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.studio-auth__check > span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.studio-auth__legal {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--st-muted);
}

.studio-auth__submit {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
  margin-top: 0.35rem;
}

.studio-auth__error,
.studio-auth__errors {
  color: #b42318;
  font-size: 0.82rem;
}

.studio-auth__errors {
  margin: 0 0 1rem;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background: rgba(180, 35, 24, 0.08);
  border: 1px solid rgba(180, 35, 24, 0.2);
}

.studio-auth__links {
  margin: 0;
  font-size: 0.9rem;
  color: var(--st-muted);
}

@media (max-width: 640px) {
  .studio-auth__form--grid {
    grid-template-columns: 1fr;
  }

  .studio-auth__trial {
    width: 100%;
    justify-content: center;
  }

  .studio-auth__submit .studio-btn {
    width: 100%;
    justify-content: center;
  }

  .studio-main--auth {
    padding: 1.75rem 1rem 3.5rem;
  }

  .studio-cookie {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    max-width: none;
  }
}

.studio-site .sx-discover {
  background:
    radial-gradient(ellipse 80% 55% at 12% -10%, rgba(61, 109, 148, 0.12), transparent 55%),
    linear-gradient(180deg, #e8eef4 0%, var(--st-bg) 100%) !important;
}

.studio-site .sx-discover__brand,
.studio-site .sx-discover__title,
.studio-site .sx-discover__lede {
  color: var(--st-ink);
}

.studio-site .sx-showcase {
  color: var(--st-ink);
  min-height: 100vh;
  overflow: hidden;
  background: #e8eef4 !important;
}

.studio-site .sx-showcase__bg {
  display: block;
  filter: blur(26px) saturate(1.15) brightness(1.08);
  transform: scale(1.12);
  opacity: 0.7;
}

.studio-site .sx-showcase__veil {
  display: block;
  background:
    linear-gradient(
      105deg,
      rgba(238, 242, 246, 0.88) 0%,
      rgba(238, 242, 246, 0.7) 42%,
      rgba(238, 242, 246, 0.42) 100%
    );
}

.studio-site .sx-showcase__inner {
  padding: 2rem 1.5rem 4rem;
}

.studio-site .sx-showcase__back {
  color: var(--st-muted);
}

.studio-site .sx-showcase__back:hover {
  color: var(--st-blue);
}

.studio-site .sx-showcase__title,
.studio-site .sx-showcase h1,
.studio-site .sx-showcase h2 {
  color: var(--st-ink);
}

.studio-site .sx-showcase__genre {
  color: var(--st-blue);
}

.studio-site .sx-showcase__subtitle,
.studio-site .sx-showcase__author,
.studio-site .sx-showcase__desc,
.studio-site .sx-cta__hint,
.studio-site .sx-rating__count {
  color: var(--st-muted);
}

.studio-site .sx-showcase__author strong {
  color: var(--st-ink);
}

.studio-site .sx-showcase__cover {
  box-shadow: var(--st-shadow);
}

.studio-site .sx-metric {
  background: #fff;
  border: 1px solid var(--st-line);
}

.studio-site .sx-metric__label {
  color: var(--st-muted);
}

.studio-site .sx-metric__value {
  color: var(--st-ink);
}

.studio-site .sx-cta {
  background: var(--st-blue);
  color: #fff;
  box-shadow: none;
}

.studio-site .sx-cta:hover {
  background: var(--st-blue-2);
  color: #fff;
  box-shadow: none;
}

.studio-site .sx-chapters {
  border-top: 1px solid var(--st-line);
}

.studio-site .sx-chapters h2 {
  color: var(--st-ink);
}

.studio-site .sx-chapters li {
  background: #fff;
  border: 1px solid var(--st-line);
  color: var(--st-ink);
}

.studio-site .sx-chapters li span {
  color: var(--st-blue);
}

.studio-site .sx-stars__star,
.studio-site .sx-stars:hover .sx-stars__star,
.studio-site .sx-rating__stars .fa-regular {
  color: #c5d3e0;
}

.studio-site .sx-stars__star.is-on,
.studio-site .sx-stars__star:hover,
.studio-site .sx-stars__star:hover ~ .sx-stars__star,
.studio-site .sx-stars__star:focus-within,
.studio-site .sx-rating__stars .fa-solid {
  color: var(--st-blue);
}

.studio-site .sx-discover__lede {
  color: var(--st-muted);
}

.studio-site .sx-filters,
.studio-site .sx-book {
  background: var(--st-paper);
  border-color: var(--st-line);
  color: var(--st-ink);
}

.studio-site .sx-book {
  border-radius: 14px;
  padding: 0.75rem 0.75rem 1rem;
  border: 1px solid var(--st-line);
}

.studio-site .sx-book__title {
  color: var(--st-ink);
}

.studio-site .sx-book__by,
.studio-site .sx-book__stats,
.studio-site .sx-toolbar__count {
  color: var(--st-muted);
}

.studio-site .sx-book__stats strong,
.studio-site .sx-book__rating strong {
  color: var(--st-ink);
}

.studio-site .sx-book__rating {
  color: var(--st-blue);
}

.studio-site .sx-book__rating .fa-regular {
  color: #c5d3e0;
}

.studio-site .sx-book__cover,
.studio-site .sx-book--compact .sx-book__cover {
  box-shadow: 0 10px 24px rgba(30, 52, 74, 0.12);
}

.studio-site .sx-book:hover .sx-book__cover,
.studio-site .sx-book--compact:hover .sx-book__cover {
  box-shadow: 0 16px 32px rgba(30, 52, 74, 0.16);
}

.studio-site .sx-shelf--list .sx-book--row {
  background: var(--st-paper);
  border: 1px solid var(--st-line);
}

.studio-site .sx-shelf--list .sx-book--row:hover {
  background: #f7f9fb;
  border-color: var(--st-blue);
}

.studio-site .sx-empty {
  color: var(--st-muted);
  border-color: var(--st-line);
}

.studio-site .sx-pager a,
.studio-site .sx-pager span {
  border-color: var(--st-line);
  color: var(--st-ink);
  background: #fff;
}

.studio-site .sx-pager a:hover,
.studio-site .sx-pager .is-current {
  border-color: var(--st-blue);
  color: var(--st-blue);
  background: var(--st-blue-soft);
}

.studio-site .sx-filters__label {
  color: var(--st-muted);
}

.studio-site .sx-filters__input {
  background: #fff;
  border: 1px solid var(--st-line);
  color: var(--st-ink);
  border-radius: 10px;
}

.studio-site .sx-filters__input:focus {
  outline: none;
  border-color: var(--st-blue);
}

.studio-site .sx-filters__submit {
  background: var(--st-blue);
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
}

.studio-site .sx-filters__submit:hover {
  background: var(--st-blue-2);
}

.studio-site .sx-filters__clear,
.studio-site .sx-toolbar__count,
.studio-site .sx-empty {
  color: var(--st-muted);
}

.studio-site .sx-view-toggle {
  border-color: var(--st-line);
}

.studio-site .sx-view-toggle__btn {
  color: var(--st-muted);
}

.studio-site .sx-view-toggle__btn.is-on {
  background: var(--st-blue-soft);
  color: var(--st-blue);
}

.studio-app .exon-table-wrapper,
.studio-app .exon-expert-table {
  background: var(--st-paper);
  color: var(--st-ink);
  border-color: var(--st-line);
}

.studio-app .exon-expert-table th,
.studio-app .exon-expert-table td {
  color: var(--st-ink);
  border-color: var(--st-line);
}

.studio-app .sd-hero h3,
.studio-app .sd-panel h4,
.studio-app .sd-book-card__title,
.studio-app .sd-insights-title,
.studio-app .sd-bar-row__label,
.studio-app .sd-list-row__name,
.studio-app .exon-table-title {
  color: var(--st-ink) !important;
}

.studio-app .sd-kpi,
.studio-app .sd-panel,
.studio-app .sd-new-book,
.studio-app .sd-book-card {
  background: var(--st-paper) !important;
  border: 1px solid var(--st-line) !important;
  box-shadow: none;
}

.studio-app .sd-facts dt,
.studio-app .sd-facts dd,
.studio-app .sd-quiet,
.studio-app .sd-ring__label,
.studio-app .sd-insights-title,
.studio-app .sd-insights-meta,
.studio-app .sd-insights-sub,
.studio-app .sd-list-row__name,
.studio-app .sd-list-row__meta,
.studio-app .sd-bar-row__label,
.studio-app .sd-bar-row__num {
  color: #1e293b !important;
}

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

.studio-app .sd-bar-track {
  background: var(--st-blue-soft);
}

.studio-app .sd-ring .track {
  stroke: var(--st-line);
}

.studio-app .sd-insights-cover {
  box-shadow: var(--st-shadow);
}

.studio-app .sd-list-row {
  border-bottom-color: var(--st-line);
}

.studio-app .sd-verify {
  padding: 1rem 1.15rem;
  border-radius: 10px;
  background: #e8f4ef;
  border: 1px solid #b7d8cc;
}

.studio-app .sd-verify p {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 700;
  color: #1e5c4a;
}

.studio-app .dashboard-primary-button {
  background: var(--st-blue);
  color: #fff;
  border: 0;
  box-shadow: none;
}

.studio-app .sd-pill {
  background: var(--st-blue-soft);
  color: var(--st-ink);
}

.studio-app .sd-kpi__value {
  color: var(--st-ink) !important;
}

.studio-app .sd-empty,
.studio-app .sd-empty p {
  color: var(--st-muted) !important;
  text-align: center;
}

.studio-app .sd-empty {
  padding: 2.5rem 1rem;
}

.studio-app .sd-new-book label {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--st-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.studio-app .sd-new-book input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--st-line);
  border-radius: 10px;
  padding: 0.7rem 0.85rem;
  font: inherit;
  color: var(--st-ink);
  background: #fff;
}

.studio-app .sd-new-book__btn {
  height: 2.7rem;
}

.studio-app .sd-trial-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  border: 1px solid var(--st-line);
  background: #e8eef4;
}

.studio-app .sd-trial-banner[hidden] {
  display: none;
}

.studio-app .sd-trial-banner p {
  margin: 0;
  color: var(--st-ink);
  font-size: 0.92rem;
}

.studio-app .sd-book-card__actions a {
  text-decoration: none;
}

.studio-app .studyo-shell {
  --se-bg: #eef2f6;
  --se-panel: #ffffff;
  --se-paper: #eef2f6;
  --se-ink: #1e293b;
  --se-line: #d5dee8;
  --se-muted: #64748b;
  --se-hover: #e8eef4;
  --se-active: rgba(61, 109, 148, 0.16);
  --se-active-ink: #3d6d94;
  --se-accent: #3d6d94;
  height: 100%;
  border: 0;
}

.studio-app .studyo-shell__tree,
.studio-trial .studyo-shell__tree,
.studio-app .studyo-tree,
.studio-trial .studyo-tree {
  background: #fff;
  color: var(--st-ink);
}

.studio-app .studyo-tree__group,
.studio-trial .studyo-tree__group {
  color: var(--st-muted);
}

.studio-trial .studyo-shell {
  --se-bg: #eef2f6;
  --se-panel: #ffffff;
  --se-paper: #eef2f6;
  --se-ink: #1e293b;
  --se-line: #d5dee8;
  --se-muted: #64748b;
  --se-hover: #e8eef4;
  --se-active: rgba(61, 109, 148, 0.16);
  --se-active-ink: #3d6d94;
  --se-accent: #3d6d94;
  flex: 1 1 0%;
  min-height: 0;
  max-width: none;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.studio-site .language-switcher,
.studio-app .language-switcher {
  color: var(--st-muted);
}

@media (max-width: 1040px) {
  .st-steps {
    grid-template-columns: 1fr;
    --st-step-gap: 1.45rem;
  }

  .st-steps__col:not(:last-child)::after {
    top: 100%;
    left: 1.65rem;
    width: 2px;
    height: var(--st-step-gap);
    transform: none;
    background: linear-gradient(180deg, #c5d3e0, var(--st-blue), #c5d3e0);
  }

  .st-steps__col:not(:last-child)::before {
    top: calc(100% + var(--st-step-gap) / 2 - 4px);
    left: calc(1.65rem - 3px);
    transform: none;
  }

  .st-steps__col--opt:not(:last-child)::after,
  .st-steps__col:has(+ .st-steps__col--opt)::after {
    background: repeating-linear-gradient(
      180deg,
      #c9a56a 0 5px,
      transparent 5px 9px
    );
  }
}

@media (max-width: 1100px) {
  .st-feat__list {
    grid-template-columns: 1fr 1fr;
  }

  html.studio-gate-lock .studio-top__search {
    display: none;
  }

  .studio-gate__kesfet-aside {
    display: none;
  }
}

@media (max-width: 640px) {
  .st-feat__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  html.studio-nav-open,
  html.studio-nav-open body {
    overflow: hidden;
  }

  .studio-nav-toggle {
    display: inline-flex;
  }

  .studio-nav-toggle[aria-expanded="true"] {
    position: fixed;
    top: max(0.85rem, env(safe-area-inset-top, 0px));
    right: max(1rem, env(safe-area-inset-right, 0px));
    z-index: 5001;
  }

  .studio-top {
    overflow: visible;
  }

  .studio-nav-sheet {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 5000;
    margin: 0;
    padding: 0;
    background: rgba(6, 10, 14, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.28s ease, visibility 0.28s ease;
  }

  .studio-nav-sheet.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .studio-nav-sheet__panel {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-height: min(88dvh, 640px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding: 0.55rem 1.15rem calc(1.1rem + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(165deg, #243447 0%, #1c2836 55%, #16202b 100%);
    border: 1px solid rgba(244, 234, 216, 0.1);
    border-bottom: 0;
    border-radius: 22px 22px 0 0;
    box-shadow: 0 -18px 50px rgba(0, 0, 0, 0.4);
    transform: translateY(110%);
    transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .studio-nav-sheet.is-open .studio-nav-sheet__panel {
    transform: translateY(0);
  }

  .studio-nav-sheet__grab {
    display: block;
    width: 42px;
    height: 4px;
    margin: 0.2rem auto 0.35rem;
    border-radius: 999px;
    background: rgba(244, 234, 216, 0.28);
    flex-shrink: 0;
  }

  .studio-top__nav {
    display: flex;
    flex: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.3rem;
    width: 100%;
  }

  .studio-top__nav a {
    height: auto;
    min-height: 48px;
    width: 100%;
    justify-content: flex-start;
    padding: 0.7rem 0.85rem;
    border-radius: 12px;
    font-size: 1.02rem;
  }

  .studio-top__nav a:hover,
  .studio-top__nav a.is-active {
    background: rgba(244, 234, 216, 0.08);
  }

  .studio-top__nav a.studio-btn--atelier {
    justify-content: center;
    margin-top: 0.25rem;
  }

  .studio-top__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
    width: 100%;
    padding-top: 0.35rem;
    border-top: 1px solid rgba(244, 234, 216, 0.1);
  }

  .studio-nav-sheet .studio-btn--ghost {
    color: #f4ead8 !important;
    border-color: rgba(244, 234, 216, 0.4) !important;
    background: rgba(244, 234, 216, 0.06) !important;
  }

  .studio-nav-sheet .studio-btn--ghost:hover {
    background: rgba(244, 234, 216, 0.14) !important;
    color: #fff !important;
  }

  .studio-nav-sheet .studio-btn--solid {
    background: #3d6d94 !important;
    color: #fff !important;
    border-color: transparent !important;
  }

  .studio-nav-sheet .studio-btn--atelier {
    background: #2f7a72 !important;
    color: #fff !important;
    border-color: transparent !important;
  }

  .studio-nav-sheet .studio-icon-btn {
    color: rgba(244, 234, 216, 0.75) !important;
    background: rgba(244, 234, 216, 0.08) !important;
  }

  .studio-nav-sheet .language-switcher {
    height: 34px;
    padding: 3px;
    border: 1px solid rgba(244, 234, 216, 0.22) !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border-radius: 8px;
  }

  .studio-nav-sheet .language-switcher-sep {
    color: rgba(244, 234, 216, 0.35) !important;
  }

  .studio-nav-sheet .language-switcher-link,
  .studio-nav-sheet button.language-switcher-link {
    color: rgba(244, 234, 216, 0.55) !important;
    -webkit-text-fill-color: rgba(244, 234, 216, 0.55) !important;
    background: transparent !important;
  }

  .studio-nav-sheet .language-switcher-link.is-active,
  .studio-nav-sheet .language-switcher-link:hover,
  .studio-nav-sheet button.language-switcher-link.is-active,
  .studio-nav-sheet button.language-switcher-link:hover {
    color: #f4ead8 !important;
    -webkit-text-fill-color: #f4ead8 !important;
    background: rgba(244, 234, 216, 0.12) !important;
  }

  .studio-top__user {
    flex: 1 1 100%;
    max-width: none;
    height: auto;
    min-height: 44px;
    padding: 0.55rem 0.75rem;
    margin: 0;
    border-radius: 12px;
    background: rgba(244, 234, 216, 0.06);
    border: 1px solid rgba(244, 234, 216, 0.08);
  }

  .studio-top .studio-btn,
  .studio-top .studio-logout {
    flex: 1 1 auto;
    min-width: min(100%, 8.5rem);
  }

  .studio-top .studio-btn {
    justify-content: center;
    width: 100%;
  }

  .studio-top .language-switcher {
    margin-left: auto;
  }

  .st-hero__grid,
  .st-section-head--row,
  .studio-foot__cols {
    grid-template-columns: 1fr;
  }

  .st-reach__media::after {
    background: linear-gradient(180deg, rgba(18, 27, 36, 0.88) 0%, rgba(18, 27, 36, 0.72) 100%);
  }

  .st-feat {
    padding: 1.75rem 0.85rem 3.5rem;
  }

  .st-feat__frame {
    border-radius: 20px;
    padding-bottom: 1.75rem;
  }

  .st-feat__stage {
    min-height: 20rem;
    margin-bottom: 1.75rem;
  }

  .st-feat__media::after {
    background:
      linear-gradient(180deg, rgba(16, 24, 32, 0.45) 0%, rgba(16, 24, 32, 0.88) 100%);
  }

  .st-feat__copy {
    padding-top: 4.5rem;
    padding-bottom: 2.75rem;
  }

  .st-hero {
    padding-top: 2.5rem;
  }
}

/* —— Studio superuser yönetim paneli —— */
.sa-wrap {
  padding-bottom: 3rem;
}

.sa-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0 0 1.35rem;
}

.sa-nav a {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--st-line);
  color: var(--st-muted);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
}

.sa-nav a.is-active,
.sa-nav a:hover {
  background: var(--st-blue-soft, #e8eef4);
  color: var(--st-blue, #3d6d94);
  border-color: transparent;
}

.sa-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0 0 1rem;
}

.sa-filters input,
.sa-filters select,
.sa-form input,
.sa-form select,
.sa-form textarea,
.sa-hard-delete input {
  border: 1px solid var(--st-line);
  border-radius: 10px;
  padding: 0.55rem 0.75rem;
  font: inherit;
  background: #fff;
  color: var(--st-ink);
}

.sa-filters input[type="search"] {
  min-width: min(100%, 16rem);
  flex: 1;
}

.sa-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.sa-table th,
.sa-table td {
  text-align: left;
  padding: 0.65rem 0.55rem;
  border-bottom: 1px solid var(--st-line);
  vertical-align: top;
}

.sa-table th {
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5b6b7c;
}

.sa-table a {
  color: var(--st-blue, #3d6d94);
  font-weight: 700;
  text-decoration: none;
}

.sa-table tr.is-muted td {
  opacity: 0.55;
}

.sa-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.12rem 0.5rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  background: #e8eef4;
  color: #3d6d94;
}

.sa-pill--draft { background: #f3eee6; color: #8a5a32; }
.sa-pill--unlisted { background: #e7eef8; color: #355a86; }
.sa-pill--public { background: #e4f0ea; color: #1e5c45; }
.sa-pill--deleted { background: #f6e4e0; color: #9a4e30; }
.sa-pill--admin { background: #ece7f6; color: #5b3d86; margin-left: 0.35rem; }

.sa-pager {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin: 1rem 0 0;
  font-size: 0.85rem;
}

.sa-back {
  margin: 0 0 0.75rem;
}

.sa-back a {
  color: var(--st-muted);
  text-decoration: none;
  font-size: 0.86rem;
}

.sa-inline-actions {
  margin-top: 0.85rem;
}

.sa-form p {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  margin: 0 0 0.85rem;
}

.sa-help {
  font-size: 0.78rem;
  color: #5b6b7c;
}

.sa-facts {
  margin: 0 0 1.25rem;
}

.sa-danger-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  margin-top: 1rem;
}

.sa-hard-delete {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 100%;
  padding-top: 0.75rem;
  border-top: 1px solid var(--st-line);
}

.sa-btn-danger {
  background: #9a4e30 !important;
  color: #fff !important;
  border: 1px solid #7c3d26 !important;
}

/* —— Studio welcome gate (Yaz / Keşfet) —— */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html.studio-gate-lock,
html.studio-gate-lock body {
  overflow: hidden;
  height: 100%;
}

html.studio-gate-lock .studio-foot,
html.studio-gate-lock .studio-messages,
html.studio-gate-lock .studio-cookie {
  display: none !important;
}

/* Welcome: header floats over full-bleed gate */
html.studio-gate-lock .studio-top--gate {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  background: linear-gradient(180deg, rgba(8, 10, 16, 0.55) 0%, rgba(8, 10, 16, 0.12) 70%, transparent 100%);
  border-bottom: 0;
}

html.studio-gate-lock .studio-main--gate {
  padding-top: 0;
}

.studio-site--landing:not(:has([data-studio-world="welcome"])) .studio-top--gate,
html[data-studio-world="yaz"] .studio-top--gate,
html[data-studio-world="kesfet"] .studio-top--gate {
  background: #1c2836;
  border-bottom: 1px solid #2c3d50;
}

.studio-top__search {
  display: none;
  align-items: center;
  gap: 0.45rem;
  height: 34px;
  padding: 0 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  min-width: 11rem;
  max-width: 16rem;
}

html.studio-gate-lock .studio-top__search {
  display: inline-flex;
}

.studio-top__search i {
  color: rgba(244, 234, 216, 0.45);
  font-size: 0.75rem;
}

.studio-top__search input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #f4ead8;
  font: inherit;
  font-size: 0.78rem;
  outline: none;
}

.studio-top__search input::placeholder {
  color: rgba(244, 234, 216, 0.42);
}

html.studio-gate-lock .studio-top__signup {
  background: #b9a0e8 !important;
  color: #1a1230 !important;
  border: 0 !important;
}

html.studio-gate-lock .studio-top__signup:hover {
  background: #cbb6f2 !important;
}

.studio-main--gate {
  min-height: 0;
  padding: 0;
}

.studio-landing {
  width: 100%;
  min-width: 0;
}

.studio-gate {
  position: relative;
  height: calc(100dvh - var(--st-top));
  max-height: calc(100dvh - var(--st-top));
  overflow: hidden;
  background: #121a24;
}

html.studio-gate-lock .studio-gate {
  height: 100dvh;
  max-height: 100dvh;
}

.studio-gate__split {
  --gate-yaz: 50%;
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
}

.studio-gate__panel {
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
}

.studio-gate__panel--yaz {
  flex: 0 0 var(--gate-yaz);
  width: var(--gate-yaz);
  max-width: var(--gate-yaz);
  background: #1a2740;
}

.studio-gate__panel--kesfet {
  flex: 1 1 auto;
  width: auto;
  background:
    radial-gradient(ellipse 65% 50% at 78% 12%, rgba(139, 92, 246, 0.28), transparent 55%),
    radial-gradient(ellipse 45% 40% at 12% 88%, rgba(236, 72, 153, 0.12), transparent 50%),
    linear-gradient(165deg, #14122a 0%, #0f1020 48%, #0c0e18 100%);
  color: #f4ead8;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.studio-gate__media {
  position: absolute;
  inset: 0;
}

.studio-gate__room {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Prefer wall slogan + desk + cat in narrow crop */
  object-position: 18% 58%;
  display: block;
}

.studio-gate.is-yaz-heavy .studio-gate__room {
  object-position: 32% 52%;
}

.studio-gate__room-fallback {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.5rem;
  height: 100%;
  padding: 1.5rem;
  background:
    linear-gradient(160deg, #243552 0%, #1a2740 45%, #121a28 100%);
  color: rgba(244, 234, 216, 0.72);
  font-size: 0.9rem;
}

.studio-gate__yaz-ui {
  position: absolute;
  left: 1.25rem;
  bottom: max(1.5rem, env(safe-area-inset-bottom, 0px));
  z-index: 2;
}

.studio-gate__panel--yaz .studio-gate__cta.studio-btn--ghost {
  color: #f4ead8 !important;
  border-color: rgba(244, 234, 216, 0.55) !important;
  background: rgba(18, 24, 36, 0.45) !important;
  backdrop-filter: blur(8px);
}

.studio-gate__panel--yaz .studio-gate__cta.studio-btn--ghost:hover {
  background: rgba(244, 234, 216, 0.14) !important;
  color: #fff !important;
}

.studio-gate.is-kesfet-heavy .studio-gate__yaz-ui .studio-gate__cta {
  font-size: 0.85rem;
  padding: 0.55rem 0.9rem;
}

.studio-gate__kesfet-inner {
  position: relative;
  z-index: 1;
  padding: clamp(4.5rem, 12vh, 6.5rem) 1.5rem 1.25rem;
  width: min(40rem, 100%);
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
  height: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.studio-gate__kesfet-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.15rem;
}

.studio-gate__kesfet-aside {
  margin: 0.35rem 0 0;
  max-width: 8.5rem;
  font-family: var(--st-display);
  font-style: italic;
  font-size: 0.92rem;
  line-height: 1.35;
  color: rgba(201, 182, 255, 0.72);
  flex-shrink: 0;
}

.studio-gate__kesfet-title {
  font-family: var(--st-display);
  font-size: clamp(1.65rem, 3.2vw, 2.55rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0 0 0.55rem;
  color: #fff;
}

.studio-gate__kesfet-lede {
  margin: 0;
  color: rgba(236, 230, 245, 0.72);
  font-size: 1.05rem;
  letter-spacing: 0.01em;
}

.studio-gate__cta--kesfet {
  align-self: flex-start;
  background: #b9a0e8 !important;
  color: #1a1230 !important;
  border: 0 !important;
  font-weight: 750 !important;
  margin-bottom: 0.35rem;
}

.studio-gate__cta--kesfet:hover {
  background: #cbb6f2 !important;
  color: #120c22 !important;
}

.studio-gate.is-yaz-heavy .studio-gate__kesfet-title {
  font-size: clamp(1.15rem, 2vw, 1.5rem);
}

.studio-gate.is-yaz-heavy .studio-gate__kesfet-aside,
.studio-gate.is-yaz-heavy .studio-gate__shelf,
.studio-gate.is-yaz-heavy .studio-gate__all,
.studio-gate.is-yaz-heavy .studio-gate__buzz,
.studio-gate.is-yaz-heavy .studio-gate__presence,
.studio-gate.is-yaz-heavy .studio-gate__dock,
.studio-gate.is-yaz-heavy .studio-gate__join {
  display: none;
}

.studio-gate__shelf {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0.55rem;
  min-width: 0;
}

.studio-gate__covers {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 0.15rem;
}

.studio-gate__covers::-webkit-scrollbar {
  display: none;
}

.studio-gate__cover {
  flex: 0 0 auto;
  width: clamp(5.2rem, 10vw, 7rem);
  text-decoration: none;
  color: #f4ead8;
  min-width: 0;
  scroll-snap-align: start;
}

.studio-gate__cover-art {
  position: relative;
  aspect-ratio: 2 / 3;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.06);
  margin-bottom: 0.45rem;
}

.studio-gate__cover-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.studio-gate__badge {
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  z-index: 1;
  padding: 0.18rem 0.45rem;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.28);
}

.studio-gate__badge--new {
  background: rgba(139, 110, 220, 0.92);
}

.studio-gate__badge--rising {
  background: rgba(196, 84, 72, 0.92);
}

.studio-gate__cover-title {
  display: block;
  font-size: 0.72rem;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.studio-gate__cover-by {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.68rem;
  color: rgba(236, 230, 245, 0.55);
}

.studio-gate__cover-stats {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  margin-top: 0.28rem;
  font-size: 0.66rem;
  color: rgba(236, 230, 245, 0.62);
}

.studio-gate__cover-stats .fa-heart {
  color: rgba(236, 120, 140, 0.9);
  font-size: 0.58rem;
}

.studio-gate__shelf-next {
  flex: 0 0 auto;
  align-self: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(18, 16, 34, 0.55);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(8px);
  padding: 0;
}

.studio-gate__shelf-next:hover {
  background: rgba(255, 255, 255, 0.12);
}

.studio-gate__all {
  align-self: flex-end;
  color: rgba(201, 182, 255, 0.88);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 650;
  margin-top: -0.25rem;
}

.studio-gate__all:hover {
  color: #fff;
}

.studio-gate__buzz {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  min-width: 0;
}

.studio-gate__buzz-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  max-width: 100%;
  padding: 0.35rem 0.65rem 0.35rem 0.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  color: rgba(244, 234, 216, 0.88);
  font-size: 0.72rem;
  line-height: 1.25;
}

.studio-gate__buzz-avatar {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 999px;
  object-fit: cover;
  flex-shrink: 0;
}

.studio-gate__buzz-avatar--fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(185, 160, 232, 0.28);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
}

.studio-gate__buzz-body {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.studio-gate__buzz-body strong {
  font-weight: 750;
  margin-right: 0.2rem;
}

.studio-gate__buzz-when {
  flex-shrink: 0;
  color: rgba(236, 230, 245, 0.45);
  font-size: 0.64rem;
}

.studio-gate__presence {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.45rem 0.75rem 0.45rem 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  color: rgba(244, 234, 216, 0.88);
  min-width: 0;
}

.studio-gate__presence:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.studio-gate__presence-avatars {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.studio-gate__presence-avatars img,
.studio-gate__presence-fallback,
.studio-gate__presence-more {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 999px;
  border: 1.5px solid rgba(20, 18, 42, 0.9);
  margin-left: -0.35rem;
}

.studio-gate__presence-avatars > :first-child {
  margin-left: 0;
}

.studio-gate__presence-avatars img {
  object-fit: cover;
}

.studio-gate__presence-fallback,
.studio-gate__presence-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(185, 160, 232, 0.35);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 800;
}

.studio-gate__presence-copy {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 0.78rem;
  line-height: 1.3;
}

.studio-gate__presence > .fa-chevron-right {
  flex-shrink: 0;
  opacity: 0.55;
  font-size: 0.7rem;
}

.studio-gate__dock {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.35rem;
  padding: 0.55rem 0.4rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
}

.studio-gate__dock a {
  display: grid;
  justify-items: center;
  gap: 0.28rem;
  text-decoration: none;
  color: rgba(236, 230, 245, 0.72);
  font-size: 0.62rem;
  font-weight: 650;
  text-align: center;
  line-height: 1.2;
  padding: 0.25rem 0.1rem;
}

.studio-gate__dock a i {
  font-size: 0.95rem;
  color: rgba(244, 234, 216, 0.88);
}

.studio-gate__dock a:hover {
  color: #fff;
}

.studio-gate__join {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 0.85rem;
  border-radius: 14px;
  background:
    radial-gradient(ellipse 70% 80% at 10% 50%, rgba(139, 92, 246, 0.22), transparent 55%),
    rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  color: #fff;
}

.studio-gate__join:hover {
  background:
    radial-gradient(ellipse 70% 80% at 10% 50%, rgba(139, 92, 246, 0.3), transparent 55%),
    rgba(255, 255, 255, 0.08);
}

.studio-gate__join-copy {
  font-family: var(--st-display);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.studio-gate__join-go {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
  color: #1a1230;
  flex-shrink: 0;
}

.studio-gate__enter-kesfet {
  appearance: none;
  align-self: flex-start;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(201, 182, 255, 0.7);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 650;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.studio-gate__enter-kesfet:hover {
  color: #fff;
}

.studio-gate__cover-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0.55rem;
  background: linear-gradient(160deg, #3d6d94, #1c2836);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.25;
}

.studio-gate__empty {
  margin: 0.5rem 0 0;
  color: rgba(244, 234, 216, 0.55);
  font-size: 0.92rem;
}

.studio-gate__divider::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
}

.studio-gate__handle {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  min-width: 44px;
  min-height: 44px;
  border-radius: 999px;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  background: rgba(18, 22, 34, 0.88);
  color: #fff;
  cursor: ew-resize;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
  touch-action: none;
  padding: 0;
}

.studio-gate__empty--page {
  text-align: center;
  padding: 2rem 1rem 3rem;
  color: var(--st-muted);
}

.studio-gate__divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--gate-yaz);
  width: 0;
  z-index: 5;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.studio-gate__handle:focus-visible {
  outline: 2px solid #8b5cf6;
  outline-offset: 3px;
}

.studio-gate__handle-arrows {
  display: inline-flex;
  gap: 0.2rem;
  font-size: 0.72rem;
  opacity: 0.85;
}

.studio-gate__handle.is-hinting {
  animation: studio-gate-hint 1.6s ease-in-out 1;
}

@keyframes studio-gate-hint {
  0%,
  100% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(-10px);
  }
}

.studio-gate.is-dragging .studio-gate__handle {
  background: #3d6d94;
  border-color: #f4ead8;
}

.studio-gate__mobile {
  display: none;
}

.studio-world[hidden] {
  display: none !important;
}

.studio-world-kesfet-hero {
  background:
    radial-gradient(ellipse 70% 55% at 70% 0%, rgba(168, 110, 180, 0.2), transparent 55%),
    linear-gradient(180deg, #1b1633 0%, #eef2f6 72%);
  padding: 3.5rem 0 2.5rem;
  color: #fff;
}

.studio-world-kesfet-hero__title {
  font-family: var(--st-display);
  font-size: clamp(1.75rem, 4vw, 2.6rem);
  margin: 0 0 0.65rem;
  letter-spacing: -0.02em;
}

.studio-world-kesfet-hero__lede {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
}

.studio-world-kesfet-shelf {
  padding: 0 0 3.5rem;
  background: var(--st-bg);
}

.studio-world-kesfet-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.studio-world-kesfet-book {
  display: block;
  text-decoration: none;
  color: var(--st-ink);
  min-width: 0;
}

.studio-world-kesfet-book__cover {
  aspect-ratio: 2 / 3;
  border-radius: 12px;
  overflow: hidden;
  background: #d5dee8;
  margin-bottom: 0.65rem;
  box-shadow: var(--st-shadow);
}

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

.studio-world-kesfet-book h3 {
  margin: 0 0 0.2rem;
  font-size: 1rem;
  line-height: 1.3;
}

.studio-world-kesfet-book p {
  margin: 0;
  color: var(--st-muted);
  font-size: 0.88rem;
}

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

@media (max-width: 860px) {
  /* Mobil: masaüstü gibi yatay iki parça (sol Yaz | sağ Keşfet) */
  html.studio-gate-lock,
  html.studio-gate-lock body {
    overflow: hidden;
    height: 100%;
  }

  html.studio-gate-lock .studio-gate {
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
  }

  .studio-gate {
    overflow: hidden;
    height: calc(100dvh - var(--st-top));
    max-height: calc(100dvh - var(--st-top));
  }

  .studio-gate__split {
    display: flex;
    flex-direction: row;
    height: 100%;
    min-height: 0;
  }

  .studio-gate__panel--yaz {
    flex: 0 0 var(--gate-yaz);
    width: var(--gate-yaz);
    max-width: var(--gate-yaz);
    min-width: 0;
    height: 100%;
    border-bottom: 0;
    box-shadow: none;
  }

  .studio-gate__panel--kesfet {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    min-width: 0;
    height: 100%;
    align-items: stretch;
    overflow: hidden;
    container-type: inline-size;
    container-name: gate-kesfet;
  }

  .studio-gate__divider {
    display: flex;
  }

  .studio-gate__mobile {
    display: none;
  }

  .studio-gate__handle {
    width: 44px;
    height: 44px;
  }

  .studio-gate__room {
    object-position: 22% 55%;
  }

  .studio-gate.is-yaz-heavy .studio-gate__room {
    object-position: 28% 52%;
  }

  .studio-gate.is-kesfet-heavy .studio-gate__room {
    object-position: 12% 58%;
  }

  .studio-gate__yaz-ui {
    left: 0.55rem;
    right: 0.55rem;
    bottom: max(0.75rem, env(safe-area-inset-bottom, 0px));
  }

  .studio-gate__panel--yaz .studio-gate__cta.studio-btn--ghost {
    font-size: 0.72rem;
    padding: 0.45rem 0.55rem;
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
    white-space: normal;
    line-height: 1.2;
    text-align: center;
  }

  .studio-gate__kesfet-inner {
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 3.75rem 0.65rem max(0.75rem, env(safe-area-inset-bottom, 0px));
    justify-content: flex-start;
    gap: 0.45rem;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .studio-gate__kesfet-head {
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .studio-gate__kesfet-aside {
    display: none !important;
  }

  .studio-gate__kesfet-title {
    font-size: clamp(0.98rem, 4.2vw, 1.28rem);
    margin-bottom: 0.2rem;
  }

  .studio-gate__kesfet-lede {
    font-size: 0.74rem;
  }

  .studio-gate__shelf {
    gap: 0;
    flex-shrink: 0;
  }

  .studio-gate__covers {
    gap: 0.45rem;
    overflow: visible;
  }

  .studio-gate__cover {
    width: min(100%, 5.75rem);
  }

  /* Özet: çekmeden önce başlık + 1 kitap + CTA */
  .studio-gate__cover:nth-child(n + 2),
  .studio-gate__shelf-next,
  .studio-gate__all,
  .studio-gate__buzz,
  .studio-gate__presence,
  .studio-gate__dock,
  .studio-gate__join {
    display: none;
  }

  .studio-gate__enter-kesfet {
    display: inline-flex !important;
    align-self: flex-start;
    margin-top: 0.1rem;
    font-size: 0.74rem;
  }

  /* Yaz ağır olsa da mobilde özet başlık + 1 kapak kalsın */
  .studio-gate.is-yaz-heavy .studio-gate__shelf {
    display: flex;
  }

  .studio-gate.is-yaz-heavy .studio-gate__cover:nth-child(n + 2) {
    display: none;
  }

  .studio-gate__cover-title {
    font-size: 0.6rem;
  }

  .studio-gate__cover-by,
  .studio-gate__cover-stats {
    font-size: 0.56rem;
  }

  /* Sığdıkça / sola çektikçe diğer katmanlar */
  @container gate-kesfet (min-width: 11rem) {
    .studio-gate__cover:nth-child(2) {
      display: block;
    }
  }

  @container gate-kesfet (min-width: 13.5rem) {
    .studio-gate__presence {
      display: flex;
      padding: 0.28rem 0.4rem 0.28rem 0.28rem;
    }

    .studio-gate__presence-copy {
      font-size: 0.58rem;
    }
  }

  @container gate-kesfet (min-width: 16rem) {
    .studio-gate__dock {
      display: grid;
      gap: 0.08rem;
      padding: 0.3rem 0.15rem;
      margin-top: auto;
    }

    .studio-gate__dock a {
      font-size: 0.46rem;
      gap: 0.12rem;
    }

    .studio-gate__dock a span {
      display: none;
    }

    .studio-gate__dock a i {
      font-size: 0.8rem;
    }

    .studio-gate__join {
      display: flex;
      padding: 0.5rem 0.55rem;
    }

    .studio-gate__join-copy {
      font-size: 0.74rem;
    }
  }

  @container gate-kesfet (min-width: 19rem) {
    .studio-gate__buzz {
      display: flex;
    }

    .studio-gate__buzz-item:nth-child(n + 3) {
      display: none;
    }

    .studio-gate__dock a span {
      display: block;
      max-width: 4rem;
    }

    .studio-gate__all {
      display: inline;
      font-size: 0.7rem;
    }

    .studio-gate__cover:nth-child(3) {
      display: block;
    }
  }

  .studio-gate.is-yaz-heavy .studio-gate__kesfet-title {
    font-size: 0.92rem;
  }

  .studio-gate.is-yaz-heavy .studio-gate__kesfet-lede {
    font-size: 0.68rem;
  }

  .studio-nav-sheet .studio-top__world-btn {
    width: 100%;
    min-height: 48px;
    justify-content: flex-start;
    padding: 0.7rem 0.85rem;
    border-radius: 12px;
    color: rgba(244, 234, 216, 0.85);
  }

  .studio-nav-sheet .studio-top__world-btn.is-active {
    background: rgba(244, 234, 216, 0.08);
    color: #f4ead8;
  }
}

@media (prefers-reduced-motion: reduce) {
  .studio-gate__handle.is-hinting {
    animation: none;
  }

  .studio-gate__split,
  .studio-gate__handle {
    transition: none !important;
  }
}

