/* TrendxLabs — WAMP PHP theme (dark / dev / OPL-style) */
:root {
  color-scheme: dark;
  --txl-bg: #030712;
  --txl-surface: #0a0f1a;
  --txl-line: rgba(255, 255, 255, 0.08);
  --txl-cyan: #22d3ee;
  --txl-violet: #a78bfa;
  --font-sans: "Segoe UI", system-ui, sans-serif;
  --font-mono: ui-monospace, "Cascadia Code", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.txl-body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-sans);
  background: var(--txl-bg);
  color: #f4f4f5;
  -webkit-font-smoothing: antialiased;
}

.txl-text-gradient {
  background: linear-gradient(135deg, #fff, #a5f3fc, #22d3ee);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.txl-skip {
  position: absolute;
  left: -9999px;
}
.txl-skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 999;
  padding: 0.5rem 1rem;
  background: var(--txl-cyan);
  color: #000;
}

.txl-container {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .txl-container {
    padding: 0 1.5rem;
  }
}

/* Header */
.txl-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: none;
  background: rgba(3, 7, 18, 0.85);
  backdrop-filter: blur(12px);
  overflow: visible;
}
.txl-header__bar {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.35), transparent);
}
.txl-header__inner {
  --txl-header-gap: 0.95rem;
  max-width: 72rem;
  margin: 0 auto;
  /* Alt boşluk %35 kısaltıldı (logo / çizgi transform’ları aynı). */
  padding: 0.55rem 0.9rem calc(2.35rem * 0.65);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .txl-header__inner {
    padding: 0.65rem 1.1rem calc(2.6rem * 0.65);
    --txl-header-gap: 1.05rem;
  }
}
/* Marka: inner’ı yukarı taşıma (menü taşmasını önler). Çizgi = header bandının sonu; logo çizginin altına sarkar (3D katman). */
.txl-body--brand-logo .txl-header__inner {
  padding-bottom: 0;
  overflow: visible;
}
.txl-header__main {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.65rem;
  min-width: 0;
}
.txl-header__tray {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.txl-header__tray-top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.65rem;
  min-width: 0;
}
/* Çizgi nav ile aynı genişlikte: Ürünler satırının solundan başlar (masaüstü). */
.txl-header__nav-line {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
  width: fit-content;
  max-width: 100%;
}
.txl-header__nav-line .txl-header__line {
  width: 100%;
}
@media (max-width: 767px) {
  .txl-header__nav-line {
    flex: 1 1 auto;
    width: auto;
    align-self: stretch;
  }
}
.txl-header__line {
  display: block;
  height: 1px;
  width: 100%;
  margin: var(--txl-header-gap) 0 0;
  background: var(--txl-line);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.txl-body--brand-logo .txl-header__line {
  z-index: 4;
  margin-bottom: 0;
  box-shadow:
    0 1px 0 rgba(0, 0, 0, 0.55),
    0 8px 24px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}
.txl-body--brand-logo .txl-logo {
  position: relative;
  z-index: 5;
}
.txl-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  flex-shrink: 0;
  min-width: 0;
}
.txl-logo__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.2), rgba(167, 139, 250, 0.2));
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 700;
  color: #67e8f9;
}
.txl-logo__text {
  background: linear-gradient(90deg, #fff, #a1a1aa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.txl-logo__frame {
  display: inline-block;
  line-height: 0;
  vertical-align: top;
}
.txl-logo__img {
  display: block;
  height: auto;
  width: auto;
  max-height: 6.875rem;
  max-width: min(45rem, calc((100vw - 4.75rem) * 1.25));
  object-fit: contain;
}
@media (min-width: 768px) {
  .txl-logo__img {
    max-height: 7.8125rem;
    max-width: min(40rem, 45vw);
  }
}
/*
 * Marka: çizgi header bandının altı. Logo translateY (+%22 çerçeve, −%15 yukarı) + neg. margin;
 * alt kısım #page üzerinde (drop-shadow). Çizgi .txl-header__nav-line içinde, Ürünler satırıyla aynı genişlikte.
 */
.txl-body--brand-logo .txl-logo__frame {
  transform: translate3d(0, calc(var(--txl-header-gap) * 0.3 + 0.35rem + 22% - 15%), 0);
  margin-bottom: -2.585rem;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.55)) drop-shadow(0 4px 10px rgba(0, 0, 0, 0.35));
  will-change: transform;
}
@media (min-width: 768px) {
  .txl-body--brand-logo .txl-logo__frame {
    transform: translate3d(0, calc(var(--txl-header-gap) * 0.35 + 0.35rem + 22% - 15%), 0);
    margin-bottom: -2.805rem;
  }
}
.txl-body--brand-logo .txl-logo__img {
  max-height: 8.18125rem;
  max-width: min(49.5rem, calc((100vw - 4.75rem) * 1.375));
}
@media (min-width: 768px) {
  .txl-body--brand-logo .txl-logo__img {
    max-height: 9.14375rem;
    max-width: min(44rem, 49.5vw);
  }
}
.txl-body--brand-logo #page {
  padding-top: clamp(2.85rem, 9.5vw, 4.5rem);
}
@media (prefers-reduced-motion: reduce) {
  .txl-body--brand-logo .txl-logo__frame {
    transform: translate3d(0, calc(var(--txl-header-gap) * 0.3 + 0.35rem + 22% - 15%), 0);
  }
}
@media (prefers-reduced-motion: reduce) and (min-width: 768px) {
  .txl-body--brand-logo .txl-logo__frame {
    transform: translate3d(0, calc(var(--txl-header-gap) * 0.35 + 0.35rem + 22% - 15%), 0);
  }
}
.txl-nav--desktop {
  display: none;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .txl-nav--desktop {
    display: flex;
  }
}
.txl-nav--desktop a {
  color: #a1a1aa;
  text-decoration: none;
  padding: 0.45rem 0.65rem;
  border-radius: 0.5rem;
}
.txl-nav--desktop a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}
.txl-nav__sep {
  width: 1px;
  height: 1rem;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 0.25rem;
}
.txl-lang {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  padding: 0.35rem 0.65rem;
  border-radius: 0.375rem;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #d4d4d8;
}
.txl-burger {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
}
@media (min-width: 768px) {
  .txl-burger {
    display: none;
  }
}
.txl-burger::before {
  content: "";
  display: block;
  width: 1rem;
  height: 2px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 -5px 0 #fff, 0 5px 0 #fff;
}
.txl-mnav {
  display: none;
  flex-direction: column;
  padding: 1rem;
  border-top: none;
  background: rgba(3, 7, 18, 0.98);
  position: relative;
  z-index: 0;
}
.txl-mnav.is-open {
  display: flex;
}
.txl-mnav a {
  color: #d4d4d8;
  text-decoration: none;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
}
.txl-mnav a:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

