@font-face {
  font-family: "Telematic";
  src: url("../brand/Telematic.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --lime: #bfe500;
  --cyan: #35d7ff;
  --ink: #050505;
  --panel: rgba(10, 14, 19, 0.76);
  --panel-strong: rgba(7, 10, 14, 0.9);
  --line: rgba(255, 255, 255, 0.11);
  --line-strong: rgba(191, 229, 0, 0.24);
  --text-main: #f5f7fa;
  --text-muted: #9ca3af;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --grid-fade: 1;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Sora", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text-main);
  overflow-x: hidden;
  background: #030405;
}

a,
button,
input,
select,
textarea {
  font: inherit;
}

a,
button {
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    opacity 180ms ease,
    box-shadow 180ms ease;
}

img {
  display: block;
  max-width: 100%;
}

.public-shell,
.workspace-shell {
  position: relative;
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(53, 215, 255, 0.06), transparent 22rem),
    linear-gradient(180deg, rgba(191, 229, 0, 0.07), transparent 34rem),
    #030405;
}

.ambient-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: var(--grid-fade);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(191, 229, 0, 0.06), transparent 40%);
  background-size: 42px 42px, 42px 42px, 100% 100%;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.12) 90%, transparent);
  z-index: 0;
}

.workspace-grid {
  background-size: 38px 38px, 38px 38px, 100% 100%;
}

.page-content,
.workspace-frame {
  position: relative;
  z-index: 1;
}

.telematic {
  font-family: "Telematic", "Sora", sans-serif;
  color: var(--lime);
  text-shadow: 0 0 20px rgba(191, 229, 0, 0.35);
}

.eyebrow {
  color: rgb(190 242 100);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.page-loader,
.page-transition {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, rgba(53, 215, 255, 0.08), transparent 40%),
    rgba(3, 4, 5, 0.96);
  z-index: 80;
  transition: opacity 280ms ease, visibility 280ms ease;
}

.page-loader.is-hidden,
.page-transition.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.page-transition {
  opacity: 0;
  visibility: hidden;
  z-index: 70;
}

body.is-transitioning .page-transition {
  opacity: 1;
  visibility: visible;
}

.loader-frame {
  display: grid;
  gap: 1.1rem;
  justify-items: center;
}

.loader-bars {
  display: flex;
  gap: 0.35rem;
}

.loader-bars span {
  height: 0.32rem;
  width: 1.9rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lime), var(--cyan));
  animation: loaderPulse 1.1s ease-in-out infinite;
}

.loader-bars span:nth-child(2) {
  animation-delay: 0.15s;
}

.loader-bars span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes loaderPulse {
  0%,
  100% {
    transform: scaleX(0.7);
    opacity: 0.35;
  }
  50% {
    transform: scaleX(1);
    opacity: 1;
  }
}

.site-header,
.site-footer {
  position: relative;
  z-index: 10;
  border-color: var(--line);
  background: rgba(5, 7, 9, 0.7);
  backdrop-filter: blur(18px);
}

.site-header {
  position: sticky;
  top: 0;
  border-bottom: 1px solid var(--line);
}

.site-footer {
  margin-top: 5rem;
  border-top: 1px solid var(--line);
  background: rgba(6, 8, 12, 0.72);
  backdrop-filter: blur(18px);
}

.nav-link {
  color: #d4d4d8;
}

.nav-link:hover {
  color: #fff;
}

