:root{--navy:#001f3f;--sapphire:#0074d9;--gold:#b8935a;--white:#fff;--cloud:#f4f6f8;--mist:#e2e8f0;--slate:#5a6b7b;--ink:#16202b;--navy-deep:#00152b;--hair:#001f3f1f;--hair-dark:#0074d947;--sapphire-text:#005cad;--font-head:var(--font-poppins), "Segoe UI", system-ui, sans-serif;--font-body:var(--font-inter), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--wrap:70rem;--radius:12px}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{background:var(--white);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;margin:0;font-size:17px;line-height:1.62}h1,h2,h3,h4{font-family:var(--font-head);color:var(--navy);letter-spacing:-.018em;text-wrap:balance;margin:0 0 .6em;line-height:1.18}h1{font-size:clamp(1.95rem,4.6vw,3rem);font-weight:700}h2{font-size:clamp(1.45rem,3.2vw,2.15rem);font-weight:700}h3{font-size:clamp(1.05rem,2vw,1.28rem);font-weight:600}h4{font-size:1rem;font-weight:600}p{margin:0 0 1em}p,li{text-wrap:pretty}a{color:var(--sapphire-text);text-underline-offset:2px;text-decoration-thickness:1px}a:hover{color:var(--navy)}img,svg,video{max-width:100%;height:auto;display:block}:focus-visible{outline:3px solid var(--sapphire);outline-offset:2px;border-radius:3px}.skip{z-index:100;background:var(--navy);color:var(--white);border-radius:0 0 var(--radius) 0;padding:.8rem 1.2rem;position:absolute;top:0;left:-9999px}.skip:focus{color:var(--white);left:0}.wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 clamp(1.15rem,4vw,2rem)}.wrap--narrow{max-width:48rem}.eyebrow{font-family:var(--font-head);letter-spacing:.16em;text-transform:uppercase;color:var(--slate);align-items:center;gap:.75rem;margin:0 0 1rem;font-size:.72rem;font-weight:600;display:flex}.eyebrow:before{content:"";background:var(--gold);flex:none;width:2rem;height:1px}.on-navy .eyebrow,.section--navy .eyebrow{color:var(--gold)}.section{padding:clamp(2.8rem,7vw,5rem) 0}.section--cloud{background:var(--cloud)}.section--navy,.on-navy{background:var(--navy);color:#c6d4e4}.section--navy h1,.section--navy h2,.section--navy h3,.section--navy h4{color:var(--white)}.section--navy a{color:#7fc0ff}.section--navy strong{color:var(--white)}.lede{color:var(--slate);max-width:46rem;font-size:clamp(1.05rem,2vw,1.22rem)}.section--navy .lede{color:#c6d4e4}.muted{color:var(--slate)}.fine{color:var(--slate);font-size:.9rem}.section--navy .fine{color:#8fa6c0}.btn{font-family:var(--font-head);cursor:pointer;border:1.5px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.6rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.btn--primary{background:var(--sapphire);color:var(--white)}.btn--primary:hover{color:var(--white);background:#0060b4}.btn--ghost{color:var(--navy);background:0 0;border-color:currentColor}.btn--ghost:hover{background:var(--navy);color:var(--white);border-color:var(--navy)}.section--navy .btn--ghost{color:var(--white)}.section--navy .btn--ghost:hover{background:var(--white);color:var(--navy);border-color:var(--white)}.btn--sm{padding:.6rem 1.15rem;font-size:.92rem}.btn[disabled]{opacity:.55;cursor:not-allowed}.btn-row{flex-wrap:wrap;gap:.8rem;margin-top:1.8rem;display:flex}.grid{gap:1.1rem;display:grid}.grid--2{grid-template-columns:repeat(auto-fit,minmax(21rem,1fr))}.grid--3{grid-template-columns:repeat(auto-fit,minmax(16rem,1fr))}.card{background:var(--white);border:1px solid var(--hair);border-radius:var(--radius);padding:1.5rem}.section--cloud .card{background:var(--white)}.section--navy .card{background:var(--navy-deep);border-color:var(--hair-dark)}.card h3{margin-bottom:.4rem}.card p:last-child,.card ul:last-child{margin-bottom:0}.card--keyed{border-top:3px solid var(--sapphire)}.steps{counter-reset:s;gap:1.1rem;margin:0;padding:0;list-style:none;display:grid}.steps--row{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}.steps>li{counter-increment:s;padding-left:3rem;position:relative}.steps>li:before{content:counter(s);background:var(--navy);width:2rem;height:2rem;color:var(--white);font-family:var(--font-head);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:600;display:inline-flex;position:absolute;top:.1rem;left:0}.section--navy .steps>li:before{background:var(--sapphire)}.steps h3{margin-bottom:.25rem}.steps p:last-child{margin-bottom:0}.ticks{margin:1rem 0 0;padding:0;list-style:none}.ticks li{margin-bottom:.55rem;padding-left:1.6rem;position:relative}.ticks li:before{content:"";background:var(--sapphire);border-radius:50%;width:8px;height:8px;position:absolute;top:.6em;left:0}.section--navy .ticks li{color:#c6d4e4}.nots{margin:1rem 0 0;padding:0;list-style:none}.nots li{margin-bottom:.55rem;padding-left:1.6rem;position:relative}.nots li:before{content:"";background:var(--gold);width:10px;height:2px;position:absolute;top:.72em;left:0}.site-header{z-index:50;-webkit-backdrop-filter:saturate(180%)blur(10px);backdrop-filter:saturate(180%)blur(10px);border-bottom:1px solid var(--hair);background:#fffffff0;position:sticky;top:0}.site-header .row{justify-content:space-between;align-items:center;gap:1rem;min-height:68px;display:flex}.brand{align-items:center;gap:.6rem;text-decoration:none;display:inline-flex}.brand__mark{flex:none;width:34px;height:34px}.brand__text{flex-direction:column;line-height:1.1;display:flex}.brand__name{font-family:var(--font-head);color:var(--navy);letter-spacing:-.01em;white-space:nowrap;font-size:1.05rem;font-weight:700}.brand__name .pack{color:var(--sapphire)}.brand__for{font-family:var(--font-head);letter-spacing:.13em;text-transform:uppercase;color:var(--slate);font-size:.63rem;font-weight:600}.nav{align-items:center;gap:1.3rem;display:flex}.nav a{font-family:var(--font-head);color:var(--navy);font-size:.95rem;font-weight:500;text-decoration:none}.nav a:hover{color:var(--sapphire-text)}.nav .btn{padding:.6rem 1.15rem;font-size:.92rem}@media (max-width:940px){.nav__links{display:none!important}}.site-footer{background:var(--navy);color:#8fa6c0;padding:clamp(2.5rem,6vw,4rem) 0 2rem;font-size:.93rem}.site-footer a{color:#c6d4e4;text-decoration:none}.site-footer a:hover{color:var(--white);text-decoration:underline}.site-footer h4{color:var(--white);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.9rem;font-size:.75rem}.footer-cols{grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:2rem;display:grid}.footer-cols ul{margin:0;padding:0;list-style:none}.footer-cols li{margin-bottom:.5rem}.footer-legal{border-top:1px solid #ffffff1f;margin-top:2.5rem;padding-top:1.5rem;font-size:.86rem}.notice{border-left:3px solid var(--gold);background:var(--cloud);border-radius:0 var(--radius) var(--radius) 0;color:var(--ink);padding:1rem 1.25rem;font-size:.95rem}.notice strong{color:var(--navy)}.notice p:last-child{margin-bottom:0}.section--navy .notice{background:var(--navy-deep);color:#c6d4e4}.hero{position:relative;overflow:hidden}.hero__art{display:none}.hero__copy{z-index:2;position:relative}@media (min-width:900px){.hero{align-items:center;min-height:30rem;display:grid}.hero__art{object-fit:cover;object-position:62% 50%;width:100%;height:100%;display:block;position:absolute;inset:0}.hero__copy{max-width:var(--wrap);grid-area:1/1;width:100%}.hero:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(100deg,#001f3ff2 0%,#001f3fe6 36%,#001f3f85 62%,#001f3f2e 100%);position:absolute;inset:0}.hero h1,.hero .lede{max-width:34rem}}@media (max-width:899px){.hero__art{width:100%;height:auto;margin-bottom:1.5rem;display:block}.hero{padding-top:0}}.figure{margin:1.8rem 0}.figure img{border-radius:var(--radius);border:1px solid var(--hair);background:var(--navy-deep);width:100%;height:auto}.figure figcaption{color:var(--slate);margin-top:.7rem;font-size:.9rem}.tablewrap{overflow-x:auto}table.data{border-collapse:collapse;width:100%;min-width:34rem}table.data th,table.data td{text-align:left;border-bottom:1px solid var(--hair);vertical-align:top;padding:.75rem .9rem}table.data thead th{font-family:var(--font-head);letter-spacing:.1em;text-transform:uppercase;color:var(--slate);font-size:.72rem;font-weight:600}table.data tbody th{color:var(--navy);font-weight:600}.chip{font-family:var(--font-head);letter-spacing:.02em;white-space:nowrap;border:1px solid #0000;border-radius:999px;padding:.25rem .6rem;font-size:.72rem;font-weight:600;line-height:1.35;display:inline-block}.rung__head{flex-wrap:wrap;align-items:baseline;gap:.7rem;margin-bottom:.8rem;display:flex}.rung__head h3{flex:auto;margin:0}.rung__n{font-family:var(--font-head);color:var(--slate);flex:none;font-size:.8rem;font-weight:700}.rung__takes{font-size:.95rem}.rung__cost{color:var(--navy);margin-top:1rem;margin-bottom:.4rem}.chip--direct_api{color:#004e92;background:#e1effc;border-color:#9cc8ee}.chip--vendor_partner_platform{color:var(--navy);background:#e5eaf1;border-color:#b3c0d1}.chip--record_export{color:#6e5326;background:#f5ede0;border-color:#d8c29b}.chip--manual_only,.chip--unknown{color:#3d4b59;background:#edf0f3;border-color:#c6cfd8}.chip--coming_soon{background:var(--white);color:#7a5c2e;border:1px dashed var(--gold)}.field{margin-bottom:1.05rem}.field label{font-family:var(--font-head);color:var(--navy);margin-bottom:.35rem;font-size:.85rem;font-weight:600;display:block}.field input,.field select,.field textarea{width:100%;font:inherit;color:var(--ink);border:1px solid var(--mist);background:var(--white);border-radius:8px;padding:.65rem .8rem;font-size:.98rem}.field textarea{resize:vertical;min-height:7rem}.field .hint{color:var(--slate);margin:.3rem 0 0;font-size:.82rem}.field--check{align-items:flex-start;gap:.6rem;display:flex}.field--check input{width:auto;margin-top:.28rem}.field--check label{font-weight:400;font-family:var(--font-body);color:var(--ink);font-size:.9rem}.field-row{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:0 1rem;display:grid}.hp{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.formstate{border-left:3px solid var(--sapphire);background:var(--cloud);border-radius:0 var(--radius) var(--radius) 0;padding:1rem 1.25rem}.formstate--error{border-left-color:#b3261e}.formstate p:last-child{margin-bottom:0}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.prose{max-width:46rem}.prose h2{margin-top:2.2rem}.prose h3{margin-top:1.6rem}.prose ul,.prose ol{padding-left:1.3rem}.prose li{margin-bottom:.4rem}.legal-body{color:var(--ink)}.legal-body h2{font-family:var(--font-head);margin:2.1rem 0 .6rem;scroll-margin-top:84px;font-size:1.25rem}.legal-body h3{font-family:var(--font-head);margin:1.5rem 0 .4rem;scroll-margin-top:84px;font-size:1.02rem}.legal-body p,.legal-body li{color:var(--slate);text-wrap:pretty}.legal-body strong{color:var(--ink)}.legal-body a{color:var(--sapphire-text);text-underline-offset:2px;text-decoration:underline}.legal-body ul,.legal-body ol{margin:.6rem 0;padding-left:1.25rem}.legal-body li{margin-bottom:.45rem}.legal-body hr{border:0;border-top:1px solid var(--hair);margin:1.8rem 0}.legal-body .doc-table{margin:1rem 0;overflow-x:auto}.legal-body table{border-collapse:collapse;width:100%;min-width:32rem}.legal-body th,.legal-body td{text-align:left;border-bottom:1px solid var(--hair);vertical-align:top;padding:.75rem .9rem}.legal-body thead th{font-family:var(--font-head);letter-spacing:.1em;text-transform:uppercase;color:var(--slate);font-size:.72rem}
@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(../media/bdc7e24a509eb931-s.0ynx40_3oa9rk.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(../media/0da9c7f357bd9d4d-s.1975l3y3401x_.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(../media/8e6fa89aa22d24ec-s.p.2o7m9ogm38dql.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/0a7740363b4d4863-s.3ji57o093q1kd.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5f9d24ebef5d5292-s.19xuq3td7fwu_.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e2334d715941921e-s.p.3o_v2fun1jzxk.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b53057dbf91a7acf-s.11ypmpdlzqdb_.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/798ea22d9983e047-s.3go-kn2r40gie.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/47fe1b7cd6e6ed85-s.p.3bh2vc0w-r-ll.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins Fallback;src:local(Arial);ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.poppins_7d833806-module__dNKk9G__className{font-family:Poppins,Poppins Fallback;font-style:normal}.poppins_7d833806-module__dNKk9G__variable{--font-poppins:"Poppins", "Poppins Fallback"}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_c15e96cb-module__0bjUvq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_c15e96cb-module__0bjUvq__variable{--font-inter:"Inter", "Inter Fallback"}
