@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');
.language-switcher[data-v-fd7005ca] {
  position: relative;
  font-family: system-ui, -apple-system, sans-serif;
}
.language-btn[data-v-fd7005ca] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  transition: all 0.2s;
}
.language-btn[data-v-fd7005ca]:hover {
  border-color: #3b82f6;
  background: #eff6ff;
}
.language-btn .flag[data-v-fd7005ca] {
  font-size: 18px;
  line-height: 1;
}
.language-btn .code[data-v-fd7005ca] {
  font-size: 12px;
  letter-spacing: 0.5px;
}
.language-btn .arrow[data-v-fd7005ca] {
  font-size: 10px;
  color: #9ca3af;
  transition: transform 0.2s;
}
.language-switcher.expanded .language-btn .arrow[data-v-fd7005ca] {
  transform: rotate(180deg);
}
.language-list[data-v-fd7005ca] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 1000;
}
.language-switcher:not(.expanded) .language-list[data-v-fd7005ca] {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 180px;
  animation: slideDown-fd7005ca 0.2s ease-out;
}
@keyframes slideDown-fd7005ca {
from {
    opacity: 0;
    transform: translateY(-10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.language-option[data-v-fd7005ca] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: white;
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: #374151;
  transition: all 0.2s;
  text-align: left;
}
.language-option[data-v-fd7005ca]:hover {
  background: #f3f4f6;
}
.language-option.active[data-v-fd7005ca] {
  background: #eff6ff;
  color: #3b82f6;
  font-weight: 600;
}
.language-option .flag[data-v-fd7005ca] {
  font-size: 20px;
  line-height: 1;
}
.language-option .name[data-v-fd7005ca] {
  flex: 1;
}
.language-option .check[data-v-fd7005ca] {
  color: #3b82f6;
  font-weight: bold;
}
.overlay[data-v-fd7005ca] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

/* Dark mode support */
.dark,.dark {
  background: #1f2937;
  border-color: #374151;
  color: #f3f4f6;
}
.dark {
  background: #374151;
  border-color: #3b82f6;
}
.dark {
  background: #1f2937;
  color: #f3f4f6;
}
.dark {
  background: #374151;
}
.dark {
  background: #1e3a8a;
  color: #60a5fa;
}

/* Expanded mode (horizontal layout) */
.language-switcher[data-layout="horizontal"] .language-list[data-v-fd7005ca] {
  flex-direction: row;
  width: fit-content;
}
.language-switcher[data-layout="horizontal"] .language-option[data-v-fd7005ca] {
  flex-direction: column;
  gap: 4px;
  padding: 10px;
  min-width: 60px;
  text-align: center;
}
.language-switcher[data-layout="horizontal"] .language-option .flag[data-v-fd7005ca] {
  font-size: 24px;
}
.language-switcher[data-layout="horizontal"] .language-option .name[data-v-fd7005ca] {
  font-size: 11px;
}

.app-switcher[data-v-394e7789] {
  position: relative;
  display: inline-block;
}
.switcher-btn[data-v-394e7789] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.875rem;
  background: linear-gradient(135deg, rgba(255, 107, 107, 0.1), rgba(255, 217, 61, 0.08));
  border: 1.5px solid rgba(255, 107, 107, 0.25);
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.2s ease;
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  box-shadow: 0 2px 8px rgba(255, 107, 107, 0.15);
  height: 36px;
}
.switcher-btn[data-v-394e7789]:hover {
  background: linear-gradient(135deg, rgba(255, 107, 107, 0.15), rgba(255, 217, 61, 0.12));
  border-color: rgba(255, 107, 107, 0.35);
  box-shadow: 0 4px 12px rgba(255, 107, 107, 0.2);
  transform: translateY(-1px);
}
.switcher-btn.active[data-v-394e7789] {
  background: linear-gradient(135deg, rgba(255, 107, 107, 0.18), rgba(255, 217, 61, 0.15));
  border-color: rgba(255, 107, 107, 0.4);
  box-shadow: 0 6px 16px rgba(255, 107, 107, 0.25);
}
.btn-icon[data-v-394e7789] {
  font-size: 1.15rem;
  line-height: 1;
  flex-shrink: 0;
}
.btn-content[data-v-394e7789] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  line-height: 1;
}
.logo[data-v-394e7789] {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #e63946;
  text-shadow: 0 1px 2px rgba(230, 57, 70, 0.2);
}
.subtitle[data-v-394e7789] {
  font-size: 0.625rem;
  font-weight: 600;
  color: #e63946;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.85;
}
.arrow[data-v-394e7789] {
  font-size: 0.75rem;
  color: #ff6b6b;
  transition: transform 0.2s ease;
  margin-left: 0.125rem;
}
.switcher-btn.active .arrow[data-v-394e7789] {
  transform: rotate(180deg);
}
.dropdown[data-v-394e7789] {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  min-width: 320px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  z-index: 1000;
}
.dropdown-enter-active[data-v-394e7789],
.dropdown-leave-active[data-v-394e7789] {
  transition: all 0.2s ease;
}
.dropdown-enter-from[data-v-394e7789],
.dropdown-leave-to[data-v-394e7789] {
  opacity: 0;
  transform: translateY(-10px);
}
.dropdown-header[data-v-394e7789] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1rem 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.header-icon[data-v-394e7789] {
  font-size: 1.25rem;
}
.header-text[data-v-394e7789] {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(11, 18, 33, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.apps-list[data-v-394e7789] {
  padding: 0.5rem;
  max-height: 400px;
  overflow-y: auto;
}
.app-item[data-v-394e7789] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.app-item[data-v-394e7789]:hover {
  background: rgba(74, 61, 241, 0.06);
}
.app-item.active[data-v-394e7789] {
  background: linear-gradient(135deg, rgba(112, 81, 255, 0.1), rgba(255, 122, 193, 0.1));
}
.app-icon[data-v-394e7789] {
  font-size: 1.75rem;
  flex-shrink: 0;
}
.app-info[data-v-394e7789] {
  flex: 1;
  min-width: 0;
}
.app-name[data-v-394e7789] {
  font-size: 0.95rem;
  font-weight: 600;
  color: #0b1221;
  margin-bottom: 0.125rem;
}
.app-desc[data-v-394e7789] {
  font-size: 0.8rem;
  color: rgba(11, 18, 33, 0.6);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.status-badge[data-v-394e7789] {
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.status-badge.live[data-v-394e7789] {
  background: rgba(63, 196, 128, 0.15);
  color: #168048;
}
.status-badge.soon[data-v-394e7789] {
  background: rgba(147, 112, 255, 0.15);
  color: #5a32d1;
}
.current-indicator[data-v-394e7789] {
  font-size: 1rem;
  color: #4a3df1;
  font-weight: 700;
}
.dropdown-footer[data-v-394e7789] {
  padding: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(248, 249, 255, 0.5);
}
.home-link[data-v-394e7789] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 0.75rem;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #4a3df1;
  text-decoration: none;
  transition: all 0.2s ease;
}
.home-link[data-v-394e7789]:hover {
  background: rgba(74, 61, 241, 0.08);
}
.home-icon[data-v-394e7789] {
  font-size: 1.1rem;
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
.switcher-btn[data-v-394e7789] {
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.2), rgba(255, 217, 61, 0.15));
    border-color: rgba(255, 107, 107, 0.35);
    box-shadow: 0 2px 8px rgba(255, 107, 107, 0.25);
}
.switcher-btn[data-v-394e7789]:hover {
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.25), rgba(255, 217, 61, 0.2));
    border-color: rgba(255, 107, 107, 0.45);
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
}
.switcher-btn.active[data-v-394e7789] {
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.3), rgba(255, 217, 61, 0.25));
    border-color: rgba(255, 107, 107, 0.55);
    box-shadow: 0 6px 16px rgba(255, 107, 107, 0.35);
}
.logo[data-v-394e7789] {
    color: #ff8a8a;
    text-shadow: 0 1px 2px rgba(255, 138, 138, 0.3);
}
.subtitle[data-v-394e7789] {
    color: #ff8a8a;
    opacity: 0.85;
}
.arrow[data-v-394e7789] {
    color: #ffb3b3;
}
.dropdown[data-v-394e7789] {
    background: #1a1d2e;
    border-color: rgba(255, 255, 255, 0.1);
}
.dropdown-header[data-v-394e7789] {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}
.header-text[data-v-394e7789] {
    color: rgba(255, 255, 255, 0.6);
}
.app-item[data-v-394e7789]:hover {
    background: rgba(112, 81, 255, 0.15);
}
.app-name[data-v-394e7789] {
    color: #ffffff;
}
.app-desc[data-v-394e7789] {
    color: rgba(255, 255, 255, 0.6);
}
.dropdown-footer[data-v-394e7789] {
    border-top-color: rgba(255, 255, 255, 0.1);
    background: rgba(30, 34, 50, 0.5);
}
}

