/* invoiceNow — plain CSS, no external fonts or CDNs.
   Palette follows the application's own dark dashboard. */
*,*::before,*::after{box-sizing:border-box}
html{font-size:16px;-webkit-text-size-adjust:100%}
body{margin:0;min-height:100vh;line-height:1.6;
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,Cantarell,"Noto Sans",Arial,sans-serif;
  color:#e8ecf2;background:#1b212a}
a{color:#6ea8e0;text-decoration:underline;text-underline-offset:2px}
a:hover{color:#9cc6ee}
a:focus-visible{outline:2px solid #6ea8e0;outline-offset:2px}
.wrap{max-width:42rem;margin:0 auto;padding:1.5rem 1.25rem 3rem}
header.site-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #2c3644;text-align:center}
header.site-header img.logo{width:160px;height:auto;margin-top:1.75rem;margin-bottom:.75rem}
header.site-header h1{margin:0 0 .9rem;font-size:1.65rem;font-weight:700;letter-spacing:-.02em;line-height:1.25;color:#5aa9e6}
header.site-header .tagline{margin:0 auto;max-width:34rem;line-height:1.7;color:#9aa7b6;font-size:.95rem}
nav.site-nav{margin-top:.85rem;display:flex;justify-content:center;flex-wrap:wrap;gap:.35rem 1rem;font-size:.95rem}
nav.site-nav a{text-decoration:none;font-weight:500}
nav.site-nav a:hover{text-decoration:underline}
main h2{margin:1.75rem 0 .65rem;font-size:1.25rem;font-weight:700;letter-spacing:-.01em;line-height:1.3;color:#f0f3f7}
main p,main li{color:#c3ccd8}
main p{margin:0 0 .85rem}
main ul{margin:0 0 1rem;padding-left:1.35rem}
main li{margin-bottom:.4rem}
.lead{font-size:1.05rem;color:#d7dee7}
.card{background:#232b36;border:1px solid #313b48;border-radius:8px;padding:1.15rem 1.25rem;margin:1rem 0 1.5rem}
.card h2{margin-top:0}
.figure{color:#5fd39a;font-weight:700}
code,.mono{font-family:ui-monospace,"Cascadia Code","Source Code Pro",Menlo,Consolas,monospace;
  font-size:.88em;background:#293341;color:#e0b93c;padding:.1em .35em;border-radius:3px;word-break:break-word}
.shot{display:block;width:100%;height:auto;border:1px solid #313b48;border-radius:8px;margin:0 0 1.5rem}
footer.site-footer{margin-top:2.5rem;padding-top:1rem;border-top:1px solid #2c3644;font-size:.88rem;color:#8b97a6;text-align:center}
footer.site-footer p{margin:0 0 .4rem;color:inherit}
footer.site-footer a{color:#6ea8e0}
.meta{color:#8b97a6;font-size:.92em}
@media (max-width:480px){.wrap{padding:1.15rem 1rem 2.5rem}header.site-header h1{font-size:1.4rem}}
