:root{color-scheme:light;--ink:#252722;--muted:#74766e;--paper:#f7f6f3;--line:#eaeaea;--green:#edf3ec;--green-ink:#346538;--yellow:#fbf3db}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.65 -apple-system,BlinkMacSystemFont,'Helvetica Neue',sans-serif}button,input,select{font:inherit}a{color:inherit;text-underline-offset:4px}button,a,input,select,pre{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait;opacity:.55}[hidden]{display:none!important}.topbar,main,footer{max-width:1160px;margin:auto;padding-left:40px;padding-right:40px}.topbar{min-height:100px;display:flex;justify-content:space-between;align-items:center;gap:16px;border-bottom:1px solid var(--line)}.brand{text-decoration:none;font-size:30px;font-weight:700;letter-spacing:-1.6px}.brand span{font-size:13px;font-weight:400;color:var(--muted);letter-spacing:0;margin-left:16px}.account-menu{display:flex;align-items:center;gap:14px;font-size:12px;min-width:0}#account-email{overflow-wrap:anywhere}main{min-height:75vh}#message{min-height:24px;color:#9f2f2d;font-size:14px;margin:16px 0}.eyebrow{font:11px/1.5 ui-monospace,'SFMono-Regular',monospace;letter-spacing:.13em;text-transform:uppercase;color:var(--muted);margin:0 0 18px}h1,h2,p{margin-top:0}h1{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(38px,4.7vw,58px);line-height:1.08;letter-spacing:-.04em;margin-bottom:22px}h2{font-size:25px;line-height:1.25;letter-spacing:-.035em;font-weight:500;margin-bottom:16px}.muted,.lede,.fine{color:var(--muted)}.lede{max-width:400px;font-size:17px;margin-bottom:40px}.fine{font-size:12px;line-height:1.7;margin-top:18px;margin-bottom:0}.welcome{display:grid;grid-template-columns:1.3fr 1fr;gap:80px;padding:64px 0 100px;align-items:center}.intro-note{border-top:1px solid var(--line);padding-top:20px;display:flex;gap:20px;font:11px ui-monospace,monospace;color:var(--muted)}.card{border:1px solid #eaeaea;background:#fff;border-radius:8px;padding:32px}.login-card .primary{width:100%;margin-top:20px;display:flex;justify-content:space-between}.login-card{max-width:440px}label{display:block;font-size:12px;font-weight:600;margin-bottom:8px}input,select{width:100%;border:1px solid #d8d9d3;border-radius:5px;background:#fff;color:var(--ink);padding:12px 14px;min-height:46px}input:focus,select:focus{outline:2px solid #74766e;outline-offset:2px}button,.text-link{touch-action:manipulation}button{min-height:44px;padding:10px 18px;border-radius:5px;border:1px solid transparent;background:none}.primary{background:#252722;color:#fff}.primary:hover{background:#3c3f36}.secondary{border-color:#d8d9d3;background:#fff}.quiet{color:var(--muted);padding:8px 10px}.quiet:hover,.secondary:hover{background:#eeeee9}.text-link{font-size:13px;font-weight:500;white-space:normal}.plan-banner{background:var(--green);padding:15px 20px;display:flex;justify-content:space-between;gap:20px;align-items:center;border-radius:6px;color:var(--green-ink)}.plan-banner>div{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.plan-banner.exhausted{background:var(--yellow);color:#85621b}.tag{font-size:10px;letter-spacing:.06em;text-transform:uppercase;border:1px solid currentColor;border-radius:4px;padding:3px 7px;white-space:nowrap}#plan-description{font-size:13px}.account-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:56px 0 28px}.account-heading h1{font-size:44px;margin-bottom:12px}.account-heading .eyebrow{margin-bottom:12px}.account-heading p:last-child{margin:0}.workspace-grid>*,.docs-layout>*{min-width:0}.workspace-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:20px}.key-card .primary{margin-top:18px}.key-reference{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;background:var(--paper);border-radius:4px}.key-reference code{overflow-wrap:anywhere;min-width:0;font-size:13px}#existing-key .secondary{margin-top:20px}.usage-number{display:flex;align-items:baseline;gap:10px;line-height:1.1}.usage-number strong{font-size:72px;font-weight:400;letter-spacing:-.06em}.usage-number span{font-size:24px;color:var(--muted)}#usage-description{font-size:13px;color:var(--muted);margin:12px 0 20px}progress{appearance:none;width:100%;height:5px;display:block;border:0;border-radius:2px;background:#eee}progress::-webkit-progress-bar{background:#eee;border-radius:2px}progress::-webkit-progress-value{background:#717a65;border-radius:2px}progress::-moz-progress-bar{background:#717a65}.usage-card .text-link{display:inline-block;margin-top:24px}.documentation{margin-top:76px;padding-top:36px;border-top:1px solid var(--line)}.docs-heading h2{font-family:Georgia,serif;font-weight:400;font-size:34px}.docs-layout{display:grid;grid-template-columns:190px minmax(0,1fr);gap:50px;margin-top:32px}#docs-nav{position:sticky;top:24px;align-self:start}#docs-nav a{display:block;color:var(--muted);text-decoration:none;font-size:12px;padding:7px 0}#docs-nav a:hover{color:var(--ink)}.doc-section{scroll-margin-top:30px;margin-bottom:44px;padding-bottom:28px;border-bottom:1px solid var(--line)}.doc-section h3{font-size:20px;font-weight:500;letter-spacing:-.03em}.doc-section p{color:#62655b;font-size:14px;white-space:pre-line}.code-block{position:relative}.code-block button{position:absolute;right:8px;top:8px;font-size:11px;min-height:32px;background:#fff;border:1px solid var(--line);padding:4px 10px}pre{max-width:100%;overflow:auto;font:12px/1.8 ui-monospace,'SFMono-Regular',monospace;background:#eeeee9;border-radius:5px;padding:40px 20px 20px;tab-size:2}.endpoint{padding:14px 0;border-bottom:1px solid var(--line)}.endpoint code{display:block;font-size:12px;overflow-wrap:anywhere}.endpoint p{margin:8px 0 0;font-size:12px}footer{margin-top:70px;border-top:1px solid var(--line);padding-top:24px;padding-bottom:30px;display:flex;justify-content:space-between;font-size:12px;color:var(--muted)}dialog{width:calc(100% - 32px);max-width:530px;border:1px solid #eaeaea;border-radius:8px;padding:36px;color:var(--ink)}dialog::backdrop{background:rgba(37,39,34,.32)}dialog h2{font-family:Georgia,serif;font-size:30px}.dialog-close{position:absolute;right:8px;top:8px;font-size:24px}.dialog-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}#secret-key{white-space:pre-wrap;overflow-wrap:anywhere;padding:20px;font-size:14px}#saved-key{margin-left:6px}#project-label{max-width:420px;margin-bottom:24px}#project{margin-top:8px}:focus-visible{outline:2px solid #546549;outline-offset:4px}@media(prefers-reduced-motion:no-preference){.welcome,.workspace-grid,.documentation{animation:arrive .35s ease-out}@keyframes arrive{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}}@media(max-width:760px){.topbar,main,footer{padding-left:22px;padding-right:22px}.topbar{min-height:80px}.brand{font-size:26px}.brand span{font-size:11px;margin-left:10px}.account-menu{gap:2px;flex-direction:column;align-items:flex-end;max-width:45%}.welcome{grid-template-columns:1fr;gap:36px;padding:28px 0 40px}.login-card{max-width:none}.intro-note{flex-wrap:wrap;gap:12px}.lede{font-size:15px;margin-bottom:26px}.plan-banner{align-items:flex-start;flex-direction:column;gap:10px;padding:16px}.plan-banner>div{gap:10px}.account-heading{padding:36px 0 24px;align-items:flex-start;flex-direction:column;gap:12px}.account-heading h1{font-size:35px}.workspace-grid{grid-template-columns:1fr}.card{padding:24px}.usage-card .usage-number strong{font-size:60px}.documentation{margin-top:48px}.docs-layout{grid-template-columns:1fr;gap:24px}#docs-nav{position:static;display:flex;gap:8px 16px;flex-wrap:wrap;border-bottom:1px solid var(--line);padding-bottom:20px}#docs-nav a{padding:3px 0}.docs-heading h2{font-size:29px}dialog{padding:28px 22px}#saved-key{margin:10px 0 0}.key-reference{align-items:flex-start;flex-direction:column;gap:8px}}@media(max-width:350px){.topbar,main,footer{padding-left:16px;padding-right:16px}.brand span{display:none}.card{padding:20px}h1{font-size:36px}.intro-note{font-size:10px}.account-heading h1{font-size:32px}}