/* Hero — arka plan project-ai ile aynı: main.txl-home üzerindeki .txl-pai__bg / .txl-pai__grid-bg */
.txl-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--txl-line);
  padding-top: clamp(1.25rem, 4vw, 2.5rem);
}
.txl-hero__inner {
  position: relative;
  z-index: 1;
  padding: 2.25rem 0 5rem;
}
.txl-hero__grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .txl-hero__grid {
    grid-template-columns: 1.1fr 0.9fr;
  }
}
.txl-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  border: 1px solid rgba(34, 211, 238, 0.25);
  background: rgba(34, 211, 238, 0.08);
  font-size: 0.75rem;
  font-weight: 500;
  color: #a5f3fc;
}
.txl-badge__dot {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
}
.txl-badge__dot::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #22d3ee;
  animation: txl-ping 1.2s ease-out infinite;
  opacity: 0.5;
}
.txl-badge__dot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #22d3ee;
}
@keyframes txl-ping {
  75%,
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.txl-hero__title {
  margin: 2rem 0 0;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #fff, #ecfeff, #22d3ee);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.txl-hero__sub {
  margin-top: 1.5rem;
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #a1a1aa;
}
.txl-hero__cta {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.txl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.5rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.txl-btn--primary {
  background: linear-gradient(90deg, #22d3ee, #06b6d4);
  color: #030712;
}
.txl-btn--primary:hover {
  filter: brightness(1.08);
}
.txl-btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
}
.txl-btn--sm {
  padding: 0.45rem 0.85rem;
  border-radius: 0.65rem;
  font-size: 0.8125rem;
}
.txl-btn--outline {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.03);
  color: #d4d4d8;
}

/* Terminal */
.txl-terminal-wrap {
  position: relative;
}
.txl-terminal {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(9, 9, 11, 0.65);
  box-shadow: 0 24px 80px -32px rgba(0, 0, 0, 0.75), 0 0 0 1px rgba(255, 255, 255, 0.06);
  overflow: hidden;
  backdrop-filter: blur(12px);
}
.txl-terminal__bar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.25);
}
.txl-terminal__bar span:nth-child(-n + 3) {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
}
.txl-terminal__bar span:nth-child(1) {
  background: #f87171;
}
.txl-terminal__bar span:nth-child(2) {
  background: #fbbf24;
}
.txl-terminal__bar span:nth-child(3) {
  background: #34d399;
}
.txl-terminal__title {
  margin-left: 0.5rem;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: #71717a;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.txl-terminal__body {
  padding: 1.25rem;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  line-height: 1.65;
  min-height: 10rem;
}
.txl-terminal__line {
  margin: 0 0 0.35rem;
  opacity: 0;
  animation: txl-fade-in 0.5s ease forwards;
  display: flex;
  gap: 0.5rem;
}
.txl-terminal__prompt {
  color: #52525b;
  user-select: none;
}
.txl-terminal__cmd {
  color: #67e8f9;
}
@keyframes txl-fade-in {
  from {
    opacity: 0;
    transform: translateX(-6px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.txl-terminal__caret {
  display: inline-block;
  width: 0.5rem;
  height: 1rem;
  background: #22d3ee;
  margin-top: 0.25rem;
  animation: txl-blink 1.1s step-end infinite;
}
@keyframes txl-blink {
  50% {
    opacity: 0.2;
  }
}
.txl-terminal__hint {
  margin-top: 1rem;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: #52525b;
}

/* Sections */
.txl-section {
  border-top: 1px solid var(--txl-line);
}
.txl-eyebrow {
  font-size: 0.875rem;
  font-weight: 500;
  color: #71717a;
  margin: 0;
}
.txl-muted {
  color: #3f3f46;
}

/* Homepage — One Page Love–inspired rhythm (dark theme) */
.txl-opl-intro {
  padding: 3.25rem 0 2.5rem;
}
.txl-opl-since {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #52525b;
}
.txl-opl-headline {
  margin: 1rem 0 0;
  max-width: 22ch;
  font-size: clamp(2.25rem, 6.5vw, 4rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #fafafa;
}
.txl-opl-lede {
  margin: 1.75rem 0 0;
  max-width: 38rem;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #a1a1aa;
}
.txl-opl-credit {
  margin: 2.25rem 0 0;
  font-size: 0.9375rem;
  color: #71717a;
}
.txl-opl-catalog {
  margin: 1.25rem 0 0;
}
.txl-opl-catalog__a {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #a1a1aa;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: rgba(255, 255, 255, 0.18);
}
.txl-opl-catalog__a:hover {
  color: #e4e4e7;
  text-decoration-color: rgba(34, 211, 238, 0.45);
}

.txl-opl-feed-wrap {
  padding: 0 0 1rem;
}
.txl-opl-feed {
  display: grid;
  gap: 3.5rem 2.25rem;
}
@media (min-width: 640px) {
  .txl-opl-feed {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .txl-opl-feed {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.5rem 2rem;
  }
}

.txl-opl-card__link {
  text-decoration: none;
  color: inherit;
  display: block;
}
/* Landing katalog önizlemesi: sabit tasarım boyutu, mobil sağ altta */
.txl-opl-dual {
  display: block;
  width: 100%;
}
.txl-opl-dual__stage {
  --txl-opl-w: 415.66px;
  --txl-opl-h: 554.2px;
  position: relative;
  width: min(100%, var(--txl-opl-w));
  aspect-ratio: 415.66 / 554.2;
  margin-inline: auto;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.35);
  box-shadow: 0 24px 48px -20px rgba(0, 0, 0, 0.65);
  overflow: hidden;
  box-sizing: border-box;
  container-type: size;
  container-name: txl-opl;
}
.txl-opl-dual__desk-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.txl-opl-dual__cap {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #52525b;
}
.txl-opl-dual__cap--desk-tag {
  position: absolute;
  top: 0.45rem;
  left: 0.55rem;
  z-index: 2;
  color: rgba(250, 250, 250, 0.45);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
.txl-opl-dual__cap--mob-tag {
  font-size: 0.55rem;
  letter-spacing: 0.1em;
  color: rgba(250, 250, 250, 0.5);
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  white-space: nowrap;
}
@media (min-width: 768px) {
  .txl-opl-dual__cap--desk-tag {
    font-size: 0.72rem;
  }
  .txl-opl-dual__cap--mob-tag {
    font-size: 0.58rem;
  }
}
.txl-opl-dual__shot.txl-card__shot {
  flex: 1;
  min-height: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  aspect-ratio: unset;
  border-radius: 0;
  border: none;
  display: flex;
  flex-direction: column;
}
.txl-opl-dual__shot .txl-card__browser {
  flex-shrink: 0;
  padding: 0.5rem 0.65rem;
}
.txl-opl-dual__shot .txl-card__browser span:nth-child(-n + 3) {
  width: 0.42rem;
  height: 0.42rem;
}
.txl-opl-dual__shot .txl-card__url {
  font-size: 0.58rem;
}
.txl-opl-dual__shot .txl-card__canvas {
  flex: 1;
  min-height: 0;
  height: auto;
}
.txl-opl-dual__shot .txl-card__img {
  object-fit: cover;
}
.txl-opl-dual__shot .txl-opl-dual__mono {
  font-size: clamp(2.25rem, 12vmin, 5.5rem);
}
@supports (font-size: 1cqmin) {
  .txl-opl-dual__shot .txl-opl-dual__mono {
    font-size: clamp(2rem, 28cqmin, 5.25rem);
  }
}
.txl-opl-dual__mob-float {
  position: absolute;
  right: 0.55rem;
  bottom: 0.55rem;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  width: 22%;
  min-width: 3.1rem;
  max-width: 5.85rem;
  pointer-events: none;
}
.txl-opl-dual__mobframe {
  width: 100%;
  aspect-ratio: 9 / 16;
  flex: none;
  border-radius: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(9, 9, 11, 0.95);
  box-shadow:
    0 4px 14px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.txl-opl-dual__mobbar {
  height: 1rem;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .txl-opl-dual__mobbar {
    height: 1.15rem;
  }
}
.txl-opl-dual__mobbody {
  flex: 1;
  margin: 0.4rem;
  border-radius: 0.3rem;
  background: rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
  min-height: 0;
}
.txl-opl-dual__mobbody--media {
  padding: 0;
  background: #09090b;
}
.txl-opl-dual__mobimg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.92;
}
@media (min-width: 768px) {
  .txl-opl-dual__mobbody {
    margin: 0.5rem;
  }
}

.txl-opl-card__title {
  margin: 1.35rem 0 0;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fafafa;
}
.txl-opl-card__link:hover .txl-opl-card__title {
  color: #a5f3fc;
}
.txl-opl-card__meta {
  margin: 0.45rem 0 0;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.45;
  color: #71717a;
}
.txl-opl-card__price {
  margin: 0.65rem 0 0;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: #52525b;
}

.txl-opl-end {
  padding: 4rem 0 5.5rem;
  text-align: center;
}
.txl-opl-end__next {
  margin: 0;
}
.txl-opl-end__next-a {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #71717a;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(255, 255, 255, 0.12);
}
.txl-opl-end__next-a:hover {
  color: #e4e4e7;
}

/* Shared product preview chrome (home + elsewhere) */
.txl-card__link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.txl-card__shot {
  aspect-ratio: 16 / 10;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.15), var(--txl-bg));
}
.txl-card__shot--emerald {
  background: linear-gradient(135deg, rgba(52, 211, 153, 0.25), rgba(34, 211, 238, 0.1), var(--txl-bg));
}
.txl-card__shot--sky {
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.25), rgba(59, 130, 246, 0.1), var(--txl-bg));
}
.txl-card__shot--violet {
  background: linear-gradient(135deg, rgba(167, 139, 250, 0.3), rgba(217, 70, 239, 0.1), var(--txl-bg));
}
.txl-card__shot--amber {
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.28), rgba(180, 83, 9, 0.12), var(--txl-bg));
}
.txl-card__shot--indigo {
  background: linear-gradient(135deg, rgba(129, 140, 248, 0.35), rgba(79, 70, 229, 0.15), var(--txl-bg));
}
.txl-card__shot--cyan {
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.25), var(--txl-bg));
}
.txl-card__browser {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.6rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.25);
}
.txl-card__browser span:nth-child(-n + 3) {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #f87171;
}
.txl-card__browser span:nth-child(2) {
  background: #fbbf24;
}
.txl-card__browser span:nth-child(3) {
  background: #34d399;
}
.txl-card__url {
  margin-left: 0.35rem;
  font-family: var(--font-mono);
  font-size: 0.6rem;
  color: #71717a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.txl-card__canvas {
  position: relative;
  height: calc(100% - 2.25rem);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.txl-card__shot--media .txl-card__canvas {
  padding: 0;
}
.txl-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.92;
}
.txl-card__mono {
  font-family: var(--font-mono);
  font-size: clamp(2.5rem, 8vw, 3.5rem);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.1);
}
.txl-card__phone {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  width: 52px;
  height: 30%;
  min-height: 88px;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(9, 9, 11, 0.95);
  box-shadow: 0 12px 40px -8px rgba(0, 0, 0, 0.85);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.txl-card__phone-bar {
  height: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.35);
}
.txl-card__phone-body {
  flex: 1;
  margin: 0.35rem;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.06);
}
.txl-card__title {
  margin: 1.25rem 0 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}
.txl-card__link:hover .txl-card__title {
  color: #a5f3fc;
}
.txl-card__tags {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  color: #71717a;
}
.txl-card__price {
  margin: 0.75rem 0 0;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: #52525b;
}

/* Footer */
.txl-footer {
  position: relative;
  border-top: 1px solid var(--txl-line);
  background: rgba(10, 15, 26, 0.85);
  padding: 3.5rem 0 2rem;
}
.txl-footer__glow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(167, 139, 250, 0.35), transparent);
}
.txl-footer__inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .txl-footer__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3rem;
  }
}
.txl-footer__lead {
  min-width: 0;
  flex: 1 1 auto;
  max-width: min(100%, 56rem);
}
.txl-footer__identity {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .txl-footer__identity {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem 2rem;
  }
}
.txl-footer__brand {
  margin: 0;
  flex-shrink: 0;
}
.txl-footer__logo-link {
  display: inline-block;
  line-height: 0;
  border-radius: 0.375rem;
}
/* Üst menüdeki marka logosu ile aynı boy sınırı (.txl-body--brand-logo .txl-logo__img) */
.txl-footer__logo-img {
  display: block;
  height: auto;
  width: auto;
  max-height: 8.18125rem;
  max-width: min(49.5rem, calc((100vw - 4.75rem) * 1.375));
  object-fit: contain;
}
@media (min-width: 768px) {
  .txl-footer__logo-img {
    max-height: 9.14375rem;
    max-width: min(44rem, 49.5vw);
  }
}
.txl-footer__brand-fallback {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
.txl-footer__brand-fallback:hover {
  color: #e4e4e7;
}
.txl-footer__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 700;
  color: #67e8f9;
}
.txl-footer__name {
  font-weight: 600;
  letter-spacing: -0.02em;
}
.txl-footer__tag {
  margin: 0;
  flex: 1 1 12rem;
  min-width: 0;
  max-width: 26rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: #a1a1aa;
}
@media (min-width: 640px) {
  .txl-footer__tag {
    padding-top: 0.125rem;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    padding-left: 1.5rem;
    margin-left: 0.25rem;
  }
}
.txl-footer__cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (min-width: 640px) {
  .txl-footer__cols {
    grid-template-columns: repeat(3, 1fr);
  }
}
.txl-footer__h {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #71717a;
  margin: 0 0 1rem;
}
.txl-footer__cols a {
  display: block;
  font-size: 0.875rem;
  color: #a1a1aa;
  text-decoration: none;
  margin-bottom: 0.5rem;
}
.txl-footer__cols a:hover {
  color: #fff;
}
.txl-footer__bar {
  margin-top: 2.5rem;
  padding: 1.25rem 0 0;
  border-top: 1px solid var(--txl-line);
  background: rgba(3, 7, 18, 0.4);
}
.txl-footer__copy {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1rem;
  font-size: 0.75rem;
  color: #52525b;
  text-align: center;
}
@media (min-width: 640px) {
  .txl-footer__copy {
    text-align: left;
  }
}

