@charset "UTF-8";@font-face{font-family:Nunito Sans;src:url(/fonts/NunitoSans.ttf) format("truetype");font-weight:200 900;font-style:normal;font-display:swap}@font-face{font-family:Nunito Sans Condensed;src:url(/fonts/nunito-sans-condensed/Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Nunito Sans Condensed;src:url(/fonts/nunito-sans-condensed/Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Nunito Sans Condensed;src:url(/fonts/nunito-sans-condensed/ExtraLight.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Nunito Sans Condensed;src:url(/fonts/nunito-sans-condensed/Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Nunito Sans Condensed;src:url(/fonts/nunito-sans-condensed/SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Nunito Sans Condensed;src:url(/fonts/nunito-sans-condensed/Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Nunito Sans Condensed;src:url(/fonts/nunito-sans-condensed/ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Nunito Sans Condensed;src:url(/fonts/nunito-sans-condensed/Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Doto;src:url(/fonts/Doto.ttf) format("truetype");font-weight:200 900;font-style:normal;font-display:swap}h1,h2,h3,h4,h5,h6{font-family:var(--primary-font);color:#f4f4f5;font-weight:600;margin:0 0 1rem;line-height:1.2}h1{font-size:clamp(2.2rem,5vw,3.75rem);font-weight:600}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,2.5vw,2rem)}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.125rem}a{color:#f4f4f5;font-family:var(--body-font);text-decoration:none;transition:color .15s ease}p{font-size:1rem;margin:0}p.small{font-size:.875rem}li{font-family:var(--secondary-font)}blockquote{color:#a1a1aa;font-size:1.2rem;border-left:2px solid #a556ae;padding-left:1rem;margin:1.5rem 0}blockquote span.big{font-size:2.5rem;color:#f4f4f5}.text-18{font-size:18px}.text-16{font-size:16px}.text-14{font-size:14px}.text-12{font-size:12px}*{margin:0;padding:0;box-sizing:border-box;font-family:var(--primary-font)}html{scroll-behavior:smooth;color-scheme:dark;background:#0a0a0a}body{background:#0a0a0a;color:#f4f4f5;display:flex;flex-direction:column;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}main{flex:1}::selection{background:#a556ae73;color:#f4f4f5}a{color:#f4f4f5;text-decoration:none;transition:color .15s ease}a:hover{color:#a556ae}img{max-width:100%;display:block;object-fit:cover}hr{height:0;border:none;border-bottom:1px solid rgba(255,255,255,.1);display:block;margin:1.5rem 0}iframe{width:100%;border:none}.m-0{margin:0!important}.mt-0{margin-top:0!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}section{width:100%}section .inner{max-width:1200px;margin:0 auto}@media screen and (min-width:1101px){section{padding:6rem 4rem}}@media screen and (max-width:1100px){section{padding:4rem 2rem}}@media screen and (max-width:767px){section{padding:2rem 1rem}}.grid5{display:grid;gap:1rem;grid-template-columns:1fr 1fr 1fr 1fr 1fr}.grid4{display:grid;gap:1rem;grid-template-columns:1fr 1fr 1fr 1fr}.grid3{display:grid;gap:1rem;grid-template-columns:1fr 1fr 1fr}.grid2{display:grid;gap:1rem;grid-template-columns:1fr 1fr}.grid1{display:grid;gap:1rem;grid-template-columns:1fr}@media screen and (max-width:1100px){.grid{grid-template-columns:1fr 1fr;gap:1rem}}@media screen and (min-width:768px)and (max-width:1100px){.grid3,.grid4,.grid5{grid-template-columns:1fr 1fr;gap:1rem}}@media screen and (max-width:767px){.grid,.grid2,.grid3,.grid4,.grid5{grid-template-columns:1fr;gap:1rem}}.flex{display:flex;align-items:center;gap:1rem}.wrap{flex-wrap:wrap}.no-wrap{flex-wrap:nowrap}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.align-start{align-items:flex-start}.align-center{align-items:center}.align-end{align-items:flex-end}@media screen and (max-width:767px){.flex{flex-direction:column}.flex.mbl-row{flex-direction:row}.justify-content{justify-content:center}.align-items{align-items:stretch}}.btn{display:inline-flex;justify-content:center;align-items:center;font-weight:700;text-align:center;padding:.65rem 1.5rem;font-size:13px;cursor:pointer;text-transform:uppercase;line-height:normal;letter-spacing:1px;border-radius:0;font-family:var(--secondary-font);border:1px solid #f4f4f5;transition:background-color .2s ease,color .2s ease}.btn:disabled,.btn.disabled{opacity:.5;pointer-events:none}.btn.btn-primary{background-color:#f4f4f5;color:#0a0a0a}.btn.btn-primary:hover,.btn.btn-primary:focus-visible{background-color:#a556ae;color:#f4f4f5;border-color:#a556ae}.btn.btn-secondary{background-color:transparent;color:#f4f4f5}.btn.btn-secondary:hover,.btn.btn-secondary:focus-visible{background-color:#f4f4f5;color:#0a0a0a}.btn.btn-tertiary{background-color:transparent;border:none;color:#f4f4f5;text-decoration:underline}.btn.btn-tertiary:hover{color:#a556ae}form input,form select,form textarea{width:100%;padding:.85rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:0;background:#ffffff0a;color:#f4f4f5;font-family:var(--primary-font);font-size:1rem;font-weight:500;outline:none;transition:border-color .15s ease,background-color .15s ease}form input::placeholder,form select::placeholder,form textarea::placeholder{color:#71717a}form input:focus,form select:focus,form textarea:focus{border-color:#a556ae;background:#ffffff0f}form textarea{min-height:7rem;resize:vertical;line-height:1.5}form .required{color:#f87171;font-size:1rem;margin-left:.25rem}.site-header{position:sticky;top:0;z-index:1000;background:#0a0a0ad9;backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid rgba(255,255,255,.1)}.site-header .site-header-inner{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}@media screen and (max-width:767px){.site-header .site-header-inner{padding:1rem}}.site-header .site-logo{display:inline-flex;align-items:center;gap:.6rem;color:#f4f4f5;font-family:var(--primary-font);font-weight:600;font-size:1.05rem;letter-spacing:-.01em}.site-header .site-logo svg{width:1.6rem;height:1.6rem;flex-shrink:0}.site-header .site-logo span.weak{color:#a1a1aa;font-weight:400}.site-header .site-logo:hover{color:#a556ae}.site-header .site-nav{display:flex;align-items:center;gap:1.25rem}@media screen and (max-width:1100px){.site-header .site-nav{display:none}}.site-header .site-nav .site-nav-group{display:inline-flex;align-items:center;gap:1.5rem}.site-header .site-nav .site-nav-separator{width:1px;height:1.25rem;background:#fff3}.site-header .site-nav a{color:#a1a1aa;font-family:var(--secondary-font);font-weight:600;font-size:.85rem;letter-spacing:.04em;text-transform:uppercase;transition:color .15s ease}.site-header .site-nav a:hover,.site-header .site-nav a.active{color:#f4f4f5}.site-header .site-nav .site-nav-cta{padding:.55rem 1rem;border:1px solid rgba(255,255,255,.2);color:#f4f4f5}.site-header .site-nav .site-nav-cta:hover{background:#f4f4f5;color:#0a0a0a;border-color:#f4f4f5}.site-header .site-nav-toggle{display:none;background:none;border:1px solid rgba(255,255,255,.2);color:#f4f4f5;padding:.45rem .65rem;cursor:pointer;font-family:var(--secondary-font);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}@media screen and (max-width:1100px){.site-header .site-nav-toggle{display:inline-flex}}.site-nav-drawer{display:none;position:fixed;inset:0;z-index:1100;background:#0a0a0a;padding:6rem 2rem 2rem}.site-nav-drawer[data-open=true]{display:flex;flex-direction:column;gap:1.25rem}.site-nav-drawer a{color:#f4f4f5;font-family:var(--secondary-font);font-weight:700;font-size:1.5rem;letter-spacing:.04em;text-transform:uppercase}.site-nav-drawer .site-nav-drawer-close{position:absolute;top:1.25rem;right:1.5rem;background:none;border:1px solid rgba(255,255,255,.2);color:#f4f4f5;padding:.45rem .75rem;cursor:pointer;font-family:var(--secondary-font);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}.site-footer{background:#0a0a0a;border-top:1px solid rgba(255,255,255,.1);color:#a1a1aa;padding-top:5rem;padding-bottom:2rem}.site-footer .site-footer-inner{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:3rem}@media screen and (min-width:768px)and (max-width:1100px){.site-footer .site-footer-inner{grid-template-columns:1fr 1fr;gap:2.5rem}}@media screen and (max-width:767px){.site-footer .site-footer-inner{grid-template-columns:1fr;gap:2rem;padding:0 1rem}}.site-footer .site-footer-brand{display:flex;flex-direction:column;gap:1rem}.site-footer .site-footer-brand .site-footer-logo{display:inline-flex;align-items:center;gap:.6rem;color:#f4f4f5;font-family:var(--primary-font);font-weight:600;font-size:1.1rem;letter-spacing:-.01em}.site-footer .site-footer-brand .site-footer-logo svg{width:1.6rem;height:1.6rem}.site-footer .site-footer-brand .site-footer-tagline{color:#a1a1aa;font-size:.95rem;line-height:1.5;max-width:28ch}.site-footer .site-footer-col{display:flex;flex-direction:column;gap:.65rem}.site-footer .site-footer-col h2{color:#f4f4f5;font-family:var(--secondary-font);font-size:.75rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.5rem}.site-footer .site-footer-col a{color:#a1a1aa;font-family:var(--primary-font);font-size:.9rem}.site-footer .site-footer-col a:hover{color:#f4f4f5}.site-footer .site-footer-bottom{max-width:1200px;margin:3.5rem auto 0;padding:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-wrap:wrap;gap:1rem 2rem;justify-content:space-between;align-items:center;color:#71717a;font-size:.8rem;font-family:var(--mono-font)}@media screen and (max-width:767px){.site-footer .site-footer-bottom{padding:2rem 1rem;justify-content:flex-start}}.site-footer .site-footer-bottom .site-footer-entities{display:grid;gap:.25rem;max-width:60ch;line-height:1.5}.site-footer .site-footer-bottom .site-footer-entities strong{color:#a1a1aa;font-weight:600}.site-footer .site-footer-bottom .site-footer-guarantee{padding:.45rem .75rem;border:1px solid rgba(255,255,255,.2);color:#a1a1aa;font-family:var(--secondary-font);font-size:.7rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.site-footer .site-footer-family{max-width:1200px;margin:1.5rem auto 0;padding:0 2rem;color:#71717a;font-size:.75rem;font-family:var(--mono-font);line-height:1.6}.site-footer .site-footer-family a{color:#a1a1aa}.site-footer .site-footer-family a:hover{color:#a556ae}@media screen and (max-width:767px){.site-footer .site-footer-family{padding:0 1rem}}.faq-section .title{color:#a556ae}.faq-section .description{color:#a1a1aa;margin-top:.5rem;margin-bottom:2rem;font-size:1.1rem}.faq-list{display:grid;gap:0}.faq-list details{padding:1.25rem 0;border-bottom:1px solid rgba(255,255,255,.2)}.faq-list details:first-child{border-top:1px solid rgba(255,255,255,.2)}.faq-list summary{color:#f4f4f5;font-size:1.25rem;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";font-family:var(--primary-font);font-size:1.5rem;font-weight:400;color:#a556ae;line-height:1;transition:transform .2s ease}.faq-list details[open] summary:after{content:"−"}.faq-list p{margin:1rem 0 0;color:#f4f4f5cc;font-family:var(--primary-font);font-size:1rem;line-height:1.6}.hosted-agents-page,.product-page{color:#f4f4f5}.hosted-agents-page .inner,.product-page .inner{max-width:1200px;margin:0 auto}@media screen and (min-width:1101px){.hosted-agents-page section,.product-page section{padding:6rem 4rem}}@media screen and (max-width:1100px){.hosted-agents-page section,.product-page section{padding:4rem 2rem}}@media screen and (max-width:767px){.hosted-agents-page section,.product-page section{padding:2rem 1rem}}.hosted-agents-eyebrow{display:inline-block;margin:0 0 1rem;color:#a556ae;font-family:var(--secondary-font);font-size:.8rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.hosted-agents-hero{padding-top:2rem}@media screen and (max-width:767px){.hosted-agents-hero{padding-top:1rem}}.hosted-agents-hero-grid,.hosted-agents-signup-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:2rem;align-items:stretch}@media screen and (max-width:1100px){.hosted-agents-hero-grid,.hosted-agents-signup-grid{grid-template-columns:1fr}}.hosted-agents-hero-copy{display:flex;flex-direction:column;justify-content:center;gap:1.5rem}.hosted-agents-hero-copy h1{margin:0;color:#f4f4f5;font-size:clamp(2.2rem,5vw,3.75rem);font-weight:600;line-height:1.2}.hosted-agents-lede{margin:0;color:#f4f4f5d9;font-family:var(--primary-font);font-size:1.25rem;font-weight:500;line-height:1.5}@media screen and (max-width:767px){.hosted-agents-lede{font-size:1.125rem}}.hosted-agents-hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.hosted-agents-button{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.5rem;border:1px solid #f4f4f5;border-radius:0;font-family:var(--secondary-font);font-size:13px;font-weight:600;letter-spacing:1px;line-height:normal;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.hosted-agents-button:hover,.hosted-agents-button:focus-visible{background-color:#a556ae;border-color:#a556ae;color:#f4f4f5}.hosted-agents-button-primary{background:#f4f4f5;color:#0a0a0a}.hosted-agents-button-primary:hover,.hosted-agents-button-primary:focus-visible{background-color:#a556ae;border-color:#a556ae;color:#f4f4f5}.hosted-agents-button-secondary{background:transparent;color:#f4f4f5}.hosted-agents-button-secondary:hover,.hosted-agents-button-secondary:focus-visible{background:#f4f4f5;color:#0a0a0a}.hosted-agents-trust-row{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:.5rem}.hosted-agents-trust-row span{padding:.45rem .65rem;border:1px solid rgba(255,255,255,.2);color:#a1a1aa;font-family:var(--secondary-font);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.hosted-agents-signal-card{position:relative;align-self:start;padding:2rem;background:#121212}@media screen and (max-width:1100px){.hosted-agents-signal-card{padding:1.5rem}}.hosted-agents-signal-card p{margin:1rem 0 0;color:#f4f4f5cc;font-family:var(--primary-font);font-size:1rem;line-height:1.5}.hosted-agents-signal-header{display:flex;flex-direction:column;gap:.5rem}.hosted-agents-signal-header span{color:#f9d255;font-family:var(--secondary-font);font-size:.8rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.hosted-agents-signal-header strong{color:#f4f4f5;font-size:1.5rem;font-weight:600;line-height:1.2}.hosted-agents-flow{display:grid;gap:.75rem;margin-top:1.5rem}.hosted-agents-flow>div{display:grid;grid-template-columns:2.5rem 1fr;gap:.75rem;align-items:center;padding:.75rem;border:1px solid rgba(255,255,255,.1)}.hosted-agents-flow span{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#f9d255;color:#0a0a0a;font-family:var(--tertiary-font);font-weight:900;font-size:1rem}.hosted-agents-flow p{margin:0;color:#f4f4f5d9;font-size:.95rem}.hosted-agents-system-card{position:relative;margin-top:3rem;border:2px solid rgba(255,255,255,.2);background:#121212;overflow:hidden}.hosted-agents-system-header{display:flex;justify-content:space-between;gap:1rem;padding:.8rem 1rem;background:#181818;color:#f4f4f5b3;font-family:var(--mono-font);font-size:.75rem;letter-spacing:.05em;border-bottom:1px solid rgba(255,255,255,.1)}.hosted-agents-system-body{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:1.5rem;align-items:center;padding:2rem}@media screen and (max-width:1100px){.hosted-agents-system-body{grid-template-columns:1fr;gap:1rem;padding:1.5rem}}.hosted-agents-node{min-height:7rem;display:flex;flex-direction:column;justify-content:space-between;gap:.5rem;padding:1.25rem;border:2px solid rgba(255,255,255,.2);background:#181818}.hosted-agents-node strong{color:#f4f4f5;font-size:1.15rem;font-weight:600}.hosted-agents-node span{color:#a1a1aa;font-family:var(--mono-font);font-size:.8rem}.hosted-agents-link{width:2.5rem;height:2px;background:#f4f4f5;position:relative}.hosted-agents-link:after{content:"";position:absolute;top:50%;right:0;width:.5rem;height:.5rem;border-top:2px solid #f4f4f5;border-right:2px solid #f4f4f5;transform:translateY(-50%) rotate(45deg)}@media screen and (max-width:1100px){.hosted-agents-link{width:2px;height:2rem;margin:0 auto}.hosted-agents-link:after{top:auto;right:50%;bottom:0;transform:translate(50%) rotate(135deg)}}.hosted-agents-section-header{max-width:860px;margin-bottom:2rem}.hosted-agents-section-header h2{margin:0;color:#a556ae;font-size:clamp(2.1rem,4vw,3rem);font-weight:600;line-height:1.1}.hosted-agents-section-header p:not(.hosted-agents-eyebrow){margin:1rem 0 0;color:#f4f4f5cc;font-family:var(--primary-font);font-size:1.05rem;line-height:1.5}.hosted-agents-section-header-split{max-width:none;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.45fr);gap:2rem;align-items:end}@media screen and (max-width:1100px){.hosted-agents-section-header-split{grid-template-columns:1fr;gap:.75rem}}.hosted-agents-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media screen and (min-width:768px)and (max-width:1100px){.hosted-agents-card-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.hosted-agents-card-grid{grid-template-columns:1fr}}.hosted-agents-card-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media screen and (min-width:768px)and (max-width:1100px){.hosted-agents-card-grid-3{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.hosted-agents-card-grid-3{grid-template-columns:1fr}}.hosted-agents-feature-card{position:relative;min-height:16rem;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem;background:#121212}.hosted-agents-feature-card>span{color:#f4f4f559;font-family:var(--tertiary-font);font-size:1.5rem;font-weight:900}.hosted-agents-feature-card h3{margin:auto 0 .75rem;color:#f4f4f5;font-size:1.25rem;font-weight:600;line-height:1.2}.hosted-agents-feature-card p{margin:0;color:#f4f4f5bf;font-family:var(--primary-font);font-size:1rem;line-height:1.5}.hosted-agents-feature-card a{color:#a556ae;font-family:var(--secondary-font);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-top:.75rem;align-self:flex-start}.hosted-agents-feature-card a:hover{color:#f4f4f5}.hosted-agents-price-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media screen and (max-width:1100px){.hosted-agents-price-grid{grid-template-columns:1fr}}.hosted-agents-price-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media screen and (min-width:768px)and (max-width:1100px){.hosted-agents-price-grid-4{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.hosted-agents-price-grid-4{grid-template-columns:1fr}}.hosted-agents-price-card{position:relative;display:flex;flex-direction:column;gap:1.25rem;padding:2rem;background:#121212}.hosted-agents-price-card ul{display:grid;gap:.75rem;margin:0;padding:0;list-style:none}.hosted-agents-price-card li{position:relative;padding-left:1.25rem;color:#f4f4f5d9;font-family:var(--primary-font);font-size:1rem;line-height:1.4;margin:0}.hosted-agents-price-card li:before{content:"";position:absolute;left:0;top:.5rem;width:.5rem;height:.5rem;background:#a556ae}.hosted-agents-price-card .hosted-agents-button{margin-top:auto}.hosted-agents-price-card-featured{background:linear-gradient(135deg,#a556ae2e,#f9d25514),#121212}.hosted-agents-price-badge{display:inline-block;width:fit-content;padding:.4rem .75rem;background:#f9d255;color:#0a0a0a;font-family:var(--secondary-font);font-size:.75rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.hosted-agents-price-topline{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.hosted-agents-price-topline>span{color:#f4f4f5;font-size:1.35rem;font-weight:600}.hosted-agents-price-topline strong{color:#a556ae;font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.02em;line-height:1}.hosted-agents-price-topline strong span{color:#a1a1aa;font-size:1rem;font-weight:600;letter-spacing:0}@media screen and (max-width:767px){.hosted-agents-price-topline{display:grid;gap:.5rem}}.hosted-agents-price-note,.hosted-agents-terms-note{margin:0;color:#a1a1aa;font-family:var(--primary-font);font-size:.95rem;line-height:1.5}.hosted-agents-terms-note{margin-top:1.5rem}.hosted-agents-table-wrap{overflow-x:auto;border:2px solid rgba(255,255,255,.2);background:#121212}.hosted-agents-allowance-table{width:100%;min-width:780px;border-collapse:collapse}.hosted-agents-allowance-table th,.hosted-agents-allowance-table td{padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.1);text-align:left}.hosted-agents-allowance-table th{background:#181818;color:#a1a1aa;font-family:var(--secondary-font);font-size:.75rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.hosted-agents-allowance-table td{color:#f4f4f5d9;font-family:var(--primary-font);font-size:1rem}.hosted-agents-allowance-table td:first-child{color:#f4f4f5;font-weight:600}.hosted-agents-allowance-table tr:last-child td{border-bottom:none}.hosted-agents-allowance-table tr:hover td{background:#f4f4f505}.hosted-agents-dividend-card{position:relative;margin-top:1.5rem;padding:2rem;background:#121212}.hosted-agents-dividend-card h3{margin:0 0 .5rem;color:#f4f4f5;font-size:1.35rem;font-weight:600}.hosted-agents-dividend-card p{margin:0;color:#f4f4f5cc;font-family:var(--primary-font);font-size:1rem;line-height:1.55}.hosted-agents-security{background:#0a0a0a}.hosted-agents-security-panel{position:relative;display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:3rem;padding:3rem;background:#181818}@media screen and (max-width:1100px){.hosted-agents-security-panel{grid-template-columns:1fr;padding:2rem;gap:2rem}}.hosted-agents-security-panel .hosted-agents-eyebrow{color:#f9d255}.hosted-agents-security-panel h2{margin:0;color:#a556ae;font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.1}.hosted-agents-security-panel>div>p{margin:1rem 0 0;color:#f4f4f5d9;font-family:var(--primary-font);font-size:1.05rem;line-height:1.5}.hosted-agents-security-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media screen and (max-width:767px){.hosted-agents-security-grid{grid-template-columns:1fr}}.hosted-agents-security-grid>div{display:flex;flex-direction:column;gap:.5rem;min-height:8rem;padding:1.25rem;border:1px solid rgba(255,255,255,.2);background:#ffffff05}.hosted-agents-security-grid strong{color:#f4f4f5;font-size:1.1rem;font-weight:600;line-height:1.2}.hosted-agents-security-grid span{color:#f4f4f5b3;font-family:var(--primary-font);font-size:.95rem;line-height:1.45}.hosted-agents-signup-copy{align-self:start;position:sticky;top:6rem}@media screen and (max-width:1100px){.hosted-agents-signup-copy{position:static}}.hosted-agents-signup-copy h2{margin:0;color:#a556ae;font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.1}.hosted-agents-signup-copy p{margin:1rem 0 0;color:#f4f4f5cc;font-family:var(--primary-font);font-size:1.05rem;line-height:1.5}.hosted-agents-signup-terms{display:grid;gap:.75rem;margin:1.5rem 0 0;padding:0;list-style:none}.hosted-agents-signup-terms li{padding:1rem;border:1px solid rgba(255,255,255,.2);background:#121212;color:#f4f4f5d9;font-family:var(--primary-font);font-size:.95rem;line-height:1.4;margin:0}.hosted-agents-form-card{position:relative;padding:2rem;background:#121212}@media screen and (max-width:767px){.hosted-agents-form-card{padding:1.5rem}}.hosted-agents-form-card form{display:grid;gap:1rem}.hosted-agents-form-card label{display:grid;gap:.5rem;color:#a1a1aa;font-family:var(--secondary-font);font-size:.8rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.hosted-agents-form-card input,.hosted-agents-form-card select,.hosted-agents-form-card textarea{width:100%;min-height:3rem;padding:.85rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:0;background:#ffffff08;color:#f4f4f5;font-family:var(--primary-font);font-size:1rem;font-weight:500;outline:none;transition:border-color .15s ease,background-color .15s ease}.hosted-agents-form-card input::placeholder,.hosted-agents-form-card select::placeholder,.hosted-agents-form-card textarea::placeholder{color:#71717a}.hosted-agents-form-card input:focus,.hosted-agents-form-card select:focus,.hosted-agents-form-card textarea:focus{border-color:#a556ae;background:#ffffff0f}.hosted-agents-form-card select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#a1a1aa 50%),linear-gradient(135deg,#a1a1aa 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 12px) 50%;background-size:6px 6px;background-repeat:no-repeat;padding-right:2.5rem}.hosted-agents-form-card select option{background:#121212;color:#f4f4f5}.hosted-agents-form-card textarea{resize:vertical;line-height:1.5}.hosted-agents-form-card .hosted-agents-button{width:100%}.hosted-agents-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media screen and (max-width:767px){.hosted-agents-form-row{grid-template-columns:1fr}}.hosted-agents-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.hosted-agents-checkbox{grid-template-columns:auto 1fr;gap:.75rem;align-items:start;padding:1rem;border:1px solid rgba(255,255,255,.1);letter-spacing:0;text-transform:none}.hosted-agents-checkbox input{width:1.1rem;min-height:1.1rem;margin-top:.15rem;padding:0;accent-color:#a556ae}.hosted-agents-checkbox span{color:#f4f4f5d9;font-family:var(--primary-font);font-size:.95rem;font-weight:400;line-height:1.4}.hosted-agents-form-status{display:none;margin-bottom:1rem;padding:1rem;font-family:var(--secondary-font);font-size:.95rem;font-weight:600;line-height:1.4}.hosted-agents-form-status-success{background:#f9d2551f;color:#f9d255;border:1px solid #f9d255}.hosted-agents-form-status-error{background:#f871711f;color:#f87171;border:1px solid #f87171}.hosted-agents-page[data-form-status=success] .hosted-agents-form-status-success,[data-form-status=success].product-page .hosted-agents-form-status-success,.hosted-agents-page[data-form-status=error] .hosted-agents-form-status-error,[data-form-status=error].product-page .hosted-agents-form-status-error{display:block}.hosted-agents-faq-list{display:grid;gap:0}.hosted-agents-faq-list details{padding:1.25rem 0;border-bottom:1px solid rgba(255,255,255,.2)}.hosted-agents-faq-list details:first-child{border-top:1px solid rgba(255,255,255,.2)}.hosted-agents-faq-list summary{color:#f4f4f5;font-size:1.25rem;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}.hosted-agents-faq-list summary::-webkit-details-marker{display:none}.hosted-agents-faq-list summary:after{content:"+";font-family:var(--primary-font);font-size:1.5rem;font-weight:400;color:#a556ae;line-height:1;transition:transform .2s ease}.hosted-agents-faq-list details[open] summary:after{content:"−"}.hosted-agents-faq-list p{margin:1rem 0 0;color:#f4f4f5cc;font-family:var(--primary-font);font-size:1rem;line-height:1.6}.hosted-agents-signal-card .corner-border,.hosted-agents-feature-card .corner-border,.hosted-agents-price-card .corner-border,.hosted-agents-dividend-card .corner-border,.hosted-agents-form-card .corner-border{position:absolute;width:25px;height:25px;pointer-events:none}.hosted-agents-signal-card .corner-border:before,.hosted-agents-signal-card .corner-border:after,.hosted-agents-feature-card .corner-border:before,.hosted-agents-feature-card .corner-border:after,.hosted-agents-price-card .corner-border:before,.hosted-agents-price-card .corner-border:after,.hosted-agents-dividend-card .corner-border:before,.hosted-agents-dividend-card .corner-border:after,.hosted-agents-form-card .corner-border:before,.hosted-agents-form-card .corner-border:after{content:"";position:absolute;background-color:#f4f4f566}.hosted-agents-signal-card .corner-border.corner-top-right,.hosted-agents-feature-card .corner-border.corner-top-right,.hosted-agents-price-card .corner-border.corner-top-right,.hosted-agents-dividend-card .corner-border.corner-top-right,.hosted-agents-form-card .corner-border.corner-top-right{top:0;right:0}.hosted-agents-signal-card .corner-border.corner-top-right:before,.hosted-agents-feature-card .corner-border.corner-top-right:before,.hosted-agents-price-card .corner-border.corner-top-right:before,.hosted-agents-dividend-card .corner-border.corner-top-right:before,.hosted-agents-form-card .corner-border.corner-top-right:before{top:0;right:0;width:2px;height:100%}.hosted-agents-signal-card .corner-border.corner-top-right:after,.hosted-agents-feature-card .corner-border.corner-top-right:after,.hosted-agents-price-card .corner-border.corner-top-right:after,.hosted-agents-dividend-card .corner-border.corner-top-right:after,.hosted-agents-form-card .corner-border.corner-top-right:after{top:0;right:0;width:100%;height:2px}.hosted-agents-signal-card .corner-border.corner-bottom-right,.hosted-agents-feature-card .corner-border.corner-bottom-right,.hosted-agents-price-card .corner-border.corner-bottom-right,.hosted-agents-dividend-card .corner-border.corner-bottom-right,.hosted-agents-form-card .corner-border.corner-bottom-right{bottom:0;right:0}.hosted-agents-signal-card .corner-border.corner-bottom-right:before,.hosted-agents-feature-card .corner-border.corner-bottom-right:before,.hosted-agents-price-card .corner-border.corner-bottom-right:before,.hosted-agents-dividend-card .corner-border.corner-bottom-right:before,.hosted-agents-form-card .corner-border.corner-bottom-right:before{bottom:0;right:0;width:2px;height:100%}.hosted-agents-signal-card .corner-border.corner-bottom-right:after,.hosted-agents-feature-card .corner-border.corner-bottom-right:after,.hosted-agents-price-card .corner-border.corner-bottom-right:after,.hosted-agents-dividend-card .corner-border.corner-bottom-right:after,.hosted-agents-form-card .corner-border.corner-bottom-right:after{bottom:0;right:0;width:100%;height:2px}.hosted-agents-signal-card .corner-border.corner-bottom-left,.hosted-agents-feature-card .corner-border.corner-bottom-left,.hosted-agents-price-card .corner-border.corner-bottom-left,.hosted-agents-dividend-card .corner-border.corner-bottom-left,.hosted-agents-form-card .corner-border.corner-bottom-left{bottom:0;left:0}.hosted-agents-signal-card .corner-border.corner-bottom-left:before,.hosted-agents-feature-card .corner-border.corner-bottom-left:before,.hosted-agents-price-card .corner-border.corner-bottom-left:before,.hosted-agents-dividend-card .corner-border.corner-bottom-left:before,.hosted-agents-form-card .corner-border.corner-bottom-left:before{bottom:0;left:0;width:2px;height:100%}.hosted-agents-signal-card .corner-border.corner-bottom-left:after,.hosted-agents-feature-card .corner-border.corner-bottom-left:after,.hosted-agents-price-card .corner-border.corner-bottom-left:after,.hosted-agents-dividend-card .corner-border.corner-bottom-left:after,.hosted-agents-form-card .corner-border.corner-bottom-left:after{bottom:0;left:0;width:100%;height:2px}.hosted-agents-signal-card .corner-border.corner-top-left,.hosted-agents-feature-card .corner-border.corner-top-left,.hosted-agents-price-card .corner-border.corner-top-left,.hosted-agents-dividend-card .corner-border.corner-top-left,.hosted-agents-form-card .corner-border.corner-top-left{top:0;left:0}.hosted-agents-signal-card .corner-border.corner-top-left:before,.hosted-agents-feature-card .corner-border.corner-top-left:before,.hosted-agents-price-card .corner-border.corner-top-left:before,.hosted-agents-dividend-card .corner-border.corner-top-left:before,.hosted-agents-form-card .corner-border.corner-top-left:before{top:0;left:0;width:2px;height:100%}.hosted-agents-signal-card .corner-border.corner-top-left:after,.hosted-agents-feature-card .corner-border.corner-top-left:after,.hosted-agents-price-card .corner-border.corner-top-left:after,.hosted-agents-dividend-card .corner-border.corner-top-left:after,.hosted-agents-form-card .corner-border.corner-top-left:after{top:0;left:0;width:100%;height:2px}.hosted-agents-security-panel .corner-border{position:absolute;width:25px;height:25px;pointer-events:none}.hosted-agents-security-panel .corner-border:before,.hosted-agents-security-panel .corner-border:after{content:"";position:absolute;background-color:#f4f4f54d}.hosted-agents-security-panel .corner-border.corner-top-right{top:0;right:0}.hosted-agents-security-panel .corner-border.corner-top-right:before{top:0;right:0;width:2px;height:100%}.hosted-agents-security-panel .corner-border.corner-top-right:after{top:0;right:0;width:100%;height:2px}.hosted-agents-security-panel .corner-border.corner-bottom-right{bottom:0;right:0}.hosted-agents-security-panel .corner-border.corner-bottom-right:before{bottom:0;right:0;width:2px;height:100%}.hosted-agents-security-panel .corner-border.corner-bottom-right:after{bottom:0;right:0;width:100%;height:2px}.hosted-agents-security-panel .corner-border.corner-bottom-left{bottom:0;left:0}.hosted-agents-security-panel .corner-border.corner-bottom-left:before{bottom:0;left:0;width:2px;height:100%}.hosted-agents-security-panel .corner-border.corner-bottom-left:after{bottom:0;left:0;width:100%;height:2px}.hosted-agents-security-panel .corner-border.corner-top-left{top:0;left:0}.hosted-agents-security-panel .corner-border.corner-top-left:before{top:0;left:0;width:2px;height:100%}.hosted-agents-security-panel .corner-border.corner-top-left:after{top:0;left:0;width:100%;height:2px}textarea[data-astro-cid-bt5hbwbt]{font-family:var(--body-font)}.scl-logo[data-astro-cid-bt5hbwbt]{display:inline-flex;align-items:center;gap:.55rem;color:#f4f4f5;font-family:var(--primary-font);font-weight:600;font-size:1.05rem;letter-spacing:-.01em}.scl-logo--mark[data-astro-cid-bt5hbwbt]{gap:0}.scl-logo-mark[data-astro-cid-bt5hbwbt]{flex-shrink:0}.scl-logo-text[data-astro-cid-bt5hbwbt] .weak[data-astro-cid-bt5hbwbt]{color:#a1a1aa;font-weight:400;margin-left:.1rem}.site-nav-drawer-group.svelte-1pz0364{display:flex;flex-direction:column;gap:1.25rem}.site-nav-drawer-divider.svelte-1pz0364{height:1px;background:#fff3;margin:.5rem 0}.site-nav-drawer-cta.svelte-1pz0364{margin-top:1rem;padding:.85rem 1.5rem;border:1px solid #f4f4f5;color:#f4f4f5;font-family:var(--secondary-font);font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;text-align:center}:root{--primary: #a556ae;--secondary: #841884;--tertiary: #f9d255;--bg: #0a0a0a;--fg: #f4f4f5;--fg-muted: #a1a1aa;--border: rgba(255, 255, 255, .1);--border-strong: rgba(255, 255, 255, .2);--primary-font: "Nunito Sans", system-ui, sans-serif;--secondary-font: "Nunito Sans Condensed", system-ui, sans-serif;--tertiary-font: "Doto", monospace;--mono-font: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;--body-font: var(--primary-font)}textarea{font-family:var(--body-font)}.site-breadcrumb{border-bottom:1px solid rgba(255,255,255,.1);background:#0a0a0a99}.site-breadcrumb-inner{max-width:1200px;margin:0 auto;padding:.85rem 2rem}@media screen and (max-width:767px){.site-breadcrumb-inner{padding:.75rem 1rem}}.site-breadcrumb-inner ol{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:0}.site-breadcrumb-inner ol li{list-style:none;margin:0;font-family:var(--secondary-font);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;display:inline-flex;align-items:center}.site-breadcrumb-inner ol li a{color:#a1a1aa;transition:color .15s ease}.site-breadcrumb-inner ol li a:hover{color:#a556ae}.site-breadcrumb-inner ol li>span[aria-current=page]{color:#f4f4f5}.site-breadcrumb-inner ol li>span:not([aria-current=page]):not(.site-breadcrumb-sep){color:#a1a1aa}.site-breadcrumb-sep{margin:0 .6rem;color:#71717a;font-size:.85rem;line-height:1}
