
:root { color-scheme: light; background: #f7f5f0; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
* { box-sizing: border-box; } html { scroll-behavior: smooth; }
body.pd-api-docs { min-width: 320px; margin: 0; color: #163a33; background: #f7f5f0; }
a { color: inherit; }.pd-api-skip { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 10px 14px; background: #fff; color: #163a33; opacity: 0; transform: translateY(-140%); }.pd-api-skip:focus { opacity: 1; transform: none; }
.pd-api-header { position: sticky; z-index: 10; top: 0; display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 20px; padding: 12px clamp(20px, 5vw, 76px); border-bottom: 1px solid rgb(36 92 80 / 16%); background: rgb(247 245 240 / 94%); backdrop-filter: blur(16px); }
.pd-api-brand { display: inline-flex; align-items: center; gap: 9px; color: #245c50; font-size: 1.03rem; font-weight: 800; letter-spacing: -.04em; text-decoration: none; }.pd-api-brand svg { width: 34px; height: 34px; }.pd-api-brand small { align-self: center; padding-left: 9px; border-left: 1px solid rgb(36 92 80 / 25%); color: #58756d; font-size: .66rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.pd-api-nav { display: flex; flex-wrap: wrap; gap: 7px; }.pd-api-nav a { padding: 8px 10px; color: #47655d; font-size: .76rem; font-weight: 720; text-decoration: none; }.pd-api-nav a:hover, .pd-api-nav a:focus-visible, .pd-api-nav .is-active { background: #dce9e1; color: #163a33; }
.pd-api-hero { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr); gap: clamp(36px, 8vw, 120px); width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: clamp(76px, 10vw, 132px) 0 clamp(56px, 7vw, 90px); }.pd-api-eyebrow { color: #245c50; font: 700 .68rem/1.4 ui-monospace, SFMono-Regular, monospace; letter-spacing: .13em; text-transform: uppercase; }
.pd-api-hero h1 { max-width: 760px; margin: 18px 0; font: 800 clamp(2.9rem, 6.5vw, 6rem)/.87 Inter, ui-sans-serif, sans-serif; letter-spacing: -.07em; }.pd-api-hero h1 em { display: block; color: #245c50; font-style: normal; }.pd-api-hero p { max-width: 680px; margin: 0; color: #4a655e; font-size: 1.08rem; line-height: 1.68; }
.pd-api-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }.pd-api-button { display: inline-flex; min-height: 46px; align-items: center; padding: 0 16px; border: 1px solid rgb(36 92 80 / 35%); color: #245c50; font-size: .8rem; font-weight: 800; text-decoration: none; }.pd-api-button:hover, .pd-api-button:focus-visible { border-color: #245c50; background: #dce9e1; }.pd-api-button--primary { border-color: #245c50; background: #245c50; color: #f7f5f0; }
.pd-api-status { align-self: end; padding: 26px; border-top: 5px solid #245c50; background: #fff; box-shadow: 0 22px 60px rgb(22 58 51 / 12%); }.pd-api-status strong { display: block; margin: 16px 0 20px; font-size: .78rem; letter-spacing: .09em; }.pd-api-status strong::before { display: inline-block; width: 8px; height: 8px; margin-right: 9px; border-radius: 50%; background: #245c50; content: ""; }.pd-api-status dl { display: grid; gap: 12px; margin: 0; }.pd-api-status dl div { display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid rgb(36 92 80 / 15%); padding-top: 10px; }.pd-api-status dt { color: #58756d; font-size: .76rem; }.pd-api-status dd { margin: 0; font: 650 .74rem/1.3 ui-monospace, monospace; text-align: right; }
.pd-api-path { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; width: min(1240px, calc(100% - 48px)); margin: 0 auto; background: rgb(36 92 80 / 18%); list-style: none; padding: 1px; }.pd-api-path li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 22px; background: #fff; }.pd-api-path span { color: #245c50; font: 700 .7rem/1 ui-monospace, monospace; }.pd-api-path strong,.pd-api-path code { display: block; }.pd-api-path strong { margin-bottom: 7px; font-size: .86rem; }.pd-api-path code { color: #47655d; font-size: .74rem; overflow-wrap: anywhere; }
.pd-api-reference-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: clamp(70px, 9vw, 120px) 0 28px; }.pd-api-reference-heading h2 { margin: 10px 0 0; font: 800 clamp(2.5rem, 5vw, 4.6rem)/.9 Inter, ui-sans-serif, sans-serif; letter-spacing: -.07em; }.pd-api-reference-heading p { max-width: 470px; margin: 0; color: #4a655e; line-height: 1.6; }
#pd-scalar-reference { min-height: 360px; background: #fff; color: #163a33; }.pd-api-loading,.pd-api-fallback { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 36px 0; color: #4a655e; }.pd-api-fallback a { color: #245c50; }
@media (max-width: 760px) { .pd-api-header { align-items: flex-start; flex-direction: column; }.pd-api-hero { grid-template-columns: 1fr; }.pd-api-path { grid-template-columns: 1fr; }.pd-api-reference-heading { align-items: start; flex-direction: column; }.pd-api-brand small { display: none; } }