/* Products list page */
.txl-page {
  position: relative;
}
.txl-page__gridbg {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}
.txl-page__inner {
  position: relative;
  padding: 4rem 0;
}
.txl-phead__title {
  margin-top: 0.75rem;
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 600;
  background: linear-gradient(135deg, #fff, #a5f3fc, #22d3ee);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.txl-phead__desc {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #71717a;
  max-width: 36rem;
  line-height: 1.6;
}
.txl-plist {
  list-style: none;
  margin: 3.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .txl-plist {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .txl-plist {
    grid-template-columns: repeat(3, 1fr);
  }
}
.txl-pcard {
  height: 100%;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}
.txl-pcard__thumb {
  display: block;
  margin: -1.5rem -1.5rem 1rem;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  aspect-ratio: 16 / 9;
  background: rgba(0, 0, 0, 0.35);
}
.txl-pcard__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.txl-pcard:hover .txl-pcard__thumb img {
  transform: scale(1.03);
}
.txl-pcard:hover {
  transform: translateY(-2px);
  border-color: rgba(34, 211, 238, 0.25);
  box-shadow: 0 0 60px -20px rgba(34, 211, 238, 0.25);
}
.txl-pcat {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
}
.txl-pcat--emerald {
  color: #6ee7b7;
}
.txl-pcat--sky {
  color: #7dd3fc;
}
.txl-pcat--violet {
  color: #c4b5fd;
}
.txl-pcat--muted {
  color: #a1a1aa;
}
.txl-pcat--cyan {
  color: #67e8f9;
}
.txl-pcat--amber {
  color: #fcd34d;
}
.txl-pcat--indigo {
  color: #a5b4fc;
}
.txl-pcard__title {
  margin: 0.75rem 0 0;
  font-size: 1.25rem;
}
.txl-pcard__title a {
  color: #fff;
  text-decoration: none;
}
.txl-pcard__title a:hover {
  color: #a5f3fc;
}
.txl-pcard__desc {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  color: #71717a;
  line-height: 1.55;
  flex: 1;
}
.txl-pcard__price {
  margin: 1.5rem 0 0;
  font-family: var(--font-mono);
  font-size: 0.875rem;
  color: #67e8f9;
}
.txl-pcard__foot {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.875rem;
}
.txl-pcard__foot a {
  color: #a1a1aa;
  text-decoration: none;
}
.txl-pcard__foot a:hover {
  color: #fff;
}
.txl-pcard__foot a:last-child {
  color: rgba(34, 211, 238, 0.85);
}

/* About — company */
.txl-about {
  padding-bottom: 4rem;
}
.txl-about__hero {
  position: relative;
  padding: clamp(3rem, 8vw, 5rem) 0 clamp(2.5rem, 5vw, 3.5rem);
  border-bottom: 1px solid var(--txl-line);
  overflow: hidden;
}
.txl-about__hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 0%, rgba(34, 211, 238, 0.12), transparent),
    radial-gradient(ellipse 60% 50% at 100% 30%, rgba(167, 139, 250, 0.08), transparent);
  pointer-events: none;
}
.txl-about__hero-inner {
  position: relative;
  z-index: 1;
}
.txl-about__eyebrow {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #22d3ee;
}
.txl-about__title {
  margin: 1rem 0 0;
  font-size: clamp(1.85rem, 4.5vw, 2.65rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #fafafa;
  max-width: 40rem;
}
.txl-about__lead {
  margin: 1.25rem 0 0;
  max-width: 42rem;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #a1a1aa;
}
.txl-about__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  margin: 2rem 0 0;
  padding: 0;
}
.txl-about__fact {
  margin: 0;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  min-width: min(100%, 12rem);
}
.txl-about__fact dt {
  margin: 0;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #71717a;
}
.txl-about__fact dd {
  margin: 0.35rem 0 0;
  font-size: 1.125rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: #e4e4e7;
}
.txl-about__body {
  padding-top: 2.5rem;
}
.txl-about__grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .txl-about__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.txl-about__card {
  padding: 1.5rem 1.35rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 15, 26, 0.6);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
}
.txl-about__card--wide {
  grid-column: 1 / -1;
}
.txl-about__h2 {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #f4f4f5;
}
.txl-about__prose {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #a1a1aa;
}
.txl-about__inline-link {
  display: inline-flex;
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #22d3ee;
  text-decoration: none;
}
.txl-about__inline-link:hover {
  color: #a5f3fc;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.txl-about__values {
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--txl-line);
}
.txl-about__values-title {
  margin: 0 0 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #e4e4e7;
  letter-spacing: -0.02em;
}
.txl-about__value-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
@media (min-width: 640px) {
  .txl-about__value-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
.txl-about__value {
  margin: 0;
  padding: 1.25rem 1.15rem;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(3, 7, 18, 0.5);
}
.txl-about__h3 {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
}
.txl-about__value-text {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #a1a1aa;
}
.txl-about__cta {
  margin-top: 3rem;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(34, 211, 238, 0.15);
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.06), rgba(167, 139, 250, 0.04));
  text-align: center;
}
.txl-about__cta-lead {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  color: #d4d4d8;
}
.txl-about__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

/* Contact */
.txl-contact {
  padding-bottom: clamp(3rem, 8vw, 5rem);
}
.txl-contact__hero {
  position: relative;
  padding: clamp(2.75rem, 7vw, 4.5rem) 0 clamp(2rem, 4vw, 3rem);
  border-bottom: 1px solid var(--txl-line);
  overflow: hidden;
}
.txl-contact__hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 15% 10%, rgba(34, 211, 238, 0.14), transparent 55%),
    radial-gradient(ellipse 55% 45% at 95% 25%, rgba(167, 139, 250, 0.1), transparent 50%),
    radial-gradient(ellipse 50% 40% at 50% 100%, rgba(59, 130, 246, 0.06), transparent 45%);
  pointer-events: none;
}
.txl-contact__hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 20%, transparent 75%);
  pointer-events: none;
}
.txl-contact__hero-inner {
  position: relative;
  z-index: 1;
  max-width: 44rem;
}
.txl-contact__eyebrow {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a78bfa;
}
.txl-contact__title {
  margin: 1rem 0 0;
  font-size: clamp(1.75rem, 4.2vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: #fafafa;
}
.txl-contact__lead {
  margin: 1.15rem 0 0;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #a1a1aa;
}
.txl-contact__body {
  padding-top: 2rem;
}
.txl-contact__alert {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.15rem;
  border-radius: 0.875rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.txl-contact__alert p {
  margin: 0;
}
.txl-contact__alert--ok {
  border: 1px solid rgba(34, 197, 94, 0.35);
  background: rgba(34, 197, 94, 0.08);
  color: #bbf7d0;
}
.txl-contact__alert--err {
  border: 1px solid rgba(248, 113, 113, 0.35);
  background: rgba(248, 113, 113, 0.08);
  color: #fecaca;
}
.txl-contact__alert-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
}
.txl-contact__alert--ok .txl-contact__alert-icon {
  background: rgba(34, 197, 94, 0.25);
  color: #86efac;
}
.txl-contact__alert--err .txl-contact__alert-icon {
  background: rgba(248, 113, 113, 0.25);
  color: #fca5a5;
}
.txl-contact__layout {
  display: grid;
  gap: 1.75rem;
}
@media (min-width: 960px) {
  .txl-contact__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 2rem;
    align-items: start;
  }
}
.txl-contact__aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.txl-contact__channel {
  display: flex;
  gap: 1rem;
  padding: 1.15rem 1.2rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 15, 26, 0.55);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 12px 40px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.txl-contact__channel:hover {
  border-color: rgba(34, 211, 238, 0.25);
  background: rgba(15, 23, 42, 0.75);
  transform: translateY(-2px);
}
.txl-contact__channel-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background: linear-gradient(145deg, rgba(34, 211, 238, 0.15), rgba(167, 139, 250, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.txl-contact__channel-icon--mail {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2322d3ee'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.35rem;
}
.txl-contact__channel-icon--spark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23a78bfa'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M13 10V3L4 14h7v7l9-11h-7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25rem;
}
.txl-contact__channel-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}
.txl-contact__channel-k {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #71717a;
}
.txl-contact__channel-v {
  font-size: 1.05rem;
  font-weight: 600;
  color: #f4f4f5;
  word-break: break-all;
}
.txl-contact__channel-hint {
  font-size: 0.8125rem;
  color: #a1a1aa;
}
.txl-contact__mini {
  padding: 0 0.25rem;
}
.txl-contact__mini-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: #22d3ee;
  text-decoration: none;
}
.txl-contact__mini-link:hover {
  color: #a5f3fc;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.txl-contact__panel {
  padding: 1.5rem 1.35rem 1.65rem;
  border-radius: 1.125rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.04) 0%, transparent 45%),
    rgba(3, 7, 18, 0.65);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 24px 48px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
}
.txl-contact__form-title {
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #e4e4e7;
}
.txl-contact__form {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.txl-contact__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.txl-contact__row {
  display: grid;
  gap: 1.1rem;
}
@media (min-width: 560px) {
  .txl-contact__row {
    grid-template-columns: 1fr 1fr;
  }
}
.txl-contact__field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.txl-contact__label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #a1a1aa;
}
.txl-contact__opt {
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  color: #71717a;
}
.txl-contact__input,
.txl-contact__textarea {
  width: 100%;
  margin: 0;
  padding: 0.7rem 0.85rem;
  font-family: inherit;
  font-size: 0.9375rem;
  color: #fafafa;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.65rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.txl-contact__input::placeholder,
.txl-contact__textarea::placeholder {
  color: #52525b;
}
.txl-contact__input:hover,
.txl-contact__textarea:hover {
  border-color: rgba(255, 255, 255, 0.16);
}
.txl-contact__input:focus,
.txl-contact__textarea:focus {
  outline: none;
  border-color: rgba(34, 211, 238, 0.45);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.12);
}
.txl-contact__select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23a1a1aa'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.65rem center;
  background-size: 1rem;
  padding-right: 2.25rem;
}
.txl-contact__textarea {
  resize: vertical;
  min-height: 7rem;
  line-height: 1.55;
}
.txl-contact__privacy {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.55;
  color: #71717a;
}
.txl-contact__submit {
  align-self: flex-start;
  margin-top: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* Simple pages */
.txl-simple {
  padding: 4rem 0;
}
.txl-simple--narrow {
  max-width: 28rem;
}
.txl-simple__h {
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  color: #fff;
}
.txl-simple__p {
  margin-top: 1.5rem;
  color: #a1a1aa;
  line-height: 1.65;
}
.txl-simple__mono {
  margin-top: 1rem;
  font-family: var(--font-mono);
  font-size: 0.875rem;
  color: #67e8f9;
}
.txl-form label {
  display: block;
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #d4d4d8;
}
.txl-form input {
  display: block;
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #18181b;
  color: #fff;
  font-family: inherit;
}
.txl-form .txl-btn {
  margin-top: 1.5rem;
}

/* Product detail — modern layout */
.txl-prod {
  position: relative;
  padding: clamp(2.5rem, 6vw, 4rem) 0 4.5rem;
  overflow: hidden;
}
.txl-prod__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 15% 0%, rgba(34, 211, 238, 0.09) 0%, transparent 55%),
    radial-gradient(ellipse 55% 45% at 100% 40%, rgba(167, 139, 250, 0.07) 0%, transparent 50%);
  pointer-events: none;
}
.txl-prod__shell {
  position: relative;
  z-index: 1;
  max-width: 72rem;
  margin: 0 auto;
}
.txl-prod__shell--wide {
  max-width: 85rem;
}

