:root {
  color-scheme: dark;
  --codeyx-bg: #06111f;
  --codeyx-panel: rgba(10, 24, 45, 0.78);
  --codeyx-line: rgba(125, 211, 252, 0.22);
  --codeyx-cyan: #22d3ee;
  --codeyx-blue: #3b82f6;
  --codeyx-purple: #8b5cf6;
  --codeyx-text: #eef6ff;
  --codeyx-muted: #9fb2cc;
}

html, body {
  min-height: 100%;
}

body {
  background:
    radial-gradient(circle at 18% 8%, rgba(34, 211, 238, 0.18), transparent 28rem),
    radial-gradient(circle at 82% 12%, rgba(139, 92, 246, 0.18), transparent 26rem),
    linear-gradient(135deg, #06111f 0%, #081827 48%, #050816 100%);
}

.codeyx-home {
  min-height: 100vh;
  overflow: hidden;
  color: var(--codeyx-text);
  background:
    linear-gradient(rgba(34, 211, 238, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 211, 238, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 8% 20%, rgba(34, 211, 238, 0.22), transparent 30rem),
    radial-gradient(circle at 92% 12%, rgba(139, 92, 246, 0.2), transparent 32rem),
    radial-gradient(circle at 70% 85%, rgba(59, 130, 246, 0.16), transparent 34rem),
    #06111f;
  background-size: 72px 72px, 72px 72px, auto, auto, auto, auto;
}

.codeyx-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.codeyx-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0;
}

.codeyx-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.codeyx-logo {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.95), rgba(59, 130, 246, 0.95) 55%, rgba(139, 92, 246, 0.95));
  box-shadow: 0 18px 55px rgba(34, 211, 238, 0.28);
  color: white;
  font-size: 18px;
}

.codeyx-nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.codeyx-pill,
.codeyx-outline,
.codeyx-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.codeyx-pill {
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(15, 23, 42, 0.46);
  padding: 9px 15px;
  color: #c8d8ee;
  font-size: 13px;
  backdrop-filter: blur(18px);
}

.codeyx-outline {
  border: 1px solid rgba(125, 211, 252, 0.25);
  padding: 12px 18px;
  color: #dbeafe;
  background: rgba(8, 20, 38, 0.44);
}

.codeyx-primary {
  border: 0;
  padding: 13px 22px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--codeyx-cyan), var(--codeyx-blue) 50%, var(--codeyx-purple));
  box-shadow: 0 20px 55px rgba(59, 130, 246, 0.36);
}

.codeyx-primary:hover,
.codeyx-outline:hover,
.codeyx-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(125, 211, 252, 0.52);
}

.codeyx-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 56px;
  align-items: center;
  padding: 72px 0 50px;
}

.codeyx-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(34, 211, 238, 0.28);
  border-radius: 999px;
  background: rgba(8, 20, 38, 0.58);
  padding: 9px 13px;
  color: #a5f3fc;
  font-size: 13px;
  backdrop-filter: blur(16px);
}

.codeyx-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.12);
}

.codeyx-title {
  margin: 22px 0 18px;
  max-width: 760px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.075em;
}

.codeyx-gradient-text {
  background: linear-gradient(90deg, #ffffff 0%, #a5f3fc 35%, #93c5fd 68%, #ddd6fe 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.codeyx-subtitle {
  max-width: 680px;
  color: var(--codeyx-muted);
  font-size: 18px;
  line-height: 1.8;
}

.codeyx-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.codeyx-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}

.codeyx-stat,
.codeyx-card,
.codeyx-console {
  border: 1px solid var(--codeyx-line);
  background: linear-gradient(180deg, rgba(15, 35, 64, 0.72), rgba(6, 17, 31, 0.68));
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(22px);
}

.codeyx-stat {
  border-radius: 20px;
  padding: 18px;
}

.codeyx-stat strong {
  display: block;
  font-size: 22px;
  letter-spacing: -0.04em;
}