.glass-panel,
.feature-panel,
.template-card,
.order-card,
.workspace-sidebar,
.workspace-topbar,
.workspace-card,
.flash-card,
.showcase-card,
.hero-stat,
.stat-box {
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(16px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 90px rgba(0, 0, 0, 0.28);
}

.glass-panel,
.feature-panel,
.template-card,
.order-card,
.workspace-card,
.flash-card,
.showcase-card,
.hero-stat,
.stat-box {
  border-radius: var(--radius-lg);
}

.workspace-sidebar,
.workspace-topbar {
  border-radius: var(--radius-md);
}

.mobile-link {
  display: block;
  padding: 0.6rem 0;
  color: #d4d4d8;
  text-decoration: none;
}

.mobile-link:hover {
  color: #fff;
}

.btn-primary,
.btn-secondary,
.btn-tertiary,
.btn-ghost,
.btn-compact,
.icon-btn,
.social-icon,
.floating-action,
.floating-whatsapp,
.field-input,
.side-link,
.contact-row,
.file-row,
.status-chip,
.tag,
.price-chip {
  border-radius: var(--radius-sm);
}

.btn-primary,
.btn-secondary,
.btn-tertiary,
.btn-ghost,
.btn-compact {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.btn-primary {
  border: 1px solid rgba(191, 229, 0, 0.95);
  background: linear-gradient(135deg, #d8ff29, var(--lime));
  color: #060708;
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 34px rgba(191, 229, 0, 0.22);
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.045);
  color: #fff;
}

.btn-secondary:hover,
.btn-ghost:hover,
.btn-tertiary:hover {
  border-color: rgba(191, 229, 0, 0.5);
  color: rgb(217 249 157);
}

.btn-tertiary {
  border: 1px solid rgba(53, 215, 255, 0.18);
  background: rgba(53, 215, 255, 0.08);
  color: rgb(196 251 255);
}

.btn-ghost,
.btn-compact {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  color: #e4e4e7;
}

.btn-compact {
  min-height: 2.55rem;
  padding-inline: 0.85rem;
  font-size: 0.82rem;
}

.icon-btn,
.social-icon,
.floating-action,
.floating-whatsapp {
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
  color: #fff;
}

.icon-btn,
.social-icon {
  height: 2.65rem;
  width: 2.65rem;
}

.icon-btn:hover,
.social-icon:hover,
.floating-action:hover,
.floating-whatsapp:hover {
  transform: translateY(-1px);
  border-color: rgba(191, 229, 0, 0.52);
  color: rgb(217 249 157);
}

.floating-action,
.floating-whatsapp {
  position: fixed;
  right: 1.25rem;
  z-index: 20;
  height: 3rem;
  width: 3rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.floating-action {
  bottom: 4.9rem;
  color: #050505;
  background: var(--lime);
  border-color: rgba(191, 229, 0, 0.85);
}

.floating-whatsapp {
  bottom: 1.25rem;
  background: #21c15a;
  border-color: rgba(255, 255, 255, 0.18);
}

.section-shell,
.section-band,
.section-frame {
  position: relative;
  padding-inline: 1rem;
}

.section-shell {
  padding-block: 5rem;
}

.section-band {
  padding-block: 4.5rem;
}

.section-frame {
  padding-block: 3.8rem;
}

.section-shell.is-muted {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent),
    rgba(255, 255, 255, 0.015);
}

.section-heading {
  max-width: 50rem;
}

.section-heading h1,
.section-heading h2 {
  margin: 0.9rem 0 0;
  font-size: clamp(2.3rem, 4vw, 4.8rem);
  font-weight: 900;
  line-height: 0.98;
  color: #fff;
}

.section-heading p:not(.eyebrow) {
  margin-top: 1rem;
  color: var(--text-muted);
  line-height: 1.85;
}

.hero-shell {
  padding: 1.75rem 1rem 5rem;
}

.hero-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(191, 229, 0, 0.18);
  background:
    linear-gradient(180deg, rgba(53, 215, 255, 0.08), transparent 36%),
    linear-gradient(90deg, rgba(191, 229, 0, 0.08), transparent 45%),
    rgba(255, 255, 255, 0.028);
  border-radius: calc(var(--radius-lg) + 6px);
  padding: 2rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 35px 100px rgba(0, 0, 0, 0.32);
}

.hero-grid {
  display: grid;
  gap: 1.2rem;
}

@media (min-width: 960px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    align-items: end;
  }
}

.hero-copy p {
  max-width: 42rem;
  color: #d4d4d8;
  line-height: 1.9;
}

.hero-systems {
  display: grid;
  gap: 1rem;
}

.hero-stat {
  padding: 1.15rem;
}

.hero-stat strong {
  display: block;
  font-size: 2.1rem;
  line-height: 1;
}

.hero-stat span,
.stat-box span {
  color: #8b93a1;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.scan-card {
  position: relative;
  overflow: hidden;
  padding: 1.25rem;
}

.scan-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(191, 229, 0, 0.08), transparent);
  transform: translateY(-100%);
  animation: scanSweep 5.2s linear infinite;
}

