:root {
  color-scheme: dark;
  --bg: #08090b;
  --bg-elevated: #0d0f13;
  --panel: rgba(17, 19, 25, 0.82);
  --panel-strong: #111319;
  --line: rgba(255, 255, 255, 0.09);
  --line-strong: rgba(255, 255, 255, 0.15);
  --text: #f5f5f7;
  --muted: #9b9da7;
  --dim: #686b75;
  --pink: #f46bb8;
  --pink-bright: #ff90cf;
  --violet: #8d7cf8;
  --blue: #6aa9ff;
  --green: #64d49b;
  --container: 1180px;
  --radius: 16px;
  --mouse-x: 50%;
  --mouse-y: 50%;
  font-family: Inter, "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(ellipse 70% 45% at 50% -8%, rgba(116, 83, 180, 0.16), transparent 68%),
    var(--bg);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

::selection {
  color: white;
  background: rgba(244, 107, 184, 0.45);
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

svg {
  display: block;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #08090b;
  background: white;
  border-radius: 8px;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

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

.page-grid {
  position: fixed;
  z-index: -3;
  inset: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black 0, transparent 72%);
  pointer-events: none;
}

.ambient {
  position: fixed;
  z-index: -2;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  opacity: 0.09;
}

.ambient-one {
  top: 18%;
  left: -420px;
  background: var(--pink);
}

.ambient-two {
  top: 54%;
  right: -470px;
  background: var(--violet);
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f8f8fa;
  font-size: 15px;
  font-weight: 610;
  letter-spacing: -0.02em;
}

.brand-mark {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: white;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(244,107,184,0.28), rgba(141,124,248,0.12));
  box-shadow: inset 0 1px rgba(255,255,255,0.12), 0 8px 24px rgba(0,0,0,0.22);
}

.brand-mark svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--muted);
  font-size: 13px;
}

.nav-links a,
.footer-links a {
  transition: color 160ms ease;
}

.nav-links a:hover,
.footer-links a:hover {
  color: white;
}

.nav-github {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 34px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #d9dae0;
  background: rgba(255,255,255,0.035);
  box-shadow: inset 0 1px rgba(255,255,255,0.04);
  font-size: 12px;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.nav-github:hover {
  border-color: var(--line-strong);
  background: rgba(255,255,255,0.07);
  transform: translateY(-1px);
}

.nav-github svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.external {
  color: var(--dim);
  font-size: 11px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  align-items: center;
  gap: 72px;
  min-height: 790px;
  padding-top: 112px;
  padding-bottom: 80px;
}

.eyebrow,
.section-kicker {
  color: #b5b6bf;
  font-size: 12px;
  font-weight: 560;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  height: 29px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,0.025);
}

.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(100,212,155,0.1), 0 0 18px rgba(100,212,155,0.55);
}

.hero h1 {
  max-width: 760px;
  margin: 26px 0 24px;
  color: #f7f7f8;
  font-size: clamp(54px, 5.3vw, 78px);
  font-weight: 520;
  letter-spacing: -0.057em;
  line-height: 0.99;
}

.hero h1 span {
  color: #9395a0;
}

