@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;800;900&display=swap";.profile-page{background-image:radial-gradient(#3e3e3e99 1px,transparent 1px);color:#f3f4f6;min-height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;padding:24px;background-size:25px 25px;background-color:#060606;-webkit-user-select:none;user-select:none}.profile-page .demo-brand-text{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:#fff;cursor:pointer}.profile-page .demo-brand-text:hover{color:#fff}.profile-page .profile-card{max-width:768px;width:100%;background-color:#080c12;border:1px solid #202020b5;border-radius:16px;padding:48px;box-shadow:0 10px 25px -5px #0000004d}.profile-page .profile-header{display:flex;flex-direction:column;align-items:center;gap:32px;margin-bottom:40px}.profile-page .avatar-placeholder{width:160px;height:160px;border:4px solid #00cbca;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #0003;overflow:hidden;background-image:url(/assets/joumaico-BBFSS0kX.jpg);background-size:100%}.profile-page .bio-container{text-align:center}.profile-page .badge{display:inline-block;background-color:#818cf81a;color:#00cbca;font-size:14px;font-weight:600;padding:4px 12px;border-radius:9999px;border:1px solid #818cf833;margin-bottom:12px}.profile-page h1{font-size:36px;font-weight:800;color:#fff;margin-bottom:8px}.profile-page h2.role-title{font-size:22px;font-weight:700;color:#00cbca;margin-bottom:16px}.profile-page .bio-text{color:#9ca3af;line-height:1.6;max-width:540px;font-size:19px}.profile-page .footer{margin-top:48px;padding-top:24px;border-top:1px solid #37415180;text-align:center}.profile-page .footer a{font-size:15px;color:#00fba9;font-weight:500}.profile-page .footer a:hover{color:#fff}@media(max-width:499px){.profile-page{padding:24px 16px}.profile-page h1{font-size:26px}.profile-page .profile-card{padding:48px 14px}.profile-page .bio-text{letter-spacing:0;font-size:15px}}.brand{display:flex;align-items:center;gap:12px;-webkit-user-select:none;user-select:none}.brand__logo{width:48px;height:48px;object-fit:contain}.brand__name{font-size:1.75rem}.brand__name,.brand-text,.demo-brand-text,.public-brand__text{display:inline-flex;align-items:baseline;color:#fff;font-family:Roboto,sans-serif;font-weight:800;line-height:1;letter-spacing:0;text-decoration:none}.brand__name strong,.brand-text strong,.demo-brand-text strong,.public-brand__text strong{color:#08aaa9;font-weight:800}.btn{display:inline-flex;align-items:center;justify-content:center;padding:20px 0;font-size:.9rem;font-weight:600;letter-spacing:.02em;border-radius:12px;border:none;cursor:pointer;color:#fff;width:100%;background:linear-gradient(90deg,#2674ed,#ed269c);transition:.2s cubic-bezier(.4,0,.2,1)}.btn--primary{background:#1a63d9}.btn--secondary{background:#363636}.btn--danger{background:#9c0a0a66}.btn--ghost{background:transparent;border:1px dashed #ffffff26;color:#9ca3af}.btn--ghost:hover{background:#ffffff08;color:#fff;border-color:#ffffff4d}.btn:disabled{cursor:not-allowed;opacity:.45}.btn--submit{background:linear-gradient(90deg,#2674ed,#ed269c);padding:18px 0;font-size:.87rem;letter-spacing:.05em;text-transform:uppercase;margin-top:10px;border-radius:24px;height:50px}.btn--icon{width:48px;min-width:48px;max-width:48px;height:48px;padding:0;border-radius:8px;background:#0d0d1aeb}.btn--icon svg{width:20px;height:20px}.btn--compact{width:auto;padding:10px 16px;font-size:.8rem;text-transform:uppercase;height:auto;background:#3b82f626}.btn--file{width:auto;height:auto;padding:8px 14px;font-size:.8rem;background:#ffffff0f;border:1px solid #ffffff1a}.btn--file:hover{background:#ffffff1f}.btn--inline{width:auto;padding:12px 24px;font-size:.9rem}.form-stack{display:flex;flex-direction:column}.form-field{display:flex;flex-direction:column;gap:13px}.form-field__label{color:#9ca3af;font-size:.85rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:3px}.input{width:100%;border:1px solid #ffffff14;border-radius:12px;background:#ffffff08;color:#fff;padding:15px;font-size:.9rem;transition:.2s cubic-bezier(.4,0,.2,1)}.input::placeholder{color:#9ca3af66}.input--dark{background:#090a10;border-radius:8px;padding:12px 16px;min-width:250px;max-width:250px}.password-field{position:relative;width:100%}.password-field .input{padding-right:53px}.password-field__toggle{position:absolute;right:4px;top:50%;transform:translateY(-50%);background:none;border:none;padding:8px;margin-right:8px;cursor:pointer;color:#6b7280;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:.2s cubic-bezier(.4,0,.2,1);width:auto;box-shadow:none}.password-field__toggle:hover{color:#fff;background:#ffffff0f}.password-field__toggle svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2}.form-row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;margin-top:-5px}.checkbox{display:flex;align-items:center;gap:8px;color:#9ca3af;cursor:pointer;font-weight:400;letter-spacing:normal;-webkit-user-select:none;user-select:none}.checkbox input[type=checkbox]{accent-color:#ed269c;cursor:pointer}.link{color:#ed269c;text-decoration:none;font-weight:500;transition:opacity .2s cubic-bezier(.4,0,.2,1);border:0;background:none;cursor:pointer}.link:hover{color:#fff}.link--back{font-size:1rem;color:#fff;width:40px;height:32px;display:flex;align-items:center;justify-content:center}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:24px}.form-grid .form-field--wide{grid-column:1 / -1}.form-grid .form-field .input{background:#090a10;border-radius:8px;padding:14px 16px;font-size:.95rem}.form-grid .form-field .form-field__label{font-size:.88rem;font-weight:500;text-transform:none}.toast-stack{position:fixed;right:0;bottom:0;z-index:999}.toast{padding:16px 24px;border-radius:12px;font-weight:400;font-size:.95rem;animation:toast-enter .3s cubic-bezier(.16,1,.3,1) forwards;margin-bottom:20px;border-left:4px solid transparent}.toast--success{background:#0d2714;border-color:#2ecc71;color:#d4edd9}.toast--error{background:#2d1212;border-color:#e74c3c;color:#fce4e4}.toast--flash{text-align:center;padding:16px 0;margin-bottom:20px;border-radius:10px;font-size:14px}.toast--flash.toast--success{background:#033603;border:2px solid #00800059}.toast--flash.toast--error{background:#540707;border:2px solid #700000}.toast--flash.is-exiting{animation:toast-exit .5s ease forwards}@keyframes toast-enter{0%{transform:translateY(12px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes toast-exit{0%{transform:translateY(0);opacity:1}to{transform:translateY(-6px);opacity:0}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}*{-webkit-tap-highlight-color:transparent;scrollbar-color:#414141 transparent}::-webkit-scrollbar,*::-webkit-scrollbar{width:20px;height:20px}::-webkit-scrollbar-track,*::-webkit-scrollbar-track{border:0;background:transparent}::-webkit-scrollbar-thumb,*::-webkit-scrollbar-thumb{border:0;border-radius:999px;background:#2f2f2f}::-webkit-scrollbar-corner,*::-webkit-scrollbar-corner{background:transparent}html,body{font-family:Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#e5e7eb;background-color:#09090b}html.app-loading,html.app-loading body{background:#000!important}html.app-loading #root{visibility:hidden}html.app-loading body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;background:#000}body{display:flex;justify-content:center;min-height:100vh;background:radial-gradient(#292929 1px,transparent 1px);background-size:25px 25px;background-color:#09090b}button,input,select,textarea{font:inherit}input{height:50px}input:focus-visible,textarea:focus-visible{outline:none}[hidden]{display:none!important}.layout-page{min-height:100vh;display:grid;place-items:center;padding:14px}#root{width:100%}.public-brand{display:inline-flex;align-items:center;gap:8px;color:#fff;text-decoration:none}.public-brand__mark{width:48px;height:48px;object-fit:contain}.public-brand__text{font-size:32px}.cookie-consent{position:fixed;right:24px;bottom:24px;left:auto;z-index:20;width:min(360px,calc(100% - 48px));opacity:0;pointer-events:none;transform:translateY(16px);transition:opacity .3s ease,transform .3s ease}.cookie-consent[hidden]{display:none}.cookie-consent.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.cookie-card{position:relative;display:grid;gap:12px;border:1px solid #ffffff1f;border-radius:15px;background:radial-gradient(circle at 16% 0%,#2674ed33,transparent 34%),radial-gradient(circle at 86% 100%,#ed269c2b,transparent 30%),#1a181b;box-shadow:0 32px 90px #00000075;padding:20px}.cookie-header{display:flex;align-items:center;gap:24px;padding-right:44px}.cookie-logo{width:36px;height:36px;object-fit:contain}.cookie-card h2{margin:0;color:#fff;font-size:19px;line-height:1.1}.cookie-card p{margin:0;color:#fff;font-size:13px;line-height:1.7}.cookie-close{position:absolute;top:24px;right:24px;width:32px;height:32px;border:0;background:transparent;cursor:pointer}.cookie-close:before,.cookie-close:after{position:absolute;top:50%;left:50%;width:28px;height:3px;border-radius:999px;background:#fff;content:""}.cookie-close:before{transform:translate(-50%,-50%) rotate(45deg)}.cookie-close:after{transform:translate(-50%,-50%) rotate(-45deg)}.cookie-preferences{display:none;gap:12px}.cookie-consent.is-customizing{display:inline-flex;align-items:center;justify-content:center}.cookie-consent.is-customizing .cookie-preferences{display:grid}.cookie-option{display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid #3c3a3d;border-radius:8px;background:#09090bb8;padding:15px}.cookie-option span{display:grid;gap:4px}.cookie-option strong{color:#fff;font-size:17px;line-height:1.2}.cookie-option small{color:#8e8e8e;font-size:14px;line-height:1.35}.cookie-option input{width:24px;height:24px;flex:0 0 auto;accent-color:#2674ed}.cookie-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:10px}.cookie-button{min-height:45px;border:0;border-radius:8px;color:#fff;cursor:pointer;font-size:17px;font-weight:800;line-height:1;transition:transform .2s ease,border-color .2s ease,background .2s ease}.cookie-button:hover{transform:translateY(-2px)}.cookie-button-primary{background:linear-gradient(90deg,#2674ed,#ed269c)}.cookie-button-secondary{border:1px solid #ffffff1a;background:#26242a}.site-footer{display:grid;justify-items:center;padding:65px 24px;text-align:center;background-color:#09090b}.site-footer .public-brand{display:inline-flex;align-items:center;gap:8px}.site-footer .public-brand__mark{width:44px;height:44px;object-fit:contain}.site-footer .public-brand__text{font-size:26px}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 24px;color:#8e8e8e;font-size:15px;margin:8px 0}.footer-links a,.footer-links button{color:inherit;text-decoration:none;border:0;background:transparent;cursor:pointer;padding:0;font:inherit;transition:color .2s ease}.footer-links a:hover,.footer-links a:focus-visible,.footer-links button:hover,.footer-links button:focus-visible{color:#fff}.copyright{color:#8e8e8e;text-align:center;font-size:14px}@media(max-width:1024px){.site-footer .public-brand__mark{width:44px;height:44px}.site-footer .public-brand__text{font-size:var(--footer-brand-text-size, 26px)}}@media(max-width:499px){.cookie-consent{right:16px;bottom:16px;left:16px;width:auto}.cookie-header{gap:12px;padding-right:46px}.cookie-logo{width:38px;height:38px}.cookie-close{right:20px;width:38px;height:38px}.cookie-close:before,.cookie-close:after{width:34px}.cookie-button{font-size:16px}.public-brand__mark{width:38px;height:38px}.public-brand__text{font-size:24px}.site-footer{padding:48px 16px}.site-footer .public-brand__mark{width:38px;height:38px}.site-footer .public-brand__text{font-size:22px}.footer-links{gap:10px 18px;font-size:14px}}@media(prefers-reduced-motion:reduce){.cookie-consent,.cookie-card,.cookie-button,.footer-links a,.footer-links button{transition:none}}:root{--max-width: 1280px;--hero-available-height: 100vh}@supports (height: 100svh){:root{--hero-available-height: 100svh}}*{box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none;width:0;height:0}html{overflow:auto;scroll-behavior:smooth;touch-action:manipulation;-webkit-text-size-adjust:100%;-webkit-user-select:none;user-select:none}body{margin:0;overflow-x:hidden;background:#09090b;color:#8e8e8e;font-size:17px;line-height:1.5;opacity:1;touch-action:manipulation;visibility:visible}body.page-index-loading{height:100dvh;overflow:hidden}.index-runtime-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;width:100vw;height:100dvh;min-height:0;background:#09090b;transition:none}h1,h2,h3,p{margin:0}p{font-size:17px;color:#8e8e8e}h1,h2,h3{color:#fff}h1,h2{font-weight:900}h3{font-weight:500}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;font:inherit;-webkit-tap-highlight-color:transparent}a,[role=button],[tabindex]{-webkit-tap-highlight-color:transparent}.container{width:min(var(--max-width),calc(100% - 48px));margin-inline:auto}.section{padding:30px 0}.section:last-child{padding-bottom:50px}main>.section:not(.hero),.site-footer{content-visibility:auto;contain-intrinsic-size:auto 900px}.section-dark{background-color:#09090b}.section-muted{background-color:#0c0c0f}@media(min-width:500px)and (prefers-reduced-motion:no-preference){.section.is-clean-scroll-window{animation:clean-scroll-window-slide .62s cubic-bezier(.22,1,.36,1) both;will-change:transform,opacity}}@keyframes clean-scroll-window-slide{0%{opacity:.92;transform:translate3d(0,100vh,0)}to{opacity:1;transform:translateZ(0)}}.login{z-index:1;position:absolute;right:1%;margin:10px 20px;top:25px;color:#fff;font-size:15px;font-weight:700;align-items:center;padding:6px 18px;border-radius:999px;background:#2266d0}.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;border:0;border-radius:8px;background:linear-gradient(90deg,#2674ed,#ed269c);color:#fff;cursor:pointer;font-weight:700;padding:0 28px;transition:transform .25s ease,border-color .25s ease}.button-secondary{border:1px solid #ffffff38;background:#ffffff14}.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;width:auto;font-size:18px;height:58px}.hero{position:relative;display:grid;height:var(--hero-available-height);min-height:var(--hero-available-height);overflow:hidden;align-content:center;place-items:start center}.hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;height:var(--hero-available-height);opacity:.18;background-image:radial-gradient(#ffffff99 1px,transparent 1px);background-size:25px 25px}.hero-visual{position:absolute;bottom:2%;left:50%;width:min(920px,90vw);aspect-ratio:2.1;opacity:.62;--hero-scroll-x: 0px;--hero-reveal-y: 0px;transform:translate(calc(-50% + var(--hero-scroll-x)),var(--hero-reveal-y))}.pulse-ring{position:absolute;border:1px solid #2674ed8c;border-radius:999px}.ring-one{top:18%;right:8%;bottom:18%;left:8%}.ring-two{top:0;right:22%;bottom:0;left:22%;border-color:#ed269c59}.pulse-dot{position:absolute;width:12px;height:12px;border-radius:50%;background:#2674ed;box-shadow:0 0 24px #2674edcc}.dot-one{top:22%;left:22%}.dot-two{right:20%;bottom:28%;background:#ed269c;box-shadow:0 0 24px #ed269ccc}.pulse-line{position:absolute;height:1px;background:linear-gradient(90deg,transparent,#2674ed,transparent)}.line-one{top:48%;left:12%;width:76%}.line-two{top:42%;left:34%;width:32%;background:linear-gradient(90deg,transparent,#ed269c,transparent);transform:rotate(54deg)}.hero-content{position:relative;z-index:1;display:grid;max-width:760px;justify-items:center;text-align:center}.hero h1{margin:30px 0 60px;font-size:64px;line-height:1.2}.hero h1 span,.hero h1 strong{display:block}.hero h1 strong{color:#2674ed;font-weight:600}.hero-brand{gap:16px}.hero-brand-mark{width:72px;height:72px;filter:drop-shadow(0 0 24px #08aaa947)}.hero-brand-text{font-size:56px}.section-heading{display:grid;gap:16px;max-width:760px}.section-heading.centered{margin-inline:auto;justify-items:center;text-align:center}.section-heading>p:not(.eyebrow){color:#ffffffb8;line-height:1.65}.eyebrow{width:fit-content;background:linear-gradient(90deg,#2674ed,#f2295b);-webkit-background-clip:text!important;background-clip:text!important;color:transparent;font-size:27px;font-weight:900;text-transform:uppercase}.section-heading h2,.case-copy h2{font-size:48px;line-height:1.2;margin:0}.about-layout{display:grid;grid-template-columns:1fr 1.3fr;gap:30px;margin-top:35px}.feature-list{display:grid;gap:50px;margin-bottom:0;align-content:center}.feature-row{display:grid;grid-template-columns:88px 1fr;align-items:center;gap:12px}.feature-row h3,.service-card h3,.progress-card h3,.question-band h3{color:#fff;font-size:20px;line-height:1.3}.feature-row p{margin-top:12px}.sprite-icon{display:grid;width:72px;height:72px;flex:0 0 auto;place-items:center;border-radius:8px;background:#1a181b;padding:14px}.sprite-icon:before{display:block;width:100%;height:100%;content:"";background-image:url(/assets/sprites-CpGUdeDW.png);background-repeat:no-repeat;background-size:716.0858% 100%;background-position:var(--sprite-position) 0}.sprite-icon-03{--sprite-position: 0%}.sprite-icon-05{--sprite-position: 16.6667%}.sprite-icon-06{--sprite-position: 33.3333%}.sprite-icon-09{--sprite-position: 50%}.sprite-icon-10{--sprite-position: 66.6667%}.sprite-icon-17{--sprite-position: 83.3333%}.sprite-icon-19{--sprite-position: 100%}.image-slider-panel{display:grid;align-content:start;gap:24px;margin:25px 0 5px}.image-slider{position:relative;overflow:hidden;aspect-ratio:7 / 5;border-radius:8px;background:radial-gradient(circle at 30% 30%,#2674ed73,transparent 28%),radial-gradient(circle at 70% 62%,#ed269c59,transparent 30%),linear-gradient(140deg,#17171d,#0a0a0d);box-shadow:0 24px 80px #00000057}.image-slide{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;opacity:0;transform:scale(1.025);backface-visibility:hidden;transition:opacity .75s ease,transform 3.8s ease;will-change:opacity,transform}.image-slide.is-active{z-index:1;opacity:1;transform:scale(1)}.image-slide img{width:100%;height:100%;object-fit:cover;transform:translateZ(0)}.image-slider-dots{position:absolute;right:18px;bottom:18px;z-index:2;display:flex;gap:8px}.image-slider-dots span{width:8px;height:8px;border-radius:999px;background:#ffffff57;transition:width .3s ease,background .3s ease}.image-slider-dots span.is-active{width:24px;background:#fff}.image-slider-toggle{position:absolute;bottom:18px;left:18px;z-index:2;display:grid;width:40px;height:40px;place-items:center;border:1px solid #ffffff3d;border-radius:8px;background:#09090bb8;cursor:pointer;transition:transform .2s ease,background .2s ease}.image-slider-toggle:hover{background:#09090be6;transform:translateY(-2px)}.image-slider-toggle:focus-visible,.back-to-top:focus-visible{outline:3px solid #ffffffb8;outline-offset:3px}.image-slider-toggle:before,.image-slider-toggle:after{width:4px;height:16px;border-radius:999px;background:#fff;content:""}.image-slider-toggle:before{transform:translate(-4px)}.image-slider-toggle:after{position:absolute;transform:translate(4px)}.image-slider.is-paused .image-slider-toggle:before{width:0;height:0;border-top:9px solid transparent;border-bottom:9px solid transparent;border-left:14px solid #fff;border-radius:0;background:transparent;transform:translate(2px)}.image-slider.is-paused .image-slider-toggle:after{display:none}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:25px;overflow:hidden;border:1px solid #3c3a3d;border-radius:8px}.stats-grid div{padding:32px;background:#09090b;text-align:center;border-right:1px solid #3c3a3d;border-bottom:0}.stats-grid div:last-child{border-right:0}.stats-grid strong,.stats-grid span{color:#fff;font-size:40px;font-weight:900;line-height:1.2}.stats-grid strong{font-variant-numeric:tabular-nums}.services-grid,.solution-matrix{display:grid;margin-top:28px}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.services-grid-expanded{grid-template-columns:repeat(3,minmax(0,1fr))}.services-grid-expanded .service-card{min-height:230px}.solution-matrix{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.service-card,.list-card,.home-plan-card,.progress-card,.question-band{border:1px solid #3c3a3d;border-radius:8px;background:#1a181b}.service-card{display:grid;min-height:200px;padding:20px}.service-title{display:flex;align-items:center;gap:20px}.list-card{padding:30px}.list-card h3{color:#fff;font-size:19px;font-weight:800;line-height:1.25}.list-card ul{display:grid;gap:5px;margin:20px 0 0;padding:0;list-style:none}.list-card li{position:relative;padding-left:20px;color:#ffffffbf;font-size:16px}.list-card li:before{position:absolute;top:.65em;left:0;width:8px;height:8px;border-radius:50%;background:linear-gradient(90deg,#2674ed,#ed269c);content:"";transform:translateY(-50%)}.home-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:36px}.home-plan-dots{display:none}.home-plan-card{position:relative;display:flex;flex-direction:column;gap:22px;overflow:hidden;padding:30px 30px 92px}.home-plan-card.is-featured{border-color:#2674ed99;box-shadow:0 0 0 1px #ed269c26 inset}.home-plan-card__header{position:relative;z-index:1;display:grid;justify-items:center;gap:8px;text-align:center}.home-plan-card__header h3{color:#fff;font-size:20px;font-weight:900;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.home-plan-card__header p{color:#ffffffa6;font-size:16px}.home-plan-card__badge{position:absolute;top:-15px;right:-60px;width:180px;padding:10px 0 10px 20px;transform:rotate(35deg);background:linear-gradient(90deg,#2674ed,#ed269c);color:#fff;font-size:14px;font-weight:900;line-height:1;text-align:center;text-transform:uppercase}.home-plan-card__price{position:relative;z-index:1;display:flex;align-items:baseline;justify-content:center;gap:6px;color:#fff9}.home-plan-card__price strong{color:#fff;font-size:36px;font-weight:900;line-height:1}.home-plan-card__features{position:relative;z-index:1;display:grid;gap:12px;margin:0;padding:0;list-style:none}.home-plan-card__features li{position:relative;padding-left:22px;color:#ffffffbf;font-size:16px}.home-plan-card__features li:before{position:absolute;top:.65em;left:0;width:8px;height:8px;border-radius:50%;background:linear-gradient(90deg,#2674ed,#ed269c);content:"";transform:translateY(-50%)}.home-plan-card.is-featured .home-plan-card__features li:before{top:.2em;left:2px;width:7px;height:13px;border-right:2px solid #ed269c;border-bottom:2px solid #ed269c;border-radius:0;background:transparent;transform:rotate(45deg)}.home-plan-card__logo{position:absolute;right:22px;bottom:18px;width:150px;height:150px;fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:6;opacity:.6;pointer-events:none}.home-plan-card--free .home-plan-card__logo{stroke:#2674ed}.home-plan-card--starter .home-plan-card__logo{stroke:#8b5cf6}.home-plan-card--pro .home-plan-card__logo{stroke:#ed269c}.case-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}.case-copy,.faq-heading{padding:0}.case-copy{align-content:center;margin-right:100px}.case-copy p{margin:20px 0}.progress-card{display:grid;align-content:center;gap:24px;padding:48px 24px}.progress-item{display:grid;gap:10px}.progress-bar{overflow:hidden;height:32px;border-radius:8px;background:#09090b}.progress-bar b{display:flex;height:100%;align-items:center;justify-content:flex-end;padding-right:5px;background:linear-gradient(90deg,#2674ed,#ed269c);color:#fff;font-size:12px;font-weight:500;white-space:nowrap}.has-js .progress-bar b{max-width:0;overflow:hidden}.has-js .progress-card.is-visible .progress-bar b{animation:progress-fill 1.45s cubic-bezier(.22,1,.36,1) forwards}.has-js .progress-card.is-visible .progress-item:nth-child(3) .progress-bar b{animation-delay:.18s}@keyframes progress-fill{0%{max-width:0}to{max-width:100%}}.has-js .reveal-block{opacity:0;transform:translateY(14px);transition:opacity .42s ease-out 0ms,transform .52s ease-out 0ms;will-change:opacity,transform}.has-js .reveal-block.is-visible{opacity:1;transform:translateY(0)}.has-js .hero-visual.reveal-block{--hero-reveal-y: 14px;transform:translate(calc(-50% + var(--hero-scroll-x)),var(--hero-reveal-y))}.has-js .hero-visual.reveal-block.is-visible{--hero-reveal-y: 0px;transform:translate(calc(-50% + var(--hero-scroll-x)),var(--hero-reveal-y))}.faq-contact-layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);gap:36px;align-items:stretch}.faq-heading{margin-bottom:28px;justify-content:flex-start}.faq-heading .eyebrow{text-transform:none}.accordion{display:grid;align-self:stretch;gap:12px}.accordion-item{overflow:hidden;border:1px solid #3c3a3d;border-radius:8px;background:#1a181b}.accordion-item button{position:relative;width:100%;border:0;background:transparent;color:#fff;cursor:pointer;padding:20px 54px 20px 20px;text-align:left;font-size:16px}.accordion-item button:after{position:absolute;right:20px;content:"+"}.accordion-item.is-open button:after{content:""}.accordion-item p{display:none;padding:0 20px 20px}.accordion-item.is-open p{display:block}.question-band{display:grid;gap:28px;color:#8e8e8e;padding:24px;min-height:660px}.faq-contact-layout .question-band{align-self:stretch;margin-top:0}.contact-copy{display:grid;align-items:center;gap:16px}.contact-copy h3,.faq-contact-layout .contact-copy h3{color:#fff;font-size:32px;font-weight:900;line-height:1.12}.contact-form{display:grid;gap:22px;width:100%}.contact-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.contact-field{display:grid;gap:10px}.contact-field>span:first-child{margin-bottom:0;color:#fff;font-size:21px;font-weight:800;line-height:1.2}.contact-form input:not([type=radio]),.contact-form textarea,.custom-select-button{width:100%;min-height:58px;border:1px solid #3c3a3d;border-radius:8px;background:#09090bb8;color:#fff;font:inherit;font-size:16px;outline:0;padding:14px 16px;transition:border-color .2s ease,box-shadow .2s ease;height:58px}.contact-form textarea{height:200px;resize:none}.custom-select{position:relative;-webkit-user-select:none;user-select:none}.custom-select-button{position:relative;cursor:pointer;padding-right:48px;text-align:left}.custom-select-button:after{position:absolute;top:50%;right:18px;width:10px;height:10px;border-right:2px solid #8e8e8e;border-bottom:2px solid #8e8e8e;content:"";pointer-events:none;transform:translateY(-65%) rotate(45deg);transition:transform .2s ease}.custom-select.has-error .custom-select-button{border-color:#ed269c;box-shadow:0 0 0 3px #ed269c33}.custom-select.is-open .custom-select-button:after{transform:translateY(-35%) rotate(225deg)}.custom-select-menu{position:absolute;top:calc(100% + 1px);left:0;z-index:5;display:none;width:100%;overflow:hidden;border:1px solid #3c3a3d;border-radius:8px;background:#121114}.custom-select.is-open .custom-select-menu{display:grid}.custom-select-option{color:#8e8e8e;cursor:pointer;font-size:16px;line-height:1.2;padding:14px 16px}.custom-select-option+.custom-select-option{border-top:1px solid #3c3a3d}.custom-select-option:hover{background:#fff;color:#09090b}.contact-submit{width:auto;min-height:50px;height:50px;min-width:150px;justify-self:end;border:0;border-radius:8px;background:linear-gradient(90deg,#2674ed,#ed269c);color:#fff;cursor:pointer;font-size:15px;font-weight:800;line-height:1.2;text-transform:uppercase;letter-spacing:3px;transition:opacity .35s ease,transform .25s ease,background .25s ease}.contact-submit:disabled{cursor:wait;opacity:.68}.contact-status{justify-self:start;color:#fff;font-size:15px;font-weight:700}.contact-status--success{color:#55ff50}.contact-status--error{color:#ff5050}.contact-submit.is-sent{background:linear-gradient(90deg,#16a34a,#63e6be);opacity:1}.contact-submit.is-fading-out,.contact-submit.is-fading-out:hover{opacity:0;transform:translateY(-4px)}.contact-submit:hover{transform:translateY(-2px)}.legal-main{min-height:100vh}.legal-hero{position:relative;overflow:hidden;padding:54px 0 34px}.legal-hero:before{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.16;background-image:radial-gradient(#ffffff94 1px,transparent 1px);background-size:25px 25px;content:""}.legal-hero-inner{position:relative;display:grid;gap:8px}.legal-hero-inner .public-brand{margin-bottom:20px}.legal-hero h1{color:#fff;font-size:37px;line-height:1.08}.legal-hero .eyebrow{font-size:16px}.legal-hero p:not(.eyebrow){color:#ffffffbd}.legal-section{padding-top:18px}.legal-shell{max-width:960px}.legal-content{display:grid;gap:0}.legal-content section{display:grid;gap:12px;border-top:1px solid #3c3a3d;padding:26px 0}.legal-content h2{color:#fff;font-size:20px;line-height:1.2}.legal-content p,.legal-content li{color:#ffffffb8;font-size:15px}.legal-list{display:grid;gap:10px;margin:0;padding-left:20px}.legal-contact{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:center;gap:28px}.legal-contact h2{line-height:2}.legal-map{overflow:hidden;border:1px solid #3c3a3d;border-radius:8px;background:#1a181b;aspect-ratio:16 / 10}.legal-map iframe{display:block;width:100%;height:100%;border:0}.back-to-top{position:fixed;right:27px;bottom:27px;z-index:12;display:grid;width:40px;height:40px;place-items:center;border:0;border-radius:8px;background:#ed269c;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .24s ease,transform .24s ease}.back-to-top:before{width:12px;height:12px;border-top:3px solid #fff;border-left:3px solid #fff;content:"";transform:translateY(4px) rotate(45deg)}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top.is-visible:hover{transform:translateY(-3px)}@media(prefers-reduced-motion:reduce){.image-slider-dots span,.image-slider-toggle,.back-to-top{transition:none}.has-js .reveal-block{opacity:1;transform:none;transition:none}.has-js .hero-visual.reveal-block,.has-js .hero-visual.reveal-block.is-visible{--hero-scroll-x: 0px;--hero-reveal-y: 0px;transform:translate(-50%)}.has-js .progress-bar b{max-width:100%}.has-js .progress-card.is-visible .progress-bar b{animation:none}.image-slide{transform:none;transition:none}}@media(max-width:1024px){.container{width:min(100% - 96px,1024px)}.hero h1{font-size:48px;margin:30px 0 60px;line-height:1.2}.hero-brand-mark{width:64px;height:64px}.hero-brand-text{font-size:52px}.section-heading h2,.case-copy h2{font-size:32px}.about-layout{grid-template-columns:1fr;gap:30px}.feature-list{gap:30px;margin-bottom:20px;align-content:normal}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-grid div{border-right:1px solid #3c3a3d;border-bottom:0}.stats-grid div:nth-child(2n){border-right:0}.services-grid-expanded{grid-template-columns:repeat(2,minmax(0,1fr))}.services-grid-expanded .service-card{min-height:200px}.solution-matrix{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.home-plan-grid{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:2px}.home-plan-grid:focus-visible{outline:3px solid #ffffffb8;outline-offset:4px}.home-plan-card{flex:0 0 100%;scroll-snap-align:start}.home-plan-dots{display:flex;justify-content:center;gap:8px;margin-top:18px}.home-plan-dots span{width:8px;height:8px;border-radius:999px;background:#ffffff57;transition:width .3s ease,background .3s ease}.home-plan-dots span.is-active{width:24px;background:#fff}.case-copy{margin-right:0}.faq-heading{justify-content:center}.faq-contact-layout{grid-template-columns:1fr;gap:30px}.faq-contact-layout .question-band{gap:32px;padding:34px 24px;height:100%;margin-top:0}.faq-contact-layout .contact-copy h3{font-size:24px}.faq-contact-layout .contact-form{gap:30px}.custom-select-menu{top:calc(100% + 12px)}}@media(max-width:499px){body{font-size:14px}p{font-size:15px;line-height:1.4}.login{right:0;top:10px}.container{width:calc(100% - 28px)}.hero-actions{width:100%;font-size:16px;gap:10px;height:auto}.hero h1{margin:18px 0 32px;font-size:32px;line-height:1.4}.hero-brand{gap:8px}.hero-brand-mark{width:52px;height:52px}.hero-brand-text{font-size:32px}.section-heading h2,.case-copy h2{font-size:28px}.feature-row{grid-template-columns:72px 1fr;gap:16px}.image-slider-panel{margin:-15px 0 5px}.stats-grid{grid-template-columns:1fr}.stats-grid div{border-right:0;border-bottom:1px solid #3c3a3d}.stats-grid div:last-child{border-bottom:0}.services-grid,.solution-matrix,.home-plan-grid,.case-grid,.contact-field-grid{grid-template-columns:1fr}.services-grid,.solution-matrix,.home-plan-grid{gap:15px}.home-plan-card{padding-bottom:70px}.home-plan-card__logo{right:10px;width:120px;height:120px}.service-card{min-height:175px;padding:10px 15px}.case-copy,.faq-heading{padding:0 10px}.case-copy p{margin:0}.case-copy h2{margin:20px 0}.contact-field>span:first-child{margin-bottom:5px;font-size:16px}.contact-form textarea{height:150px}.contact-submit{width:100%}.contact-status{width:100%;text-align:center}.legal-hero{padding:32px 0 15px}.legal-hero h1{font-size:21px}.legal-contact{grid-template-columns:1fr}.legal-map{margin-top:5px}.back-to-top{right:16px;bottom:16px}}body.page-auth{overflow:hidden;background-color:#050b0d}.auth-shell{display:flex;align-items:center;justify-content:center;background-image:radial-gradient(#ffffff26 1px,#0000 1px);background-size:25px 25px;background-color:#09090b}.auth-card{position:relative;width:100%;max-width:460px;margin:0 auto;background:#09090b;border-radius:16px;overflow:hidden;padding:1px;z-index:1}.auth-card__body{position:relative;z-index:2;padding:50px 25px;background:radial-gradient(circle at 10% 100%,#13322200 10%,transparent 100%),radial-gradient(circle at 85% 100%,#5f093c17 30%,transparent 80%),#060e12;border-radius:16px}@keyframes auth-border-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:22px}.auth-header .brand{gap:10px;margin-bottom:10px}.auth-header .brand__logo{width:38px;height:38px}.auth-heading p{color:#9ca3af;font-size:.9rem;line-height:1.5}.auth-back{position:absolute;top:54px;left:14px}.auth-back .link--back{border-radius:999px;color:#fff}.auth-back .link--back:hover{color:#9a9a9a}.auth-back .link--back svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.layout-page>.auth-card{max-width:430px;-webkit-user-select:none;user-select:none}.form-field{margin-bottom:18px}.nav-sidebar{position:fixed;top:10px;left:10px;bottom:0;border:1px solid #ffffff14;display:flex;flex-direction:column;gap:4px;background:#0e1219;overflow:hidden;z-index:20;width:250px;padding:10px;border-radius:8px;height:calc(100vh - 20px);transition:width .28s cubic-bezier(.4,0,.2,1),min-width .28s cubic-bezier(.4,0,.2,1),padding .28s cubic-bezier(.4,0,.2,1)}.nav-sidebar.is-collapsed{width:72px;min-width:72px}.nav-sidebar__toggle{position:absolute;top:15px;right:10px;width:50px;height:36px;padding:0;border-radius:6px;background:#ffffff0d;border:1px solid #ffffff14;color:#9ca3af;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:.2s cubic-bezier(.4,0,.2,1);z-index:10}.nav-sidebar__toggle:hover{background:#ffffff1a;color:#fff;transform:none}.nav-sidebar__toggle svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .28s cubic-bezier(.4,0,.2,1)}.nav-sidebar.is-collapsed .nav-sidebar__toggle svg{transform:rotate(180deg)}.nav-list{display:flex;flex-direction:column;gap:2px;margin-top:60px;flex:1;min-height:0;overflow:auto}.nav-list__item{display:flex;align-items:center;gap:16px;width:100%;padding:17px;border-radius:10px;background:transparent;border:none;color:#9ca3af;font-size:.875rem;font-weight:500;cursor:pointer;transition:.2s cubic-bezier(.4,0,.2,1);white-space:nowrap;overflow:hidden;text-align:left;letter-spacing:0;justify-content:start;text-transform:none}.nav-list__separator{height:1px;margin:8px 10px;flex-shrink:0;background:#ffffff14}.nav-list__item svg{width:18px;height:18px;flex-shrink:0;stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.nav-list__label{transition:opacity .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1)}.nav-sidebar.is-collapsed .nav-list__label{opacity:0;pointer-events:none;transform:translate(-6px)}.sidebar-usage{display:grid;gap:9px;margin-top:auto;padding:12px;border:1px solid #ffffff14;border-radius:8px;background:#05070c;color:#9ca3af;transition:opacity .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1)}.sidebar-usage__header,.sidebar-usage__summary{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.sidebar-usage__header span,.sidebar-usage__summary span,.sidebar-usage__header strong,.sidebar-usage__summary strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-usage__header{font-size:.72rem;text-transform:uppercase}.sidebar-usage__header strong,.sidebar-usage__summary strong{color:#fff;text-transform:none}.sidebar-usage__bar{height:7px;overflow:hidden;border-radius:999px;background:#ffffff14}.sidebar-usage__bar span{display:block;height:100%;border-radius:inherit;background:#22c55e}.sidebar-usage.is-usage-caution .sidebar-usage__bar span{background:#eab308}.sidebar-usage.is-usage-warning .sidebar-usage__bar span{background:#f97316}.sidebar-usage.is-usage-danger .sidebar-usage__bar span{background:#ef4444}.sidebar-usage__summary{font-size:.8rem}.nav-sidebar.is-collapsed .sidebar-usage{opacity:0;pointer-events:none;transform:translate(-8px)}.nav-list__item.is-active{background:#14223a;color:#fff}.nav-list__item:hover:not(.is-active){background:#ffffff0d;color:#e5e7eb;transform:none}body.is-sidebar-collapsed .dashboard-layout{margin-left:92px}.data-table{width:100%;border-collapse:collapse;margin-top:30px;color:#e5e7eb}.data-table th,.data-table td{padding:14px 16px;border-bottom:1px solid #ffffff0f;text-align:left;vertical-align:middle}.data-table th{color:#9ca3af;font-weight:700;font-size:.85rem;letter-spacing:.02em;text-transform:uppercase}.data-table td{font-size:.95rem}.data-table td:last-child{white-space:nowrap}.data-table__col-actions{width:200px}.data-table__col-name{width:300px}.panel-form{display:flex;gap:12px;margin-left:auto;justify-content:flex-end;align-items:center;flex-wrap:wrap;background:#11131e;padding:10px;border-radius:12px;border:1px solid #ffffff14}.panel-form>*{flex:1;max-width:fit-content}.panel-form .input{min-width:250px;max-width:250px}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:none;align-items:center;justify-content:center;z-index:1000}.modal.is-open{display:flex}.modal__card{background:#111322;padding:40px;border-radius:12px;max-width:660px;width:100%;border:1px solid #ffffff1f;animation:modal-enter .2s ease forwards}.modal__title{font-size:1.2rem;color:#fff;margin-bottom:8px}.modal__body{font-size:.95rem;color:#9ca3af;margin-bottom:20px;line-height:1.5}.modal__actions{display:flex;justify-content:flex-end;gap:12px}@keyframes modal-enter{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.workflow-empty{flex:1;display:flex;align-items:center;justify-content:center;min-height:300px;border:2px dashed #ffffff14;border-radius:16px}.workflow-empty.is-loading{min-height:calc(100dvh - 190px)}.workflow-empty__content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;width:100%;min-height:inherit}.workflow-empty__message{color:#9ca3af;font-size:.95rem}.workflow-editor{display:flex;flex-direction:column;gap:24px;opacity:0;transform:translateY(28px);transition:opacity .42s ease,transform .42s ease}.workflow-editor.is-visible{opacity:1;transform:translateY(0)}.file-upload__header button{max-height:40px!important;min-height:40px!important;border-radius:7px!important}.workflow-picker-panel{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:12px;margin-left:auto;width:auto}.workflow-picker{flex:0 1 400px;width:400px;max-width:400px;min-width:0;display:flex;justify-content:flex-end}.workflow-dropdown{width:100%;min-width:0;max-width:none}.workflow-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:24px}.workflow-main.is-selecting{min-height:280px}.workflow-workspace{flex:1;background:#0000004d;border:1px solid #ffffff14;border-radius:14px;padding:32px;display:flex;flex-direction:column;gap:32px}.workflow-workspace--loading{align-items:center;justify-content:center;min-height:280px}.workflow-delete-icon{width:auto;min-width:50px;height:50px;padding:0 18px;border-radius:8px;gap:8px}.workflow-empty .btn,.workflow-actions .btn,.workflow-result-actions .btn{gap:8px}.workflow-editor.is-saved-workflow .form-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.workflow-editor.is-saved-workflow .workflow-name-field{grid-column:span 3}.workflow-editor.is-saved-workflow .workflow-users-field{grid-column:span 1}.workflow-editor.is-saved-workflow .workflow-trigger-source-field{display:none}.workflow-user-dropdown{width:100%;max-width:none}.workflow-user-dropdown__menu{max-height:220px}.workflow-user-option{display:flex;align-items:center;gap:10px}.workflow-user-option__check{position:relative;display:inline-flex;width:16px;height:16px;flex:0 0 16px;border:1px solid #ffffff2e;border-radius:4px;background:#00000040}.workflow-user-option.is-selected .workflow-user-option__check{background:#2674ed;border-color:#2674ed}.workflow-user-option.is-selected .workflow-user-option__check:after{content:"";position:absolute;left:4px;top:1px;width:5px;height:9px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg)}.workflow-user-option__label{min-width:0;overflow:hidden;text-overflow:ellipsis}.workflow-user-option.is-empty{color:#9ca3af66;cursor:default}.workflow-result-panel{background:#0000004d;border:1px solid #ffffff14;border-radius:14px;padding:32px}.trigger-details{margin-top:-8px}.file-upload-panel{margin-top:4px}.file-upload{background:#090a10;border-radius:8px;overflow:hidden}.file-upload__header{padding:16px 20px;background:#ffffff05;display:flex;align-items:center;justify-content:space-between}.file-upload__count{font-size:.9rem;color:#9ca3af}.file-upload__list{padding:16px 20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;max-height:420px;overflow-y:auto}.file-upload__tile{position:relative;display:flex;min-width:0;min-height:172px;flex-direction:column;overflow:hidden;background:#ffffff05;border:1px solid #ffffff0a;border-radius:8px;transition:.2s cubic-bezier(.4,0,.2,1)}.file-upload__tile:hover{background:#ffffff0a;border-color:#ffffff1a}.file-upload__preview{display:flex;align-items:center;justify-content:center;height:104px;background:#0000004d}.file-upload__preview img{width:100%;height:100%;object-fit:cover}.file-upload__type{display:inline-flex;align-items:center;justify-content:center;min-width:58px;min-height:42px;padding:0 10px;border-radius:6px;background:#3b82f626;color:#e5e7eb;font-size:.78rem;font-weight:700;letter-spacing:.05em}.file-upload__meta{display:flex;min-width:0;flex:1;flex-direction:column;gap:4px;padding:10px 12px}.file-upload__name{font-size:.88rem;color:#e5e7eb;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-upload__detail{font-size:.76rem;color:#9ca3af}.file-upload__remove{position:absolute;top:8px;right:8px;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#0009;border:1px solid #ffffff1a;border-radius:999px;color:#fff;cursor:pointer;padding:0;font-weight:400}.file-upload__remove:hover{background:#9c0a0a66;color:#b33939}.workflow-template-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.workflow-template-card{min-height:98px;padding:16px;background:#090a10;border:1px solid #ffffff14;border-radius:8px;color:#e5e7eb;cursor:pointer;display:flex;flex-direction:column;gap:7px;text-align:left;transition:.2s cubic-bezier(.4,0,.2,1)}.workflow-template-card:hover,.workflow-template-card.is-selected{border-color:#6b7280;background:#ffffff0a}.workflow-template-card strong{color:#fff;font-size:.92rem;font-weight:600}.workflow-template-card span{color:#9ca3af;font-size:.78rem;line-height:1.45}.api-config-panel{background:#090a10;border:1px solid #ffffff14;padding:20px;border-radius:8px;margin-top:4px;display:flex;flex-direction:column;gap:16px}.api-routing-row{display:flex;gap:12px}.api-method-select{width:110px;min-width:110px;max-width:110px}.workflow-trigger-source-field .dashboard-select{width:100%}.api-params-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;grid-column:1 / -1}.api-params-section{display:flex;flex-direction:column;min-width:0}.api-fieldset-tile{gap:12px;margin:0;padding:20px 16px 16px;background:#0003;border:1px solid #ffffff1f;border-radius:8px}.api-fieldset-tile legend{padding:0 10px;margin-left:2px;color:#fff;font-size:.82rem;font-weight:700}.api-params-container{display:flex;flex-direction:column;gap:10px}.api-param-row{display:flex;gap:10px;align-items:center}.api-param-row .input,.api-endpoint-input{flex:1}.api-body-panel{display:flex;flex-direction:column;grid-column:1 / -1}.api-body-editor{min-height:180px;font-family:inherit;line-height:1.5;resize:vertical}.json-editor{background:#090a10;border:1px solid #ffffff14;border-radius:8px;padding:16px;color:#a7adba;font-family:inherit;font-size:.9rem;min-height:280px;max-height:280px;resize:none;width:100%}.json-editor[readonly]{cursor:default}.prompt-editor{min-height:160px}.workflow-actions{display:flex;align-items:center;justify-content:flex-end;border-top:1px solid #ffffff14;padding-top:24px}.workflow-result-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #ffffff14;padding-top:20px;margin-top:20px}.workflow-fetch-button,.workflow-save-button{gap:8px}.api-param-remove-button{width:50px;min-width:50px;height:50px;padding:0;border-radius:8px}.api-param-remove-button svg{display:block}@media(max-width:640px){.workflow-section-header{align-items:stretch;flex-direction:column}.workflow-picker-panel{align-items:stretch;margin-left:0;width:100%}.workflow-picker{flex:1 1 auto;width:100%;max-width:none}.workflow-editor.is-saved-workflow .form-grid{grid-template-columns:1fr}.workflow-editor.is-saved-workflow .workflow-name-field,.workflow-editor.is-saved-workflow .workflow-users-field{grid-column:1 / -1}.api-params-row{grid-template-columns:1fr}}body{background:#010102bd!important}.page-dashboard{justify-content:flex-start}.dashboard-shell{width:100%;min-height:100vh;padding:0;display:grid;place-items:stretch}.dashboard-layout{position:relative;max-width:none;background:#000;overflow:hidden;display:flex;flex-direction:column;min-height:100vh;margin-left:270px;transition:margin-left .28s cubic-bezier(.4,0,.2,1)}.sidebar-collapsed .dashboard-layout{margin-left:90px}.header-bar{position:fixed;z-index:999;display:flex;align-items:center;justify-content:space-between;padding:16px 24px;gap:16px;background:#000;width:-moz-available;width:-webkit-fill-available}.header-bar .brand{margin-bottom:0}.header-bar .brand__logo{width:36px;height:36px}.header-bar .brand__name{font-size:24px}.header-bar__actions{display:flex;gap:14px;align-items:center;min-width:0}.header-bar__meta{font-size:.875rem;color:#9ca3af;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-bar__meta strong{color:#e5e7eb}.header-bar__support,.header-bar__logout{display:inline-flex;align-items:center;justify-content:center;color:#9ca3af;cursor:pointer;transition:.2s cubic-bezier(.4,0,.2,1)}.header-bar__support{position:relative;gap:8px;min-height:36px;padding:0 12px;border:1px solid #ffffff14;border-radius:8px;background:#ffffff0d;font-size:.84rem;font-weight:600;white-space:nowrap}.header-bar__support.has-notification:after{content:"";position:absolute;top:-5px;right:-5px;width:12px;height:12px;border:2px solid #000;border-radius:999px;background:#e01111}.header-bar__logout{padding:0;border:0;background:transparent}.header-bar__support svg,.header-bar__logout svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.header-bar__support:hover,.header-bar__support.is-active,.header-bar__logout:hover{color:#fff}.header-bar__support:hover,.header-bar__support.is-active{background:#14223a;border-color:#2563eb66}.dashboard-body{position:relative;z-index:2;display:flex;flex:1;min-height:calc(100dvh - 70px);margin-top:70px}.workspace{flex:1;padding:25px;overflow:auto;min-width:0;min-height:calc(100dvh - 80px);width:100%;background:#0e1219;margin-bottom:10px;border-radius:10px 0 0 10px;display:flex;flex-direction:column}.panel-loader{display:flex;align-items:center;justify-content:center;align-self:stretch;justify-self:stretch;flex:1;gap:var(--loader-bar-gap, 7px);width:100%;min-height:inherit}.customer-care-empty.is-loading,.subscriptions-empty.is-loading{flex:1;min-height:calc(100dvh - 150px)}.panel-loader span{width:var(--loader-bar-width, 5px);height:var(--loader-bar-height, 30px);border-radius:999px;background:var(--loader-bar-color, #00a4b0);animation:panel-loader-wave var(--loader-wave-duration, .82s) var(--loader-wave-easing, ease-in-out) infinite}.panel-loader span:nth-child(2){animation-delay:var(--loader-wave-delay-second, .12s)}.panel-loader span:nth-child(3){animation-delay:var(--loader-wave-delay-third, .24s)}@keyframes panel-loader-wave{0%,to{opacity:.45;transform:scaleY(.45)}50%{opacity:1;transform:scaleY(1)}}.view-section__title{font-size:1.6rem;font-weight:700;color:#fff;margin-bottom:25px}.view-section__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:25px}.view-section__header .view-section__title{margin-bottom:0}.panel-section-header{align-items:flex-start;justify-content:flex-end}.panel-create-form{background:transparent;border:0;border-radius:0;padding:0;max-width:100%}.panel-create-form>*{flex:0 0 auto}.panel-create-form .input,.panel-create-form .dashboard-select{width:250px;min-width:250px;max-width:250px}.panel-create-form .panel-create-icon{flex-basis:50px}.users-table{margin-top:0}.users-table__photo-col{width:54px}.users-table__photo-cell{width:54px;padding-right:8px}.users-table__photo-cell img,.users-table__photo-cell span{display:grid;place-items:center;width:32px;height:32px;border:1px solid #ffffff24;border-radius:999px;background:#0f172a;color:#67e8f9;font-size:.72rem;font-weight:800;object-fit:cover}.users-table-actions{display:flex;align-items:center;gap:8px}.users-table-action{width:50px;min-width:50px;height:50px;padding:0;border-radius:8px}.users-edit-modal{display:grid;gap:24px}.users-edit-modal__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px}.users-edit-modal .input,.users-edit-modal .dashboard-select{width:100%;min-width:0;max-width:none}.users-edit-modal__wide{grid-column:1 / -1}.organization-logo-preview img,.organization-logo-preview span{display:grid;place-items:center;width:42px;height:42px;border:1px solid #ffffff24;border-radius:999px;background:#0f172a;color:#67e8f9;font-size:.85rem;font-weight:800;object-fit:cover}.settings-profile-photo input,.organization-logo-uploader input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.view-section{flex:1;min-height:0;opacity:0;transform:translateY(28px);transition:opacity .42s ease,transform .42s ease}.view-section.is-visible{display:flex;flex-direction:column;min-height:100%;opacity:1;transform:translateY(0)}.page-dashboard .input,.page-dashboard .btn{min-height:50px}.page-dashboard .input{height:50px;padding-top:0;padding-bottom:0}.page-dashboard .dashboard-select.input{position:relative;display:block;min-width:0;overflow:visible;padding:0;-webkit-user-select:none;user-select:none}.dashboard-select__value{position:relative;display:flex;align-items:center;width:100%;height:100%;min-height:50px;padding:0 42px 0 16px;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.dashboard-select__value span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis}.dashboard-select__value:after{content:"";position:absolute;right:16px;top:50%;width:8px;height:8px;border-right:2px solid #9ca3af;border-bottom:2px solid #9ca3af;transform:translateY(-65%) rotate(45deg);transition:transform .18s ease}.dashboard-select.is-open .dashboard-select__value:after{transform:translateY(-35%) rotate(225deg)}.dashboard-select__value.is-placeholder{color:#9ca3af66}.dashboard-select.is-disabled .dashboard-select__value{cursor:default;opacity:.72}.dashboard-select.is-disabled .dashboard-select__value:after{opacity:.55}.dashboard-select__value:focus-visible{outline:none;box-shadow:0 0 0 3px #3b82f633}.dashboard-select__menu{position:absolute;z-index:30;top:calc(100% + 6px);right:0;left:0;display:none;max-height:240px;overflow:auto;padding:6px;background:#090a10;border:1px solid #ffffff1f;border-radius:8px;box-shadow:0 18px 45px #00000073}.dashboard-select.is-open .dashboard-select__menu{display:block}.dashboard-select__option{padding:11px 12px;border-radius:6px;color:#d1d5db;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-select__option.is-selected{background:#d9d9d91f;color:#fff}.dashboard-select__option:not(.is-selected):hover{background:#ffffff0f;color:#fff}.page-dashboard .btn{padding-top:0;padding-bottom:0}.page-dashboard .btn--icon,.page-dashboard .btn--compact,.page-dashboard .btn--file{height:50px}.page-dashboard .btn--icon{width:50px;min-width:50px;max-width:50px}.panel-create-icon{width:50px;min-width:50px;max-width:50px;height:50px;padding:0;border-radius:8px;font-size:1.4rem;line-height:1}.settings-form{display:grid;max-width:920px;gap:20px}.settings-form--with-organization{grid-template-columns:minmax(0,1fr) minmax(280px,340px);align-items:start;max-width:1280px}.settings-form .input,.settings-form .password-field{min-width:0;max-width:none}.settings-account-layout{display:grid;gap:18px}.settings-account-layout.has-profile-photo{grid-template-columns:160px minmax(0,1fr);align-items:start}.settings-account-fields{display:grid;gap:10px;min-width:0}.settings-profile-photo{display:grid;justify-items:start;gap:14px}.settings-profile-photo__preview img,.settings-profile-photo__preview span{display:grid;place-items:center;width:112px;height:112px;border:1px solid #ffffff24;border-radius:999px;background:#0f172a;color:#67e8f9;font-size:2rem;font-weight:800;object-fit:cover}.settings-profile-photo__button{width:132px}.settings-field-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.settings-account-tile{display:grid;gap:10px;margin:0;padding:26px 24px 24px;background:#0000004d;border:1px solid #ffffff1f;border-radius:10px}.settings-account-tile legend{padding:0 20px;margin-left:-15px;color:#00a4b0;font-size:13px;font-weight:700;text-transform:uppercase}.settings-actions{display:flex;align-items:center;gap:12px;border-top:1px solid #ffffff14;padding-top:20px}.settings-actions .btn{flex:1}.profile-crop-modal{display:grid;gap:20px;max-width:430px}.profile-crop-modal__canvas{width:min(320px,100%);aspect-ratio:1;justify-self:center;border:1px solid #ffffff24;border-radius:10px;background:#05070c}.profile-crop-modal__controls{display:grid;gap:14px}.profile-crop-modal__range{width:100%;accent-color:#00a4b0}.organization-logo-uploader{display:flex;align-items:center;gap:14px}.organization-settings-actions{display:grid;gap:10px;flex:1}.organization-logo-preview img,.organization-logo-preview span{width:64px;height:64px;border-radius:14px;font-size:1.15rem}.customer-care-panel{display:grid;grid-template-rows:minmax(0,1fr);flex:1;height:calc(100dvh - 130px);max-height:calc(100dvh - 130px);min-height:0;overflow:hidden}.customer-care-new{display:grid;grid-template-columns:minmax(0,1fr);gap:20px;width:100%}.customer-care-new .btn{display:inline-flex;align-items:center;gap:8px;justify-self:end}.customer-care-new .input:first-child{grid-column:1}.customer-care-new__subject-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,240px);gap:10px;width:100%}.page-dashboard .customer-care-new__subject-row .dashboard-select,.page-dashboard .customer-care-new__subject-row .input{width:100%;max-width:none}.page-dashboard .customer-care-new>.input,.page-dashboard .customer-care-reply textarea{width:100%;max-width:none}.page-dashboard .customer-care-new__message,.page-dashboard .customer-care-reply textarea{height:auto;min-height:250px;padding-top:14px;padding-bottom:14px;resize:none}.page-dashboard .customer-care-new.is-first-ticket .customer-care-new__message{height:100%;min-height:250px}.customer-care-new__actions{display:grid;grid-template-columns:auto minmax(0,1fr) 150px;gap:10px;margin-top:10px;align-items:center;width:100%}.customer-care-new__actions .btn{justify-self:auto}.customer-care-new__actions .btn[type=submit]{justify-content:center;width:150px;gap:8px}.customer-care-file-button{min-height:42px;white-space:nowrap;padding:0 20px}.customer-care-file-summary{min-width:0;color:#9ca3af;font-size:.82rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-care-layout{display:grid;grid-template-columns:minmax(240px,320px) minmax(0,1fr);height:100%;min-height:0;border:1px solid #ffffff1a;border-radius:8px;overflow:hidden;background:#0000004d}.customer-care-list{display:flex;flex-direction:column;border-right:1px solid #ffffff14;background:#05070c;overflow:hidden}.customer-care-ticket-list{flex:1;min-height:0;overflow:auto}.customer-care-thread{display:grid;gap:3px;width:100%;padding:16px;border:0;border-bottom:1px solid #ffffff0f;background:transparent;color:#d1d5db;text-align:left;cursor:pointer}.customer-care-thread:hover,.customer-care-thread.is-active{background:#ffffff0f}.customer-care-new-ticket{display:flex;align-items:center;justify-content:center;gap:8px;min-height:50px;margin:12px;border:0;border-radius:8px;background:#2563eb;color:#fff;cursor:pointer;font-weight:800;transition:background .18s ease,transform .18s ease}.customer-care-new-ticket:hover,.customer-care-new-ticket.is-active{background:#1d4ed8}.customer-care-new-ticket:hover{transform:translateY(-1px)}.customer-care-thread__top{display:flex;align-items:center;justify-content:space-between;gap:12px}.customer-care-thread__title,.customer-care-thread__snippet,.customer-care-thread__date{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-care-thread__title{color:#e5e7eb;font-weight:600}.customer-care-thread__snippet{color:#9ca3af;font-size:.86rem;font-weight:400}.customer-care-thread__date,.customer-care-list__empty,.customer-care-empty{color:#9ca3af}.customer-care-thread__date{flex:0 0 auto;text-align:end;font-size:12px;font-weight:500}.customer-care-thread.is-unread .customer-care-thread__title,.customer-care-thread.is-unread .customer-care-thread__snippet,.customer-care-thread.is-unread .customer-care-thread__date{color:#fff;font-weight:800}.customer-care-list__empty,.customer-care-empty{display:grid;min-height:220px;place-items:center;padding:20px;text-align:center}.customer-care-list__empty{margin:auto}.customer-care-empty{align-content:center;grid-template-rows:auto;height:100%}.customer-care-empty .customer-care-new{align-self:stretch;width:100%;min-height:0;text-align:left}.customer-care-new.is-first-ticket{grid-template-rows:auto minmax(0,1fr) auto;width:800px;height:auto}.customer-care-chat{display:flex;height:100%;min-height:0;min-width:0;flex-direction:column;overflow:hidden}.customer-care-chat__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid #ffffff14}.customer-care-chat__header h3{margin:0;color:#fff;font-size:1.05rem}.customer-care-chat__header span{display:block;margin-top:5px;color:#9ca3af;font-size:.82rem}.customer-care-messages{display:flex;flex:1 1 auto;min-height:0;flex-direction:column;gap:14px;padding:20px;overflow-x:hidden;overflow-y:scroll;scrollbar-color:#6b7280 #11182766;scrollbar-gutter:stable;scrollbar-width:auto}.customer-care-messages::-webkit-scrollbar{display:block;width:12px}.customer-care-messages::-webkit-scrollbar-track{background:#11182766}.customer-care-messages::-webkit-scrollbar-thumb{border-radius:999px;background:#6b7280}.customer-care-message{align-self:flex-start;max-width:760px;padding:14px 16px;border:1px solid #ffffff14;border-radius:8px;background:#11182799}.customer-care-message.is-sender{align-self:flex-end;background:#00a4b01f;border-color:#00a4b04d}.customer-care-message.is-recipient{align-self:flex-start}.customer-care-message__meta{display:flex;justify-content:space-between;gap:14px;color:#9ca3af;font-size:.78rem}.customer-care-message__meta strong{color:#f9fafb}.customer-care-message__sender-brand{display:inline-flex;align-items:center;gap:6px}.customer-care-message__sender-brand img{width:18px;height:18px;object-fit:contain}.customer-care-message__sender-brand span{color:#f9fafb;font-weight:800;line-height:1}.customer-care-message__sender-brand span strong{color:#08aaa9}.customer-care-message p{margin:10px 0 0;color:#e5e7eb;line-height:1.5;white-space:pre-wrap}.customer-care-message__receipt{display:flex;align-items:center;justify-content:flex-end;gap:5px;margin-top:9px;color:#8f98a8;font-size:.72rem;line-height:1}.customer-care-message__receipt span{letter-spacing:-4px;transform:translate(-2px)}.customer-care-message__receipt em{font-style:normal;font-weight:700}.customer-care-message__receipt.is-read{color:#38bdf8}.customer-care-attachments{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.customer-care-attachments a{max-width:100%;padding:7px 10px;border:1px solid #ffffff1f;border-radius:8px;color:#67e8f9;background:#0003;font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-care-reply{display:grid;grid-template-columns:minmax(0,1fr);gap:10px;padding:16px;border-top:1px solid #ffffff14}.customer-care-reply textarea{height:80px!important;min-height:80px!important}.subscriptions-panel{display:grid;gap:24px}.subscriptions-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.subscriptions-title{margin:0;color:#fff;font-size:1.55rem}.subscriptions-copy{margin:8px 0 0;color:#9ca3af;font-size:.95rem}.subscriptions-status{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:1px solid #f59e0b52;border-radius:999px;color:#fbbf24;background:#f59e0b14;font-size:.78rem;font-weight:700;white-space:nowrap}.subscription-current{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.subscription-current>div{display:grid;gap:6px;padding:16px;border:1px solid #ffffff1a;border-radius:8px;background:#0000004d}.subscription-current span,.subscription-renew-toggle{color:#9ca3af}.subscription-current strong{color:#fff;text-transform:capitalize}.subscription-switch-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.subscription-renew-toggle{display:flex;align-items:center;justify-content:space-between;gap:14px;width:min(100%,420px);padding:14px 16px;border:1px solid #ffffff1a;border-radius:8px;background:#0000004d;font-size:.9rem}.switch-button{position:relative;width:48px;height:28px;flex:0 0 auto;border:1px solid #ffffff24;border-radius:999px;background:#1f2937;cursor:pointer;transition:background .18s ease,border-color .18s ease}.switch-button span{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:999px;background:#f9fafb;box-shadow:0 2px 8px #0000004d;transition:transform .18s ease}.switch-button.is-on{border-color:#22c55e80;background:#16a34a}.switch-button.is-on span{transform:translate(20px)}.switch-button:disabled{cursor:not-allowed;opacity:.65}.subscription-usage{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(0,1.15fr);gap:14px}.subscription-usage-meter,.subscription-usage__stats>div{border:1px solid #ffffff1a;border-radius:8px;background:#0000004d}.subscription-usage-meter{display:grid;align-content:center;gap:10px;padding:16px}.subscription-usage-meter__header,.subscription-usage-meter__summary{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.subscription-usage-meter__header span,.subscription-usage-meter__summary span,.subscription-usage__stats span{color:#9ca3af}.subscription-usage-meter__header span{font-size:.75rem;text-transform:uppercase}.subscription-usage-meter__header strong,.subscription-usage-meter__summary strong,.subscription-usage__stats strong{color:#fff}.subscription-usage-meter__bar{height:9px;overflow:hidden;border-radius:999px;background:#ffffff14}.subscription-usage-meter__bar span{display:block;height:100%;border-radius:inherit;background:#22c55e}.subscription-usage-meter.is-usage-caution .subscription-usage-meter__bar span{background:#eab308}.subscription-usage-meter.is-usage-warning .subscription-usage-meter__bar span{background:#f97316}.subscription-usage-meter.is-usage-danger .subscription-usage-meter__bar span{background:#ef4444}.subscription-usage__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.subscription-usage__stats>div{display:grid;gap:6px;min-width:0;padding:16px}.subscription-usage__stats strong,.subscription-usage__stats span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.subscription-plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.subscription-card{position:relative;display:flex;min-height:420px;flex-direction:column;gap:18px;overflow:hidden;padding:24px;border:1px solid #ffffff1a;border-radius:8px;background:#0000004d}.subscription-card.is-featured{border-color:#00a4b066;box-shadow:0 0 0 1px #00a4b026 inset}.subscription-card__header{display:flex;align-items:center;justify-content:center;gap:12px;text-align:center}.subscription-card__name{color:#f9fafb;font-size:1.1rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.subscription-card__badge{position:absolute;top:18px;right:-34px;width:132px;padding:6px 0;transform:rotate(35deg);background:#00a4b0;color:#001416;font-size:.72rem;font-weight:800;line-height:1;text-align:center;text-transform:uppercase}.subscription-card__description{min-height:44px;margin:0;color:#9ca3af;line-height:1.45;text-align:center}.subscription-card__price{display:flex;align-items:baseline;gap:6px;color:#9ca3af}.subscription-card__price strong{color:#fff;font-size:2rem}.subscription-card__features{display:grid;gap:10px;margin:0;padding:0;color:#d1d5db;list-style:none}.subscription-card__features li{position:relative;padding-left:20px}.subscription-card__features li:before{content:"";position:absolute;top:.62em;left:0;width:7px;height:7px;border-radius:50%;background:#00a4b0}.subscription-card.is-featured .subscription-card__features li{padding-left:22px}.subscription-card.is-featured .subscription-card__features li:before{top:.32em;left:1px;width:7px;height:12px;border-right:2px solid #67e8f9;border-bottom:2px solid #67e8f9;border-radius:0;background:transparent;transform:rotate(45deg)}.subscription-card__checkout{width:100%;margin-top:auto}.subscriptions-empty{display:grid;min-height:260px;place-items:center;color:#9ca3af}.subscription-transactions{display:grid;gap:14px;min-width:0;margin:0;padding:24px 18px 18px;border:1px solid #ffffff1f;border-radius:8px;background:#0000004d}.subscription-transactions legend{padding:0 12px;margin-left:2px;color:#fff;font-size:.82rem;font-weight:700;text-transform:uppercase}.form-grid .form-field .dashboard-select,.workflow-picker .dashboard-select{max-width:none}.workspace .btn--compact{background:#3b82f626}.workspace .panel-form .btn--icon{background:#0d0d1aeb}@media(max-width:760px){.settings-form--with-organization,.settings-account-layout.has-profile-photo,.settings-field-grid{grid-template-columns:1fr}.settings-actions{align-items:stretch;flex-direction:column}.settings-actions .btn{width:100%}}.route-window{min-height:100vh;width:100%}.route-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;width:100vw;height:100dvh;min-height:0;background:#05070b}textarea{overflow-x:hidden;overflow-y:scroll;scrollbar-gutter:stable;scrollbar-width:auto}textarea::-webkit-scrollbar,textarea:hover::-webkit-scrollbar,textarea:focus::-webkit-scrollbar,textarea:active::-webkit-scrollbar{display:block;width:12px}textarea::-webkit-scrollbar-thumb,textarea:hover::-webkit-scrollbar-thumb,textarea:focus::-webkit-scrollbar-thumb,textarea:active::-webkit-scrollbar-thumb{border-radius:999px;background:#2f2f2f}
