@font-face{font-family:geist;src:url(/fonts/geist/Geist-Variable.woff2)format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:geist mono;src:url(/fonts/geist/GeistMono-Variable.woff2)format("woff2");font-weight:100 900;font-style:normal;font-display:swap}:root{--blue:#1b6fea;--blue-hover:#1557c0;--blue-light:#3da9fc;--blue-muted:rgba(27, 111, 234, 0.1);--blue-glow:rgba(27, 111, 234, 0.25);--navy:#0f172a;--navy-light:#1e293b;--navy-muted:#334155;--text:#0f172a;--text-secondary:#475569;--muted:#64748b;--muted-light:#94a3b8;--border:#e2e8f0;--border-light:#f1f5f9;--bg:#ffffff;--bg-subtle:#f8fafc;--bg-muted:#f1f5f9;--radius-sm:0.375rem;--radius:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--radius-2xl:1.25rem;--radius-full:9999px;--shadow-sm:0 1px 2px rgba(15, 23, 42, 0.05);--shadow:0 4px 6px -1px rgba(15, 23, 42, 0.07), 0 2px 4px -2px rgba(15, 23, 42, 0.05);--shadow-md:0 10px 15px -3px rgba(15, 23, 42, 0.08), 0 4px 6px -4px rgba(15, 23, 42, 0.05);--shadow-lg:0 20px 25px -5px rgba(15, 23, 42, 0.08), 0 8px 10px -6px rgba(15, 23, 42, 0.04);--shadow-blue:0 10px 40px -10px rgba(27, 111, 234, 0.35);--nav-height:4rem;--container-max:80rem;--section-py:5rem;--section-py-sm:3.5rem;--font-sans:"Geist", ui-sans-serif, system-ui, sans-serif;--font-mono:"Geist Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--transition:150ms cubic-bezier(0.4, 0, 0.2, 1);--transition-slow:300ms cubic-bezier(0.4, 0, 0.2, 1)}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-family:var(--font-sans)}body{margin:0;font-family:inherit;font-size:1rem;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:0 0}input,select,textarea{font:inherit}ul,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2;letter-spacing:-.02em}p{margin:0}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:1rem}@media(min-width:640px){.container{padding-inline:1.5rem}}@media(min-width:1024px){.container{padding-inline:2rem}}.section{padding-block:5rem}@media(min-width:640px){.section{padding-block:7rem}}.section-header{text-align:center;max-width:42rem;margin-inline:auto;margin-bottom:2.5rem}@media(min-width:640px){.section-header{margin-bottom:3.5rem}}.section-title{font-size:clamp(1.875rem,4vw,2.25rem);font-weight:700;letter-spacing:-.025em;margin-bottom:.75rem}.section-subtitle{font-size:.875rem;color:var(--muted);line-height:1.7}@media(min-width:640px){.section-subtitle{font-size:1rem}}.section-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;margin-bottom:1rem;font-size:.75rem;font-weight:500;color:var(--blue);background:rgba(27,111,234,5%);border:1px solid rgba(27,111,234,.2);border-radius:var(--radius-full)}.section-badge svg{width:.6875rem;height:.6875rem}.pill-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2.5rem}.pill-tab{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--muted);background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition)}.pill-tab:hover{color:var(--navy)}.pill-tab.active{color:#fff;background:var(--navy);border-color:var(--navy);box-shadow:var(--shadow-sm)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;line-height:1.4;border-radius:var(--radius-lg);border:1px solid transparent;transition:background var(--transition),color var(--transition),border-color var(--transition),box-shadow var(--transition);white-space:nowrap}.btn-pill{border-radius:var(--radius-full)}.btn-lg{padding:.875rem 1.75rem;font-size:1rem}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-navy{color:#fff;background:var(--navy)}.btn-navy:hover{background:var(--navy-light)}.btn-primary{color:#fff;background:var(--blue)}.btn-primary:hover{background:var(--blue-hover)}.btn-secondary,.btn-outline{color:var(--navy);background:var(--bg);border-color:var(--border)}.btn-secondary:hover,.btn-outline:hover{background:var(--bg-subtle)}.btn-outline-blue{color:var(--blue);background:0 0;border-color:rgba(27,111,234,.3)}.btn-outline-blue:hover{background:rgba(27,111,234,5%)}.btn-ghost{color:var(--text-secondary);background:0 0}.btn-ghost:hover{color:var(--text)}.btn-white{color:var(--navy);background:#fff}.btn-white:hover{background:var(--bg-muted)}.btn-block{display:flex;width:100%}.btn-icon svg{width:1rem;height:1rem}.site-nav{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--nav-height);background:rgba(255,255,255,.72);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid transparent;transition:background var(--transition-slow),border-color var(--transition-slow),box-shadow var(--transition-slow)}.site-nav.nav-scrolled{background:rgba(255,255,255,.92);border-bottom-color:var(--border);box-shadow:var(--shadow-sm)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:var(--nav-height);gap:1rem}.nav-logo{display:flex;align-items:center;flex-shrink:0}.nav-logo img{height:1.75rem;width:auto}.nav-desktop{display:none;align-items:center;gap:.25rem}@media(min-width:1024px){.nav-desktop{display:flex;gap:1.75rem}}.nav-link{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem 0;font-size:.875rem;font-weight:500;color:#475569;border-radius:0;transition:color var(--transition)}.nav-link:hover,.nav-link.active{color:var(--navy);background:0 0}.nav-chevron{width:.875rem;height:.875rem;opacity:.5;transition:transform var(--transition)}.nav-dropdown:hover .nav-chevron,.nav-dropdown.open .nav-chevron{transform:rotate(180deg)}.nav-actions{display:none;align-items:center;gap:.75rem}@media(min-width:1024px){.nav-actions{display:flex}}.nav-login{font-size:.875rem;font-weight:500;color:#475569;padding:.375rem 0;transition:color var(--transition)}.nav-login:hover{color:var(--text)}.nav-locale{position:relative}.nav-locale-select{width:10rem;height:2.25rem;padding:0 2rem 0 .75rem;border:1px solid var(--border);border-radius:.375rem;background-color:rgba(255,255,255,.8);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .625rem center;background-size:1rem;appearance:none;-webkit-appearance:none;font-family:var(--font-sans);font-size:.75rem;font-weight:500;line-height:1;color:var(--text);cursor:pointer;transition:border-color var(--transition),box-shadow var(--transition)}.nav-locale-select:hover{border-color:#cbd5e1}.nav-locale-select:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(37,99,235,.12)}.nav-mobile-locale{display:flex;justify-content:center;padding:.75rem 0;margin-bottom:1rem;border-bottom:1px solid #f1f5f9}.nav-toggle{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:var(--radius);color:var(--text)}.nav-toggle:hover{background:var(--bg-muted)}@media(min-width:1024px){.nav-toggle{display:none}}.nav-toggle-icon{width:1.25rem;height:1.25rem}.nav-toggle-close{display:none}.site-nav.nav-mobile-open .nav-toggle-open{display:none}.site-nav.nav-mobile-open .nav-toggle-close{display:block}.nav-dropdown{position:static}@media(min-width:1024px){.nav-dropdown{position:relative}}.mega-drop{display:none}@media(min-width:1024px){.mega-drop{display:block;position:absolute;top:100%;left:0;padding-top:.5rem;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 150ms ease,visibility 150ms ease}.mega-drop--wide{width:44rem;max-width:calc(100vw - 2rem)}.nav-dropdown--products .mega-drop{width:32.5rem}.nav-dropdown:hover .mega-drop,.nav-dropdown:focus-within .mega-drop{opacity:1;visibility:visible;pointer-events:auto}}.mega-panel{font-family:var(--font-sans);font-feature-settings:normal;background:var(--bg);border:1px solid var(--border);border-radius:.75rem;box-shadow:0 10px 15px -3px rgba(15,23,42,8%),0 4px 6px -4px rgba(15,23,42,5%);padding:1rem}.mega-grid{display:grid;gap:1rem}.mega-grid--products{grid-template-columns:repeat(3,1fr)}.mega-grid--utilities{grid-template-columns:repeat(4,1fr)}.mega-col-title{margin:0 0 .5rem;padding:0 .75rem;font-family:var(--font-sans);font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}.mega-list{list-style:none;margin:0;padding:0}.mega-list li+li{margin-top:.125rem}.mega-link{display:block;padding:.5rem .75rem;border-radius:.5rem;font-family:var(--font-sans);font-size:.875rem;font-weight:400;line-height:1.5;color:#475569;transition:background 150ms ease,color 150ms ease}.mega-link--compact{font-size:.75rem;line-height:1.375}.mega-link--external{display:inline-flex;align-items:center;gap:.375rem}.mega-link-ext{width:.75rem;height:.75rem;flex-shrink:0;opacity:.6}.mega-link:hover{color:var(--navy);background:var(--bg-subtle)}.mega-footer{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border-light)}.mega-footer-link{display:block;padding:.5rem .75rem;border-radius:.5rem;font-family:var(--font-sans);font-size:.875rem;font-weight:500;color:var(--blue);transition:background 150ms ease,color 150ms ease}.mega-footer-link:hover{color:var(--blue-hover);background:var(--bg-subtle)}.nav-mobile{display:none;position:fixed;top:var(--nav-height);left:0;right:0;bottom:0;overflow-y:auto;background:var(--bg);border-top:1px solid var(--border);padding:1rem 1.25rem 2rem}.site-nav.nav-mobile-open .nav-mobile{display:block}@media(min-width:1024px){.nav-mobile{display:none!important}}.nav-mobile-section{margin-bottom:1.5rem}.nav-mobile-title{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:.5rem}.nav-mobile-link{display:block;padding:.625rem 0;font-size:1rem;font-weight:500;color:var(--text);border-bottom:1px solid var(--border-light)}.nav-mobile-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.nav-mobile-actions .btn{width:100%}.page-main{padding-top:var(--nav-height)}.page-main--home{padding-top:0}.hero{position:relative;overflow:hidden;padding-block:7rem 4rem;background:var(--bg);text-align:center}@media(min-width:640px){.hero{padding-block:8rem 5rem}}.hero-blob{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hero-blob::after{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:900px;height:500px;background:linear-gradient(to bottom,rgba(27,111,234,8%),transparent);border-radius:50%;filter:blur(48px)}.hero-content{position:relative;z-index:1;max-width:56rem;margin-inline:auto}.hero-title{font-size:clamp(2.25rem,6vw,3.5rem);font-weight:700;line-height:1.15;letter-spacing:-.025em;margin-bottom:2rem;color:var(--navy)}.hero-title-line{display:block}.hero-title-brand{margin-top:0}.hero-title-plain,.hero-title-muted{color:var(--navy)}.hero-title-muted{font-weight:600;color:var(--muted)}.hero-words-wrap{display:inline-grid;justify-items:end;grid-template:1fr/1fr;vertical-align:top;text-align:right}.hero-word{grid-column:1;grid-row:1;display:inline-block;visibility:hidden;background:linear-gradient(to right,var(--blue),var(--blue-light));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-word.is-active{visibility:visible}.hero-word-static{visibility:visible}.hero-word.is-active.hero-word-exit{animation:hero-word-exit .4s cubic-bezier(.4,0,1,1)forwards}.hero-word.is-active.hero-word-enter{animation:hero-word-enter .5s cubic-bezier(.16,1,.3,1)forwards}@keyframes hero-word-enter{from{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes hero-word-exit{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}.hero-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}@media(min-width:640px){.hero-actions{flex-direction:row}}.dev-features{background:var(--bg-subtle)}.dev-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.dev-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.dev-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{padding:1.5rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-xl);transition:border-color var(--transition),box-shadow var(--transition)}.feature-card:hover{border-color:rgba(27,111,234,.25);box-shadow:0 10px 15px -3px rgba(27,111,234,5%)}.feature-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin-bottom:1.25rem;border-radius:var(--radius-lg);color:#fff}.feature-icon svg{width:1.375rem;height:1.375rem}.feature-icon-gradient.gd1{background:linear-gradient(135deg,#1b6fea,#3da9fc)}.feature-icon-gradient.gd2{background:linear-gradient(135deg,#3da9fc,#5fbff9)}.feature-icon-gradient.gd3{background:linear-gradient(135deg,#5fbff9,#1b6fea)}.feature-icon-gradient.gd4{background:linear-gradient(135deg,#0b4ed4,#1b6fea)}.feature-title{font-size:.875rem;font-weight:700;margin-bottom:.5rem}.feature-title-upper{text-transform:uppercase;letter-spacing:.04em}.feature-desc{font-size:.875rem;color:var(--muted);line-height:1.65}.dev-status-link-wrap{margin-top:2.5rem;text-align:center}.status-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:var(--blue)}.status-link:hover{color:var(--blue-hover)}.production-section{background:var(--bg)}.prod-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}@media(min-width:640px){.prod-grid{grid-template-columns:repeat(2,1fr)}}.prod-block{display:flex;gap:1.25rem;align-items:flex-start}.prod-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2.75rem;height:2.75rem;border-radius:var(--radius-lg);background:var(--bg-muted);color:var(--blue)}.prod-icon svg{width:1.25rem;height:1.25rem}.prod-title{font-size:1rem;font-weight:700;margin-bottom:.5rem}.prod-desc{font-size:.875rem;color:var(--muted);line-height:1.65}.integrations-panel{padding:2rem 2.5rem;background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-xl)}.integrations-label{text-align:center;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--muted-light);margin-bottom:2rem}.integrations-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(min-width:640px){.integrations-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:768px){.integrations-grid{grid-template-columns:repeat(6,1fr)}}.integration-pill{display:flex;align-items:center;justify-content:center;min-height:3.5rem;padding:.5rem;font-size:.75rem;font-weight:700;color:var(--muted-light);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg)}.api-section{background:var(--bg)}.section-header--compact{max-width:36rem;margin-bottom:2.5rem}.api-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:3rem}@media(min-width:640px){.api-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.api-grid{grid-template-columns:repeat(3,1fr)}}.api-card{display:flex;flex-direction:column;padding:1.5rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-xl);transition:border-color 200ms ease,box-shadow 200ms ease}.api-card:hover{border-color:rgba(27,111,234,.35);box-shadow:0 10px 15px -3px rgba(27,111,234,6%)}.api-card.hidden{display:none}.api-card-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.api-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:var(--radius-lg);color:#fff;box-shadow:var(--shadow-sm)}.api-icon svg{width:1.25rem;height:1.25rem}.api-icon.g1{background:linear-gradient(135deg,#1b6fea,#3da9fc)}.api-icon.g2{background:linear-gradient(135deg,#3da9fc,#5fbff9)}.api-icon.g3{background:linear-gradient(135deg,#5fbff9,#a7d8f8)}.api-icon.g4{background:linear-gradient(135deg,#0b4ed4,#1b6fea)}.api-icon.g5{background:linear-gradient(135deg,#3da9fc,#1b6fea)}.api-card-heading{min-width:0;flex:1}.api-card-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.25rem}.api-card-title{font-size:1rem;font-weight:600;line-height:1.35;color:var(--navy)}.api-category{display:block;margin-top:.25rem;font-size:.75rem;font-weight:500;color:#94a3b8}.api-badge{display:inline-flex;padding:.125rem .5rem;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--blue);background:rgba(27,111,234,.1);border-radius:var(--radius-full)}.api-card-desc{flex:1;font-size:.875rem;color:#64748b;line-height:1.65;margin-bottom:1.25rem}.api-card-cta{display:inline-flex;align-items:center;gap:.375rem;align-self:flex-start;padding:0;border:0;background:0 0;font:inherit;font-size:.875rem;font-weight:600;color:var(--blue);cursor:pointer;transition:color var(--transition),gap var(--transition)}.api-card-cta svg{width:.875rem;height:.875rem;transition:transform var(--transition)}.api-card:hover .api-card-cta{color:var(--blue-hover)}.api-card:hover .api-card-cta svg{transform:translateX(2px)}.api-see-all{text-align:center}body.api-modal-open{overflow:hidden}.api-modal-overlay{position:fixed;inset:0;z-index:60;display:flex;align-items:flex-end;justify-content:center;padding:0;background:rgba(15,23,42,.4);backdrop-filter:blur(4px)}@media(min-width:640px){.api-modal-overlay{align-items:center;padding:1rem}}.api-modal-dialog{display:flex;flex-direction:column;width:100%;max-width:42rem;max-height:92vh;overflow:hidden;border:1px solid var(--border);border-radius:1rem 1rem 0 0;background:#fff;box-shadow:0 25px 50px rgba(15,23,42,.15)}@media(min-width:640px){.api-modal-dialog{max-height:90vh;border-radius:1rem}}.api-modal-head{position:relative;padding:1.25rem 1.5rem 1rem;border-bottom:1px solid #f1f5f9;background:rgba(248,250,252,.8)}.api-modal-close{position:absolute;top:1rem;right:1rem;padding:.375rem .625rem;border:0;border-radius:.5rem;background:0 0;font-size:1.25rem;line-height:1;color:#94a3b8;cursor:pointer}.api-modal-close:hover{color:var(--navy);background:#fff}.api-modal-title-row{display:flex;align-items:flex-start;gap:.875rem;padding-right:2.5rem}.api-modal-title{margin:0;font-size:1.125rem;font-weight:700;color:var(--navy)}.api-modal-tagline{margin:.125rem 0 0;font-size:.875rem;color:#64748b}.api-modal-tabs{display:flex;gap:.5rem;margin-top:1.25rem;overflow-x:auto}.api-modal-body{flex:1;overflow:auto;padding:1.25rem 1.5rem;min-width:0}.api-modal-desc{margin:0 0 1.5rem;font-size:.9375rem;line-height:1.65;color:#475569}.api-modal-section-label{margin:0 0 .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.api-modal-section-label--inline{margin:0}.api-modal-features{margin:0 0 1.5rem;padding:0;list-style:none}.api-modal-feature{position:relative;padding-left:1.125rem;margin-bottom:.5rem;font-size:.875rem;color:var(--navy)}.api-modal-feature::before{content:"›";position:absolute;left:0;color:var(--blue);font-weight:700}.api-modal-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.api-modal-chip{padding:.25rem .75rem;border:1px solid var(--border);border-radius:9999px;background:#f8fafc;font-size:.75rem;font-weight:500;color:#475569}.api-modal-code-head-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.api-modal-code{margin-bottom:1rem}.api-modal-code .btn{margin-bottom:.5rem}.api-modal-empty{padding:2.5rem 0;text-align:center}.api-modal-plan{min-width:min(280px,calc(100vw - 3rem))}.api-modal-legacy-tier{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;margin-bottom:.75rem;border:1px solid var(--border);border-radius:1rem;background:#fff}.api-modal-legacy-tier--highlight{border-color:rgba(27,111,234,.4);background:rgba(27,111,234,5%);box-shadow:var(--shadow-sm)}.api-modal-legacy-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.api-modal-legacy-label{font-size:.875rem;font-weight:600;color:var(--navy)}.api-modal-legacy-requests{margin-top:.125rem;font-size:.75rem;color:#64748b}.api-modal-legacy-price{font-size:1.125rem;font-weight:700;color:var(--navy);text-align:right}.api-modal-legacy-price--highlight{color:var(--blue)}.api-modal-legacy-connect{display:block;margin-top:.25rem;font-size:.75rem;color:var(--blue);text-align:right}.plan-popular-badge--inline{position:static;margin:0}.api-modal-foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #f1f5f9;background:rgba(248,250,252,.6)}.api-modal-foot-links{display:flex;flex-wrap:wrap;gap:1rem}.api-modal-foot-link{font-size:.875rem;font-weight:500;color:#64748b}.api-modal-foot-link:hover{color:var(--blue)}.api-modal-start{flex-shrink:0}.pricing-section{scroll-margin-top:var(--nav-height);background:var(--bg-subtle);border-top:1px solid var(--border)}.pricing-tabs{margin-bottom:3rem}.pricing-panels{position:relative}.pricing-panel{display:none}.pricing-panel.active{display:block}.pricing-api-header{text-align:center;margin-bottom:2rem}.pricing-api-title{font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.pricing-api-desc{font-size:.875rem;color:var(--muted);max-width:36rem;margin-inline:auto}.pricing-billing-toggle-wrap{display:flex;justify-content:center;margin-bottom:2.5rem}.pricing-billing-toggle{display:inline-flex;padding:.25rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-full);box-shadow:var(--shadow-sm)}.pricing-billing-btn{position:relative;padding:.625rem 1.75rem;font-size:.875rem;font-weight:600;color:var(--muted);background:0 0;border:none;border-radius:var(--radius-full);cursor:pointer;transition:color .15s,background .15s,box-shadow .15s}.pricing-billing-btn:hover:not(:disabled){color:var(--navy)}.pricing-billing-btn.active{color:#fff;background:var(--navy);box-shadow:var(--shadow-sm)}.pricing-billing-btn:disabled{opacity:.35;cursor:not-allowed}.pricing-billing-group{display:none}.pricing-billing-group.active{display:block}.pricing-empty{padding:3.5rem 1rem;text-align:center;font-size:.875rem;color:var(--muted)}.pricing-carousel{position:relative;width:100%;min-width:0}.pricing-carousel-edge{pointer-events:none;position:absolute;top:.5rem;bottom:.5rem;z-index:2;width:2.5rem}.pricing-carousel-edge--left{left:0;background:linear-gradient(to right,var(--bg-subtle),transparent);border-radius:var(--radius-lg)0 0 var(--radius-lg)}.pricing-carousel-edge--right{right:0;background:linear-gradient(to left,var(--bg-subtle),transparent);border-radius:0 var(--radius-lg)var(--radius-lg)0}.pricing-track-wrap{margin-inline:-1rem;padding-inline:1rem}.pricing-track{display:flex;flex-wrap:nowrap;gap:1rem;padding-bottom:.5rem;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;touch-action:pan-x}.pricing-track::-webkit-scrollbar{display:none}.pricing-track--overflow{justify-content:flex-start;scroll-snap-type:x mandatory;scroll-padding-inline:.25rem}.pricing-track:not(.pricing-track--overflow){justify-content:center}.plan-card{position:relative;display:flex;flex-direction:column;flex:0 0 min(100%,280px);min-height:300px;padding:1.25rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-xl);scroll-snap-align:start}@media(min-width:640px){.plan-card{flex-basis:288px}}@media(min-width:1024px){.pricing-track-wrap{margin-inline:0;padding-inline:0}.pricing-track:not(.pricing-track--overflow){display:grid;grid-template-columns:repeat(4,1fr);overflow:visible}.pricing-track:not(.pricing-track--overflow) .plan-card{flex:initial;min-width:0}}.plan-card--highlight{border-color:rgba(27,111,234,.4);background:rgba(27,111,234,5%);box-shadow:var(--shadow-md)}.plan-popular-badge{position:absolute;top:1rem;right:1rem;display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .625rem;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--blue);background:rgba(27,111,234,.1);border:1px solid rgba(27,111,234,.3);border-radius:var(--radius-full)}.plan-popular-dot{width:.375rem;height:.375rem;border-radius:50%;background:var(--blue)}.plan-card-head{margin-bottom:1rem}.plan-card-head--highlight{padding-right:5rem}.plan-name{font-size:.875rem;font-weight:600}.plan-tier-desc{margin-top:.125rem;font-size:.75rem;color:var(--muted)}.plan-price-block{margin-bottom:1rem}.plan-price{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.plan-price--highlight{color:var(--blue)}.plan-quota{margin-top:.25rem;font-size:.75rem;color:var(--muted)}.plan-features{flex:1;margin-bottom:1.25rem}.plan-feature{display:flex;align-items:center;gap:.5rem;padding:.25rem 0;font-size:.75rem;color:var(--text-secondary)}.plan-feature svg{flex-shrink:0;width:.75rem;height:.75rem;color:var(--blue)}.plan-cta{border-radius:var(--radius-lg);padding-block:.625rem}.pricing-carousel-dots{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem;max-width:28rem;margin:1.5rem auto 0}.pricing-carousel-dot{width:.5rem;height:.5rem;padding:0;border:none;border-radius:var(--radius-full);background:#cbd5e1;cursor:pointer;transition:width .3s,background .3s,box-shadow .3s}.pricing-carousel-dot:hover{background:#94a3b8}.pricing-carousel-dot.active{width:2rem;background:var(--blue);box-shadow:0 0 14px rgba(27,111,234,.25)}.pricing-carousel-dot:focus-visible{outline:2px solid rgba(61,169,252,.6);outline-offset:2px}.cta-banner{position:relative;overflow:hidden;background:var(--navy);color:#fff}.cta-blob{position:absolute;inset:0;pointer-events:none}.cta-blob::after{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:600px;height:400px;background:rgba(27,111,234,.2);border-radius:50%;filter:blur(100px)}.cta-inner{position:relative;z-index:1;text-align:center;padding-block:5rem;max-width:32rem}@media(min-width:640px){.cta-inner{padding-block:7rem}}.cta-title{font-size:clamp(1.875rem,4vw,2.25rem);font-weight:700;letter-spacing:-.025em;margin-bottom:.75rem}.cta-subtitle{font-size:1rem;color:#94a3b8;margin-bottom:2rem}.cta-note{margin-top:1rem;font-size:.75rem;color:var(--muted)}.site-footer{background:var(--navy);color:rgba(255,255,255,.75);font-size:.875rem}.footer-inner{padding-block:4rem 2rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-grid{grid-template-columns:1.5fr repeat(4,1fr)}}.footer-brand img{height:1.5rem;width:auto;margin-bottom:1rem}.footer-tagline{line-height:1.7;color:rgba(255,255,255,.55);max-width:18rem}.footer-col-title{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.45);margin-bottom:1rem}.footer-link{display:block;padding:.25rem 0;color:rgba(255,255,255,.7);transition:color var(--transition)}.footer-link:hover{color:#fff}.footer-bottom{display:flex;flex-direction:column;gap:1rem;padding-block:1.5rem;border-top:1px solid rgba(255,255,255,.1);margin-top:3rem}@media(min-width:768px){.footer-bottom{flex-direction:row;align-items:center;justify-content:space-between}}.footer-legal{display:flex;flex-wrap:wrap;gap:1rem 1.5rem}.footer-legal a{color:rgba(255,255,255,.55);transition:color var(--transition)}.footer-legal a:hover{color:#fff}.footer-copy{color:rgba(255,255,255,.4);font-size:.8125rem}.blog-header{padding-block:3rem 2rem;text-align:center}.blog-header h1{font-size:clamp(2rem,4vw,2.75rem);margin-bottom:.75rem}.blog-header .lead{font-size:1.125rem;color:var(--muted);max-width:36rem;margin-inline:auto}.blog-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;padding-bottom:4rem}@media(min-width:640px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-card{display:flex;flex-direction:column;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;transition:border-color var(--transition),box-shadow var(--transition),transform var(--transition)}.blog-card:hover{border-color:rgba(27,111,234,.3);box-shadow:var(--shadow-md);transform:translateY(-2px)}.blog-card-cover{aspect-ratio:16/9;overflow:hidden;background:var(--bg-muted)}.blog-card-cover img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.blog-card:hover .blog-card-cover img{transform:scale(1.03)}.blog-card-body{display:flex;flex-direction:column;flex:1;padding:1.25rem 1.5rem 1.5rem}.blog-card-badge{display:inline-flex;align-self:flex-start;padding:.125rem .625rem;margin-bottom:.75rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--blue);background:var(--blue-muted);border-radius:var(--radius-full)}.blog-card-title{font-size:1.125rem;font-weight:600;line-height:1.35;margin-bottom:.5rem}.blog-card-title a{transition:color var(--transition)}.blog-card:hover .blog-card-title a{color:var(--blue)}.blog-card-desc{flex:1;font-size:.9375rem;color:var(--muted);line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card-meta{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--muted-light)}.blog-card-meta-dot{width:.25rem;height:.25rem;border-radius:50%;background:var(--muted-light)}.blog-post-page{padding-bottom:4rem}.blog-post-back{max-width:72rem;margin-bottom:2rem}.blog-post-back-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted);transition:color var(--transition)}.blog-post-back-link svg{width:1rem;height:1rem}.blog-post-back-link:hover{color:var(--text)}.blog-post-header{text-align:center;margin-bottom:3rem}.blog-post-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.15;margin-bottom:1.5rem}.blog-post-lead{max-width:48rem;margin-inline:auto;font-size:1.25rem;line-height:1.6;color:var(--muted)}.blog-post-layout{max-width:72rem}.blog-post-main-col{max-width:48rem;margin-inline:auto}.blog-post-cover{margin-bottom:2rem;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.blog-post-cover img{width:100%;height:auto;display:block}.blog-post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-bottom:2rem;font-size:.875rem;color:var(--muted)}.blog-post-meta-item{display:inline-flex;align-items:center;gap:.375rem}.blog-post-meta-item svg{width:1rem;height:1rem}.blog-post-meta-badge{padding:.125rem .625rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--blue);background:var(--blue-muted);border-radius:var(--radius-full)}.blog-article{max-width:none;margin-inline:0;padding-bottom:0;font-size:1.0625rem;line-height:1.75;color:var(--text-secondary)}.blog-article>*+*{margin-top:1.25rem}.blog-article h2,.blog-article h3,.blog-article h4{color:var(--text);margin-top:2.5rem;margin-bottom:.75rem;scroll-margin-top:5rem}.blog-article h2{font-size:1.625rem}.blog-article h3{font-size:1.375rem}.blog-article h4{font-size:1.125rem}.blog-article p{margin-top:1.25rem}.blog-article a{color:var(--blue);font-weight:500;text-decoration:underline;text-underline-offset:2px}.blog-article a:hover{color:var(--blue-hover)}.blog-article ul,.blog-article ol{margin-top:1.25rem;padding-left:1.5rem;list-style:revert}.blog-article li{margin-top:.5rem}.blog-article blockquote{margin-top:1.5rem;padding:1rem 1.25rem;border-left:3px solid var(--blue);background:var(--bg-subtle);border-radius:0 var(--radius)var(--radius)0;color:var(--text-secondary);font-style:italic}.blog-article pre.blog-code-block,pre.blog-code-block{margin-top:1.5rem;padding:1rem;background:#0f172a;border:1px solid #334155;color:#e2e8f0;border-radius:var(--radius-xl);overflow-x:auto;font-size:.8125rem;line-height:1.6;box-shadow:var(--shadow-sm)}.blog-article pre.blog-code-block code,pre.blog-code-block code{font-family:var(--font-mono);background:0 0;padding:0;color:inherit;font-size:inherit}.blog-article pre.blog-code-block code[class*=language-] .token.plain,pre.blog-code-block code .token.plain{color:#e2e8f0}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#94a3b8}.token.punctuation{color:#cbd5e1}.token.property,.token.tag,.token.boolean,.token.number,.token.constant,.token.symbol{color:#7dd3fc}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin{color:#86efac}.token.operator,.token.entity,.token.url,.token.variable{color:#fcd34d}.token.atrule,.token.attr-value,.token.function,.token.class-name{color:#93c5fd}.token.keyword{color:#c4b5fd}.blog-article :not(pre)>code{padding:.15em .4em;font-family:var(--font-mono);font-size:.875em;background:#f1f5f9;border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--navy)}.blog-article img{margin-top:1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);width:100%;height:auto}.blog-article table{width:100%;margin-top:1.5rem;border-collapse:collapse;font-size:.9375rem}.blog-article th,.blog-article td{padding:.625rem .875rem;border:1px solid var(--border);text-align:left}.blog-article th{background:var(--bg-subtle);font-weight:600;color:var(--text)}.blog-post-tags{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.blog-post-tags-label{font-size:.875rem;font-weight:500;color:var(--muted);margin-right:.25rem}.article-tag{padding:.25rem .75rem;font-size:.8125rem;font-weight:500;color:var(--text-secondary);background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-full)}.blog-related{max-width:56rem;margin-top:2rem;padding:1.25rem 1.5rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-xl)}.blog-related-title{font-size:1.125rem;font-weight:700;letter-spacing:-.01em}.blog-related-subtitle{margin-top:.25rem;font-size:.875rem;color:var(--muted)}.blog-related-list{margin-top:1rem;list-style:none}.blog-related-list li+li{margin-top:.75rem}.blog-related-link{display:block;padding:1rem;border:1px solid var(--border);border-radius:var(--radius-lg);transition:border-color var(--transition),background var(--transition)}.blog-related-link:hover{border-color:rgba(27,111,234,.35);background:var(--bg-subtle)}.blog-related-link-title{display:block;font-size:.875rem;font-weight:600;color:var(--navy);transition:color var(--transition)}.blog-related-link:hover .blog-related-link-title{color:var(--blue)}.blog-related-link-desc{display:-webkit-box;margin-top:.25rem;font-size:.75rem;line-height:1.5;color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-related-all{display:inline-flex;align-items:center;gap:.375rem;margin-top:1rem;font-size:.875rem;font-weight:600;color:var(--blue)}.blog-related-all svg{width:.875rem;height:.875rem}.blog-related-all:hover{color:var(--blue-hover)}.blog-post-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border)}.blog-post-footer-inner{display:flex;flex-direction:column;gap:1rem;max-width:72rem}@media(min-width:640px){.blog-post-footer-inner{flex-direction:row;align-items:center;justify-content:space-between}}.blog-post-footer-dates{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;color:var(--muted)}@media(min-width:640px){.blog-post-footer-dates{align-items:flex-end}}.legal-hero{position:relative;overflow:hidden;background:var(--bg);border-bottom:1px solid var(--border);text-align:center}.legal-hero-blob{position:absolute;top:0;left:50%;transform:translateX(-50%);width:800px;height:360px;background:linear-gradient(to bottom,rgba(27,111,234,.1),transparent);border-radius:50%;filter:blur(48px);pointer-events:none}.legal-hero-inner{position:relative;padding-block:3rem 3.5rem;max-width:48rem}.legal-title{font-size:clamp(1.875rem,4vw,2.5rem);margin-bottom:.75rem}.legal-updated{font-size:.875rem;color:var(--muted)}.legal-body-wrap{padding-block:2.5rem 4rem}.legal-article{max-width:48rem;margin-inline:auto;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);overflow:hidden}.legal-section{padding:1.75rem 2rem;border-bottom:1px solid var(--border-light)}.legal-section:last-child{border-bottom:none}.legal-section-title{font-size:1.0625rem;margin-bottom:1rem}.legal-paragraph{font-size:.9375rem;color:var(--text-secondary);line-height:1.7}.legal-paragraph+.legal-paragraph{margin-top:.875rem}.products-hero,.product-hero{background:linear-gradient(135deg,rgba(27,111,234,5%),var(--bg),rgba(241,245,249,.8))}.products-hero-inner,.product-hero-inner{padding-block:3rem 2.5rem;text-align:center;max-width:48rem;margin-inline:auto}.product-hero--screenshot .product-hero-inner{max-width:64rem}.products-hero-title,.product-title{font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem}.products-hero-subtitle,.product-description{font-size:1.125rem;color:var(--muted);line-height:1.7}.product-breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;color:var(--muted);margin-bottom:1rem}.product-breadcrumb a{color:var(--blue);font-weight:500}.product-hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem}.products-category-title,.product-section-title{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:1.5rem}.products-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:768px){.products-grid{grid-template-columns:repeat(2,1fr)}}.product-card{padding:1.5rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-xl);transition:border-color var(--transition),box-shadow var(--transition)}.product-card:hover{border-color:rgba(27,111,234,.3);box-shadow:var(--shadow-md)}.product-card-title{font-size:1.125rem;margin-bottom:.5rem}.product-card-desc{font-size:.9375rem;color:var(--muted);line-height:1.6;margin-bottom:1rem}.product-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--border-light);font-size:.8125rem;color:var(--muted)}.product-card-link{font-weight:600;color:var(--blue)}.product-demo-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:1024px){.product-demo-grid{grid-template-columns:1fr 1fr}}.product-demo-panel,.product-response-panel{padding:1.5rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-xl)}.product-section-subtitle{color:var(--muted);margin-bottom:1rem}.product-demo-form{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.product-demo-form>.product-demo-form-row,.product-demo-form>.product-demo-examples,.product-demo-form>.product-demo-error,.product-demo-form>.product-demo-result{flex:1 1 100%;width:100%;min-width:0}.product-demo-input{flex:1 1 12rem;min-width:0;padding:.625rem .875rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-subtle)}.product-demo-examples{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;width:100%;margin-top:.75rem}.product-demo-examples-list{display:flex;flex-wrap:wrap;gap:.5rem}.demo-example-pill{padding:.375rem .75rem;font:inherit;font-size:.8125rem;color:var(--text-secondary);background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-full);cursor:pointer;transition:border-color .15s,background .15s,color .15s}.demo-example-pill:hover{border-color:rgba(27,111,234,.35);background:#eff6ff;color:var(--blue)}.demo-example-pill:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.product-code-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;font-size:.8125rem;font-weight:600;color:var(--muted)}.product-copy-btn{padding:.25rem .625rem;font-size:.75rem;font-weight:600;color:var(--blue);border:1px solid var(--border);border-radius:var(--radius);background:var(--bg)}.product-code-block{margin:0;padding:1rem;overflow-x:auto;font-family:var(--font-mono);font-size:.8125rem;line-height:1.6;color:#e2e8f0;background:var(--navy);border-radius:var(--radius-lg);white-space:pre-wrap;word-break:break-word}.product-feature-list{display:grid;grid-template-columns:1fr;gap:.5rem 1.5rem}@media(min-width:640px){.product-feature-list{grid-template-columns:repeat(2,1fr)}}.product-feature-list li{position:relative;padding-left:1.25rem;font-size:.9375rem;color:var(--text-secondary)}.product-feature-list li::before{content:"✓";position:absolute;left:0;color:var(--blue);font-weight:700}.product-pricing-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.product-pricing-grid{grid-template-columns:repeat(3,1fr)}}.product-hero{background:var(--bg)}.product-popular-badge{margin-bottom:1rem}.product-endpoint-block{margin:2rem auto 0;max-width:42rem;text-align:left;padding:1.25rem 1.5rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-xl)}.product-endpoint-label{font-family:var(--font-mono);font-size:.8125rem;color:var(--muted);margin-bottom:.5rem}.product-endpoint-value{font-family:var(--font-mono);font-size:.875rem;color:var(--blue);background:rgba(27,111,234,8%);padding:.75rem 1rem;border-radius:var(--radius);border:1px solid rgba(27,111,234,.15);word-break:break-all}.product-demo-card{margin:1.5rem auto 0;max-width:42rem;padding:1.5rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-xl);text-align:left}.product-demo-card--screenshot{max-width:min(64rem,100%)}.product-demo-card-title{font-size:1.25rem;margin-bottom:.375rem}.product-demo-card-desc{color:var(--muted);margin-bottom:1rem}.product-demo-form-row{display:flex;flex-wrap:wrap;gap:.75rem}.product-demo-examples-label{font-size:.875rem;color:var(--muted)}.product-demo-error{margin-top:1rem;padding:.875rem 1rem;font-size:.875rem;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius)}.product-demo-error-note{margin-top:.5rem;font-size:.75rem;opacity:.85}.product-demo-result{margin-top:1rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-subtle);overflow:hidden}.product-demo-result-label{padding:.75rem 1rem;font-size:.8125rem;font-weight:600;color:var(--muted);border-bottom:1px solid var(--border-light);background:var(--bg)}.product-demo-json{display:block;width:100%;box-sizing:border-box;margin:0;border-radius:0;border:0}.product-demo-image-wrap{padding:1rem;background:var(--bg-subtle);border-radius:var(--radius-lg);text-align:center}.product-demo-image{max-width:100%;height:auto;max-height:8rem;border-radius:var(--radius)}.product-demo-card--screenshot .product-demo-image-wrap{padding:.75rem;background:linear-gradient(45deg,#e2e8f0 25%,transparent 25%),linear-gradient(-45deg,#e2e8f0 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#e2e8f0 75%),linear-gradient(-45deg,transparent 75%,#e2e8f0 75%);background-size:16px 16px;background-position:0 0,0 8px,8px -8px,-8px 0;background-color:#f8fafc}.product-demo-card--screenshot .product-demo-image{display:block;width:100%;max-width:100%;max-height:none;margin-inline:auto;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md)}.product-demo-card--screenshot .product-demo-json{border-top:1px solid var(--border-light)}.product-section-title--center{text-align:center}.product-benefits-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:768px){.product-benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.product-benefits-grid{grid-template-columns:repeat(3,1fr)}}.product-benefit-card{padding:1.5rem;text-align:center;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-xl)}.product-benefit-icon{width:3rem;height:3rem;margin:0 auto 1rem;color:var(--blue)}.product-benefit-icon svg{width:100%;height:100%}.product-benefit-title{font-size:1.125rem;margin-bottom:.5rem}.product-benefit-desc{font-size:.9375rem;color:var(--muted);line-height:1.6}.product-features-inner{max-width:48rem;margin-inline:auto}.product-tabs-inner{max-width:56rem;margin-inline:auto}.product-tabs{margin-bottom:2rem}.product-tab-panel{display:none}.product-tab-panel.active{display:block}.product-docs-card{padding:1.5rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-xl)}.product-docs-title{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;margin-bottom:1.5rem}.product-docs-title svg{width:1.25rem;height:1.25rem;color:var(--blue)}.product-docs-step+.product-docs-step{margin-top:1.5rem}.product-docs-step h4{font-size:1rem;margin-bottom:.5rem}.product-docs-step p{color:var(--muted);line-height:1.6}.product-pricing-section{min-width:0}.products-category-header{margin-bottom:1.5rem}.products-category-subtitle{color:var(--muted);margin-top:.375rem;line-height:1.6}.products-cta{background:linear-gradient(135deg,rgba(27,111,234,6%),var(--bg-subtle))}.products-cta-inner{text-align:center;max-width:36rem;margin-inline:auto}.products-cta-title{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:.75rem}.products-cta-subtitle{color:var(--muted);margin-bottom:1.5rem;line-height:1.7}.product-related-header{text-align:center;margin-bottom:1.5rem}.product-related-subtitle{color:var(--muted);margin-top:.5rem}.product-related-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}.product-related-link{padding:.625rem 1rem;font-weight:600;color:var(--blue);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-full);transition:border-color var(--transition),box-shadow var(--transition)}.product-related-link:hover{border-color:rgba(27,111,234,.35);box-shadow:var(--shadow-sm)}.product-related-footer{text-align:center}.product-benefits,.product-tabs-section{background:var(--bg)}.product-features{background:var(--bg-subtle)}.product-related{background:var(--bg-subtle)}.status-hero{background:var(--bg);border-bottom:1px solid var(--border)}.status-hero-inner{padding-block:2rem 1.5rem}.status-hero-row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.status-title{font-size:clamp(1.75rem,4vw,2.25rem);margin-bottom:.375rem}.status-subtitle{color:var(--muted)}.status-pill{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:600;border-radius:var(--radius-full);border:1px solid var(--border)}.status-pill::before{content:"";width:.375rem;height:.375rem;border-radius:50%;background:currentColor}.status-pill-loading{color:var(--muted);background:var(--bg-subtle)}.status-pill-operational{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.status-pill-degraded{color:#b45309;background:#fffbeb;border-color:#fde68a}.status-pill-outage{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.status-body{background:var(--bg-subtle)}.status-group-title{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.status-group-title::after{content:"";flex:1;height:1px;background:var(--border)}.status-group-count{font-size:.75rem;color:var(--muted-light)}.status-group+.status-group{margin-top:2rem}.status-list{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);overflow:hidden}.status-row{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid var(--border-light);border-left:3px solid transparent}@media(min-width:640px){.status-row{flex-direction:row;align-items:center;justify-content:space-between}}.status-row:last-child{border-bottom:none}.status-row-operational{border-left-color:#10b981}.status-row-degraded{border-left-color:#f59e0b}.status-row-outage{border-left-color:#ef4444}.status-row-name{font-size:.875rem;font-weight:600}.status-row-desc{font-size:.75rem;color:var(--muted);margin-top:.125rem}.status-row-meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.status-row-ms{font-family:var(--font-mono);font-size:.75rem;color:var(--muted-light)}.status-skeleton{height:12rem;border-radius:var(--radius-xl);background:linear-gradient(90deg,var(--bg-muted) 25%,var(--bg-subtle) 50%,var(--bg-muted) 75%);background-size:200% 100%;animation:status-shimmer 1.2s infinite}@keyframes status-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.status-footer-note{margin-top:3rem;text-align:center;font-size:.875rem;color:var(--muted-light)}.status-footer-note a{color:var(--blue);font-weight:600}.status-error{padding:1rem 1.25rem;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius-lg)}.status-row-main{flex:auto;min-width:0}.status-uptime{margin-top:.75rem}.status-uptime-title{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-light);margin-bottom:.375rem}.status-uptime-bar{display:flex;gap:2px;flex-wrap:nowrap;overflow:hidden}.status-uptime-day{flex:1;min-width:2px;height:1.75rem;border-radius:2px;background:#10b981}.status-uptime-day--degraded{background:#f59e0b}.status-uptime-day--outage{background:#ef4444}.status-incidents{margin-bottom:2rem}.status-incidents-title{font-size:1.125rem;margin:0 0 1rem}.status-incident{padding:1rem 1.25rem;margin-bottom:.75rem;background:var(--bg);border:1px solid var(--border);border-left:4px solid #f59e0b;border-radius:var(--radius-lg)}.status-incident--outage{border-left-color:#ef4444}.status-incident-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.status-incident-title{margin:0;font-size:1rem}.status-incident-badge{font-size:.75rem;font-weight:600;padding:.25rem .625rem;border-radius:var(--radius-full);background:#fffbeb;color:#b45309}.status-incident-updates{display:flex;flex-direction:column;gap:.75rem}.status-incident-update-meta{font-size:.75rem;color:var(--muted-light);margin-bottom:.25rem}.status-incident-update-body{margin:0;font-size:.875rem;line-height:1.55;color:var(--text-secondary)}.utilities-showcase{padding:4rem 0 5rem;background:#fff}.utilities-showcase-header{max-width:42rem;margin:0 auto 2.5rem;text-align:center}.utilities-showcase-title{margin:0 0 .75rem;font-size:clamp(1.875rem,4vw,2.25rem);font-weight:700;letter-spacing:-.02em;color:var(--navy)}.utilities-showcase-subtitle{margin:0;font-size:.9375rem;line-height:1.6;color:#64748b}.utilities-grid{display:grid;gap:1.25rem}@media(min-width:640px){.utilities-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.utilities-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.utility-card{display:flex;flex-direction:column;padding:1.5rem;border:1px solid var(--border);border-radius:1rem;background:#fff;transition:border-color 200ms ease,box-shadow 200ms ease}.utility-card:hover{border-color:rgba(27,111,234,.35);box-shadow:0 10px 30px rgba(27,111,234,6%)}.utility-card-top{display:flex;gap:1rem;margin-bottom:1rem}.utility-card-icon,.utility-page-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;background:linear-gradient(135deg,var(--utility-from,#1b6fea),var(--utility-to,#3da9fc));color:#fff;box-shadow:var(--shadow-sm)}.utility-card-icon{width:2.75rem;height:2.75rem;border-radius:.75rem}.utility-page-icon{width:2.25rem;height:2.75rem;border-radius:.625rem}@media(min-width:640px){.utility-page-icon{width:2.75rem;height:2.75rem;border-radius:.75rem}}.utility-icon-svg{width:1.25rem;height:1.25rem}.utility-page-icon .utility-icon-svg{width:1.125rem;height:1.125rem}@media(min-width:640px){.utility-page-icon .utility-icon-svg{width:1.375rem;height:1.375rem}}.utility-card-heading{min-width:0;flex:1}.utility-card-tag,.utility-page-tag{display:block;margin-bottom:.375rem;font-size:.75rem;font-weight:500;color:#94a3b8}.utility-page-tag{display:none;text-transform:uppercase;letter-spacing:.04em}@media(min-width:640px){.utility-page-tag{display:block}}.utility-card-title{margin:0;font-size:1rem;font-weight:600;line-height:1.35;color:var(--navy)}.utility-card-title a{color:inherit}.utility-card-desc{flex:1;margin:0 0 1.25rem;font-size:.875rem;line-height:1.6;color:#64748b}.utility-card-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:var(--blue);transition:color var(--transition)}.utility-card-link:hover{color:var(--blue-hover)}.utility-card-link-icon{width:.875rem;height:.875rem}.utility-card-link-icon--arrow{transition:transform var(--transition)}.utility-card:hover .utility-card-link-icon--arrow{transform:translateX(2px)}.utility-card-external-note{margin:.375rem 0 0;font-size:.75rem;color:#94a3b8}.utility-page{background:#f8fafc}.utility-page-header{padding:.75rem 0 1rem;border-bottom:1px solid var(--border);background:#fff}@media(min-width:640px){.utility-page-header{padding:1.5rem 0 1.25rem}}.utility-page-back{display:inline-flex;align-items:center;gap:.375rem;margin-bottom:.5rem;font-size:.8125rem;color:#64748b}.utility-page-back svg{width:.875rem;height:.875rem}.utility-page-back:hover{color:var(--navy)}.utility-page-title-row{display:flex;align-items:center;gap:.75rem}@media(min-width:640px){.utility-page-title-row{align-items:flex-start;gap:1rem}}.utility-page-copy{min-width:0}.utility-page-title{margin:0;font-size:1.125rem;font-weight:700;color:var(--navy)}@media(min-width:640px){.utility-page-title{font-size:1.5rem}}.utility-page-lead{margin:.375rem 0 0;font-size:.875rem;line-height:1.6;color:#64748b}.utility-page-body{padding:1rem 0 2rem}@media(min-width:640px){.utility-page-body{padding:2rem 0 3rem}}.utility-tool-panel{padding:1rem;border:1px solid var(--border);border-radius:1rem;background:#fff;box-shadow:var(--shadow-sm)}@media(min-width:640px){.utility-tool-panel{padding:1.5rem}}.util-stack{display:flex;flex-direction:column;gap:1.25rem}.util-field-label{display:block;margin-bottom:.375rem;font-size:.875rem;font-weight:500}.util-examples{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin-top:.5rem}.util-examples-label{font-size:.8125rem;color:#64748b}.util-examples-pills{display:flex;flex-wrap:wrap;gap:.5rem}.util-example-pill{padding:.3125rem .625rem;font:inherit;font-size:.8125rem;color:#475569;background:#f8fafc;border:1px solid var(--border);border-radius:9999px;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.util-example-pill:hover{border-color:rgba(27,111,234,.35);background:#eff6ff;color:var(--blue)}.util-example-pill:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.util-input,.util-textarea,.util-select{width:100%;padding:.625rem .75rem;border:1px solid var(--border);border-radius:var(--radius);font:inherit}.util-textarea{min-height:8rem;resize:vertical;font-family:var(--font-mono);font-size:.875rem}.util-row{display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.util-row{flex-direction:row;align-items:flex-end}.util-row-grow{flex:1;min-width:0}}.util-actions{display:flex;flex-wrap:wrap;gap:.5rem}.util-error{padding:.75rem 1rem;border:1px solid #fecaca;border-radius:.75rem;background:#fef2f2;font-size:.875rem;color:#b91c1c}.util-note{font-size:.8125rem;line-height:1.5;color:#64748b}.util-code-wrap{position:relative}.util-code-block{margin:0;padding:1rem;overflow-x:auto;border:1px solid var(--border);border-radius:.75rem;background:#0f172a;color:#e2e8f0;font-family:var(--font-mono);font-size:.8125rem;line-height:1.6;white-space:pre-wrap;word-break:break-word}.util-copy-btn{position:absolute;top:.5rem;right:.5rem;padding:.25rem .625rem;border:1px solid rgba(255,255,255,.15);border-radius:.375rem;background:rgba(15,23,42,.8);font-size:.75rem;color:#e2e8f0;cursor:pointer}.util-table-wrap{overflow-x:auto}.util-table{width:100%;border-collapse:collapse;font-size:.875rem}.util-table th,.util-table td{padding:.625rem .75rem;border-bottom:1px solid var(--border-light);text-align:left}.util-table th{font-weight:600;background:#f8fafc}.util-kv-grid{display:grid;gap:.75rem}@media(min-width:640px){.util-kv-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.util-kv-item{padding:.875rem 1rem;border:1px solid var(--border-light);border-radius:.75rem;background:#f8fafc}.util-kv-label{display:block;margin-bottom:.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;color:#94a3b8}.util-kv-value{font-size:.9375rem;word-break:break-word}.util-spinner{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:util-spin .8s linear infinite}@keyframes util-spin{to{transform:rotate(360deg)}}.util-note--sm{font-size:.75rem}.util-mono{font-family:var(--font-mono)}.util-field-narrow{min-width:8rem}.util-grid-2{display:grid;gap:1rem}@media(min-width:640px){.util-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.util-grid-2.util-chain-columns{grid-template-columns:repeat(2,minmax(0,1fr))}}.util-loading{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:#64748b}.util-loading--center{justify-content:center;padding:3rem 1rem}.util-loading .util-spinner{border-color:rgba(27,111,234,.2);border-top-color:var(--blue)}.util-result-panel{border:1px solid var(--border);border-radius:.75rem;overflow:hidden;background:#fff;width:100%;box-sizing:border-box}.util-result-panel-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid var(--border-light);background:#f8fafc}.util-result-panel-title{font-size:.875rem;font-weight:600;color:var(--navy)}.util-result-panel-body{padding:1rem;display:flex;flex-direction:column;gap:1rem}.util-plain-result{margin:0;padding:.75rem 1rem;overflow:auto;max-height:min(16rem,40vh);border-radius:.5rem;background:#f8fafc;font-family:var(--font-mono);font-size:.75rem;line-height:1.6;white-space:pre-wrap;word-break:break-all;color:var(--navy);width:100%;box-sizing:border-box}.util-plain-result--sm{max-height:min(12rem,30vh);font-size:.6875rem}.util-code-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.util-code-label{font-size:.75rem;font-weight:600;color:#64748b}.util-code-pre{margin:0}.util-status{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .625rem;border-radius:.5rem;border:1px solid;font-family:var(--font-mono);font-size:.875rem;font-weight:600}.util-status--2xx{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.util-status--3xx{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.util-status--4xx{color:#b45309;background:#fffbeb;border-color:#fde68a}.util-status--5xx{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.util-status--neutral{color:#475569;background:#f8fafc;border-color:#e2e8f0}.util-hop-status-text{font-size:.75rem;font-weight:400;opacity:.85}.util-hop-panel,.util-chain-column{border:1px solid var(--border);border-radius:1rem;overflow:hidden;background:#fff;box-shadow:var(--shadow-sm)}.util-hop-panel-head,.util-chain-column-head{padding:.875rem 1rem;border-bottom:1px solid var(--border-light);background:#f8fafc}.util-hop-panel-title,.util-chain-column-title{margin:0;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.util-hop-count,.util-chain-column-sub{font-size:.75rem;color:#94a3b8}.util-chain-column-final{margin-top:.25rem;font-size:.75rem;word-break:break-all}.util-hop-list,.util-chain-hop-list{margin:0;padding:0;list-style:none}.util-hop-item,.util-chain-hop-item{padding:.875rem 1rem;border-bottom:1px solid #f1f5f9}.util-chain-hop-item--diff{background:rgba(255,251,235,.8)}.util-hop-meta,.util-chain-hop-badges{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.util-hop-index{width:1.25rem;font-family:var(--font-mono);font-size:.75rem;color:#94a3b8}.util-hop-method{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8}.util-hop-url{display:block;margin-top:.375rem;font-family:var(--font-mono);font-size:.875rem;word-break:break-all;color:var(--navy)}.util-hop-meta-list{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #f1f5f9}.util-hop-meta-item{display:grid;gap:.125rem;margin-bottom:.375rem}@media(min-width:640px){.util-hop-meta-item{grid-template-columns:5.5rem 1fr}}.util-hop-meta-label{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8}.util-hop-meta-value{font-size:.75rem;word-break:break-all}.util-hints{display:flex;flex-direction:column;gap:.25rem}.util-details{border:1px solid var(--border);border-radius:.5rem;background:#fafbfc}.util-details--compact{margin-top:.75rem}.util-details-summary{cursor:pointer;padding:.5rem .75rem;font-size:.75rem;font-weight:500;color:#64748b}.util-details-body{padding:.5rem .75rem .75rem;font-size:.75rem}.util-kv-list{margin:0}.util-kv-list-item{display:grid;gap:.25rem;padding:.625rem 0;border-bottom:1px solid var(--border-light)}@media(min-width:640px){.util-kv-list-item{grid-template-columns:10rem 1fr}}.util-kv-list--split .util-kv-list-item--split{grid-template-columns:1fr 1fr}.util-kv-list-label{margin:0;font-size:.75rem;font-weight:600;color:#64748b}.util-kv-list-label--caps{text-transform:uppercase;letter-spacing:.04em;font-size:.6875rem;color:#94a3b8}.util-kv-list-value{margin:0;font-size:.875rem;word-break:break-word}.util-result-section{margin-bottom:1rem}.util-result-section-title{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:var(--navy)}.util-result-subsection-title{margin:0 0 .5rem;font-size:.8125rem;font-weight:600;color:#475569}.util-result-rows{margin:0}.util-result-row{display:grid;gap:.25rem;padding:.5rem 0;border-bottom:1px solid var(--border-light)}@media(min-width:640px){.util-result-row{grid-template-columns:11rem 1fr}}.util-result-row-label{margin:0;font-size:.75rem;font-weight:600;color:#64748b}.util-result-row-value{margin:0;font-size:.875rem;word-break:break-word}.util-result-items{margin:0;padding-left:1.25rem}.util-result-item{font-size:.875rem;word-break:break-word}.util-result-empty{margin:0;font-size:.875rem;color:#64748b}.util-trust{padding:.875rem 1rem;border-radius:.75rem;border:1px solid}.util-trust--ok{border-color:#a7f3d0;background:#ecfdf5;color:#047857}.util-trust--warn{border-color:#fde68a;background:#fffbeb;color:#b45309}.util-trust--bad{border-color:#fecaca;background:#fef2f2;color:#b91c1c}.util-trust-title{margin:0 0 .25rem;font-size:.875rem;font-weight:600}.util-trust-hint{margin:0;font-size:.8125rem;opacity:.9}.util-score-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.util-score-value{font-size:1.25rem;font-weight:700;color:var(--blue)}.util-spf-record{padding:.875rem 1rem;border-radius:.75rem;border:1px solid #bfdbfe;background:#eff6ff}.util-spf-record-label{margin:0 0 .375rem;font-size:.75rem;font-weight:600;color:#64748b}.util-spf-record-value{margin:0;font-size:.8125rem;word-break:break-all}.util-warnings{margin:.75rem 0 0;padding-left:1.25rem;color:#b45309;font-size:.875rem}.util-robots-view{overflow:auto;max-height:min(28rem,55vh);border-radius:.5rem;border:1px solid var(--border-light);background:#f8fafc;font-family:var(--font-mono);font-size:.75rem;line-height:1.5}.util-robots-line{display:grid;grid-template-columns:auto 1fr;min-height:1.5em}.util-robots-line--error{background:rgba(254,242,242,.85)}.util-robots-line--warning{background:rgba(255,251,235,.9)}.util-robots-line--info{background:rgba(239,246,255,.75)}.util-robots-line--error .util-robots-gutter{box-shadow:inset 3px 0 #ef4444}.util-robots-line--warning .util-robots-gutter{box-shadow:inset 3px 0 #f59e0b}.util-robots-line--info .util-robots-gutter{box-shadow:inset 3px 0 #3b82f6}.util-robots-gutter{padding:.125rem .75rem .125rem .5rem;text-align:right;color:#94a3b8;user-select:none;border-right:1px solid #e2e8f0;background:rgba(241,245,249,.65);white-space:pre}.util-robots-content{padding:.125rem .75rem;min-width:0}.util-robots-code{display:block;white-space:pre-wrap;word-break:break-all;color:var(--navy)}.util-robots-notes{margin:.25rem 0 .375rem;display:flex;flex-direction:column;gap:.25rem}.util-robots-note{font-family:inherit;font-size:.8125rem;line-height:1.45;padding:.375rem .5rem;border-radius:.375rem;border-left:3px solid}.util-robots-note--error{border-color:#ef4444;background:rgba(254,242,242,.95);color:#b91c1c}.util-robots-note--warning{border-color:#f59e0b;background:rgba(255,251,235,.95);color:#b45309}.util-robots-note--info{border-color:#3b82f6;background:rgba(239,246,255,.95);color:#1d4ed8}.util-robots-other-title{margin:.25rem 0 0;font-weight:600;color:#64748b}.util-sec-score-host{display:flex;flex-wrap:wrap;gap:1rem;align-items:stretch}.util-sec-score-row{display:flex;flex-wrap:wrap;gap:1rem}.util-sec-score{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:7rem;padding:.875rem 1.25rem;border-radius:.75rem;border:2px solid}.util-sec-score-value{font-size:1.5rem;font-weight:700;font-family:var(--font-mono);line-height:1.1}.util-sec-score-label{margin-top:.25rem;font-size:.75rem;color:#64748b;text-align:center}.util-sec-score--good{border-color:#86efac;background:#ecfdf5;color:#047857}.util-sec-score--fair{border-color:#fde68a;background:#fffbeb;color:#b45309}.util-sec-score--poor{border-color:#fecaca;background:#fef2f2;color:#b91c1c}.util-sec-score--projected{border-style:dashed;border-color:#93c5fd;background:#eff6ff;color:#1d4ed8}.util-sec-section-title{margin:0 0 .5rem;font-size:.875rem;font-weight:600;color:var(--navy)}.util-sec-chain{margin-bottom:.5rem}.util-sec-findings{margin:.5rem 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.375rem}.util-sec-findings--compact{margin-top:.375rem}.util-sec-finding{font-size:.8125rem;line-height:1.45;padding:.375rem .5rem;border-radius:.375rem;border-left:3px solid}.util-sec-finding--error{border-color:#ef4444;background:#fef2f2;color:#b91c1c}.util-sec-finding--warning{border-color:#f59e0b;background:#fffbeb;color:#b45309}.util-sec-finding--info{border-color:#3b82f6;background:#eff6ff;color:#1d4ed8}.util-sec-checks{display:flex;flex-direction:column;gap:.75rem}.util-sec-check{border:1px solid var(--border-light);border-radius:.75rem;padding:.875rem 1rem;background:#fff}.util-sec-check--missing,.util-sec-check--error{border-color:#fecaca;background:#fffbfb}.util-sec-check--weak{border-color:#fde68a;background:#fffdf5}.util-sec-check-head{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem}.util-sec-check-name{font-family:var(--font-mono);font-size:.8125rem;font-weight:600;color:var(--navy);flex:auto}.util-sec-check-points{font-family:var(--font-mono);font-size:.75rem;color:#64748b}.util-sec-check-status{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.125rem .5rem;border-radius:999px}.util-sec-check-status--ok{background:#ecfdf5;color:#047857}.util-sec-check-status--missing{background:#fef2f2;color:#b91c1c}.util-sec-check-status--weak{background:#fffbeb;color:#b45309}.util-sec-check-status--error{background:#fef2f2;color:#b91c1c}.util-sec-check-value{display:block;font-size:.75rem;word-break:break-all;padding:.5rem .625rem;border-radius:.375rem;background:#f8fafc}.util-sec-fix-toggle{display:flex;align-items:center;gap:.375rem;margin-top:.625rem;font-size:.8125rem;cursor:pointer}.util-sec-remediation{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border-light)}.util-sec-remediation-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.util-sec-remediation-title{font-size:.75rem;font-weight:600;color:#64748b}.util-sec-platform-select{font-size:.8125rem;padding:.375rem .5rem;border-radius:.375rem;border:1px solid var(--border);background:#fff}.util-sec-snippet{margin:.5rem 0}.util-sec-export{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-light)}.util-sec-csp-builder{margin-top:.5rem}.util-sec-csp-body{display:flex;flex-direction:column;gap:.5rem;padding-top:.75rem}.util-sec-csp-option{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;cursor:pointer}.util-lint-panel{margin-top:1rem}.util-lint-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem}.util-lint-item{padding:.625rem .75rem;border-radius:.5rem;border:1px solid;font-size:.875rem;line-height:1.45}.util-lint-item--error{border-color:#fecaca;background:#fef2f2;color:#b91c1c}.util-lint-item--warning{border-color:#fde68a;background:#fffbeb;color:#b45309}.util-lint-item--info{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.util-lint-table{width:100%;border-collapse:collapse;font-size:.8125rem;margin-top:.5rem}.util-lint-table th,.util-lint-table td{text-align:left;padding:.375rem .5rem;border-bottom:1px solid var(--border-light);vertical-align:top}.util-lint-table th{color:var(--muted);font-weight:600}.util-ip-card{border:1px solid var(--border);border-radius:1rem;overflow:hidden;background:#fff}.util-ip-card-top{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--border-light);background:linear-gradient(180deg,#eff6ff,#fff)}.util-ip-title-row{display:flex;align-items:center;gap:.5rem}.util-ip-flag{font-size:1.5rem}.util-ip-flag-img{height:1.25rem;width:auto;border-radius:.125rem}.util-ip-address{font-family:var(--font-mono);font-size:1.125rem;font-weight:700;color:var(--navy)}.util-ip-location{margin:.375rem 0 0;font-size:.875rem;color:#64748b}.util-ip-actions{display:flex;gap:.5rem}.util-ip-map-wrap{padding:0 1.25rem}.util-ip-map{width:100%;height:10rem;border-radius:.75rem;border:1px solid var(--border-light);overflow:hidden;background:#f8fafc}@media(min-width:640px){.util-ip-map{height:11rem}}.util-ip-details{padding:.75rem 1.25rem .5rem}.util-ip-powered{margin:0;padding:.75rem 1.25rem 1rem;font-size:.75rem;color:#94a3b8;line-height:1.5}.util-ip-powered a{color:var(--blue);font-weight:600;text-decoration:none}.util-ip-powered a:hover{color:#1557c0}.util-validation-hero{border:1px solid var(--border);border-radius:1rem;overflow:hidden;background:#fff}.util-validation-hero-top{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--border-light);background:linear-gradient(180deg,#eff6ff,#fff)}.util-validation-hero-left{min-width:0;flex:1}.util-validation-title-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.util-validation-primary{font-size:1.125rem;font-weight:700;color:var(--navy);word-break:break-all}.util-validation-subtitle{margin:.375rem 0 0;font-size:.875rem;color:#64748b;word-break:break-all}.util-validation-badges{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.util-quality-score{padding:.75rem 1.25rem 1rem;border-top:1px solid var(--border-light)}.util-quality-score-head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.util-quality-score-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8}.util-quality-score-value{font-size:1.125rem;font-weight:700;color:var(--blue)}.util-quality-score-bar{height:.5rem;border-radius:9999px;background:#e2e8f0;overflow:hidden}.util-quality-score-fill{height:100%;border-radius:9999px;background:linear-gradient(90deg,#1B6FEA,#3b82f6)}.util-check-list{display:flex;flex-direction:column;gap:.75rem}.util-check-row{padding:.875rem 1rem;border:1px solid var(--border-light);border-radius:.75rem;background:#fafbfc}.util-check-row-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem}.util-check-row-label{font-size:.875rem;font-weight:600;color:var(--navy)}.util-check-row-hint{margin:.5rem 0 0;font-size:.8125rem;line-height:1.5;color:#64748b}.util-info-list{margin:0;padding:.75rem 1.25rem 1rem}.util-info-row{display:grid;gap:.25rem;padding:.625rem 0;border-bottom:1px solid var(--border-light)}@media(min-width:640px){.util-info-row{grid-template-columns:11rem 1fr}}.util-info-label{margin:0;font-size:.75rem;font-weight:600;color:#64748b}.util-info-value{margin:0;font-size:.875rem;word-break:break-word}.util-icon{width:1rem;height:1rem}.util-icon--left{margin-right:.375rem;vertical-align:-.125rem}.util-summary-banner{padding:.75rem 1rem;border-radius:.75rem;border:1px solid;font-size:.875rem}.util-summary-banner--ok{border-color:#a7f3d0;background:#ecfdf5;color:#047857}.util-summary-banner--warn{border-color:#fde68a;background:#fffbeb;color:#92400e}.util-final-url-box{padding:.875rem 1rem;border-radius:.75rem;border:1px solid var(--border);background:#fafbfc}.util-final-url-label{margin:0 0 .25rem;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8}.util-final-url-value{margin:0;font-size:.875rem;word-break:break-all}.util-diff-list{margin:0;padding-left:0;list-style:none}.util-diff-item{padding:.375rem 0;font-size:.875rem;color:var(--navy)}.util-chain-columns{display:grid;gap:1rem}@media(min-width:1024px){.util-chain-columns{grid-template-columns:repeat(2,minmax(0,1fr))}}.util-chain-hop-row{display:flex;flex-direction:column;gap:.5rem}@media(min-width:640px){.util-chain-hop-row{flex-direction:row;align-items:flex-start}}.util-tab-bar{display:inline-flex;flex-wrap:wrap;gap:.25rem;padding:.25rem;border:1px solid var(--border);border-radius:9999px;background:#f8fafc}.util-tab{padding:.5rem 1rem;border:0;border-radius:9999px;background:0 0;font:inherit;font-size:.875rem;font-weight:500;color:#64748b;cursor:pointer}.util-tab--active{background:#fff;color:var(--navy);box-shadow:var(--shadow-sm)}.util-section-card{padding:1rem 1.25rem;border:1px solid var(--border);border-radius:1rem;background:#fff}.util-section-card--muted{background:#f8fafc}.util-section-title{margin:0 0 .375rem;font-size:.875rem;font-weight:600;color:var(--navy)}.util-section-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.util-epoch-card{padding:1.25rem 1.5rem;border:1px solid #bfdbfe;border-radius:1rem;background:linear-gradient(135deg,#eff6ff,#fff,#f8fafc)}.util-epoch-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1rem}.util-epoch-value{margin:0;font-family:var(--font-mono);font-size:clamp(1.75rem,5vw,2.25rem);font-weight:700;letter-spacing:-.02em;color:var(--blue)}.util-datetime-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:1rem}@media(min-width:640px){.util-datetime-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.util-datetime-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}.util-results-table-wrap{overflow:hidden;border:1px solid var(--border);border-radius:.75rem}.util-results-table{width:100%;border-collapse:collapse;font-size:.875rem}.util-results-table-row{border-bottom:1px solid #f1f5f9}.util-results-table-row:last-child{border-bottom:0}.util-results-table-label{width:10rem;padding:.75rem 1rem;text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b;background:#f8fafc;vertical-align:top}.util-results-table-value{padding:.75rem 1rem;font-size:.8125rem;word-break:break-all;vertical-align:top}.util-results-table-copy{width:5rem;padding:.5rem .75rem;text-align:right;vertical-align:middle}.util-pill-bar{display:flex;flex-wrap:wrap;gap:.5rem}.util-subnet-list{overflow:hidden;border:1px solid var(--border);border-radius:.75rem}.util-subnet-list-head{padding:.75rem 1rem;border-bottom:1px solid var(--border-light);background:#f8fafc;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.util-subnet-list-body{max-height:20rem;overflow:auto}.util-subnet-list-item{padding:.625rem 1rem;border-bottom:1px solid #f1f5f9;font-size:.875rem}.util-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .75rem;border-radius:9999px;border:1px solid;font-size:.75rem;font-weight:600}.util-badge--ok{border-color:#a7f3d0;background:#ecfdf5;color:#047857}.util-badge--bad{border-color:#fecaca;background:#fef2f2;color:#b91c1c}.util-badge--warn{border-color:#fde68a;background:#fffbeb;color:#92400e}.util-badge-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.util-checkbox{display:flex;align-items:center;gap:.5rem;margin:.75rem 0}.util-checkbox-label{font-size:.875rem;color:#475569;cursor:pointer}.util-textarea--readonly{background:#f8fafc}.util-jwt-panel{overflow:hidden;border:1px solid var(--border);border-radius:.75rem;background:#fff}.util-jwt-panel-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid var(--border-light);background:#f8fafc}.util-jwt-panel-title{margin:0;font-size:.875rem;font-weight:600}.util-jwt-panel-body{padding:1rem}.util-view-toggle{display:inline-flex;padding:.125rem;border:1px solid var(--border);border-radius:.5rem;background:#fff}.util-view-toggle-btn{padding:.25rem .625rem;border:0;border-radius:.375rem;background:0 0;font-size:.75rem;font-weight:500;color:#64748b;cursor:pointer}.util-view-toggle-btn--active{background:var(--navy);color:#fff}.util-claims-table{width:100%;border-collapse:collapse;font-size:.875rem}.util-claims-table th{padding:.5rem;border-bottom:1px solid var(--border);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b;text-align:left}.util-claim-key{color:var(--blue);font-weight:600}.util-claim-value,.util-claim-desc{font-size:.75rem;vertical-align:top}.util-currency-form{background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:var(--shadow-sm)}.util-currency-amount{height:3rem;font-size:1.125rem;font-weight:500}.util-currency-row{display:grid;grid-template-columns:1fr auto 1fr;gap:.75rem;align-items:end}.util-currency-swap{width:2.75rem;height:2.75rem;padding:0;border-radius:9999px;font-size:1rem}.util-currency-select{position:relative}.util-currency-trigger{display:flex;align-items:center;width:100%;min-height:2.75rem;padding:.625rem 2.25rem .625rem .75rem;border:1px solid var(--border);border-radius:var(--radius);background:#fff;cursor:pointer;position:relative;font:inherit;text-align:left;box-sizing:border-box;transition:border-color .15s,background .15s}.util-currency-trigger::after{content:"";position:absolute;right:.875rem;top:50%;width:.45rem;height:.45rem;border-right:2px solid #64748b;border-bottom:2px solid #64748b;transform:translateY(-70%)rotate(45deg);pointer-events:none}.util-currency-trigger:hover{border-color:rgba(27,111,234,.35);background:#fafbfc}.util-currency-trigger:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.util-currency-code{font-family:var(--font-mono);font-size:.875rem;font-weight:600;text-transform:uppercase}.util-currency-name{margin-left:.5rem;font-size:.875rem;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.util-currency-panel{position:absolute;z-index:20;top:calc(100% + .25rem);left:0;right:0;padding:.5rem;border:1px solid var(--border);border-radius:.75rem;background:#fff;box-shadow:var(--shadow-md)}.util-currency-search{margin-bottom:.5rem}.util-currency-list{max-height:16rem;overflow:auto;display:flex;flex-direction:column;gap:.25rem}.util-currency-group-label{margin:.375rem 0 .25rem;padding:0 .25rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8}.util-currency-option{width:100%;justify-content:flex-start;font-size:.8125rem}.util-currency-option--active{border-color:rgba(27,111,234,.35);color:var(--blue)}.util-currency-result{overflow:hidden;border:1px solid #bfdbfe;border-radius:1rem;background:linear-gradient(135deg,#eff6ff,#fff,#f8fafc);box-shadow:var(--shadow-sm)}.util-currency-result-label{margin:0;padding:1rem 1.25rem 0;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.util-currency-result-value{margin:.25rem 0 0;padding:0 1.25rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:600;letter-spacing:-.02em;color:var(--navy)}.util-currency-result-code{font-family:var(--font-mono);font-size:.85em;color:var(--blue)}.util-currency-result-details{padding:.75rem 1.25rem 1.25rem;font-size:.875rem;color:#475569}.util-rates-table-wrap{overflow:hidden;border:1px solid var(--border);border-radius:1rem;background:#fff;box-shadow:var(--shadow-sm)}.util-rates-table-head{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid var(--border-light);background:#f8fafc}.util-rates-table-head .util-input{flex:1;min-width:12rem}.util-rates-updated{padding:.5rem 1.25rem;border-bottom:1px solid #f1f5f9}.util-rates-empty{padding:2rem 1.25rem;text-align:center}.util-rates-table-scroll{max-height:28rem;overflow:auto}.util-rates-table{width:100%;border-collapse:collapse;font-size:.875rem}.util-rates-table th{position:sticky;top:0;z-index:1;padding:.75rem 1.25rem;border-bottom:1px solid var(--border-light);background:#f8fafc;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b;text-align:left}.util-rates-table-rate-head{text-align:right}.util-rates-table td{padding:.75rem 1.25rem;border-bottom:1px solid #f1f5f9}.util-rates-row--base{background:rgba(239,246,255,.6)}.util-rates-row--alt{background:#fafbfc}.util-rates-code{font-weight:600}.util-rates-rate{text-align:right;font-variant-numeric:tabular-nums}.util-http-group{margin-bottom:2rem}.util-http-group-title{margin:0 0 1rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.util-http-heading--info{color:#334155}.util-http-heading--success{color:#047857}.util-http-heading--redirect{color:#1d4ed8}.util-http-heading--client{color:#b45309}.util-http-heading--server{color:#b91c1c}.util-http-grid{display:grid;gap:.75rem}@media(min-width:1024px){.util-http-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.util-http-card{padding:1rem;border:1px solid;border-radius:.75rem;background:#fff;box-shadow:var(--shadow-sm)}.util-http-card--info{border-color:#e2e8f0}.util-http-card--success{border-color:#a7f3d0}.util-http-card--redirect{border-color:#bfdbfe}.util-http-card--client{border-color:#fde68a}.util-http-card--server{border-color:#fecaca}.util-http-card-top{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem}.util-http-badge{display:inline-flex;padding:.25rem .625rem;border:1px solid;border-radius:.5rem;font-family:var(--font-mono);font-size:.875rem;font-weight:700}.util-http-badge--info{background:#f1f5f9;color:#334155;border-color:#e2e8f0}.util-http-badge--success{background:#ecfdf5;color:#047857;border-color:#a7f3d0}.util-http-badge--redirect{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.util-http-badge--client{background:#fffbeb;color:#92400e;border-color:#fde68a}.util-http-badge--server{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.util-http-card-name{margin:0;font-size:.875rem;font-weight:600;color:var(--navy)}.util-http-card-desc{margin:0;font-size:.875rem;line-height:1.6;color:#64748b}.util-http-footer{margin-top:.5rem;color:#94a3b8}.utility-seo{padding:2.5rem 0 4rem;background:#fff;border-top:1px solid var(--border)}.utility-seo-inner{max-width:48rem}.utility-seo-card{padding:1.5rem;border:1px solid var(--border);border-radius:1rem;background:#f8fafc}@media(min-width:640px){.utility-seo-card{padding:2rem}}.utility-seo-title{margin:0 0 1rem;font-size:1.125rem;font-weight:700;color:var(--navy)}.utility-seo-copy{font-size:.9375rem;line-height:1.7;color:#475569}.utility-seo-copy p{margin:0 0 1rem}.utility-seo-copy p:last-child{margin-bottom:0}.utility-seo-api-cta{margin:1.25rem 0 0;font-size:.875rem}.utility-seo-faq{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border)}.utility-seo-faq-list{margin:0}.utility-seo-faq-item{margin-bottom:1.25rem}.utility-seo-faq-item dt{margin-bottom:.375rem;font-size:.9375rem;font-weight:600;color:var(--navy)}.utility-seo-faq-item dd{margin:0;font-size:.875rem;line-height:1.6;color:#64748b}