:root {
      --bg: #0a0e17;
      --panel: #12182a;
      --line: #1e2d4a;
      --mint: #2eecc0;
      --mint-soft: rgba(46,236,192,0.1);
      --ember: #ff7a4d;
      --ink: #f2f6fc;
      --ink-2: #c5d0e0;
      --ink-3: #9aadc0;
      --font: "Inter", system-ui, sans-serif;
    }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: var(--font); background: var(--bg); color: var(--ink);
      line-height: 1.65; font-size: 16px; -webkit-font-smoothing: antialiased;
    }
    a { color: var(--mint); text-decoration: none; font-weight: 500; }
    a:hover { color: #6ef8dc; }
    .wrap { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
    .wrap-narrow { max-width: 760px; margin: 0 auto; padding: 0 20px; }

    .nav {
      position: sticky; top: 0; z-index: 100;
      background: rgba(10,14,23,0.92); backdrop-filter: blur(14px);
      border-bottom: 1px solid var(--line);
    }
    .nav-in {
      display: flex; align-items: center; justify-content: space-between;
      height: 60px; gap: 10px;
    }
    .nav-in img { height: 28px; }
    .nav-ul { display: flex; gap: 2px; list-style: none; }
    .nav-ul a {
      padding: 7px 13px; font-size: 0.84rem; font-weight: 500;
      color: var(--ink-3); border-radius: 8px; transition: 0.18s;
    }
    .nav-ul a:hover { color: var(--mint); background: var(--mint-soft); }
    .nav-r { display: flex; align-items: center; gap: 8px; }
    .nb {
      display: inline-flex; align-items: center; justify-content: center;
      font-size: 0.78rem; font-weight: 700; padding: 9px 16px; border-radius: 9px; transition: 0.18s;
    }
    .nb-o { border: 1px solid rgba(46,236,192,0.4); color: var(--mint); background: rgba(46,236,192,0.06); }
    .nb-p {
      background: linear-gradient(180deg, #3ef0cc, #18c9a5);
      color: #042318; font-weight: 800; text-transform: uppercase;
      box-shadow: 0 4px 14px rgba(46,236,192,0.25);
    }
    .nb-dl {
      background: linear-gradient(135deg, var(--ember), #ff9359);
      color: #fff; font-weight: 700; font-size: 0.88rem;
      padding: 13px 24px; border-radius: 11px;
      text-transform: uppercase; letter-spacing: 0.04em;
    }
    .nb-dl:hover { color: #fff; transform: translateY(-1px); }
    .nb-full { width: 100%; padding: 14px 28px; border-radius: 12px; font-size: 0.92rem; }
    .tog { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
    .tog b { display: block; width: 20px; height: 2px; background: var(--mint); margin: 4px 0; border-radius: 2px; }
    .mob { display: none; padding: 6px 0 12px; border-top: 1px solid var(--line); }
    .mob.show { display: flex; flex-direction: column; }
    .mob a { padding: 11px 16px; color: var(--ink-2); border-bottom: 1px solid var(--line); font-weight: 500; }

    .intro {
      padding: 40px 0 36px;
      border-bottom: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(46,236,192,0.05), transparent 70%);
    }
    .intro-grid {
      display: grid; grid-template-columns: 140px 1fr; gap: 28px; align-items: center;
    }
    .intro-logo {
      width: 120px; height: 120px; border-radius: 28px;
      border: 1px solid rgba(46,236,192,0.35);
      padding: 8px; background: var(--panel);
      box-shadow: 0 0 24px rgba(46,236,192,0.15);
    }
    .intro-logo img { width: 100%; height: 100%; object-fit: contain; border-radius: 20px; }
    .intro-text .path {
      font-size: 0.78rem; color: var(--ink-3); margin-bottom: 12px;
      display: flex; gap: 8px; align-items: center;
    }
    .intro-text .path i { opacity: 0.45; font-style: normal; }
    .intro-text h1 {
      font-size: clamp(1.45rem, 3.6vw, 2rem);
      font-weight: 800; line-height: 1.22; margin-bottom: 10px;
    }
    .intro-text > p { font-size: 0.98rem; color: var(--ink-2); line-height: 1.72; max-width: 580px; }

    .facts {
      padding: 24px 0; border-bottom: 1px solid var(--line);
      background: rgba(0,0,0,0.18);
    }
    .facts-grid {
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;
    }
    .fact {
      text-align: center; padding: 14px 10px;
      background: var(--panel); border: 1px solid var(--line); border-radius: 12px;
    }
    .fact strong { display: block; font-size: 0.92rem; font-weight: 800; color: var(--mint); margin-bottom: 4px; word-break: break-word; }
    .fact span { font-size: 0.68rem; color: var(--ink-3); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; }

    .story { padding: 44px 0 40px; counter-reset: chapter; }
    .story-list { display: flex; flex-direction: column; gap: 20px; }
    .story-block {
      counter-increment: chapter;
      background: var(--panel); border: 1px solid var(--line);
      border-radius: 16px; padding: 24px 24px 24px 72px;
      position: relative; transition: 0.2s;
    }
    .story-block:hover { border-color: rgba(46,236,192,0.35); }
    .story-block::before {
      content: counter(chapter, decimal-leading-zero);
      position: absolute; left: 20px; top: 24px;
      font-size: 1.5rem; font-weight: 800; color: var(--mint);
      opacity: 0.45; font-family: ui-monospace, monospace;
    }
    .story-block h2 { font-size: 1.05rem; font-weight: 800; color: var(--ink); margin-bottom: 10px; line-height: 1.35; }
    .story-block p { font-size: 0.92rem; color: var(--ink-2); line-height: 1.75; margin: 0; }

    .vision { padding: 0 0 44px; }
    .vision-box {
      background: linear-gradient(135deg, rgba(46,236,192,0.08), rgba(255,122,77,0.06));
      border: 1px solid rgba(46,236,192,0.3);
      border-radius: 16px; padding: 28px 26px; text-align: center;
    }
    .vision-box .lbl {
      font-size: 0.72rem; font-weight: 800; letter-spacing: 0.09em;
      text-transform: uppercase; color: var(--ember); margin-bottom: 10px;
    }
    .vision-box p { font-size: 0.96rem; color: var(--ink-2); line-height: 1.75; max-width: 640px; margin: 0 auto; }

    .profile { padding: 0 0 48px; }
    .profile-box {
      background: var(--panel); border: 1px solid var(--line);
      border-radius: 16px; overflow: hidden;
    }
    .profile-box h2 {
      font-size: 0.95rem; font-weight: 800; padding: 16px 22px;
      border-bottom: 1px solid var(--line);
      background: rgba(0,0,0,0.2); color: var(--mint);
    }
    .profile-box table { width: 100%; border-collapse: collapse; }
    .profile-box th, .profile-box td {
      padding: 14px 22px; font-size: 0.88rem; text-align: left;
      border-bottom: 1px solid var(--line); vertical-align: top;
    }
    .profile-box th { width: 36%; color: var(--ink-3); font-weight: 600; }
    .profile-box td { color: var(--ink-2); font-weight: 500; }
    .profile-box tr:last-child th, .profile-box tr:last-child td { border-bottom: none; }

    .links {
      display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
      padding: 32px 0; border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line); background: rgba(0,0,0,0.15);
    }
    .links a {
      text-align: center; padding: 16px 12px;
      background: var(--panel); border: 1px solid var(--line);
      border-radius: 12px; color: var(--ink-2); font-weight: 600; font-size: 0.86rem;
    }
    .links a:hover { border-color: rgba(46,236,192,0.4); color: var(--mint); }
    .links a small {
      display: block; font-size: 0.68rem; font-weight: 800;
      letter-spacing: 0.06em; text-transform: uppercase;
      color: var(--mint); margin-bottom: 4px;
    }

    .cta { text-align: center; padding: 44px 20px 48px; }
    .cta h2 { font-size: 1.28rem; font-weight: 800; margin-bottom: 8px; }
    .cta p { color: var(--ink-2); margin-bottom: 18px; font-size: 0.94rem; }
    .cta .nb-dl { max-width: 320px; margin-inline: auto; }
    .foot {
      padding: 22px 0; border-top: 1px solid var(--line);
      font-size: 0.84rem; color: var(--ink-3);
    }
    .foot-in {
      display: flex; justify-content: space-between; flex-wrap: wrap;
      gap: 12px; align-items: center;
    }
    .foot-a { display: flex; gap: 18px; }
    .foot-a a { color: var(--ink-2); font-weight: 500; }
    .foot-a a.on { color: var(--mint); }
    .stick {
      display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 100;
      padding: 11px 16px; background: rgba(10,14,23,0.94);
      backdrop-filter: blur(10px); border-top: 1px solid var(--line);
    }

    @media (max-width: 900px) {
      .nav-ul, .desk { display: none; }
      .tog { display: block; }
      .stick { display: block; }
      body { padding-bottom: 68px; }
      .facts-grid { grid-template-columns: repeat(2, 1fr); }
      .links { grid-template-columns: 1fr; }
    }
    @media (max-width: 560px) {
      .intro-grid { grid-template-columns: 1fr; text-align: center; }
      .intro-logo { margin: 0 auto; }
      .intro-text > p { margin: 0 auto; }
      .story-block { padding: 20px 18px; }
      .story-block::before { position: static; display: block; margin-bottom: 8px; }
      .profile-box th, .profile-box td { display: block; width: 100%; padding: 10px 18px; }
      .profile-box th { padding-bottom: 4px; border-bottom: none; }
      .profile-box td { padding-top: 0; padding-bottom: 14px; }
    }
