/* Shared by the Developers page and the platform views. Inter is self hosted (the same files
   account.css declares), so no page here makes a third party request. Content width 1152,
   accent #1D4ED8, rules #3B82F6, tabular numerals throughout. */
@font-face{font-family:Inter;font-style:normal;font-weight:400 800;font-display:swap;src:url(/assets/fonts/inter-latin-ext-var.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:Inter;font-style:normal;font-weight:400 800;font-display:swap;src:url(/assets/fonts/inter-latin-var.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}
:root{color-scheme:light;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;font-variant-numeric:tabular-nums;color:#13233d;background:#f4f7fc;font-size:16px;line-height:1.6}
*{box-sizing:border-box}
body{margin:0}
.wrap,header.site,main,footer.site{max-width:1152px;margin:0 auto;padding:24px}
header.site{display:flex;justify-content:space-between;align-items:center;gap:24px;border-bottom:1px solid #3B82F6}
header.site a{font-weight:700}
header.site nav{display:flex;gap:20px;flex-wrap:wrap}
a{color:#1D4ED8;text-underline-offset:4px}
h1{font-size:clamp(30px,5vw,44px);line-height:1.12;letter-spacing:-.02em;margin:0 0 16px}
h2{font-size:23px;line-height:1.25;margin:0 0 12px}
h3{font-size:18px;margin:24px 0 8px}
p,li{max-width:76ch}
main{padding-top:40px;padding-bottom:64px;min-width:0}
.eyebrow{font-size:14px;font-weight:700;color:#1D4ED8;margin:0 0 8px}
.lede{font-size:18px}
.panel{background:#fff;border:1px solid #cbd5e1;border-radius:12px;padding:28px;margin:24px 0;min-width:0}
.panel.blue{background:#eaf1ff;border-color:#bdd2fc}
.toc{display:flex;flex-wrap:wrap;gap:8px 20px;padding:16px 0;border-top:1px solid #3B82F6;border-bottom:1px solid #3B82F6;margin:24px 0}
.quiet{font-size:14px;color:#41516b}
code,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:14px}
code{background:#eef2f8;border-radius:4px;padding:1px 5px;overflow-wrap:anywhere}
pre{background:#0f1c33;color:#e6edf7;border-radius:10px;padding:16px;overflow-x:auto;max-width:100%;line-height:1.5}
pre code{background:none;padding:0;color:inherit}
table{border-collapse:collapse;width:100%}
th,td{text-align:left;vertical-align:top;padding:10px 12px;border-bottom:1px solid #cbd5e1;overflow-wrap:anywhere}
th{font-weight:700}
.table-scroll{overflow-x:auto;max-width:100%}
.endpoint{border-top:1px solid #cbd5e1;padding:18px 0}
.endpoint h3{margin:0 0 6px;font-size:16px;overflow-wrap:anywhere}
.method{display:inline-block;font-weight:700;color:#1D4ED8;margin-right:8px}
.badge{display:inline-block;border-radius:20px;background:#eaf1ff;padding:2px 10px;color:#1D4ED8;font-size:14px;font-weight:700}
.sample-label{display:inline-block;border:1px solid #1D4ED8;border-radius:20px;padding:2px 10px;color:#1D4ED8;font-size:14px;font-weight:700}
button,.button{font:inherit;display:inline-block;padding:10px 16px;border:1px solid #1D4ED8;border-radius:6px;background:#fff;color:#1D4ED8;font-weight:700;cursor:pointer;text-decoration:none}
footer.site{border-top:1px solid #3B82F6;font-size:14px;display:flex;flex-wrap:wrap;gap:24px}
:focus-visible{outline:3px solid #3B82F6;outline-offset:3px}
[hidden]{display:none!important}
@media (max-width:640px){.wrap,header.site,main,footer.site{padding:16px}header.site{align-items:flex-start;flex-direction:column;gap:8px}.panel{padding:18px}h2{font-size:20px}pre{font-size:14px}}
@media print{header.site nav,.toc,footer.site{display:none}body{background:#fff}.panel{border:none;padding:0}pre{background:#fff;color:#000;border:1px solid #999;white-space:pre-wrap}}

button,.button,summary,input,select{min-height:44px}header.site nav a,footer.site a,.toc a{display:inline-flex;align-items:center;min-height:44px}main{overflow-wrap:anywhere}

.view-skeleton{min-height:480px;display:grid;gap:24px;align-content:start}.view-skeleton span{height:160px;background:#eaf1ff;border:1px solid #dbeafe;border-radius:12px}
