@font-face {
  font-family: 'Roobert Fallback';
  src: local('Arial'), local('Helvetica Neue'), local('Helvetica'), local('sans-serif');
  size-adjust: 103%;
  ascent-override: 95%;
  descent-override: 25%;
  line-gap-override: 0%;
}

:host {
  /* Brand Colors - from Figma */
  --color-bg-primary: #0a0a0a;
  --color-bg-secondary: #111111;
  --color-bg-card: #171717;
  --color-bg-card-hover: #1c1c1c;
  --color-bg-input: #171717;

  /* Text Colors - Figma neutral-50 / neutral-200 */
  --color-text-primary: #fafafa;
  --color-text-secondary: #e5e5e5;
  --color-text-muted: #a3a3a3;
  --color-text-dim: #656565;

  /* Gradient - Figma: sky-600 -> emerald-400 */
  --gradient-primary: linear-gradient(100deg, rgb(2, 132, 199) 15%, rgb(49, 196, 141) 95%);
  --gradient-hero-bg: radial-gradient(ellipse at 50% 80%, rgba(2, 132, 199, 0.12) 0%, rgba(49, 196, 141, 0.06) 40%, transparent 70%);
  --gradient-cta-bg: radial-gradient(ellipse at center, rgba(49, 196, 141, 0.15) 0%, rgba(2, 132, 199, 0.08) 50%, transparent 100%);
  --gradient-section-divider: radial-gradient(ellipse at center, rgba(49, 196, 141, 0.06) 0%, transparent 70%);

  /* Accent Colors */
  --color-accent-green: #31c48d;
  --color-accent-blue: #0284c7;
  --color-accent-muted: rgba(49, 196, 141, 0.15);

  /* Borders */
  --color-border: #262626;
  --color-border-card: #262626;
  --color-border-input: #656565;

  /* Badge */
  --color-badge-bg: rgba(49, 196, 141, 0.1);
  --color-badge-border: rgba(49, 196, 141, 0.3);
  --color-badge-text: #31c48d;

  /* Spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 40px;
  --space-3xl: 64px;
  --space-4xl: 96px;
  --space-5xl: 128px;

  /* Border Radius */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;

  /* Typography */
  --font-display: 'Roobert', 'Roobert Fallback', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-size-xs: 12px;
  --font-size-sm: 14px;
  --font-size-base: 16px;
  --font-size-lg: 18px;
  --font-size-xl: 20px;
  --font-size-2xl: 24px;
  --font-size-3xl: 32px;
  --font-size-4xl: 48px;
  --font-size-5xl: 64px;
  --font-size-6xl: 80px;

  /* Shadows */
  --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.3);
  --shadow-card-hover: 0 8px 24px rgba(0, 0, 0, 0.4);

  /* Layout */
  --max-width: 1172px;
  --max-width-narrow: 968px;
  --content-padding: 24px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
:host {
  font-family: var(--font-body);
  background-color: var(--color-bg-primary);
  color: var(--color-text-primary);
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.byXBcP5nlpGhJYfD7DPa {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: transparent;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}

.VYdMovbN9cUTXaquglko {
  background: rgba(10, 10, 10, 0.55);
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.L78s_irTIBg8x74Rt6Fq {
  display: flex;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 0;
}

/* ─── Logo ─── */

.xOUqbhCQvp78tFel5E2r {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  margin-right: 40px;
}

.EoI_yKQhrGEcPgyiB6e1 {
  display: block;
  width: 80px;
  height: auto;
}

/* ─── Nav Links ─── */

.gujXNlZCees7q8_MK_4k {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
  justify-content: center;
}

.CisovirJqC5Tt4FaGd3P {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
  color: #e5e5e5;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
  padding: 4px 10px;
  border-radius: var(--radius-full);
  background: transparent;
  border: none;
  cursor: pointer;
}

.CisovirJqC5Tt4FaGd3P:hover {
  color: var(--color-text-primary);
}

.pWc35jBuV3eemFMdq630:hover {
  background: rgba(255, 255, 255, 0.06);
}

.KV6wE1VMFL6m9LcZN__0 {
  flex-shrink: 0;
  opacity: 0.7;
  transition: transform 0.2s ease;
}

.PHxUgX5wAo9u0JkIHY3N {
  transform: rotate(180deg);
}

/* ─── Dropdown ─── */

.er_Oj2RPK6u2dpXbEMJ_ {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.Kk8ROM45NYabyamLRXrN {
  background: rgba(255, 255, 255, 0.06);
  color: var(--color-text-primary);
}

.QKUK448eBmBVIlDUimpw {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 320px;
  background: rgba(14, 14, 14, 0.92);
  backdrop-filter: blur(32px) saturate(1.4);
  -webkit-backdrop-filter: blur(32px) saturate(1.4);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 8px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.03);
  z-index: 200;
  animation: n1iCRU52g3vb0euxlpE7 0.15s ease-out;
}

.QKUK448eBmBVIlDUimpw::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
  background: transparent;
}

@keyframes n1iCRU52g3vb0euxlpE7 {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

.iuj9PMbXvaG8ywzTMbjS {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.YPIhdItUrYzW5PXi1eUn {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color 0.15s ease;
}

.YPIhdItUrYzW5PXi1eUn:hover {
  background: rgba(255, 255, 255, 0.05);
}

.CdmNMatFCTo5F5hkJ5Ko {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.1) 0%, rgba(73, 235, 174, 0.1) 100%);
  border: 1px solid rgba(56, 189, 248, 0.15);
  border-radius: 8px;
  color: #38bdf8;
  flex-shrink: 0;
}

.MxTw6Ez29Pphua0QN2Jc {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 2px;
}

.PSi6cEUFPRa96rl6NeL2 {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.BFxxDgPb1F5jZz6Bha3q {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  color: #888;
  line-height: 1.4;
}

/* ─── Right Actions ─── */

.r5Oes9RQWsSicgDJhUVQ {
  display: flex;
  align-items: center;
  gap: var(--space-lg);
  flex-shrink: 0;
}

._WDPEmOLqnP8C5U5zaAk {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: #e5e5e5;
  text-decoration: none;
  transition: color 0.2s ease;
}

._WDPEmOLqnP8C5U5zaAk:hover {
  color: var(--color-text-primary);
}

.shkXCcIVc9rfatvAfkQ8 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: #0a0a0a;
  background: #ffffff;
  border: none;
  border-radius: var(--radius-full);
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
  transition: opacity 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.shkXCcIVc9rfatvAfkQ8:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(255, 255, 255, 0.2);
}

.shkXCcIVc9rfatvAfkQ8:active {
  transform: translateY(0);
  opacity: 0.85;
}

.eQVpTHwL7ThNkw5HnBQ1 {
  flex-shrink: 0;
}

/* ─── Light Variant ─── */

.zNEJh4Afno7NQHNlnohP {
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
}

.zNEJh4Afno7NQHNlnohP.VYdMovbN9cUTXaquglko {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px) saturate(1.2);
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
  border-bottom: 1px solid #e5e7eb;
}