.hero-lede {
  max-width: 560px;
  margin: 0;
  color: #a8aab3;
  font-size: 18px;
  letter-spacing: -0.018em;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  gap: 10px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 560;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

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

.button-primary {
  color: #15151a;
  background: linear-gradient(180deg, #fff 0%, #dedee2 100%);
  box-shadow: inset 0 1px white, 0 7px 24px rgba(0,0,0,0.3);
}

.button-primary:hover {
  box-shadow: inset 0 1px white, 0 10px 30px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,255,255,0.2);
}

.button-secondary {
  color: #dddde2;
  border-color: var(--line);
  background: rgba(255,255,255,0.035);
}

.button-secondary:hover {
  border-color: var(--line-strong);
  background: rgba(255,255,255,0.065);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
  color: #747681;
  font-size: 11px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hero-proof i {
  color: #92949e;
  font-style: normal;
}

.spotlight {
  position: relative;
}

.spotlight::before {
  position: absolute;
  z-index: 0;
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(420px circle at var(--mouse-x) var(--mouse-y), rgba(244,107,184,0.12), transparent 43%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.spotlight:hover::before {
  opacity: 1;
}

.demo-wrap {
  min-width: 0;
  border-radius: 19px;
  perspective: 1000px;
}

.demo-glow {
  position: absolute;
  z-index: -1;
  inset: 8% 12% -7%;
  border-radius: 50%;
  background: linear-gradient(100deg, rgba(244,107,184,0.27), rgba(110,96,234,0.22));
  filter: blur(70px);
  opacity: 0.7;
}

.demo-shell {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 474px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  background: linear-gradient(150deg, rgba(22,24,31,0.96), rgba(11,12,16,0.98));
  box-shadow: inset 0 1px rgba(255,255,255,0.06), 0 40px 100px rgba(0,0,0,0.55), 0 0 0 1px rgba(0,0,0,0.4);
  transform: rotateY(-2deg) rotateX(1deg);
  transform-origin: center;
}

.window-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 44px;
  padding: 0 15px;
  border-bottom: 1px solid rgba(255,255,255,0.065);
  color: #6f717c;
  background: rgba(255,255,255,0.016);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 9px;
}

.window-dots {
  display: flex;
  gap: 6px;
}

.window-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #343640;
}

.window-title {
  letter-spacing: 0.02em;
}

.window-status {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 6px;
}

.window-status i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
}

.demo-tabs {
  display: flex;
  gap: 4px;
  padding: 15px 19px 0;
}

.demo-tab {
  padding: 7px 10px;
  border: 0;
  border-radius: 6px;
  color: #696b76;
  background: transparent;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  cursor: pointer;
  transition: color 150ms ease, background 150ms ease;
}

.demo-tab:hover {
  color: #adaeb6;
}

.demo-tab.is-active {
  color: #d8d9de;
  background: rgba(255,255,255,0.055);
}

.terminal {
  padding: 23px 28px 28px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.terminal-command {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f0f0f2;
  font-size: 15px;
}

.prompt {
  color: var(--pink-bright);
}

.cursor {
  width: 7px;
  height: 16px;
  background: rgba(244,107,184,0.78);
  animation: blink 1.2s step-end infinite;
}

.terminal-rule {
  height: 1px;
  margin: 22px 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.09), rgba(255,255,255,0.025));
}

.terminal-log {
  display: grid;
  gap: 13px;
  min-height: 91px;
  color: #8d8f98;
  font-size: 10px;
}

.terminal-log > div {
  display: grid;
  grid-template-columns: 42px 15px 1fr;
  align-items: center;
}

.log-time {
  color: #474953;
}

.log-check {
  color: var(--green);
}

.result-card {
  position: relative;
  overflow: hidden;
  margin-top: 23px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 10px;
  background: rgba(255,255,255,0.027);
}

.result-card::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244,107,184,0.55), transparent);
  content: "";
}

.result-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #d7d8dd;
  font-size: 10px;
}

.result-head > span:first-child {
  display: flex;
  align-items: center;
  gap: 7px;
}

.result-head i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--violet);
  box-shadow: 0 0 12px rgba(141,124,248,0.7);
}

.result-count {
  color: #6e707a;
}

.result-card p {
  margin: 15px 0;
  color: #a8aab3;
  font-family: Inter, "Segoe UI", sans-serif;
  font-size: 12px;
  line-height: 1.55;
}

.result-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.result-meta span {
  padding: 4px 7px;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 5px;
  color: #696b75;
  font-size: 8px;
}

.float-chip {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 8px;
  color: #a9abb5;
  background: rgba(16,18,23,0.88);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.35);
  font-size: 9px;
  white-space: nowrap;
}

.float-chip span:first-child:not(.pulse) {
  color: var(--pink-bright);
}

.chip-top {
  top: 82px;
  right: -30px;
  animation: float 5s ease-in-out infinite;
}

.chip-bottom {
  bottom: 42px;
  left: -26px;
  animation: float 5.8s 0.7s ease-in-out infinite;
}

.pulse {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(100,212,155,0.5);
  animation: pulse 2.2s infinite;
}

.signal-strip {
  border-top: 1px solid rgba(255,255,255,0.055);
  border-bottom: 1px solid rgba(255,255,255,0.055);
  background: rgba(255,255,255,0.012);
}

.signal-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 64px;
  color: #71737d;
  font-size: 11px;
  letter-spacing: 0.02em;
}

.signal-inner i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #3f414a;
}

.section {
  padding-top: 144px;
  padding-bottom: 144px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.55fr);
  column-gap: 48px;
  align-items: end;
  margin-bottom: 58px;
}

