@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{font-family:'DM Sans',sans-serif;color:#20231f;background:#f7f8f5;line-height:1.6;font-synthesis:none;--ink:#20231f;--muted:#758074;--line:#dfe5dc;--lime:#d9fa82;--blue:#c8e7ff;--orange:#ffd4a7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}.sidebar{position:fixed;inset:0 auto 0 0;width:270px;background:#20231f;color:#f5f7f2;padding:30px 24px;display:flex;flex-direction:column;z-index:3}.brand{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none;font-weight:700;font-size:20px;letter-spacing:-.05em}.brand b{display:grid;place-items:center;background:var(--lime);color:var(--ink);width:27px;height:27px;border-radius:8px 8px 8px 2px}.tagline{font-size:12px;color:#9ca69b;line-height:1.45;margin:17px 4px 23px}.search{background:#30362f;border:1px solid #424940;border-radius:7px;padding:8px 10px;display:flex;gap:8px;align-items:center;color:#919a8e;margin-bottom:28px}.search input{border:0;background:transparent;outline:0;color:#fff;width:100%;font:12px 'DM Mono',monospace}.search input::placeholder{color:#7d887b}.nav-label{font:10px 'DM Mono',monospace;color:#687267;display:block;letter-spacing:.12em;margin:20px 7px 7px}.sidebar nav{display:grid;gap:2px}.sidebar nav a{color:#aeb7aa;text-decoration:none;padding:7px 8px;border-radius:5px;font-size:13px}.sidebar nav a:hover{color:#fff;background:#30362f}.github{margin-top:auto;color:#899488;text-decoration:none;font:10px 'DM Mono',monospace}.mobile-head{display:none}main{margin-left:270px;max-width:900px;padding:0 70px 80px}.hero{padding:105px 0 78px;border-bottom:1px solid var(--line)}.kicker,.section-marker{color:#84907f;font:10px 'DM Mono',monospace;letter-spacing:.12em}.hero h1{font-size:clamp(44px,7vw,75px);line-height:.98;letter-spacing:-.08em;margin:20px 0 25px}.hero h1 em{font-style:normal;color:#759c3e}.hero p{font-size:17px;color:var(--muted);max-width:520px}.hero-actions{display:flex;gap:10px;margin-top:32px}.button{display:inline-flex;text-decoration:none;padding:11px 15px;border-radius:6px;font-size:13px;font-weight:600;gap:15px;align-items:center}.button.primary{background:var(--ink);color:#fff}.button.primary span{color:var(--lime);font-size:17px}.button.ghost{border:1px solid var(--line);color:var(--ink);background:#fff}.doc-section{padding:78px 0 10px;scroll-margin-top:25px;border-bottom:1px solid var(--line)}.doc-section h2{font-size:39px;line-height:1.05;letter-spacing:-.07em;margin:14px 0 14px}.doc-section h3{font-size:18px;letter-spacing:-.03em;margin:32px 0 8px}.doc-section p{font-size:14px;max-width:700px}.lead{font-size:17px!important;color:var(--muted);max-width:590px!important;margin-bottom:30px}.doc-section li{font-size:14px;margin:8px 0}.doc-section code{font:12px 'DM Mono',monospace;background:#e9eee6;padding:3px 5px;border-radius:3px}.doc-section pre{background:#252a24;color:#e9f2e4;border-radius:8px;padding:17px 19px;overflow:auto;margin:14px 0 22px;box-shadow:0 6px 25px #20231f12}.doc-section pre code{background:transparent;color:inherit;padding:0;line-height:1.65}.callout{background:#eff8dc;border:1px solid #c9df9b;border-radius:7px;padding:14px 16px;font-size:13px;margin:25px 0}.callout strong{color:#638c3a}.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:13px;margin:25px 0}.card{border:1px solid var(--line);background:#fff;border-radius:9px;padding:20px}.card:nth-child(1){background:var(--lime);border-color:#c9e47e}.card:nth-child(2){background:var(--blue);border-color:#b3d8f4}.card h3{font-size:20px;margin:16px 0 7px}.card p{font-size:13px;margin:0 0 20px}.card strong{font:11px 'DM Mono',monospace}.pill{font:10px 'DM Mono',monospace;letter-spacing:.1em}.pill.lime{color:#5f883c}.pill.blue{color:#4e7fa4}.pill.orange{color:#9d6a35}.endpoint-grid,.command-grid{display:grid;grid-template-columns:200px 1fr;gap:0;border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden;margin:19px 0 28px}.endpoint-grid>* ,.command-grid>*{padding:11px 13px;border-bottom:1px solid #edf0eb;font-size:12px}.endpoint-grid code,.command-grid code{background:#f6f8f4;border-radius:0;color:#537a34}.endpoint-grid>*:nth-last-child(-n+2),.command-grid>*:nth-last-child(-n+2){border-bottom:0}details{border-bottom:1px solid var(--line);padding:17px 0}summary{font-weight:600;font-size:14px;cursor:pointer}details p{color:var(--muted);margin:10px 0 0}footer{display:flex;justify-content:space-between;color:#8d978b;font:10px 'DM Mono',monospace;padding:45px 0}.mobile-head{height:60px;padding:16px 20px;background:var(--ink);color:#fff;align-items:center;justify-content:space-between}.mobile-head button{background:transparent;color:#fff;font-size:20px}
@media(max-width:850px){.sidebar{width:230px;transform:translateX(-100%);transition:transform .2s}.sidebar.open{transform:translateX(0)}.mobile-head{display:flex;position:sticky;top:0;z-index:4}main{margin-left:0;padding:0 28px 60px}.hero{padding-top:70px}.cards{grid-template-columns:1fr}}@media(max-width:520px){main{padding:0 19px}.hero{padding:55px 0}.hero h1{font-size:49px}.hero-actions{flex-direction:column;align-items:stretch}.button{justify-content:center}.doc-section{padding-top:55px}.doc-section h2{font-size:34px}.endpoint-grid,.command-grid{grid-template-columns:1fr}.endpoint-grid>*:nth-child(odd),.command-grid>*:nth-child(odd){border-bottom:0;padding-bottom:3px}.endpoint-grid>*:nth-child(even),.command-grid>*:nth-child(even){padding-top:3px}.endpoint-grid>*:last-child,.command-grid>*:last-child{border-bottom:0}footer{display:grid;gap:8px}}