/* Mobile responsive */
@media (max-width: 640px) {
.dropdown[data-v-394e7789] {
    min-width: 280px;
    left: 50%;
    transform: translateX(-50%);
}
}

.landing[data-v-d297e732] {
  min-height: 100vh;
  background: transparent;
  padding: 2.5rem clamp(1.25rem, 4vw, 4rem) 3.5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
main[data-v-d297e732] {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.site-header[data-v-d297e732] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 1.5rem;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  border: 1px solid rgba(23, 30, 74, 0.08);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 1rem;
  z-index: 10;
}
.logo-stack[data-v-d297e732] {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.logo[data-v-d297e732] {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #4a3df1;
}
.logo-stack small[data-v-d297e732] {
  font-size: 0.75rem;
  color: rgba(11, 18, 33, 0.7);
}
.nav-links[data-v-d297e732] {
  display: flex;
  gap: 1.5rem;
  font-weight: 600;
  color: rgba(11, 18, 33, 0.8);
  flex-wrap: wrap;
  justify-content: center;
}
.nav-links a[data-v-d297e732]:hover {
  color: #4a3df1;
}
.header-actions[data-v-d297e732] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.language-wrapper[data-v-d297e732] {
  display: flex;
}
.hero[data-v-d297e732] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  align-items: center;
}
.hero-copy h1[data-v-d297e732] {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}
.eyebrow[data-v-d297e732] {
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(11, 18, 33, 0.6);
  margin-bottom: 0.6rem;
}
.subtitle[data-v-d297e732] {
  font-size: 1.1rem;
  color: rgba(11, 18, 33, 0.8);
}
.cta-group[data-v-d297e732] {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 2rem 0 1rem;
}
.primary-link[data-v-d297e732],
.secondary-link[data-v-d297e732],
.ghost-link[data-v-d297e732] {
  border-radius: 999px;
  padding: 0.75rem 1.4rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.primary-link[data-v-d297e732] {
  background: linear-gradient(135deg, #7051ff, #ff7ac1);
  color: white;
  box-shadow: 0 10px 30px rgba(112, 81, 255, 0.35);
}
.primary-link[data-v-d297e732]:hover {
  transform: translateY(-1px);
}
.secondary-link[data-v-d297e732] {
  border-color: rgba(11, 18, 33, 0.15);
  color: #0b1221;
  background: rgba(255, 255, 255, 0.75);
}
.ghost-link[data-v-d297e732] {
  padding: 0.45rem 1.1rem;
  border-color: transparent;
  color: #4a3df1;
  background: rgba(74, 61, 241, 0.12);
}
.hero-metrics[data-v-d297e732] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.hero-metrics article[data-v-d297e732] {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  padding: 1rem 1.3rem;
  border: 1px solid rgba(74, 61, 241, 0.08);
}
.hero-metrics .value[data-v-d297e732] {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
}
.hero-metrics .label[data-v-d297e732] {
  margin: 0.5rem 0 0;
  color: rgba(11, 18, 33, 0.65);
  font-size: 0.9rem;
}
.hero-card[data-v-d297e732] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hero-card .card-label[data-v-d297e732] {
  font-size: 0.85rem;
  color: rgba(11, 18, 33, 0.6);
}
.card-large[data-v-d297e732] {
  border-radius: 32px;
  padding: 0.25rem;
  background: linear-gradient(135deg, rgba(112, 81, 255, 0.2), rgba(255, 174, 113, 0.2));
}
.card-gradient[data-v-d297e732] {
  background: #0b1221;
  color: white;
  border-radius: 28px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.card-gradient ul[data-v-d297e732] {
  margin: 0;
  padding-left: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
}
.pill[data-v-d297e732] {
  display: inline-flex;
  padding: 0.3rem 0.9rem;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  font-size: 0.9rem;
  align-self: flex-start;
}
.cta-chip[data-v-d297e732] {
  align-self: flex-start;
  background: white;
  color: #0b1221;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  font-weight: 600;
}
.card-tiny[data-v-d297e732] {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  padding: 1rem 1.5rem;
  border: 1px dashed rgba(11, 18, 33, 0.15);
  font-size: 0.95rem;
  color: rgba(11, 18, 33, 0.8);
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.vision[data-v-d297e732],
.products[data-v-d297e732],
.kids-suite[data-v-d297e732],
.roadmap[data-v-d297e732],
.future[data-v-d297e732],
.community[data-v-d297e732] {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 40px;
  padding: clamp(1.5rem, 4vw, 2.75rem);
  border: 1px solid rgba(11, 18, 33, 0.08);
  box-shadow: 0 30px 60px rgba(10, 5, 54, 0.08);
}
.vision header[data-v-d297e732],
.kids-suite header[data-v-d297e732],
.future header[data-v-d297e732],
.roadmap header[data-v-d297e732] {
  max-width: 720px;
}
.pillars[data-v-d297e732] {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}
.pillars article[data-v-d297e732] {
  border: 1px solid rgba(11, 18, 33, 0.08);
  border-radius: 20px;
  padding: 1.5rem;
  background: rgba(248, 249, 255, 0.8);
}
.pillars .icon[data-v-d297e732] {
  font-size: 1.8rem;
  display: inline-block;
  margin-bottom: 0.8rem;
}
.section-heading[data-v-d297e732] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.product-grid[data-v-d297e732] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}
.product-card[data-v-d297e732] {
  border: 1px solid rgba(11, 18, 33, 0.08);
  border-radius: 24px;
  padding: 1.5rem;
  background: white;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.product-card ul[data-v-d297e732] {
  padding-left: 1.2rem;
  margin: 0;
  color: rgba(11, 18, 33, 0.75);
}
.product-head[data-v-d297e732] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.product-icon[data-v-d297e732] {
  font-size: 1.8rem;
}
.status-chip[data-v-d297e732] {
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
}
.status-chip.live[data-v-d297e732] {
  background: rgba(63, 196, 128, 0.15);
  color: #168048;
}
.status-chip.beta[data-v-d297e732] {
  background: rgba(255, 193, 59, 0.2);
  color: #b06200;
}
.status-chip.alpha[data-v-d297e732] {
  background: rgba(147, 112, 255, 0.18);
  color: #5a32d1;
}
.status-chip.planned[data-v-d297e732],
.status-chip.future[data-v-d297e732] {
  background: rgba(10, 17, 38, 0.08);
  color: rgba(11, 18, 33, 0.8);
}
.product-link[data-v-d297e732] {
  font-weight: 600;
  color: #4a3df1;
}
.kids-grid[data-v-d297e732] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.kids-grid article[data-v-d297e732] {
  border-radius: 24px;
  padding: 1.5rem;
  background: rgba(252, 250, 255, 0.95);
  border: 1px solid rgba(102, 76, 255, 0.15);
}
.tool-head[data-v-d297e732] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
}
.tool-icon[data-v-d297e732] {
  font-size: 1.7rem;
}
.tag[data-v-d297e732] {
  padding: 0.2rem 0.8rem;
  border-radius: 999px;
  background: rgba(74, 61, 241, 0.08);
  color: #4a3df1;
  font-size: 0.8rem;
  font-weight: 600;
}
.kids-grid ul[data-v-d297e732],
.future-grid ul[data-v-d297e732],
.timeline ul[data-v-d297e732] {
  margin: 0;
  padding-left: 1.2rem;
  color: rgba(11, 18, 33, 0.75);
}
.roadmap .timeline[data-v-d297e732] {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}
.timeline article[data-v-d297e732] {
  border-radius: 24px;
  padding: 1.5rem;
  background: rgba(6, 10, 28, 0.95);
  color: white;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.timeline-badge[data-v-d297e732] {
  align-self: flex-start;
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  font-size: 0.78rem;
  text-transform: uppercase;
  font-weight: 600;
}
.timeline-badge.live[data-v-d297e732] {
  background: rgba(63, 196, 128, 0.2);
  color: #aefccf;
}
.timeline-badge.beta[data-v-d297e732] {
  background: rgba(255, 193, 59, 0.25);
  color: #ffe9b8;
}
.timeline-badge.planned[data-v-d297e732] {
  background: rgba(255, 255, 255, 0.15);
  color: white;
}
.timeline-badge.future[data-v-d297e732] {
  background: rgba(146, 113, 255, 0.3);
  color: #e3d8ff;
}
.future-grid[data-v-d297e732] {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}
.future-grid article[data-v-d297e732] {
  border-radius: 24px;
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 18, 33, 0.08);
}
.community[data-v-d297e732] {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
}
.support-actions[data-v-d297e732] {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
.support-actions article[data-v-d297e732] {
  background: rgba(244, 247, 255, 0.9);
  border-radius: 20px;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(11, 18, 33, 0.05);
}
.support-actions a[data-v-d297e732] {
  font-weight: 600;
  color: #4a3df1;
}
.newsletter[data-v-d297e732] {
  background: linear-gradient(135deg, #101633, #5626ff);
  border-radius: 32px;
  padding: 2rem;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.newsletter label[data-v-d297e732] {
  font-size: 1.2rem;
  font-weight: 600;
}
.input-row[data-v-d297e732] {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.input-row input[data-v-d297e732] {
  flex: 1;
  min-width: 200px;
  border-radius: 12px;
  border: none;
  padding: 0.85rem 1rem;
  font-size: 1rem;
}
.input-row button[data-v-d297e732] {
  border: none;
  border-radius: 12px;
  padding: 0.85rem 1.4rem;
  font-weight: 600;
  background: white;
  color: #11153a;
  cursor: pointer;
}
.newsletter small[data-v-d297e732] {
  color: rgba(255, 255, 255, 0.75);
}
.site-footer[data-v-d297e732] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(11, 18, 33, 0.08);
  color: rgba(11, 18, 33, 0.7);
}
.footer-links[data-v-d297e732] {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  font-weight: 600;
}
@media (max-width: 1024px) {
.community[data-v-d297e732] {
    grid-template-columns: 1fr;
}
}
@media (max-width: 960px) {
.site-header[data-v-d297e732] {
    flex-direction: column;
}
.header-actions[data-v-d297e732] {
    justify-content: center;
}
}
@media (max-width: 640px) {
.landing[data-v-d297e732] {
    padding: 1.5rem 1rem 2.5rem;
}
.site-header[data-v-d297e732] {
    border-radius: 24px;
}
.hero[data-v-d297e732] {
    grid-template-columns: 1fr;
}
.newsletter[data-v-d297e732] {
    padding: 1.5rem;
}
}


:root {
  color-scheme: light;
  font-family: 'Inter', 'Space Grotesk', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #0b1221;
  background: #f4f6fb;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(circle at top, rgba(113, 88, 255, 0.12), transparent 60%),
    radial-gradient(circle at 20% 20%, rgba(255, 177, 153, 0.5), transparent 40%),
    #f4f6fb;
  color: #0b1221;
}

#app {
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