.section-heading .section-kicker {
  grid-column: 1 / -1;
  margin: 0 0 18px;
  color: var(--pink-bright);
}

.section-heading h2 {
  margin: 0;
  color: #ececef;
  font-size: clamp(40px, 4.5vw, 62px);
  font-weight: 510;
  letter-spacing: -0.05em;
  line-height: 1.03;
}

.section-heading > p:last-child {
  max-width: 450px;
  margin: 0 0 3px;
  color: #898b95;
  font-size: 15px;
  line-height: 1.65;
}

.section-heading.compact {
  display: block;
  max-width: 720px;
}

.section-heading.compact h2 {
  margin-bottom: 20px;
}

.section-heading.compact > p:last-child {
  max-width: 600px;
}

.skills-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.skill-card {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255,255,255,0.022), rgba(255,255,255,0.008));
  transition: background 180ms ease;
}

.skill-card > * {
  position: relative;
  z-index: 1;
}

.skill-card:hover {
  background: linear-gradient(145deg, rgba(255,255,255,0.035), rgba(255,255,255,0.012));
}

.card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-index {
  color: #4c4e58;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
}

.language {
  padding: 4px 7px;
  border: 1px solid rgba(141,124,248,0.22);
  border-radius: 5px;
  color: #aaa0ff;
  background: rgba(141,124,248,0.07);
  font-size: 8px;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.language-cn {
  color: #ff9cd4;
  border-color: rgba(244,107,184,0.22);
  background: rgba(244,107,184,0.07);
}

.skill-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin: 48px 0 23px;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  background: rgba(255,255,255,0.025);
  box-shadow: inset 0 1px rgba(255,255,255,0.06);
}

.skill-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.review-icon {
  color: #a397ff;
  background: radial-gradient(circle at 50% 15%, rgba(141,124,248,0.18), transparent 75%);
}

.requirements-icon {
  color: #ff90cf;
  background: radial-gradient(circle at 50% 15%, rgba(244,107,184,0.18), transparent 75%);
}

.skill-card h3 {
  margin: 0 0 5px;
  color: #e7e7ea;
  font-size: 22px;
  font-weight: 520;
  letter-spacing: -0.025em;
}

.skill-card > code {
  color: #6f717b;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
}

.skill-card > p {
  max-width: 450px;
  margin: 20px 0 19px;
  color: #8f919b;
  font-size: 13px;
  line-height: 1.65;
}

.skill-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.skill-card li {
  padding: 5px 8px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 6px;
  color: #656772;
  font-size: 9px;
}

.skill-card > a {
  position: absolute;
  right: 30px;
  bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #999ba5;
  font-size: 11px;
  transition: color 160ms ease;
}

.skill-card > a:hover {
  color: white;
}

.skill-card > a span {
  color: #5d5f69;
}

.principles {
  border-top: 1px solid rgba(255,255,255,0.045);
  border-bottom: 1px solid rgba(255,255,255,0.045);
  background:
    radial-gradient(circle at 75% 35%, rgba(141,124,248,0.075), transparent 30%),
    #090a0d;
}

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

.bento {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(255,255,255,0.026), rgba(255,255,255,0.009));
  box-shadow: inset 0 1px rgba(255,255,255,0.03);
}

.bento > * {
  position: relative;
  z-index: 1;
}

.bento-label {
  margin-bottom: 48px;
  color: #5b5d67;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bento h3 {
  margin: 0 0 12px;
  color: #dedee2;
  font-size: 24px;
  font-weight: 510;
  letter-spacing: -0.035em;
}

.bento p {
  max-width: 470px;
  margin: 0;
  color: #7f818c;
  font-size: 13px;
  line-height: 1.65;
}

.bento-large {
  min-height: 395px;
}

.bento-wide {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  align-items: center;
}

.evidence-stack {
  display: grid;
  gap: 7px;
  margin-top: 42px;
  padding: 13px;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 8px;
  background: rgba(0,0,0,0.18);
}

.evidence-stack > div {
  display: grid;
  grid-template-columns: 12px 1fr auto;
  align-items: center;
  min-height: 27px;
  color: #666873;
  font-size: 9px;
}

.evidence-stack code {
  color: #999ba5;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
}

.file-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.file-dot.violet { background: var(--violet); }
.file-dot.blue { background: var(--blue); }
.file-dot.pink { background: var(--pink); }

