:root {
  --tenx-navy: #0f172a;
  --tenx-blue: #1d4ed8;
  --tenx-sky: #38bdf8;
  --tenx-ink: #1e293b;
  --tenx-muted: #64748b;
  --tenx-cream: #f8fafc;
  --tenx-panel: rgba(255,255,255,.88);
  --tenx-border: rgba(148,163,184,.22);
  --tenx-shadow: 0 25px 60px rgba(15,23,42,.14);
}


body.tenx-public {
  font-family: 'Be Vietnam Pro', sans-serif;
  color: var(--tenx-ink);
  background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 28%, #ffffff 100%);
}

html, body { overflow-x: hidden; }
.tenx-public .topbar {
  background: rgba(15,23,42,.92);
  color: rgba(255,255,255,.78);
  font-size: 13px;
}
.tenx-public .topbar a { color: #fff; }
.tenx-public .site-header {
  position: sticky; top: 0; z-index: 1000;
  backdrop-filter: blur(18px);
  background: rgba(255,255,255,.9);
  border-bottom: 1px solid rgba(148,163,184,.15);
}
.tenx-public .brand-mark {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -.03em;
  color: var(--tenx-navy);
}
.tenx-public .nav-link { color: var(--tenx-ink); font-weight: 600; }
.tenx-public .nav-link:hover,
.tenx-public .nav-link.active { color: var(--tenx-blue); }
.tenx-public .btn-primary-tenx,
.tenx-public .btn-secondary-tenx {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .95rem 1.35rem; border-radius: 999px; font-weight: 700; text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.tenx-public .btn-primary-tenx {
  color: #fff; background: linear-gradient(135deg, var(--tenx-blue), #2563eb);
  box-shadow: 0 16px 35px rgba(29,78,216,.24);
}
.tenx-public .btn-secondary-tenx {
  color: var(--tenx-navy); background: rgba(255,255,255,.9); border: 1px solid var(--tenx-border);
}
.tenx-public .btn-primary-tenx:hover,
.tenx-public .btn-secondary-tenx:hover { transform: translateY(-2px); }
.tenx-hero {
  position: relative;
  overflow: hidden;
  padding: 7rem 0 5rem;
  background: radial-gradient(circle at top right, rgba(56,189,248,.24), transparent 30%),
              radial-gradient(circle at left center, rgba(29,78,216,.14), transparent 32%),
              linear-gradient(180deg, #f7fbff 0%, #eef5ff 55%, #ffffff 100%);
}
.tenx-hero::before {
  content: '';
  position: absolute;
  inset: 52px 4% auto;
  height: 78%;
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(255,255,255,.78), rgba(255,255,255,.42));
  border: 1px solid rgba(148,163,184,.16);
  box-shadow: 0 24px 50px rgba(15,23,42,.06);
}
.tenx-hero::after {
  content: '';
  position: absolute;
  inset: auto -10% -120px auto;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(37,99,235,.18), transparent 65%);
}
.tenx-hero .container {
  position: relative;
  z-index: 2;
}
.tenx-kicker {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .55rem .9rem; border-radius: 999px; background: rgba(29,78,216,.08);
  color: var(--tenx-blue); font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
}
.tenx-hero h1, .tenx-page-hero h1 {
  font-family: 'Space Grotesk', sans-serif; font-size: clamp(2.5rem, 6vw, 4.9rem); line-height: .96;
  letter-spacing: -.05em; color: var(--tenx-navy); margin: 1.25rem 0 1.1rem;
}
.tenx-hero p, .tenx-page-hero p {
  font-size: 1.08rem; line-height: 1.8; color: var(--tenx-muted); max-width: 700px;
}
.tenx-hero-card,
.tenx-card,
.tenx-property-card,
.tenx-stat-card,
.tenx-feature-card,
.tenx-contact-card,
.tenx-faq-card,
.tenx-story-card,
.tenx-process-card,
.tenx-timeline-card {
  background: var(--tenx-panel); border: 1px solid var(--tenx-border); border-radius: 28px; box-shadow: var(--tenx-shadow);
}
.tenx-hero-card {
  padding: 1rem;
  background: rgba(255,255,255,.74);
  backdrop-filter: blur(16px);
}
.tenx-hero-card img,
.tenx-property-card img,
.tenx-feature-card img,
.tenx-story-card img { width: 100%; border-radius: 22px; object-fit: cover; }
.tenx-section { padding: 5rem 0; }
.tenx-section-alt {
  background: linear-gradient(180deg, rgba(15,23,42,.02), rgba(37,99,235,.04));
}
.tenx-section-dark {
  background: linear-gradient(135deg, rgba(15,23,42,.98), rgba(30,41,59,.96));
  color: #fff;
}
.tenx-section-dark .tenx-section-heading,
.tenx-section-dark .tenx-process-card h3,
.tenx-section-dark .tenx-story-card h3,
.tenx-section-dark .tenx-stat-value,
.tenx-section-dark .tenx-property-title { color: #fff; }
.tenx-section-dark .tenx-section-text,
.tenx-section-dark .tenx-process-card p,
.tenx-section-dark .tenx-story-card p,
.tenx-section-dark .tenx-stat-label,
.tenx-section-dark .tenx-property-meta { color: rgba(255,255,255,.72); }
.tenx-section-dark .tenx-process-card,
.tenx-section-dark .tenx-story-card,
.tenx-section-dark .tenx-stat-card { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.1); box-shadow: none; }
.tenx-section-heading { font-family: 'Space Grotesk', sans-serif; font-size: 2.2rem; letter-spacing: -.04em; color: var(--tenx-navy); margin-bottom: .75rem; }
.tenx-section-text { color: var(--tenx-muted); max-width: 720px; line-height: 1.8; }
.tenx-stat-card { padding: 1.6rem; height: 100%; }
.tenx-stat-label { display: block; color: var(--tenx-muted); text-transform: uppercase; letter-spacing: .08em; font-size: .75rem; font-weight: 700; margin-bottom: .5rem; }
.tenx-stat-value { font-size: 2rem; font-weight: 800; color: var(--tenx-navy); }
.tenx-property-card { overflow: hidden; height: 100%; transition: transform .25s ease, box-shadow .25s ease; }
.tenx-property-card:hover { transform: translateY(-8px); box-shadow: 0 28px 60px rgba(15,23,42,.18); }
.tenx-property-card .body { padding: 1.5rem; }
.tenx-property-meta { display: flex; justify-content: space-between; gap: 1rem; color: var(--tenx-muted); font-size: .92rem; margin-top: .8rem; }
.tenx-property-title { font-size: 1.35rem; font-weight: 800; color: var(--tenx-navy); margin: .35rem 0 .55rem; }
.tenx-property-price { font-size: 1.55rem; font-weight: 800; color: var(--tenx-blue); }
.tenx-badge {
  display: inline-flex; padding: .45rem .8rem; border-radius: 999px; font-size: .74rem; font-weight: 700; letter-spacing: .08em;
  background: rgba(15,23,42,.06); color: var(--tenx-ink); text-transform: uppercase;
}
.tenx-feature-card,
.tenx-process-card,
.tenx-story-card,
.tenx-timeline-card { padding: 1.8rem; height: 100%; }
.tenx-feature-card h3,
.tenx-process-card h3,
.tenx-story-card h3,
.tenx-timeline-card h3 { font-size: 1.2rem; font-weight: 800; color: var(--tenx-navy); margin: 1rem 0 .7rem; }
.tenx-feature-card p,
.tenx-process-card p,
.tenx-story-card p,
.tenx-timeline-card p { color: var(--tenx-muted); line-height: 1.8; }
.tenx-page-hero {
  padding: 5.5rem 0 3.8rem;
  background: linear-gradient(135deg, rgba(29,78,216,.08), rgba(56,189,248,.08));
}
.tenx-contact-card, .tenx-faq-card { padding: 1.8rem; height: 100%; }
.tenx-faq-card h3, .tenx-contact-card h3 { font-size: 1.1rem; font-weight: 800; color: var(--tenx-navy); margin-bottom: .75rem; }
.tenx-faq-card p, .tenx-contact-card p { color: var(--tenx-muted); line-height: 1.8; margin: 0; }
.tenx-highlight-strip {
  padding: 1.2rem 1.4rem; border-radius: 24px; background: linear-gradient(135deg, rgba(15,23,42,.94), rgba(30,41,59,.94)); color: #fff;
}
.tenx-quote-block {
  padding: 2rem;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(37,99,235,.08), rgba(56,189,248,.14));
  border: 1px solid rgba(37,99,235,.12);
}
.tenx-number-pill {
  display:inline-flex; align-items:center; justify-content:center;
  width:44px; height:44px; border-radius:50%;
  background:linear-gradient(135deg,#1d4ed8,#38bdf8); color:#fff; font-weight:800;
}
.tenx-split-band {
  padding: 2rem;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--tenx-border);
  box-shadow: var(--tenx-shadow);
}
.tenx-section-leaders {
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(29,78,216,.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(56,189,248,.12), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.75), rgba(240,247,255,.94));
}
.tenx-leaders-shell {
  position: relative;
  overflow: hidden;
  padding: 2.4rem;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.98));
  border: 1px solid rgba(148,163,184,.2);
  box-shadow: 0 28px 70px rgba(15,23,42,.12);
}
.tenx-leaders-shell::after {
  content: '';
  position: absolute;
  inset: auto -70px -80px auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(29,78,216,.12), transparent 68%);
  pointer-events: none;
}
.tenx-leaders-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 1.5rem;
  align-items: end;
  margin-bottom: 1.6rem;
}
.tenx-leaders-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
}
.tenx-leader-card {
  display: grid;
  grid-template-columns: minmax(150px, 180px) minmax(0, 1fr);
  gap: 1.35rem;
  align-items: center;
  padding: 1.25rem;
  border-radius: 28px;
  border: 1px solid rgba(148,163,184,.18);
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(243,248,255,.92));
  box-shadow: 0 18px 40px rgba(15,23,42,.08);
}
.tenx-leader-card:nth-child(even) {
  background: linear-gradient(135deg, rgba(248,250,252,.98), rgba(237,246,255,.96));
}
.tenx-leader-media {
  display: flex;
  flex-direction: column;
  gap: .9rem;
}
.tenx-leader-media img {
  width: 100%;
  max-width: 160px;
  aspect-ratio: 6 / 7;
  object-fit: cover;
  border-radius: 24px;
  border: 4px solid rgba(255,255,255,.88);
  box-shadow: 0 18px 36px rgba(15,23,42,.16);
}
.tenx-leader-identity h3 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--tenx-navy);
}
.tenx-leader-identity p {
  margin: .35rem 0 0;
  color: var(--tenx-blue);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.5;
}
.tenx-leader-copy p {
  margin: .95rem 0 0;
  color: var(--tenx-ink);
  line-height: 1.85;
  font-size: 1.01rem;
}
.tenx-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s ease, transform .75s ease;
}
.tenx-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.tenx-reveal-left { transform: translateX(-36px); }
.tenx-reveal-right { transform: translateX(36px); }
.tenx-reveal-left.is-visible,
.tenx-reveal-right.is-visible { transform: translateX(0); }
.tenx-footer { background: #0f172a; color: rgba(255,255,255,.72); padding: 3rem 0 2rem; }
.tenx-footer h4 { color: #fff; font-size: 1rem; font-weight: 800; margin-bottom: 1rem; }
.tenx-footer a { color: rgba(255,255,255,.72); text-decoration: none; }
.tenx-footer a:hover { color: #fff; }
@media (max-width: 991.98px) {
  .tenx-hero { padding-top: 5.8rem; }
  .tenx-page-hero { padding-top: 4.5rem; }
  .tenx-hero::before { display: none; }
  .tenx-leaders-intro {
    grid-template-columns: 1fr;
  }
  .tenx-leaders-shell {
    padding: 2rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tenx-reveal,
  .tenx-property-card,
  .tenx-public .btn-primary-tenx,
  .tenx-public .btn-secondary-tenx { transition: none !important; }
}

.tenx-carousel-indicators {
  justify-content: flex-start;
  margin: 2rem 0 0;
  position: static;
}
.tenx-carousel-indicators button {
  width: 42px;
  height: 6px;
  border-radius: 999px;
  border: 0;
  background: rgba(15,23,42,.18);
}
.tenx-carousel-indicators .active {
  background: linear-gradient(135deg, #1d4ed8, #38bdf8);
}
.carousel-item {
  transition: transform .65s ease-in-out;
}
#heroCarousel { overflow: hidden; }
#heroCarousel .carousel-item { display: none; }
#heroCarousel .carousel-item.active { display: block; }
#heroCarousel .carousel-item .row { min-height: 560px; }
@media (max-width: 991.98px) {
  #heroCarousel .carousel-item .row { min-height: auto; }
}

.tenx-hero-still {
  padding: 5.25rem 0 3.25rem;
}
.tenx-hero-still::before {
  inset: 42px 3% auto;
  height: 82%;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(10,18,38,.96), rgba(28,45,88,.88));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 28px 70px rgba(15,23,42,.16);
}
.tenx-hero-frame {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr);
  gap: 1.75rem;
  align-items: center;
  min-height: 500px;
}
.tenx-hero-copy-wrap {
  padding: 1rem 0 1rem 1rem;
}
.tenx-hero-still .tenx-kicker {
  background: rgba(56,189,248,.12);
  color: #8fdcff;
}
.tenx-hero-still h1 {
  color: #fff;
  max-width: 700px;
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: .94;
  margin-bottom: 1rem;
}
.tenx-hero-still p {
  color: rgba(255,255,255,.78);
  max-width: 620px;
  font-size: 1.02rem;
  line-height: 1.75;
}
.tenx-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
}
.tenx-hero-point {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
}
.tenx-hero-point strong {
  display: block;
  color: #fff;
  font-size: .96rem;
  line-height: 1.45;
  font-weight: 700;
}
.tenx-hero-still .tenx-stat-label {
  color: rgba(255,255,255,.6);
}
.tenx-hero-media-wrap {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 1rem;
  align-items: stretch;
}
.tenx-hero-media-main {
  position: relative;
}
.tenx-hero-main-image {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 28px;
  display: block;
  box-shadow: 0 24px 60px rgba(2,6,23,.25);
}
.tenx-hero-media-grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
}
.tenx-hero-mini-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(2,6,23,.18);
}
.tenx-hero-mini-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tenx-hero-mini-card span {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: .7rem .8rem;
  border-radius: 14px;
  background: rgba(255,255,255,.92);
  color: var(--tenx-navy);
  font-size: .82rem;
  font-weight: 800;
  text-align: center;
}
.tenx-hero-summary-card {
  grid-column: 1 / -1;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 40px rgba(15,23,42,.14);
}
.tenx-hero-summary-card strong {
  display: block;
  color: var(--tenx-navy);
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 800;
}
#heroCarousel .carousel-item {
  display: block;
}
#heroCarousel .carousel-item:not(.active) {
  display: none;
}
#heroCarousel .carousel-indicators,
#heroCarousel .tenx-hero-footer {
  display: none !important;
}
@media (max-width: 991.98px) {
  .tenx-hero-still {
    padding: 4.4rem 0 2.4rem;
    background: linear-gradient(135deg, rgba(10,18,38,.98), rgba(28,45,88,.92));
  }
  .tenx-hero-still::before,
  .tenx-hero::after {
    display: none;
  }
  .tenx-hero-frame {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 1rem;
  }
  .tenx-hero-copy-wrap {
    padding: 0;
  }
  .tenx-hero-still h1 {
    font-size: clamp(2.15rem, 10vw, 3.45rem);
    line-height: .98;
  }
  .tenx-hero-still p {
    font-size: .98rem;
    max-width: 100%;
  }
  .tenx-hero-media-wrap {
    grid-template-columns: 1fr;
    gap: .8rem;
  }
  .tenx-hero-main-image {
    height: 250px;
    border-radius: 24px;
  }
  .tenx-hero-media-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
    gap: .8rem;
  }
  .tenx-hero-mini-card {
    min-height: 112px;
    border-radius: 18px;
  }
  .tenx-hero-mini-card span {
    left: 8px;
    right: 8px;
    bottom: 8px;
    padding: .55rem .65rem;
    font-size: .76rem;
  }
}


