:root {
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: #253027;
  background: #fafaf6;
  font-synthesis: none;
  --green: #275b39;
  --muted: #677066;
  --line: #e1e5db;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button,
a,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
summary {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid #698d32;
  outline-offset: 5px;
}
a:hover {
  text-decoration: underline;
}
button:disabled {
  cursor: wait;
}
.wrap {
  width: min(1160px, calc(100% - 80px));
  margin-inline: auto;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 27px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 750;
  letter-spacing: -0.7px;
  font-size: 21px;
}
.brand-lockup { display: block; width: 223px; height: auto; }
@media (max-width: 760px) {
  .header .brand-lockup { width: 164px; }
  .header nav > a:not(.button) { display: none; }
  .header nav > .button { max-width: 150px; text-align: center; }
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 31px;
  height: 33px;
  background: var(--green);
  border-radius: 9px;
  color: #f4f8ca;
  font-size: 27px;
  font-family: Georgia, serif;
  font-style: italic;
}
.header nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
  font-weight: 550;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  border-radius: 7px;
  padding: 14px 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none !important;
}
.button:hover {
  filter: brightness(0.94);
}
.primary {
  background: var(--green);
  color: white;
}
.secondary {
  background: #fff;
  border: 1px solid #cdd4c7;
  color: var(--green);
}
.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 30px;
  padding-block: 77px 68px;
  align-items: center;
}
.eyebrow {
  display: block;
  font-size: 10px;
  letter-spacing: 1.8px;
  font-weight: 700;
  color: #607050;
}
.dot {
  display: inline-block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #4f7c36;
  margin-right: 7px;
}
.hero h1 {
  font-size: clamp(54px, 6.8vw, 83px);
  line-height: 1.04;
  letter-spacing: -4px;
  font-weight: 550;
  margin: 27px 0 23px;
}
.hero h1 em {
  font-family: Georgia, serif;
  font-weight: 400;
  color: #48733c;
}
.hero-description {
  max-width: 420px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-top: 28px;
}
.text-link {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
}
.fine {
  font-size: 11px !important;
  color: var(--muted);
  line-height: 1.6;
}
.hero-copy > .fine {
  margin-top: 20px;
}
.hero-art {
  min-height: 360px;
  position: relative;
  border-radius: 50%;
  background: radial-gradient(ellipse, #e8eed5 0, transparent 69%);
}
.orbit {
  position: absolute;
  border: 1px solid #dce3cc;
  border-radius: 50%;
  left: 16%;
  right: 16%;
  top: 6%;
  bottom: 6%;
  transform: rotate(-22deg);
}
.orbit-two {
  left: 3%;
  right: 3%;
  top: 18%;
  bottom: 18%;
  transform: rotate(25deg);
}
.floating-app {
  position: absolute;
  background: #fff;
  box-shadow: 0 10px 30px #3543290c;
  border: 1px solid #e2e6dc;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 13px;
  padding: 16px 19px;
  white-space: nowrap;
  transition: transform 0.2s;
}
.floating-app:hover {
  transform: translateY(-4px);
  text-decoration: none;
}
.floating-app > span,
.app-icon {
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--accent) 13%, white);
  color: var(--accent);
  font-weight: 750;
  letter-spacing: -1px;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  font-size: 18px;
}
.floating-app strong {
  font-size: 14px;
  font-weight: 600;
}
.floating-0 {
  left: 9%;
  top: 12%;
  transform: rotate(-6deg);
}
.floating-1 {
  right: 0;
  top: 32%;
  transform: rotate(5deg);
}
.floating-2 {
  left: 14%;
  top: 55%;
  transform: rotate(-3deg);
}
.floating-3 {
  right: 8%;
  top: 78%;
  transform: rotate(4deg);
}
.floating-4 {
  right: 8%;
  top: 0;
  transform: rotate(6deg);
  scale: 0.8;
}
.art-caption {
  position: absolute;
  left: 25%;
  top: -15px;
  font-size: 9px;
  letter-spacing: 1.4px;
  color: #78836d;
}
.art-note {
  position: absolute;
  left: 5%;
  bottom: 1%;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.4;
  font-style: italic;
  color: #7d8e69;
  transform: rotate(-9deg);
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.steps p {
  margin: 6px 0;
  font-size: 12px;
  color: #5b655a;
}
.steps b {
  font-size: 10px;
  color: #92a37c;
  margin-right: 14px;
}
.steps p:nth-child(2) {
  text-align: center;
}
.steps p:last-child {
  text-align: right;
}
.catalog {
  padding-block: 65px 55px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 30px;
}
.section-heading h2 {
  font-size: 33px;
  letter-spacing: -1.1px;
  font-weight: 550;
  margin: 12px 0 0;
}
.section-heading p {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 5px;
}
.filters {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.filter-buttons {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.filter-buttons button {
  border: 1px solid transparent;
  background: transparent;
  padding: 9px 13px;
  border-radius: 6px;
  font-size: 11px;
  color: #63705d;
}
.filter-buttons button[aria-pressed="true"] {
  background: #e8eedf;
  border-color: #dce5ce;
  color: #294e2d;
  font-weight: 650;
}
.filter-buttons button:hover {
  background: #eef1e8;
}
.search {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: white;
  padding: 9px 11px;
  min-width: 205px;
}
.search span {
  font-size: 20px;
  line-height: 0.7;
  color: #66735f;
}
.search input {
  font-size: 12px;
  border: 0;
  background: transparent;
  width: 100%;
  min-width: 0;
  color: inherit;
}
.result-count {
  font-size: 10px;
  color: #84907b;
  margin: 20px 0 13px;
}
.app-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.app-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  transition:
    border-color 0.2s,
    transform 0.2s;
}
.app-card:hover {
  border-color: #9bb087;
  transform: translateY(-2px);
}
.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.category-label {
  font-size: 9px;
  color: #7a8471;
  background: #f5f6f1;
  border-radius: 4px;
  padding: 5px 7px;
}
.app-card h3 {
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -0.5px;
  margin: 20px 0 9px;
}
.app-card h3 a {
  display: flex;
  justify-content: space-between;
}
.app-card h3 span {
  font-size: 13px;
  color: #87927d;
}
.app-card > p {
  font-size: 12px;
  line-height: 1.85;
  color: var(--muted);
  margin: 0 0 22px;
  min-height: 66px;
}
.card-bottom {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  align-items: center;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #f0f1ec;
}
.status {
  font-size: 10px;
  color: #7a7865;
}
.status.verified {
  color: #367b47;
}
.status.blocked {
  color: #a04637;
}
.card-bottom .text-link {
  font-size: 10px;
  white-space: nowrap;
}
.catalog-note {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 22px;
}
.agent-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  padding: 44px;
  background: #edf1e4;
  border: 1px solid #e1e8d5;
  border-radius: 12px;
  align-items: center;
}
.agent-banner h2 {
  font-size: 28px;
  font-weight: 550;
  letter-spacing: -0.8px;
  line-height: 1.3;
  margin: 17px 0;
}
.agent-banner p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  max-width: 400px;
}
.agent-banner .button {
  margin-top: 13px;
  font-size: 11px;
}
.terminal {
  background: #29362a;
  color: #dce7cf;
  border: 1px solid #35452f;
  border-radius: 9px;
  padding: 17px 21px 21px;
  box-shadow: 0 20px 30px #23311d12;
  min-width: 0;
  transform: rotate(1deg);
}
.terminal-top {
  display: flex;
  gap: 5px;
  align-items: center;
  padding-bottom: 18px;
}
.terminal-top i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #687762;
}
.terminal-top span {
  font-size: 9px;
  color: #abb69f;
  margin-left: auto;
}
.terminal p.terminal-comment {
  font: 10px/1.8 monospace;
  color: #9eaf91;
}
.terminal code {
  font: 11px/1.8 monospace;
  overflow-wrap: anywhere;
}
.closing {
  text-align: center;
  padding-block: 60px 70px;
}
.closing h2 {
  font-size: 39px;
  letter-spacing: -1.5px;
  line-height: 1.15;
  font-weight: 500;
  margin: 0 0 24px;
}
.footer {
  border-top: 1px solid var(--line);
  padding-block: 26px 30px;
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}
.footer > .brand {
  font-size: 16px;
}
.footer > p {
  font-size: 11px;
  color: var(--muted);
}
.footer > div {
  display: flex;
  gap: 20px;
  margin-left: auto;
  font-size: 10px;
}
.footer small {
  flex-basis: 100%;
  font-size: 9px;
  color: #88917e;
}
.detail {
  padding-block: 40px 70px;
}
.detail-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 85px;
  margin-top: 38px;
}
.large {
  width: 75px;
  height: 75px;
  font-size: 28px;
  margin-bottom: 25px;
}
.detail h1,
.prose h1 {
  font-size: clamp(38px, 5vw, 58px);
  letter-spacing: -2px;
  line-height: 1.15;
  font-weight: 550;
  margin: 15px 0 20px;
}
.lead {
  font-size: 19px;
  color: var(--muted);
  line-height: 1.7;
}
.detail h2,
.prose h2 {
  font-size: 23px;
  font-weight: 550;
  letter-spacing: -0.5px;
  margin-top: 34px;
}
.detail p,
.detail li,
.prose p,
.prose li {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
}
.detail li,
.prose li {
  margin-bottom: 8px;
}
.detail article a,
.prose p a,
.prose li a {
  color: var(--green);
  text-decoration: underline;
}
.tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.tags span {
  font-size: 10px;
  padding: 6px 10px;
  background: #edf1e6;
  border-radius: 4px;
}
.install-panel {
  align-self: start;
  border: 1px solid #dbe3ce;
  border-radius: 12px;
  padding: 28px;
  background: #f0f3e8;
  position: sticky;
  top: 24px;
  min-width: 0;
}
.install-panel h2 {
  margin-top: 18px;
  font-size: 27px;
  line-height: 1.3;
}
.install-panel > .button {
  width: 100%;
  margin: 10px 0;
}
.install-panel p {
  font-size: 12px;
}
.install-panel h3 {
  font-size: 16px;
  margin-top: 25px;
}
.install-panel details {
  font-size: 12px;
  line-height: 1.8;
}
.install-panel summary {
  text-decoration: underline;
}
.install-panel hr {
  border: 0;
  border-top: 1px solid #dbe1d0;
  margin: 26px 0;
}
.install-panel > a:last-child {
  font-size: 12px;
  color: var(--green);
}
.command {
  background: #263529;
  color: #e0eacf;
  border-radius: 7px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.command code {
  font:
    11px/1.8 ui-monospace,
    monospace;
  overflow-wrap: anywhere;
}
.command button {
  align-self: end;
  border: 1px solid #63745a;
  border-radius: 4px;
  background: #394a33;
  color: #e7eedc;
  padding: 7px 10px;
  font-size: 11px;
}
.prose {
  max-width: 780px;
  padding-block: 65px 85px;
}
.prose .command {
  margin-block: 20px;
}
.prose p {
  font-size: 16px;
}
.empty {
  text-align: center;
  padding: 50px;
  border: 1px dashed #bdc7b4;
  border-radius: 9px;
}
.empty button {
  border: 0;
  border-radius: 5px;
  background: var(--green);
  color: white;
  padding: 10px 15px;
}
.announcement {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: #25372b;
  color: white;
  border-radius: 8px;
  font-size: 12px;
  max-width: 90%;
  padding: 0;
  box-shadow: 0 5px 20px #0002;
  z-index: 20;
}
.announcement:not(:empty) {
  padding: 14px 20px;
}
.skip {
  position: fixed;
  top: -100px;
  left: 20px;
  background: white;
  padding: 12px;
  z-index: 50;
}
.skip:focus {
  top: 12px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
[hidden] {
  display: none !important;
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .hero {
    gap: 0;
  }
  .hero h1 {
    font-size: 64px;
  }
  .hero-actions {
    flex-wrap: wrap;
    gap: 15px;
  }
  .hero-art {
    scale: 0.9;
  }
  .agent-banner {
    gap: 30px;
    padding: 30px;
  }
  .app-card {
    padding: 18px;
  }
  .category-label {
    font-size: 8px;
  }
  .card-bottom {
    flex-wrap: wrap;
  }
  .detail-grid {
    gap: 40px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .header {
    padding-block: 18px;
  }
  .header nav {
    gap: 16px;
  }
  .header nav > a:first-child {
    display: none;
  }
  .header nav > .button {
    font-size: 10px;
    padding: 11px 12px;
    gap: 8px;
  }
  .brand {
    font-size: 17px;
  }
  .header nav > a {
    font-size: 11px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 48px 26px;
  }
  .hero h1 {
    font-size: 70px;
    letter-spacing: -3px;
  }
  .hero-description {
    font-size: 15px;
    max-width: 490px;
  }
  .hero-art {
    width: min(440px, 100%);
    min-height: 330px;
    margin: 35px auto 15px;
    scale: 1;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-block: 20px;
  }
  .steps p:nth-child(n) {
    text-align: left;
  }
  .catalog {
    padding-block: 42px;
  }
  .section-heading {
    display: block;
  }
  .section-heading p {
    margin-top: 15px;
  }
  .section-heading h2 {
    font-size: 30px;
  }
  .filters {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
  .filter-buttons {
    gap: 0;
  }
  .filter-buttons button {
    padding: 9px 11px;
  }
  .app-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .app-card {
    padding: 16px;
  }
  .category-label {
    display: none;
  }
  .app-card h3 {
    font-size: 16px;
  }
  .app-card > p {
    font-size: 11px;
    min-height: 82px;
  }
  .card-bottom {
    gap: 9px;
  }
  .agent-banner {
    grid-template-columns: 1fr;
    padding: 25px;
    gap: 24px;
  }
  .agent-banner h2 {
    font-size: 27px;
  }
  .closing {
    padding-block: 45px;
  }
  .closing h2 {
    font-size: 35px;
  }
  .footer {
    gap: 12px;
  }
  .footer > p {
    margin: 0;
  }
  .footer > div {
    margin-left: 0;
    flex-basis: 100%;
    margin-block: 8px;
  }
  .detail-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .install-panel {
    position: static;
    grid-row: 1;
    padding: 22px;
  }
  .detail article h1 {
    font-size: 44px;
  }
  .prose {
    padding-block: 40px;
  }
  .prose h1 {
    font-size: 43px;
  }
  .prose p {
    font-size: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}

@media(max-width:760px){.header nav .open-picorunner{display:none}}

.catalog-hero {
 padding-block: 78px 62px;
 border-bottom: 1px solid var(--line);
}
.catalog-hero h1 {
 max-width: 760px;
 margin: 18px 0 20px;
 font-size: clamp(48px, 7vw, 78px);
 line-height: 1.03;
 letter-spacing: -3.5px;
 font-weight: 550;
}
.catalog-hero p {
 max-width: 620px;
 margin: 0;
 color: var(--muted);
 font-size: 16px;
 line-height: 1.8;
}
.catalog-page {
 padding-top: 52px;
}
.featured-catalog .section-heading > .text-link {
 margin-bottom: 5px;
}
@media (max-width: 620px) {
 .catalog-hero {
  padding-block: 54px 42px;
 }
 .catalog-hero h1 {
  font-size: 46px;
  letter-spacing: -2.4px;
 }
 .catalog-page {
  padding-top: 40px;
 }
}
