
  * { margin: 0; padding: 0; box-sizing: border-box; }
  :root {
    --bg: #120726; --bg2: #1c0f38; --chrome: #221347; --ink: #f3efff;
    --dim: #b9a8e8; --violet: #8b5cf6; --deep: #5b21b6;
    --line: rgba(167,139,250,.22); --red: #ef4444;
  }
  body { background: var(--bg); color: var(--ink);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
    -webkit-font-smoothing: antialiased; }
  .wrap { max-width: 1000px; margin: 0 auto; padding: 0 24px; }
  .glow { position: fixed; width: 900px; height: 900px; border-radius: 50%;
    background: radial-gradient(circle, rgba(139,92,246,.22), transparent 65%);
    top: -350px; left: 50%; transform: translateX(-50%); pointer-events: none; }
  nav { display: flex; align-items: center; gap: 12px; padding: 26px 0; }
  nav img { width: 40px; height: 40px; }
  nav .name { font-weight: 800; font-size: 19px; letter-spacing: -.3px; }
  nav .links { margin-left: auto; display: flex; gap: 26px; }
  nav a { color: var(--dim); text-decoration: none; font-size: 15px; }

  header { text-align: center; padding: 72px 0 60px; position: relative; }
  header > img { width: 120px; height: 120px; margin-bottom: 34px;
    filter: drop-shadow(0 18px 50px rgba(91,33,182,.7)); }
  h1 { font-size: clamp(44px, 8vw, 84px); font-weight: 900; letter-spacing: -2.5px;
    line-height: 1.02; }
  h1 em { font-style: normal;
    background: linear-gradient(100deg, #a78bfa, #7c3aed);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
  .sub { font-size: clamp(18px, 2.6vw, 23px); color: var(--dim); max-width: 620px;
    margin: 26px auto 0; line-height: 1.55; }
  .cta { display: inline-block; margin-top: 42px; background: var(--violet);
    color: #fff; font-weight: 700; font-size: 17px; padding: 15px 34px;
    border-radius: 999px; text-decoration: none;
    box-shadow: 0 12px 34px rgba(124,58,237,.45); }
  .cta-note { display: block; margin-top: 14px; color: var(--dim); font-size: 14px; }

  /* Faux app window */
  .window { margin: 26px auto 0; max-width: 860px; background: var(--chrome);
    border: 1px solid var(--line); border-radius: 16px; overflow: hidden;
    box-shadow: 0 40px 90px rgba(0,0,0,.55), 0 0 80px rgba(124,58,237,.12); }
  .titlebar { display: flex; align-items: center; gap: 7px; padding: 13px 16px;
    background: rgba(255,255,255,.03); border-bottom: 1px solid var(--line); }
  .dot { width: 12px; height: 12px; border-radius: 50%; }
  .dot.r { background: #ff5f57; } .dot.y { background: #febc2e; } .dot.g { background: #28c840; }
  .titlebar span { margin: 0 auto; font-size: 13px; color: var(--dim);
    transform: translateX(-24px); }
  .win-body { padding: 30px 34px 36px; }
  .win-h { text-align: center; font-size: 24px; font-weight: 800;
    letter-spacing: -.6px; }
  .win-sub { text-align: center; color: var(--dim); font-size: 14px; margin-top: 5px; }
  .search { margin: 18px auto 24px; max-width: 420px; border: 1.5px solid var(--violet);
    border-radius: 9px; padding: 9px 14px; color: var(--dim); font-size: 14px;
    background: rgba(255,255,255,.03); text-align: left; }
  .people { display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px 10px; }
  .person { text-align: center; }
  .avatar { width: 74px; height: 74px; border-radius: 50%; margin: 0 auto 9px;
    display: flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: 24px; color: rgba(255,255,255,.92);
    border: 1px solid rgba(255,255,255,.14); }
  .person.sel .avatar { box-shadow: 0 0 0 3px var(--bg2), 0 0 0 6px var(--violet); }
  .person .nm { font-size: 13px; font-weight: 600; }
  .person .ct { font-size: 11.5px; color: var(--dim); margin-top: 2px; }
  .a1 { background: linear-gradient(140deg,#f472b6,#9333ea); }
  .a2 { background: linear-gradient(140deg,#60a5fa,#4f46e5); }
  .a3 { background: linear-gradient(140deg,#fbbf24,#ea580c); }
  .a4 { background: linear-gradient(140deg,#34d399,#0e7490); }
  .a5 { background: linear-gradient(140deg,#a78bfa,#6d28d9); }
  .a6 { background: linear-gradient(140deg,#f87171,#b91c1c); }
  .scanbar { margin-top: 26px; display: flex; align-items: center; gap: 14px;
    background: rgba(255,255,255,.04); border: 1px solid var(--line);
    border-radius: 12px; padding: 12px 16px; }
  .scanbar p { font-size: 14px; color: var(--dim); }
  .scanbar b { color: var(--ink); }
  .scanbtn { margin-left: auto; background: var(--violet); color: #fff;
    font-weight: 700; font-size: 14px; padding: 9px 22px; border-radius: 9px; }

  .label { font-size: 13px; font-weight: 700; letter-spacing: 2.5px;
    text-transform: uppercase; color: var(--violet); margin-bottom: 14px; }
  section { padding: 76px 0 8px; }
  .rows { display: flex; flex-direction: column; gap: 64px; margin-top: 30px; }
  .row { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
  .row:nth-child(even) .viz { order: -1; }
  .row h3 { font-size: clamp(24px, 3.4vw, 32px); font-weight: 800;
    letter-spacing: -.8px; margin-bottom: 12px; }
  .row h3 span { color: var(--violet); margin-right: 10px; }
  .row p { color: var(--dim); font-size: 17px; line-height: 1.65; }

  .viz { background: var(--bg2); border: 1px solid var(--line); border-radius: 16px;
    padding: 26px; min-height: 210px; display: flex; flex-direction: column;
    justify-content: center; gap: 14px; }

  .seg { display: flex; background: rgba(255,255,255,.05); border-radius: 9px;
    padding: 3px; width: fit-content; margin: 0 auto; }
  .seg div { padding: 7px 20px; border-radius: 7px; font-size: 13.5px;
    font-weight: 600; color: var(--dim); }
  .seg .on { background: var(--violet); color: #fff; }
  .minigrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .tile { aspect-ratio: 1; border-radius: 8px; position: relative;
    border: 1px solid rgba(255,255,255,.1); }
  .tile::after { content: "✓"; position: absolute; top: 5px; right: 6px;
    width: 18px; height: 18px; border-radius: 50%; background: var(--violet);
    color: #fff; font-size: 11px; font-weight: 800; display: flex;
    align-items: center; justify-content: center; }
  .tile.keep { opacity: .38; }
  .tile.keep::after { content: ""; background: transparent;
    border: 1.5px solid rgba(255,255,255,.6); }
  .t1 { background: linear-gradient(150deg,#7f1d1d,#3b0764); }
  .t2 { background: linear-gradient(150deg,#1e3a8a,#3b0764); }
  .t3 { background: linear-gradient(150deg,#78350f,#3b0764); }
  .t4 { background: linear-gradient(150deg,#14532d,#3b0764); }

  .dialog { background: #efeaf9; color: #241b36; border-radius: 12px;
    padding: 20px 22px; max-width: 330px; margin: 0 auto; text-align: center;
    box-shadow: 0 24px 60px rgba(0,0,0,.5); }
  .dialog .ic { font-size: 30px; margin-bottom: 8px; }
  .dialog b { display: block; font-size: 15px; margin-bottom: 5px; }
  .dialog small { font-size: 12.5px; color: #5f5673; line-height: 1.45; display: block; }
  .dialog .btns { display: flex; gap: 9px; margin-top: 15px; }
  .dialog .btns div { flex: 1; padding: 8px 0; border-radius: 8px; font-size: 13px;
    font-weight: 600; background: #dcd4ee; }
  .dialog .btns .del { background: var(--red); color: #fff; }

  .facerow { display: flex; justify-content: center; gap: 12px; }
  .facerow .avatar { width: 58px; height: 58px; font-size: 19px; margin: 0; }
  .facerow .picked { box-shadow: 0 0 0 3px var(--bg2), 0 0 0 6px var(--violet); }
  .viz .cap { text-align: center; color: var(--dim); font-size: 13.5px; }

  /* Safety timeline */
  .timeline { background: var(--bg2); border: 1px solid var(--line);
    border-radius: 20px; padding: 44px 40px; margin-top: 30px; }
  .timeline h2 { font-size: clamp(26px, 4vw, 36px); letter-spacing: -1px;
    margin-bottom: 34px; text-align: center; }
  .stops { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
    position: relative; }
  .stops::before { content: ""; position: absolute; top: 27px; left: 12%;
    right: 12%; height: 2px;
    background: linear-gradient(90deg, var(--violet), var(--deep)); }
  .stop { text-align: center; position: relative; }
  .stop .ball { width: 54px; height: 54px; border-radius: 50%; background: var(--bg);
    border: 2px solid var(--violet); margin: 0 auto 14px; display: flex;
    align-items: center; justify-content: center; font-size: 22px;
    position: relative; z-index: 1; }
  .stop h4 { font-size: 17px; margin-bottom: 7px; }
  .stop p { color: var(--dim); font-size: 14.5px; line-height: 1.55; }
  .escape { text-align: center; margin-top: 30px; color: var(--dim); font-size: 15px; }
  .escape b { color: var(--ink); }

  .privacy { text-align: center; padding-bottom: 30px; }
  .badges { display: flex; justify-content: center; gap: 12px; margin: 22px 0 18px;
    flex-wrap: wrap; }
  .badge { border: 1.5px solid var(--line); border-radius: 999px; padding: 9px 20px;
    font-size: 14.5px; font-weight: 600; color: var(--dim); }
  .privacy p.big { font-size: clamp(20px, 3vw, 28px); font-weight: 700;
    letter-spacing: -.5px; }
  .privacy a { color: var(--violet); }

  footer { padding: 44px 0 60px; border-top: 1px solid var(--line);
    color: var(--dim); font-size: 14px; display: flex; gap: 24px; flex-wrap: wrap; }
  footer a { color: var(--dim); }

  @media (max-width: 760px) {
    .people { grid-template-columns: repeat(3, 1fr); }
    .people .person:nth-child(n+7) { display: none; }
    .row { grid-template-columns: 1fr; gap: 22px; }
    .row:nth-child(even) .viz { order: 0; }
    .stops { grid-template-columns: 1fr; gap: 30px; }
    .stops::before { display: none; }
    nav .links { gap: 16px; }
  }

  /* Privacy page */
  .doc { max-width: 720px; margin: 0 auto; padding: 40px 0 30px; }
  .doc h1 { font-size: clamp(34px, 5vw, 52px); letter-spacing: -1.5px; }
  .doc .updated { color: var(--dim); font-size: 14px; margin: 12px 0 30px; }
  .doc .summary { background: var(--bg2); border: 1px solid var(--line);
    border-radius: 16px; padding: 26px 28px; font-size: 17px; line-height: 1.65; }
  .doc h2 { font-size: 22px; font-weight: 800; letter-spacing: -.4px;
    margin: 40px 0 12px; }
  .doc p, .doc li { color: var(--dim); font-size: 16px; line-height: 1.7; }
  .doc ul { padding-left: 22px; margin: 10px 0; }
  .doc a { color: var(--violet); }

  .ball svg { width: 24px; height: 24px; stroke: #a78bfa; fill: none;
    stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .dialog .ic { line-height: 0; margin-bottom: 10px; }
  .dialog .ic svg { width: 30px; height: 30px; stroke: #5f5673; fill: none;
    stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