.txl-crumb--prod {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #71717a;
  margin: 0 0 2rem;
}
.txl-crumb--prod a {
  color: #a1a1aa;
  text-decoration: none;
  transition: color 0.2s ease;
}
.txl-crumb--prod a:hover {
  color: #e4e4e7;
}
.txl-crumb__sep {
  color: #52525b;
  user-select: none;
}
.txl-crumb__current {
  color: #d4d4d8;
  max-width: min(100%, 42ch);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.txl-prod__article {
  margin: 0;
}

.txl-prod__layout {
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: start;
}
@media (min-width: 900px) {
  .txl-prod__layout {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
    gap: clamp(2.5rem, 6vw, 4rem);
    align-items: center;
  }
}
.txl-prod__layout--solo {
  grid-template-columns: 1fr;
  max-width: 42rem;
}

.txl-prod__frame {
  position: relative;
  margin: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(160deg, rgba(15, 23, 42, 0.5) 0%, rgba(0, 0, 0, 0.45) 100%);
  aspect-ratio: 16 / 9;
  max-height: min(56vh, 32rem);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 24px 48px -12px rgba(0, 0, 0, 0.45),
    0 0 80px -20px rgba(34, 211, 238, 0.12);
}
.txl-prod__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.06) 0%, transparent 42%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.txl-prod__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 0;
}