@keyframes scanSweep {
  to {
    transform: translateY(100%);
  }
}

.progress-track {
  height: 0.72rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.55);
  border-radius: var(--radius-sm);
}

.progress-track span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--lime), var(--cyan));
  border-radius: inherit;
}

.showcase-grid,
.template-grid,
.stats-grid {
  display: grid;
  gap: 1.15rem;
}

@media (min-width: 768px) {
  .showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .template-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .stats-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1180px) {
  .showcase-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .template-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.showcase-card,
.template-card,
.order-card,
.workspace-card {
  overflow: hidden;
}

.showcase-card,
[data-tilt] {
  transform-style: preserve-3d;
}

.showcase-stage,
.preview-stage {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    #090b0d;
  background-size: 26px 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.showcase-stage {
  aspect-ratio: 1 / 0.86;
}

.preview-stage {
  aspect-ratio: 16 / 10;
}

.showcase-home,
.showcase-admin,
.preview-stage img {
  object-fit: cover;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

.clickable-media {
  cursor: zoom-in;
}

.showcase-home {
  position: absolute;
  inset: 1.2rem 1.2rem 2.6rem 1.2rem;
  width: calc(100% - 2.4rem);
  height: calc(100% - 3.8rem);
  border-radius: var(--radius-md);
  transform: translateZ(0);
  transition: transform 260ms ease, filter 260ms ease;
}

.showcase-admin {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 42%;
  aspect-ratio: 1.02 / 1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  transform: rotate(-6deg) translateY(10px);
  transition: transform 260ms ease;
}

.showcase-card:hover .showcase-home {
  transform: translateY(-4px) scale(1.01);
  filter: saturate(1.08);
}

.showcase-card:hover .showcase-admin {
  transform: rotate(-2deg) translateY(0);
}

.preview-stage img {
  width: 100%;
  height: 100%;
}

.admin-template-row {
  display: grid;
}

.admin-template-media {
  min-height: 15rem;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 95;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background: rgba(3, 4, 5, 0.92);
  backdrop-filter: blur(16px);
}

.image-lightbox.hidden {
  display: none;
}

.image-lightbox-stage {
  width: min(100%, 1080px);
}

.image-lightbox-image {
  width: 100%;
  max-height: calc(100vh - 9rem);
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.48);
}

.image-lightbox-caption {
  margin: 0.9rem 0 0;
  text-align: center;
  color: #a1a1aa;
  font-size: 0.9rem;
}

.image-lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.portfolio-fallback,
.template-fallback {
  display: grid;
  place-items: center;
  height: 100%;
}

.portfolio-fallback span,
.template-fallback span,
.price-chip,
.tag,
.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.055);
  color: #e4e4e7;
  padding: 0.42rem 0.7rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.price-chip {
  color: rgb(217 249 157);
  border-color: rgba(191, 229, 0, 0.28);
  background: rgba(191, 229, 0, 0.1);
}

.status-chip {
  white-space: nowrap;
}

.status-active,
.status-paid,
.status-delivered,
.status-completed {
  border-color: rgba(74, 222, 128, 0.32);
  color: rgb(187 247 208);
}

.status-pending,
.status-received,
.status-review,
.status-planning,
.status-pending_payment {
  border-color: rgba(53, 215, 255, 0.25);
  color: rgb(196 251 255);
}

.status-development,
.status-quality_check {
  border-color: rgba(191, 229, 0, 0.25);
  color: rgb(217 249 157);
}

.status-failed,
.status-payment_failed,
.status-cancelled {
  border-color: rgba(248, 113, 113, 0.28);
  color: rgb(254 202 202);
}

.showcase-body,
.template-body {
  padding: 1.15rem;
}

.showcase-body p,
.template-body p,
.workspace-copy,
.muted-copy {
  color: var(--text-muted);
  line-height: 1.75;
}

.footer-copy {
  max-width: 34rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.footer-inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.9rem;
  margin-top: 0.8rem;
}

.footer-inline-item {
  display: inline-flex;
  align-items: center;
  color: #d4d4d8;
  text-decoration: none;
  font-size: 0.82rem;
  line-height: 1.5;
  white-space: nowrap;
}

.footer-inline-item + .footer-inline-item::before {
  content: "/";
  margin-right: 0.9rem;
  color: #5c6370;
}

.footer-inline-item:hover {
  color: rgb(217 249 157);
}

.footer-meta {
  margin-top: 0.85rem;
  color: #71717a;
  font-size: 0.8rem;
}

.feature-list,
.template-list {
  display: grid;
  gap: 0.7rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li,
.template-list li {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  color: #d4d4d8;
  font-size: 0.92rem;
}

.feature-list i,
.template-list i,
.feature-list svg,
.template-list svg {
  margin-top: 0.2rem;
  color: var(--lime);
  flex: 0 0 auto;
}

.field-label {
  display: block;
  color: #d4d4d8;
  font-size: 0.82rem;
  font-weight: 700;
}

.field-input {
  margin-top: 0.48rem;
  width: 100%;
  min-height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.48);
  color: #fff;
  padding: 0.82rem 0.92rem;
  outline: none;
}

textarea.field-input {
  resize: vertical;
}

.field-input:focus {
  border-color: rgba(191, 229, 0, 0.78);
  box-shadow: 0 0 0 3px rgba(191, 229, 0, 0.12);
}

.field-input::placeholder {
  color: #71717a;
}

.file-field {
  color: var(--text-muted);
}

select.field-input {
  appearance: none;
  padding-right: 3rem;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23BFE500' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-position: 0 0, right 0.9rem center;
  background-repeat: no-repeat;
  background-size: auto, 1rem;
}

.file-field {
  padding-block: 0.55rem;
  padding-inline: 0.65rem;
}

.file-field::file-selector-button {
  margin-right: 0.85rem;
  border: 1px solid rgba(191, 229, 0, 0.28);
  background: rgba(191, 229, 0, 0.08);
  color: rgb(217 249 157);
  padding: 0.68rem 0.88rem;
  font-weight: 800;
  border-radius: calc(var(--radius-sm) - 2px);
  cursor: pointer;
}

.file-field:hover::file-selector-button {
  border-color: rgba(191, 229, 0, 0.45);
  background: rgba(191, 229, 0, 0.12);
}

.contact-row,
.file-row,
.side-link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.038);
  padding: 0.88rem 0.95rem;
  text-decoration: none;
  color: #f4f4f5;
}

