    :root {
      --bg: #07060c;
      --bg-1: #0c0a15;
      --panel: #100e1c;
      --panel-2: #14111f;
      --border: rgba(198, 180, 255, 0.14);
      --border-soft: rgba(198, 180, 255, 0.08);
      --violet: #7b4bf0;
      --violet-dim: #4a2f9c;
      --magenta: #d94fd0;
      --amber: #ff9d42;
      --text: #f2eefb;
      --text-dim: #a99fc4;
      --text-faint: #6d6486;
      --online: #43d17a;
      --radius: 14px;
    }

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

    html {
      scroll-behavior: smooth;
      scroll-padding-top: 100px;
    }

    body {
      background:
        radial-gradient(ellipse 900px 500px at 15% -10%, rgba(123, 75, 240, 0.18), transparent 60%),
        radial-gradient(ellipse 700px 500px at 100% 10%, rgba(217, 79, 208, 0.10), transparent 55%),
        var(--bg);
      color: var(--text);
      font-family: 'Inter', sans-serif;
      -webkit-font-smoothing: antialiased;
    }

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

    .display {
      font-family: 'Chakra Petch', sans-serif;
    }

    .mono {
      font-family: 'IBM Plex Mono', monospace;
    }

    .wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 32px;
    }

    /* background node grid — subtle "network" texture */
    .node-field {
      position: fixed;
      inset: 0;
      background-image:
        radial-gradient(circle, rgba(198, 180, 255, 0.06) 1px, transparent 1px);
      background-size: 46px 46px;
      mask-image: radial-gradient(ellipse 70% 60% at 50% 20%, black, transparent 80%);
      pointer-events: none;
      z-index: 0;
    }

    /* ---------- NAV ---------- */
    header.nav {
      position: sticky;
      top: 0;
      z-index: 40;
      backdrop-filter: blur(14px);
      background: rgba(7, 6, 12, 0.72);
      border-bottom: 1px solid var(--border-soft);
    }

    .nav-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 16px 32px;
      max-width: 1180px;
      margin: 0 auto;
    }

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

    .brand-mark {
      width: 34px;
      height: 34px;
      border-radius: 9px;
      overflow: hidden;
      border: 1px solid var(--border);
      background: #000;
    }

    .brand-mark img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .brand-name {
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 0.06em;
    }

    .brand-name span {
      color: var(--text-faint);
      font-weight: 500;
    }

    nav.links {
      display: flex;
      gap: 34px;
      font-size: 13.5px;
      letter-spacing: 0.03em;
      color: var(--text-dim);
    }

    nav.links a {
      transition: color .2s ease;
      position: relative;
    }

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

    .nav-cta {
      font-family: 'Chakra Petch', sans-serif;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.04em;
      padding: 9px 18px;
      border-radius: 8px;
      background: linear-gradient(135deg, var(--violet), var(--magenta));
      color: #fff;
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
      cursor: not-allowed;
      opacity: 0.5;
    }

    /* ---------- HERO ---------- */
    .hero {
      position: relative;
      z-index: 1;
      padding-top: 56px;
    }

    .eyebrow {
      font-family: 'IBM Plex Mono', monospace;
      font-size: 12px;
      letter-spacing: 0.22em;
      color: var(--amber);
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }

    .eyebrow::before,
    .eyebrow::after {
      content: "";
      width: 30px;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--amber));
    }

    .eyebrow::after {
      background: linear-gradient(90deg, var(--amber), transparent);
    }

    .hero h1 {
      font-family: 'Chakra Petch', sans-serif;
      font-weight: 700;
      text-align: center;
      font-size: clamp(40px, 6vw, 68px);
      letter-spacing: 0.01em;
      margin-top: 18px;
      line-height: 1.05;
    }

    .hero h1 .dot {
      color: var(--violet);
    }

    .hero-sub {
      text-align: center;
      max-width: 620px;
      margin: 16px auto 0;
      color: var(--text-dim);
      font-size: 15.5px;
      line-height: 1.6;
    }

    /* banner + profile, riffing on the discord app-page composition */
    .profile-block {
      position: relative;
      width: calc(100% - 64px);
      max-width: 880px;
      margin: 46px auto 0;
    }

    .banner {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      border: 1px solid var(--border);
      background: #000;
    }

    .banner img {
      width: 100%;
      height: auto;
      display: block;
      filter: saturate(1.05);
    }

    .banner::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(7, 6, 12, 0) 40%, rgba(7, 6, 12, 0.92) 100%);
    }

    /* scanline sweep, the signature motif */
    .banner::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: 120px;
      left: -140px;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.10), transparent);
      animation: sweep 5.5s ease-in-out infinite;
      z-index: 2;
    }

    @keyframes sweep {
      0% {
        left: -140px;
      }

      45% {
        left: 100%;
      }

      100% {
        left: 100%;
      }
    }

    .avatar-dock {
      position: absolute;
      left: 40px;
      bottom: -46px;
      display: flex;
      align-items: flex-end;
      gap: 18px;
    }

    .avatar-ring {
      position: relative;
      width: 104px;
      height: 104px;
    }

    .avatar-ring .corner {
      position: absolute;
      width: 16px;
      height: 16px;
      border: 2px solid var(--violet);
      opacity: 0.9;
    }

    .avatar-ring .corner.tl {
      top: -8px;
      left: -8px;
      border-right: none;
      border-bottom: none;
    }

    .avatar-ring .corner.tr {
      top: -8px;
      right: -8px;
      border-left: none;
      border-bottom: none;
    }

    .avatar-ring .corner.bl {
      bottom: -8px;
      left: -8px;
      border-right: none;
      border-top: none;
    }

    .avatar-ring .corner.br {
      bottom: -8px;
      right: -8px;
      border-left: none;
      border-top: none;
    }

    .avatar {
      width: 100%;
      height: 100%;
      border-radius: 22px;
      overflow: hidden;
      border: 4px solid var(--bg);
      background: #000;
    }

    .avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .status-dot {
      position: absolute;
      right: 2px;
      bottom: 2px;
      width: 20px;
      height: 20px;
      background: var(--online);
      border: 4px solid var(--bg);
      border-radius: 50%;
    }

    .status-dot::after {
      content: "";
      position: absolute;
      inset: 4px;
      border-radius: 50%;
      background: var(--online);
      animation: pulse 2s ease-out infinite;
    }

    @keyframes pulse {
      0% {
        box-shadow: 0 0 0 0 rgba(67, 209, 122, 0.55);
      }

      100% {
        box-shadow: 0 0 0 10px rgba(67, 209, 122, 0);
      }
    }

    .id-tag {
      padding-bottom: 10px;
      font-family: 'IBM Plex Mono', monospace;
      font-size: 12.5px;
      color: var(--text-dim);
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .id-tag .app-badge {
      background: var(--violet-dim);
      color: #dcd0ff;
      font-size: 10.5px;
      letter-spacing: 0.06em;
      padding: 2px 6px;
      border-radius: 4px;
      font-family: 'Inter', sans-serif;
      font-weight: 600;
    }

    /* ---------- MAIN GRID: description / logo panel ---------- */
    .main-grid {
      display: grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 28px;
      margin: 110px auto 0;
      max-width: 1180px;
      padding: 0 32px;
      position: relative;
      z-index: 1;
    }

    .desc-panel {
      background: linear-gradient(180deg, var(--panel), var(--panel-2));
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 34px;
      display: flex;
      flex-direction: column;
      gap: 22px;
    }

    .desc-panel h2 {
      font-family: 'Chakra Petch', sans-serif;
      font-size: 22px;
      letter-spacing: 0.02em;
    }

    .desc-panel p {
      color: var(--text-dim);
      font-size: 14.5px;
      line-height: 1.75;
    }

    .tag-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .tag-chip {
      font-family: 'IBM Plex Mono', monospace;
      font-size: 11.5px;
      letter-spacing: 0.03em;
      padding: 6px 12px;
      border-radius: 999px;
      border: 1px solid var(--border);
      color: var(--text-dim);
    }

    .install-btn {
      align-self: flex-start;
      font-family: 'Chakra Petch', sans-serif;
      font-weight: 600;
      font-size: 14.5px;
      letter-spacing: 0.03em;
      padding: 14px 26px;
      border-radius: 10px;
      background: linear-gradient(135deg, var(--violet), var(--magenta));
      color: #fff;
      display: flex;
      align-items: center;
      gap: 10px;
      box-shadow: 0 12px 30px -12px rgba(123, 75, 240, 0.55);
      transition: transform .2s ease, box-shadow .2s ease;
      cursor: not-allowed;
      opacity: 0.5;
    }

    .install-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 16px 34px -12px rgba(123, 75, 240, 0.7);
    }

    .install-btn svg {
      width: 16px;
      height: 16px;
    }

    .logo-panel {
      position: relative;
      background: #000;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 340px;
    }

    .logo-panel img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: drop-shadow(0 0 50px rgba(123, 75, 240, 0.45));
    }

    @keyframes float {

      0%,
      100% {
        transform: translateY(0px);
      }

      50% {
        transform: translateY(-10px);
      }
    }

    .logo-panel .frame-label {
      position: absolute;
      top: 18px;
      left: 18px;
      font-family: 'IBM Plex Mono', monospace;
      font-size: 10.5px;
      letter-spacing: 0.14em;
      color: var(--text-faint);
      z-index: 2;
    }

    .logo-panel .frame-label.br {
      top: auto;
      left: auto;
      bottom: 18px;
      right: 18px;
    }

    /* ---------- FEATURES ---------- */
    .features {
      max-width: 1180px;
      margin: 96px auto 0;
      padding: 0 32px;
      position: relative;
      z-index: 1;
    }

    .features-head {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      margin-bottom: 30px;
      flex-wrap: wrap;
      gap: 10px;
    }

    .features-head h3 {
      font-family: 'Chakra Petch', sans-serif;
      font-size: 26px;
    }

    .features-head span {
      font-family: 'IBM Plex Mono', monospace;
      font-size: 11.5px;
      letter-spacing: 0.14em;
      color: var(--text-faint);
    }

    .feature-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .feature-card {
      background: var(--panel);
      border: 1px solid var(--border-soft);
      border-radius: var(--radius);
      padding: 26px;
      transition: border-color .2s ease, transform .2s ease;
    }

    .feature-card:hover {
      border-color: var(--border);
      transform: translateY(-3px);
    }

    .feature-card .idx {
      font-family: 'IBM Plex Mono', monospace;
      font-size: 11px;
      color: var(--violet);
      letter-spacing: 0.1em;
    }

    .feature-card h4 {
      font-family: 'Chakra Petch', sans-serif;
      font-size: 17px;
      margin: 14px 0 10px;
    }

    .feature-card p {
      color: var(--text-dim);
      font-size: 13.5px;
      line-height: 1.65;
    }

    /* ---------- STORY ---------- */
    .story-section {
      max-width: 1180px;
      margin: 96px auto 0;
      padding: 0 32px;
      position: relative;
      z-index: 1;
    }

    .btn-secondary {
      align-self: flex-start;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-family: 'Chakra Petch', sans-serif;
      font-size: 14.5px;
      font-weight: 600;
      letter-spacing: 0.03em;
      padding: 14px 26px;
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.06);
      color: var(--text);
      border: 1px solid var(--border);
      transition: background .2s ease, border-color .2s ease, transform .2s ease;
    }

    .btn-secondary:hover {
      background: rgba(255, 255, 255, 0.12);
      border-color: var(--text-dim);
      transform: translateY(-2px);
    }

    .btn-secondary svg {
      width: 18px;
      height: 18px;
    }

    /* ---------- FOOTER ---------- */
    footer {
      margin-top: 110px;
      border-top: 1px solid var(--border-soft);
      padding: 34px 32px 40px;
      position: relative;
      z-index: 1;
    }

    .footer-inner {
      max-width: 1180px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 14px;
    }

    .footer-inner p {
      font-family: 'IBM Plex Mono', monospace;
      font-size: 11.5px;
      color: var(--text-faint);
      letter-spacing: 0.03em;
    }

    .footer-links {
      display: flex;
      gap: 22px;
      font-size: 13px;
      color: var(--text-dim);
    }

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

    @media (max-width: 880px) {
      .main-grid {
        grid-template-columns: 1fr;
        margin-top: 90px;
      }

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

      nav.links {
        display: none;
      }

      .avatar-dock {
        left: 20px;
      }
    }