@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap";
:root{--ink:#18213d;--muted:#68718a;--line:#e4e6ee;--paper:#f9f8f4;--white:#fff;--blue:#5149e8;--blue2:#6961f1;--peach:#ffbd99;--lilac:#e9e7ff;--mint:#d8f4e8;--shadow:0 24px 70px #2026541f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);margin:0;font-family:DM Sans,Arial,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{letter-spacing:-.055em;font-family:Manrope,DM Sans,sans-serif}h1{line-height:1.05}h2{line-height:1.13}p{line-height:1.65}.container{width:min(1180px,100% - 48px);margin:0 auto}.button{white-space:nowrap;border:0;border-radius:12px;justify-content:center;align-items:center;gap:12px;padding:16px 22px;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-primary{color:#fff;background:var(--blue);box-shadow:0 11px 24px #5149e838}.button-primary:hover{background:#3e36d7;box-shadow:0 16px 28px #5149e84d}.button-dark{background:var(--ink);color:#fff}.button-dark:hover{background:#303b62}.button-white{color:var(--blue);background:#fff}.button-outline{background:#fff;border:1px solid #cfd2e2}.button-link{background:0 0;padding-left:4px}.button-small{border-radius:10px;padding:12px 16px;font-size:13px}.text-link{border-bottom:1px solid;align-items:center;gap:11px;padding-bottom:6px;font-weight:800;display:inline-flex}.eyebrow{color:var(--blue);letter-spacing:.16em;margin-bottom:18px;font-size:11px;font-weight:800;display:inline-block}.eyebrow.light{color:#c8c3ff}.site-header{z-index:20;background:#f9f8f4f0;border-bottom:1px solid #18213d0f;height:78px;position:relative}.header-inner{justify-content:space-between;align-items:center;gap:28px;height:100%;display:flex}.brand{letter-spacing:-.075em;white-space:nowrap;align-items:center;gap:9px;font-family:Manrope,sans-serif;font-size:21px;font-weight:800;display:inline-flex}.brand-room{font-weight:600}.brand-period{color:var(--blue)}.brand-light{color:#fff}.brand-mark{background:var(--blue);border-radius:9px 9px 9px 4px;width:31px;height:28px;display:inline-block;position:relative;transform:rotate(-7deg)}.brand-mark:before{content:"";border:3px solid var(--ink);background:var(--paper);border-radius:7px 7px 3px;width:20px;height:18px;position:absolute;bottom:-6px;right:-7px;transform:rotate(7deg)}.brand-mark:after{content:"";background:var(--ink);border-radius:50%;width:5px;height:5px;position:absolute;bottom:2px;right:3px}.brand-light .brand-mark:before{background:#202b59;border-color:#202b59}.desktop-nav,.header-actions{align-items:center;gap:30px;display:flex}.desktop-nav a,.nav-login{color:#4a5269;font-size:13px;font-weight:700}.desktop-nav a:hover,.nav-login:hover{color:var(--blue)}.header-actions{gap:20px}.mobile-nav{display:none}.site-footer{color:#fff;background:#1e294f;padding:74px 0 26px}.footer-top{justify-content:space-between;gap:70px;padding-bottom:90px;display:flex}.footer-top p{color:#aab2cd;margin:20px 0;font-size:14px;line-height:1.7}.footer-links{grid-template-columns:repeat(3,minmax(125px,1fr));gap:55px;display:grid}.footer-links div{flex-direction:column;gap:14px;display:flex}.footer-links strong{margin-bottom:8px;font-size:13px}.footer-links a{color:#b3bdd7;font-size:13px}.footer-links a:hover{color:#fff}.footer-bottom{color:#94a0c0;border-top:1px solid #3d4769;justify-content:space-between;padding-top:24px;font-size:12px;display:flex}.hero{background:radial-gradient(circle at 86% 20%,#f2efff 0,transparent 31%),var(--paper);overflow:hidden}.hero-grid{grid-template-columns:49% 51%;align-items:center;gap:15px;min-height:650px;padding:54px 0 70px;display:grid}.hero-copy{z-index:2;padding-bottom:8px;position:relative}.hero-kicker{color:var(--blue);letter-spacing:.14em;background:#f2f0ff;border:1px solid #e1dff9;border-radius:100px;align-items:center;gap:9px;margin-bottom:30px;padding:9px 12px;font-size:10px;font-weight:800;display:inline-flex}.kicker-dot{background:var(--blue);border-radius:50%;width:7px;height:7px}.hero h1{max-width:620px;margin:0 0 25px;font-size:clamp(52px,5vw,75px);font-weight:800}.hero h1 em{color:var(--blue);white-space:nowrap;font-style:normal;position:relative}.hero h1 em:after{content:"";z-index:-1;opacity:.6;background:#b9b4ff;border-radius:50%;height:9px;position:absolute;bottom:-6px;left:2px;right:1px;transform:rotate(-2deg)}.hero-sub{color:#5f6880;max-width:530px;margin-bottom:27px;font-size:17px;line-height:1.8}.hero-actions{align-items:center;gap:20px;margin-bottom:24px;display:flex}.hero-note{color:#777f93;align-items:center;gap:8px;font-size:11px;display:flex}.hero-note svg{color:#35a47b}.hero-note span{color:#babed0}.hero-art{min-width:0;padding:50px 20px 40px 45px;position:relative}.hero-art:before{content:"";background:#e8e6ff;border-radius:48% 46% 42% 44%;position:absolute;inset:28px -100px 8px 36px;transform:rotate(-12deg)}.hero-art:after{content:"";border:1px dashed #aaa4ff;border-radius:50%;width:140px;height:140px;position:absolute;top:12px;right:2px}.art-decoration{color:var(--peach);z-index:1;font-size:60px;position:absolute}.art-decoration-one{top:-2px;left:24px}.art-decoration-two{color:#b4aefc;font-size:40px;bottom:0;right:20px}.room-illustration{z-index:2;background:#fff;border:1px solid #e2e3ef;border-radius:18px;max-width:570px;margin:auto;position:relative;overflow:hidden;transform:rotate(2.2deg);box-shadow:0 30px 80px #2d336d33}.illustration-top{border-bottom:1px solid #eef0f5;align-items:center;gap:16px;height:68px;padding:0 20px;display:flex}.illustration-dots{gap:4px;display:flex}.illustration-dots i{background:#dfe1e9;border-radius:50%;width:6px;height:6px}.illustration-dots i:first-child{background:#ffb6a0}.illustration-dots i:nth-child(2){background:#ffdd98}.illustration-dots i:nth-child(3){background:#b4e6c5}.illustration-title{white-space:nowrap;flex:1;font-size:13px;font-weight:800}.room-hash{color:var(--blue);vertical-align:-1px;font-size:19px}.illustration-private{color:#929aae;align-items:center;gap:3px;margin-left:5px;font-size:10px;font-weight:500;display:inline-flex}.illustration-people{padding-left:8px;display:flex}.illustration-people .avatar{border:2px solid #fff;margin-left:-7px}.illustration-body{padding:21px 24px 20px}.illus-date{text-align:center;color:#adb2c1;letter-spacing:.13em;margin-bottom:25px;font-size:9px;font-weight:800}.illus-message{align-items:flex-start;gap:11px;margin-bottom:20px;display:flex}.avatar{color:#fff;border-radius:11px;flex:0 0 34px;place-items:center;width:34px;height:34px;font-size:12px;font-weight:800;display:grid}.avatar.mini{border-radius:8px;flex-basis:25px;width:25px;height:25px;font-size:9px}.avatar-you{background:#f0a67f}.avatar-blue{background:#7771dc}.avatar-orange{background:#e4a66c}.illus-byline{align-items:center;gap:8px;margin:2px 0 6px;font-size:11px;display:flex}.illus-byline strong{font-size:11px}.illus-byline span{color:#a4aabd;font-size:9px}.illus-mode{color:#6e72c9;background:#f3f1ff;border-radius:5px;padding:4px 6px;font-size:8px;font-style:normal}.illus-bubble{color:#4a536f;background:#f5f6fb;border-radius:3px 10px 10px;max-width:410px;padding:11px 13px;font-size:11px;line-height:1.5}.illus-bubble.human{background:#fce9dd}.illus-compose{color:#a6acbd;border:1px solid #ebedf3;border-radius:10px;justify-content:space-between;align-items:center;height:45px;margin-left:45px;padding-left:13px;font-size:10px;display:flex}.illus-compose span:last-child{color:#fff;background:var(--blue);border-radius:7px;place-items:center;width:27px;height:27px;margin-right:7px;display:grid}.illustration-badge{color:#7770c4;background:#f7f4ff;border-radius:8px 0 0;align-items:center;gap:5px;padding:6px 9px;font-size:8px;font-weight:700;display:flex;position:absolute;bottom:0;right:0}.art-card{color:#737b92;z-index:3;background:#fff;border:1px solid #eef0f5;border-radius:11px;align-items:center;gap:9px;padding:9px 13px;font-size:10px;line-height:1.45;display:flex;position:absolute;box-shadow:0 10px 26px #23264c1a}.art-card strong{color:var(--ink)}.art-card-left{top:40px;left:-10px;transform:rotate(-6deg)}.art-card-right{bottom:37px;right:-42px;transform:rotate(5deg)}.tiny-icon{border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.tiny-icon.peach{color:#e99871;background:#fff0e7}.tiny-icon.lilac{color:var(--blue);background:#eeecff}.hero-bottom{letter-spacing:.12em;color:#a1a6b3;border-top:1px solid #e3e3e9;justify-content:space-between;align-items:center;height:70px;font-size:10px;font-weight:800;display:flex}.hero-bottom a{color:#636b83;letter-spacing:0;align-items:center;gap:8px;display:flex}.benefit-section{background:#fff;padding:110px 0 120px}.section-head{max-width:640px}.section-head.center{text-align:center;margin:auto}.section-head h2,.how-band h2,.product-copy h2,.faq-grid h2{margin-bottom:16px;font-size:clamp(38px,4vw,55px)}.section-head p{color:var(--muted);font-size:16px}.benefit-grid{grid-template-columns:repeat(3,1fr);gap:22px;margin-top:52px;display:grid}.benefit-card{background:#fff;border:1px solid #e6e8ef;border-radius:16px;min-height:260px;padding:35px 32px 32px;transition:transform .2s,box-shadow .2s;position:relative}.benefit-card:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.benefit-icon{width:48px;height:48px;color:var(--blue);background:#eae8ff;border-radius:12px;place-items:center;margin-bottom:27px;display:grid}.benefit-icon-1{color:#289471;background:#e8f8f0}.benefit-icon-2{color:#df966d;background:#fff0e8}.benefit-number{color:#d3d6e1;font-size:12px;font-weight:800;position:absolute;top:36px;right:30px}.benefit-card h3{margin-bottom:10px;font-size:20px}.benefit-card p{color:var(--muted);margin-bottom:0;font-size:13px;line-height:1.75}.how-band{background:#edeafc;padding:110px 0}.how-band-grid{grid-template-columns:minmax(0,45fr) minmax(0,55fr);gap:80px;display:grid}.how-band p{color:#66708b;max-width:360px}.steps-list{gap:11px;display:grid}.steps-list>div{background:#fff;border-radius:15px;gap:19px;padding:21px 25px;display:flex;box-shadow:0 6px 20px #282b5a0a}.steps-list>div>span{width:48px;height:48px;color:var(--blue);background:#f1efff;border-radius:12px;flex:0 0 48px;place-items:center;display:grid}.steps-list small{color:#968ef4;letter-spacing:.1em;font-size:9px;font-weight:800}.steps-list h3{margin:3px 0;font-size:17px}.steps-list p{max-width:none;margin:0;font-size:12px;line-height:1.5}.product-section{background:#fff;padding:120px 0}.product-grid{grid-template-columns:1fr 1fr;align-items:center;gap:100px;display:grid}.product-art{background:#f2f0ff;border-radius:30px;justify-content:center;align-items:center;min-height:435px;display:flex;position:relative}.product-art:before,.product-art:after{content:"";border:1px solid #d8d3fb;border-radius:50%;width:235px;height:235px;position:absolute}.product-art:after{width:335px;height:335px}.product-shield{text-align:center;width:235px;min-height:214px;box-shadow:var(--shadow);z-index:2;background:#fff;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:25px;display:flex}.product-shield svg{color:var(--blue);background:#efedff;border-radius:11px;width:52px;height:52px;padding:10px}.product-shield strong{letter-spacing:-.04em;font-family:Manrope;font-size:17px}.product-shield p{color:var(--muted);margin:0;font-size:11px;line-height:1.5}.product-card{z-index:3;background:#fff;border-radius:10px;align-items:center;gap:7px;padding:12px 15px;font-size:11px;font-weight:800;display:flex;position:absolute;box-shadow:0 12px 25px #272a531c}.product-card span:last-child{color:#8b93a8;font-size:9px;font-weight:500}.product-card-one{top:65px;left:-27px;transform:rotate(-5deg)}.product-card-two{bottom:65px;right:-25px;transform:rotate(5deg)}.status-dot{border-radius:50%;flex:0 0 8px;width:8px;height:8px;display:inline-block}.status-dot.scheduled{background:#dfb75a}.status-dot.manual{background:#a7aab8}.product-copy>p{color:var(--muted);font-size:15px}.product-copy ul{gap:13px;margin:27px 0 35px;padding:0;list-style:none;display:grid}.product-copy li{align-items:center;gap:10px;font-size:13px;font-weight:700;display:flex}.product-copy li svg{color:#46a685}.demo-section{background:#f8f7f3;padding:110px 0 120px}.demo-header{justify-content:space-between;align-items:flex-end;gap:30px;display:flex}.demo-wide{background:#e9e7ff;border-radius:24px;grid-template-columns:1.3fr .7fr;align-items:center;gap:65px;min-height:420px;margin-top:45px;padding:60px 70px;display:grid;overflow:hidden}.demo-wide .room-illustration{width:100%;margin:0;transform:rotate(-3deg);box-shadow:0 35px 50px #34307e29}.demo-aside .pill{color:var(--blue);letter-spacing:.08em;background:#fff;border-radius:100px;align-items:center;gap:6px;padding:8px 10px;font-size:10px;font-weight:800;display:inline-flex}.demo-aside h3{margin:20px 0 13px;font-size:30px;line-height:1.15}.demo-aside p{color:#666c8c;font-size:13px}.demo-aside .text-link{margin-top:14px;font-size:12px}.faq-section{background:#fff;padding:110px 0}.faq-grid{grid-template-columns:.75fr 1.25fr;gap:100px;display:grid}.faq-grid>div:first-child>p{color:var(--muted);margin-bottom:30px;font-size:14px}.faq-list{border-top:1px solid #e5e6ee}.faq-list details{border-bottom:1px solid #e5e6ee}.faq-list summary{cursor:pointer;justify-content:space-between;align-items:center;gap:20px;padding:22px 0;font-size:14px;font-weight:800;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary svg{color:var(--blue);flex:none}.faq-list details p{color:var(--muted);max-width:520px;margin:-3px 0 23px;font-size:13px}.final-cta{color:#fff;background:#5751dd;overflow:hidden}.final-cta-inner{text-align:center;padding:105px 0 110px;position:relative}.final-cta h2{z-index:1;margin-bottom:15px;font-size:clamp(40px,5vw,62px);position:relative}.final-cta p{color:#dfddff;z-index:1;max-width:570px;margin:0 auto 30px;font-size:15px;position:relative}.final-cta .button{z-index:1;position:relative}.final-cta small{color:#cecaff;margin-top:16px;font-size:10px;display:block}.cta-orbit{border:1px solid #ffffff29;border-radius:50%;width:430px;height:430px;position:absolute;top:-180px;left:-220px}.orbit-two{top:70px;left:auto;right:-220px}.inner-hero{background:#f4f2ff;padding:90px 0 80px}.inner-hero .container{max-width:900px}.inner-hero h1{margin:0 0 20px;font-size:clamp(44px,5.5vw,68px)}.inner-hero p{color:#626b82;max-width:670px;margin-bottom:0;font-size:17px}.content-section{background:#fff;padding:90px 0}.content-section.tinted{background:#f9f8f4}.prose{color:#525c74;max-width:780px;margin:auto;font-size:15px}.prose h2{color:var(--ink);margin:35px 0 10px;font-size:30px}.prose h3{color:var(--ink);margin:25px 0 8px;font-size:21px}.prose a{color:var(--blue);text-decoration:underline}.prose ul{padding-left:20px;line-height:1.8}.simple-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.simple-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:30px}.simple-card h3{margin:17px 0 8px;font-size:21px}.simple-card p{color:var(--muted);margin-bottom:0;font-size:13px}.simple-card svg{color:var(--blue)}.integration-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.integration-card{border:1px solid var(--line);background:#fff;border-radius:17px;flex-direction:column;min-height:280px;padding:25px;display:flex}.integration-card .integration-icon{width:48px;height:48px;color:var(--blue);background:#eeecff;border-radius:13px;place-items:center;margin-bottom:20px;font-size:19px;font-weight:800;display:grid}.integration-card h3{margin-bottom:7px;font-size:19px}.integration-card p{color:var(--muted);font-size:13px;line-height:1.6}.integration-card .integration-bottom{justify-content:space-between;align-items:center;margin-top:auto;font-size:11px;display:flex}.tag{color:#655ec8;background:#f3f1ff;border-radius:100px;align-items:center;gap:5px;padding:6px 9px;font-size:10px;font-weight:800;display:inline-flex}.tag.gray{color:#7e8596;background:#f0f1f5}.tag.orange{color:#ba7f5b;background:#fff2e8}.pricing-card{max-width:530px;box-shadow:var(--shadow);background:#fff;border:1px solid #dcdcf1;border-radius:24px;padding:35px}.pricing-card h2{margin:14px 0;font-size:40px}.pricing-card p{color:var(--muted)}.pricing-card ul{gap:13px;margin:30px 0;padding:0;list-style:none;display:grid}.pricing-card li{align-items:center;gap:10px;font-size:13px;display:flex}.pricing-card li svg{color:#4fac83}.doc-code{color:#d9def5;background:#20294b;border-radius:13px;padding:22px;font:12px/1.7 ui-monospace,SFMono-Regular,Consolas,monospace;overflow:auto}.doc-code code{white-space:pre}.contact-card{border:1px solid var(--line);background:#fff;border-radius:16px;max-width:580px;padding:30px}.contact-card a{color:var(--blue);font-size:22px;font-weight:800}.signin-layout{background:#fff;grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.signin-left{background:#eeecff;flex-direction:column;justify-content:space-between;padding:42px 8vw;display:flex}.signin-left h2{max-width:520px;font-size:clamp(42px,4vw,60px)}.signin-left p{color:#646c88;max-width:430px}.signin-right{justify-content:center;align-items:center;padding:42px 8vw;display:flex}.signin-box{width:min(390px,100%)}.signin-box h1{font-size:34px}.signin-box p{color:var(--muted);font-size:14px}.google-button{width:100%;color:var(--ink);background:#fff;border:1px solid #d8dbe7;border-radius:11px;justify-content:center;align-items:center;gap:12px;padding:15px;font-weight:800;display:flex}.google-button:hover{border-color:var(--blue);background:#faf9ff}.signin-fine{margin-top:18px;font-size:11px!important}.signin-fine a{color:var(--blue);text-decoration:underline}.signin-back{color:var(--blue);margin-top:35px;font-size:12px;font-weight:700;display:block}@media (max-width:1000px){.desktop-nav{gap:16px}.header-actions{gap:12px}.hero-grid{grid-template-columns:1fr 1fr}.hero h1{font-size:52px}.hero-art{padding-left:15px}.art-card-right{right:-5px}.how-band-grid,.product-grid,.faq-grid{gap:50px}.demo-wide{gap:35px;padding:45px}.footer-links{gap:20px}}@media (max-width:900px){.container{width:min(100% - 36px,560px)}.site-header{height:66px}.desktop-nav,.header-actions{display:none}.mobile-nav{display:block;position:relative}.mobile-nav summary{cursor:pointer;place-items:center;list-style:none;display:grid}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav>div{border:1px solid var(--line);width:210px;box-shadow:var(--shadow);background:#fff;border-radius:12px;padding:12px;display:grid;position:absolute;top:35px;right:0}.mobile-nav a{padding:10px;font-size:13px;font-weight:700}.hero-grid{flex-direction:column;min-height:0;padding:55px 0 65px;display:flex}.hero-copy{width:100%}.hero h1{font-size:clamp(45px,12vw,62px)}.hero-sub{font-size:15px}.hero-actions{flex-wrap:wrap;gap:7px}.hero-art{width:100%;margin-top:15px;padding:45px 13px 40px}.art-card{display:none}.hero-bottom{height:58px}.benefit-section,.how-band,.product-section,.demo-section,.faq-section,.content-section{padding:72px 0}.benefit-grid,.how-band-grid,.product-grid,.faq-grid,.demo-wide,.simple-grid,.integration-grid{grid-template-columns:1fr}.benefit-grid{margin-top:35px}.benefit-card{min-height:0}.how-band-grid{gap:35px}.product-grid{gap:45px}.product-art{order:2;min-height:350px}.product-card-one{left:8px}.product-card-two{right:8px}.demo-header{display:block}.demo-header .button{margin-top:15px}.demo-wide{gap:30px;padding:32px 20px}.demo-aside{padding:5px}.faq-grid{gap:35px}.final-cta-inner{padding:78px 0}.footer-top{flex-direction:column;gap:40px;padding-bottom:55px}.footer-links{grid-template-columns:repeat(3,1fr);gap:12px}.footer-bottom{flex-direction:column;gap:8px}.signin-layout{grid-template-columns:1fr}.signin-left{min-height:330px;padding:30px 28px}.signin-left h2{font-size:37px}.signin-right{padding:55px 28px}.inner-hero{padding:65px 0}.inner-hero h1{font-size:46px}}@media (max-width:480px){.illustration-private,.illus-mode{display:none}.room-illustration{transform:none}.illustration-top{padding:0 11px}.illustration-body{padding:16px 12px}.illus-bubble{font-size:10px}.hero-note{flex-wrap:wrap}.hero h1 em{white-space:normal}.footer-links{grid-template-columns:repeat(2,1fr)}}.pair-form{gap:17px;margin-top:25px;display:grid}.pair-form label{gap:7px;font-size:12px;font-weight:800;display:grid}.pair-form input,.pair-form textarea{color:var(--ink);resize:vertical;border:1px solid #dfe1ec;border-radius:9px;outline:none;padding:12px}.pair-form input:focus,.pair-form textarea:focus{border-color:var(--blue)}.pair-form .button{width:100%}.pair-scope{color:#67718a;background:#f5f4ff;border-radius:10px;padding:13px;font-size:12px;margin:0!important}.cp-root{height:100dvh;min-height:620px;color:var(--ink);background:#fff;display:flex;overflow:hidden}.cp-root button{font-family:inherit}.cp-sidebar{background:#f8f8fb;border-right:1px solid #e9eaf1;flex-direction:column;flex:0 0 252px;width:252px;display:flex;overflow-y:auto}.cp-sidebar-top{flex:0 0 72px;justify-content:space-between;align-items:center;height:72px;padding:0 21px;display:flex}.cp-sidebar-top .brand{font-size:19px}.cp-sidebar-top .brand-mark{transform:scale(.86)rotate(-7deg)}.cp-workspace{text-align:left;color:var(--ink);background:#fff;border:1px solid #e8e9f0;border-radius:11px;align-items:center;gap:10px;margin:0 11px 23px;padding:10px;display:flex}.cp-workspace>span:nth-child(2){flex:1;min-width:0}.cp-workspace strong,.cp-profile strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;display:block;overflow:hidden}.cp-workspace small,.cp-profile small{color:#939aae;white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:10px;display:block;overflow:hidden}.workspace-icon{width:30px;height:30px;color:var(--blue);background:#ddd9ff;border-radius:8px;place-items:center;font-size:13px;font-weight:800;display:grid}.cp-nav{gap:2px;padding:0 11px 13px;display:grid}.cp-search-trigger{color:#9299ab;text-align:left;background:#fff;border:1px solid #e7e9f0;border-radius:8px;align-items:center;gap:10px;height:37px;margin-bottom:11px;padding:0 10px;font-size:11px;display:flex}.cp-search-trigger kbd{color:#aeb4c2;margin-left:auto;font-family:inherit;font-size:9px}.cp-nav-item,.cp-room-item,.cp-agent-item{text-align:left;color:#68718a;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;width:100%;height:36px;padding:0 11px;font-size:12px;font-weight:700;display:flex}.cp-nav-item:hover,.cp-room-item:hover,.cp-agent-item:hover{color:var(--ink);background:#eeedfa}.cp-nav-item.active,.cp-room-item.selected{color:var(--blue);background:#eae8ff}.cp-nav-item svg,.cp-room-item svg{flex:none}.nav-count{color:#9fa5b7;margin-left:auto;font-size:10px}.cp-section-title{color:#a0a6b6;letter-spacing:.12em;justify-content:space-between;align-items:center;padding:11px 19px 5px 22px;font-size:9px;font-weight:800;display:flex}.icon-button{color:#848da5;background:0 0;border:0;border-radius:7px;flex:0 0 28px;place-items:center;width:28px;height:28px;padding:0;display:inline-grid}.icon-button:hover{color:var(--blue);background:#eeedfa}.cp-room-list,.cp-agent-list{padding:0 11px 7px}.cp-room-item span,.cp-agent-item span:nth-child(2){text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.cp-room-item b{background:var(--blue);color:#fff;border-radius:100px;place-items:center;min-width:18px;height:18px;font-size:9px;display:grid}.cp-sidebar-hint{color:#a4aaba;padding:8px 12px 16px;font-size:10px;display:block}.cp-agent-item{height:37px}.cp-add-link{color:var(--blue);background:0 0;border:0;align-items:center;gap:7px;padding:10px;font-size:11px;font-weight:800;display:flex}.cp-dot{background:#b7bac8;border-radius:50%;width:7px;height:7px}.cp-dot.live{background:#56b98a}.cp-dot.scheduled{background:#e2bb6b}.cp-dot.manual{background:#b9a4d9}.cp-sidebar-bottom{margin-top:auto;padding:17px 11px 12px}.cp-usage{background:#fff;border:1px solid #e9eaf1;border-radius:10px;margin-bottom:14px;padding:13px}.cp-usage>div:first-child{color:#8b93a5;justify-content:space-between;gap:6px;font-size:9px;display:flex}.cp-usage strong{color:#5c6680}.cp-progress{background:#edeef4;border-radius:5px;height:5px;margin-top:11px;overflow:hidden}.cp-progress i{background:var(--blue);border-radius:5px;height:100%;display:block}.cp-profile{border-top:1px solid #e8e9f0;align-items:center;gap:9px;margin-top:13px;padding:15px 4px 3px;display:flex}.cp-profile>div{flex:1;min-width:0}.cp-profile>a{color:#8d95a8}.cp-avatar{color:#665ed9;background:#e5e2ff;border-radius:11px;flex:0 0 34px;place-items:center;width:34px;height:34px;font-size:13px;font-weight:800;display:grid}.cp-avatar.human{color:#cf8a61;background:#ffe8d9}.cp-avatar.system{color:#55a681;background:#e8f7ef}.cp-avatar.small{border-radius:8px;flex-basis:26px;width:26px;height:26px;font-size:10px}.cp-main{flex:1;min-width:0;overflow:hidden}.cp-mobile-bar,.close-mobile,.cp-scrim{display:none}.cp-loading{text-align:center;background:#f8f8fb;flex-direction:column;justify-content:center;align-items:center;gap:15px;min-height:100vh;display:flex}.cp-loading h2{margin:15px 0 0}.cp-loading p{color:var(--muted);font-size:13px}.cp-loader{border:3px solid #e3e0ff;border-top-color:var(--blue);border-radius:50%;width:30px;height:30px;margin-top:30px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.cp-room-layout{width:100%;height:100%;display:flex}.cp-conversation{flex-direction:column;flex:1;min-width:0;display:flex}.cp-conv-header{background:#fff;border-bottom:1px solid #e9eaf0;align-items:center;gap:12px;height:76px;min-height:76px;padding:0 25px;display:flex}.cp-heading-icon{width:38px;height:38px;color:var(--blue);background:#efedff;border-radius:10px;place-items:center;display:grid}.cp-heading{flex:1;min-width:0}.cp-heading h1{letter-spacing:-.04em;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px;font-size:17px;overflow:hidden}.cp-heading>span{color:#a1a8b7;align-items:center;gap:4px;font-size:10px;display:flex}.cp-header-actions{gap:5px;display:flex}.cp-menu-wrap{position:relative}.cp-menu{z-index:10;width:165px;box-shadow:var(--shadow);border:1px solid var(--line);background:#fff;border-radius:8px;padding:5px;position:absolute;top:31px;right:0}.cp-menu button{text-align:left;background:0 0;border:0;border-radius:5px;align-items:center;gap:7px;width:100%;padding:8px;font-size:11px;display:flex}.cp-menu button:hover{background:#f5f4ff}.cp-message-scroll{flex:1;min-height:0;padding:0 30px 25px;overflow-y:auto}.cp-room-intro{border-bottom:1px solid #ececf2;margin-bottom:20px;padding:38px 0 23px}.cp-room-symbol{width:47px;height:47px;color:var(--blue);background:#efedff;border-radius:13px;place-items:center;margin-bottom:15px;display:grid}.cp-room-intro h2{margin-bottom:4px;font-size:22px}.cp-room-intro p{color:#8b93a7;margin:0;font-size:12px}.cp-date-divider{color:#afb4c1;letter-spacing:.12em;text-align:center;margin:20px 0 26px;font-size:9px;font-weight:800}.cp-date-divider span{background:#fff;padding:0 12px;position:relative}.cp-message{align-items:flex-start;gap:10px;margin:0 0 23px;display:flex}.cp-message-main{flex:1;min-width:0}.cp-message-meta{align-items:center;gap:9px;margin:1px 0 7px;display:flex}.cp-message-meta strong{font-size:12px}.cp-message-meta span{color:#a7adbb;font-size:10px}.cp-message-meta .cp-author-label{color:var(--blue);background:#f0eeff;border-radius:4px;padding:3px 5px;font-size:8px;font-weight:800}.cp-message-body{white-space:pre-wrap;color:#3d4762;overflow-wrap:anywhere;max-width:690px;font-size:12px;line-height:1.65}.cp-message.system .cp-message-body{color:#768099}.cp-reply-reference{color:#857ed5;background:0 0;border:0;padding:0 0 5px;font-size:10px;display:block}.cp-reply-button{color:#9ca3b4;background:0 0;border:0;padding:5px 0 0;font-size:10px;font-weight:700}.cp-reply-button:hover{color:var(--blue)}.cp-delivery{color:#a3aabb;align-items:center;gap:4px;margin-top:5px;font-size:9px;display:flex}.cp-inline-empty{color:var(--blue);background:#f7f6ff;border:1px solid #e9e7ff;border-radius:10px;align-items:center;gap:13px;margin:18px 0 15px 44px;padding:13px 14px;display:flex}.cp-inline-empty>div{flex:1}.cp-inline-empty strong{color:#3f416a;font-size:11px;display:block}.cp-inline-empty span{color:#8e91a8;margin-top:3px;font-size:10px;display:block}.cp-compose-area{border-top:1px solid #f0f1f5;padding:14px 25px 18px}.cp-compose{border:1px solid #e1e3ec;border-radius:10px;padding:10px 11px;box-shadow:0 4px 15px #1e254c08}.cp-compose:focus-within{border-color:#aaa4f3}.cp-compose textarea{resize:none;width:100%;color:var(--ink);border:0;outline:0;min-height:45px;font-size:12px;line-height:1.5}.cp-compose textarea::placeholder{color:#a4aaba}.cp-compose-bottom{justify-content:space-between;align-items:center;display:flex}.cp-compose-bottom>span{color:#adb3c2;align-items:center;gap:5px;font-size:9px;display:flex}.cp-send{background:var(--blue);color:#fff;border:0;border-radius:7px;place-items:center;width:29px;height:29px;display:grid}.cp-send:disabled{cursor:not-allowed;background:#d7d8e4}.cp-compose-area>small{text-align:right;color:#b8bdc9;margin-top:6px;font-size:9px;display:block}.cp-replying{color:#6e68c4;background:#f5f4ff;border-radius:6px 6px 0 0;justify-content:space-between;align-items:center;padding:5px 8px 5px 12px;font-size:10px;display:flex}.cp-detail-panel{background:#fbfbfd;border-left:1px solid #e9eaf0;flex:0 0 260px;width:260px;overflow-y:auto}.cp-panel-head{background:#fff;border-bottom:1px solid #e9eaf0;justify-content:space-between;align-items:center;height:76px;padding:0 18px;display:flex}.cp-panel-head h3{letter-spacing:-.03em;margin:0;font-size:13px}.cp-panel-section{border-bottom:1px solid #ececf3;padding:22px 18px}.cp-panel-title{justify-content:space-between;align-items:center;margin-bottom:16px;font-size:11px;display:flex}.cp-panel-title button{color:var(--blue);background:0 0;border:0;align-items:center;gap:4px;font-size:10px;font-weight:800;display:flex}.cp-panel-muted{color:#8a93a7;font-size:11px;line-height:1.6}.cp-member{align-items:center;gap:8px;margin:13px 0;display:flex}.cp-member>div{flex:1;min-width:0}.cp-member strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;display:block;overflow:hidden}.cp-status{color:#9098a9;white-space:nowrap;align-items:center;gap:5px;font-size:9px;display:inline-flex}.cp-status i{background:#b8becb;border-radius:50%;width:6px;height:6px}.cp-status.live i{background:#4dbb85}.cp-status.scheduled i{background:#dfb560}.cp-status.manual i{background:#b69edb}.cp-member-picker{background:#fff;border:1px solid #e9eaf0;border-radius:8px;margin-bottom:16px;padding:5px;box-shadow:0 7px 15px #14193c0d}.cp-member-picker button{text-align:left;background:0 0;border:0;align-items:center;gap:7px;width:100%;padding:5px;font-size:10px;display:flex}.cp-member-picker button svg:last-child{margin-left:auto}.cp-member-picker span{color:var(--muted);font-size:10px}.cp-member-picker a{color:var(--blue)}.cp-info-row{color:#8992a4;align-items:flex-start;gap:10px;margin:13px 0;font-size:10px;line-height:1.5;display:flex}.cp-info-row svg{color:#a7a2e7;flex:none}.cp-note{color:var(--blue);background:#f1efff;border-radius:10px;gap:10px;margin:18px;padding:14px;display:flex}.cp-note svg{flex:none}.cp-note strong{color:#3f4367;font-size:11px}.cp-note p{color:#8187a2;margin:5px 0;font-size:10px;line-height:1.5}.cp-note button{color:var(--blue);background:0 0;border:0;align-items:center;gap:5px;padding:0;font-size:10px;font-weight:800;display:flex}.cp-thread{padding:20px}.cp-thread .eyebrow{margin:17px 0 8px}.cp-thread-root,.cp-thread-reply{border:1px solid var(--line);background:#fff;border-radius:9px;margin-bottom:9px;padding:12px}.cp-thread strong{font-size:11px}.cp-thread p{color:#626c83;margin:4px 0 0;font-size:11px}.cp-thread-reply{margin-left:15px}.cp-content{background:#fbfbfd;height:100%;padding:38px clamp(25px,4vw,68px) 70px;overflow-y:auto}.cp-page-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px;display:flex}.cp-page-header .eyebrow{margin-bottom:10px}.cp-page-header h1{margin:0 0 8px;font-size:31px;line-height:1.16}.cp-page-header p{color:#8a93a8;max-width:600px;margin:0;font-size:12px}.cp-form-card,.cp-section-card{background:#fff;border:1px solid #e8e9f1;border-radius:14px;margin-bottom:19px;padding:26px;box-shadow:0 4px 18px #20254f06}.cp-form-card{max-width:570px}.cp-form-card label,.cp-label{color:#4c5870;gap:7px;margin-bottom:20px;font-size:11px;font-weight:800;display:grid}.cp-form-card input,.cp-label input,.cp-label textarea,.cp-label select,.cp-confirm-modal input{color:var(--ink);resize:vertical;background:#fff;border:1px solid #dfe2eb;border-radius:8px;outline:0;padding:12px 13px;font-size:12px}.cp-form-card input:focus,.cp-label input:focus,.cp-label textarea:focus,.cp-label select:focus{border-color:var(--blue)}.cp-form-card p{color:#8b93a7;align-items:center;gap:6px;font-size:11px;display:flex}.cp-form-card>small{color:#a2a9b8;margin-top:13px;font-size:10px;display:block}.cp-list-card{border:1px solid var(--line);background:#fff;border-radius:13px;max-width:650px;padding:8px}.cp-list-card>button{text-align:left;width:100%;color:var(--ink);background:0 0;border:0;border-bottom:1px solid #f0f0f4;align-items:center;gap:10px;padding:12px;display:flex}.cp-list-card>button:last-child{border:0}.cp-list-card>button:hover{background:#f8f7ff}.cp-list-card>button>span:nth-child(2){flex:1}.cp-list-card strong,.cp-list-card small{display:block}.cp-list-card strong{font-size:12px}.cp-list-card small{color:#949bad;margin-top:3px;font-size:10px}.cp-empty-small{color:var(--muted);padding:23px;font-size:12px}.cp-empty-small button{color:var(--blue);background:0 0;border:0;font-weight:800}.cp-card-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.cp-card-head h2,.cp-section-card h2{margin:0;font-size:16px}.cp-card-head>span{color:#a1a8b8;font-size:10px}.cp-agent-row,.cp-inbox-row{text-align:left;width:100%;color:var(--ink);background:0 0;border:0;border-top:1px solid #f0f1f5;align-items:center;gap:12px;padding:15px 0;display:flex}.cp-agent-row:hover,.cp-inbox-row:hover{background:#fbfaff}.cp-agent-row>div:nth-child(2),.cp-inbox-row>div:nth-child(2){flex:1;min-width:0}.cp-agent-row strong,.cp-inbox-row strong{font-size:12px;display:block}.cp-agent-row small,.cp-inbox-row small{color:#a2a9b7;margin-top:5px;font-size:10px;display:block}.cp-agent-row>svg,.cp-inbox-row>svg{color:#a3aaba}.cp-empty-card{text-align:center;padding:50px 10px 35px}.cp-empty-card.roomy{border:1px solid var(--line);background:#fff;border-radius:15px;max-width:650px;margin:65px auto;padding:65px 25px}.cp-empty-icon{width:54px;height:54px;color:var(--blue);background:#efedff;border-radius:15px;place-items:center;margin:0 auto 15px;display:grid}.cp-empty-card h3{margin:0 0 7px;font-size:18px}.cp-empty-card p{color:#9098a9;max-width:340px;margin:0 auto 20px;font-size:11px}.cp-pending{border-top:1px solid #f0f1f5;align-items:center;gap:13px;padding:17px 0;display:flex}.cp-pending>div:nth-child(2){flex:1}.cp-pending strong{font-size:12px}.cp-pending p{color:#788195;margin:3px 0;font-size:11px}.cp-pending small{color:#a1a8b7;font-size:10px}.cp-back{color:#7f879b;background:0 0;border:0;align-items:center;gap:7px;margin:0 0 24px;padding:0;font-size:11px;font-weight:700;display:flex}.cp-back:hover{color:var(--blue)}.cp-integration-grid{grid-template-columns:repeat(3,1fr);gap:15px;max-width:950px;display:grid}.cp-integration-card{text-align:left;min-height:200px;color:var(--ink);background:#fff;border:1px solid #e5e7ef;border-radius:13px;padding:18px;position:relative}.cp-integration-card:hover,.cp-integration-card.selected{border-color:#b4aff7;box-shadow:0 12px 25px #3c377d14}.cp-integration-icon{width:38px;height:38px;color:var(--blue);background:#eeecff;border-radius:10px;place-items:center;margin-bottom:15px;font-size:16px;font-weight:800;display:grid}.cp-integration-card strong{margin-bottom:8px;font-size:13px;display:block}.cp-integration-card .tag{font-size:9px}.cp-integration-card p{color:#9299aa;max-width:230px;margin:12px 0 0;font-size:10px;line-height:1.5}.cp-integration-arrow{color:#aaaebd;position:absolute;top:18px;right:17px}.cp-note.wide{max-width:950px;margin:25px 0}.cp-pair-flow{border:1px solid var(--line);background:#fff;border-radius:15px;max-width:750px;padding:27px}.cp-flow-step{gap:15px;padding-bottom:28px;display:flex;position:relative}.cp-flow-step:not(:nth-child(3)):before{content:"";background:#e2e0fa;width:1px;position:absolute;top:32px;bottom:1px;left:15px}.cp-flow-step>span{width:31px;height:31px;color:var(--blue);background:#eeeaff;border-radius:9px;flex:0 0 31px;place-items:center;font-size:11px;font-weight:800;display:grid}.cp-flow-step>div{flex:1}.cp-flow-step strong{font-size:13px}.cp-flow-step p{color:#9098aa;margin:6px 0;font-size:11px;line-height:1.6}.cp-copy-box{color:#535b79;overflow-wrap:anywhere;background:#f8f7ff;border:1px solid #e7e5fa;border-radius:9px;align-items:flex-start;gap:10px;padding:13px;font-size:11px;line-height:1.65;display:flex}.cp-copy-box button{color:var(--blue);background:0 0;border:0;flex:none}.cp-flow-actions{flex-wrap:wrap;gap:10px;margin-left:46px;display:flex}.cp-agent-detail-heading{align-items:center;gap:15px;margin-bottom:27px;display:flex}.cp-agent-detail-heading .cp-avatar{flex-basis:56px;width:56px;height:56px;font-size:20px}.cp-agent-detail-heading .eyebrow{margin:0 0 4px}.cp-agent-detail-heading h1{margin:0 0 4px;font-size:27px}.cp-detail-grid,.cp-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px;display:grid}.cp-detail-grid .cp-section-card,.cp-settings-grid .cp-section-card{margin:0}.cp-stat-grid{border-top:1px solid #eff0f5;border-bottom:1px solid #eff0f5;grid-template-columns:1fr 1fr;gap:13px;margin:20px 0;padding:20px 0;display:grid}.cp-stat-grid small,.cp-stat-grid strong{display:block}.cp-stat-grid small{color:#adb3c0;letter-spacing:.1em;font-size:9px;font-weight:800}.cp-stat-grid strong{white-space:nowrap;text-overflow:ellipsis;margin-top:5px;font-size:11px;overflow:hidden}.cp-scope-list{flex-wrap:wrap;gap:6px;margin:17px 0 25px;display:flex}.cp-scope-list span{color:#6660be;background:#f5f4ff;border-radius:6px;align-items:center;gap:5px;padding:8px;font-size:10px;display:flex}.cp-control-row{border-top:1px solid #eff0f4;justify-content:space-between;align-items:center;gap:13px;padding:20px 0;display:flex}.cp-control-row strong,.cp-control-row small{display:block}.cp-control-row strong{font-size:11px}.cp-control-row small{color:#9ba3b4;margin-top:5px;font-size:10px;line-height:1.5}.cp-control-row select{border:1px solid var(--line);border-radius:7px;max-width:130px;padding:7px;font-size:10px}.cp-toggle{background:#d9dce6;border:0;border-radius:100px;flex:0 0 36px;width:36px;height:21px;padding:2px}.cp-toggle.on{background:var(--blue)}.cp-toggle i{background:#fff;border-radius:50%;width:17px;height:17px;transition:transform .2s;display:block;box-shadow:0 1px 3px #aaa}.cp-toggle.on i{transform:translate(15px)}.cp-danger{border-top:1px solid #eff0f4;padding-top:20px}.cp-danger strong{font-size:11px}.cp-danger p{color:#9ba3b4;font-size:10px}.cp-danger button{color:#ba5666;border-color:#efccd2}.cp-saved{color:#38a875;align-items:center;gap:4px;margin-left:12px;font-size:10px;display:inline-flex}.cp-inbox-icon,.cp-audit-icon{color:#c89954;background:#fff4e8;border-radius:9px;flex:0 0 33px;place-items:center;width:33px;height:33px;display:grid}.cp-inbox-row p{color:#656f86;text-overflow:ellipsis;white-space:nowrap;margin:4px 0;font-size:11px;overflow:hidden}.cp-audit-row{border-top:1px solid #f0f1f5;align-items:center;gap:10px;padding:10px 0;display:flex}.cp-audit-icon{width:27px;height:27px;color:var(--blue);background:#efedff;flex-basis:27px}.cp-audit-row strong,.cp-audit-row small{display:block}.cp-audit-row strong{text-transform:capitalize;font-size:10px}.cp-audit-row small{color:#a2a9b8;margin-top:3px;font-size:9px}.cp-error{color:#b95365;background:#fff1f2;border:1px solid #f2d4d8;border-radius:7px;justify-content:space-between;margin:10px 0;padding:9px 12px;font-size:11px;display:flex}.cp-error button{color:inherit;background:0 0;border:0}.cp-modal-backdrop{z-index:100;background:#12182f73;place-items:start center;padding:12vh 15px 20px;display:grid;position:fixed;inset:0}.cp-search-modal,.cp-confirm-modal{background:#fff;border-radius:15px;width:min(550px,100%);overflow:hidden;box-shadow:0 20px 90px #0a0f284d}.cp-search-input{border-bottom:1px solid var(--line);color:#a0a7b8;align-items:center;gap:9px;padding:14px 17px;display:flex}.cp-search-input input{color:var(--ink);border:0;outline:0;flex:1;font-size:14px}.cp-search-results{max-height:420px;padding:12px;overflow-y:auto}.cp-search-results>p{color:#a0a7b8;padding:18px;font-size:12px}.cp-search-results>button{text-align:left;background:0 0;border:0;border-radius:8px;flex-direction:column;align-items:flex-start;gap:6px;width:100%;padding:10px;display:flex}.cp-search-results>button:hover{background:#f6f5ff}.cp-search-results strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:12px;overflow:hidden}.cp-search-results small{color:#a7aebb;font-size:10px}.cp-confirm-modal{padding:28px;position:relative}.cp-confirm-modal>button:first-child{position:absolute;top:13px;right:13px}.cp-confirm-modal h2{font-size:22px}.cp-confirm-modal p{color:var(--muted);font-size:12px}.cp-confirm-modal input{width:100%;margin-bottom:20px}.cp-confirm-modal>div{justify-content:flex-end;gap:8px;display:flex}@media (max-width:1100px){.cp-detail-panel{flex-basis:225px;width:225px}.cp-sidebar{flex-basis:220px;width:220px}.cp-integration-grid{grid-template-columns:repeat(2,1fr)}.cp-detail-grid,.cp-settings-grid{grid-template-columns:1fr}}@media (max-width:800px){.cp-sidebar{z-index:60;width:250px;box-shadow:var(--shadow);flex-basis:250px;transition:transform .2s;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.cp-sidebar.open{transform:translate(0)}.cp-scrim{z-index:50;background:#13192f59;border:0;display:block;position:fixed;inset:0}.cp-mobile-bar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:57px;padding:0 15px;display:flex}.cp-mobile-bar .brand{font-size:17px}.cp-mobile-bar .brand-mark{transform:scale(.74)rotate(-7deg)}.close-mobile{display:inline-grid}.cp-main{height:calc(100dvh - 57px)}.cp-root{display:block}.cp-detail-panel{display:none}.cp-conv-header{height:61px;min-height:61px;padding:0 16px}.cp-message-scroll{padding:0 15px 20px}.cp-compose-area{padding:10px 13px 13px}.cp-content{padding:30px 20px 60px}.cp-integration-grid{grid-template-columns:1fr 1fr}}@media (max-width:540px){.cp-page-header{display:block}.cp-page-header>.button{margin-top:17px}.cp-page-header h1{font-size:26px}.cp-integration-grid{grid-template-columns:1fr}.cp-integration-card{min-height:160px}.cp-inline-empty{flex-wrap:wrap;margin-left:0}.cp-inline-empty .button{width:100%}.cp-pending{flex-wrap:wrap}.cp-pending>div:nth-child(2){flex-basis:calc(100% - 50px)}.cp-agent-row .cp-status{display:none}.cp-flow-actions{margin-left:0}.cp-flow-actions .button{width:100%}.cp-compose-area>small{display:none}.cp-message-body{font-size:11px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.cp-load-older{color:var(--blue);background:#f8f7ff;border:1px solid #dddaf9;border-radius:100px;margin:0 auto 24px;padding:7px 13px;font-size:10px;font-weight:800;display:block}.cp-load-older:hover{background:#efedff}.cp-panel-scrim{display:none}.cp-message-body,.cp-compose textarea{font-size:14px}.cp-room-intro p,.cp-page-header p,.cp-form-card input,.cp-label input,.cp-label textarea,.cp-label select,.cp-message-meta strong,.cp-agent-row strong,.cp-inbox-row strong,.cp-form-card label,.cp-label,.cp-pending strong{font-size:13px}.cp-room-item,.cp-nav-item,.cp-agent-item,.cp-panel-muted,.cp-info-row,.cp-thread p,.cp-flow-step p,.cp-integration-card p,.cp-empty-card p{font-size:12px}.cp-compose-bottom>span,.cp-compose-area>small,.cp-member strong,.cp-member-picker button,.cp-panel-title,.cp-note p,.cp-control-row small,.cp-audit-row strong{font-size:11px}.cp-send{width:34px;height:34px}.cp-integration-card:disabled{cursor:not-allowed;box-shadow:none;opacity:.72;background:#f8f8fb;border-color:#ececf2}.cp-integration-card:disabled .cp-integration-arrow{display:none}.illustration-badge{border-radius:0 8px 0 0;padding:7px 10px;font-size:10px;left:0;right:auto}:focus-visible{outline-offset:3px;outline:3px solid #9a93fa}@media (max-width:800px){.cp-panel-scrim{z-index:44;background:#12182f59;border:0;display:block;position:fixed;inset:57px 0 0}.cp-detail-panel{z-index:45;width:min(330px,88vw);height:calc(100dvh - 57px);display:block;position:fixed;top:57px;bottom:0;right:0;box-shadow:-14px 0 45px #161b3f21}.cp-panel-head{height:61px}}@media (max-width:540px){.cp-message-body,.cp-compose textarea{font-size:14px}}@media (max-width:900px){.product-art{overflow:hidden}}.cp-room-choice{max-width:640px;margin-bottom:24px}.cp-agent-rooms{margin-top:20px}.cp-agent-rooms .cp-note{margin:17px 0 6px}.cp-audit-note{color:#59627b;background:#f3f1ff;border:1px solid #e6e2ff;border-radius:9px;margin:4px 0 12px;padding:12px 14px;font-size:12px;line-height:1.6}.cp-target-picker{color:#747c94;flex-wrap:wrap;align-items:center;gap:7px;margin:0 0 11px;font-size:11px;font-weight:800;display:flex}.cp-target-picker span{text-transform:uppercase;letter-spacing:.09em;margin-right:5px;font-size:10px}.cp-target-picker button{color:#606a83;font:inherit;cursor:pointer;background:#fff;border:1px solid #daddef;border-radius:999px;padding:6px 10px;transition:background .15s,border-color .15s,color .15s}.cp-target-picker button:hover,.cp-target-picker button.selected{color:#5149c9;background:#eeecff;border-color:#746bee}.cp-delivery-settings{gap:22px;margin-top:22px;display:grid}.cp-delivery-settings .cp-card-head h2{align-items:center;gap:9px;display:flex}.cp-wake-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 20px;margin:20px 0;display:grid}.cp-wake-grid .cp-label,.cp-delivery-settings .cp-label{margin:0}.cp-checkbox{color:#4d5772;cursor:pointer;align-items:flex-start;gap:10px;margin:16px 0;font-size:13px;font-weight:700;display:flex}.cp-checkbox input{accent-color:#5b55dd;margin-top:3px}.cp-wake-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:13px;display:flex}.cp-wake-secret{background:#f7f6ff;border:1px solid #dcd8ff;border-radius:13px;gap:11px;min-width:0;margin-top:18px;padding:18px;display:grid}.cp-wake-secret strong{color:#383262;font-size:13px}.cp-wake-secret code{overflow-wrap:anywhere;color:#504ab1;font:12px/1.6 ui-monospace,SFMono-Regular,Consolas,monospace}.cp-wake-secret .button{justify-self:start}.cp-wake-list{gap:0;display:grid}.cp-wake-list>div{border-bottom:1px solid #eef0f5;grid-template-columns:minmax(70px,.6fr) minmax(130px,1fr) minmax(160px,1.5fr);align-items:center;gap:10px;padding:12px 0;font-size:12px;display:grid}.cp-wake-list>div:last-child{border-bottom:0}.cp-wake-list strong{color:#28314e;font-size:12px}.cp-wake-list small{color:#7a839b;font-size:11px}.cp-wake-reason{color:#5951d2;text-transform:capitalize;background:#f1efff;border-radius:6px;width:max-content;padding:5px 8px;font-size:10px;font-weight:800}@media (max-width:680px){.cp-wake-grid{grid-template-columns:1fr}.cp-wake-list>div{grid-template-columns:1fr;gap:5px}}