.zNEJh4Afno7NQHNlnohP .CisovirJqC5Tt4FaGd3P {
  color: #525252;
}

.zNEJh4Afno7NQHNlnohP .CisovirJqC5Tt4FaGd3P:hover {
  color: #0a0a0a;
}

.zNEJh4Afno7NQHNlnohP .pWc35jBuV3eemFMdq630:hover,
.zNEJh4Afno7NQHNlnohP .Kk8ROM45NYabyamLRXrN {
  background: #f5f5f5;
}

.zNEJh4Afno7NQHNlnohP ._WDPEmOLqnP8C5U5zaAk {
  color: #525252;
}

.zNEJh4Afno7NQHNlnohP ._WDPEmOLqnP8C5U5zaAk:hover {
  color: #0a0a0a;
}

.zNEJh4Afno7NQHNlnohP .QKUK448eBmBVIlDUimpw {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.zNEJh4Afno7NQHNlnohP .YPIhdItUrYzW5PXi1eUn:hover {
  background: #f5f7fa;
}

.zNEJh4Afno7NQHNlnohP .CdmNMatFCTo5F5hkJ5Ko {
  background: linear-gradient(135deg, rgba(2, 132, 199, 0.08) 0%, rgba(49, 196, 141, 0.08) 100%);
  border-color: rgba(2, 132, 199, 0.12);
  color: #0284c7;
}

.zNEJh4Afno7NQHNlnohP .PSi6cEUFPRa96rl6NeL2 {
  color: #0a0a0a;
}

.zNEJh4Afno7NQHNlnohP .BFxxDgPb1F5jZz6Bha3q {
  color: #737373;
}

/* ─── Responsive ─── */

.QG35nQDPfj65TMHIUyUX {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 10px;
  transition: background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.QG35nQDPfj65TMHIUyUX:hover {
  background: rgba(255, 255, 255, 0.06);
}

.erVqLaq7qosVn3wXDDuM {
  display: block;
  width: 20px;
  height: 1.5px;
  background: #e5e5e5;
  border-radius: 2px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.2s ease;
  transform-origin: center;
}

.QdiNm6h70DPihDMDlbRe .erVqLaq7qosVn3wXDDuM:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.QdiNm6h70DPihDMDlbRe .erVqLaq7qosVn3wXDDuM:nth-child(2) {
  opacity: 0;
}

.QdiNm6h70DPihDMDlbRe .erVqLaq7qosVn3wXDDuM:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

/* ─── Mobile Overlay ─── */

.N5_ilTIBX7DtFkqE5lMk {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 90;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.ySLiZZfG35F3gT3HdFT2 {
  opacity: 1;
  pointer-events: auto;
}

/* ─── Mobile Menu Panel ─── */

.lM9jsguVQrlip52J7b3f {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(340px, 85vw);
  background: rgba(10, 10, 10, 0.97);
  backdrop-filter: blur(40px) saturate(1.4);
  -webkit-backdrop-filter: blur(40px) saturate(1.4);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 150;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.xJT2GT3VbhxnknunbmYo {
  transform: translateX(0);
}

.gU2QljBms8xuDFt80bhl {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 80px 24px 32px;
}

/* ─── Mobile Nav Links ─── */

.IJy9YJvQqMQhK0TwzgGl {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.JD3DTujeuF90y_hMInRv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 500;
  color: #e5e5e5;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  cursor: pointer;
  transition: color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.JD3DTujeuF90y_hMInRv:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.JD3DTujeuF90y_hMInRv:hover,
.JD3DTujeuF90y_hMInRv:active {
  color: #fff;
}

.Ng_0mtGw7kVrKd8tLCQD {
  flex-shrink: 0;
  opacity: 0.5;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ─── Mobile Accordion ─── */

.lGGRwOfxUGRsPrjtRGbQ {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.v0iVOqHiXPlk_Efcts8S {
  max-height: 600px;
}

.zP0q65ihQ1_8fPja5CMI {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 8px;
  text-decoration: none;
  border-radius: 10px;
  transition: background-color 0.15s ease;
}

.zP0q65ihQ1_8fPja5CMI:hover {
  background: rgba(255, 255, 255, 0.04);
}

.vVMee0Hqfaf_bEMLE4fc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.1), rgba(73, 235, 174, 0.1));
  border: 1px solid rgba(56, 189, 248, 0.12);
  border-radius: 8px;
  color: #38bdf8;
  flex-shrink: 0;
}

.mPlWh43gpPGngh_lFKkr {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.BN6d3c0jR62OXf8eKgnt {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.IYmePj7FiNRQNxYJ8T1w {
  font-family: var(--font-body);
  font-size: 12px;
  color: #777;
  line-height: 1.4;
}

/* ─── Mobile Actions ─── */

.drRKUSY05BtsCrtrj6yA {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 32px;
  margin-top: auto;
}

.VvIKIYqzmvjNFPJ05gec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 14px 24px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  color: #0a0a0a;
  background: #ffffff;
  border: none;
  border-radius: var(--radius-full);
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}

.VvIKIYqzmvjNFPJ05gec:hover {
  opacity: 0.9;
}

.Ss3HVucAqM5HTVMt9nRy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 24px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 500;
  color: #aaa;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-full);
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.Ss3HVucAqM5HTVMt9nRy:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 768px) {
  .L78s_irTIBg8x74Rt6Fq {
    padding: 16px var(--space-md);
  }

  .gujXNlZCees7q8_MK_4k {
    display: none;
  }

  ._WDPEmOLqnP8C5U5zaAk {
    display: none;
  }

  .r5Oes9RQWsSicgDJhUVQ {
    margin-left: auto;
  }

  .shkXCcIVc9rfatvAfkQ8 {
    padding: 8px 16px;
    font-size: 13px;
  }

  .QG35nQDPfj65TMHIUyUX {
    display: flex;
    order: -1;
  }

  .xOUqbhCQvp78tFel5E2r {
    order: 0;
    margin-right: 0;
  }

  .N5_ilTIBX7DtFkqE5lMk {
    display: block;
  }

  .lM9jsguVQrlip52J7b3f {
    display: block;
  }
}

/* ─── Mobile Light variant overrides ─── */

.zNEJh4Afno7NQHNlnohP .erVqLaq7qosVn3wXDDuM {
  background: #333;
}

.SIkmFievWdEji_LM3oi5 {
  background: rgba(255, 255, 255, 0.98);
  border-left-color: #e5e7eb;
}

.SIkmFievWdEji_LM3oi5 .JD3DTujeuF90y_hMInRv {
  color: #333;
  border-bottom-color: #f0f0f0;
}

.SIkmFievWdEji_LM3oi5 .JD3DTujeuF90y_hMInRv:first-child {
  border-top-color: #f0f0f0;
}

.SIkmFievWdEji_LM3oi5 .JD3DTujeuF90y_hMInRv:hover {
  color: #0a0a0a;
}

.SIkmFievWdEji_LM3oi5 .zP0q65ihQ1_8fPja5CMI:hover {
  background: #f5f7fa;
}

.SIkmFievWdEji_LM3oi5 .vVMee0Hqfaf_bEMLE4fc {
  background: linear-gradient(135deg, rgba(2, 132, 199, 0.08), rgba(49, 196, 141, 0.08));
  border-color: rgba(2, 132, 199, 0.12);
  color: #0284c7;
}

.SIkmFievWdEji_LM3oi5 .BN6d3c0jR62OXf8eKgnt {
  color: #0a0a0a;
}

.SIkmFievWdEji_LM3oi5 .IYmePj7FiNRQNxYJ8T1w {
  color: #737373;
}

.SIkmFievWdEji_LM3oi5 .Ss3HVucAqM5HTVMt9nRy {
  color: #525252;
  background: transparent;
  border-color: #e5e7eb;
}

.SIkmFievWdEji_LM3oi5 .Ss3HVucAqM5HTVMt9nRy:hover {
  color: #0a0a0a;
  border-color: #ccc;
}