.tenx-header-login {
  border-color: rgba(29,78,216,.18);
}
.tenx-hero-rotating {
  transition: opacity .55s ease;
  opacity: 1;
}
.tenx-hero-rotating.is-fading {
  opacity: .18;
}
@media (max-width: 991.98px) {
  .tenx-header-actions {
    margin-left: auto;
  }
  .tenx-header-register {
    display: none !important;
  }
  .tenx-header-login {
    background: linear-gradient(135deg, var(--tenx-blue), #2563eb) !important;
    color: #fff !important;
    border-color: transparent !important;
    box-shadow: 0 12px 24px rgba(29,78,216,.22);
  }
  .tenx-header-login:hover {
    color: #fff !important;
  }
  .tenx-hero-frame {
    gap: .9rem;
  }
  .tenx-hero-copy-wrap .d-flex {
    width: 100%;
  }
  .tenx-hero-copy-wrap .btn-primary-tenx,
  .tenx-hero-copy-wrap .btn-secondary-tenx {
    width: 100%;
  }
}
.tenx-mobile-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,.24);
  background: #fff;
  color: var(--tenx-navy);
  position: relative;
  flex: 0 0 46px;
}
.tenx-mobile-toggle span {
  position: absolute;
  left: 50%;
  width: 18px;
  height: 2.5px;
  border-radius: 999px;
  background: var(--tenx-navy);
  transform: translateX(-50%);
  transition: transform .25s ease, opacity .25s ease, top .25s ease;
}
.tenx-mobile-toggle span:nth-child(1) {
  top: 16px;
}
.tenx-mobile-toggle span:nth-child(2) {
  top: 22px;
}
.tenx-mobile-toggle span:nth-child(3) {
  top: 28px;
}
.tenx-mobile-toggle.is-open span:nth-child(1) {
  top: 22px;
  transform: translateX(-50%) rotate(45deg);
}
.tenx-mobile-toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.tenx-mobile-toggle.is-open span:nth-child(3) {
  top: 22px;
  transform: translateX(-50%) rotate(-45deg);
}
.tenx-mobile-menu {
  display: none;
  border-top: 1px solid rgba(148,163,184,.12);
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(16px);
}
.tenx-mobile-menu.is-open {
  display: block;
}
.tenx-mobile-menu-panel {
  padding: 1rem 0 1.15rem;
}
.tenx-mobile-link {
  display: block;
  padding: .9rem 0;
  color: var(--tenx-navy);
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid rgba(148,163,184,.12);
}
.tenx-mobile-link.active {
  color: var(--tenx-blue);
}
.tenx-mobile-cta-row {
  display: grid;
  gap: .8rem;
  margin-top: 1rem;
}
.tenx-header-login {
  border-color: rgba(29,78,216,.18);
}
.tenx-hero-rotating {
  transition: opacity .55s ease;
  opacity: 1;
}
.tenx-hero-rotating.is-fading {
  opacity: .18;
}
@media (max-width: 991.98px) {
  .site-header .container {
    gap: .75rem;
  }
  .tenx-header-actions {
    margin-left: auto;
    gap: .65rem !important;
  }
  .tenx-mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    order: 3;
  }
  .tenx-header-login {
    order: 2;
    background: linear-gradient(135deg, var(--tenx-blue), #2563eb) !important;
    color: #fff !important;
    border-color: transparent !important;
    box-shadow: 0 12px 24px rgba(29,78,216,.22);
  }
  .tenx-header-login:hover {
    color: #fff !important;
  }
  .tenx-header-register {
    display: none !important;
  }
  .tenx-hero-frame {
    gap: .9rem;
  }
  .tenx-hero-copy-wrap .d-flex {
    width: 100%;
  }
  .tenx-hero-copy-wrap .btn-primary-tenx {
    width: 100%;
  }
  .tenx-hero-secondary {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .tenx-leader-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .tenx-leader-media {
    align-items: center;
  }
  .tenx-leader-media img {
    max-width: 180px;
  }
  .tenx-leaders-shell {
    padding: 1.45rem;
    border-radius: 28px;
  }
}

.tenx-badge {
  background: linear-gradient(135deg, rgba(29,78,216,.12), rgba(56,189,248,.14));
  color: var(--tenx-blue);
}
[data-hero-copy].is-fading,
.tenx-hero-mini-card span.is-fading {
  opacity: .2;
  transition: opacity .55s ease;
}
.tenx-scrolltop {
  position: fixed;
  right: 18px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--tenx-blue), #2563eb);
  color: #fff;
  box-shadow: 0 18px 38px rgba(29,78,216,.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  z-index: 1200;
}
.tenx-scrolltop.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.tenx-scrolltop svg {
  width: 18px;
  height: 18px;
}
.tenx-loader {
  position: fixed;
  inset: 0;
  z-index: 1400;
  background: linear-gradient(135deg, #0f172a, #1d355f);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .4s ease, visibility .4s ease;
}
.tenx-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.tenx-loader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  color: #fff;
}
.tenx-loader-mark {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  border: 3px solid rgba(255,255,255,.16);
  border-top-color: #38bdf8;
  border-right-color: #60a5fa;
  animation: tenxSpin .9s linear infinite;
}
.tenx-loader-text {
  font-size: .9rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
  font-weight: 700;
}
@keyframes tenxSpin {
  to { transform: rotate(360deg); }
}
@media (max-width: 991.98px) {
  .tenx-scrolltop {
    right: 14px;
    bottom: 16px;
    width: 44px;
    height: 44px;
  }
}
