:root {
  color-scheme: dark;
  --dctx-bg: #05090d;
  --dctx-panel: #0c1218;
  --dctx-panel-2: #101821;
  --dctx-line: rgba(255, 255, 255, 0.12);
  --dctx-soft-line: rgba(255, 255, 255, 0.08);
  --dctx-text: #f7f4eb;
  --dctx-muted: #92a0b2;
  --dctx-gold: #f0c76a;
  --dctx-gold-2: #b88739;
  --dctx-cyan: #41d7ff;
  --dctx-violet: #9567ff;
  --dctx-green: #6df2bd;
}

html {
  background: var(--dctx-bg) !important;
  color-scheme: dark !important;
}

html:not(.dark) {
  color-scheme: dark !important;
}

body {
  min-height: 100vh;
  color: var(--dctx-text);
  letter-spacing: 0;
  background:
    radial-gradient(circle at 18% -12%, rgba(65, 215, 255, 0.13), transparent 30rem),
    radial-gradient(circle at 88% 4%, rgba(149, 103, 255, 0.16), transparent 34rem),
    radial-gradient(circle at 5% 38%, rgba(240, 199, 106, 0.11), transparent 25rem),
    linear-gradient(180deg, #060b10 0%, #071018 48%, #05090d 100%) !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 72%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.035) 42%, transparent 44%);
  opacity: 0.42;
}

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

.dctx-shell {
  width: min(1200px, calc(100vw - 34px));
  margin: 0 auto;
}

.dctx-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: 30px;
  min-height: 430px;
  margin: 28px auto 18px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(240, 199, 106, 0.22);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), transparent 30%),
    linear-gradient(160deg, rgba(13, 21, 29, 0.98), rgba(6, 10, 15, 0.96));
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.dctx-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 24%, rgba(149, 103, 255, 0.22), transparent 22rem),
    linear-gradient(115deg, transparent 0 55%, rgba(240, 199, 106, 0.1) 56%, transparent 75%);
}

.dctx-hero-copy,
.dctx-dashboard {
  position: relative;
  z-index: 1;
}

.dctx-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 680px;
  padding: 10px 0;
}

.dctx-brandline {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #e7edf5;
  font-size: 15px;
  font-weight: 900;
}

.dctx-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(240, 199, 106, 0.34);
  border-radius: 10px;
  color: #15100a;
  background: linear-gradient(180deg, #ffe4a2, #c99642);
  box-shadow: 0 12px 30px rgba(240, 199, 106, 0.18);
  font-size: 12px;
}

.dctx-title {
  margin: 24px 0 14px;
  color: #fffaf0;
  font-size: clamp(40px, 5.3vw, 72px);
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: 0;
}

.dctx-title span {
  color: var(--dctx-gold);
}

.dctx-subtitle {
  max-width: 600px;
  margin: 0;
  color: #c3cedd;
  font-size: 16px;
  line-height: 1.78;
}

.dctx-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
  color: #dce7f3;
  font-size: 13px;
  font-weight: 700;
}

.dctx-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.dctx-proof span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--dctx-gold);
  box-shadow: 0 0 13px rgba(240, 199, 106, 0.72);
}

.dctx-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.dctx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 0 18px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.dctx-btn-primary {
  color: #171107;
  background: linear-gradient(180deg, #ffe6a9, #d5a955);
  box-shadow: 0 16px 38px rgba(240, 199, 106, 0.22);
}

.dctx-btn-ghost {
  color: #eaf2ff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
}

.dctx-dashboard {
  align-self: center;
  min-height: 330px;
  padding: 18px;
  border: 1px solid rgba(149, 103, 255, 0.35);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(7, 12, 19, 0.82);
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.dctx-window-dots {
  display: flex;
  gap: 7px;
  margin-bottom: 16px;
}

.dctx-window-dots i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff6b62;
}

.dctx-window-dots i:nth-child(2) {
  background: #ffd166;
}

.dctx-window-dots i:nth-child(3) {
  background: #7be38f;
}

.dctx-dash-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #dbe7f5;
  font-size: 13px;
  font-weight: 900;
}

.dctx-dash-head b {
  color: #c5a7ff;
  font-size: 11px;
}

.dctx-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  margin-top: 17px;
}