.txl-prod__media {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.txl-prod__frame--secondary {
  max-height: min(28vh, 14rem);
  aspect-ratio: 16 / 9;
}

.txl-prod__main {
  min-width: 0;
}
.txl-prod__header {
  margin-bottom: 0.25rem;
}
.txl-prod__header .txl-pcat {
  display: inline-flex;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.65rem;
  margin-bottom: 1rem;
}

.txl-prod__h {
  margin: 0;
  font-size: clamp(1.875rem, 4.5vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: #fafafa;
  background: linear-gradient(135deg, #ffffff 0%, #e4e4e7 55%, #a5f3fc 120%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.txl-prod__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}
.txl-prod__chip {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #d4d4d8;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.txl-prod__lead {
  margin: 1.25rem 0 0;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #a1a1aa;
  max-width: 52ch;
}

.txl-prod__body {
  margin-top: 1.5rem;
  font-size: 1.0625rem;
  color: #a1a1aa;
  line-height: 1.7;
  max-width: 52ch;
}
.txl-prod__body p {
  margin: 0 0 1rem;
}
.txl-prod__body p:last-child {
  margin-bottom: 0;
}
.txl-prod__body--full {
  margin-top: 0;
  max-width: none;
}

.txl-prod__meta {
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.txl-prod__meta--hero {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
}
.txl-prod__price {
  margin: 0;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-family: var(--font-mono);
  color: #67e8f9;
  text-shadow: 0 0 40px rgba(34, 211, 238, 0.2);
}
.txl-prod__demo-hint {
  margin: 0.65rem 0 0;
  font-size: 0.8125rem;
  color: #71717a;
  line-height: 1.5;
}

.txl-prod__cta {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
.txl-btn--lg {
  padding: 0.85rem 1.5rem;
  font-size: 0.9375rem;
}

/* Product detail — rich sections */
.txl-prod__rich {
  margin-top: clamp(2.5rem, 6vw, 4rem);
  padding-top: clamp(2rem, 5vw, 3rem);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
  align-items: start;
}
@media (min-width: 1024px) {
  .txl-prod__rich {
    grid-template-columns: minmax(0, 1fr) minmax(17rem, 22rem);
    gap: clamp(2rem, 4vw, 3.5rem);
  }
}

.txl-prod__rich-main {
  min-width: 0;
}

.txl-prod__section {
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}
.txl-prod__section:last-child {
  margin-bottom: 0;
}

.txl-prod__section-title {
  margin: 0 0 1.25rem;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #f4f4f5;
}

.txl-prod__card-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 640px) {
  .txl-prod__card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.txl-prod__mini-card {
  padding: 1.15rem 1.25rem;
  border-radius: 1rem;
  background: linear-gradient(155deg, rgba(24, 24, 27, 0.85) 0%, rgba(9, 9, 11, 0.65) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px -20px rgba(0, 0, 0, 0.5);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.txl-prod__mini-card:hover {
  border-color: rgba(34, 211, 238, 0.22);
  box-shadow: 0 22px 48px -18px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(34, 211, 238, 0.08);
}
.txl-prod__mini-card-title {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #a5f3fc;
}
.txl-prod__mini-card-body {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #a1a1aa;
}

.txl-prod__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.txl-prod__step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.1rem 1.2rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(9, 9, 11, 0.45);
}
.txl-prod__step-num {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.65rem;
  font-size: 0.8125rem;
  font-weight: 700;
  font-family: var(--font-mono);
  color: #22d3ee;
  background: rgba(34, 211, 238, 0.12);
  border: 1px solid rgba(34, 211, 238, 0.25);
}
.txl-prod__step-title {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 600;
  color: #e4e4e7;
}
.txl-prod__step-text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #a1a1aa;
}

.txl-prod__faq {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.txl-prod__details {
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(24, 24, 27, 0.4);
  overflow: hidden;
}
.txl-prod__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #e4e4e7;
  list-style: none;
}
.txl-prod__summary::-webkit-details-marker {
  display: none;
}
.txl-prod__summary::after {
  content: "";
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #71717a;
  border-bottom: 2px solid #71717a;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.txl-prod__details[open] .txl-prod__summary::after {
  transform: rotate(-135deg);
}
.txl-prod__details-body {
  margin: 0;
  padding: 0 1.15rem 1.1rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #a1a1aa;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.txl-prod__aside {
  min-width: 0;
}
@media (min-width: 1024px) {
  .txl-prod__aside {
    position: sticky;
    top: 5.5rem;
    align-self: start;
  }
}

.txl-prod__card {
  padding: 1.25rem 1.35rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(165deg, rgba(39, 39, 42, 0.55) 0%, rgba(9, 9, 11, 0.75) 100%);
  box-shadow: 0 16px 40px -24px rgba(0, 0, 0, 0.6);
  margin-bottom: 1rem;
}
.txl-prod__card:last-child {
  margin-bottom: 0;
}
.txl-prod__card--snapshot {
  border-color: rgba(167, 139, 250, 0.2);
  box-shadow:
    0 16px 40px -24px rgba(0, 0, 0, 0.6),
    0 0 48px -28px rgba(167, 139, 250, 0.15);
}
.txl-prod__card-title {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #a1a1aa;
}

.txl-prod__dl {
  margin: 0;
}
.txl-prod__dl-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem 1rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.875rem;
}
.txl-prod__dl-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.txl-prod__dl-row:first-of-type {
  padding-top: 0;
}
.txl-prod__dl dt {
  margin: 0;
  color: #71717a;
  font-weight: 500;
}
.txl-prod__dl dd {
  margin: 0;
  text-align: right;
  color: #e4e4e7;
  font-weight: 500;
}
.txl-prod__code {
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  padding: 0.2rem 0.45rem;
  border-radius: 0.35rem;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #a5f3fc;
}
.txl-prod__pill {
  display: inline-flex;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
}
.txl-prod__pill--on {
  color: #4ade80;
  background: rgba(74, 222, 128, 0.12);
  border: 1px solid rgba(74, 222, 128, 0.28);
}
.txl-prod__pill--off {
  color: #fbbf24;
  background: rgba(251, 191, 36, 0.1);
  border: 1px solid rgba(251, 191, 36, 0.28);
}

.txl-prod__checklist {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #a1a1aa;
}
.txl-prod__checklist li {
  margin-bottom: 0.5rem;
}
.txl-prod__checklist li:last-child {
  margin-bottom: 0;
}

.txl-prod__card--cta {
  text-align: center;
}
.txl-prod__card-cta-text {
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  color: #71717a;
  line-height: 1.5;
}
.txl-prod__cta--stack {
  flex-direction: column;
  align-items: stretch;
}
.txl-prod__cta--stack .txl-btn {
  justify-content: center;
}
.txl-prod__back-link {
  display: inline-block;
  margin-top: 1.15rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #a1a1aa;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.txl-prod__back-link:hover {
  color: #e4e4e7;
  border-bottom-color: rgba(228, 228, 231, 0.35);
}

/* Lang gate */
.txl-gate {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.txl-gate__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(34, 211, 238, 0.12), transparent 45%),
    radial-gradient(circle at 80% 80%, rgba(167, 139, 250, 0.15), transparent 40%);
  pointer-events: none;
}
.txl-gate__main {
  position: relative;
  text-align: center;
  padding: 2rem;
}
.txl-gate__mark {
  display: inline-flex;
  width: 3.5rem;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.2), rgba(167, 139, 250, 0.2));
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-family: var(--font-mono);
  font-weight: 700;
  color: #67e8f9;
}
.txl-gate__eyebrow {
  margin-top: 2rem;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(34, 211, 238, 0.85);
}
.txl-gate__title {
  margin: 1rem 0 0;
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 600;
}
.txl-gate__sub {
  margin-top: 1.25rem;
  color: #71717a;
  font-size: 0.95rem;
}
.txl-gate__nav {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.txl-gate__btn {
  min-width: 10rem;
  padding: 1rem 2rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.txl-gate__btn:hover {
  border-color: rgba(34, 211, 238, 0.4);
  box-shadow: 0 0 50px -15px rgba(34, 211, 238, 0.35);
}
.txl-gate__btn--violet:hover {
  border-color: rgba(167, 139, 250, 0.45);
  box-shadow: 0 0 50px -15px rgba(167, 139, 250, 0.35);
}

/* Admin */
.txl-admin-login {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.txl-admin-login__box {
  width: 100%;
  max-width: 24rem;
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}
.txl-admin-login__brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #fff;
}
.txl-admin-login__brand span {
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.2), rgba(167, 139, 250, 0.2));
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: #67e8f9;
}
.txl-admin-login__h {
  margin: 1.5rem 0 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}
.txl-admin-login__err {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #f87171;
}
.txl-admin-login__form label {
  display: block;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  color: #a1a1aa;
}
.txl-admin-login__form input {
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #18181b;
  color: #fff;
}
.txl-admin-login__form .txl-btn {
  width: 100%;
  margin-top: 1.25rem;
}

.txl-admin__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  padding: 1rem;
  border-bottom: 1px solid var(--txl-line);
  background: var(--txl-surface);
}
.txl-admin__nav a {
  font-size: 0.875rem;
  color: #a1a1aa;
  text-decoration: none;
}
.txl-admin__nav a:hover {
  color: #22d3ee;
}
.txl-admin__main {
  padding: 2rem;
  max-width: 60rem;
}
.txl-admin__main h1 {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  color: #fff;
}
.txl-admin__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.txl-admin__stat {
  padding: 1.25rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}
.txl-admin__stat span {
  display: block;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #71717a;
}
.txl-admin__stat strong {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.75rem;
  color: #fff;
}
.txl-admin__textarea {
  width: 100%;
  min-height: 28rem;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #09090b;
  color: #e4e4e7;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  line-height: 1.5;
}
.txl-ok {
  color: #4ade80;
  font-size: 0.875rem;
}
.txl-table {
  width: 100%;
  margin-top: 1.5rem;
  border-collapse: collapse;
  font-size: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.75rem;
  overflow: hidden;
}
.txl-table th,
.txl-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.txl-table thead {
  background: rgba(255, 255, 255, 0.03);
  color: #71717a;
  font-size: 0.65rem;
  text-transform: uppercase;
}
.txl-admin__placeholder {
  margin-top: 2rem;
  padding: 2.5rem;
  text-align: center;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 0.75rem;
  color: #52525b;
  font-size: 0.875rem;
}
.txl-admin__bars {
  display: flex;
  align-items: flex-end;
  gap: 0.35rem;
  height: 8rem;
  margin-top: 2rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.75rem;
}
.txl-admin__bar {
  flex: 1;
  background: rgba(34, 211, 238, 0.35);
  border-radius: 0.25rem 0.25rem 0 0;
  min-height: 10%;
}

.txl-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Project Studio + ana sayfa — aynı sayfa kabuğu (header altından içerik tek sahne) */
.txl-pai,
.txl-home {
  position: relative;
  padding-bottom: 4rem;
  overflow-x: hidden;
}
.txl-home > :not(.txl-pai__bg):not(.txl-pai__grid-bg) {
  position: relative;
  z-index: 1;
}
.txl-pai__bg {
  position: absolute;
  inset: 0;
  top: -4rem;
  background:
    radial-gradient(ellipse 90% 55% at 50% -25%, rgba(34, 211, 238, 0.14), transparent),
    radial-gradient(ellipse 50% 45% at 100% 20%, rgba(167, 139, 250, 0.12), transparent),
    radial-gradient(ellipse 40% 35% at 0% 60%, rgba(59, 130, 246, 0.08), transparent);
  pointer-events: none;
  z-index: 0;
}
.txl-pai__grid-bg {
  position: absolute;
  inset: 0;
  top: 6rem;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 70%, transparent);
  pointer-events: none;
  z-index: 0;
}
.txl-pai__head,
.txl-pai__layout {
  position: relative;
  z-index: 1;
}
.txl-pai__hero {
  display: grid;
  gap: 2rem;
  padding: 2.25rem 0 2.5rem;
  align-items: center;
}
@media (min-width: 900px) {
  .txl-pai__hero {
    grid-template-columns: 1fr minmax(0, 280px);
    gap: 3rem;
  }
}
.txl-pai__hero-copy {
  max-width: 40rem;
}
.txl-pai__hero-bento {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0.65rem;
  min-height: 140px;
}
.txl-pai__bento {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}
.txl-pai__bento--a {
  grid-column: 1 / -1;
  min-height: 52px;
  background: linear-gradient(120deg, rgba(34, 211, 238, 0.15), rgba(167, 139, 250, 0.1));
}
.txl-pai__bento--b {
  min-height: 88px;
  background: linear-gradient(160deg, rgba(99, 102, 241, 0.12), transparent);
}
.txl-pai__bento--c {
  min-height: 88px;
  background: linear-gradient(200deg, rgba(34, 211, 238, 0.1), transparent);
}
.txl-pai__eyebrow {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #22d3ee;
}
.txl-pai__title {
  margin: 1rem 0 0;
  font-size: clamp(1.9rem, 4.2vw, 2.85rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
  color: #fafafa;
}
.txl-pai__lead {
  margin: 1.2rem 0 0;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #a1a1aa;
  max-width: 38rem;
}
.txl-pai__status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.35rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.78rem;
  color: #a1a1aa;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.25);
}
.txl-pai__dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #52525b;
}
.txl-pai__dot--on {
  background: #4ade80;
  box-shadow: 0 0 10px rgba(74, 222, 128, 0.5);
}
.txl-pai__layout {
  display: grid;
  gap: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 960px) {
  .txl-pai__layout {
    grid-template-columns: minmax(0, 15rem) minmax(0, 1fr);
    gap: 2.25rem;
    align-items: start;
  }
}
.txl-pai__aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.txl-pai__main {
  min-width: 0;
}
.txl-pai__split {
  display: grid;
  gap: 1.75rem;
}
@media (min-width: 1100px) {
  .txl-pai__split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 300px);
    gap: 2rem;
    align-items: start;
  }
}
.txl-pai__panel {
  padding: 1.25rem 1.35rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(14px);
}
.txl-pai__panel--note {
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.1);
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #71717a;
}
.txl-pai__panel-title {
  margin: 0 0 0.75rem;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #a1a1aa;
}
.txl-pai__steps {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #d4d4d8;
}
.txl-pai__steps li {
  margin-bottom: 0.5rem;
}
.txl-pai__studio {
  min-width: 0;
}
.txl-pai__glass {
  border-radius: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: linear-gradient(155deg, rgba(30, 30, 35, 0.97), rgba(8, 8, 12, 0.98));
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.35),
    0 32px 96px -40px rgba(0, 0, 0, 0.85),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  padding: 1.35rem 1.2rem 1.6rem;
}
@media (min-width: 640px) {
  .txl-pai__glass {
    padding: 1.65rem 1.5rem 1.85rem;
  }
}
.txl-pai__toolbar {
  margin-bottom: 1.1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.txl-pai__toolbar-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
}
.txl-pai__toolbar-label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #71717a;
  flex-shrink: 0;
}
.txl-pai__toolbar-input {
  flex: 1;
  min-width: 12rem;
  padding: 0.55rem 0.85rem;
  border-radius: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.35);
  color: #fafafa;
  font-size: 0.875rem;
}
.txl-pai__toolbar-input:focus {
  outline: none;
  border-color: rgba(34, 211, 238, 0.4);
}
.txl-pai__toolbar-hint {
  margin: 0.45rem 0 0;
  font-size: 0.7rem;
  color: #52525b;
  line-height: 1.4;
}
.txl-pai__log {
  max-height: min(48vh, 26rem);
  overflow-y: auto;
  padding: 0.35rem 0.15rem 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  scrollbar-gutter: stable;
}
.txl-pai__bubble {
  display: flex;
  max-width: 94%;
}
.txl-pai__bubble--user {
  align-self: flex-end;
  justify-content: flex-end;
}
.txl-pai__bubble--assistant {
  align-self: flex-start;
}
.txl-pai__bubble-inner {
  padding: 0.9rem 1.15rem;
  border-radius: 1.05rem;
  font-size: 0.9rem;
  line-height: 1.58;
  white-space: pre-wrap;
  word-break: break-word;
}
.txl-pai__bubble--user .txl-pai__bubble-inner {
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.2), rgba(99, 102, 241, 0.14));
  border: 1px solid rgba(34, 211, 238, 0.22);
  color: #ecfeff;
}
.txl-pai__bubble--assistant .txl-pai__bubble-inner {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: #e4e4e7;
}
.txl-pai__chips-wrap {
  margin: 0.5rem 0 1rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.txl-pai__chips-title {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a1a1aa;
}
.txl-pai__chips-hint {
  margin: 0.35rem 0 0.65rem;
  font-size: 0.75rem;
  color: #52525b;
}
.txl-pai__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.txl-pai__chip {
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(167, 139, 250, 0.28);
  background: rgba(167, 139, 250, 0.08);
  color: #e9d5ff;
  font-size: 0.78rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, transform 0.12s;
}
.txl-pai__chip:hover {
  background: rgba(167, 139, 250, 0.16);
  border-color: rgba(167, 139, 250, 0.45);
  transform: translateY(-1px);
}
.txl-pai__composer {
  padding-top: 0.25rem;
}
.txl-pai__textarea {
  width: 100%;
  padding: 0.9rem 1.05rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.45);
  color: #fafafa;
  font-size: 0.9375rem;
  font-family: inherit;
  line-height: 1.5;
  resize: vertical;
  min-height: 5.25rem;
}
.txl-pai__textarea:focus {
  outline: none;
  border-color: rgba(34, 211, 238, 0.35);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.08);
}
.txl-pai__textarea:disabled {
  opacity: 0.55;
}
.txl-pai__composer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.85rem;
}
.txl-pai__prompt-preview {
  display: block;
  margin-top: 1.15rem;
  padding: 1rem 1.15rem;
  border-radius: 0.75rem;
  border: 1px dashed rgba(34, 211, 238, 0.28);
  background: rgba(34, 211, 238, 0.05);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  line-height: 1.55;
  color: #d4d4d8;
  white-space: pre-wrap;
  word-break: break-word;
  max-height: 22rem;
  overflow-y: auto;
}
.txl-pai__prompt-preview--hidden {
  display: none !important;
}
.txl-pai__err {
  margin-top: 1rem;
  padding: 0.65rem 0.85rem;
  border-radius: 0.5rem;
  background: rgba(248, 113, 113, 0.12);
  border: 1px solid rgba(248, 113, 113, 0.25);
  color: #fecaca;
  font-size: 0.875rem;
}
.txl-pai__loading {
  margin-top: 0.65rem;
  font-size: 0.8125rem;
  color: #22d3ee;
}

