:root {
  color-scheme: dark;
  --bg: #000;
  --text: rgba(255, 255, 255, 0.94);
  --muted: rgba(255, 255, 255, 0.7);
  --subtle: rgba(255, 255, 255, 0.12);
  --subtle-2: rgba(255, 255, 255, 0.08);
  --radius: 18px;
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
  --container: 1120px;
  --ring: 0 0 0 4px rgba(255, 255, 255, 0.18);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica,
    Arial, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.55;
  color: var(--text);
  background: var(--bg);
  min-height: 100vh;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at 30% 20%, rgba(0, 0, 0, 0.95), transparent 70%);
  opacity: 0.55;
}

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

.prose a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.prose a:hover {
  color: var(--text);
}

a:focus-visible,
button:focus-visible {
  outline: none;
  box-shadow: var(--ring);
  border-radius: 12px;
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid var(--subtle);
  z-index: 20;
}

.skip-link:focus {
  left: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
  background: rgba(8, 10, 18, 0.55);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 14px 0;
  gap: 12px;
}

.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.86);
  border-radius: 10px;
}

.mobile-menu-btn:hover {
  background: rgba(255, 255, 255, 0.06);
}

.mobile-menu-btn svg {
  width: 24px;
  height: 24px;
  display: block;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 700;
  letter-spacing: -0.02em;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.brand-label {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
}

.brand-avatar {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.16);
  filter: grayscale(1) contrast(1.05);
  display: block;
}

.brand-text {
  font-size: 15px;
  display: inline-block;
}

.brand-sep {
  color: rgba(255, 255, 255, 0.35);
  font-weight: 650;
  display: inline-block;
}

.brand-role {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.66);
  font-weight: 650;
  letter-spacing: -0.01em;
  display: inline-block;
}

.brand-sub {
  margin-left: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  gap: 18px;
  justify-content: center;
  padding: 0 10px;
}

.nav a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.76);
  padding: 8px 10px;
  border-radius: 12px;
}

.nav a:hover {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.92);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
  font-weight: 650;
  letter-spacing: -0.01em;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
  user-select: none;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.2);
}

.btn-primary:hover {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.09);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.04);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.18);
}

.hero {
  padding: 64px 0 28px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  margin: 0 0 14px;
}

.kicker::before {
  content: "";
  width: 18px;
  height: 1px;
  background: rgba(255, 255, 255, 0.55);
}

h1 {
  margin: 0 0 12px;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.lead {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 16px;
  max-width: 56ch;
}

.hero-simple {
  max-width: 860px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 22px;
}

.section {
  padding: 54px 0;
}

.section-muted {
  background: rgba(255, 255, 255, 0.02);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.section-head {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
}

h2 {
  margin: 0;
  font-size: 26px;
  letter-spacing: -0.02em;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  max-width: 70ch;
  font-size: 14px;
}

.prose {
  max-width: 78ch;
}

.about-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 18px;
  align-items: start;
}

.profile {
  margin: 0;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  padding: 10px;
  position: sticky;
  top: 76px;
}

.profile-photo {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: 70% center;
  display: block;
  border-radius: calc(var(--radius) - 8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  filter: grayscale(1) contrast(1.05);
}

.prose p {
  margin: 0 0 12px;
  color: var(--muted);
}

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

@media (max-width: 640px) {
  .stats-strip {
    grid-template-columns: 1fr;
  }

  .table-wrap {
    background: transparent;
    border: none;
    box-shadow: none;
    overflow-x: visible;
  }

  .table-wrap[tabindex] {
    outline: none;
  }
}

.stat {
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  padding: 10px;
}

.stat-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.stat-value {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: -0.01em;
}

.muted-tight {
  margin: 0 0 12px;
  color: var(--muted);
}

.card,
.item {
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  padding: 18px;
}

.card h3,
.item h3 {
  margin: 0 0 10px;
  font-size: 16px;
  letter-spacing: -0.01em;
}

.card p,
.item p {
  margin: 0 0 12px;
  color: var(--muted);
}

.list {
  margin: 0;
  padding-left: 16px;
  color: rgba(255, 255, 255, 0.76);
}

.list li {
  margin: 6px 0;
}

.items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.profiles-container {
  display: flex;
  gap: 100px;
  align-items: flex-start;
  margin-top: 10px;
}

@media (max-width: 640px) {
  .profiles-container {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }

  .profiles-block {
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  .profiles-title {
    text-align: center;
  }

  .logos {
    justify-content: center;
  }
}

.profiles-block {
  margin: 16px 0 0;
}

.profiles-title {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about-name {
  margin: 16px 0 10px;
  font-size: 18px;
  letter-spacing: -0.01em;
}

.logos {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: rgba(255, 255, 255, 0.9);
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.65;
}

.logo-img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  border-radius: 6px;
  filter: grayscale(1) contrast(1.05);
}

.ecosystem-img {
  filter: none;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 2px;
}

.logo-svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
  display: block;
}

.table-wrap {
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  overflow-x: auto;
  box-shadow: var(--shadow);
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
}

.data-table th,
.data-table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  vertical-align: middle;
  text-align: center;
}

.data-table td:nth-child(1),
.data-table td:nth-child(3),
.data-table td:nth-child(5) {
  white-space: nowrap;
}

.data-table td:last-child {
  text-align: center;
}

.data-table thead th {
  position: sticky;
  top: 0;
  background: rgba(8, 10, 18, 0.78);
  backdrop-filter: blur(12px);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  z-index: 1;
}

.data-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.04);
}

