.developers-page { color: #111; background: #f4f4f1; }
.developers-page .nicole-nav:not(.is-scrolled) { color: #fff; background: rgba(8,8,8,.9); border-bottom-color: rgba(255,255,255,.14); backdrop-filter: blur(18px); }
.developers-page .nicole-nav:not(.is-scrolled) .nicole-wordmark img { filter: invert(1); }
.developers-page .nicole-nav:not(.is-scrolled) .audience-switch a { color: rgba(255,255,255,.62); }
.developers-page .nicole-nav:not(.is-scrolled) .audience-switch .is-selected { color: #fff; }
.developers-page .nicole-nav:not(.is-scrolled) .nicole-nav-links > a,
.developers-page .nicole-nav:not(.is-scrolled) .account-actions > a:not(.signup-link),
.developers-page .nicole-nav:not(.is-scrolled) .account-actions span { color: #fff; }
.developers-page .nicole-nav:not(.is-scrolled) .account-actions .signup-link { color: #111; background: #fff; }

.dev-hero { min-height: 100svh; padding: clamp(130px,13vw,190px) 4vw clamp(70px,8vw,120px); display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(32px,6vw,100px); align-items: center; color: #fff; background: #080808; }
.dev-hero-copy { max-width: 760px; }
.dev-hero h1 { margin: 24px 0 30px; font-size: clamp(66px,7.2vw,118px); line-height: .86; letter-spacing: -.074em; }
.dev-hero-copy > p:not(.page-kicker) { max-width: 670px; margin: 0; color: rgba(255,255,255,.64); font-size: clamp(18px,1.55vw,24px); line-height: 1.55; }
.dev-hero .page-actions { margin-top: 38px; }
.dev-hero-signals { margin: clamp(50px,6vw,88px) 0 0; padding-top: 22px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; border-top: 1px solid rgba(255,255,255,.18); }
.dev-hero-signals div { display: grid; gap: 4px; }
.dev-hero-signals dt { font-size: 28px; font-weight: 650; letter-spacing: -.04em; }
.dev-hero-signals dd { margin: 0; color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }

.dev-video-slot { position: relative; width: min(760px,100%); min-height: 0; margin: 0 auto; overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: #161616; }
.dev-video-slot::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.05) 46%,rgba(0,0,0,.88)); }
.dev-video-slot > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 28%; filter: grayscale(1) contrast(1.03); opacity: .78; }
.dev-video-grid { position: absolute; inset: 0; z-index: 1; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.15) 1px,transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom,#000,transparent 74%); }
.dev-video-status { position: absolute; top: 24px; left: 24px; z-index: 3; padding: 9px 13px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; background: rgba(0,0,0,.4); backdrop-filter: blur(12px); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.dev-video-play { position: absolute; top: 50%; left: 50%; z-index: 3; width: 84px; height: 84px; display: grid; place-items: center; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(0,0,0,.25); backdrop-filter: blur(14px); font-size: 24px; padding-left: 4px; }
.dev-video-slot figcaption { position: absolute; right: 0; bottom: 0; left: 0; z-index: 3; padding: 28px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 4px 20px; }
.dev-video-slot figcaption span,.dev-video-slot figcaption small { color: rgba(255,255,255,.58); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.dev-video-slot figcaption strong { grid-row: 2; font-size: clamp(36px,4vw,64px); font-weight: 500; letter-spacing: -.055em; }
.dev-video-slot figcaption small { grid-column: 2; grid-row: 1 / 3; align-self: end; }

.dev-subnav { position: sticky; top: 0; z-index: 15; min-height: 64px; padding: 0 4vw; display: flex; align-items: center; gap: 28px; overflow-x: auto; color: #111; background: rgba(244,244,241,.92); border-bottom: 1px solid rgba(0,0,0,.14); backdrop-filter: blur(18px); }
.dev-subnav a { flex: 0 0 auto; color: #595954; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.dev-subnav a:hover,.dev-subnav a:focus-visible { color: #111; }
.dev-subnav-action { margin-left: auto; padding: 10px 16px; color: #fff !important; border-radius: 999px; background: #111; }

.dev-section-heading { margin-bottom: clamp(48px,7vw,92px); display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: end; }
.dev-section-heading > p { max-width: 560px; margin: 0; color: #686863; font-size: 19px; line-height: 1.58; }
.dark .dev-section-heading > p { color: rgba(255,255,255,.58); }
.dev-path-section { background: #f4f4f1; }
.dev-path-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.dev-path-card { min-height: 370px; padding: 26px; display: flex; flex-direction: column; color: #111; border: 1px solid #d2d2cd; border-radius: 24px; background: rgba(255,255,255,.8); transition: transform .45s cubic-bezier(.16,1,.3,1), box-shadow .45s ease, border-color .45s ease; }
.dev-path-card[href]:hover,.dev-path-card[href]:focus-visible { transform: translateY(-7px); border-color: #111; box-shadow: 0 28px 70px rgba(0,0,0,.1); }
.dev-path-card.is-featured { color: #fff; border-color: #111; background: #111; }
.dev-path-card.is-coming { background: linear-gradient(145deg,#e9e9e5,#dcdcd5); }
.dev-status { width: max-content; padding: 7px 10px; border: 1px solid currentColor; border-radius: 999px; color: #60605b; font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.is-featured .dev-status { color: #fff; }
.dev-status.is-coming { color: #645f44; }
.dev-path-card > p { margin: 40px 0 10px; color: #777771; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.is-featured > p { color: rgba(255,255,255,.55); }
.dev-path-card h3 { margin: 0 0 22px; font-size: clamp(38px,3.6vw,56px); line-height: .92; letter-spacing: -.06em; }
.dev-path-card strong { max-width: 390px; color: #686863; font-size: 16px; font-weight: 400; line-height: 1.5; }
.is-featured strong { color: rgba(255,255,255,.62); }
.dev-path-card small { margin-top: auto; padding-top: 34px; font-size: 11px; font-weight: 700; }

.dev-quickstart { background: #090909; }
.dev-code-shell { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(300px,.5fr); overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background: #131313; }
.dev-code-tabs { grid-column: 1 / -1; min-height: 62px; padding: 10px; display: flex; gap: 6px; border-bottom: 1px solid rgba(255,255,255,.13); }
.dev-code-tabs button { padding: 0 18px; color: rgba(255,255,255,.52); border: 0; border-radius: 999px; background: transparent; cursor: pointer; font: inherit; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.dev-code-tabs button[aria-selected="true"] { color: #111; background: #fff; }
.dev-code-window { min-width: 0; border-right: 1px solid rgba(255,255,255,.13); }
.dev-code-bar { height: 54px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.1); }
.dev-code-bar span { display: flex; gap: 6px; }
.dev-code-bar i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.25); }
.dev-code-bar button { padding: 7px 11px; color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.2); border-radius: 8px; background: transparent; cursor: pointer; font: inherit; font-size: 10px; font-weight: 700; }
.dev-code-window pre { min-height: 440px; margin: 0; padding: clamp(28px,4vw,58px); overflow: auto; color: #e8e8e5; background: #0d0d0d; font: 500 14px/1.8 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace; tab-size: 2; }
.dev-code-shell aside { padding: clamp(30px,4vw,56px); display: flex; flex-direction: column; justify-content: flex-end; }
.dev-code-shell aside > span { color: rgba(255,255,255,.35); font-size: 12px; }
.dev-code-shell aside h3 { margin: 80px 0 18px; color: #fff; font-size: 42px; line-height: .96; letter-spacing: -.055em; }
.dev-code-shell aside p { color: rgba(255,255,255,.55); line-height: 1.55; }
.dev-code-shell aside a { margin-top: 24px; color: #fff; font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }

.dev-flow-section { background: #fff; }
.dev-system-flow { margin-top: 72px; display: grid; grid-template-columns: minmax(0,1fr) 36px minmax(0,1fr) 36px minmax(0,1fr) 36px minmax(0,1fr); align-items: stretch; }
.dev-system-flow article { min-height: 310px; padding: 24px; display: flex; flex-direction: column; border: 1px solid #d0d0cb; border-radius: 22px; background: #f5f5f2; }
.dev-system-flow article.is-core { color: #fff; border-color: #111; background: #111; }
.dev-system-flow > i { display: grid; place-items: center; color: #777; font-style: normal; }
.dev-system-flow > i:last-of-type { display: grid; }
.dev-system-flow span { color: #888; font-size: 11px; }
.dev-system-flow strong { margin: auto 0 16px; font-size: 28px; letter-spacing: -.045em; }
.dev-system-flow p { margin: 0; color: #6d6d68; line-height: 1.48; }
.dev-system-flow .is-core p { color: rgba(255,255,255,.58); }
.dev-system-flow article:nth-of-type(4) { grid-column: 7; }

.dev-launch-section { background: #e9e9e5; }
.dev-launch-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid #bdbdb6; }
.dev-launch-steps li { min-height: 170px; padding: 24px 0; display: grid; grid-template-columns: 90px minmax(0,1fr) 230px; gap: 34px; align-items: center; border-bottom: 1px solid #bdbdb6; }
.dev-launch-steps li > span { color: #8a8a84; font-size: 13px; }
.dev-launch-steps h3 { margin: 0 0 8px; font-size: clamp(30px,3vw,44px); letter-spacing: -.052em; }
.dev-launch-steps p { max-width: 760px; margin: 0; color: #666661; font-size: 17px; line-height: 1.5; }
.dev-launch-steps b { justify-self: end; color: #666661; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.dev-asset-callout { margin-top: 70px; padding: clamp(28px,5vw,64px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px 7vw; color: #fff; border-radius: 28px; background: #111; }
.dev-asset-callout h3 { margin: 12px 0 0; font-size: clamp(42px,5vw,74px); line-height: .9; letter-spacing: -.065em; }
.dev-asset-callout ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 0 22px; list-style: none; }
.dev-asset-callout li { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.7); }
.dev-asset-callout a { grid-column: 2; color: #fff; font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }

.dev-resource-section { background: #f7f7f4; }
.dev-resource-head { margin-bottom: 60px; display: grid; grid-template-columns: 1fr minmax(320px,.48fr); gap: 60px; align-items: end; }
.dev-search { min-height: 62px; padding: 0 18px; display: flex; align-items: center; gap: 12px; border: 1px solid #bdbdb8; border-radius: 999px; background: #fff; }
.dev-search input { width: 100%; border: 0; outline: 0; background: transparent; font: inherit; }
.dev-search kbd { padding: 4px 8px; border: 1px solid #d1d1cc; border-radius: 6px; color: #777; background: #f3f3f0; font: 11px ui-monospace,monospace; }
.dev-resource-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.dev-resource-card { min-height: 300px; padding: 28px; display: flex; flex-direction: column; color: #111; border: 1px solid #d0d0ca; border-radius: 22px; background: #fff; transition: color .35s ease, background .35s ease, transform .35s ease; }
.dev-resource-card:hover,.dev-resource-card:focus-visible { color: #fff; background: #111; transform: translateY(-4px); }
.dev-resource-card[hidden] { display: none; }
.dev-resource-card > span { color: #777; font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.dev-resource-card h3 { margin: 54px 0 14px; font-size: clamp(34px,4vw,56px); line-height: .93; letter-spacing: -.06em; }
.dev-resource-card p { max-width: 620px; margin: 0; color: #686863; font-size: 16px; line-height: 1.5; }
.dev-resource-card:hover p,.dev-resource-card:focus-visible p,.dev-resource-card:hover > span,.dev-resource-card:focus-visible > span { color: rgba(255,255,255,.62); }
.dev-resource-card small { margin-top: auto; padding-top: 28px; font-weight: 700; }
.dev-search-empty { padding: 50px; text-align: center; color: #777; border: 1px dashed #bbb; border-radius: 22px; }

.dev-standards-section { background: #080808; }
.dev-standard-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.dev-standard-grid article { min-height: 360px; padding: 26px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.18); }
.dev-standard-grid article:last-child { border-right: 0; }
.dev-standard-grid span { color: rgba(255,255,255,.35); }
.dev-standard-grid h3 { margin: auto 0 16px; font-size: 38px; letter-spacing: -.055em; }
.dev-standard-grid p { margin: 0; color: rgba(255,255,255,.55); line-height: 1.5; }

.dev-faq-section { background: #fff; }
.dev-faq-list { margin-top: 64px; }
.dev-faq-list details[hidden] { display: none; }
.dev-faq-list summary { font-size: clamp(24px,3vw,38px); }
.dev-faq-list a { text-decoration: underline; text-underline-offset: 4px; }

.dev-final-cta { padding: clamp(70px,9vw,140px) 5vw; display: grid; grid-template-columns: 1.15fr .85fr; gap: 6vw; align-items: end; color: #fff; background: linear-gradient(135deg,#111,#393939); }
.dev-final-cta h2 { margin: 18px 0 0; font-size: clamp(62px,8vw,126px); line-height: .86; letter-spacing: -.074em; }
.dev-final-cta > div:last-child { display: grid; justify-items: start; gap: 22px; }

.dev-doc-page { background: #f7f7f4; }
.dev-doc-layout { min-height: 100svh; padding: 128px 4vw 80px; display: grid; grid-template-columns: 280px minmax(0,860px) 1fr; gap: 5vw; align-items: start; }
.dev-doc-sidebar { position: sticky; top: 120px; display: grid; gap: 7px; }
.dev-doc-sidebar > a:first-child { margin-bottom: 24px; color: #111; font-size: 16px; font-weight: 750; }
.dev-doc-sidebar a:not(:first-child) { padding: 10px 12px; color: #64645f; border-radius: 10px; font-size: 13px; }
.dev-doc-sidebar a[aria-current="page"] { color: #fff; background: #111; }
.dev-doc-article { min-width: 0; }
.dev-doc-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: #777; font-size: 12px; }
.dev-doc-article h1 { margin: 36px 0 24px; font-size: clamp(56px,7vw,96px); line-height: .9; letter-spacing: -.07em; }
.dev-doc-lede { max-width: 760px; color: #62625d; font-size: 21px; line-height: 1.55; }
.dev-doc-meta { margin: 28px 0 50px; padding: 14px 0; display: flex; gap: 22px; color: #777; border-top: 1px solid #d0d0ca; border-bottom: 1px solid #d0d0ca; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.dev-doc-article h2 { margin: 70px 0 20px; font-size: 38px; letter-spacing: -.05em; }
.dev-doc-article h3 { margin: 38px 0 14px; font-size: 26px; letter-spacing: -.04em; }
.dev-doc-article p,.dev-doc-article li { color: #53534f; font-size: 17px; line-height: 1.65; }
.dev-doc-article ul,.dev-doc-article ol { padding-left: 24px; }
.dev-doc-article code { padding: 2px 6px; border-radius: 5px; color: #111; background: #e8e8e4; font: .88em ui-monospace,SFMono-Regular,Menlo,monospace; }
.dev-doc-article pre { padding: 24px; overflow: auto; border-radius: 16px; color: #eee; background: #111; }
.dev-doc-article pre code { padding: 0; color: inherit; background: transparent; }
.dev-doc-note { margin: 32px 0; padding: 22px; border-left: 4px solid #111; color: #41413d; background: #e9e9e4; }
.dev-doc-checklist { padding: 0 !important; list-style: none; border-top: 1px solid #ccc; }
.dev-doc-checklist li { padding: 16px 0 16px 34px; position: relative; border-bottom: 1px solid #ccc; }
.dev-doc-checklist li::before { content: ""; position: absolute; left: 0; top: 22px; width: 14px; height: 14px; border: 1px solid #777; border-radius: 3px; }
.dev-doc-next { margin-top: 80px; padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid #ccc; }
.dev-doc-next a { color: #111; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }
.dev-doc-section { scroll-margin-top: 90px; }
.dev-doc-table { margin: 28px 0 42px; border-top: 1px solid #c9c9c4; }
.dev-doc-table > div { min-height: 64px; padding: 15px 0; display: grid; grid-template-columns: .72fr 1.3fr 1fr; gap: 24px; align-items: center; border-bottom: 1px solid #c9c9c4; }
.dev-doc-table > div:first-child { min-height: 44px; color: #777; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.dev-doc-table span,.dev-doc-table a { color: #5a5a55; font-size: 14px; line-height: 1.45; }
.dev-doc-table a { color: #111; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 1100px) {
  .dev-hero { grid-template-columns: 1fr; }
  .dev-video-slot { min-height: 0; aspect-ratio: 16 / 9; }
  .dev-path-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dev-system-flow { grid-template-columns: 1fr 30px 1fr; gap: 14px 0; }
  .dev-system-flow article:nth-of-type(3),.dev-system-flow article:nth-of-type(4) { grid-column: auto; }
  .dev-system-flow > i:nth-of-type(2) { display: none; }
  .dev-system-flow article:nth-of-type(3) { grid-column: 1; grid-row: 3; }
  .dev-system-flow > i:nth-of-type(3) { grid-column: 2; grid-row: 3; }
  .dev-system-flow article:nth-of-type(4) { grid-column: 3; grid-row: 3; }
  .dev-standard-grid { grid-template-columns: repeat(2,1fr); }
  .dev-standard-grid article:nth-child(2) { border-right: 0; }
  .dev-standard-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .dev-doc-layout { grid-template-columns: 230px minmax(0,1fr); }
}

@media (max-width: 760px) {
  .dev-hero { padding: 118px 20px 70px; }
  .dev-hero h1 { font-size: 62px; }
  .dev-hero-signals { grid-template-columns: 1fr; }
  .dev-hero-signals div { padding: 8px 0; grid-template-columns: 60px 1fr; align-items: baseline; }
  .dev-video-slot { min-height: 0; aspect-ratio: 16 / 9; border-radius: 18px; }
  .dev-video-play { width: 66px; height: 66px; }
  .dev-video-slot figcaption { padding: 20px; grid-template-columns: 1fr; }
  .dev-video-slot figcaption small { grid-column: 1; grid-row: 3; }
  .dev-subnav { padding: 0 18px; gap: 20px; }
  .dev-subnav-action { margin-left: 0; }
  .dev-section-heading,.dev-resource-head,.dev-final-cta { grid-template-columns: 1fr; }
  .dev-path-grid,.dev-resource-grid { grid-template-columns: 1fr; }
  .dev-path-card { min-height: 320px; }
  .dev-code-shell { grid-template-columns: 1fr; }
  .dev-code-window { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .dev-code-window pre { min-height: 390px; padding: 24px 18px; font-size: 12px; }
  .dev-code-shell aside h3 { margin-top: 20px; }
  .dev-system-flow { grid-template-columns: 1fr; gap: 10px; }
  .dev-system-flow > i { transform: rotate(90deg); min-height: 30px; }
  .dev-system-flow article,.dev-system-flow article:nth-of-type(3),.dev-system-flow article:nth-of-type(4),.dev-system-flow > i:nth-of-type(3) { grid-column: 1; grid-row: auto; }
  .dev-system-flow > i:nth-of-type(2) { display: grid; }
  .dev-launch-steps li { grid-template-columns: 50px 1fr; gap: 14px; }
  .dev-launch-steps b { grid-column: 2; justify-self: start; }
  .dev-asset-callout { grid-template-columns: 1fr; }
  .dev-asset-callout ul { grid-template-columns: 1fr; }
  .dev-asset-callout a { grid-column: 1; }
  .dev-resource-head { gap: 32px; }
  .dev-standard-grid { grid-template-columns: 1fr; }
  .dev-standard-grid article,.dev-standard-grid article:nth-child(2) { min-height: 280px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .dev-final-cta { padding: 80px 20px; }
  .dev-doc-layout { padding: 110px 20px 70px; grid-template-columns: 1fr; }
  .dev-doc-sidebar { position: static; display: flex; gap: 6px; overflow-x: auto; }
  .dev-doc-sidebar > a:first-child { display: none; }
  .dev-doc-sidebar a:not(:first-child) { flex: 0 0 auto; border: 1px solid #ccc; }
  .dev-doc-article h1 { font-size: 56px; }
  .dev-doc-table > div { grid-template-columns: 1fr; gap: 6px; }
  .dev-doc-table > div:first-child { display: none; }
  .dev-doc-next { flex-direction: column; gap: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .dev-path-card,.dev-resource-card { transition: none; }
}