.contact-row:hover,
.file-row:hover,
.side-link:hover {
  border-color: rgba(191, 229, 0, 0.44);
  color: rgb(217 249 157);
}

.side-link.is-active {
  border-color: rgba(191, 229, 0, 0.5);
  background: rgba(191, 229, 0, 0.08);
  color: rgb(217 249 157);
}

.side-link svg,
.contact-row svg,
.file-row svg {
  height: 1rem;
  width: 1rem;
  flex: 0 0 auto;
}

.flash-card {
  color: #fff;
  transition: opacity 220ms ease, transform 220ms ease;
}

.flash-dismiss {
  min-height: 2.25rem;
  min-width: 2.25rem;
  height: 2.25rem;
  width: 2.25rem;
}

.flash-success {
  border-color: rgba(74, 222, 128, 0.34);
}

.flash-danger {
  border-color: rgba(248, 113, 113, 0.34);
}

.flash-warning {
  border-color: rgba(250, 204, 21, 0.34);
}

.flash-info {
  border-color: rgba(53, 215, 255, 0.25);
}

.workspace-frame {
  display: grid;
  min-height: 100vh;
}

@media (min-width: 1024px) {
  .workspace-frame {
    grid-template-columns: 300px minmax(0, 1fr);
  }
}

.workspace-sidebar {
  position: fixed;
  inset: 1rem 1rem 1rem 1rem;
  z-index: 30;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 1rem;
  padding: 0.8rem;
  transform: translateX(-110%);
  transition: transform 220ms ease;
  overflow: hidden;
}

.workspace-sidebar.is-open {
  transform: translateX(0);
}

@media (min-width: 1024px) {
  .workspace-sidebar {
    position: sticky;
    inset: auto;
    top: 1rem;
    height: calc(100vh - 2rem);
    margin: 1rem;
    transform: none;
  }
}

.workspace-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem 0.45rem 0.7rem;
}

.workspace-nav {
  display: grid;
  gap: 0.65rem;
  align-content: start;
  overflow-y: auto;
  padding: 0.2rem 0.45rem 0.45rem 0.2rem;
}

