@font-face {
  font-family: Manrope;
  src: url('assets/manrope-variable.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --ink: #152b26;
  --muted: #61726a;
  --green: #0b6b58;
  --deep: #092d26;
  --mint: #85e8c3;
  --line: #dce6df;
  font-family: Manrope, system-ui, sans-serif;
  color: var(--ink);
  background: white;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
button, code { line-height: 1.5; }
button:focus-visible, a:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 3px solid #209a7f; outline-offset: 5px; }
img, svg { display: block; }
img { max-width: 100%; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 650; }
p { line-height: 1.65; }
.wrap { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 16px; background: white; padding: 16px; z-index: 30; }
.skip-link:focus { top: 16px; }
.site-header { border-bottom: 1px solid var(--line); }
.nav { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; font-size: 20px; font-weight: 800; letter-spacing: -.6px; }
.brand-by { display: block; margin-top: 2px; font-size: 12px; font-weight: 500; letter-spacing: .3px; color: var(--muted); }
nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 650; }
.github-button { display: flex; align-items: center; gap: 11px; border: 1px solid var(--ink); border-radius: 7px; padding: 12px 17px; transition: background .2s, color .2s; }
.github-button:hover { background: var(--deep); color: white; }
.github-button svg { width: 19px; height: 19px; }
.github-button > span { margin-left: 10px; }
.nav-discover:hover { color: var(--green); }
.hero { display: grid; grid-template-columns: 1.03fr 1fr; gap: 54px; padding-block: 55px; align-items: center; }
.eyebrow { font-size: 12px; font-weight: 800; letter-spacing: 1.55px; color: var(--green); }
.hero .eyebrow { display: flex; align-items: center; gap: 10px; }
.small-symbol { font-size: 30px; line-height: 1; }
.hero h1 { margin-top: 25px; font-size: clamp(40px, 4vw, 59px); line-height: 1.12; letter-spacing: -2.7px; }
.hero h1 > span { color: var(--green); }
.hero-description { max-width: 460px; margin-top: 25px; font-size: 18px; color: var(--muted); line-height: 1.8; }
.hero-description strong { color: var(--ink); font-weight: 650; }
.installation { background: var(--deep); padding: 27px 30px 23px; border-radius: 14px; color: white; box-shadow: 0 14px 34px #092d2611; }
.install-heading { display: flex; align-items: center; gap: 11px; font-size: 12px; font-weight: 700; letter-spacing: 1.2px; color: #a8c5bb; }
.step-number { display: grid; place-items: center; border: 1px solid #517068; border-radius: 4px; width: 28px; height: 28px; font-size: 12px; color: #c5e3d8; flex-shrink: 0; }
.install-corner { margin-left: auto; font-size: 22px; color: var(--mint); }
.host-logos { display: flex; align-items: center; gap: 14px; margin-top: 22px; }
.host-logo { display: flex; align-items: center; gap: 9px; padding: 10px 13px; background: white; color: #172d26; border-radius: 7px; font-size: 15px; font-weight: 750; flex: 1; }
.host-logo img { flex-shrink: 0; object-fit: contain; }
.host-logo small { font-weight: 500; display: block; font-size: 11px; line-height: 1.2; color: #5b6b62; }
.host-or { color: #b5d1c4; font-size: 12px; }
.install-instruction { font-size: 18px; margin-top: 18px; line-height: 1.65; letter-spacing: -.3px; }
.install-instruction strong { font-weight: 750; }
.copy-label { display: block; margin: 18px 0 9px; font-size: 14px; color: #c1d5cd; }
.code-block { display: flex; align-items: stretch; gap: 14px; padding: 15px; background: #051e19; border: 1px solid #34584b; border-radius: 7px; }
.code-block code { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 14px; overflow-wrap: anywhere; align-self: center; flex: 1; color: #daf6e9; min-width: 0; }
.copy-button { border: 0; border-radius: 5px; background: var(--mint); color: #063627; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; min-width: 82px; padding: 10px 12px; font-size: 14px; font-weight: 800; transition: background .2s, transform .2s; }
.copy-button:hover { background: #b9f8dc; transform: translateY(-1px); }
.copy-button svg { width: 22px; height: 22px; }
.copy-feedback { min-height: 22px; margin-top: 11px; color: #adcbc0; font-size: 12px; }
.install-repo { display: block; border-top: 1px solid #34554a; margin-top: 17px; padding-top: 15px; }
.install-repo > span { font-size: 12px; color: #a7c2b7; }
.install-repo strong { display: flex; justify-content: space-between; align-items: center; margin-top: 4px; font-size: 14px; font-weight: 600; overflow-wrap: anywhere; }
.install-repo:hover strong { color: var(--mint); }
.product-section { border-top: 1px solid var(--line); padding-top: 32px; padding-bottom: 40px; }
.section-heading { margin-bottom: 25px; }
.section-heading h2 { font-size: 32px; line-height: 1.2; letter-spacing: -1.2px; margin-top: 12px; }
.concept-figure { margin: 0; }
.concept-visual { display: block; width: 100%; padding: 0; border: 0; background: #fff; cursor: zoom-in; }
.concept-visual img { display: block; width: 100%; height: auto; max-height: 750px; object-fit: contain; }
.demo-note { font-size: 12px; color: var(--muted); text-align: center; margin-top: 12px; }
.interactive-demo { margin-top: 32px; padding-top: 30px; border-top: 1px solid var(--line); }
.demo-intro { margin-bottom: 20px; }
.demo-intro h2 { font-size: 27px; letter-spacing: -.7px; }
.demo-intro p { margin-top: 6px; color: var(--muted); font-size: 14px; }
.demo-shell { border: 1px solid #cddbd2; border-radius: 14px; overflow: hidden; background: #f4f7f5; }
.demo-shell-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 20px; border-bottom: 1px solid var(--line); background: white; font-size: 15px; font-weight: 700; }
.demo-shell-bar > span:first-child { display: flex; align-items: center; gap: 9px; }
.demo-shell-bar small { color: var(--muted); font-size: 12px; font-weight: 500; }
.demo-badge { padding: 5px 9px; border: 1px solid #cfe3d7; border-radius: 6px; color: var(--green); background: #eef7f1; font-size: 11px; white-space: nowrap; }
.demo-shell iframe { display: block; width: 100%; height: 740px; border: 0; padding: 14px; background: #f4f7f5; }
.demo-exit { padding: 6px 12px; border: 1px solid var(--line); border-radius: 6px; background: white; }
.demo-shell.is-expanded { position: fixed; inset: 12px; z-index: 40; display: flex; flex-direction: column; box-shadow: 0 0 0 30px #092d2699; }
.demo-shell.is-expanded iframe { flex: 1; min-height: 0; height: auto; }
body.demo-expanded { overflow: hidden; }
.image-dialog { width: min(1450px, 96vw); max-width: 96vw; max-height: 94vh; padding: 0; border: 1px solid #c8d9ce; border-radius: 12px; background: white; color: var(--ink); }
.image-dialog::backdrop { background: #021a14cc; backdrop-filter: blur(4px); }
.image-dialog > img { width: 100%; height: auto; }
.dialog-header { position: sticky; top: 0; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 15px 20px; background: white; border-bottom: 1px solid var(--line); font-size: 13px; }
.close-dialog { display: flex; align-items: center; gap: 18px; border: 1px solid var(--line); border-radius: 5px; background: #f4f8f6; padding: 8px 12px; font-size: 13px; }
.close-dialog span { font-size: 20px; }
.evolving-section { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 54px; padding: 40px; margin-bottom: 48px; border: 1px solid var(--line); border-radius: 16px; background: #f5f9f6; }
.evolving-copy h2 { margin-top: 14px; font-size: clamp(26px, 2.5vw, 34px); line-height: 1.2; letter-spacing: -1px; }
.evolving-copy > p:not(.eyebrow) { margin-top: 18px; color: var(--muted); font-size: 15px; }
.evolving-copy strong { color: var(--ink); font-weight: 650; }
.evolving-copy > p.evolving-custom { font-size: 13px; }
.plugin-core { display: flex; align-items: center; gap: 12px; width: max-content; max-width: 100%; margin-inline: auto; padding: 18px 20px; background: white; border: 1px solid #bbd6c9; border-radius: 12px; box-shadow: 0 6px 20px #092d2606; font-size: 16px; font-weight: 750; }
.plugin-core small { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; font-weight: 500; }
.plugin-plus { margin-left: 8px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 7px; background: var(--deep); color: var(--mint); font-size: 23px; font-weight: 500; }
.plugin-connections { display: grid; place-items: center; position: relative; height: 67px; }
.plugin-connections::before { content: ''; position: absolute; inset: 0 50%; width: 1px; background: #abcbb9; }
.plugin-connections::after { content: ''; position: absolute; bottom: 0; left: 16.5%; right: 16.5%; height: 16px; border: 1px solid #abcbb9; border-bottom: 0; border-radius: 9px 9px 0 0; }
.plugin-connections > span { position: relative; z-index: 1; padding: 4px 12px; border: 1px solid #abcbb9; border-radius: 20px; background: #e9f4ed; color: var(--green); font-size: 11px; font-weight: 750; }
.plugin-targets { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.plugin-targets > div { padding: 16px 8px; text-align: center; border: 1px solid var(--line); border-radius: 10px; background: white; }
.target-symbol { display: grid; place-items: center; width: 32px; height: 32px; margin: 0 auto 10px; background: #edf5ef; border-radius: 8px; color: var(--green); font-size: 23px; }
.plugin-targets strong { display: block; font-size: 12px; font-weight: 750; }
.plugin-targets small { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.5; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding-block: 24px; font-size: 12px; color: var(--muted); }
.footer-brand { font-size: 15px; color: var(--ink); }
footer > a:last-child { font-weight: 650; }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .hero { gap: 30px; }
  .hero h1 { font-size: 44px; letter-spacing: -2px; }
  .installation { padding: 24px; }
  .hero-description { font-size: 17px; }
  .evolving-section { gap: 30px; padding: 30px; }
}
@media (max-width: 850px) {
  .wrap { width: calc(100% - 40px); }
  .nav { min-height: 78px; }
  .nav-discover { display: none; }
  .hero { grid-template-columns: 1fr; padding-block: 32px; gap: 27px; }
  .hero h1 { font-size: clamp(34px, 6.5vw, 51px); letter-spacing: -1.8px; margin-top: 19px; }
  .hero-description { max-width: 600px; margin-top: 18px; }
  .installation { padding: 25px; }
  .copy-button { flex-direction: row; gap: 9px; min-width: 110px; }
  .install-repo strong { justify-content: flex-start; gap: 14px; }
  .section-heading h2 { font-size: 28px; }
  .evolving-section { grid-template-columns: 1fr; gap: 30px; padding: 26px; }
  .plugin-map { width: min(440px, 100%); margin-inline: auto; }
  footer { flex-wrap: wrap; gap: 18px; }
  footer > span { order: 3; width: 100%; }
}
@media (max-width: 420px) {
  .nav { gap: 12px; }
  .brand { font-size: 17px; gap: 7px; }
  .brand img { width: 36px; height: 36px; }
  .brand-by { font-size: 10px; }
  .github-button { font-size: 12px; padding: 10px; gap: 7px; }
  .github-button > span { display: none; }
  .github-button svg { width: 17px; height: 17px; }
  .hero { padding-top: 25px; }
  .hero h1 { font-size: 34px; }
  .hero .eyebrow { font-size: 11px; }
  .hero-description { font-size: 16px; line-height: 1.65; }
  .installation { padding: 20px 18px; }
  .install-heading { font-size: 10px; letter-spacing: .7px; }
  .host-logos { gap: 8px; margin-top: 18px; }
  .host-logo { padding: 8px; gap: 7px; font-size: 14px; }
  .host-logo img { width: 24px; height: 24px; }
  .install-instruction { font-size: 16px; }
  .code-block { padding: 11px; gap: 10px; }
  .code-block code { font-size: 12px; }
  .copy-button { min-width: 70px; flex-direction: column; font-size: 13px; padding: 9px; }
  .install-repo strong { font-size: 12px; }
  .section-heading h2 { font-size: 25px; }
  .evolving-section { padding: 22px 17px; }
  .plugin-core { padding: 14px; gap: 8px; font-size: 14px; }
  .plugin-core img { width: 36px; height: 36px; }
  .plugin-plus { margin-left: 2px; }
  .plugin-targets { gap: 6px; }
  .plugin-targets > div { padding: 12px 4px; }
  .plugin-targets strong { font-size: 10px; }
  .plugin-targets small { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

@media (max-width: 650px) {
  .demo-shell-bar { padding: 12px; flex-wrap: wrap; }
  .demo-shell-bar small { display: none; }
  .demo-shell iframe { padding: 6px; height: 740px; }
  .demo-intro h2 { font-size: 24px; }
  .demo-shell.is-expanded { inset: 5px; }
}