.dctx-kpi-grid div {
  min-height: 76px;
  padding: 12px;
  border: 1px solid var(--dctx-soft-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.dctx-kpi-grid strong,
.dctx-kpi-grid span {
  display: block;
}

.dctx-kpi-grid strong {
  color: #caa9ff;
  font-size: 21px;
  line-height: 1;
}

.dctx-kpi-grid span {
  margin-top: 8px;
  color: var(--dctx-muted);
  font-size: 11px;
}

.dctx-chart {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 82px;
  margin: 18px 0;
  padding: 14px 12px 10px;
  border: 1px solid rgba(149, 103, 255, 0.22);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(149, 103, 255, 0.08), rgba(65, 215, 255, 0.035));
}

.dctx-chart span {
  flex: 1;
  min-width: 10px;
  border-radius: 999px 999px 2px 2px;
  background: linear-gradient(180deg, #a276ff, #41d7ff);
  box-shadow: 0 0 18px rgba(149, 103, 255, 0.34);
}

.dctx-chart span:nth-child(1) { height: 32%; }
.dctx-chart span:nth-child(2) { height: 54%; }
.dctx-chart span:nth-child(3) { height: 42%; }
.dctx-chart span:nth-child(4) { height: 68%; }
.dctx-chart span:nth-child(5) { height: 48%; }
.dctx-chart span:nth-child(6) { height: 76%; }

.dctx-dash-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  margin-top: 8px;
  padding: 0 12px;
  border: 1px solid var(--dctx-soft-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.dctx-dash-row.hot {
  border-color: rgba(240, 199, 106, 0.3);
}

.dctx-dash-row b {
  color: #f7fbff;
  font-size: 13px;
}

.dctx-dash-row em {
  color: var(--dctx-gold);
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}

#app {
  min-height: 100vh;
}

#app > * {
  position: relative;
}

.dctx-refit-ready header {
  border-bottom-color: rgba(255, 255, 255, 0.09) !important;
  background: rgba(5, 9, 13, 0.86) !important;
  backdrop-filter: blur(18px);
}

.dctx-refit-ready [class*="theme-panel"],
.dctx-refit-ready [class*="theme-surface"],
.dctx-refit-ready [class*="bg-card"],
.dctx-refit-ready [class*="bg-white"] {
  background-color: rgba(13, 18, 24, 0.82) !important;
}

.dctx-refit-ready [class*="border"],
.dctx-refit-ready .theme-border {
  border-color: rgba(255, 255, 255, 0.11) !important;
}

.dctx-refit-ready [class*="rounded-2xl"],
.dctx-refit-ready [class*="rounded-xl"],
.dctx-refit-ready [class*="rounded-lg"] {
  border-radius: 9px !important;
}

.dctx-refit-ready main,
.dctx-refit-ready .container,
.dctx-refit-ready [class*="max-w-"] {
  color: var(--dctx-text);
}

.dctx-refit-ready [class*="text-muted"],
.dctx-refit-ready .theme-text-muted,
.dctx-refit-ready .theme-text-secondary {
  color: var(--dctx-muted) !important;
}

.dctx-refit-ready [class*="text-primary"],
.dctx-refit-ready [class*="text-foreground"],
.dctx-refit-ready .theme-text-primary {
  color: #f8fbff !important;
}

.dctx-refit-ready [class*="bg-primary"],
.dctx-refit-ready .theme-btn-primary {
  color: #171107 !important;
  background: linear-gradient(180deg, #ffe6a9, #d5a955) !important;
}

.dctx-refit-ready aside,
.dctx-refit-ready [class*="drawer"] {
  background-color: rgba(13, 18, 24, 0.92) !important;
}

.dctx-refit-ready input,
.dctx-refit-ready select,
.dctx-refit-ready textarea {
  border-color: rgba(255, 255, 255, 0.12) !important;
  background-color: rgba(5, 9, 13, 0.82) !important;
  color: var(--dctx-text) !important;
}

.dctx-refit-ready .grayscale,
.dctx-refit-ready [class*="grayscale"] {
  filter: none !important;
}

.dctx-refit-ready [class*="opacity-85"] {
  opacity: 1 !important;
}

.dctx-refit-ready .group.theme-panel {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035)),
    rgba(13, 18, 24, 0.86) !important;
}

.dctx-refit-ready .group.theme-panel:hover {
  border-color: rgba(240, 199, 106, 0.32) !important;
  transform: translateY(-1px);
}

.dctx-store-page .dctx-hero + section,
.dctx-store-page .dctx-hero + div,
.dctx-store-page .dctx-hero ~ section:first-of-type {
  margin-top: 0 !important;
}

.dctx-store-page main {
  padding-top: 0 !important;
}

.dctx-floating-contact {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100vw - 36px);
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(109, 242, 189, 0.32);
  border-radius: 999px;
  color: #eafff7;
  background: rgba(5, 18, 15, 0.88);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(14px);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.dctx-floating-contact::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--dctx-green);
  box-shadow: 0 0 16px rgba(109, 242, 189, 0.8);
}

@media (max-width: 1060px) {
  .dctx-hero {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .dctx-shell {
    width: min(100vw - 24px, 1200px);
  }

  .dctx-hero {
    margin-top: 14px;
    padding: 24px 18px;
  }

  .dctx-title {
    font-size: 38px;
  }

  .dctx-dashboard {
    min-height: auto;
  }

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

  .dctx-trust div:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 540px) {
  .dctx-title {
    font-size: 32px;
  }

  .dctx-product-grid,
  .dctx-kpi-grid,
  .dctx-trust {
    grid-template-columns: 1fr;
  }

  .dctx-trust div {
    border-right: 0;
    border-bottom: 1px solid var(--dctx-soft-line);
  }

  .dctx-trust div:last-child {
    border-bottom: 0;
  }

  .dctx-floating-contact {
    left: 12px;
    right: 12px;
    justify-content: center;
  }
}