/* Reference mockups */
.txl-pai__refs {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}
.txl-pai__refs-title {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #a1a1aa;
}
.txl-pai__refs-sub {
  margin: 0.25rem 0 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #52525b;
}
.txl-pai-mock {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.02);
  padding: 0.65rem 0.75rem 0.75rem;
  overflow: hidden;
}
.txl-pai-mock__cap {
  margin: 0 0 0.5rem;
  font-size: 0.7rem;
  font-weight: 600;
  color: #d4d4d8;
}
.txl-pai-mock__chrome {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 0.45rem;
}
.txl-pai-mock__chrome span {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: #52525b;
}
.txl-pai-mock__chrome span:nth-child(1) {
  background: #f87171;
}
.txl-pai-mock__chrome span:nth-child(2) {
  background: #fbbf24;
}
.txl-pai-mock__chrome span:nth-child(3) {
  background: #4ade80;
}
.txl-pai-mock__dash {
  display: flex;
  gap: 0.35rem;
  height: 112px;
  border-radius: 0.45rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.35);
}
.txl-pai-mock__sidebar {
  width: 22%;
  background: rgba(255, 255, 255, 0.04);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.txl-pai-mock__main {
  flex: 1;
  padding: 0.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.txl-pai-mock__kpis {
  display: flex;
  gap: 0.25rem;
}
.txl-pai-mock__kpis span {
  flex: 1;
  height: 22px;
  border-radius: 0.25rem;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.2), rgba(99, 102, 241, 0.15));
}
.txl-pai-mock__chart {
  flex: 1;
  border-radius: 0.25rem;
  background: linear-gradient(180deg, rgba(167, 139, 250, 0.12), transparent);
  min-height: 28px;
}
.txl-pai-mock__table {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.txl-pai-mock__table span {
  height: 6px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.06);
}
.txl-pai-mock__land {
  padding: 0.4rem;
  border-radius: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.35);
  min-height: 100px;
}
.txl-pai-mock__hero-bar {
  height: 10px;
  width: 55%;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.12);
  margin-bottom: 0.45rem;
}
.txl-pai-mock__hero-cta {
  height: 18px;
  width: 36%;
  border-radius: 5px;
  background: linear-gradient(90deg, #22d3ee, #6366f1);
  opacity: 0.7;
  margin-bottom: 0.55rem;
}
.txl-pai-mock__cols {
  display: flex;
  gap: 0.3rem;
}
.txl-pai-mock__cols span {
  flex: 1;
  height: 42px;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
}
.txl-pai-mock--phone .txl-pai-mock__chrome {
  display: none;
}
.txl-pai-mock__phone {
  margin: 0 auto;
  width: 88px;
  padding: 0.35rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(160deg, #27272a, #09090b);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
}
.txl-pai-mock__notch {
  width: 36%;
  height: 5px;
  margin: 0 auto 0.35rem;
  border-radius: 0 0 4px 4px;
  background: #000;
}
.txl-pai-mock__pbody {
  border-radius: 0.5rem;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  min-height: 118px;
  display: flex;
  flex-direction: column;
}
.txl-pai-mock__ptop {
  height: 28px;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.15), rgba(167, 139, 250, 0.1));
}
.txl-pai-mock__pcards {
  padding: 0.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
}
.txl-pai-mock__pcards span {
  height: 14px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.06);
}
.txl-pai-mock__pnav {
  height: 14px;
  margin-top: auto;
  background: rgba(255, 255, 255, 0.05);
}

.txl-btn--accent {
  border-color: rgba(167, 139, 250, 0.45);
  color: #e9d5ff;
  background: rgba(167, 139, 250, 0.12);
}
.txl-btn--accent:hover {
  border-color: rgba(167, 139, 250, 0.65);
  background: rgba(167, 139, 250, 0.2);
  color: #fff;
}

.txl-admin__pre {
  margin: 0;
  padding: 1rem;
  max-height: 20rem;
  overflow: auto;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  line-height: 1.5;
  color: #d4d4d8;
  white-space: pre-wrap;
  word-break: break-word;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 0.5rem;
}
.txl-admin__brief-msg {
  margin: 0.35rem 0;
  padding: 0.5rem 0.65rem;
  border-radius: 0.35rem;
  font-size: 0.8rem;
  line-height: 1.45;
}
.txl-admin__brief-msg--user {
  background: rgba(34, 211, 238, 0.1);
  border-left: 3px solid rgba(34, 211, 238, 0.5);
}
.txl-admin__brief-msg--assistant {
  background: rgba(255, 255, 255, 0.04);
  border-left: 3px solid rgba(161, 161, 170, 0.4);
}

/* —— Admin shell (modern dashboard) —— */
.txl-body.txl-adm {
  margin: 0;
  min-height: 100vh;
  background: #050508;
  color: #e4e4e7;
}

.txl-adm__app {
  display: flex;
  min-height: 100vh;
}

.txl-adm__sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 40;
  width: 17.5rem;
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1rem 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.98), rgba(8, 8, 12, 0.99));
  backdrop-filter: blur(16px);
  transform: translateX(-100%);
  transition: transform 0.22s ease;
}

@media (min-width: 960px) {
  .txl-adm__sidebar {
    position: relative;
    transform: none;
  }
}

.txl-adm--nav-open .txl-adm__sidebar {
  transform: translateX(0);
}

.txl-adm__overlay {
  position: fixed;
  inset: 0;
  z-index: 30;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
}

.txl-adm__fab-nav {
  position: fixed;
  z-index: 50;
  bottom: 1.25rem;
  right: 1.25rem;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.25), rgba(99, 102, 241, 0.2));
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
.txl-adm__fab-nav::before,
.txl-adm__fab-nav::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1.1rem;
  height: 2px;
  background: #fafafa;
  transform: translateX(-50%);
  border-radius: 1px;
}
.txl-adm__fab-nav::before {
  top: calc(50% - 4px);
}
.txl-adm__fab-nav::after {
  top: calc(50% + 4px);
}

@media (min-width: 960px) {
  .txl-adm__fab-nav {
    display: none;
  }
}

.txl-adm__brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.35rem 0.5rem;
  border-radius: 0.85rem;
  text-decoration: none;
  color: inherit;
}
.txl-adm__brand:hover {
  background: rgba(255, 255, 255, 0.04);
}
.txl-adm__brand-mark {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.65rem;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  color: #67e8f9;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.22), rgba(167, 139, 250, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.txl-adm__brand-meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}
.txl-adm__brand-text {
  font-weight: 600;
  font-size: 0.95rem;
  color: #fafafa;
  letter-spacing: -0.02em;
}
.txl-adm__brand-badge {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #71717a;
}

.txl-adm__nav {
  flex: 1;
  margin-top: 1.5rem;
  overflow-y: auto;
  padding-right: 0.25rem;
}
.txl-adm__nav-group {
  margin: 1.15rem 0 0.45rem;
  padding: 0 0.5rem;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #52525b;
}
.txl-adm__nav-group:first-child {
  margin-top: 0;
}
.txl-adm__nav-item {
  display: block;
  padding: 0.65rem 0.65rem;
  margin-bottom: 0.2rem;
  border-radius: 0.75rem;
  text-decoration: none;
  color: #a1a1aa;
  border: 1px solid transparent;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.txl-adm__nav-item:hover {
  background: rgba(255, 255, 255, 0.04);
  color: #e4e4e7;
}
.txl-adm__nav-item.is-active {
  background: rgba(34, 211, 238, 0.08);
  border-color: rgba(34, 211, 238, 0.2);
  color: #ecfeff;
}
.txl-adm__nav-item-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: inherit;
}
.txl-adm__nav-item-hint {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.68rem;
  color: #71717a;
  line-height: 1.35;
}
.txl-adm__nav-item.is-active .txl-adm__nav-item-hint {
  color: #67e8f9;
  opacity: 0.85;
}

.txl-adm__sidebar-foot {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.txl-adm__sidebar-link {
  font-size: 0.8125rem;
  color: #22d3ee;
  text-decoration: none;
  padding: 0.35rem 0.5rem;
  border-radius: 0.5rem;
}
.txl-adm__sidebar-link:hover {
  background: rgba(34, 211, 238, 0.08);
}
.txl-adm__sidebar-link--muted {
  color: #71717a;
}
.txl-adm__sidebar-link--muted:hover {
  color: #a1a1aa;
  background: rgba(255, 255, 255, 0.04);
}

.txl-adm__stage {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .txl-adm__stage {
    margin-left: 0;
  }
}

.txl-adm__topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.25rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(5, 5, 8, 0.85);
  backdrop-filter: blur(12px);
}
@media (min-width: 640px) {
  .txl-adm__topbar {
    padding: 1.5rem 2rem 1.15rem;
  }
}
.txl-adm__page-title {
  margin: 0;
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #fafafa;
}
.txl-adm__page-lead {
  margin: 0.45rem 0 0;
  max-width: 42rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #71717a;
}
.txl-adm__topbar-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.txl-adm__topbar .txl-adm__pill {
  font-size: 0.75rem;
}

.txl-adm__main {
  flex: 1;
  padding: 1.25rem 1.25rem 3rem;
  max-width: 72rem;
}
@media (min-width: 640px) {
  .txl-adm__main {
    padding: 1.5rem 2rem 3.5rem;
  }
}

.txl-adm__stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}
.txl-adm__stat-grid--tight {
  grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
}
.txl-adm__stat-card {
  padding: 1.1rem 1.15rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}
.txl-adm__stat-card--violet {
  border-color: rgba(167, 139, 250, 0.22);
  background: linear-gradient(155deg, rgba(167, 139, 250, 0.1), rgba(255, 255, 255, 0.02));
}
.txl-adm__stat-card--amber {
  border-color: rgba(251, 191, 36, 0.2);
  background: linear-gradient(155deg, rgba(251, 191, 36, 0.08), rgba(255, 255, 255, 0.02));
}
.txl-adm__stat-card--cyan {
  border-color: rgba(34, 211, 238, 0.22);
  background: linear-gradient(155deg, rgba(34, 211, 238, 0.1), rgba(255, 255, 255, 0.02));
}
.txl-adm__stat-card--rose {
  border-color: rgba(244, 114, 182, 0.22);
  background: linear-gradient(155deg, rgba(244, 114, 182, 0.09), rgba(255, 255, 255, 0.02));
}
.txl-adm__stat-card--compact {
  padding: 0.85rem 1rem;
}
.txl-adm__stat-card-label {
  display: block;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #71717a;
}
.txl-adm__stat-card-value {
  display: block;
  margin-top: 0.45rem;
  font-size: 1.65rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #fafafa;
  line-height: 1;
}
.txl-adm__stat-card-meta {
  display: block;
  margin-top: 0.55rem;
  font-size: 0.7rem;
  line-height: 1.4;
  color: #52525b;
}
.txl-adm__stat-card-meta code {
  font-size: 0.65rem;
  color: #a1a1aa;
}

