:root{--bg-page:#000000;--bg-surface:#121212;--bg-card:#070707;--bg-alt:#1f1f1f;--text-primary:#ffffff;--text-secondary:#999999;--text-link:#0000ee;--accent-blue:#0090ff;--accent-red:#ff4d4e;--accent-yellow:#ffb32c;--accent-green:#00c439;--border-subtle:#5353531a;color-scheme:dark}@keyframes __framer-loading-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000}body{font-size:15px;line-height:1.6;font-weight:400;background:#000;letter-spacing:-.005em}body,h1,h2,h3,h4,h5,h6{font-family:Albert Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#fff}h1,h2,h3,h4,h5,h6{font-weight:600;letter-spacing:-.02em}a{text-decoration:none;transition:color .2s ease-in-out,border-color .2s ease-in-out,background .2s ease-in-out,opacity .2s ease-in-out}a,button{color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}img,svg{display:block;max-width:100%}code{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace}::selection{background:#0090ff;color:#fff}:focus-visible{outline:2px solid #0090ff;outline-offset:2px}.container{width:100%;max-width:1072px;margin:0 auto;padding:0 24px}@media(max-width:640px){.container{padding:0 16px}}.container--wide{max-width:1200px}.text-block{max-width:650px;margin-left:auto;margin-right:auto}.muted{color:#999}.small{font-size:13px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 16px;border-radius:12px;font-family:Albert Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;line-height:1;letter-spacing:-.01em;border:1px solid rgba(0,0,0,0);transition:background .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out,transform .2s ease-in-out,box-shadow .2s ease-in-out,opacity .2s ease-in-out;white-space:nowrap;cursor:pointer}.btn--sm{height:34px;font-size:14px;padding:0 12px}.btn--lg{height:46px;font-size:16px;padding:0 20px}.btn--block{width:100%}.btn--primary{background:#fff;color:#000;box-shadow:0 .69px 0 0 rgba(0,0,0,.05),0 1.39px 4px 0 rgba(0,0,0,.12)}.btn--primary:hover{background:#e8e8e8;transform:translateY(-1px)}.btn--primary:active{transform:translateY(0)}.btn--ghost{background:rgba(18,18,18,.7);color:#fff;border-color:hsla(0,0%,100%,.16);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.btn--ghost:hover{background:#1f1f1f;border-color:hsla(0,0%,100%,.28)}.btn--accent,.btn--railway{background:#0090ff;color:#fff;box-shadow:0 0 24px -6px rgba(0,144,255,.6)}.btn--accent:hover,.btn--railway:hover{background:#33a6ff;transform:translateY(-1px);box-shadow:0 0 32px -6px rgba(0,144,255,.75)}.btn--accent:active,.btn--railway:active{transform:translateY(0)}.btn--accent svg,.btn--railway svg{width:16px;height:16px}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.button-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;background:#fff;color:#000;border:0;border-radius:12px;padding:0 16px;font-family:Albert Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:500;line-height:1;cursor:pointer;transition:background .2s ease-in-out,transform .2s ease-in-out}.button-primary:hover{background:#e8e8e8;transform:translateY(-1px)}.badge-pill{display:inline-flex;align-items:center;gap:6px;background:rgba(188,188,188,.2);color:#fff;border-radius:20px;padding:3px 8px;font-family:Albert Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;line-height:1.4;white-space:nowrap}.badge-pill--blue{background:rgba(0,144,255,.18);color:#6cc0ff}.badge-pill--green{background:rgba(0,196,57,.16);color:#5ee08a}.badge-pill--yellow{background:rgba(255,179,44,.16);color:#ffcb6b}.badge-pill--red{background:rgba(255,77,78,.16);color:#ff8788}.badge-pill__dot{width:6px;height:6px;border-radius:50%;background:currentColor}.input{width:100%;height:44px;background:#121212;color:#fff;border:1px solid hsla(0,0%,100%,.16);border-radius:12px;padding:0 16px;font-family:Albert Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:400;outline:none;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.input::placeholder{color:#999}.input:focus{border-color:#0090ff;box-shadow:0 0 0 3px rgba(0,144,255,.25)}.spinner{display:inline-block;width:14px;height:14px;border-radius:50%;border:2px solid;border-right:2px solid rgba(0,0,0,0);animation:__framer-loading-spin .8s linear infinite;flex-shrink:0}.sticky-banner{position:fixed;left:50%;bottom:24px;z-index:60;width:max-content;max-width:calc(100% - 32px);transform:translateX(-50%) translateY(calc(100% + 32px));opacity:0;pointer-events:none;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.sticky-banner.is-visible{transform:translateX(-50%) translateY(0);opacity:1;pointer-events:auto}.sticky-banner__inner{display:flex;align-items:center;gap:16px;padding:8px 8px 8px 16px;background:rgba(18,18,18,.78);backdrop-filter:saturate(160%) blur(16px);-webkit-backdrop-filter:saturate(160%) blur(16px);border:1px solid hsla(0,0%,100%,.16);border-radius:12px;box-shadow:0 .69px 0 0 rgba(0,0,0,.05),0 1.39px 4px 0 rgba(0,0,0,.12),0 24px 48px -24px rgba(0,0,0,.5)}.sticky-banner__text{margin:0;font-size:13px;font-weight:400;color:#999;white-space:nowrap}.sticky-banner__text strong{color:#fff;font-weight:600}.sticky-banner__text:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#ffb32c;box-shadow:0 0 10px #ffb32c;margin-right:8px;vertical-align:1px}.sticky-banner__actions{display:flex;align-items:center;gap:8px}.sticky-banner__actions .btn{height:34px;font-size:14px}@media(max-width:720px){.sticky-banner{bottom:16px;width:calc(100% - 24px);max-width:calc(100% - 24px)}.sticky-banner__inner{flex-direction:column;align-items:stretch;gap:10px;padding:12px}.sticky-banner__text{text-align:center;white-space:normal}.sticky-banner__actions{justify-content:stretch}.sticky-banner__actions .btn{flex:1 1}}@media(max-width:480px){.sticky-banner__text{display:none}}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(0,0,0,.72);backdrop-filter:saturate(160%) blur(16px);-webkit-backdrop-filter:saturate(160%) blur(16px);border-bottom:1px solid hsla(0,0%,100%,.06)}.site-header__inner{height:60px;display:flex;align-items:center;gap:28px}.brand{display:inline-flex;align-items:center;gap:8px;color:#fff;font-weight:600;font-size:16px;letter-spacing:-.01em}.brand svg{flex-shrink:0}.brand:hover{opacity:.8}.site-nav{display:flex;align-items:center;gap:22px;margin-left:4px;font-size:15px;font-weight:400;color:#999}.site-nav a:hover{color:#fff}@media(max-width:768px){.site-nav{display:none}}.site-cta{margin-left:auto;display:flex;align-items:center;gap:8px}@keyframes bounce{0%,80%,to{transform:translateY(0);opacity:.5}40%{transform:translateY(-6px);opacity:1}}.sh-deal{display:inline-flex;align-items:center;gap:8px;padding:8px 4px;margin-right:8px;color:#fae366;font-size:13.5px;font-weight:500;white-space:nowrap;transition:opacity .3s cubic-bezier(.2,0,0,1)}.sh-deal del{color:rgba(250,227,102,.55)}.sh-deal:hover{opacity:.75}.sh-deal:focus-visible{outline:2px solid #fae366;outline-offset:3px;border-radius:4px}@media(max-width:1024px){.sh-deal{display:none}}.sh-deal-dot{width:7px;height:7px;border-radius:50%;background:#fae366;box-shadow:0 0 0 0 rgba(250,227,102,.6);animation:bounce 1.2s ease 0s infinite normal none running}.section-head{text-align:center;max-width:650px;margin:0 auto 48px}.section-head--left{text-align:left;margin-left:0}.section-head .eyebrow{display:inline-flex;margin-bottom:14px;padding:3px 8px;border-radius:20px;background:rgba(188,188,188,.2);color:#fff;font-size:12px;font-weight:500}.section-head h2{font-size:clamp(30px,4vw,40px);line-height:1.1;font-weight:700;color:#fff;margin-bottom:12px}.section-head p{font-size:15px;color:#999;line-height:1.6}.stack-heading{text-align:center;max-width:650px;margin:0 auto 48px}@media(max-width:640px){.stack-heading{margin-bottom:32px}}.stack-heading__label{display:inline-flex;align-items:center;gap:6px;background:rgba(188,188,188,.2);color:#fff;border-radius:20px;padding:3px 8px;font-size:12px;font-weight:500;margin-bottom:16px}.stack-heading__title{font-size:clamp(30px,4vw,40px);font-weight:700;color:#fff;line-height:1.1;letter-spacing:-.025em;margin-bottom:12px}.stack-heading__desc{font-size:15px;color:#999;line-height:1.6}.stack-heading__desc a{color:#fff;border-bottom:1px solid hsla(0,0%,100%,.2)}.stack-heading__desc a:hover{color:#0090ff;border-color:#0090ff}.stack-heading__desc code{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;padding:2px 6px;border-radius:2.09px;background:#121212;border:1px solid hsla(0,0%,100%,.16);color:#fff}.hero{position:relative;padding:96px 0 0;background:#000;overflow:hidden}@media(max-width:640px){.hero{padding:56px 0 0}}.hero:before{content:"";position:absolute;left:50%;top:-320px;width:900px;height:600px;transform:translateX(-50%);background:radial-gradient(ellipse at center,rgba(0,144,255,.18) 0,rgba(0,144,255,.05) 40%,transparent 70%);pointer-events:none}.hero__inner{position:relative;max-width:760px;margin:0 auto;text-align:center}.hero__eyebrow{margin-bottom:22px}.hero__title{font-size:clamp(36px,5vw,48px);line-height:1.06;letter-spacing:-.03em;font-weight:700;color:#fff;margin-bottom:18px}.hero__title-conj{font-weight:400;color:#999}.hero__title-mark{color:#fff}.hero__subtitle{font-size:17px;line-height:1.6;color:#999;max-width:650px;margin:0 auto 28px}@media(max-width:640px){.hero__subtitle{font-size:15px}}.hero__cta{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.hero__ribbons{position:relative;margin-top:56px;padding:24px 0 0;border-top:1px solid hsla(0,0%,100%,.06)}@media(max-width:640px){.hero__ribbons{margin-top:40px}}.hero__ribbon{display:flex;flex-wrap:wrap;gap:12px 24px;justify-content:center;align-items:center;color:#999;margin-bottom:16px}@media(max-width:640px){.hero__ribbon{gap:10px 16px}}.hero__ribbon-label{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,100%,.45);margin-right:4px}.hero__ribbon--last{margin-bottom:64px}.provider-chip{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:500;color:#999;transition:color .2s ease-in-out}.provider-chip:hover{color:#fff}.provider-chip svg{width:14px;height:14px;flex-shrink:0}.provider-chip--mono svg{color:#fff}.showcase{padding:72px 0;background:#1f1f1f;border-top:1px solid hsla(0,0%,100%,.06);border-bottom:1px solid hsla(0,0%,100%,.06)}@media(max-width:640px){.showcase{padding:40px 0}}.video-frame{position:relative;display:block;width:100%;aspect-ratio:16/9;background:#121212;border:1px solid hsla(0,0%,100%,.16);border-radius:12px;overflow:hidden;cursor:pointer;box-shadow:0 .69px 0 0 rgba(0,0,0,.05),0 1.39px 4px 0 rgba(0,0,0,.12),0 24px 48px -24px rgba(0,0,0,.5),0 0 80px -20px rgba(0,144,255,.35);transition:box-shadow .3s ease-in-out,border-color .3s ease-in-out}.video-frame:hover{border-color:hsla(0,0%,100%,.28);box-shadow:0 .69px 0 0 rgba(0,0,0,.05),0 1.39px 4px 0 rgba(0,0,0,.12),0 24px 48px -24px rgba(0,0,0,.5),0 0 100px -20px rgba(0,144,255,.5)}.video-frame__video{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block}.video-frame__overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:rgba(0,0,0,.25);transition:opacity .3s ease-in-out;z-index:1}.video-frame.is-playing .video-frame__overlay{opacity:0;pointer-events:none}.video-frame__play{position:relative;display:grid;place-items:center;width:72px;height:72px;border-radius:50%;background:#fff;color:#000;box-shadow:0 0 0 8px hsla(0,0%,100%,.12),0 12px 32px -8px rgba(0,0,0,.6);transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.video-frame__play svg{margin-left:4px}.video-frame:hover .video-frame__play{transform:scale(1.05);box-shadow:0 0 0 12px hsla(0,0%,100%,.14),0 16px 40px -8px rgba(0,0,0,.7)}.video-frame__label{display:inline-flex;padding:3px 8px;border-radius:20px;background:rgba(188,188,188,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:12px;font-weight:500}.video-frame__progress{position:absolute;left:16px;right:16px;bottom:12px;height:16px;display:flex;align-items:center;cursor:pointer;z-index:2}.video-frame__progress:before{content:"";right:0;background:hsla(0,0%,100%,.25)}.video-frame__progress-fill,.video-frame__progress:before{position:absolute;left:0;top:50%;transform:translateY(-50%);height:4px;border-radius:20px}.video-frame__progress-fill{background:#0090ff;box-shadow:0 0 10px rgba(0,144,255,.7);transition:width .08s linear;z-index:1}.video-frame__progress-fill:after{content:"";position:absolute;right:-5px;top:50%;transform:translateY(-50%);width:10px;height:10px;border-radius:50%;background:#fff;opacity:0;transition:opacity .2s ease-in-out}.video-frame:hover .video-frame__progress-fill:after{opacity:1}.features{padding:0 0 96px;background:#000}@media(max-width:640px){.features{padding:0 0 64px}}.features__divider{height:1px;background:hsla(0,0%,100%,.06);margin-bottom:80px}@media(max-width:640px){.features__divider{margin-bottom:48px}}.features__layout{display:flex;align-items:flex-start;gap:64px}@media(max-width:900px){.features__layout{flex-direction:column;gap:32px}}.features__intro{flex:0 0 38%;position:-webkit-sticky;position:sticky;top:110px}.features__intro h2{font-size:clamp(30px,3.6vw,40px);font-weight:700;line-height:1.1;letter-spacing:-.025em;margin-bottom:12px}.features__intro p{font-size:15px;line-height:1.6;color:#999;max-width:360px}@media(max-width:900px){.features__intro{flex:none;position:static}}.feature-list{flex:1 1;min-width:0}.feature-list ol{list-style:none;margin:0;padding:0;border-top:1px solid hsla(0,0%,100%,.06)}.feature-list li{display:flex;align-items:flex-start;gap:24px;padding:22px 0;border-bottom:1px solid hsla(0,0%,100%,.06)}@media(max-width:640px){.feature-list li{gap:16px;padding:18px 0}}.feature-list__num{flex:0 0 32px;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;color:hsla(0,0%,100%,.45);padding-top:4px}.feature-list__body{min-width:0}.feature-list__body h3{font-size:18px;font-weight:500;letter-spacing:-.015em;line-height:1.3;margin-bottom:4px}.feature-list__body p{font-size:14px;line-height:1.55;color:#999;margin:0;max-width:520px}.feature-list__note{margin:20px 0 0 56px;font-size:13px;line-height:1.55;color:hsla(0,0%,100%,.45)}@media(max-width:640px){.feature-list__note{margin-left:48px}}.integrations{padding:96px 0;background:#070707;border-top:1px solid hsla(0,0%,100%,.06);border-bottom:1px solid hsla(0,0%,100%,.06)}@media(max-width:640px){.integrations{padding:64px 0}}.integrations__intro{max-width:650px;margin-bottom:40px}.integrations__intro .badge-pill{margin-bottom:14px}.integrations__intro h2{font-size:clamp(30px,4vw,40px);font-weight:700;line-height:1.1;letter-spacing:-.025em;margin-bottom:10px}.integrations__intro p{font-size:15px;line-height:1.6;color:#999}@media(max-width:640px){.integrations__intro{margin-bottom:28px}}.integrations-panel{padding:1px;border-radius:12px;background:linear-gradient(180deg,rgba(0,144,255,.55),rgba(255,255,255,.22));box-shadow:0 .69px 0 0 rgba(0,0,0,.05),0 1.39px 4px 0 rgba(0,0,0,.12),0 24px 48px -24px rgba(0,0,0,.5),0 0 80px -28px rgba(0,144,255,.4);overflow:hidden}.integrations-panel__foot{display:flex;align-items:center;gap:12px;padding:14px 20px;background:#121212;border-top:1px solid hsla(0,0%,100%,.06);border-radius:0 0 11px 11px}.integrations-panel__foot p{flex:1 1;min-width:0;font-size:13px;line-height:1.5;color:#999}.integrations-panel__foot p strong{color:#fff;font-weight:600}@media(max-width:640px){.integrations-panel__foot{flex-wrap:wrap}.integrations-panel__foot p{flex-basis:100%}}.integrations-panel__foot-icon{display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border-radius:8.33px;background:#1f1f1f;border:1px solid hsla(0,0%,100%,.16);color:#fff}.integrations-panel__link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#fff;white-space:nowrap}.integrations-panel__link:hover{color:#0090ff}.integrations-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:hsla(0,0%,100%,.06);border-radius:11px 11px 0 0;overflow:hidden}@media(max-width:900px){.integrations-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.integrations-grid{grid-template-columns:1fr}}.integration-card{display:flex;flex-direction:column;gap:12px;padding:22px 20px;background:#070707;transition:background .3s ease-in-out}.integration-card:hover{background:#121212}.integration-card__head{display:flex;align-items:center;gap:10px}.integration-card__logo{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:8.33px;background:#1f1f1f;border:1px solid hsla(0,0%,100%,.16);color:#fff}.integration-card__logo svg{width:17px;height:17px}.integration-card__name{flex:1 1;min-width:0;font-size:15px;font-weight:600;color:#fff;line-height:1.3;letter-spacing:-.01em}.integration-card__tag{flex-shrink:0}.integration-card__desc{font-size:13px;color:#999;line-height:1.55;margin:0}.pricing{padding:72px 0;background:#070707;border-top:1px solid hsla(0,0%,100%,.06);border-bottom:1px solid hsla(0,0%,100%,.06)}@media(max-width:640px){.pricing{padding:56px 0}}.pricing .stack-heading{margin-bottom:32px}.pricing-two-col{display:flex;background:#121212;color:#fff;border:1px solid hsla(0,0%,100%,.16);border-radius:12px;overflow:hidden;max-width:980px;margin:0 auto;box-shadow:0 .69px 0 0 rgba(0,0,0,.05),0 1.39px 4px 0 rgba(0,0,0,.12),0 24px 48px -24px rgba(0,0,0,.5),0 0 80px -24px rgba(0,144,255,.3)}@media(max-width:860px){.pricing-two-col{flex-direction:column}}.pricing-left{flex:0 0 330px;min-width:0;padding:32px 28px;text-align:center;display:flex;flex-direction:column;justify-content:center;border-right:1px solid hsla(0,0%,100%,.06)}@media(max-width:860px){.pricing-left{flex:none;border-right:none;border-bottom:1px solid hsla(0,0%,100%,.06);padding:28px 22px}}.pricing-right{flex:1 1;min-width:0;padding:28px;background:#070707;display:flex;flex-direction:column;justify-content:center}@media(max-width:860px){.pricing-right{padding:22px}}.pricing-row-badge{display:inline-flex;align-self:center;align-items:center;gap:6px;background:rgba(255,179,44,.16);color:#ffcb6b;border-radius:20px;margin-bottom:16px;padding:3px 8px;font-size:12px;font-weight:500;line-height:1.4}.pricing-row-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:#ffb32c;box-shadow:0 0 8px #ffb32c}.pricing-row-price{margin-bottom:18px}.price-original-row{color:hsla(0,0%,100%,.45);text-decoration:line-through;text-decoration-thickness:1.5px;font-size:1rem;margin-bottom:0}.price-original-row .dollar{margin-right:1px}.price-current-row{display:flex;justify-content:center;align-items:baseline;margin-bottom:10px;line-height:1}.price-current-row .dollar{color:#999;align-self:flex-start;margin-top:8px;margin-right:3px;font-size:1.4rem;font-weight:500}.price-current-row .amount{color:#fff;letter-spacing:-.04em;font-size:3.5rem;font-weight:700}.price-meta-row{display:flex;justify-content:center;align-items:center;gap:8px}.price-off{color:#5ee08a;background:rgba(0,196,57,.16);border-radius:20px;padding:2px 7px;font-size:11px;font-weight:500}.price-period{color:#999;font-size:13px}.pricing-row-cta{margin-bottom:10px;display:flex;justify-content:center}.pricing-row-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;height:42px;border:0;border-radius:12px;padding:0 16px;font-family:Albert Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;background:#fff;color:#000;box-shadow:0 .69px 0 0 rgba(0,0,0,.05),0 1.39px 4px 0 rgba(0,0,0,.12);transition:background .2s ease-in-out,transform .2s ease-in-out;cursor:pointer}.pricing-row-button:hover:not(:disabled){background:#e8e8e8;transform:translateY(-1px)}.pricing-row-button:active:not(:disabled){transform:translateY(0)}.pricing-row-button:disabled{opacity:.7;cursor:not-allowed}.pricing-row-guarantee{display:flex;justify-content:center;align-items:center;gap:6px;color:#999;font-size:13px;margin-bottom:16px}.pricing-row-guarantee svg{color:#00c439;flex-shrink:0}.price-progress{width:100%;margin-top:30px}.price-progress-bar{width:100%;height:14px;border-radius:4px;background:repeating-linear-gradient(90deg,rgba(255,255,255,.14),rgba(255,255,255,.14) 8px,transparent 0,transparent 12px);overflow:hidden}.price-progress-bar span{display:block;height:100%;background:repeating-linear-gradient(90deg,#fae366 0 8px,transparent 8px 12px);transition:width .8s ease-out}.price-progress-label{margin-top:.5rem;font-size:.875rem;color:hsla(0,0%,100%,.6)}.pricing-features-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;column-gap:20px}.pricing-features-list li{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 10px);min-width:0;font-size:13.5px;color:#999;padding:8px 0;border-bottom:1px solid hsla(0,0%,100%,.06);display:flex;align-items:center;gap:8px;line-height:1.35}@media(max-width:540px){.pricing-features-list li{flex-basis:100%}}.pricing-features-list li:before{content:"";width:14px;height:14px;border:1px solid hsla(0,0%,100%,.16);border-radius:50%;flex-shrink:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") 50%/8px no-repeat}.pricing-features-list li.highlight{color:#fff;font-weight:600}.pricing-features-list li.highlight:before{border-color:#0090ff;background-color:#0090ff;box-shadow:0 0 12px rgba(0,144,255,.6)}.pricing-features-list li em{font-style:normal;font-size:9px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;padding:1px 6px;background:rgba(0,144,255,.18);color:#6cc0ff;border-radius:20px;margin-left:6px;flex-shrink:0}.pricing-features-list li em:first-of-type{margin-left:auto}.pricing-features-list li em.unique{background:rgba(255,179,44,.16);color:#ffcb6b}.final-cta{padding:96px 0;background:#000}@media(max-width:640px){.final-cta{padding:64px 0}}.final-cta__inner{position:relative;isolation:isolate;overflow:hidden;text-align:center;padding:64px 24px;border-top:1px solid hsla(0,0%,100%,.06);border-bottom:1px solid hsla(0,0%,100%,.06)}@media(max-width:640px){.final-cta__inner{padding:48px 16px}}.final-cta__glow{position:absolute;left:50%;top:50%;width:720px;height:720px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(0,144,255,.16) 0,rgba(0,144,255,.04) 40%,transparent 65%);pointer-events:none;z-index:-1}.final-cta__title{font-size:clamp(30px,3.8vw,44px);line-height:1.08;letter-spacing:-.03em;font-weight:700;margin:0 auto 12px;max-width:720px;color:#fff}.final-cta__title em{font-style:normal;color:#999}.final-cta__subtitle{font-size:15px;line-height:1.6;color:#999;margin:0 auto 24px}.final-cta__row{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:18px}.final-cta__reassurance{list-style:none;display:inline-flex;flex-wrap:wrap;justify-content:center;gap:6px 18px;padding:0;margin:0;font-size:13px;color:#999}.final-cta__reassurance li{display:inline-flex;align-items:center;gap:8px}.final-cta__reassurance li:before{content:"";width:4px;height:4px;border-radius:50%;background:hsla(0,0%,100%,.2)}.final-cta__reassurance li:first-child:before{display:none}.site-footer{background:#000;border-top:1px solid hsla(0,0%,100%,.06);padding:56px 0 32px}.site-footer__inner{display:flex;gap:48px;margin-bottom:48px}@media(max-width:900px){.site-footer__inner{flex-direction:column;gap:32px}}.site-footer__brand{flex:0 0 260px}.site-footer__brand .brand{margin-bottom:12px}.site-footer__brand p{font-size:13.5px;color:#999;max-width:300px}@media(max-width:900px){.site-footer__brand{flex:none}}.site-footer__cols{flex:1 1;min-width:0;display:flex;flex-wrap:wrap;gap:28px}.site-footer__cols>div{flex:1 1 150px;min-width:0}.site-footer__cols h4{font-size:13px;font-weight:600;color:#fff;margin-bottom:12px;letter-spacing:0}.site-footer__cols a{display:block;color:#999;font-size:13.5px;padding:3px 0}.site-footer__cols a:hover{color:#fff}.site-footer__legal{padding-top:20px;border-top:1px solid hsla(0,0%,100%,.06);font-size:13px;color:#999;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}.docs{display:grid;grid-template-columns:240px 1fr;grid-gap:0;gap:0;max-width:1072px;margin:0 auto;padding:32px 24px 64px;align-items:start}@media(max-width:880px){.docs{grid-template-columns:1fr;padding:24px 18px 48px}}.docs-sidebar{position:-webkit-sticky;position:sticky;top:80px;align-self:start;max-height:calc(100vh - 96px);overflow-y:auto;padding-right:24px}@media(max-width:880px){.docs-sidebar{position:static;max-height:none;padding:0 0 24px;margin-bottom:24px;border-bottom:1px solid hsla(0,0%,100%,.06);overflow-y:visible}}.docs-sidebar__group{margin-bottom:22px}.docs-sidebar__title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:hsla(0,0%,100%,.45);margin-bottom:10px}.docs-sidebar ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.docs-sidebar__link{display:block;padding:6px 10px;border-radius:6px;font-size:13.5px;color:#999;line-height:1.4;transition:background .2s ease-in-out,color .2s ease-in-out}.docs-sidebar__link.is-active,.docs-sidebar__link:hover{color:#fff;background:rgba(0,144,255,.12)}.docs-sidebar__link.is-active{font-weight:600}.docs-main{min-width:0}.docs-article{max-width:760px;padding-left:32px}@media(max-width:880px){.docs-article{padding-left:0}}.docs-article__head{margin-bottom:28px;padding-bottom:22px;border-bottom:1px solid hsla(0,0%,100%,.06)}.docs-article__head h1{font-size:clamp(28px,3.5vw,36px);letter-spacing:-.02em;line-height:1.15;color:#fff;margin-bottom:10px}.docs-article__lede{font-size:16px;color:#999;line-height:1.55}.docs-article__body{font-size:14.5px;line-height:1.65;color:#fff}.docs-article__body h2{font-size:22px;letter-spacing:-.015em;margin:36px 0 12px;color:#fff}.docs-article__body h3{font-size:17px;letter-spacing:-.01em;margin:28px 0 8px;color:#fff}.docs-article__body p{margin:0 0 14px;color:#fff}.docs-article__body a{color:#fff;border-bottom:1px solid hsla(0,0%,100%,.2)}.docs-article__body a:hover{color:var(--links-hover-custom);border-color:var(--links-hover-custom)}.docs-article__body strong{font-weight:600}.docs-list{margin:8px 0 18px;padding-left:22px}.docs-list li{margin-bottom:6px}.docs-list--ordered{list-style:decimal}.docs-inline-code{font-size:12.5px;padding:1px 6px;border-radius:4px;background:rgba(0,144,255,.12);border:1px solid hsla(0,0%,100%,.06)}.docs-code,.docs-inline-code{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;color:#fff}.docs-code{position:relative;background:#121212;border-radius:8.33px;padding:16px 44px 16px 18px;font-size:13px;line-height:1.6;overflow-x:auto;margin:12px 0 18px}.docs-code code{color:inherit;background:rgba(0,0,0,0);padding:0;border:none}.docs-code ::selection{background:hsla(0,0%,100%,.22);color:#fff}.docs-code ::-moz-selection{background:hsla(0,0%,100%,.22);color:#fff}.docs-code__copy{position:absolute;top:8px;right:8px;display:grid;place-items:center;width:28px;height:28px;border-radius:6px;color:hsla(0,0%,100%,.7);background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);transition:background .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out}.docs-code__copy:hover{background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.18);color:#fff}.docs-callout{margin:16px 0 20px;padding:14px 16px;border-radius:8.33px;border:1px solid;font-size:14px;line-height:1.55}.docs-callout__title{display:block;font-weight:600;margin-bottom:4px;font-size:13px;letter-spacing:-.005em}.docs-callout--info{background:rgba(14,165,233,.06);border-color:rgba(14,165,233,.2)}.docs-callout--info .docs-callout__title{color:#0090ff}.docs-callout--warn{background:rgba(234,179,8,.08);border-color:rgba(234,179,8,.25)}.docs-callout--warn .docs-callout__title{color:#0090ff}.docs-callout--danger{background:rgba(239,68,68,.06);border-color:rgba(239,68,68,.2)}.docs-callout--danger .docs-callout__title{color:#ff4d4e}.docs-callout--tip{background:rgba(34,197,94,.06);border-color:rgba(34,197,94,.22)}.docs-callout--tip .docs-callout__title{color:#00c439}.docs-steps{list-style:none;padding:0;margin:14px 0 18px;counter-reset:steps}.docs-steps__item{counter-increment:steps;position:relative;padding:4px 0 18px 38px;border-left:1px solid hsla(0,0%,100%,.16);margin-left:12px}.docs-steps__item:before{content:counter(steps);position:absolute;left:-13px;top:0;width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:#000;border:1px solid hsla(0,0%,100%,.16);font-size:12px;font-weight:600;color:#fff}.docs-steps__item:last-child{border-left-color:rgba(0,0,0,0);padding-bottom:4px}.docs-figure{margin:14px 0 22px;border:1px solid hsla(0,0%,100%,.16);border-radius:8.33px;overflow:hidden;background:#1f1f1f}.docs-figure img{display:block;width:100%;height:auto}.docs-figure figcaption{padding:8px 14px;font-size:12.5px;color:#999;border-top:1px solid hsla(0,0%,100%,.06);background:#121212}.docs-figure__placeholder{display:grid;place-items:center;aspect-ratio:16/9;color:hsla(0,0%,100%,.45);font-size:13px;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;background:repeating-linear-gradient(45deg,transparent 0 12px,rgba(255,255,255,.05) 12px 13px)}.docs-pager{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:56px;padding-top:24px;border-top:1px solid hsla(0,0%,100%,.06)}@media(max-width:540px){.docs-pager{grid-template-columns:1fr}}.docs-pager__link{display:flex;align-items:center;gap:10px;padding:14px 16px;border:1px solid hsla(0,0%,100%,.16);border-radius:8.33px;color:#fff;transition:border-color .2s ease-in-out,background .2s ease-in-out}.docs-pager__link:hover{border-color:hsla(0,0%,100%,.2);background:#1f1f1f}.docs-pager__link span{display:flex;flex-direction:column;gap:2px;min-width:0}.docs-pager__link em{font-style:normal;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:hsla(0,0%,100%,.45)}.docs-pager__link strong{font-weight:600;font-size:14px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.docs-pager__link--prev{justify-content:flex-start}.docs-pager__link--next{justify-content:flex-end;text-align:right}.docs-pager__link--next span{align-items:flex-end}.legal{max-width:720px;margin:0 auto;padding:56px 24px 96px;font-size:15px;line-height:1.65;color:#fff}@media(max-width:640px){.legal{padding:40px 18px 72px}}.legal__head{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid hsla(0,0%,100%,.06)}.legal__head h1{font-size:clamp(28px,4vw,36px);letter-spacing:-.02em;line-height:1.1;margin-bottom:6px}.legal__updated{font-size:13px;color:#999}.legal__lede{font-size:16px;color:#999;margin-bottom:32px;line-height:1.6}.legal h2{font-size:20px;letter-spacing:-.015em;margin:36px 0 12px;color:#fff}.legal p{margin:0 0 14px}.legal ul{margin:8px 0 18px;padding-left:22px}.legal ul li{margin-bottom:6px}.legal a{color:#fff;border-bottom:1px solid hsla(0,0%,100%,.2)}.legal a:hover{color:var(--links-hover-custom);border-color:var(--links-hover-custom)}.legal code{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;padding:1px 6px;border-radius:4px;background:rgba(0,144,255,.12);border:1px solid hsla(0,0%,100%,.06)}.contact{padding:64px 0 96px;background:#000}@media(max-width:640px){.contact{padding:40px 0 64px}}.contact__inner{max-width:560px}.contact__head{margin-bottom:28px}.contact__eyebrow{margin-bottom:14px}.contact__title{font-size:clamp(30px,4vw,40px);line-height:1.08;letter-spacing:-.03em;font-weight:700;color:#fff;margin-bottom:10px}.contact__subtitle{font-size:15px;color:#999;line-height:1.6}.contact-form{display:flex;flex-direction:column;gap:14px;padding:22px;background:#121212;border:1px solid hsla(0,0%,100%,.16);border-radius:12px;box-shadow:0 .69px 0 0 rgba(0,0,0,.05),0 1.39px 4px 0 rgba(0,0,0,.12)}@media(max-width:640px){.contact-form{padding:16px}}.contact-form__row{display:flex;gap:12px}@media(max-width:540px){.contact-form__row{flex-direction:column}}.contact-form__row>.contact-form__field{flex:1 1;min-width:0}.contact-form__field{display:flex;flex-direction:column;gap:6px}.contact-form__field>span{font-size:12px;font-weight:500;color:#999}.contact-form__field .input{height:40px;font-size:14px;background:#000}.contact-form__field textarea.input{height:auto;min-height:120px;padding:10px 14px;line-height:1.5;resize:vertical}.contact-form__field select.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23999999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1.5 1.5 L6 6 L10.5 1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px;cursor:pointer}.contact-form__honeypot{position:absolute;left:-10000px;width:1px;height:1px;opacity:0;pointer-events:none}.contact-form__error{font-size:13px;color:#ff4d4e;background:rgba(255,77,78,.1);border:1px solid rgba(255,77,78,.3);padding:9px 12px;border-radius:8.33px;margin:0}.contact-form__actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:2px}.contact-form__hint{font-size:13px;color:#999}.contact-form__hint a{color:#fff;border-bottom:1px solid hsla(0,0%,100%,.2)}.contact-form__hint a:hover{color:#0090ff;border-color:#0090ff}.contact-form__success{text-align:center;padding:20px 12px}.contact-form__success h3{font-size:18px;font-weight:600;margin:10px 0 6px}.contact-form__success p{color:#999;font-size:14px;max-width:340px;margin:0 auto 16px;line-height:1.55}.contact-form__success-icon{color:#00c439;margin:0 auto}.contact-meta{list-style:none;padding:0;margin:20px 0 0;display:flex;flex-direction:column;gap:8px}.contact-meta li{display:flex;align-items:center;gap:10px;font-size:13px;color:#999}.contact-meta li svg{color:hsla(0,0%,100%,.45);flex-shrink:0}.contact-meta li strong{color:#fff;font-weight:500}.contact-meta li a{color:#fff;border-bottom:1px solid hsla(0,0%,100%,.2)}.contact-meta li a:hover{color:#0090ff;border-color:#0090ff}.testimonials{padding:96px 0;background:#000}@media(max-width:640px){.testimonials{padding:64px 0}}.testimonials__intro{max-width:650px;margin-bottom:40px}.testimonials__intro .badge-pill{margin-bottom:14px}.testimonials__intro h2{font-size:clamp(30px,4vw,40px);font-weight:700;line-height:1.1;letter-spacing:-.025em;margin-bottom:10px}.testimonials__intro p{font-size:15px;line-height:1.6;color:#999}@media(max-width:640px){.testimonials__intro{margin-bottom:28px}}.testimonial-featured{margin:0 0 12px;padding:1px;border-radius:12px;background:linear-gradient(180deg,rgba(0,144,255,.55),rgba(255,255,255,.22));box-shadow:0 .69px 0 0 rgba(0,0,0,.05),0 1.39px 4px 0 rgba(0,0,0,.12),0 24px 48px -24px rgba(0,0,0,.5),0 0 80px -28px rgba(0,144,255,.4)}.testimonial-featured__inner{display:flex;flex-direction:column;gap:24px;padding:36px 40px;background:#070707;border-radius:11px}@media(max-width:640px){.testimonial-featured__inner{padding:24px 20px;gap:18px}}.testimonial-featured__quote{margin:0;font-size:clamp(18px,2.2vw,24px);line-height:1.4;letter-spacing:-.015em;font-weight:500;color:#fff;max-width:900px}.testimonial-featured__quote:before{content:"“";color:#0090ff;margin-right:2px}.testimonial-featured__quote:after{content:"”";color:#0090ff;margin-left:2px}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.16);border-radius:12px;overflow:hidden}@media(max-width:900px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.testimonials-grid{grid-template-columns:1fr}}.testimonial-card{display:flex;flex-direction:column;gap:18px;padding:22px 20px;background:#000;transition:background .3s ease-in-out}.testimonial-card:hover{background:#070707}.testimonial-card__quote{margin:0;flex:1 1;font-size:14px;line-height:1.6;color:#fff}.testimonial-author{display:flex;align-items:center;gap:10px;color:#fff;min-width:0}.testimonial-author__avatar{border-radius:50%;object-fit:cover;background:#1f1f1f;flex-shrink:0}.testimonial-author__info{display:flex;flex-direction:column;gap:1px;min-width:0}.testimonial-author__name{font-weight:600;font-size:13.5px;color:#fff}.testimonial-author__role{font-size:12.5px;color:#999}.hero-proof{margin-top:28px;gap:14px}.hero-avatars,.hero-proof{display:inline-flex;align-items:center}.hero-avatar{width:32px;height:32px;border-radius:50%;border:2px solid #000;object-fit:cover;background:rgba(0,144,255,.12);margin-left:-8px;box-shadow:0 1px 2px rgba(0,0,0,.06)}.hero-avatar:first-child{margin-left:0}.hero-proof-text{font-size:13.5px;color:#999;letter-spacing:-.005em}.hero-proof-text strong{color:#fff;font-weight:700}.avatar{display:inline-block;border-radius:50%;object-fit:cover;background:rgba(0,144,255,.12);flex-shrink:0}.avatar--fallback{display:inline-grid;place-items:center;color:#fff;font-weight:700;letter-spacing:.02em;line-height:1}.auth-page{position:relative;padding:72px 0 112px;background:#000;min-height:70vh;display:flex;align-items:center;overflow:hidden}.auth-page:before{content:"";position:absolute;left:50%;top:0;width:720px;height:520px;transform:translateX(-50%);background:radial-gradient(ellipse at top,rgba(0,144,255,.14) 0,rgba(0,144,255,.04) 40%,transparent 70%);pointer-events:none}.auth-page__inner{position:relative;width:100%}@media(max-width:640px){.auth-page{padding:48px 0 80px}}.auth-card{max-width:360px;margin:0 auto;text-align:center}.auth-card__mark{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:12px;background:#121212;border:1px solid hsla(0,0%,100%,.16);color:#fff;box-shadow:0 .69px 0 0 rgba(0,0,0,.05),0 1.39px 4px 0 rgba(0,0,0,.12);margin-bottom:20px}.auth-card__title{font-size:28px;font-weight:700;letter-spacing:-.03em;line-height:1.1;color:#fff;margin-bottom:8px}.auth-card__lede{font-size:14px;color:#999;line-height:1.55;margin-bottom:24px}.auth-card__google{width:100%;height:44px;font-size:15px}.auth-card__divider{display:flex;align-items:center;gap:12px;margin:18px 0;color:hsla(0,0%,100%,.45);font-size:12px}.auth-card__divider:after,.auth-card__divider:before{content:"";flex:1 1;height:1px;background:hsla(0,0%,100%,.06)}.auth-card__form{display:flex;flex-direction:column;gap:12px;text-align:left}.auth-card__field{display:flex;flex-direction:column;gap:6px}.auth-card__field>span{font-size:12px;font-weight:500;color:#999}.auth-card__field .input{height:42px;font-size:14px}.auth-card__error{font-size:13px;color:#ff4d4e;background:rgba(255,77,78,.1);border:1px solid rgba(255,77,78,.3);padding:9px 12px;border-radius:8.33px;margin:0}.auth-card__submit{width:100%;height:44px;margin-top:4px;font-size:15px}.auth-card__hint{font-size:13px;color:#999;margin:20px 0 0}.auth-card__hint a{color:#fff;border-bottom:1px solid hsla(0,0%,100%,.2)}.auth-card__hint a:hover{color:#0090ff;border-color:#0090ff}.success{padding:80px 0 96px;background:#000}.success__inner{max-width:640px;text-align:center}.success__icon{color:#00c439;margin:0 auto 18px}.success__title{font-size:clamp(28px,4vw,40px);line-height:1.1;letter-spacing:-.025em;color:#fff;margin-bottom:12px}.success__lede{font-size:16px;color:#999;line-height:1.55;margin:0 auto 36px;max-width:480px}.success__steps{display:flex;flex-direction:column;gap:14px;text-align:left;margin-bottom:36px}.success__step{display:flex;gap:14px;background:#121212;border:1px solid hsla(0,0%,100%,.16);border-radius:12px;padding:18px 22px}.success__step h3{font-size:15px;font-weight:600;color:#fff;letter-spacing:-.01em;margin-bottom:4px}.success__step p{font-size:13.5px;color:#999;line-height:1.55;margin:0}.success__step p a{color:#fff;border-bottom:1px solid hsla(0,0%,100%,.2)}.success__step p a:hover{color:var(--links-hover-custom);border-color:var(--links-hover-custom)}.success__step p strong{color:#fff;font-weight:600}.success__step-num{flex-shrink:0;width:28px;height:28px;display:grid;place-items:center;background:rgba(0,144,255,.12);color:#fff;border-radius:20px;font-size:13px;font-weight:700}.success__cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.dashboard{padding:56px 0 96px;background:#000;min-height:60vh}.dashboard--loading .dashboard__lede{text-align:center}.dashboard__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:36px;padding-bottom:24px;border-bottom:1px solid hsla(0,0%,100%,.06)}@media(max-width:540px){.dashboard__head{flex-direction:column;align-items:stretch}}.dashboard__title{font-size:clamp(24px,3.5vw,32px);letter-spacing:-.02em;color:#fff;margin-bottom:4px}.dashboard__lede{font-size:14px;color:#999;margin:0}.dashboard__lede strong{color:#fff;font-weight:600}.dashboard__section-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:hsla(0,0%,100%,.45);margin-bottom:16px}.dashboard__error{background:rgba(239,68,68,.06);border:1px solid rgba(239,68,68,.25);color:#ff4d4e;padding:12px 14px;border-radius:8.33px;font-size:13.5px;margin-bottom:16px}.dashboard__empty{background:#121212;border:1px dashed hsla(0,0%,100%,.16);border-radius:12px;padding:24px 26px;text-align:center}.dashboard__empty p{margin-bottom:6px}.dashboard__empty .muted{font-size:13px}.dashboard__licenses{list-style:none;padding:0;margin:0}.dashboard__licenses,.license-card{display:flex;flex-direction:column;gap:14px}.license-card{background:#121212;border:1px solid hsla(0,0%,100%,.16);border-radius:12px;padding:22px 24px}.license-card__head{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.license-card__tier{font-size:16px;font-weight:600;color:#fff;letter-spacing:-.01em}.license-card__date{font-size:12.5px;color:#999}.license-card__token{background:#1f1f1f;border:1px solid hsla(0,0%,100%,.16);border-radius:8.33px;padding:12px 14px}.license-card__token-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:hsla(0,0%,100%,.45);margin-bottom:6px}.license-card__token-row{display:flex;align-items:center;gap:8px}.license-card__token-row code{flex:1 1;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;color:#fff;word-break:break-all;background:rgba(0,0,0,0);padding:0;border:none}.license-card__copy{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;color:#999;background:rgba(0,0,0,0);cursor:pointer;transition:background .2s ease-in-out,color .2s ease-in-out}.license-card__copy:hover{background:rgba(0,144,255,.12);color:#fff}.license-card__hint{margin:0;font-size:12.5px;line-height:1.55}.license-card__hint a{color:#fff;border-bottom:1px solid hsla(0,0%,100%,.2)}.license-card__hint a:hover{color:var(--links-hover-custom);border-color:var(--links-hover-custom)}.pricing-hero{padding:64px 0 32px;background:#000;text-align:center}@media(max-width:640px){.pricing-hero{padding:48px 0 24px}}.pricing-hero__inner{max-width:720px}.pricing-hero__eyebrow{display:inline-flex;align-items:center;background:rgba(188,188,188,.2);color:#fff;border-radius:20px;padding:3px 8px;font-size:12px;font-weight:500;margin-bottom:16px}.pricing-hero__title{font-size:clamp(28px,4vw,44px);line-height:1.05;letter-spacing:-.025em;font-weight:700;color:#fff;margin-bottom:14px}.pricing-hero__subtitle{font-size:16px;color:#999;line-height:1.55;max-width:580px;margin:0 auto}.pricing-hero__subtitle strong{color:#fff;font-weight:600}.pricing--page{padding:24px 0 96px;background:#000}.faq,.pricing--page{border-bottom:1px solid hsla(0,0%,100%,.06)}.faq{padding:80px 0;background:#070707}@media(max-width:640px){.faq{padding:56px 0}}.faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.faq-item{background:#121212;border:1px solid hsla(0,0%,100%,.16);border-radius:8.33px;overflow:hidden;transition:border-color .2s ease-in-out}.faq-item.is-open{border-color:hsla(0,0%,100%,.2)}.faq-item summary{list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item__q{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;font-size:15.5px;font-weight:600;color:#fff;letter-spacing:-.01em;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq-item__q:hover{color:#fff}.faq-item__chev{color:#999;flex-shrink:0;transition:transform .2s ease-in-out}.faq-item.is-open .faq-item__chev{transform:rotate(180deg)}.faq-item__a{padding:0 20px 18px;font-size:14.5px;line-height:1.6;color:#999}.faq-item__a p{margin:0}.pricing-cta{padding:56px 0 80px;background:#000;text-align:center}.pricing-cta__inner h3{font-size:20px;font-weight:600;color:#fff;letter-spacing:-.015em;margin-bottom:8px}.pricing-cta__inner p{font-size:14.5px;color:#999;margin:0}.pricing-cta__inner p a{color:#fff;border-bottom:1px solid hsla(0,0%,100%,.2)}.pricing-cta__inner p a:hover{color:var(--links-hover-custom);border-color:var(--links-hover-custom)}.license-domains{background:#1f1f1f;border:1px solid hsla(0,0%,100%,.16);border-radius:8.33px;padding:16px 18px}.license-domains__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.license-domains__head strong{font-size:12.5px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.06em}.license-domains__count{font-size:12px;font-weight:600;color:#999;background:#121212;border:1px solid hsla(0,0%,100%,.16);border-radius:20px;padding:2px 10px}.license-domains__empty{margin:0;line-height:1.55}.license-domains__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.license-domains__warn{margin:12px 0 0;padding:8px 12px;background:rgba(234,179,8,.08);border:1px solid rgba(234,179,8,.25);border-radius:8.33px;font-size:12.5px;color:#0090ff}.license-domains__warn a{color:#0090ff;border-bottom:1px solid rgba(250,227,102,.4)}.license-domains__warn a:hover{border-color:#0090ff}.license-domain{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#121212;border:1px solid hsla(0,0%,100%,.16);border-radius:8.33px}.license-domain__icon{display:grid;place-items:center;width:28px;height:28px;border-radius:6px;background:rgba(0,144,255,.12);color:#999;flex-shrink:0}.license-domain__main{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.license-domain__name{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;color:#fff;background:rgba(0,0,0,0);padding:0;border:none;word-break:break-all}.license-domain__meta{font-size:11.5px;color:hsla(0,0%,100%,.45)}.license-domain__remove{width:28px;height:28px;display:grid;place-items:center;border-radius:6px;color:hsla(0,0%,100%,.45);background:rgba(0,0,0,0);cursor:pointer;transition:background .2s ease-in-out,color .2s ease-in-out;flex-shrink:0}.license-domain__remove:hover{background:rgba(239,68,68,.1);color:#ff4d4e}.license-domain__remove:disabled{opacity:.5;cursor:not-allowed}.blog{max-width:760px;margin:0 auto;padding:56px 24px 96px}@media(max-width:720px){.blog{padding:36px 18px 72px}}.blog-back{margin-bottom:28px}.blog-back__link{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#999;border:none}.blog-back__link:hover{color:#fff}.blog-article__meta{display:flex;gap:8px;font-size:12.5px;color:hsla(0,0%,100%,.45);margin-bottom:14px;letter-spacing:.005em}.blog-article__meta time{color:#999;font-weight:500}.blog-article__head{margin-bottom:32px;padding-bottom:26px;border-bottom:1px solid hsla(0,0%,100%,.06)}.blog-article__head h1{font-size:clamp(30px,4vw,42px);letter-spacing:-.02em;line-height:1.12;color:#fff;margin-bottom:14px}.blog-article__lede{font-size:17px;color:#999;line-height:1.55}.blog-article__cta{margin-top:64px;padding:28px 28px 30px;border-radius:12px;background:#070707;border:1px solid hsla(0,0%,100%,.06)}.blog-article__cta h3{font-size:18px;letter-spacing:-.01em;margin-bottom:6px;color:#fff}.blog-article__cta p{font-size:14px;color:#999;line-height:1.55;margin-bottom:16px}.blog-article__cta-row{display:flex;gap:10px;flex-wrap:wrap}.blog-table-wrap{overflow-x:auto;margin:18px 0 24px;border:1px solid hsla(0,0%,100%,.16);border-radius:8.33px}.blog-table{width:100%;border-collapse:collapse;font-size:13.5px}.blog-table td,.blog-table th{text-align:left;padding:10px 14px;border-bottom:1px solid hsla(0,0%,100%,.06);vertical-align:top}.blog-table th{background:#1f1f1f;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#999;border-bottom:1px solid hsla(0,0%,100%,.06)}.blog-table tr:last-child td{border-bottom:none}.blog-table td:first-child{font-weight:600;color:#fff}.blog-index__head{margin-bottom:40px;padding-bottom:26px;border-bottom:1px solid hsla(0,0%,100%,.06)}.blog-index__head h1{font-size:clamp(30px,4vw,40px);letter-spacing:-.02em;margin-bottom:10px;color:#fff}.blog-index__head p{font-size:16px;color:#999;line-height:1.55}.blog-index__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.blog-index__item{border-bottom:1px solid hsla(0,0%,100%,.06)}.blog-index__item:last-child{border-bottom:none}.blog-index__link{display:block;padding:22px 0;border:none;color:#fff;transition:opacity .2s ease-in-out}.blog-index__link:hover{opacity:.7}.blog-index__link:hover h2{color:#0090ff}.blog-index__link h2{font-size:22px;letter-spacing:-.015em;margin:4px 0 8px;color:#fff;transition:color .2s ease-in-out}.blog-index__link p{font-size:14.5px;color:#999;line-height:1.55;margin:0}.blog-index__meta{display:flex;gap:8px;font-size:12px;color:hsla(0,0%,100%,.45);letter-spacing:.005em}.admin__head-actions{display:flex;align-items:center;gap:8px}.admin-denied{background:#121212;border:1px solid hsla(0,0%,100%,.16);border-radius:12px;padding:36px 32px;max-width:460px;margin:0 auto;text-align:center}.admin-denied .dashboard__title{margin-bottom:10px}.admin-denied .dashboard__lede{margin-bottom:8px}.admin-denied__actions{display:flex;justify-content:center;gap:8px;margin-top:20px;flex-wrap:wrap}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:10px;gap:10px;margin-bottom:36px}.admin-stat{background:#121212;border:1px solid hsla(0,0%,100%,.16);border-radius:12px;padding:16px 18px;display:flex;flex-direction:column;gap:4px}.admin-stat__value{font-size:22px;font-weight:600;letter-spacing:-.02em;color:#fff}.admin-stat__label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:hsla(0,0%,100%,.45)}.dashboard__section+.dashboard__section{margin-top:40px}.admin-grant{background:#121212;border:1px solid hsla(0,0%,100%,.16);border-radius:12px;padding:20px 22px;display:flex;flex-wrap:wrap;align-items:flex-end;gap:14px}.admin-grant__field{display:flex;flex-direction:column;gap:6px;flex:1 1 170px}.admin-grant__field--wide{flex:2 1 240px}.admin-grant__field>span{font-size:12.5px;font-weight:600;color:#999}.admin-grant__field input,.admin-grant__field select{font-family:Albert Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#fff;background:#000;border:1px solid hsla(0,0%,100%,.16);border-radius:8.33px;padding:10px 12px;height:40px;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.admin-grant__field input::placeholder,.admin-grant__field select::placeholder{color:hsla(0,0%,100%,.45)}.admin-grant__field input:focus,.admin-grant__field select:focus{outline:none;border-color:#0090ff;box-shadow:0 0 0 3px rgba(0,144,255,.25)}.admin-grant__check{display:flex;align-items:center;gap:8px;height:40px;font-size:13px;color:#999;cursor:pointer;white-space:nowrap}.admin-grant__check input{accent-color:#0090ff;cursor:pointer}@media(max-width:640px){.admin-grant{flex-direction:column;align-items:stretch}.admin-grant .btn{width:100%}}.admin-success,.admin-warn{border-radius:8.33px;padding:14px 16px;margin-top:14px;font-size:13.5px;line-height:1.6}.admin-success p,.admin-warn p{margin:0}.admin-success code,.admin-warn code{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px;word-break:break-all}.admin-warn{background:rgba(180,120,20,.06);border:1px solid rgba(180,120,20,.25)}.admin-warn,.admin-warn code,.admin-warn strong{color:#0090ff}.admin-warn__actions{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.admin-success{background:rgba(47,122,77,.06);border:1px solid rgba(47,122,77,.25);color:#00c439}.admin-success strong{color:#00c439}.admin-success__token{display:flex;align-items:center;gap:8px;margin-top:10px;background:#121212;border:1px solid hsla(0,0%,100%,.16);border-radius:8.33px;padding:8px 10px}.admin-success__token code{flex:1 1;color:#fff}.admin-list-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px;flex-wrap:wrap}.admin-list-head .dashboard__section-title{margin-bottom:0}.admin-list-head__count{margin-left:10px;font-weight:600;letter-spacing:.04em;color:hsla(0,0%,100%,.2);text-transform:none}.admin-search{display:flex;align-items:center;gap:8px;background:#121212;border:1px solid hsla(0,0%,100%,.16);border-radius:20px;padding:0 14px;height:36px;min-width:260px;color:hsla(0,0%,100%,.45);transition:border-color .2s ease-in-out}.admin-search:focus-within{border-color:hsla(0,0%,100%,.2)}.admin-search input{flex:1 1;border:none;background:rgba(0,0,0,0);font-family:Albert Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13.5px;color:#fff}.admin-search input::placeholder{color:hsla(0,0%,100%,.45)}.admin-search input:focus{outline:none}@media(max-width:640px){.admin-search{width:100%;min-width:0}}.admin-table-wrap{background:#121212;border:1px solid hsla(0,0%,100%,.16);border-radius:12px;overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:13.5px;min-width:860px}.admin-table th{text-align:left;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:hsla(0,0%,100%,.45);padding:12px 16px;white-space:nowrap}.admin-table td,.admin-table th{border-bottom:1px solid hsla(0,0%,100%,.06)}.admin-table td{padding:14px 16px;color:#fff;vertical-align:top}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table tbody tr:hover{background:#1f1f1f}.admin-table__email{display:block;font-weight:600;color:#fff;word-break:break-all}.admin-table__sub{display:block;font-size:12px;color:#999;margin-top:2px}.admin-table__sub.muted{color:hsla(0,0%,100%,.2)}.admin-table__token{display:flex;align-items:center;gap:6px}.admin-table__token code{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;color:#999;word-break:break-all}.admin-table__count{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#999}.admin-tier{display:inline-block;font-size:11.5px;font-weight:600;padding:3px 9px;border-radius:20px;background:rgba(0,144,255,.12);color:#fff;white-space:nowrap}.admin-tier--pro{background:rgba(79,70,229,.09);color:#0090ff}.admin-tier--agency{background:rgba(47,122,77,.1);color:#00c439}.admin-domains{list-style:none;padding:0;margin:6px 0 0;display:flex;flex-direction:column;gap:3px}.admin-domains li{display:flex;align-items:center;gap:5px;font-size:12px;color:#999}.admin-more{margin-top:12px}.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}