.codeyx-stat span {
  color: var(--codeyx-muted);
  font-size: 13px;
}

.codeyx-console {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 20px;
}

.codeyx-console:before {
  content: '';
  position: absolute;
  inset: -2px;
  background: radial-gradient(circle at 50% 0%, rgba(34, 211, 238, 0.2), transparent 40%);
  pointer-events: none;
}

.codeyx-console-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  padding: 8px 4px 18px;
  color: #b6c9e4;
  font-size: 13px;
}

.codeyx-lights {
  display: flex;
  gap: 7px;
}

.codeyx-lights i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.codeyx-lights i:nth-child(1) { background: #fb7185; }
.codeyx-lights i:nth-child(2) { background: #facc15; }
.codeyx-lights i:nth-child(3) { background: #34d399; }

.codeyx-terminal {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 22px 4px 2px;
  color: #dbeafe;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
}

.codeyx-line {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: 16px;
  background: rgba(2, 6, 23, 0.35);
  padding: 14px;
}

.codeyx-line em {
  color: #67e8f9;
  font-style: normal;
}

.codeyx-line b {
  color: #86efac;
}

.codeyx-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 34px 0 78px;
}

.codeyx-card {
  border-radius: 24px;
  padding: 24px;
}

.codeyx-card-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 15px;
  background: rgba(34, 211, 238, 0.11);
  color: #67e8f9;
  font-size: 22px;
}

.codeyx-card h3 {
  margin: 18px 0 10px;
  font-size: 17px;
}

.codeyx-card p {
  margin: 0;
  color: var(--codeyx-muted);
  line-height: 1.7;
  font-size: 14px;
}

.codeyx-footer {
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  padding: 22px 0 34px;
  color: #7f93ad;
  font-size: 13px;
}

.card-glass {
  border: 1px solid rgba(125, 211, 252, 0.18) !important;
  background: rgba(8, 20, 38, 0.74) !important;
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.36) !important;
}

.text-gradient {
  background: linear-gradient(90deg, #22d3ee, #60a5fa, #a78bfa) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

.btn-primary {
  border: 0 !important;
  background: linear-gradient(135deg, #22d3ee, #3b82f6 55%, #8b5cf6) !important;
  box-shadow: 0 18px 42px rgba(59, 130, 246, 0.34) !important;
}

.input:focus {
  border-color: rgba(34, 211, 238, 0.85) !important;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.18) !important;
}

@media (max-width: 900px) {
  .codeyx-hero,
  .codeyx-grid {
    grid-template-columns: 1fr;
  }

  .codeyx-hero {
    padding-top: 38px;
  }

  .codeyx-stats {
    grid-template-columns: 1fr;
  }

  .codeyx-nav {
    align-items: flex-start;
    gap: 18px;
    flex-direction: column;
  }

  .codeyx-nav-actions {
    width: 100%;
    justify-content: space-between;
  }
}
/* codeyx-fast-overrides-start */
.codeyx-home {
  background:
    linear-gradient(rgba(34, 211, 238, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 211, 238, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, #06111f 0%, #081827 52%, #06081a 100%) !important;
  background-size: 96px 96px, 96px 96px, auto !important;
}
.codeyx-stat,
.codeyx-card,
.codeyx-console,
.codeyx-pill,
.codeyx-outline {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}
.codeyx-stat,
.codeyx-card,
.codeyx-console {
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.22) !important;
}
.codeyx-grid {
  content-visibility: auto;
  contain-intrinsic-size: 420px;
}
.codeyx-primary,
.codeyx-outline,
.codeyx-pill {
  transition: transform .15s ease, border-color .15s ease, background .15s ease !important;
}
@media (max-width: 760px) {
  .codeyx-shell { width: min(100% - 28px, 1180px) !important; }
  .codeyx-hero { gap: 28px !important; }
  .codeyx-console { display: none !important; }
  .codeyx-title { font-size: clamp(38px, 13vw, 58px) !important; }
}
/* codeyx-fast-overrides-end */
