:root{--cgc-cyan: #17e6ef;--cgc-cyan-soft: #79f5f7;--cgc-magenta: #ff0aa5;--cgc-magenta-soft: #ff67c5;--cgc-bg: #05070a;--cgc-panel: #0a0e13;--cgc-panel-2: #0e141b;--cgc-text: #f4f8fa;--cgc-muted: #8c9ca5;--cgc-border: rgba(143, 188, 199, .17);--cgc-border-soft: rgba(143, 188, 199, .09);--cgc-display: "Sora", system-ui, sans-serif;--cgc-body: "Inter", system-ui, sans-serif}.cgc-page{min-height:100vh;position:relative;overflow:hidden;color:var(--cgc-text);background:var(--cgc-bg);font-family:var(--cgc-body)}.cgc-page *,.cgc-page *:before,.cgc-page *:after{box-sizing:border-box}.cgc-page h1,.cgc-page h2,.cgc-page h3,.cgc-page p{margin:0}.cgc-page button,.cgc-page input,.cgc-page textarea{font:inherit}.cgc-page a{color:inherit;text-decoration:none}.cgc-shell{width:min(1160px,calc(100% - 48px));margin-inline:auto;position:relative;z-index:1}.cgc-bg{position:absolute;inset:0 0 auto;height:900px;pointer-events:none;overflow:hidden}.cgc-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.28;background-image:linear-gradient(rgba(80,130,140,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(80,130,140,.09) 1px,transparent 1px);background-size:56px 56px;-webkit-mask-image:linear-gradient(to bottom,#000 30%,transparent 86%);mask-image:linear-gradient(to bottom,#000 30%,transparent 86%)}.cgc-bg i{position:absolute;width:460px;height:460px;border-radius:50%;filter:blur(110px);opacity:.12}.cgc-bg i:first-child{left:-180px;top:40px;background:var(--cgc-cyan)}.cgc-bg i:nth-child(2){right:-170px;top:210px;background:var(--cgc-magenta)}.cgc-bg i:last-child{left:42%;top:610px;width:240px;height:240px;background:#6d47ff;opacity:.06}.oktocgc-brand{--brand-width: 118px;--brand-line: 17px;display:inline-flex;align-items:center;gap:11px;line-height:1}.oktocgc-brand>img{width:46px;height:46px;display:block;object-fit:contain;filter:drop-shadow(-7px 0 13px rgba(23,230,239,.1)) drop-shadow(7px 0 13px rgba(255,10,165,.1))}.oktocgc-brand__type{width:var(--brand-width);display:grid;justify-items:center;gap:3px}.oktocgc-brand__okto,.oktocgc-brand__product{display:flex;align-items:center;justify-content:center;color:#fff;white-space:nowrap}.oktocgc-brand__okto{height:calc(var(--brand-line) * 1.1);gap:calc(var(--brand-line) * .25)}.oktocgc-brand__okto b{font-family:Comfortaa,sans-serif;font-size:calc(var(--brand-line) * 1.1);font-weight:400;line-height:1}.oktocgc-brand__o{width:calc(var(--brand-line) * .96);height:calc(var(--brand-line) * .96);position:relative;display:inline-block;flex:0 0 auto;border:max(2px,calc(var(--brand-line) * .105)) solid #fff;border-radius:50%}.oktocgc-brand__o:after{content:"";width:24%;height:24%;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);border-radius:50%;background:var(--cgc-cyan);box-shadow:0 0 8px currentColor}.oktocgc-brand__o--magenta:after{background:var(--cgc-magenta)}.oktocgc-brand__divider{width:100%;height:1px;display:block;background:linear-gradient(90deg,var(--cgc-cyan),var(--cgc-magenta));box-shadow:0 0 7px #17e6ef33,0 0 7px #ff0aa529;opacity:.9}.oktocgc-brand__product{height:var(--brand-line);align-items:baseline;font-family:"Audiowide",var(--cgc-display);font-weight:400;line-height:1}.oktocgc-brand__product strong{color:var(--cgc-magenta);font-size:calc(var(--brand-line) * .95);font-weight:400}.oktocgc-brand__product b{color:#fff;font-family:inherit;font-size:calc(var(--brand-line) * .74);font-weight:400;letter-spacing:-.05em}.oktocgc-brand--compact{--brand-width: 106px;--brand-line: 15px}.oktocgc-brand--compact>img{width:40px;height:40px}.oktocgc-brand--hero{--brand-width: clamp(220px, 25vw, 255px);--brand-line: clamp(36px, 4.8vw, 47px);display:flex;justify-content:center}.oktocgc-brand--hero .oktocgc-brand__type{gap:8px}.cgc-nav{position:relative;z-index:30;border-bottom:1px solid var(--cgc-border-soft);background:#05070acc;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.cgc-nav__inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:28px}.cgc-nav__links{display:flex;align-items:center;gap:29px;color:var(--cgc-muted);font-size:13px}.cgc-nav__links a,.cgc-footer__links a{transition:color .18s ease}.cgc-nav__links a:hover,.cgc-footer__links a:hover{color:var(--cgc-cyan)}.cgc-nav__actions{display:flex;align-items:center;gap:8px}.cgc-testbar{position:relative;z-index:2;padding:8px 18px;color:#b9c7cd;border-bottom:1px solid rgba(255,10,165,.16);background:#ff0aa50b;font-size:11px;text-align:center}.cgc-testbar span{margin-right:7px;color:var(--cgc-magenta);font-weight:800;letter-spacing:.1em}.cgc-button{min-height:44px;padding:0 19px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--cgc-border);border-radius:8px;color:#eaf4f7;background:#10171e;font-size:13px;font-weight:700;transition:transform .18s ease,border-color .18s ease,color .18s ease,background .18s ease,box-shadow .18s ease;cursor:pointer}.cgc-button:hover{transform:translateY(-2px);border-color:#17e6ef75}.cgc-button:disabled{opacity:.48;cursor:not-allowed;transform:none}.cgc-button--primary,.cgc-button--nav-primary{color:#031014;border-color:transparent;background:linear-gradient(110deg,var(--cgc-cyan),#43cbdc 54%,var(--cgc-magenta));box-shadow:0 10px 30px #17e6ef1f}.cgc-button--primary:hover,.cgc-button--nav-primary:hover{border-color:transparent;box-shadow:0 12px 34px #ff0aa52e}.cgc-button--nav-primary,.cgc-button--nav-secondary{min-height:38px;padding-inline:15px;font-size:12px}.cgc-button--nav-secondary,.cgc-button--ghost{background:transparent}.cgc-button--light{color:#051014;border-color:#fff;background:#fff}.cgc-hero{padding:72px 0 48px;display:flex;flex-direction:column;align-items:center;text-align:center}.cgc-hero__identity{display:grid;justify-items:center;gap:20px}.cgc-hero__mascot{width:clamp(170px,20vw,235px);height:auto;display:block;object-fit:contain;filter:drop-shadow(-24px 0 38px rgba(23,230,239,.14)) drop-shadow(24px 0 38px rgba(255,10,165,.15))}.cgc-eyebrow{display:flex;align-items:center;gap:8px;color:#b1c2c9;font-size:10px;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.cgc-eyebrow>span{width:23px;height:1px;display:inline-block;background:linear-gradient(90deg,var(--cgc-cyan),var(--cgc-magenta))}.cgc-hero>.cgc-eyebrow{margin-top:30px}.cgc-hero h1{margin-top:18px;font-family:var(--cgc-display);font-size:clamp(37px,5.95vw,65px);font-weight:650;letter-spacing:-.065em;line-height:1.03}.cgc-hero h1 em{color:transparent;background:linear-gradient(95deg,var(--cgc-cyan-soft),#c8ebf1 42%,var(--cgc-magenta-soft));-webkit-background-clip:text;background-clip:text;font-style:normal}.cgc-hero__lead{max-width:760px;margin-top:23px!important;color:#9aabb2;font-size:17px;line-height:1.75;text-wrap:balance}.cgc-hero__facts{margin-top:26px;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.cgc-hero__facts span{padding:8px 11px;display:inline-flex;align-items:center;gap:7px;color:#9aabb2;border:1px solid var(--cgc-border-soft);border-radius:999px;background:#0c1116a6;font-size:11px}.cgc-hero__facts svg{color:var(--cgc-cyan)}.cgc-hero__video-link{margin-top:28px;display:inline-flex;align-items:center;gap:9px;color:#d6e3e7;font-size:12px;font-weight:700}.cgc-hero__video-link svg{color:var(--cgc-magenta)}.cgc-demo-section{padding:45px 0 105px}.cgc-demo-section__heading{margin-bottom:22px;display:flex;align-items:flex-end;justify-content:space-between;gap:35px}.cgc-demo-section__heading h2{margin-top:10px;font-family:var(--cgc-display);font-size:clamp(30px,4vw,45px);letter-spacing:-.045em}.cgc-demo-section__heading>p{max-width:440px;color:var(--cgc-muted);font-size:13px;line-height:1.65}.cgc-demo{position:relative;overflow:hidden;border:1px solid rgba(23,230,239,.22);border-radius:14px;background:#030405;box-shadow:0 42px 95px #00000085,-18px 0 55px #17e6ef0e,18px 0 55px #ff0aa50e}.cgc-demo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;box-shadow:inset 0 0 70px #00000057}.cgc-demo video{width:100%;height:auto;aspect-ratio:1280 / 520;display:block;object-fit:contain;background:#030405}.cgc-section{padding-block:100px}.cgc-section__heading{max-width:650px}.cgc-section__heading--center{margin-inline:auto;text-align:center}.cgc-section__heading--center .cgc-eyebrow{justify-content:center}.cgc-section__heading h2,.cgc-module h2,.cgc-final h2{margin-top:13px;font-family:var(--cgc-display);font-size:clamp(34px,4.7vw,53px);font-weight:620;letter-spacing:-.055em;line-height:1.08}.cgc-section__heading>p:last-child,.cgc-module>div>p:last-child{margin-top:17px;color:var(--cgc-muted);font-size:14px;line-height:1.7}.cgc-feature-grid{margin-top:46px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.cgc-feature{min-height:270px;padding:25px;position:relative;overflow:hidden;border:1px solid var(--cgc-border-soft);border-radius:10px;background:linear-gradient(150deg,#0e141bed,#070a0eeb);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.cgc-feature:hover{transform:translateY(-7px);border-color:#17e6ef5c;box-shadow:0 18px 44px #00000052}.cgc-feature:after{content:"";width:90px;height:90px;position:absolute;right:-35px;bottom:-35px;border-radius:50%;background:var(--cgc-magenta);filter:blur(45px);opacity:0;transition:opacity .22s ease}.cgc-feature:hover:after{opacity:.13}.cgc-feature__index{position:absolute;right:18px;top:18px;color:#35434a;font-family:var(--cgc-display);font-size:12px}.cgc-feature__icon,.cgc-portal__action-icon{width:43px;height:43px;display:grid;place-items:center;color:var(--cgc-cyan);border:1px solid rgba(23,230,239,.2);border-radius:9px;background:#17e6ef0e}.cgc-feature h3{margin-top:45px;font-family:var(--cgc-display);font-size:18px;letter-spacing:-.025em}.cgc-feature p{margin-top:11px;color:var(--cgc-muted);font-size:12px;line-height:1.7}.cgc-process-wrap{border-block:1px solid var(--cgc-border-soft);background:#070a0e}.cgc-process-section{display:grid;grid-template-columns:.75fr 1.25fr;align-items:start;gap:70px}.cgc-process{display:grid;gap:10px;list-style:none}.cgc-process li{padding:19px 20px;display:grid;grid-template-columns:52px 1fr;align-items:center;border:1px solid var(--cgc-border-soft);border-radius:9px;background:#0b0f14;transition:border-color .2s ease,transform .2s ease}.cgc-process li:hover{transform:translate(5px);border-color:#ff0aa54d}.cgc-process li>b{color:var(--cgc-magenta);font-family:var(--cgc-display);font-size:12px}.cgc-process li>span{display:grid;grid-template-columns:27px 1fr;gap:2px 10px}.cgc-process svg{grid-row:1 / 3;color:var(--cgc-cyan)}.cgc-process strong{font-size:14px}.cgc-process small{color:var(--cgc-muted);font-size:11px}.cgc-pricing-wrap{border-bottom:1px solid var(--cgc-border-soft);background:radial-gradient(circle at 50% 30%,rgba(23,230,239,.055),transparent 34%),#05070a}.cgc-cadence{width:min(430px,100%);margin:35px auto 0;padding:4px;display:flex;border:1px solid var(--cgc-border);border-radius:10px;background:#080c10}.cgc-cadence button{min-height:51px;min-width:0;flex:1;color:#71818a;border-radius:7px;font-size:12px;font-weight:750;transition:color .18s ease,background .18s ease,box-shadow .18s ease}.cgc-cadence button small{margin-top:2px;display:block;color:#4f5e66;font-size:8px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.cgc-cadence button.is-active{color:#061013;background:linear-gradient(105deg,var(--cgc-cyan),var(--cgc-magenta));box-shadow:0 8px 24px #17e6ef1f}.cgc-cadence button.is-active small{color:#020c0fa8}.cgc-plans{max-width:850px;margin:35px auto 0;display:grid;grid-template-columns:repeat(2,1fr);gap:18px;align-items:stretch}.cgc-plan{padding:31px;position:relative;display:flex;flex-direction:column;border:1px solid var(--cgc-border);border-radius:12px;background:linear-gradient(150deg,#0c1117,#080b0f);transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.cgc-plan:hover{transform:translateY(-9px);border-color:#17e6ef80;box-shadow:0 26px 65px #0006,0 0 35px #17e6ef0d}.cgc-plan--featured{border-color:#ff0aa566}.cgc-plan--featured:hover{border-color:#ff0aa5b3;box-shadow:0 26px 65px #0006,0 0 38px #ff0aa512}.cgc-plan__badge{position:absolute;top:-13px;right:22px;padding:6px 10px;display:inline-flex;align-items:center;gap:5px;color:#fff;border:1px solid rgba(255,10,165,.45);border-radius:999px;background:#21101d;font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.cgc-plan__badge svg{color:var(--cgc-magenta)}.cgc-plan__index{color:#62727a;font-size:9px;font-weight:800;letter-spacing:.18em}.cgc-plan h3{margin-top:14px;font-family:var(--cgc-display);font-size:31px;letter-spacing:-.04em}.cgc-plan__tagline{min-height:45px;margin-top:8px!important;color:var(--cgc-muted);font-size:12px;line-height:1.6}.cgc-price{margin-top:25px;padding-block:19px;border-block:1px solid var(--cgc-border-soft)}.cgc-price__line{display:flex;align-items:baseline;gap:4px}.cgc-price__line strong{font-family:var(--cgc-display);font-size:49px;font-weight:650;letter-spacing:-.07em}.cgc-price__line span{color:var(--cgc-magenta);font-size:20px;font-weight:800}.cgc-price__line small{color:var(--cgc-muted);font-size:11px}.cgc-price p{margin-top:5px;color:#71818a;font-size:9px}.cgc-plan ul{margin:23px 0 28px;display:grid;gap:11px;flex:1;list-style:none}.cgc-plan li{display:flex;align-items:flex-start;gap:9px;color:#a6b4ba;font-size:11px;line-height:1.45}.cgc-plan li svg{flex:0 0 auto;color:var(--cgc-cyan)}.cgc-checkout-error{max-width:850px;margin:16px auto 0!important;padding:11px 14px;color:#ffd1e9;border:1px solid rgba(255,10,165,.3);border-radius:8px;background:#ff0aa50f;text-align:center;font-size:11px}.cgc-other-plans{max-width:850px;margin:20px auto 0;overflow:hidden;border:1px solid var(--cgc-border-soft);border-radius:10px;background:#0a0e13c2}.cgc-other-plans summary{min-height:62px;padding:0 20px;position:relative;display:flex;align-items:center;gap:8px;color:#d4dde1;font-size:12px;font-weight:750;cursor:pointer;list-style:none}.cgc-other-plans summary::-webkit-details-marker{display:none}.cgc-other-plans summary span{color:#607078;font-size:10px;font-weight:500}.cgc-other-plans summary:after{content:"+";margin-left:auto;color:var(--cgc-cyan);font-size:20px}.cgc-other-plans[open] summary:after{content:"−"}.cgc-other-plans__body{padding:28px;display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;border-top:1px solid var(--cgc-border-soft)}.cgc-other-plans__body h3{margin-top:10px;font-family:var(--cgc-display);font-size:22px}.cgc-other-plans__body>div>p:not(.cgc-eyebrow){margin-top:12px;color:var(--cgc-muted);font-size:11px;line-height:1.7}.cgc-other-plans__body ul{margin-top:16px;display:grid;gap:8px;list-style:none}.cgc-other-plans__body li{display:flex;align-items:center;gap:8px;color:#a7b5bb;font-size:10px}.cgc-other-plans__body li svg{color:var(--cgc-cyan)}.cgc-contact{display:grid;grid-template-columns:1fr 1fr;gap:11px}.cgc-contact label{display:grid;gap:5px;color:#74848c;font-size:9px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.cgc-contact label span{font-weight:500;text-transform:none}.cgc-contact input,.cgc-contact textarea,.cgc-account-form input:not([type=checkbox]){width:100%;padding:11px 12px;color:var(--cgc-text);border:1px solid var(--cgc-border);border-radius:7px;outline:0;background:#05070a;resize:vertical}.cgc-contact input:focus,.cgc-contact textarea:focus,.cgc-account-form input:focus{border-color:var(--cgc-cyan);box-shadow:0 0 0 3px #17e6ef12}.cgc-contact label:nth-of-type(4),.cgc-contact .cgc-button,.cgc-contact>small{grid-column:1 / -1}.cgc-contact>small{color:#5f6e75;font-size:8px;text-align:center}.cgc-contact>small a{color:var(--cgc-cyan)}.cgc-honeypot{display:none}.cgc-module{display:grid;grid-template-columns:1fr .8fr;align-items:center;gap:70px}.cgc-module article{padding:28px;border:1px solid rgba(255,10,165,.26);border-radius:11px;background:linear-gradient(145deg,#ff0aa50b,#0b0f14f2)}.cgc-module article>small{margin-top:24px;display:block;color:var(--cgc-magenta);font-size:9px;font-weight:800;letter-spacing:.14em}.cgc-module article h3{margin-top:7px;font-family:var(--cgc-display);font-size:27px}.cgc-module article p{margin-top:9px;color:var(--cgc-muted);font-size:11px;line-height:1.7}.cgc-module__tag{margin-top:19px;padding:5px 8px;display:inline-block;color:#ff98d4;border:1px solid rgba(255,10,165,.25);border-radius:5px;background:#ff0aa50d;font-size:8px;font-weight:800;letter-spacing:.1em}.cgc-faq-wrap{border-block:1px solid var(--cgc-border-soft);background:#070a0e}.cgc-faq-section{display:grid;grid-template-columns:.72fr 1.28fr;gap:80px}.cgc-faq{border-top:1px solid var(--cgc-border)}.cgc-faq details{border-bottom:1px solid var(--cgc-border)}.cgc-faq summary{padding:20px 35px 20px 2px;position:relative;color:#d6e0e4;font-size:13px;font-weight:650;cursor:pointer;list-style:none}.cgc-faq summary::-webkit-details-marker{display:none}.cgc-faq summary:after{content:"+";position:absolute;right:5px;color:var(--cgc-cyan);font-size:18px}.cgc-faq details[open] summary:after{content:"−";color:var(--cgc-magenta)}.cgc-faq details p{padding:0 35px 20px 2px;color:var(--cgc-muted);font-size:11px;line-height:1.75}.cgc-final{margin-block:88px;padding:40px 44px;display:flex;align-items:center;justify-content:space-between;gap:35px;border:1px solid rgba(23,230,239,.22);border-radius:13px;background:linear-gradient(110deg,#17e6ef17,#090d12f5 48%,#ff0aa514)}.cgc-final h2{font-size:clamp(28px,4vw,42px)}.cgc-footer{border-top:1px solid var(--cgc-border-soft);background:#030405}.cgc-footer__inner{min-height:152px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:35px}.cgc-footer__inner>div:first-child>p{margin-top:8px;color:#5e6e76;font-size:9px}.cgc-footer__links{display:flex;gap:24px;color:#7f8f97;font-size:11px}.cgc-footer__inner>p{justify-self:end;color:#526168;font-size:9px}.cgc-checkout-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:grid;place-items:center;padding:22px}.cgc-checkout-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#000000d1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cgc-checkout-modal__card,.cgc-account-card,.cgc-success-card{width:min(520px,100%);max-height:calc(100vh - 44px);overflow-y:auto;padding:35px;position:relative;z-index:1;border:1px solid rgba(23,230,239,.25);border-radius:13px;background:#0a0e13;box-shadow:0 40px 100px #000000a6,inset 3px 0 0 var(--cgc-magenta)}.cgc-checkout-modal__close{width:34px;height:34px;position:absolute;top:16px;right:16px;display:grid;place-items:center;color:#788990;border:1px solid var(--cgc-border);border-radius:7px;background:#10161d}.cgc-checkout-modal__close:hover{color:#fff}.cgc-checkout-modal__card .cgc-eyebrow{margin-top:20px}.cgc-checkout-modal__card h2{margin-top:10px;font-family:var(--cgc-display);font-size:29px}.cgc-checkout-modal__card>p:not(.cgc-eyebrow){margin-top:12px;color:var(--cgc-muted);font-size:12px;line-height:1.65}.cgc-checkout-modal__card>p strong{color:#e8eff1}.cgc-account-page,.cgc-success-page{min-height:100vh;display:grid;place-items:center;padding:30px}.cgc-account-card__brand{display:inline-flex}.cgc-account-card__icon,.cgc-success-card__icon{width:48px;height:48px;margin-top:30px;display:grid;place-items:center;color:var(--cgc-cyan);border:1px solid rgba(23,230,239,.22);border-radius:10px;background:#17e6ef0e}.cgc-account-card .cgc-eyebrow,.cgc-success-card .cgc-eyebrow{margin-top:18px}.cgc-account-card h1,.cgc-success-card h1{margin-top:10px;font-family:var(--cgc-display);font-size:31px;letter-spacing:-.04em}.cgc-account-card>p:not(.cgc-eyebrow),.cgc-success-card__lead{margin-top:10px;color:var(--cgc-muted);font-size:12px;line-height:1.7}.cgc-account-form{margin-top:24px;display:grid;gap:14px}.cgc-account-form>label:not(.cgc-check){display:grid;gap:6px;color:#94a3aa;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.cgc-account-form>label>span{color:#697980;font-size:8px;font-weight:500;text-transform:none}.cgc-account-form .cgc-button{width:100%}.cgc-account-form>small{color:#627078;font-size:8px;line-height:1.55;text-align:center}.cgc-check{display:flex;align-items:flex-start;gap:9px;color:#829198;font-size:9px;line-height:1.5;cursor:pointer}.cgc-check input{margin-top:2px;accent-color:var(--cgc-magenta)}.cgc-check a,.cgc-account-card__foot a{color:var(--cgc-cyan);text-decoration:underline}.cgc-form-error{padding:10px 12px;color:#ffd1e9;border:1px solid rgba(255,10,165,.28);border-radius:7px;background:#ff0aa50f;font-size:11px}.cgc-account-card__foot{margin-top:22px!important;text-align:center}.cgc-account-loading{display:grid;place-items:center;color:var(--cgc-muted)}.cgc-success-card{text-align:center}.cgc-success-card__test{color:var(--cgc-magenta);font-size:9px;font-weight:800;letter-spacing:.12em}.cgc-success-card__icon{margin-inline:auto}.cgc-success-card__icon--ready{color:#4ade80;border-color:#4ade8047;background:#4ade800f}.cgc-success-card__icon--error{color:var(--cgc-magenta)}.cgc-success-card .cgc-eyebrow{justify-content:center}.cgc-success-steps{margin-top:22px;display:grid;gap:8px}.cgc-success-steps span{padding:9px 11px;display:flex;align-items:center;gap:8px;color:#aab8be;border:1px solid var(--cgc-border-soft);border-radius:7px;font-size:10px}.cgc-success-steps svg{color:#4ade80}.cgc-success-card__actions{margin-top:24px;display:flex;gap:9px;justify-content:center;flex-wrap:wrap}.cgc-success-card__note{margin-top:19px!important;color:#65747b;font-size:9px;line-height:1.6}.cgc-success-progress{height:3px;margin-top:23px;overflow:hidden;border-radius:99px;background:#172028}.cgc-success-progress i{width:45%;height:100%;display:block;background:linear-gradient(90deg,var(--cgc-cyan),var(--cgc-magenta));animation:cgc-progress 1.4s ease-in-out infinite alternate}@keyframes cgc-progress{to{transform:translate(125%)}}.cgc-portal{min-height:100vh;background:var(--cgc-bg)}.cgc-portal__header{min-height:72px;padding:0 max(24px,calc((100vw - 1100px)/2));display:flex;align-items:center;justify-content:space-between;gap:25px;border-bottom:1px solid var(--cgc-border-soft);background:#05070aeb}.cgc-portal__header>div{display:flex;align-items:center;gap:17px;color:#84939a;font-size:10px}.cgc-portal__header button{display:inline-flex;align-items:center;gap:5px;color:#a1afb5}.cgc-portal__main{width:min(1100px,calc(100% - 40px));margin-inline:auto;padding:62px 0 90px}.cgc-portal__intro h1{margin-top:11px;font-family:var(--cgc-display);font-size:clamp(36px,5vw,50px);letter-spacing:-.05em}.cgc-portal__intro>p:last-child{margin-top:9px;color:var(--cgc-muted);font-size:13px}.cgc-portal__main>.cgc-form-error{margin-top:24px}.cgc-portal__stats{margin-top:38px;display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.cgc-portal__stats article{padding:23px;display:grid;grid-template-columns:auto 1fr;gap:4px 11px;border:1px solid var(--cgc-border);border-radius:10px;background:#0b1015}.cgc-portal__stats svg{width:21px;height:21px;grid-row:1/4;color:var(--cgc-cyan)}.cgc-portal__stats span{color:#718087;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.cgc-portal__stats strong{font-family:var(--cgc-display);font-size:21px}.cgc-portal__stats small{color:#718087;font-size:9px}.cgc-portal__actions{margin-top:22px;display:grid;gap:10px}.cgc-portal__actions article{padding:20px 22px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;border:1px solid var(--cgc-border-soft);border-radius:10px;background:#090d12}.cgc-portal__actions h2,.cgc-portal__entitlements h2{font-family:var(--cgc-display);font-size:16px}.cgc-portal__actions p{margin-top:4px;color:var(--cgc-muted);font-size:10px}.cgc-portal__actions p strong{color:#d4dde1}.cgc-portal__entitlements{margin-top:22px;padding:24px;border:1px solid var(--cgc-border-soft);border-radius:10px;background:#090d12}.cgc-portal__entitlements>div{margin-top:15px;display:flex;gap:8px;flex-wrap:wrap}.cgc-portal__entitlements span{padding:6px 9px;display:inline-flex;align-items:center;gap:6px;color:#a7f3d0;border:1px solid rgba(52,211,153,.18);border-radius:6px;background:#34d3990d;font-size:9px}.cgc-portal__entitlements svg{width:13px}.cgc-portal__empty{margin-top:35px;padding:38px;border:1px solid var(--cgc-border);border-radius:10px;background:#0b1015}.cgc-portal__empty .cgc-button{margin-top:20px}.cgc-customer-app{min-height:100vh;overflow:visible}.cgc-customer-sidebar{width:240px;position:fixed;z-index:10;inset:0 auto 0 0;padding:25px 18px 20px;display:grid;grid-template-rows:auto 1fr auto;gap:35px;border-right:1px solid var(--cgc-border-soft);background:#070a0e}.cgc-customer-sidebar>nav{display:grid;align-content:start;gap:5px}.cgc-customer-sidebar>nav a{min-height:44px;padding:0 13px;display:flex;align-items:center;gap:11px;color:#7e8d94;border:1px solid transparent;border-radius:8px;font-size:11px;font-weight:650;transition:color .18s ease,background .18s ease,border-color .18s ease}.cgc-customer-sidebar>nav a:hover{color:#dce7ea;background:#0d1218}.cgc-customer-sidebar>nav a.is-active{color:#fff;border-color:#ff0aa545;background:linear-gradient(90deg,#ff0aa51b,#17e6ef09);box-shadow:inset 2px 0 0 var(--cgc-magenta)}.cgc-customer-sidebar>nav a.is-active svg{color:var(--cgc-cyan)}.cgc-customer-sidebar footer{padding-top:15px;display:grid;gap:9px;border-top:1px solid var(--cgc-border-soft)}.cgc-customer-sidebar footer span{overflow:hidden;color:#68777e;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.cgc-customer-sidebar footer button,.cgc-customer-mobilebar button{display:inline-flex;align-items:center;gap:7px;color:#94a3a9;font-size:10px;cursor:pointer}.cgc-customer-main{width:min(1050px,calc(100% - 300px));margin-left:max(280px,calc((100vw - 810px)/2));padding:64px 0 90px}.cgc-customer-title h1{margin-top:11px;font-family:var(--cgc-display);font-size:clamp(36px,5vw,50px);letter-spacing:-.055em}.cgc-customer-title>p:last-child{margin-top:9px;color:var(--cgc-muted);font-size:12px}.cgc-customer-main>.cgc-form-error{margin-top:25px}.cgc-customer-quicklinks{margin-top:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.cgc-customer-quicklinks>a{min-height:125px;padding:20px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;border:1px solid var(--cgc-border-soft);border-radius:10px;background:#090d12;transition:transform .2s ease,border-color .2s ease}.cgc-customer-quicklinks>a:hover{transform:translateY(-4px);border-color:#17e6ef4d}.cgc-customer-quicklinks>a>svg:first-child{color:var(--cgc-cyan)}.cgc-customer-quicklinks>a>svg:last-child{width:15px;color:#536168}.cgc-customer-quicklinks span{display:grid;gap:4px}.cgc-customer-quicklinks strong{font-family:var(--cgc-display);font-size:12px}.cgc-customer-quicklinks small{color:var(--cgc-muted);font-size:9px;line-height:1.5}.cgc-customer-panel{margin-top:34px;padding:29px;border:1px solid var(--cgc-border);border-radius:12px;background:linear-gradient(150deg,#0c1117,#080b0f)}.cgc-customer-panel__hero{display:flex;align-items:center;gap:17px}.cgc-customer-panel__hero>div{display:grid;gap:5px}.cgc-customer-panel__hero small{color:var(--cgc-magenta);font-size:8px;font-weight:800;letter-spacing:.14em}.cgc-customer-panel__hero h2{font-family:var(--cgc-display);font-size:25px;letter-spacing:-.04em}.cgc-customer-panel__hero p{color:var(--cgc-muted);font-size:11px;line-height:1.6}.cgc-customer-panel__hero p strong{color:#cfdadd}.cgc-customer-panel__rows{margin-top:25px;border-block:1px solid var(--cgc-border-soft)}.cgc-customer-panel__rows p{min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:25px;border-bottom:1px solid var(--cgc-border-soft);font-size:11px}.cgc-customer-panel__rows p:last-child{border-bottom:0}.cgc-customer-panel__rows span{color:#75858c}.cgc-customer-panel__rows strong{font-weight:650}.cgc-customer-panel__actions{margin-top:24px;display:flex;align-items:center;gap:18px}.cgc-customer-panel__actions>p{max-width:500px;color:#65747b;font-size:9px;line-height:1.6}.cgc-download-note{margin:25px 0;padding:16px;display:flex;align-items:center;gap:12px;border:1px solid var(--cgc-border-soft);border-radius:9px;background:#17e6ef09}.cgc-download-note>svg{color:var(--cgc-cyan)}.cgc-download-note p{display:grid;gap:3px}.cgc-download-note strong{font-size:11px}.cgc-download-note span{color:var(--cgc-muted);font-size:9px}.cgc-customer-mobilebar,.cgc-customer-mobile-nav{display:none}.cgc-cookie{width:min(720px,calc(100% - 32px));padding:15px 16px;position:fixed;z-index:500;left:50%;bottom:18px;transform:translate(-50%);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;color:#dfe9ec;border:1px solid rgba(23,230,239,.24);border-radius:12px;background:#080c10f5;box-shadow:0 24px 70px #0000009e,inset 3px 0 0 var(--cgc-magenta);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);font-family:var(--cgc-body)}.cgc-cookie__icon{width:38px;height:38px;display:grid;place-items:center;color:var(--cgc-cyan);border:1px solid rgba(23,230,239,.19);border-radius:9px;background:#17e6ef0e}.cgc-cookie strong{font-size:11px}.cgc-cookie p{margin:3px 0 0;color:#84949b;font-size:10px;line-height:1.5}.cgc-cookie nav{margin-top:5px;display:flex;gap:13px}.cgc-cookie a{color:var(--cgc-cyan);font-size:9px;text-decoration:none}.cgc-cookie button{min-height:36px;padding:0 14px;color:#061013;border:0;border-radius:7px;background:linear-gradient(105deg,var(--cgc-cyan),var(--cgc-magenta));font-size:10px;font-weight:800;cursor:pointer}@media (max-width: 940px){.cgc-nav__links{display:none}.cgc-feature-grid{grid-template-columns:repeat(2,1fr)}.cgc-process-section,.cgc-module,.cgc-faq-section{grid-template-columns:1fr;gap:45px}.cgc-footer__inner{grid-template-columns:1fr;padding-block:35px;justify-items:center;text-align:center}.cgc-footer__inner>p{justify-self:center}.cgc-customer-sidebar{display:none}.cgc-customer-mobilebar{min-height:66px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--cgc-border-soft);background:#070a0e}.cgc-customer-main{width:min(100% - 36px,900px);margin:0 auto;padding:48px 0 105px}.cgc-customer-mobile-nav{min-height:63px;padding:6px 10px;position:fixed;z-index:20;inset:auto 0 0;display:flex;justify-content:space-around;border-top:1px solid var(--cgc-border);background:#070a0ef7;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.cgc-customer-mobile-nav a{min-width:55px;display:grid;place-items:center;align-content:center;gap:3px;color:#67767d;font-size:7px}.cgc-customer-mobile-nav a.is-active{color:var(--cgc-cyan)}.cgc-customer-quicklinks{grid-template-columns:1fr}}@media (max-width: 700px){.cgc-shell{width:min(100% - 28px,1160px)}.cgc-nav__inner{min-height:64px}.oktocgc-brand--compact>img{display:none}.cgc-nav__actions{gap:5px}.cgc-button--nav-primary,.cgc-button--nav-secondary{min-height:36px;padding-inline:10px}.cgc-hero{padding-top:52px}.cgc-hero__lead{font-size:14px}.cgc-hero__facts{max-width:360px}.cgc-demo-section{padding-bottom:76px}.cgc-demo-section__heading{align-items:flex-start;flex-direction:column}.cgc-section{padding-block:76px}.cgc-feature-grid,.cgc-plans{grid-template-columns:1fr}.cgc-feature,.cgc-plan__tagline{min-height:0}.cgc-other-plans summary{align-items:flex-start;flex-direction:column;justify-content:center;gap:2px}.cgc-other-plans summary:after{position:absolute;right:18px;top:18px}.cgc-other-plans__body,.cgc-contact{grid-template-columns:1fr}.cgc-contact label:nth-of-type(4),.cgc-contact .cgc-button,.cgc-contact>small{grid-column:auto}.cgc-final{margin-block:55px;padding:32px 25px;align-items:flex-start;flex-direction:column}.cgc-footer__links{flex-wrap:wrap;justify-content:center}.cgc-checkout-modal__card,.cgc-account-card,.cgc-success-card{padding:28px 22px}.cgc-portal__header{padding-inline:16px}.cgc-portal__header>div>span{display:none}.cgc-portal__main{width:min(100% - 28px,1100px);padding-top:44px}.cgc-portal__actions article{grid-template-columns:auto 1fr}.cgc-portal__actions article .cgc-button{grid-column:1/-1;width:100%}.cgc-cookie{grid-template-columns:auto 1fr}.cgc-cookie button{grid-column:1/-1;width:100%}.cgc-customer-panel{padding:22px}.cgc-customer-panel__actions{align-items:flex-start;flex-direction:column}.cgc-customer-panel__actions .cgc-button{width:100%}.cgc-portal__stats{grid-template-columns:1fr}}@media (max-width: 430px){.oktocgc-brand--compact{--brand-width: 84px;--brand-line: 12px}.cgc-nav__actions .cgc-button--nav-secondary{background:transparent;border-color:transparent;padding-inline:6px}.cgc-hero__mascot{width:165px}.cgc-hero h1{font-size:36px}.cgc-hero__facts{flex-direction:column;align-items:center}.cgc-price__line strong{font-size:45px}}@media (prefers-reduced-motion: reduce){.cgc-page *,.cgc-page *:before,.cgc-page *:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}:root{--teal: #17e6ef;--surf: #79f5f7;--abyss: #ff0aa5;--amber: #f5a623;--red: #E0556B;--accent: var(--teal);--accent-strong: var(--abyss);--bg: #05070a;--surface: #0a0e13;--surface-2: #0e141b;--border: rgba(255, 255, 255, .08);--text: #f4f8fa;--muted: #8c9ca5;--font-display: "Sora", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--radius-btn: 3.5px;--radius-card: 3.5px;--gradient: linear-gradient(110deg, #17e6ef 0%, #43cbdc 55%, #ff0aa5 100%);--glow: 0 10px 30px -10px rgba(87, 199, 201, .45);--sidebar-w: 230px}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;position:relative;min-height:100vh;overflow-x:hidden}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(600px circle at 12% 8%,rgba(23,230,239,.1),transparent 60%);z-index:0;pointer-events:none}#root{position:relative;z-index:1}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit}::placeholder{color:var(--muted)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-up{opacity:0;animation:fadeUp .55s ease forwards}.octo-btn{transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.octo-btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 32px -8px #1e9ea899}.octo-btn-secondary:hover{transform:translateY(-2px);background:#11323b}.octo-card{transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.octo-card:hover{transform:translateY(-4px);border-color:#57c7c966;box-shadow:0 16px 40px -20px #1e9ea859}.octo-input{transition:border-color .18s ease,box-shadow .18s ease}.octo-input:focus{outline:none;border-color:#57c7c980;box-shadow:0 0 0 3px #1e9ea824}.octo-nav{transition:background .16s ease,color .16s ease}.octo-nav:hover{background:#ffffff0a;color:var(--text)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#143038;border-radius:3.5px}::-webkit-scrollbar-track{background:transparent}@keyframes spin{to{transform:rotate(360deg)}}.mobile-only{display:none!important}.mobile-bottom-nav{display:none}@media (max-width: 768px){.desktop-only{display:none!important}.mobile-only{display:flex!important}.app-sidebar{display:none!important}.app-main{margin-left:0!important;padding:0 16px 88px!important}.mobile-bottom-nav{display:flex!important;position:fixed;bottom:0;left:0;right:0;background:var(--surface);border-top:1px solid var(--border);z-index:100;justify-content:space-around;align-items:center;padding:6px 0 env(safe-area-inset-bottom,8px)}.landing-h1{font-size:34px!important;line-height:1.1!important}.landing-sub{font-size:16px!important}.landing-hero{padding:36px 20px 32px!important}.feature-grid,.steps-grid{grid-template-columns:1fr!important}.price-card{padding:24px 18px!important}.cta-box{padding:36px 20px!important}.landing-h2{font-size:26px!important}.admin-sidebar{display:none!important}.admin-main{margin-left:0!important;padding:20px 16px 88px!important;max-height:none!important}.admin-mobile-bottom{display:flex!important;position:fixed;bottom:0;left:0;right:0;background:var(--surface);border-top:1px solid var(--border);z-index:100;justify-content:space-around;align-items:center;padding:6px 0 env(safe-area-inset-bottom,8px)}}