.scope-orbit {
  position: relative;
  width: 180px;
  height: 120px;
  margin: 37px auto 0;
  border: 1px solid rgba(141,124,248,0.19);
  border-radius: 50%;
  transform: rotate(-9deg);
}

.scope-orbit::before,
.scope-orbit::after {
  position: absolute;
  border: 1px solid rgba(255,255,255,0.055);
  border-radius: 50%;
  content: "";
}

.scope-orbit::before { inset: 17px 31px; }
.scope-orbit::after { inset: 36px 61px; }

.scope-orbit span {
  position: absolute;
  padding: 4px 7px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 5px;
  color: #81838e;
  background: #101117;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  transform: rotate(9deg);
}

.scope-orbit span:nth-child(1) { top: -10px; left: 62px; }
.scope-orbit span:nth-child(2) { right: -13px; bottom: 28px; }
.scope-orbit span:nth-child(3) { bottom: -9px; left: 35px; }

.scope-orbit i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 24px rgba(244,107,184,0.7);
  transform: translate(-50%, -50%);
}

.fit-bars {
  display: grid;
  gap: 9px;
  margin-top: 44px;
}

.fit-bars span {
  position: relative;
  display: block;
  width: 100%;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,0.045);
}

.fit-bars span::after {
  display: block;
  width: var(--w);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(106,169,255,0.38), rgba(141,124,248,0.7));
  content: "";
}

.file-visual {
  justify-self: end;
  width: min(100%, 250px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 9px;
  background: rgba(0,0,0,0.2);
  transform: rotate(2deg);
}

.file-tab {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 34px;
  padding: 0 11px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  color: #777984;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
}

.file-tab span {
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--pink);
}

.file-lines {
  display: grid;
  gap: 10px;
  padding: 21px 17px;
}

.file-lines i {
  display: block;
  width: 85%;
  height: 4px;
  border-radius: 4px;
  background: rgba(255,255,255,0.08);
}

.file-lines i:nth-child(2) { width: 58%; }
.file-lines i:nth-child(3) { width: 74%; background: rgba(244,107,184,0.2); }
.file-lines i:nth-child(4) { width: 66%; }
.file-lines i:nth-child(5) { width: 42%; }

.workflow {
  padding-bottom: 120px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.steps article {
  min-height: 170px;
  padding: 27px 28px;
  border-right: 1px solid var(--line);
}

.steps article:last-child {
  border-right: 0;
}

.steps article > span {
  color: var(--pink-bright);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
}

.steps h3 {
  margin: 22px 0 7px;
  color: #d8d9dd;
  font-size: 16px;
  font-weight: 520;
}

.steps p {
  margin: 0;
  color: #73757f;
  font-size: 12px;
}

.install-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 15px 18px 15px 23px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: linear-gradient(100deg, rgba(244,107,184,0.035), rgba(141,124,248,0.025));
}

.install-panel > * {
  position: relative;
  z-index: 1;
}

.install-copy {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
}

.terminal-label {
  color: #555761;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.install-copy code {
  overflow: hidden;
  color: #b9bbc3;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.copy-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: #aaaab3;
  background: rgba(255,255,255,0.035);
  font-size: 10px;
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.copy-button:hover {
  color: white;
  border-color: var(--line-strong);
  background: rgba(255,255,255,0.065);
}

.copy-button svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.install-note {
  margin: 14px 2px 0;
  color: #4f515a;
  font-size: 10px;
}

.final-cta {
  position: relative;
  overflow: hidden;
  margin-bottom: 110px;
  padding: 110px 30px;
  border: 1px solid var(--line);
  border-radius: 16px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.018), rgba(255,255,255,0.006)),
    #0b0c0f;
}

.final-cta::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 72%);
  content: "";
  opacity: 0.34;
}

.final-cta > * {
  position: relative;
  z-index: 1;
}

.cta-glow {
  position: absolute;
  z-index: 0;
  top: 10%;
  left: 50%;
  width: 500px;
  height: 200px;
  border-radius: 50%;
  background: linear-gradient(90deg, var(--pink), var(--violet));
  filter: blur(100px);
  opacity: 0.13;
  transform: translateX(-50%);
}

.final-cta .section-kicker {
  margin: 0 0 18px;
  color: var(--pink-bright);
}

.final-cta h2 {
  margin: 0 0 32px;
  color: #ededf0;
  font-size: clamp(44px, 5.5vw, 68px);
  font-weight: 510;
  letter-spacing: -0.055em;
  line-height: 1;
}

