:root{color:#172026;background:#f6faf8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;overflow:hidden;background:radial-gradient(circle at 78% 8%,rgba(12,110,74,.14),transparent 28rem),linear-gradient(180deg,#f6faf8,#eef7f2 46%,#fff)}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;width:min(1180px,calc(100% - 40px));margin:0 auto;padding:18px 0;background:#f6faf8db;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand,.nav-links{display:flex;align-items:center}.brand{gap:10px;color:#10231c;font-size:1.02rem;font-weight:900}.brand-mark{width:34px;height:34px;display:block;border-radius:8px;object-fit:cover}.nav-links{gap:22px;color:#4a5a52;font-size:.94rem;font-weight:750}.nav-links a:hover,.nav-links a:focus-visible{color:#0c6e4a}.hero-section,.section-band,.insights-section,.developer-section{width:min(1180px,calc(100% - 40px));margin:0 auto}.hero-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,500px);gap:54px;align-items:center;min-height:calc(100vh - 74px);padding:64px 0 84px}.hero-copy{max-width:690px}.eyebrow{display:inline-flex;align-items:center;width:fit-content;margin:0 0 16px;padding:7px 11px;border:1px solid #b8ded0;border-radius:999px;background:#ecf8f3;color:#0c6e4a;font-size:.82rem;font-weight:800;letter-spacing:0}h1,h2,h3,p{margin-top:0}h1{max-width:760px;margin-bottom:0;color:#10231c;font-size:clamp(3rem,6.8vw,5.8rem);line-height:.95;letter-spacing:0}.lede{max-width:650px;margin:24px 0 0;color:#4a5a52;font-size:1.15rem;line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:8px;padding:12px 18px;font-weight:850}.primary-button{background:#0c6e4a;color:#fff;box-shadow:0 14px 30px #0c6e4a3d}.primary-button:hover,.primary-button:focus-visible{background:#09583b}.secondary-button{border:1px solid #cfdcd5;background:#ffffffd6;color:#172026}.secondary-button:hover,.secondary-button:focus-visible{border-color:#0c6e4a;color:#0c6e4a}.insight-panel{display:grid;gap:16px;padding:20px;border:1px solid #dbe6e0;border-radius:8px;background:#fff;box-shadow:0 24px 80px #17202629}.panel-header{display:flex;align-items:center;gap:9px;color:#4a5a52;font-size:.9rem;font-weight:800}.status-dot{width:10px;height:10px;border-radius:999px;background:#15b776;box-shadow:0 0 0 6px #15b77624}.summary-card{padding:22px;border-radius:8px;background:#f4f8f6}.summary-label,.info-card p{margin-bottom:10px;color:#0c6e4a;font-size:.78rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.summary-card h2{margin-bottom:13px;color:#10231c;font-size:1.55rem;line-height:1.18}.summary-card p:last-child{margin-bottom:0;color:#4a5a52;line-height:1.65}code{border-radius:6px;background:#e7f2ec;color:#0b5d3e;padding:2px 5px;font-size:.92em}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.metric-grid div{display:grid;gap:7px;padding:16px;border:1px solid #dbe6e0;border-radius:8px}.metric-grid span{color:#5c6b64;font-size:.8rem;font-weight:800}.metric-grid strong{color:#10231c;font-size:1.45rem}.section-band,.insights-section,.developer-section{padding:92px 0}.section-heading{max-width:720px;margin-bottom:34px}.section-heading h2{margin-bottom:0;color:#10231c;font-size:clamp(2rem,4vw,3.4rem);line-height:1.05;letter-spacing:0}.workflow-list,.card-grid,.feature-list{display:grid;gap:14px}.workflow-list{grid-template-columns:repeat(3,1fr);padding:0;list-style:none}.workflow-list li,.info-card,.feature-list article{border:1px solid #dbe6e0;border-radius:8px;background:#fff}.workflow-list li{min-height:210px;padding:22px}.workflow-list span{display:block;margin-bottom:42px;color:#0c6e4a;font-size:.86rem;font-weight:900}.workflow-list p{margin-bottom:0;color:#26342e;font-size:1.08rem;font-weight:750;line-height:1.48}.card-grid{grid-template-columns:repeat(3,1fr)}.info-card{min-height:240px;padding:24px;box-shadow:0 16px 42px #17202614}.info-card h3{margin-bottom:18px;color:#10231c;font-size:1.45rem;line-height:1.2}.info-card span{color:#4a5a52;line-height:1.62}.developer-section{padding-bottom:112px}.feature-list{grid-template-columns:1fr}.feature-list article{display:grid;grid-template-columns:minmax(220px,.42fr) minmax(0,1fr);gap:32px;padding:26px}.feature-list h3{margin-bottom:0;color:#10231c;font-size:1.35rem}.feature-list p{margin-bottom:0;color:#4a5a52;font-size:1.02rem;line-height:1.68}.site-footer{display:flex;align-items:center;justify-content:space-between;width:min(1180px,calc(100% - 40px));margin:0 auto;padding:28px 0 36px;border-top:1px solid #dbe6e0}.footer-links{display:flex;flex-wrap:wrap;gap:18px;color:#4a5a52;font-size:.94rem;font-weight:750}.footer-links a:hover,.footer-links a:focus-visible,.back-link:hover,.back-link:focus-visible{color:#0c6e4a;text-decoration:underline}.legal-shell{display:grid;place-items:start center;padding:42px 20px 72px}.legal-page{width:min(880px,100%);padding:34px;border:1px solid #dbe6e0;border-radius:8px;background:#fff;box-shadow:0 24px 80px #1720261f}.legal-page h1{font-size:clamp(2.5rem,6vw,4.3rem)}.legal-brand-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px}.back-link{display:inline-flex;color:#0c6e4a;font-weight:850}.legal-updated{margin:18px 0 0;color:#5c6b64;font-size:.95rem}.support-copy{max-width:680px;margin:18px 0 0;color:#4a5a52;font-size:1.08rem;line-height:1.7}.support-email{display:inline-flex;align-items:center;justify-content:center;min-height:50px;margin-top:28px;padding:13px 18px;border-radius:8px;background:#0c6e4a;color:#fff;font-weight:850;box-shadow:0 14px 30px #0c6e4a3d}.support-email:hover,.support-email:focus-visible{background:#09583b}.legal-content{display:grid;gap:26px;margin-top:36px}.legal-content section{display:grid;gap:8px}.legal-content h2{margin-bottom:0;color:#10231c;font-size:1.22rem}.legal-content p{margin-bottom:0;color:#4a5a52;font-size:1rem;line-height:1.72}@media(max-width:900px){.hero-section{grid-template-columns:1fr;min-height:auto;padding-top:44px}.workflow-list,.card-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.site-header{width:min(100% - 32px,1180px)}.nav-links{display:none}.hero-section,.section-band,.insights-section,.developer-section,.site-footer{width:min(100% - 32px,1180px)}h1{font-size:3rem}.lede{font-size:1.02rem}.metric-grid,.workflow-list,.card-grid,.feature-list article{grid-template-columns:1fr}.section-band,.insights-section,.developer-section{padding:62px 0}.workflow-list li,.info-card{min-height:auto}.workflow-list span{margin-bottom:24px}.hero-actions a{width:100%}.site-footer{align-items:flex-start;flex-direction:column;gap:20px}.legal-shell{padding:28px 16px 52px}.legal-page{padding:24px}}