.txl-adm__panel-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 900px) {
  .txl-adm__panel-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}

.txl-adm__card {
  border-radius: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  padding: 1.25rem 1.35rem;
}
.txl-adm__card--flush {
  padding: 0;
  overflow: hidden;
}
.txl-adm__card--table {
  padding: 0;
  overflow: hidden;
}
.txl-adm__card-title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fafafa;
}
.txl-adm__card-head {
  padding: 1.15rem 1.35rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.txl-adm__card-head--row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
.txl-adm__card-desc {
  margin: 0.4rem 0 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: #71717a;
}
.txl-adm__card-desc code {
  font-size: 0.72rem;
  color: #a1a1aa;
}

.txl-adm__action-list {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
}
.txl-adm__action-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.txl-adm__action-list li:last-child {
  border-bottom: 0;
}
.txl-adm__action-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 0;
  color: #d4d4d8;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.15s;
}
.txl-adm__action-list a:hover {
  color: #22d3ee;
}
.txl-adm__action-arrow {
  color: #52525b;
  font-size: 0.9rem;
}

.txl-adm__checklist {
  margin: 0.85rem 0 0;
  padding-left: 1.2rem;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: #a1a1aa;
}
.txl-adm__checklist-item {
  margin-bottom: 0.45rem;
}
.txl-adm__checklist-item--done {
  color: #86efac;
}

.txl-adm__banner {
  margin-bottom: 1.25rem;
  padding: 0.9rem 1.1rem;
  border-radius: 0.85rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #d4d4d8;
  border: 1px solid rgba(34, 211, 238, 0.2);
  background: rgba(34, 211, 238, 0.06);
}
.txl-adm__banner strong {
  color: #67e8f9;
}

.txl-adm__alert {
  margin: 0 0 1rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
}
.txl-adm__alert--ok {
  background: rgba(74, 222, 128, 0.1);
  border: 1px solid rgba(74, 222, 128, 0.25);
  color: #bbf7d0;
}
.txl-adm__alert--err {
  background: rgba(248, 113, 113, 0.1);
  border: 1px solid rgba(248, 113, 113, 0.25);
  color: #fecaca;
}

.txl-adm__form-stack {
  padding: 0 1.35rem 1.35rem;
}
.txl-adm__form-actions {
  margin-top: 1rem;
}

.txl-adm__textarea {
  width: 100%;
  min-height: 26rem;
  padding: 1rem 1.1rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #09090b;
  color: #e4e4e7;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  line-height: 1.5;
  resize: vertical;
}
.txl-adm__textarea:focus {
  outline: none;
  border-color: rgba(34, 211, 238, 0.35);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.08);
}

.txl-adm__table-wrap {
  overflow-x: auto;
}
.txl-adm-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8125rem;
}
.txl-adm-table th,
.txl-adm-table td {
  padding: 0.75rem 1.15rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  vertical-align: middle;
}
.txl-adm-table thead th {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #71717a;
  background: rgba(0, 0, 0, 0.25);
}
.txl-adm-table tbody tr:hover td {
  background: rgba(255, 255, 255, 0.02);
}
.txl-adm-table__detail td {
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.2);
}

.txl-adm-code {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: #a5f3fc;
}

.txl-adm__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fde68a;
  border: 1px solid rgba(251, 191, 36, 0.35);
  background: rgba(251, 191, 36, 0.1);
}

.txl-adm__pill {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #e4e4e7;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
}
.txl-adm__pill:hover {
  border-color: rgba(34, 211, 238, 0.35);
  color: #ecfeff;
}
.txl-adm-pill {
  display: inline-flex;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: #a1a1aa;
}
.txl-adm-pill--ok {
  border-color: rgba(74, 222, 128, 0.35);
  background: rgba(74, 222, 128, 0.12);
  color: #bbf7d0;
}
.txl-adm-pill--bad {
  border-color: rgba(248, 113, 113, 0.35);
  background: rgba(248, 113, 113, 0.12);
  color: #fecaca;
}

.txl-adm__empty {
  margin-top: 0.5rem;
  padding: 3rem 1.5rem;
  text-align: center;
  border-radius: 1rem;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
}
.txl-adm__empty--compact {
  padding: 2rem 1.25rem;
}
.txl-adm__empty-text {
  margin: 0;
  font-size: 0.875rem;
  color: #71717a;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}

.txl-adm-details {
  padding: 0;
}
.txl-adm-details__summary {
  cursor: pointer;
  padding: 1rem 1.25rem;
  font-size: 0.8125rem;
  color: #a1a1aa;
  list-style: none;
}
.txl-adm-details__summary::-webkit-details-marker {
  display: none;
}
.txl-adm-details__body {
  padding: 0 1.25rem 1.25rem;
}
.txl-adm-details__h {
  margin: 0 0 0.5rem;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #71717a;
}
.txl-adm-details__empty {
  margin: 0.5rem 0 0;
  font-size: 0.8125rem;
  color: #52525b;
}
.txl-adm-pre {
  margin: 0;
  padding: 1rem;
  max-height: 20rem;
  overflow: auto;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  line-height: 1.5;
  color: #d4d4d8;
  white-space: pre-wrap;
  word-break: break-word;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.txl-adm-meta-list {
  margin: 0;
  padding-left: 1.15rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #a1a1aa;
}
.txl-adm-meta-list li {
  margin: 0.3rem 0;
}
.txl-adm-brief-msg {
  margin: 0.35rem 0;
  padding: 0.5rem 0.65rem;
  border-radius: 0.4rem;
  font-size: 0.8rem;
  line-height: 1.45;
}
.txl-adm-brief-msg--user {
  background: rgba(34, 211, 238, 0.1);
  border-left: 3px solid rgba(34, 211, 238, 0.5);
}
.txl-adm-brief-msg--assistant {
  background: rgba(255, 255, 255, 0.04);
  border-left: 3px solid rgba(161, 161, 170, 0.4);
}

/* Admin — feed (AI özetleri, iletişim) */
.txl-adm-feed-wrap {
  margin-top: 0.25rem;
}
.txl-adm-feed-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.txl-adm-feed-count {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #71717a;
}
.txl-adm-feed-search {
  flex: 1;
  min-width: min(100%, 12rem);
  max-width: 22rem;
  margin-left: auto;
}
.txl-adm-feed-search__input {
  width: 100%;
  margin: 0;
  padding: 0.55rem 0.75rem 0.55rem 2.35rem;
  font-family: inherit;
  font-size: 0.875rem;
  color: #fafafa;
  background-color: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.65rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2371717a'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0.65rem 50%;
  background-size: 1.05rem;
}
.txl-adm-feed-search__input::placeholder {
  color: #52525b;
}
.txl-adm-feed-search__input:hover {
  border-color: rgba(255, 255, 255, 0.16);
}
.txl-adm-feed-search__input:focus {
  outline: none;
  border-color: rgba(34, 211, 238, 0.4);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.1);
}
.txl-adm-feed {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.txl-adm-feed-card {
  position: relative;
  padding: 0;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.06) 0%, rgba(3, 7, 18, 0.72) 48%, rgba(3, 7, 18, 0.88) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 12px 40px rgba(0, 0, 0, 0.28);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  overflow: hidden;
}
.txl-adm-feed-card:hover {
  border-color: rgba(34, 211, 238, 0.2);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 16px 48px rgba(0, 0, 0, 0.35);
}
.txl-adm-feed-card__accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #22d3ee, #6366f1);
  border-radius: 1rem 0 0 1rem;
}
.txl-adm-feed-card__accent--rose {
  background: linear-gradient(180deg, #f472b6, #a78bfa);
}
.txl-adm-feed-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1.15rem 1.2rem 0.5rem;
  padding-left: calc(1.2rem + 3px);
}
.txl-adm-feed-card__head-main {
  flex: 1;
  min-width: 0;
}
.txl-adm-feed-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
}
.txl-adm-feed-card__time {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #e4e4e7;
  font-variant-numeric: tabular-nums;
}
.txl-adm-feed-card__id {
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 0.7rem;
  color: #71717a;
}
.txl-adm-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.5rem;
  border-radius: 0.4rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.txl-adm-badge--lang {
  border: 1px solid rgba(34, 211, 238, 0.25);
  background: rgba(34, 211, 238, 0.1);
  color: #a5f3fc;
}
.txl-adm-badge--topic {
  border: 1px solid rgba(167, 139, 250, 0.28);
  background: rgba(167, 139, 250, 0.1);
  color: #ddd6fe;
  text-transform: none;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: 0.7rem;
}
.txl-adm-feed-card__name {
  margin: 0.5rem 0 0;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fafafa;
  line-height: 1.25;
}
.txl-adm-feed-card__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: flex-end;
  align-items: flex-start;
}
.txl-adm-feed-card__email {
  margin: 0;
  padding: 0 1.2rem 0.65rem;
  padding-left: calc(1.2rem + 3px);
  font-size: 0.875rem;
}
.txl-adm-feed-card__email a {
  color: #22d3ee;
  text-decoration: none;
}
.txl-adm-feed-card__email a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.txl-adm-feed-card__muted {
  color: #52525b;
}
.txl-adm-feed-card__preview {
  margin: 0;
  padding: 0 1.2rem 1rem;
  padding-left: calc(1.2rem + 3px);
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #a1a1aa;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.txl-adm-feed-card__details {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  margin: 0;
}
.txl-adm-feed-card__details.txl-adm-details {
  padding: 0;
}
.txl-adm-feed-card__summary {
  cursor: pointer;
  padding: 0.85rem 1.2rem;
  padding-left: calc(1.2rem + 3px);
  font-size: 0.8125rem;
  font-weight: 500;
  color: #a1a1aa;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  transition: background 0.15s ease, color 0.15s ease;
}
.txl-adm-feed-card__summary::-webkit-details-marker {
  display: none;
}
.txl-adm-feed-card__summary::after {
  content: '';
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23a1a1aa'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") center / 0.75rem no-repeat;
  transition: transform 0.2s ease, border-color 0.15s ease;
}
.txl-adm-feed-card__details[open] > .txl-adm-feed-card__summary::after {
  transform: rotate(180deg);
}
.txl-adm-feed-card__summary:hover {
  background: rgba(255, 255, 255, 0.03);
  color: #e4e4e7;
}
.txl-adm-feed-card__detail-body {
  padding-top: 0.25rem;
  padding-bottom: 1.15rem;
  padding-left: calc(1.2rem + 3px);
  padding-right: 1.2rem;
}
.txl-adm-empty--feed {
  position: relative;
  padding: 3rem 1.5rem 3.25rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.125rem;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.04), rgba(3, 7, 18, 0.5));
  overflow: hidden;
}
.txl-adm-empty--feed-briefs .txl-adm-empty__art {
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.25), rgba(99, 102, 241, 0.2));
}
.txl-adm-empty--feed-contact .txl-adm-empty__art {
  background: linear-gradient(135deg, rgba(244, 114, 182, 0.22), rgba(167, 139, 250, 0.2));
}
.txl-adm-empty__glow {
  position: absolute;
  width: min(100%, 24rem);
  height: 10rem;
  left: 50%;
  top: -2rem;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(34, 211, 238, 0.12), transparent 70%);
  pointer-events: none;
}
.txl-adm-empty--feed-contact .txl-adm-empty__glow {
  background: radial-gradient(ellipse at center, rgba(244, 114, 182, 0.1), transparent 70%);
}
.txl-adm-empty--feed .txl-adm-empty__art {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
  z-index: 1;
}