.site-footer {
  border-top: 1px solid rgba(255,255,255,0.055);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 96px;
  color: #5d5f68;
  font-size: 10px;
}

.footer-brand {
  color: #a1a3ac;
}

.footer-inner > p {
  margin: 0;
}

.footer-links {
  display: flex;
  justify-self: end;
  gap: 22px;
}

.toast {
  position: fixed;
  z-index: 50;
  right: 22px;
  bottom: 22px;
  padding: 10px 13px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  color: #d8d9de;
  background: rgba(20,22,28,0.95);
  box-shadow: 0 16px 45px rgba(0,0,0,0.4);
  font-size: 11px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms cubic-bezier(.2,.7,.2,1), transform 700ms cubic-bezier(.2,.7,.2,1);
}

[data-reveal][data-delay="1"] {
  transition-delay: 100ms;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

:focus-visible {
  outline: 2px solid var(--pink-bright);
  outline-offset: 3px;
}

@keyframes blink {
  0%, 48% { opacity: 1; }
  49%, 100% { opacity: 0; }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(100,212,155,0.45); }
  70% { box-shadow: 0 0 0 7px rgba(100,212,155,0); }
  100% { box-shadow: 0 0 0 0 rgba(100,212,155,0); }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 70px;
    padding-top: 160px;
    padding-bottom: 110px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .demo-wrap {
    width: min(100%, 690px);
    margin-inline: auto;
  }

  .demo-shell {
    transform: none;
  }

  .section-heading {
    display: block;
  }

  .section-heading h2 {
    margin-bottom: 22px;
  }

  .bento-wide {
    grid-template-columns: 1fr 0.8fr;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .nav {
    height: 66px;
  }

  .nav-links {
    display: none;
  }

  .nav-github span:not(.external) {
    display: none;
  }

  .nav-github {
    width: 36px;
    padding: 0;
    justify-content: center;
  }

  .nav-github .external {
    display: none;
  }

  .hero {
    gap: 54px;
    min-height: 0;
    padding-top: 134px;
    padding-bottom: 82px;
  }

  .hero h1 {
    margin-top: 22px;
    font-size: clamp(47px, 13vw, 66px);
    letter-spacing: -0.06em;
  }

  .hero-lede {
    font-size: 16px;
  }

  .hero-proof {
    gap: 10px 15px;
  }

  .float-chip {
    display: none;
  }

  .demo-shell {
    min-height: 440px;
  }

  .window-bar {
    grid-template-columns: 1fr 1fr;
  }

  .window-title {
    display: none;
  }

  .terminal {
    padding: 22px 19px 23px;
  }

  .terminal-command {
    font-size: 13px;
  }

  .result-card p {
    font-size: 11px;
  }

  .signal-inner {
    justify-content: flex-start;
    overflow: hidden;
  }

  .signal-inner span {
    flex: none;
  }

  .signal-inner span:nth-of-type(n+3),
  .signal-inner i:nth-of-type(n+2) {
    display: none;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .section-heading h2 {
    font-size: clamp(39px, 11vw, 54px);
  }

  .skills-grid,
  .bento-grid {
    grid-template-columns: 1fr;
  }

  .skill-card {
    min-height: 460px;
    padding: 25px;
  }

  .skill-card > a {
    right: 25px;
  }

  .bento {
    min-height: 310px;
    padding: 25px;
  }

  .bento-wide {
    display: block;
    min-height: 410px;
  }

  .file-visual {
    margin: 40px auto 0;
  }

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

  .steps article {
    min-height: 135px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .steps article:last-child {
    border-bottom: 0;
  }

  .install-panel {
    gap: 14px;
    padding-left: 16px;
  }

  .install-copy {
    gap: 0;
  }

  .terminal-label {
    display: none;
  }

  .copy-button span {
    display: none;
  }

  .copy-button {
    flex: 0 0 36px;
    justify-content: center;
    padding: 0;
  }

  .final-cta {
    width: calc(100% - 24px);
    margin-bottom: 70px;
    padding: 86px 20px;
  }

  .footer-inner {
    grid-template-columns: 1fr auto;
    min-height: 110px;
  }

  .footer-inner > p {
    display: none;
  }
}

@media (max-width: 430px) {
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-proof span:last-child {
    display: none;
  }

  .result-meta span:last-child {
    display: none;
  }

  .skill-card h3 {
    font-size: 20px;
  }

  .footer-links a {
    display: none;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