.workspace-main {
  min-width: 0;
  padding: 1rem;
}

@media (min-width: 1024px) {
  .workspace-main {
    padding: 1rem 1.25rem 1.5rem 0;
  }
}

.workspace-topbar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  padding: 1.2rem;
}

.workspace-meta-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 0.9rem 1.1rem;
  border: 1px solid var(--line);
  background: rgba(8, 11, 15, 0.68);
  backdrop-filter: blur(16px);
  border-radius: var(--radius-md);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 20px 60px rgba(0, 0, 0, 0.22);
}

.workspace-context {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.workspace-context-copy span {
  display: block;
  color: #8b93a1;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.workspace-context-copy strong {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.96rem;
  font-weight: 700;
  color: #fff;
}

@media (min-width: 900px) {
  .admin-template-row {
    grid-template-columns: minmax(17rem, 0.92fr) minmax(0, 1.08fr);
  }

  .admin-template-media {
    min-height: 100%;
    aspect-ratio: auto;
  }

  .workspace-topbar {
    flex-direction: row;
    align-items: flex-start;
  }
}

.workspace-topbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: flex-end;
}

.workspace-content {
  margin-top: 1.2rem;
}

.workspace-utility {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: flex-end;
}

.workspace-context .account-chip {
  min-height: 2.75rem;
}

.account-chip {
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 2.9rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--radius-md);
  text-decoration: none;
}

.account-chip svg {
  flex: 0 0 auto;
  height: 1rem;
  width: 1rem;
  color: rgb(217 249 157);
}

.account-chip span {
  display: block;
  color: #8b93a1;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.account-chip strong {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.88rem;
  font-weight: 700;
}

.stats-grid {
  margin-bottom: 1.2rem;
}

.stat-box {
  padding: 1rem;
}

.stat-box strong {
  display: block;
  margin-top: 0.45rem;
  font-size: 2.1rem;
  line-height: 1;
}

.data-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 0.86rem;
}

.data-table th,
.data-table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.95rem 0.78rem;
  text-align: left;
  vertical-align: top;
}

.data-table th {
  color: #8b93a1;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.data-table td {
  color: #d4d4d8;
}

.filter-bar {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.15rem;
}

.results-meta {
  color: #8b93a1;
  font-size: 0.84rem;
}

.pagination-shell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  margin-top: 1rem;
}

.pagination-summary {
  margin: 0;
  color: #8b93a1;
  font-size: 0.84rem;
}

.pagination-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}

.pagination-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  min-width: 2.55rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--radius-sm);
  color: #d4d4d8;
  font-size: 0.82rem;
  font-weight: 800;
}

.pagination-chip.is-active {
  border-color: rgba(191, 229, 0, 0.35);
  color: rgb(217 249 157);
}

.pagination-chip.is-disabled {
  opacity: 0.45;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 380ms ease, transform 380ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-stack {
  display: grid;
  gap: 1rem;
}

.hero-stack .glass-panel,
.hero-stack .scan-card {
  padding: 1.15rem;
}

.catalog-summary {
  display: grid;
  gap: 1rem;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 0.85rem;
  color: #d4d4d8;
  font-size: 0.92rem;
}

svg {
  stroke-width: 1.8;
}

.scroll-thin,
.workspace-nav,
textarea.field-input {
  scrollbar-width: thin;
  scrollbar-color: rgba(191, 229, 0, 0.45) rgba(255, 255, 255, 0.05);
}

.scroll-thin::-webkit-scrollbar,
.workspace-nav::-webkit-scrollbar,
textarea.field-input::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.scroll-thin::-webkit-scrollbar-track,
.workspace-nav::-webkit-scrollbar-track,
textarea.field-input::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.03);
}

.scroll-thin::-webkit-scrollbar-thumb,
.workspace-nav::-webkit-scrollbar-thumb,
textarea.field-input::-webkit-scrollbar-thumb {
  background: rgba(191, 229, 0, 0.28);
  border-radius: 999px;
}

@media (max-width: 767px) {
  .hero-shell {
    padding-top: 4.35rem;
  }

  .showcase-stage {
    aspect-ratio: 1 / 0.96;
  }

  .showcase-admin {
    width: 48%;
  }
}
