/* opsfy.ai - site.css. The whole look of the site, as approved on 17 and 18 Sep 2026 (artifact tabs 16, 18, 25 and 27: V7 to V12).
   Colours: cream #fbf6f3 ground, white #ffffff for the alternate sections and the card, ink #26303F headings, slate #5d6c89 text,
   muted #5F6E84, teal #1B7085 accent, deep teal #186A7D band, orange #ffa24e once, hairline #E6DED7, border #D9DEE7,
   placeholder #66748A, terminal #26303F with #E6EBF2 / #9FB0C4 / #7FD3E0. Every pair passes WCAG AA.
   Fonts are served from this host (fonts/); no request leaves the site for the page to draw. */

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/poppins-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/poppins-500-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/poppins-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/dmmono-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/dmmono-500-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: #fbf6f3;
  color: #5d6c89;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: #1B7085; text-decoration: none; }
a:hover { text-decoration: underline; }
code, pre { font-family: "DM Mono", "SFMono-Regular", Menlo, Consolas, monospace; }
p { margin: 0; }
img { border: 0; display: block; }
h1, h2 { margin: 0; color: #26303F; font-weight: 600; letter-spacing: -.02em; line-height: 1.15; text-wrap: balance; }
h2 { font-size: 26px; }
:focus-visible { outline: 2px solid #1B7085; outline-offset: 3px; }
.in { padding: 0 24px; max-width: 920px; margin: 0 auto; }
.mu { color: #5F6E84; font-size: 15px; }
.mu a { text-decoration: underline; text-underline-offset: 2px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
code.k { color: #1B7085; font-size: 14px; }

/* the band: flat, one colour, the mark small, the install line, the status line */
.band { background: #186A7D; color: #fbf6f3; padding: 22px 0 44px; }
.band .bt { display: flex; align-items: center; gap: 10px; }
.band .bt img { width: 34px; height: 34px; }
.band .w { color: #fbf6f3; font-weight: 600; font-size: 19px; letter-spacing: -.01em; }
.band .hero { display: flex; flex-direction: column; gap: 16px; margin-top: 40px; }
.band h1 { color: #fbf6f3; font-size: 34px; }
.band .t { font-size: 16px; color: #fbf6f3; max-width: 48ch; line-height: 1.55; }
.band .cmd { margin: 0; }
.band .cmd code { font-size: 15px; color: #E6EBF2; background: rgba(0,0,0,.18); padding: 6px 10px; border-radius: 2px; }
.band .acts { display: flex; align-items: center; gap: 22px; margin-top: 8px; flex-wrap: wrap; }
.band .cta { display: inline-block; background: #ffa24e; color: #26303F; font-weight: 600; font-size: 16px; padding: 14px 26px; border-radius: 2px; }
.band .cta:hover { text-decoration: none; background: #ffb46e; }
.band .sec { color: #fbf6f3; font-weight: 500; font-size: 15px; border-bottom: 1px solid #fbf6f3; padding-bottom: 1px; }
.band .sec:hover { text-decoration: none; border-bottom-width: 2px; }
.band .st { margin: 0; font-size: 14px; color: #E6EBF2; }
.band :focus-visible { outline-color: #fbf6f3; }

/* sections: cream and white in turn, air, no hairlines */
main > section { padding: 56px 0; }
main > section.alt { background: #fff; }
main > section.dark { background: #5d6c89; color: #fbf6f3; }
.sh { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }

/* 1. your balance */
main > section.money { padding: 40px 0 56px; }
.money .in { display: flex; flex-direction: column; gap: 22px; }
.money .mx { display: flex; flex-direction: column; gap: 10px; order: -1; }
.money .mx p { font-size: 16px; max-width: 46ch; }
.card { background: #fff; border: 1px solid #D9DEE7; padding: 20px 22px 16px; display: flex; flex-direction: column; gap: 8px; max-width: 440px; border-radius: 2px; }
.card .eb { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; color: #5F6E84; }
.card .kl { display: block; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 500; color: #5F6E84; margin-bottom: 2px; }
.card .big { font-size: 48px; font-weight: 600; line-height: 1; letter-spacing: -.03em; color: #26303F; font-variant-numeric: tabular-nums; margin: 4px 0 8px; }
.card .krow { display: flex; justify-content: space-between; align-items: center; gap: 12px; border-top: 1px solid #E6DED7; padding-top: 12px; }
.card .krow code { font-size: 14px; color: #1B7085; }
.card .mini { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-weight: 500; color: #5F6E84; }
.logs { border-top: 1px solid #E6DED7; padding-top: 10px; margin-top: 4px; display: flex; flex-direction: column; gap: 5px; font-family: "DM Mono", "SFMono-Regular", Menlo, Consolas, monospace; font-size: 12px; color: #5d6c89; }
.logs div { display: grid; grid-template-columns: 44px 1fr auto; gap: 12px; }
.logs .tm { color: #5F6E84; }
.logs .am { text-align: right; color: #26303F; }
.logs .am.up { color: #1B7085; }

/* 2. how it works: a text strip, three steps, the CLI */
.flow { display: flex; flex-direction: column; gap: 10px; border-top: 1px solid #E6DED7; border-bottom: 1px solid #E6DED7; padding: 18px 0; margin: 0 0 32px; }
.node { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 0; }
.node b { color: #26303F; font-weight: 600; font-size: 15px; }
.node span { font-size: 14px; color: #5F6E84; }
.node .mi { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 6px; }
.node .mi img { width: 16px; height: 16px; border-radius: 3px; filter: grayscale(1); opacity: .7; }
.arr { display: flex; align-items: center; gap: 8px; color: #5F6E84; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 500; }
.arr svg.vt { width: 12px; height: 28px; display: block; }
.arr svg.hz { display: none; }
.steps { display: flex; flex-direction: column; gap: 14px; }
.step { display: grid; grid-template-columns: 24px 1fr; gap: 10px; align-items: start; font-size: 16px; }
.step i { font-style: normal; font-family: "DM Mono", "SFMono-Regular", Menlo, Consolas, monospace; color: #1B7085; font-size: 14px; padding-top: 3px; }
.step b { color: #26303F; font-weight: 600; }
.how2 { display: flex; flex-direction: column; gap: 24px; }
.term { background: #26303F; border-radius: 3px; padding: 20px 22px; font-family: "DM Mono", "SFMono-Regular", Menlo, Consolas, monospace; font-size: 13px; line-height: 1.8; color: #E6EBF2; overflow: hidden; margin: 0; white-space: pre-wrap; }
.term .pr { color: #7FD3E0; }
.term .mu { color: #9FB0C4; font-size: inherit; }
.term .js { color: #E6EBF2; }
.works { font-size: 14px; color: #5F6E84; margin-top: 4px; }
.works span { color: #26303F; font-weight: 500; }

/* 3. the catalogue: three buckets, a name grid, the tools' icons in grey until touched */
.gh { display: flex; align-items: baseline; gap: 8px; margin: 22px 0 6px; }
.gh:first-of-type { margin-top: 0; }
.gh h3 { margin: 0; font-size: 15px; color: #26303F; font-weight: 600; letter-spacing: -.01em; }
.gh .n { font-family: "DM Mono", "SFMono-Regular", Menlo, Consolas, monospace; font-size: 12px; color: #5F6E84; }
.ng { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 20px; }
.ng li { border-top: 1px solid #E6DED7; min-width: 0; font-size: 14px; }
.ng a { display: flex; align-items: center; gap: 8px; padding: 6px 0; color: #26303F; font-weight: 500; }
.ng img { width: 18px; height: 18px; border-radius: 3px; flex: 0 0 18px; filter: grayscale(1); opacity: .8; transition: filter .15s, opacity .15s; }
.ng a:hover img { filter: none; opacity: 1; }
.after { margin-top: 22px; max-width: 60ch; }
.ask { margin-top: 24px; display: flex; flex-direction: column; gap: 8px; max-width: 460px; }
.ask label, .close label { color: #26303F; font-weight: 600; font-size: 15px; }
.field { display: flex; border: 1px solid #26303F; background: #fff; border-radius: 2px; overflow: hidden; }
.field input { flex: 1; min-width: 0; border: 0; padding: 12px 14px; font: inherit; font-size: 14px; color: #26303F; background: #fff; }
.field input::placeholder { color: #66748A; opacity: 1; }
.field input:focus-visible { outline-offset: -3px; }
.field button { background: #26303F; color: #fbf6f3; font: inherit; font-weight: 600; font-size: 14px; padding: 0 18px; border: 0; cursor: pointer; white-space: nowrap; }
.field button:hover { background: #3A465A; }
.field button:focus-visible { outline-offset: -3px; outline-color: #fbf6f3; }
.asks { list-style: none; margin: 14px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; max-width: 560px; }
.asks:empty { display: none; }
.asks li { display: inline-flex; align-items: center; gap: 6px; padding: 4px 6px 4px 12px; background: #fff; border: 1px solid #E6DED7; border-radius: 999px; font-size: 14px; color: #26303F; }
.asks b { font-family: "DM Mono", "SFMono-Regular", Menlo, Consolas, monospace; font-weight: 500; font-size: 12px; color: #5F6E84; }
.asks button { font: inherit; font-size: 14px; line-height: 1; color: #5F6E84; background: none; border: 0; width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; cursor: pointer; padding: 0; }
.asks button:hover { background: #E6DED7; color: #26303F; }
.asks button[disabled] { color: #1B7085; cursor: default; background: none; }
.asks .note { font-size: 14px; color: #5F6E84; }

/* 4. the belief: the one dark block, two lines, the second louder */
main > section.dark { padding: 64px 0 72px; }
.dark h2 { color: #fbf6f3; font-weight: 500; font-size: 19px; line-height: 1.4; opacity: .95; letter-spacing: 0; }
.dark h2 .l2 { display: block; font-weight: 600; font-size: 46px; line-height: 1.02; opacity: 1; margin-top: 10px; letter-spacing: -.02em; }
.dark p { color: #fbf6f3; margin-top: 26px; padding-top: 22px; border-top: 1px solid rgba(251,246,243,.35); font-size: 16px; line-height: 1.7; max-width: 34ch; }

/* 5. questions */
.qa { display: grid; grid-template-columns: 1fr; gap: 20px; margin: 0; }
.qa dt { color: #26303F; font-weight: 600; font-size: 16px; margin-bottom: 4px; line-height: 1.35; }
.qa dd { margin: 0; font-size: 15px; }

/* the close, then the footer */
main > section.close { padding: 40px 0 44px; }
.close .in { display: flex; flex-direction: column; gap: 10px; }
.close p { font-size: 16px; }
.close .two { margin: 0; }
.close .two b { color: #26303F; font-weight: 600; }
.close form { margin-top: 8px; }
.close .field { max-width: 440px; margin-top: 6px; }
body > footer { padding: 14px 0 16px; border-top: 1px solid #E6DED7; }
body > footer .in { display: flex; gap: 24px; font-size: 13px; }
body > footer a { color: #5F6E84; font-weight: 500; }

/* the small pages: support, terms, privacy, thanks */
.page { padding: 40px 0 64px; }
.page .in { max-width: 720px; display: flex; flex-direction: column; gap: 16px; }
.page h1 { font-size: 30px; }
.page h2 { font-size: 20px; margin-top: 16px; }
.page p, .page li { font-size: 16px; }
.page ul { margin: 0; padding-left: 20px; }
.page textarea { width: 100%; min-height: 140px; border: 1px solid #26303F; border-radius: 2px; padding: 12px 14px; font: inherit; font-size: 15px; color: #26303F; background: #fff; resize: vertical; }
.page .field { max-width: 440px; }
.page .back { font-size: 14px; }

@media (hover: none) {
  .ng img, .node .mi img { filter: none; opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .ng img { transition: none; }
}
@media (min-width: 800px) {
  .in { padding: 0 48px; }
  .band { padding: 28px 0 72px; }
  .band .hero { margin-top: 64px; max-width: 760px; }
  .band h1 { font-size: 54px; letter-spacing: -.03em; }
  .band .t { font-size: 19px; }
  h2 { font-size: 32px; }
  main > section { padding: 80px 0; }
  main > section.money { padding: 56px 0 72px; }
  .money .in { display: grid; grid-template-columns: minmax(280px, 440px) 1fr; gap: 56px; align-items: center; }
  .money .mx { order: 0; }
  .card .big { font-size: 56px; }
  .money .mx p { font-size: 17px; }
  .flow { flex-direction: row; align-items: center; gap: 0; padding: 22px 0; margin-bottom: 40px; }
  .arr { flex-direction: column; gap: 6px; flex: 0 0 112px; padding: 0 8px; }
  .arr svg.hz { width: 44px; height: 14px; display: block; }
  .arr svg.vt { display: none; }
  .how2 { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: start; }
  .term { font-size: 14px; }
  .ng { grid-template-columns: repeat(5, 1fr); gap: 0 22px; }
  main > section.dark { padding: 80px 0; }
  .dark .in { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
  .dark h2 { font-size: 26px; }
  .dark h2 .l2 { font-size: 56px; margin-top: 8px; }
  .dark p { margin-top: 0; padding-top: 0; border-top: 0; border-left: 1px solid rgba(251,246,243,.35); padding-left: 28px; font-size: 16px; }
  .qa { grid-template-columns: 1fr 1fr; gap: 28px 56px; }
  main > section.close { padding: 48px 0 52px; }
  .page { padding: 64px 0 88px; }
}