/* Admin login (glass) */
.txl-adm-login {
  min-height: 100vh;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  position: relative;
  overflow: hidden;
}
.txl-adm-login__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(34, 211, 238, 0.18), transparent),
    radial-gradient(ellipse 45% 40% at 100% 50%, rgba(167, 139, 250, 0.14), transparent),
    radial-gradient(ellipse 40% 35% at 0% 80%, rgba(99, 102, 241, 0.1), transparent),
    #050508;
  z-index: 0;
}
.txl-adm-login__main {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 22rem;
}
.txl-adm-login__card {
  padding: 1.85rem 1.75rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(165deg, rgba(30, 30, 35, 0.92), rgba(12, 12, 16, 0.94));
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.35),
    0 48px 96px -48px rgba(0, 0, 0, 0.9),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}
.txl-adm-login__brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.txl-adm-login__mark {
  display: inline-flex;
  width: 2.65rem;
  height: 2.65rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 700;
  color: #67e8f9;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.22), rgba(167, 139, 250, 0.16));
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.txl-adm-login__brand-name {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #fafafa;
  letter-spacing: -0.02em;
}
.txl-adm-login__brand-sub {
  margin: 0.15rem 0 0;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #71717a;
}
.txl-adm-login__h {
  margin: 1.5rem 0 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fafafa;
}
.txl-adm-login__sub {
  margin: 0.45rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #71717a;
}
.txl-adm-login__sub code {
  font-size: 0.72rem;
  color: #a1a1aa;
}
.txl-adm-login__err {
  margin-top: 1rem;
  padding: 0.55rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  color: #fecaca;
  background: rgba(248, 113, 113, 0.1);
  border: 1px solid rgba(248, 113, 113, 0.2);
}
.txl-adm-login__form {
  margin-top: 1.25rem;
}
.txl-adm-login__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #a1a1aa;
}
.txl-adm-login__input {
  width: 100%;
  margin-top: 0.4rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.35);
  color: #fafafa;
  font-size: 0.9375rem;
  box-sizing: border-box;
}
.txl-adm-login__input:focus {
  outline: none;
  border-color: rgba(34, 211, 238, 0.4);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.08);
}
.txl-adm-login__submit {
  width: 100%;
  margin-top: 1.1rem;
}

/* Analytics / users extras */
.txl-adm__chart {
  margin-top: 1rem;
  display: flex;
  align-items: flex-end;
  gap: 0.4rem;
  height: 9rem;
  padding: 1rem 1.15rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.2);
}
.txl-adm__chart-bar {
  flex: 1;
  min-height: 12%;
  border-radius: 0.25rem 0.25rem 0 0;
  background: linear-gradient(180deg, rgba(34, 211, 238, 0.55), rgba(99, 102, 241, 0.35));
}
.txl-adm__empty-icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1rem;
  border-radius: 1rem;
  border: 1px dashed rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.03);
}
.txl-adm__empty-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #fafafa;
}
.txl-adm__empty-list {
  margin: 1.25rem auto 0;
  max-width: 22rem;
  text-align: left;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: #71717a;
}

/* Admin catalog builder */
.txl-adm-catalog {
  margin-bottom: 2rem;
}
.txl-adm-catalog__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.txl-adm-catalog__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
}
.txl-adm-catalog__card {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.txl-adm-catalog__thumb {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.12), rgba(99, 102, 241, 0.08));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.txl-adm-catalog__thumb[data-accent="emerald"] {
  background: linear-gradient(135deg, rgba(52, 211, 153, 0.2), rgba(34, 211, 238, 0.08));
}
.txl-adm-catalog__thumb[data-accent="sky"] {
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.2), rgba(59, 130, 246, 0.08));
}
.txl-adm-catalog__thumb[data-accent="violet"] {
  background: linear-gradient(135deg, rgba(167, 139, 250, 0.22), rgba(217, 70, 239, 0.08));
}
.txl-adm-catalog__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.txl-adm-catalog__thumb-ph {
  font-family: var(--font-mono);
  font-size: 1.75rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.15);
}
.txl-adm-catalog__body {
  padding: 1rem 1.1rem 1.15rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.txl-adm-catalog__cat {
  margin: 0;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #71717a;
}
.txl-adm-catalog__title {
  margin: 0.35rem 0 0;
  font-size: 1rem;
  font-weight: 600;
  color: #fafafa;
}
.txl-adm-catalog__slug {
  margin: 0.35rem 0 0;
  font-size: 0.72rem;
  color: #52525b;
}
.txl-adm-catalog__slug code {
  font-size: 0.68rem;
  color: #a1a1aa;
}
.txl-adm-catalog__actions {
  margin-top: auto;
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.txl-adm-catalog__del {
  margin: 0;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
}
.txl-adm-catalog__del-lab {
  font-size: 0.65rem;
  color: #52525b;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.txl-adm-catalog__del-btn {
  color: #f87171 !important;
  border-color: rgba(248, 113, 113, 0.25) !important;
}

.txl-adm-catalog-form {
  margin-bottom: 2rem;
}
.txl-adm-catalog-form__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
  gap: 1.1rem 1.25rem;
  padding: 0 1.35rem 1.35rem;
}
.txl-adm-field--full {
  grid-column: 1 / -1;
}
.txl-adm-field__label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a1a1aa;
  margin-bottom: 0.35rem;
}
.txl-adm-field__hint {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #52525b;
  font-size: 0.65rem;
}
.txl-adm-field__input,
.txl-adm-field__textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.65rem 0.85rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.35);
  color: #fafafa;
  font-size: 0.875rem;
  font-family: inherit;
}
.txl-adm-field__textarea {
  resize: vertical;
  min-height: 6rem;
  line-height: 1.5;
}
.txl-adm-field__input:focus,
.txl-adm-field__textarea:focus {
  outline: none;
  border-color: rgba(34, 211, 238, 0.35);
}
.txl-adm-field__file {
  width: 100%;
  font-size: 0.8125rem;
  color: #a1a1aa;
}
.txl-adm-field__help {
  margin: 0.4rem 0 0;
  font-size: 0.72rem;
  line-height: 1.45;
  color: #52525b;
}
.txl-adm-field__help code {
  font-size: 0.68rem;
  color: #71717a;
}
.txl-adm-field__check {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.5rem;
  font-size: 0.78rem;
  color: #a1a1aa;
}
.txl-adm-catalog-form__preview {
  margin-bottom: 0.65rem;
}
.txl-adm-catalog-form__preview img {
  max-width: 12rem;
  width: 100%;
  height: auto;
  border-radius: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.txl-adm-settings__preview {
  margin: 0.5rem 0 0.65rem;
}
.txl-adm-settings__preview img {
  display: block;
  max-height: 6.5rem;
  width: auto;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.txl-adm-settings__preview--og img {
  max-height: 5.5rem;
  max-width: 100%;
}
.txl-adm-catalog-form__submit {
  grid-column: 1 / -1;
  padding-top: 0.25rem;
}

.txl-adm-thumb-studio-wrap {
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.22);
}
.txl-adm-thumb-studio__kicker {
  margin: 0 0 0.75rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #71717a;
}
.txl-adm-thumb-studio__full {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 11rem;
  padding: 0.75rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(9, 9, 11, 0.85);
  margin-bottom: 1.1rem;
}
.txl-adm-thumb-studio__full.txl-adm-thumb-studio__full-wrap--has .txl-adm-thumb-studio__full-ph {
  display: none;
}
.txl-adm-thumb-studio__full-img {
  max-width: 100%;
  max-height: min(22rem, 52vh);
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0.5rem;
}
.txl-adm-thumb-studio__full-ph {
  font-size: 0.8125rem;
  color: #52525b;
  text-align: center;
  padding: 1rem;
  line-height: 1.5;
}
.txl-adm-thumb-studio__twins {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 720px) {
  .txl-adm-thumb-studio__twins {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}
.txl-adm-thumb-studio__twin-cap {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a1a1aa;
  margin-bottom: 0.5rem;
}
.txl-adm-thumb-studio__frame {
  border-radius: 0.65rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #09090b;
}
.txl-adm-thumb-studio__frame--desk {
  aspect-ratio: 16 / 9;
  max-height: 200px;
}
.txl-adm-thumb-studio__frame--mob {
  aspect-ratio: 9 / 16;
  max-height: 220px;
  width: 100%;
  max-width: 9rem;
  margin-left: auto;
  margin-right: auto;
}
.txl-adm-thumb-studio__crop {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}
.txl-adm-thumb-studio__sliders {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.65rem;
}
.txl-adm-thumb-studio__rng {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.72rem;
  color: #a1a1aa;
}
.txl-adm-thumb-studio__rng input[type='range'] {
  width: 100%;
  accent-color: #22d3ee;
}

.txl-adm-json-collapse {
  margin-top: 2rem;
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
}
.txl-adm-json-collapse summary {
  cursor: pointer;
  font-size: 0.8125rem;
  color: #71717a;
}
.txl-adm-json-collapse__form {
  margin-top: 1rem;
}
.txl-adm__textarea--short {
  min-height: 14rem;
  margin-top: 0.5rem;
}