.data-table td > a:not(.table-link) {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.data-table td > a:not(.table-link):hover {
  color: var(--text);
}

.table-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.86);
  padding: 0;
  width: 34px;
  height: 34px;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.18);
  white-space: nowrap;
}

.ext-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
  display: block;
}

.table-link:hover {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.07);
}

.table-link[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.65;
}

.table-link[aria-disabled="true"]:hover {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.18);
}

.privacy-chip {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  white-space: nowrap;
}

.mobile-table-cards {
  display: none;
}

.table-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  padding: 16px;
  margin-bottom: 12px;
}

.table-card-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.table-card-row:last-child {
  border-bottom: none;
}

.table-card-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.table-card-value {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  text-align: right;
}

.table-card-value .table-link {
  width: 36px;
  height: 36px;
}

.table-card-value .privacy-chip {
  padding: 4px 8px;
  font-size: 11px;
}

.item-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
}

.tag {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}

.item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.pill {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.76);
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.22);
}

.link-item {
  position: relative;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.link-item[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.72;
}

.link-item[aria-disabled="true"]:hover {
  transform: none;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0 0;
}

.link-chip {
  display: inline-flex;
  align-items: center;
  padding: 9px 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.18);
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}

.link-chip:hover {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.92);
}

.link-chip[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.7;
}

.link-chip[aria-disabled="true"]:hover {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.18);
  color: rgba(255, 255, 255, 0.8);
}

.link-item:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
}

.link-arrow {
  position: absolute;
  right: 16px;
  bottom: 14px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 18px;
}

.contact-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.contact-actions-left {
  justify-content: flex-start;
}

.site-footer {
  padding: 24px 0 34px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 18px;
}

.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}

.muted {
  color: var(--muted);
  font-size: 13px;
  margin-top: 4px;
}

@media (max-width: 980px) {
  .hero {
    padding-top: 46px;
  }

  .items {
    grid-template-columns: 1fr;
  }

  .contact-cards {
    grid-template-columns: 1fr;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .profile {
    position: static;
  }

  .profile-photo {
    height: 320px;
  }

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

  .data-table {
    min-width: 760px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(8, 10, 18, 0.98);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px 24px;
    flex-direction: column;
    gap: 4px;
  }

  .nav.active {
    display: flex;
  }

  .nav a {
    padding: 12px 16px;
    font-size: 15px;
    border-radius: 10px;
    width: 100%;
  }

  .mobile-menu-btn {
    display: block;
  }

  .site-header {
    position: relative;
  }

  .section {
    padding: 40px 0;
  }

  h2 {
    font-size: 22px;
  }

  .section-head p {
    font-size: 13px;
  }

  .brand-role {
    display: none;
  }

  .brand-sep {
    display: none;
  }

  .profile-photo {
    height: 280px;
  }

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

  .stat {
    padding: 12px;
  }

  .stat-value {
    font-size: 13px;
  }

  .prose p {
    font-size: 14px;
    line-height: 1.6;
  }

  .logos {
    gap: 10px;
  }

  .logo-img {
    width: 30px;
    height: 30px;
  }

  .logo-svg {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 480px) {
  .container {
    width: calc(100% - 32px);
  }

  .section {
    padding: 32px 0;
  }

  .section-head {
    margin-bottom: 16px;
  }

  h2 {
    font-size: 20px;
  }

  .brand-text {
    font-size: 14px;
  }

  .profile {
    padding: 8px;
  }

  .profile-photo {
    height: 240px;
  }

  .about-name {
    font-size: 16px;
    margin: 12px 0 8px;
  }

  .stats-strip {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .stat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
  }

  .stat-label {
    font-size: 11px;
  }

  .stat-value {
    margin-top: 0;
    font-size: 14px;
  }

  .profiles-container {
    gap: 20px;
  }

  .profiles-block {
    margin: 12px 0 0;
  }

  .table-wrap {
    margin: 0 -16px;
    width: calc(100% + 32px);
    padding: 0 16px;
  }

  .table-card {
    padding: 14px;
    margin-bottom: 10px;
  }

  .table-card-row {
    padding: 6px 0;
  }

  .table-card-label {
    font-size: 10px;
  }

  .table-card-value {
    font-size: 12px;
  }

  .table-card-value .table-link {
    width: 32px;
    height: 32px;
  }

  .table-card-value .privacy-chip {
    padding: 4px 8px;
    font-size: 11px;
  }

  .footer-inner {
    padding-top: 16px;
    gap: 12px;
  }

  .footer-left .mono {
    font-size: 14px;
  }

  .footer-left .muted {
    font-size: 12px;
  }

  .footer-right .muted {
    font-size: 11px;
  }

  .site-footer {
    padding: 20px 0 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn,
  .link-item {
    transition: none;
  }
}
