:root{--purple-dark:#3f1499;--purple:#6f2dff;--purple-vivid:#8e52ff;--lavender:#e9d9ff;--soft:#f8f5ff;--border:#ece7f7;--text:#1f1a2e;--muted:#7d748f;--bg:#fbfaff;--shadow:0 18px 50px #3f149914}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--text);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.ck-app{background:radial-gradient(circle at 0 0,#6f2dff24,#0000 34%),#fbfaff;grid-template-columns:76px 276px minmax(0,1fr);min-height:100vh;display:grid}.ck-sidebar{border-right:1px solid var(--border);background:#fff;flex-direction:column;align-items:center;gap:18px;height:100vh;padding:18px 12px;display:flex;position:sticky;top:0}.ck-logo{color:#fff;background:linear-gradient(135deg, var(--purple), var(--purple-vivid));border-radius:16px;place-items:center;width:46px;height:46px;font-size:24px;font-weight:900;display:grid}.ck-sidebar nav{flex-direction:column;gap:8px;display:flex}.ck-icon{border-radius:16px;place-items:center;width:52px;height:52px;font-size:22px;display:grid}.ck-icon:hover,.ck-icon.active{background:var(--soft)}.ck-help{width:42px;height:42px;color:var(--purple);background:var(--soft);border:0;border-radius:14px;margin-top:auto;font-weight:900}.ck-module{border-right:1px solid var(--border);background:#ffffffc7;padding:24px 18px}.ck-module p{color:var(--purple);text-transform:uppercase;letter-spacing:.08em;margin:0 0 8px;font-size:12px;font-weight:800}.ck-module h1{margin:0;font-size:22px}.ck-module>span{color:var(--muted);margin-top:8px;font-size:13px;display:block}.ck-menu{flex-direction:column;gap:6px;margin-top:22px;display:flex}.ck-menu a{color:#5f576f;border-radius:13px;justify-content:space-between;min-height:42px;padding:10px 12px;font-size:14px;display:flex}.ck-menu a.active,.ck-menu a:hover{background:var(--soft);color:var(--purple-dark)}.ck-note{border:1px solid var(--border);background:linear-gradient(135deg, #fff, var(--soft));border-radius:16px;margin-top:20px;padding:16px}.ck-note strong{color:var(--purple-dark)}.ck-note small{color:var(--muted);margin-top:8px;line-height:1.45;display:block}.ck-main{min-width:0;padding:24px}.ck-page{flex-direction:column;gap:18px;display:flex}.ck-head,.ck-card,.ck-empty,.ck-list,.ck-work{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:18px}.ck-head{justify-content:space-between;gap:18px;padding:22px;display:flex}.ck-head h2{letter-spacing:-.04em;margin:8px 0 6px;font-size:28px}.ck-head p{color:var(--muted);margin:0}.ck-pill{background:var(--lavender);min-height:26px;color:var(--purple-dark);border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.ck-primary,.ck-empty button{background:var(--purple);color:#fff;border:0;border-radius:13px;padding:11px 16px;font-weight:800;box-shadow:0 14px 28px #6f2dff38}.ck-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.ck-card{padding:18px}.ck-card span{color:var(--muted);font-size:13px;font-weight:700}.ck-card strong{color:var(--purple-dark);margin-top:10px;font-size:30px;display:block}.ck-card p{color:var(--muted);margin:8px 0 0;font-size:13px}.ck-empty{text-align:center;align-content:center;place-items:center;min-height:420px;padding:36px;display:grid}.ck-empty div{background:linear-gradient(135deg, var(--lavender), #fff);width:82px;height:82px;color:var(--purple);border-radius:28px;place-items:center;margin-bottom:18px;font-size:38px;display:grid}.ck-empty h2{letter-spacing:-.04em;max-width:560px;margin:0;font-size:28px}.ck-empty p{max-width:620px;color:var(--muted);margin:12px 0 20px;line-height:1.55}.ck-chat{grid-template-columns:390px minmax(0,1fr);gap:18px;height:calc(100vh - 48px);display:grid}.ck-list{flex-direction:column;min-height:0;padding:16px;display:flex;overflow:hidden}.ck-list-head{justify-content:space-between;gap:12px;display:flex}.ck-list-head h2{margin:8px 0 0;font-size:21px}.ck-list-head button{background:var(--purple);color:#fff;border:0;border-radius:13px;width:38px;height:38px;font-size:22px}.ck-search{grid-template-columns:1fr auto;gap:8px;margin-top:16px;display:grid}.ck-search input{border:1px solid var(--border);border-radius:13px;min-height:42px;padding:0 12px}.ck-search button,.ck-tabs button{border:1px solid var(--border);background:#fff;border-radius:13px;padding:0 12px;font-weight:700}.ck-tabs{gap:8px;margin:14px 0;display:flex}.ck-tabs button{min-height:34px}.ck-tabs .active{background:var(--soft);color:var(--purple)}.ck-conversations{flex-direction:column;gap:10px;display:flex;overflow:auto}.ck-conversation{border:1px solid var(--border);background:#fff;border-radius:15px;grid-template-columns:42px 1fr;gap:10px;padding:12px;display:grid;position:relative}.ck-avatar{background:var(--soft);width:42px;height:42px;color:var(--purple);border-radius:14px;place-items:center;font-weight:900;display:grid}.ck-conversation header,.ck-conversation footer{justify-content:space-between;gap:8px;display:flex}.ck-conversation span,.ck-conversation small{color:var(--muted);font-size:12px}.ck-conversation p{color:#5f576f;margin:6px 0;font-size:13px}.ck-conversation>b{background:var(--purple);color:#fff;border-radius:999px;place-items:center;width:22px;height:22px;font-size:11px;display:grid;position:absolute;bottom:10px;right:10px}.ck-work{min-height:0;overflow:hidden}.ck-support{writing-mode:vertical-rl;background:var(--purple);color:#fff;border:0;border-radius:16px;min-height:86px;font-weight:900;position:fixed;top:50%;right:18px;transform:translateY(-50%)}@media (max-width:1100px){.ck-app{grid-template-columns:72px 1fr}.ck-module{display:none}.ck-chat{grid-template-columns:1fr;height:auto}.ck-work{min-height:520px}.ck-grid{grid-template-columns:1fr}}@media (max-width:720px){.ck-app{grid-template-columns:1fr;padding-bottom:76px}.ck-sidebar{border-right:0;border-top:1px solid var(--border);flex-direction:row;width:100%;height:72px;position:fixed;inset:auto 0 0;overflow-x:auto}.ck-sidebar nav{flex-direction:row}.ck-logo,.ck-help{display:none}.ck-main{padding:14px}.ck-head{flex-direction:column}.ck-support{display:none}}.ck-app{grid-template-columns:76px minmax(0,1fr)!important}.ck-module,.ck-sidebar{display:none!important}.ck-main-smart{padding-left:24px}.ck-smart-sidebar{z-index:80;background:linear-gradient(#fffffff2,#f8f5fff5),#f8f5ff;border-right:1px solid #6f2dff1f;width:76px;height:100vh;padding:14px 10px;transition:width .22s,box-shadow .22s;position:fixed;inset:0 auto 0 0;overflow:visible;box-shadow:14px 0 34px #3f14990f}.ck-smart-sidebar:hover{width:252px;box-shadow:18px 0 46px #3f14991f}.ck-sidebar-logo{height:58px;color:var(--purple-dark,#3f1499);white-space:nowrap;align-items:center;gap:12px;padding:0 6px;display:flex;overflow:hidden}.ck-logo-symbol{color:#fff;background:linear-gradient(135deg,#5a1fe0,#8e52ff);border-radius:15px;flex:0 0 46px;place-items:center;width:46px;height:46px;font-size:23px;display:grid;box-shadow:0 12px 28px #6f2dff47}.ck-logo-text{opacity:0;letter-spacing:.08em;text-transform:uppercase;font-size:21px;font-weight:900;transition:all .18s;transform:translate(-8px)}.ck-smart-sidebar:hover .ck-logo-text{opacity:1;transform:translate(0)}.ck-sidebar-nav{flex-direction:column;gap:6px;margin-top:14px;display:flex}.ck-sidebar-link{color:#4b5563;white-space:nowrap;border-radius:13px;align-items:center;gap:12px;height:48px;padding:0 13px;transition:background .16s,color .16s,transform .16s;display:flex;position:relative;overflow:hidden}.ck-sidebar-link:hover{color:#6f2dff;background:#6f2dff14}.ck-sidebar-item.active>.ck-sidebar-link{color:#6f2dff;background:linear-gradient(90deg,#6f2dff24,#6f2dff0f)}.ck-sidebar-item.active>.ck-sidebar-link:before{content:"";background:#6f2dff;border-radius:999px;width:4px;height:26px;position:absolute;left:0}.ck-sidebar-icon{color:currentColor;flex:0 0 22px;place-items:center;width:22px;height:22px;display:grid}.ck-sidebar-label{opacity:0;font-size:14px;font-weight:700;transition:all .18s;transform:translate(-8px)}.ck-smart-sidebar:hover .ck-sidebar-label{opacity:1;transform:translate(0)}.ck-sidebar-badge{color:#fff;opacity:0;background:linear-gradient(135deg,#6f2dff,#8e52ff);border-radius:999px;place-items:center;min-width:22px;height:22px;margin-left:auto;font-size:11px;font-weight:900;transition:all .18s;display:grid;transform:translate(8px)}.ck-smart-sidebar:hover .ck-sidebar-badge{opacity:1;transform:translate(0)}.ck-sidebar-arrow{color:#9ca3af;opacity:0;margin-left:auto;transition:all .18s;transform:translate(8px)}.ck-smart-sidebar:hover .ck-sidebar-arrow{opacity:1;transform:translate(0)}.ck-flyout{pointer-events:none;opacity:0;background:#fffffff5;border:1px solid #6f2dff1f;border-radius:16px;width:260px;padding:10px;transition:all .16s;position:absolute;top:0;left:calc(100% + 10px);transform:translate(-8px)scale(.98);box-shadow:0 22px 60px #3f149929}.ck-sidebar-item:hover>.ck-flyout{pointer-events:auto;opacity:1;transform:translate(0)scale(1)}.ck-flyout-head{border-bottom:1px solid #6f2dff1a;align-items:center;gap:10px;padding:8px 8px 12px;display:flex}.ck-flyout-icon{color:#6f2dff;background:#6f2dff1a;border-radius:11px;place-items:center;width:34px;height:34px;display:grid}.ck-flyout-head strong{color:#1f1a2e;font-size:14px;display:block}.ck-flyout-head small{color:#7d748f;margin-top:2px;font-size:12px;display:block}.ck-flyout-menu{flex-direction:column;gap:4px;padding-top:8px;display:flex}.ck-flyout-link{color:#4b5563;border-radius:11px;align-items:center;gap:8px;min-height:38px;padding:0 10px;font-size:13px;font-weight:650;transition:all .14s;display:flex}.ck-flyout-link:hover{color:#6f2dff;background:#6f2dff14}.ck-flyout-link b{color:#fff;background:linear-gradient(135deg,#6f2dff,#8e52ff);border-radius:999px;margin-left:auto;padding:4px 7px;font-size:10px}.ck-flyout-link em{color:#9ca3af;margin-left:auto;font-style:normal}.ck-flyout-children{border-left:1px solid #6f2dff26;flex-direction:column;gap:2px;margin:2px 0 6px 16px;padding-left:10px;display:flex}.ck-flyout-children a{color:#6b7280;border-radius:9px;padding:7px 8px;font-size:12px}.ck-flyout-children a:hover{color:#6f2dff;background:#6f2dff0f}.ck-sidebar-bottom{position:absolute;bottom:14px;left:10px;right:10px}.ck-collapse-hint{color:#6b7280;background:0 0;border:0;border-radius:13px;align-items:center;gap:12px;width:100%;height:46px;display:flex;overflow:hidden}.ck-collapse-hint span{color:#6f2dff;flex:0 0 22px;place-items:center;font-size:24px;display:grid}.ck-collapse-hint strong{opacity:0;white-space:nowrap;font-size:13px;transition:all .18s;transform:translate(-8px)}.ck-smart-sidebar:hover .ck-collapse-hint strong{opacity:1;transform:translate(0)}.ck-support{right:18px;background:linear-gradient(135deg,#6f2dff,#8e52ff)!important}@media (max-width:900px){.ck-app{padding-bottom:76px;grid-template-columns:1fr!important}.ck-smart-sidebar{border-top:1px solid #6f2dff1f;border-right:0;width:100%;height:72px;padding:8px 10px;position:fixed;inset:auto 0 0;overflow:auto hidden}.ck-smart-sidebar:hover{width:100%}.ck-sidebar-logo,.ck-sidebar-bottom,.ck-sidebar-label,.ck-sidebar-arrow,.ck-sidebar-badge,.ck-flyout{display:none!important}.ck-sidebar-nav{flex-direction:row;gap:8px;margin-top:0}.ck-sidebar-link{justify-content:center;width:52px;padding:0}.ck-main-smart{padding:14px}}.ck-app{background:radial-gradient(circle at 0 0,#6f2dff1a,#0000 32%),linear-gradient(#fff 0%,#fbfaff 100%)!important;min-height:100vh!important;padding-left:76px!important;display:block!important}.ck-main,.ck-main-smart{width:100%!important;min-width:0!important;min-height:100vh!important;margin:0!important;padding:24px!important}.ck-smart-sidebar{left:0!important}.ck-page,.ck-chat,.ck-flow-page{max-width:100%!important}.ck-head,.ck-page-header{width:100%!important}.ck-empty,.ck-card,.ck-list,.ck-work,.ck-table,.ck-ai-panel,.ck-connector-card,.ck-flow-topbar,.ck-flow-canvas{max-width:100%!important}@media (max-width:900px){.ck-app{padding-bottom:76px!important;padding-left:0!important}.ck-main,.ck-main-smart{padding:14px!important}.ck-smart-sidebar,.ck-smart-sidebar:hover{width:100%!important}}.ck-sidebar-logo{align-items:center!important;gap:10px!important;height:64px!important;padding:0 4px!important;display:flex!important;overflow:hidden!important}.ck-logo-symbol,.ck-logo-text{display:none!important}.ck-logo-compact{background:linear-gradient(135deg,#5a1fe0,#8e52ff);border-radius:15px;flex:0 0 48px;place-items:center;width:48px;height:48px;display:grid;overflow:hidden;box-shadow:0 12px 28px #6f2dff47}.ck-logo-compact img{filter:brightness(0)invert();width:118px;max-width:none;height:auto;transform:translate(-5px)}.ck-logo-full img{width:168px;height:auto;display:block}.ck-smart-sidebar:hover .ck-logo-compact img{filter:none}.ck-sidebar-nav{margin-top:12px!important}@media (max-width:900px){.ck-logo-compact,.ck-logo-full{display:none!important}}.ck-sidebar-logo{align-items:center!important;height:72px!important;padding:0 4px!important}.ck-logo-compact{width:48px!important;height:48px!important;box-shadow:none!important;background:0 0!important;border-radius:14px!important;flex:0 0 48px!important;place-items:center!important;display:grid!important;overflow:visible!important}.ck-logo-compact img{content:url(/brand/logo-compacta-comuniker.png)!important;object-fit:contain!important;filter:none!important;width:48px!important;max-width:48px!important;height:48px!important;display:block!important;transform:none!important}.ck-logo-full{opacity:0!important;width:0!important;transition:width .22s,opacity .18s,transform .18s!important;overflow:hidden!important;transform:translate(-8px)!important}.ck-logo-full img{content:url(/brand/logo-comuniker.png)!important;object-fit:contain!important;width:160px!important;height:auto!important;display:block!important}.ck-smart-sidebar:hover .ck-logo-full{opacity:1!important;width:164px!important;transform:translate(0)!important}.ck-smart-sidebar:hover .ck-logo-compact{box-shadow:none!important;background:0 0!important}.ck-smart-sidebar:hover .ck-logo-compact img{filter:none!important;width:48px!important;height:48px!important}.ck-sidebar-logo:focus,.ck-sidebar-logo:active{outline:none!important}.ck-sidebar-logo img{-webkit-user-select:none!important;user-select:none!important;pointer-events:none!important}.ck-smart-sidebar{padding-top:10px!important;padding-left:8px!important;padding-right:8px!important}.ck-sidebar-logo{height:62px!important;margin-bottom:4px!important}.ck-logo-compact{flex-basis:44px!important;width:44px!important;height:44px!important}.ck-logo-compact img{width:44px!important;max-width:44px!important;height:44px!important}.ck-logo-full img{width:150px!important}.ck-smart-sidebar:hover .ck-logo-full{width:154px!important}.ck-sidebar-nav{gap:2px!important;margin-top:4px!important}.ck-sidebar-link{border-radius:11px!important;gap:11px!important;height:40px!important;min-height:40px!important;padding:0 12px!important}.ck-sidebar-icon{flex:0 0 20px!important;width:20px!important;height:20px!important}.ck-sidebar-icon svg{width:20px!important;height:20px!important}.ck-sidebar-label{font-size:13px!important;font-weight:700!important}.ck-sidebar-badge{min-width:20px!important;height:20px!important;font-size:10px!important}.ck-sidebar-arrow{font-size:15px!important}.ck-sidebar-item.active>.ck-sidebar-link:before{height:22px!important}.ck-sidebar-bottom{bottom:10px!important;left:8px!important;right:8px!important}.ck-collapse-hint{border-radius:11px!important;height:38px!important}.ck-collapse-hint strong{font-size:12px!important}.ck-flyout{border-radius:14px!important;width:248px!important;padding:8px!important}.ck-flyout-head{padding:7px 7px 10px!important}.ck-flyout-icon{border-radius:10px!important;width:32px!important;height:32px!important}.ck-flyout-head strong{font-size:13px!important}.ck-flyout-head small{font-size:11px!important}.ck-flyout-menu{gap:2px!important;padding-top:6px!important}.ck-flyout-link{border-radius:10px!important;min-height:34px!important;padding:0 9px!important;font-size:12.5px!important}.ck-flyout-children a{padding:6px 8px!important;font-size:12px!important}.ck-smart-sidebar:hover{width:242px!important}.ck-app{padding-left:76px!important}@media (max-height:760px){.ck-sidebar-link{height:37px!important;min-height:37px!important}.ck-sidebar-nav{gap:1px!important}.ck-sidebar-logo{height:56px!important}}.ck-smart-sidebar{overflow:visible!important}.ck-flyout{max-height:calc(100vh - 32px)!important;top:0!important;bottom:auto!important;overflow:hidden auto!important}.ck-sidebar-item:nth-last-child(-n+4)>.ck-flyout{top:auto!important;bottom:0!important}.ck-sidebar-item:nth-last-child(-n+2)>.ck-flyout{top:auto!important;bottom:-4px!important}.ck-flyout-menu{max-height:calc(100vh - 150px)!important;padding-right:3px!important;overflow-y:auto!important}.ck-flyout::-webkit-scrollbar{width:6px}.ck-flyout-menu::-webkit-scrollbar{width:6px}.ck-flyout::-webkit-scrollbar-thumb{background:#6f2dff38;border-radius:999px}.ck-flyout-menu::-webkit-scrollbar-thumb{background:#6f2dff38;border-radius:999px}:is(.ck-sidebar-item:has(a[href=\/rottax])>.ck-flyout,.ck-sidebar-item:has(a[href=\/configuracoes])>.ck-flyout,.ck-sidebar-item:has(a[href=\/marketplace])>.ck-flyout){top:auto!important;bottom:0!important}.ck-flyout{z-index:999!important}.ck-support{z-index:80!important}html,body,button,input,textarea,select{font-family:Poppins,Arial,Helvetica,sans-serif!important}.ck-head h2,.ck-page-header h2,.ck-empty h2,.ck-empty-state h2,.ck-flow-topbar h2{letter-spacing:-.045em!important;font-family:Poppins,Arial,Helvetica,sans-serif!important;font-weight:700!important}.ck-card strong,.ck-metric-card strong{letter-spacing:-.035em!important;font-family:Poppins,Arial,Helvetica,sans-serif!important;font-weight:700!important}.ck-sidebar-label,.ck-menu a,.ck-flyout-link,.ck-module-link{font-family:Poppins,Arial,Helvetica,sans-serif!important;font-weight:600!important}.ck-logo-text,.ck-logo-full,.ck-pill{font-family:Poppins,Arial,Helvetica,sans-serif!important;font-weight:800!important}html,body,button,input,textarea,select{letter-spacing:0!important;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:14px!important;font-weight:400!important}p,small,span,a,button,input{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Arial,sans-serif!important}.ck-head h2,.ck-page-header h2,.ck-empty h2,.ck-empty-state h2,.ck-flow-topbar h2{letter-spacing:-.015em!important;color:#111827!important;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:22px!important;font-weight:650!important;line-height:1.25!important}.ck-head p,.ck-page-header p,.ck-empty p,.ck-empty-state p,.ck-card p,.ck-metric-card p{color:#667085!important;font-size:14px!important;font-weight:400!important;line-height:1.45!important}.ck-pill{letter-spacing:0!important;min-height:24px!important;padding:0 9px!important;font-size:12px!important;font-weight:600!important}.ck-card strong,.ck-metric-card strong{letter-spacing:-.015em!important;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:26px!important;font-weight:650!important;line-height:1.1!important}.ck-card span,.ck-metric-card span{color:#667085!important;font-size:13px!important;font-weight:600!important}.ck-card,.ck-metric-card{padding:16px!important}.ck-head,.ck-page-header{min-height:112px!important;padding:18px 20px!important}.ck-primary,.ck-primary-button,.ck-primary-link,.ck-empty button,.ck-empty-state button,.ck-connector-card button{border-radius:10px!important;min-height:38px!important;padding:9px 14px!important;font-size:14px!important;font-weight:600!important}.ck-sidebar-label,.ck-menu a,.ck-flyout-link,.ck-module-link{letter-spacing:0!important;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:14px!important;font-weight:600!important}.ck-sidebar-link{height:38px!important;min-height:38px!important}.ck-sidebar-nav{gap:2px!important}.ck-flyout-head strong{font-size:14px!important;font-weight:600!important}.ck-flyout-head small{font-size:12px!important;font-weight:400!important}.ck-flyout-link{min-height:34px!important;font-size:14px!important;font-weight:400!important}.ck-empty,.ck-empty-state{min-height:360px!important}.ck-empty h2,.ck-empty-state h2{font-size:22px!important;font-weight:650!important}.ck-empty div,.ck-empty-icon{border-radius:22px!important;width:68px!important;height:68px!important;font-size:32px!important}.ck-main,.ck-main-smart{padding:20px!important}.ck-page{gap:14px!important}.ck-grid,.ck-metric-grid{gap:12px!important}.ck-table-head{letter-spacing:0!important;font-size:12px!important;font-weight:600!important}.ck-table-row,.ck-toolbar input,.ck-search input,.ck-ai-panel input{font-size:14px!important}.ck-logo-full,.ck-logo-compact,.ck-logo-full img,.ck-logo-compact img{font-family:initial!important}.ck-dashboard-page{flex-direction:column;gap:14px;display:flex}.ck-dashboard-topbar{justify-content:space-between;align-items:center;gap:16px;min-height:54px;padding-bottom:10px;display:flex}.ck-dashboard-search{border:1px solid var(--border);background:#fff;border-radius:12px;align-items:center;gap:10px;width:min(620px,100%);height:42px;padding:0 12px;display:flex;box-shadow:0 10px 26px #3f14990a}.ck-dashboard-search span{color:#667085;font-size:18px}.ck-dashboard-search input{color:#344054;background:0 0;border:0;outline:0;flex:1}.ck-dashboard-search kbd{border:1px solid var(--border);color:#667085;background:#fbfaff;border-radius:7px;place-items:center;min-width:36px;height:24px;font-size:12px;display:grid}.ck-dashboard-actions{align-items:center;gap:10px;display:flex}.ck-dashboard-actions>button{color:#3f1499;background:#fff;border:0;border-radius:12px;width:38px;height:38px;position:relative;box-shadow:0 8px 22px #3f14990f}.ck-dashboard-actions>button b{color:#fff;background:#6f2dff;border-radius:999px;place-items:center;min-width:18px;height:18px;font-size:10px;display:grid;position:absolute;top:-5px;right:-3px}.ck-company-pill{border:1px solid var(--border);background:#fff;border-radius:14px;align-items:center;gap:10px;height:44px;padding:5px 8px 5px 14px;display:flex}.ck-company-pill strong{color:#1f1a2e;font-size:13px;display:block}.ck-company-pill span{color:#667085;margin-top:2px;font-size:12px;display:block}.ck-company-pill img{object-fit:contain;border-radius:999px;width:34px;height:34px}.ck-dashboard-grid{grid-template-columns:minmax(0,1fr) 318px;gap:14px;display:grid}.ck-dashboard-main{flex-direction:column;gap:14px;min-width:0;display:flex}.ck-welcome-card,.ck-dashboard-card,.ck-ai-side,.ck-dashboard-metric{border:1px solid var(--border);background:#fff;border-radius:16px;box-shadow:0 12px 34px #3f14990f}.ck-welcome-card{justify-content:space-between;align-items:center;gap:16px;min-height:96px;padding:18px 20px;display:flex}.ck-welcome-card h1{color:#111827;margin:0;font-size:21px;line-height:1.2}.ck-welcome-card p{color:#667085;margin:6px 0 0}.ck-welcome-actions{gap:10px;display:flex}.ck-welcome-actions button{border:1px solid var(--border);color:#344054;background:#fff;border-radius:10px;min-height:38px;padding:0 14px;font-weight:600}.ck-dashboard-metrics{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.ck-dashboard-metric{gap:12px;min-height:112px;padding:16px;display:flex;position:relative}.ck-dashboard-metric-icon{color:#6f2dff;background:#6f2dff1a;border-radius:999px;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.ck-dashboard-metric span{color:#667085;font-size:12px}.ck-dashboard-metric strong{color:#1f1a2e;margin-top:4px;font-size:22px;line-height:1.1;display:block}.ck-dashboard-metric p{color:#6f2dff;margin:10px 0 0;font-size:12px;font-weight:600}.ck-dashboard-metric em{color:#12b76a;font-size:12px;font-style:normal;font-weight:700;position:absolute;top:44px;right:14px}.ck-dashboard-two{grid-template-columns:1fr 1fr;gap:14px;display:grid}.ck-dashboard-three{grid-template-columns:1.3fr .9fr .8fr;gap:14px;display:grid}.ck-dashboard-card{min-width:0;padding:16px}.ck-dashboard-card header{justify-content:space-between;align-items:center;gap:12px;display:flex}.ck-dashboard-card h2{color:#111827;margin:0;font-size:15px}.ck-dashboard-card header button{border:1px solid var(--border);color:#344054;background:#fff;border-radius:9px;min-height:30px;padding:0 12px;font-size:12px;font-weight:600}.ck-sla-content,.ck-channel-content{grid-template-columns:190px 1fr;align-items:center;gap:18px;min-height:168px;display:grid}.ck-sla-gauge{background:conic-gradient(from 270deg, #6f2dff 0 72%, #e9d9ff 72% 82%, #ff9aa2 82% 100%);border-radius:148px 148px 20px 20px;align-content:center;place-items:center;width:148px;height:96px;margin:auto;display:grid}.ck-sla-gauge strong{color:#1f1a2e;font-size:26px}.ck-sla-gauge span{color:#667085;font-size:11px}.ck-sla-list p,.ck-channel-list p{color:#475467;justify-content:space-between;align-items:center;gap:8px;margin:10px 0;font-size:12px;display:flex}.ck-sla-list b,.ck-channel-list b{background:#6f2dff;border-radius:999px;width:8px;height:8px}.ck-sla-list .late{background:#ff9aa2}.ck-sla-list .wait{background:#98a2b3}.ck-sla-card footer{border-top:1px solid var(--border);grid-template-columns:repeat(3,1fr);padding-top:12px;display:grid}.ck-sla-card footer div{border-right:1px solid var(--border);padding:0 12px}.ck-sla-card footer div:last-child{border-right:0}.ck-sla-card footer span{color:#667085;font-size:12px;display:block}.ck-sla-card footer strong{color:#1f1a2e;margin-top:4px;font-size:15px;display:block}.ck-donut{background:conic-gradient(#22c55e 0 68%, #a855f7 68% 84%, #0ea5e9 84% 92%, #3b82f6 92% 97%, #f59e0b 97% 100%);border-radius:999px;align-content:center;place-items:center;width:142px;height:142px;margin:auto;display:grid;position:relative}.ck-donut:after{content:"";background:#fff;border-radius:999px;position:absolute;inset:24px}.ck-donut strong,.ck-donut span{z-index:1;position:relative}.ck-donut strong{color:#1f1a2e;font-size:20px}.ck-donut span{color:#667085;font-size:12px}.ck-channel-list b{background:#22c55e}.ck-channel-list .ig{background:#a855f7}.ck-channel-list .web{background:#0ea5e9}.ck-channel-list .fb{background:#3b82f6}.ck-channel-list .mail{background:#f59e0b}.ck-funnel{grid-template-columns:repeat(5,1fr);gap:4px;margin-top:18px;display:grid}.ck-funnel div{clip-path:polygon(0 0,92% 0,100% 50%,92% 100%,0 100%);background:linear-gradient(#f4edff,#fbfaff);padding:14px 10px}.ck-funnel span{color:#6f2dff;font-size:11px;display:block}.ck-funnel strong{color:#1f1a2e;margin-top:8px;font-size:20px;display:block}.ck-funnel small{color:#12b76a;margin-top:8px;font-weight:700;display:block}.ck-funnel-rate{color:#475467;margin:14px 0 8px;font-size:12px}.ck-progress{background:#f4edff;border-radius:999px;height:7px;overflow:hidden}.ck-progress span{background:#6f2dff;width:68%;height:100%;display:block}.ck-activity-list{flex-direction:column;gap:11px;margin-top:16px;display:flex}.ck-activity-list div{grid-template-columns:18px 1fr 44px 62px;align-items:center;gap:8px;display:grid}.ck-activity-list p{color:#475467;margin:0;font-size:12px}.ck-activity-list small{color:#667085;font-size:11px}.ck-activity-list b{color:#6f2dff;background:#f4edff;border-radius:999px;place-items:center;min-height:22px;font-size:10px;display:grid}.ck-dashboard-card a{color:#6f2dff;margin-top:14px;font-size:12px;font-weight:700;display:block}.ck-shortcuts{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px;display:grid}.ck-shortcuts button{color:#6f2dff;background:0 0;border:0;place-items:center;gap:7px;display:grid}.ck-shortcuts svg{width:22px;height:22px}.ck-shortcuts span{color:#344054;font-size:11px;font-weight:600}.ck-ai-side{align-self:start;padding:16px;position:sticky;top:20px}.ck-ai-side header{justify-content:space-between;align-items:center;display:flex}.ck-ai-side h2{color:#6f2dff;margin:0;font-size:16px}.ck-ai-side h2 span{background:#f4edff;border-radius:999px;margin-left:6px;padding:3px 7px;font-size:11px;display:inline-flex}.ck-ai-side header button{color:#6f2dff;background:0 0;border:0}.ck-ai-greeting{background:#fbfaff;border-radius:14px;gap:10px;margin-top:18px;padding:12px;display:flex}.ck-ai-greeting img{object-fit:contain;width:42px;height:42px}.ck-ai-greeting strong{color:#111827;font-size:13px}.ck-ai-greeting p{color:#667085;margin:4px 0 0;font-size:12px}.ck-insight-list{flex-direction:column;gap:10px;margin-top:14px;display:flex}.ck-insight-list article{border:1px solid var(--border);background:#fff;border-radius:13px;padding:12px}.ck-insight-list p{color:#344054;margin:0;font-size:12px;line-height:1.35}.ck-insight-list a{color:#6f2dff;margin-top:6px;font-size:12px;font-weight:700;display:block}.ck-ai-question{color:#fff;background:linear-gradient(135deg,#6f2dff,#8e52ff);border:0;border-radius:12px;width:100%;min-height:42px;margin-top:14px;font-weight:700}@media (max-width:1280px){.ck-dashboard-grid{grid-template-columns:1fr}.ck-ai-side{position:static}.ck-dashboard-metrics{grid-template-columns:repeat(2,1fr)}.ck-dashboard-three,.ck-dashboard-two{grid-template-columns:1fr}}@media (max-width:760px){.ck-dashboard-topbar,.ck-welcome-card,.ck-welcome-actions{flex-direction:column;align-items:stretch}.ck-dashboard-metrics,.ck-sla-content,.ck-channel-content,.ck-funnel{grid-template-columns:1fr}.ck-funnel div{clip-path:none;border-radius:12px}}.ck-dashboard-page{gap:12px!important}.ck-dashboard-topbar{min-height:48px!important;padding-bottom:6px!important}.ck-dashboard-search{border-radius:11px!important;max-width:600px!important;height:38px!important}.ck-dashboard-actions>button{border-radius:10px!important;width:34px!important;height:34px!important}.ck-company-pill{border-radius:12px!important;height:40px!important}.ck-company-pill img{width:30px!important;height:30px!important}.ck-dashboard-grid{grid-template-columns:minmax(0,1fr) 304px!important;gap:12px!important}.ck-dashboard-main{gap:12px!important}.ck-welcome-card{border-radius:15px!important;min-height:82px!important;padding:14px 18px!important}.ck-welcome-card h1{font-size:20px!important;font-weight:650!important}.ck-welcome-card p{font-size:13px!important}.ck-welcome-actions button{border-radius:9px!important;min-height:34px!important;padding:0 12px!important;font-size:13px!important}.ck-dashboard-metrics{gap:9px!important}.ck-dashboard-metric{border-radius:14px!important;gap:9px!important;min-height:100px!important;padding:13px!important}.ck-dashboard-metric-icon{flex-basis:34px!important;width:34px!important;height:34px!important}.ck-dashboard-metric-icon svg{width:18px!important;height:18px!important}.ck-dashboard-metric span{font-size:12px!important;line-height:1.25!important}.ck-dashboard-metric strong{margin-top:3px!important;font-size:21px!important;line-height:1.05!important}.ck-dashboard-metric p{margin-top:7px!important;font-size:12px!important;line-height:1.25!important}.ck-dashboard-metric em{font-size:12px!important;top:42px!important;right:12px!important}.ck-dashboard-two,.ck-dashboard-three{gap:12px!important}.ck-dashboard-card{border-radius:15px!important;padding:14px!important}.ck-dashboard-card h2{font-size:14px!important;font-weight:650!important}.ck-dashboard-card header button{min-height:28px!important;padding:0 10px!important;font-size:12px!important}.ck-sla-content{grid-template-columns:170px 1fr!important;gap:12px!important;min-height:148px!important}.ck-sla-gauge{background:conic-gradient(from 270deg, #6f2dff 0 67%, #e9d9ff 67% 82%, #ff9aa2 82% 100%)!important;border-radius:132px 132px 14px 14px!important;width:132px!important;height:76px!important;position:relative!important;overflow:hidden!important}.ck-sla-gauge:before{content:"";z-index:0;background:#fff;border-radius:80px 80px 10px 10px;height:58px;position:absolute;bottom:-4px;left:22px;right:22px}.ck-sla-gauge strong,.ck-sla-gauge span{z-index:1!important;position:relative!important}.ck-sla-gauge strong{margin-top:15px!important;font-size:21px!important;line-height:1!important}.ck-sla-gauge span{margin-top:3px!important;font-size:10px!important}.ck-sla-list p,.ck-channel-list p{margin:8px 0!important;font-size:12px!important}.ck-sla-card footer{padding-top:10px!important}.ck-sla-card footer span{font-size:11px!important}.ck-sla-card footer strong{font-size:14px!important}.ck-channel-content{grid-template-columns:160px 1fr!important;gap:12px!important;min-height:148px!important}.ck-donut{width:122px!important;height:122px!important}.ck-donut:after{inset:22px!important}.ck-donut strong{font-size:18px!important}.ck-donut span{font-size:11px!important}.ck-funnel{margin-top:14px!important}.ck-funnel div{padding:12px 8px!important}.ck-funnel span{font-size:10.5px!important}.ck-funnel strong{font-size:18px!important}.ck-funnel small{font-size:11px!important}.ck-activity-list{gap:9px!important;margin-top:13px!important}.ck-activity-list div{grid-template-columns:16px 1fr 38px 58px!important}.ck-activity-list p{font-size:12px!important;line-height:1.25!important}.ck-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important;margin-top:14px!important}.ck-shortcuts button{min-width:0!important}.ck-shortcuts span{text-align:center!important;white-space:normal!important;max-width:100%!important;line-height:1.2!important}.ck-ai-side{border-radius:15px!important;padding:14px!important}.ck-ai-side h2{font-size:15px!important}.ck-ai-greeting{border-radius:12px!important;margin-top:14px!important;padding:10px!important}.ck-ai-greeting img{width:36px!important;height:36px!important}.ck-ai-greeting strong{font-size:12.5px!important}.ck-ai-greeting p{font-size:11.5px!important}.ck-insight-list{gap:8px!important;margin-top:12px!important}.ck-insight-list article{border-radius:12px!important;padding:10px!important}.ck-insight-list p,.ck-insight-list a{font-size:11.5px!important}.ck-ai-question{border-radius:11px!important;min-height:38px!important;font-size:13px!important}.ck-support{border-radius:14px!important;min-height:74px!important;font-size:13px!important;right:16px!important}@media (max-width:1360px){.ck-dashboard-grid{grid-template-columns:minmax(0,1fr) 292px!important}.ck-dashboard-metrics{grid-template-columns:repeat(5,minmax(120px,1fr))!important}.ck-dashboard-metric{padding:12px!important}}@media (max-width:1180px){.ck-dashboard-grid{grid-template-columns:1fr!important}.ck-dashboard-metrics{grid-template-columns:repeat(2,1fr)!important}.ck-ai-side{position:static!important}}.ck-customers-page{grid-template-columns:230px minmax(0,1fr);gap:12px;min-height:calc(100vh - 40px);display:grid}.ck-customer-views,.ck-customers-workspace{min-width:0}.ck-customer-views{border:1px solid var(--border);background:#ffffffe0;border-radius:16px;align-self:start;height:calc(100vh - 40px);padding:12px;position:sticky;top:20px;overflow:auto;box-shadow:0 14px 34px #3f14990f}.ck-customer-view-head{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:6px 4px 12px;display:flex}.ck-customer-view-head button{color:#6f2dff;background:#6f2dff1a;border:0;border-radius:10px;flex:0 0 32px;width:32px;height:32px;font-size:18px;font-weight:700}.ck-customer-view-head strong{color:#111827;font-size:14px;display:block}.ck-customer-view-head span{color:#667085;margin-top:2px;font-size:12px;line-height:1.25;display:block}.ck-view-section{border-bottom:1px solid var(--border);padding:12px 0}.ck-view-section p{color:#667085;margin:0 0 8px;font-size:12px;font-weight:650}.ck-view-section button{color:#475467;text-align:left;background:0 0;border:0;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:34px;padding:0 10px;font-size:13px;display:flex}.ck-view-section button:hover,.ck-view-section button.active{color:#6f2dff;background:#6f2dff17}.ck-view-section button b{color:#6f2dff;background:#f4edff;border-radius:999px;place-items:center;min-width:24px;height:20px;font-size:11px;display:grid}.ck-customer-ai-card{background:linear-gradient(135deg,#f4edff,#fff);border:1px solid #6f2dff1f;border-radius:14px;margin-top:12px;padding:12px}.ck-customer-ai-card strong{color:#3f1499;font-size:13px;display:block}.ck-customer-ai-card span{color:#667085;margin-top:6px;font-size:12px;line-height:1.35;display:block}.ck-customers-workspace{flex-direction:column;gap:12px;display:flex}.ck-customers-header{border:1px solid var(--border);background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:18px;min-height:104px;padding:18px 20px;display:flex;box-shadow:0 14px 34px #3f14990f}.ck-customers-pill{color:#3f1499;background:#e9d9ff;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:12px;font-weight:650;display:inline-flex}.ck-customers-header h1{color:#111827;margin:8px 0 5px;font-size:22px;font-weight:650;line-height:1.2}.ck-customers-header p{color:#667085;margin:0;font-size:14px}.ck-customers-header-actions,.ck-customer-actions,.ck-customer-actions>div{align-items:center;gap:8px;display:flex}.ck-primary-action,.ck-secondary-action,.ck-customer-filterbar button,.ck-customer-actions button,.ck-selection-bar button,.ck-customers-footer button,.ck-customer-row-actions button,.ck-drawer-actions button{border:1px solid var(--border);color:#344054;background:#fff;border-radius:10px;min-height:34px;padding:0 12px;font-size:13px;font-weight:600}.ck-primary-action{color:#fff;background:linear-gradient(135deg,#6f2dff,#8e52ff);border-color:#0000;box-shadow:0 12px 24px #6f2dff29}.ck-customer-filterbar{border:1px solid var(--border);background:#fff;border-radius:14px;grid-template-columns:auto minmax(240px,1fr) auto auto;gap:8px;padding:10px;display:grid;box-shadow:0 10px 28px #3f14990a}.ck-customer-filterbar button{align-items:center;gap:7px;display:inline-flex}.ck-customer-filterbar svg{color:#6f2dff;width:16px;height:16px}.ck-customer-search{border:1px solid var(--border);background:#fbfaff;border-radius:10px;align-items:center;gap:8px;min-height:34px;padding:0 10px;display:flex}.ck-customer-search span{color:#667085}.ck-customer-search input{color:#344054;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:13px}.ck-customer-actions{border:1px solid var(--border);background:#fff;border-radius:14px;justify-content:space-between;padding:10px}.ck-customer-actions button:disabled{opacity:.45;cursor:not-allowed}.ck-selection-bar{background:#f8f5ff;border:1px solid #6f2dff33;border-radius:13px;align-items:center;gap:8px;min-height:42px;padding:8px 10px;display:flex}.ck-selection-bar strong{color:#6f2dff}.ck-selection-bar span{color:#667085;margin-right:auto;font-size:13px}.ck-customers-table-card{border:1px solid var(--border);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 14px 34px #3f14990f}.ck-customers-table{min-width:1080px}.ck-customers-table-head,.ck-customers-table-row{grid-template-columns:42px 190px minmax(230px,1.3fr) 210px 110px 150px 180px 120px;align-items:center;gap:10px;padding:12px 14px;display:grid}.ck-customers-table-head{border-bottom:1px solid var(--border);color:#667085;background:#fbfaff;font-size:12px;font-weight:650}.ck-customers-table-row{border-bottom:1px solid var(--border);color:#344054;min-height:78px;font-size:13px}.ck-customers-table-row:last-child{border-bottom:0}.ck-customer-name-cell{align-items:center;gap:10px;display:flex}.ck-customer-avatar{color:#6f2dff;background:#f4edff;border-radius:12px;place-items:center;width:36px;height:36px;font-weight:800;display:grid}.ck-customer-name-cell strong{color:#111827;font-size:13px;display:block}.ck-customer-name-cell small,.ck-customer-identifier small{color:#667085;margin-top:3px;font-size:12px;display:block}.ck-customer-identifier span{color:#344054;line-height:1.35;display:block}.ck-customer-row-actions{flex-wrap:wrap;gap:6px;display:flex}.ck-customer-row-actions button{min-height:28px;padding:0 9px;font-size:12px}.ck-channel-badge{color:#6f2dff;background:#f4edff;border-radius:999px;width:fit-content;padding:5px 8px;font-size:12px;font-weight:650}.ck-social-cell,.ck-last-interaction{color:#475467;font-size:12px}.ck-status-tags>span{color:#111827;font-size:12px;font-weight:650;display:block}.ck-status-tags div,.ck-drawer-tags{flex-wrap:wrap;gap:5px;margin-top:6px;display:flex}.ck-status-tags b,.ck-drawer-tags b{color:#6f2dff;background:#f4edff;border-radius:999px;padding:4px 7px;font-size:10.5px}.ck-customers-footer{border-top:1px solid var(--border);color:#667085;align-items:center;gap:12px;min-height:46px;padding:10px 14px;font-size:12px;display:flex}.ck-customers-footer span:nth-child(2){margin-left:auto}.ck-customers-footer div{gap:6px;display:flex}.ck-customer-drawer,.ck-filter-drawer{z-index:1000;pointer-events:none;position:fixed;inset:0}.ck-drawer-overlay{pointer-events:auto;background:#0f172a38;position:absolute;inset:0}.ck-drawer-panel{pointer-events:auto;background:#fff;width:min(420px,92vw);height:100%;padding:18px;position:absolute;top:0;right:0;overflow:auto;box-shadow:-18px 0 50px #0f172a29}.ck-drawer-panel header{border-bottom:1px solid var(--border);justify-content:space-between;gap:12px;padding-bottom:14px;display:flex}.ck-drawer-panel header span{color:#6f2dff;font-size:12px;font-weight:650;display:block}.ck-drawer-panel header h2{color:#111827;margin:4px 0 0;font-size:20px}.ck-drawer-panel header button{color:#6f2dff;background:#f4edff;border:0;border-radius:10px;width:32px;height:32px;font-size:20px}.ck-drawer-profile{text-align:center;place-items:center;gap:6px;padding:22px 0;display:grid}.ck-drawer-avatar{color:#fff;background:linear-gradient(135deg,#6f2dff,#8e52ff);border-radius:20px;place-items:center;width:62px;height:62px;font-size:26px;font-weight:800;display:grid}.ck-drawer-profile strong{color:#111827;font-size:17px}.ck-drawer-profile span{color:#667085;font-size:13px}.ck-drawer-panel section{border-top:1px solid var(--border);padding:14px 0}.ck-drawer-panel section h3{color:#111827;margin:0 0 8px;font-size:14px}.ck-drawer-panel section p{color:#475467;margin:6px 0;font-size:13px;line-height:1.45}.ck-drawer-actions{border-top:1px solid var(--border);flex-wrap:wrap;gap:8px;padding-top:14px;display:flex}.ck-drawer-actions button:first-child{color:#fff;background:linear-gradient(135deg,#6f2dff,#8e52ff);border-color:#0000}.ck-filter-form{gap:12px;padding:18px 0;display:grid}.ck-filter-form label{color:#344054;gap:6px;font-size:13px;font-weight:650;display:grid}.ck-filter-form input,.ck-filter-form select{border:1px solid var(--border);color:#344054;background:#fff;border-radius:10px;outline:0;min-height:38px;padding:0 10px}@media (max-width:1180px){.ck-customers-page{grid-template-columns:1fr}.ck-customer-views{height:auto;position:static}.ck-view-section{gap:6px;display:flex;overflow:auto}.ck-view-section p{display:none}.ck-view-section button{min-width:max-content}.ck-customer-filterbar{grid-template-columns:1fr}.ck-customer-actions,.ck-customer-actions>div,.ck-customers-header{flex-direction:column;align-items:stretch}.ck-customers-table-card{overflow-x:auto}}@media (max-width:760px){.ck-customers-header h1{font-size:20px}.ck-customers-table{min-width:0}.ck-customers-table-head{display:none}.ck-customers-table-row{grid-template-columns:28px 1fr;align-items:flex-start}.ck-customers-table-row>:nth-child(n+4){grid-column:2}.ck-customer-row-actions{margin-top:8px}.ck-customers-footer{flex-direction:column;align-items:flex-start}.ck-customers-footer span:nth-child(2){margin-left:0}}.ck-campaigns-page{flex-direction:column;gap:12px;min-height:calc(100vh - 40px);display:flex}.ck-campaigns-header{border:1px solid var(--border);background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:18px;min-height:104px;padding:18px 20px;display:flex;box-shadow:0 14px 34px #3f14990f}.ck-campaigns-pill{color:#3f1499;background:#e9d9ff;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:12px;font-weight:650;display:inline-flex}.ck-campaigns-header h1{color:#111827;margin:8px 0 5px;font-size:22px;font-weight:650;line-height:1.2}.ck-campaigns-header p{color:#667085;margin:0;font-size:14px}.ck-campaigns-header-actions,.ck-campaign-actionbar,.ck-campaign-actionbar>div{align-items:center;gap:8px;display:flex}.ck-campaigns-header-actions button,.ck-campaign-actionbar button,.ck-campaign-filterbar button,.ck-campaign-row-actions button,.ck-campaign-table-footer button,.ck-feature-banner button,.ck-template-modal-panel button,.ck-template-editor-panel button,.ck-template-button-options button,.ck-template-ai-side button,.ck-ai-prompt-buttons button,.ck-campaign-stats-grid button{border:1px solid var(--border);color:#344054;background:#fff;border-radius:10px;min-height:34px;padding:0 12px;font-size:13px;font-weight:600}.ck-primary-campaign-action{box-shadow:0 12px 24px #6f2dff29;color:#fff!important;background:linear-gradient(135deg,#6f2dff,#8e52ff)!important;border-color:#0000!important}.ck-campaigns-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.ck-campaigns-summary article{border:1px solid var(--border);background:#fff;border-radius:15px;min-height:96px;padding:14px;box-shadow:0 12px 30px #3f14990d}.ck-campaigns-summary span{color:#667085;font-size:12px;font-weight:650;display:block}.ck-campaigns-summary strong{color:#3f1499;margin-top:7px;font-size:24px;line-height:1.1;display:block}.ck-campaigns-summary p{color:#6f2dff;margin:7px 0 0;font-size:12px;font-weight:600}.ck-campaigns-layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:12px;display:grid}.ck-campaigns-workspace{flex-direction:column;gap:12px;min-width:0;display:flex}.ck-campaign-tabs{border:1px solid var(--border);background:#fff;border-radius:14px;align-items:center;gap:6px;padding:8px;display:flex;overflow:auto}.ck-campaign-tabs button,.ck-template-channels button{color:#475467;white-space:nowrap;background:0 0;border:0;border-radius:10px;min-height:34px;padding:0 12px;font-size:13px;font-weight:650}.ck-campaign-tabs button.active,.ck-template-channels button.active,.ck-campaign-tabs button:hover,.ck-template-channels button:hover{color:#6f2dff;background:#f4edff}.ck-campaign-filterbar{border:1px solid var(--border);background:#fff;border-radius:14px;grid-template-columns:minmax(260px,1fr) auto auto auto auto;gap:8px;padding:10px;display:grid}.ck-campaign-search{border:1px solid var(--border);background:#fbfaff;border-radius:10px;align-items:center;gap:8px;min-height:34px;padding:0 10px;display:flex}.ck-campaign-search span{color:#667085}.ck-campaign-search input{color:#344054;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:13px}.ck-campaign-actionbar{border:1px solid var(--border);background:#fff;border-radius:14px;justify-content:space-between;padding:10px}.ck-campaign-table-card{border:1px solid var(--border);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 14px 34px #3f14990f}.ck-campaign-table,.ck-template-table,.ck-recurring-table{min-width:1080px}.ck-campaign-table-head,.ck-campaign-table-row{grid-template-columns:minmax(210px,1.4fr) 110px 120px minmax(180px,1fr) 80px 80px 80px 80px 80px 150px;align-items:center;gap:10px;padding:12px 14px;display:grid}.ck-campaign-table-head,.ck-template-head,.ck-recurring-head{border-bottom:1px solid var(--border);color:#667085;background:#fbfaff;font-size:12px;font-weight:650}.ck-campaign-table-row,.ck-template-row,.ck-recurring-row{border-bottom:1px solid var(--border);color:#344054;min-height:72px;font-size:13px}.ck-campaign-table-row:last-child,.ck-template-row:last-child,.ck-recurring-row:last-child{border-bottom:0}.ck-campaign-table-row strong,.ck-template-row strong,.ck-recurring-row strong{color:#111827;font-size:13px;display:block}.ck-campaign-table-row small,.ck-template-row small{color:#667085;margin-top:3px;font-size:12px;display:block}.ck-campaign-status,.ck-channel-pill{color:#6f2dff;background:#f4edff;border-radius:999px;width:fit-content;padding:5px 8px;font-size:12px;font-weight:650}.ck-campaign-row-actions{flex-wrap:wrap;gap:6px;display:flex}.ck-campaign-row-actions button{min-height:28px;padding:0 9px;font-size:12px}.ck-campaign-table-footer{border-top:1px solid var(--border);color:#667085;align-items:center;gap:12px;min-height:46px;padding:10px 14px;font-size:12px;display:flex}.ck-campaign-table-footer span:nth-child(2){margin-left:auto}.ck-campaign-table-footer div{gap:6px;display:flex}.ck-campaign-ai-panel{border:1px solid var(--border);background:#fff;border-radius:16px;padding:14px;position:sticky;top:20px;box-shadow:0 14px 34px #3f14990f}.ck-campaign-ai-panel header{justify-content:space-between;gap:10px;display:flex}.ck-campaign-ai-panel h2{color:#6f2dff;margin:0;font-size:15px}.ck-campaign-ai-panel header span{color:#6f2dff;background:#f4edff;border-radius:999px;margin-top:6px;padding:3px 7px;font-size:11px;font-weight:650;display:inline-flex}.ck-campaign-ai-panel header button{color:#6f2dff;background:#fbfaff;border:0;border-radius:9px;width:28px;height:28px}.ck-campaign-ai-panel section{border-top:1px solid var(--border);margin-top:14px;padding:14px 0}.ck-campaign-ai-panel section strong{color:#111827;font-size:13px;display:block}.ck-campaign-ai-panel section p{color:#667085;margin:7px 0 0;font-size:12px;line-height:1.4}.ck-ai-prompt-buttons{gap:8px;margin-top:12px;display:grid}.ck-ai-prompt-buttons button{text-align:left;justify-content:flex-start;width:100%}.ck-ai-score{background:#fbfaff;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;margin-top:10px;padding:10px;display:flex}.ck-ai-score span{color:#667085;font-size:12px}.ck-ai-score b{color:#3f1499;font-size:13px}.ck-ai-generate-button{color:#fff;background:linear-gradient(135deg,#6f2dff,#8e52ff);border:0;border-radius:11px;width:100%;min-height:38px;font-weight:700}.ck-campaign-feature-banner{background:linear-gradient(135deg,#f8f5ff,#fff);border:1px solid #6f2dff2e;border-radius:15px;justify-content:space-between;gap:16px;padding:16px;display:flex}.ck-campaign-feature-banner strong{color:#3f1499;font-size:14px}.ck-campaign-feature-banner p{color:#667085;margin:6px 0 0;font-size:13px}.ck-recurring-head,.ck-recurring-row{grid-template-columns:minmax(220px,1fr) 110px 110px minmax(180px,1fr) minmax(180px,1fr) 150px;align-items:center;gap:10px;padding:12px 14px;display:grid}.ck-recurring-row div{gap:6px;display:flex}.ck-recurring-row button{border:1px solid var(--border);color:#344054;background:#fff;border-radius:9px;min-height:28px;font-size:12px}.ck-template-channels{border:1px solid var(--border);background:#fff;border-radius:14px;gap:6px;padding:8px;display:flex;overflow:auto}.ck-template-head,.ck-template-row{grid-template-columns:minmax(180px,1.2fr) 110px 150px 150px 110px minmax(240px,1.4fr) 90px 100px 130px;align-items:center;gap:10px;padding:12px 14px;display:grid}.ck-template-row p{color:#475467;margin:0;font-size:12px;line-height:1.35}.ck-template-tags{flex-wrap:wrap;gap:5px;display:flex}.ck-template-tags b{color:#6f2dff;background:#f4edff;border-radius:999px;padding:4px 7px;font-size:10.5px}.ck-campaign-stats-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.ck-campaign-stats-grid article{border:1px solid var(--border);background:#fff;border-radius:16px;padding:16px;box-shadow:0 14px 34px #3f14990f}.ck-campaign-stats-grid h2{color:#111827;margin:0 0 14px;font-size:15px}.ck-campaign-stats-grid p{color:#475467;font-size:13px;line-height:1.45}.ck-campaign-bars{gap:12px;display:grid}.ck-campaign-bars p{grid-template-columns:90px 1fr 44px;align-items:center;gap:10px;margin:0;display:grid}.ck-campaign-bars b{background:linear-gradient(90deg,#6f2dff,#8e52ff);border-radius:999px;height:8px}.ck-campaign-bars strong{color:#3f1499;font-size:12px}.ck-template-modal,.ck-template-editor-modal{z-index:1000;pointer-events:none;position:fixed;inset:0}.ck-template-modal-overlay{pointer-events:auto;background:#0f172a42;position:absolute;inset:0}.ck-template-modal-panel{pointer-events:auto;background:#fff;border-radius:18px;width:min(620px,92vw);padding:18px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 24px 70px #0f172a38}.ck-template-modal-panel header{border-bottom:1px solid var(--border);justify-content:space-between;gap:16px;padding-bottom:14px;display:flex}.ck-template-modal-panel header span,.ck-template-editor-panel header span{color:#6f2dff;font-size:12px;font-weight:650;display:block}.ck-template-modal-panel h2,.ck-template-editor-panel h2{color:#111827;margin:5px 0 0;font-size:20px}.ck-template-modal-panel header p{color:#667085;margin:6px 0 0;font-size:13px}.ck-template-modal-panel header>button{width:32px;height:32px;padding:0;font-size:20px}.ck-template-channel-grid{grid-template-columns:repeat(5,1fr);gap:10px;margin-top:16px;display:grid}.ck-template-channel-grid button{align-content:center;place-items:center;gap:8px;min-height:120px;padding:12px;display:grid}.ck-template-channel-grid span{color:#6f2dff;background:#f4edff;border-radius:13px;place-items:center;width:38px;height:38px;display:grid}.ck-template-channel-grid strong{color:#111827;font-size:13px}.ck-template-channel-grid small{color:#667085;font-size:11px}.ck-template-editor-panel{pointer-events:auto;background:#fff;border-radius:18px;flex-direction:column;display:flex;position:absolute;inset:24px;overflow:hidden;box-shadow:0 24px 70px #0f172a38}.ck-template-editor-panel>header{border-bottom:1px solid var(--border);grid-template-columns:120px 1fr auto;align-items:center;gap:14px;min-height:72px;padding:14px 18px;display:grid}.ck-template-editor-body{grid-template-columns:minmax(0,1fr) 360px;gap:16px;padding:16px;display:grid;overflow:auto}.ck-template-form{flex-direction:column;gap:12px;display:flex}.ck-template-form section{border:1px solid var(--border);background:#fff;border-radius:15px;padding:14px}.ck-template-warning{background:linear-gradient(135deg,#f8f5ff,#fff)!important}.ck-template-form h3{color:#111827;margin:0 0 12px;font-size:14px}.ck-template-form label{color:#344054;gap:6px;margin-top:10px;font-size:13px;font-weight:650;display:grid}.ck-template-form input,.ck-template-form select,.ck-template-form textarea{border:1px solid var(--border);color:#344054;background:#fff;border-radius:10px;outline:0;width:100%;min-height:38px;padding:0 10px}.ck-template-form textarea{resize:vertical;min-height:110px;padding:10px}.ck-template-button-options{flex-wrap:wrap;gap:8px;display:flex}.ck-template-preview-side{flex-direction:column;gap:12px;display:flex}.ck-phone-preview{background:#111827;border-radius:34px;width:100%;min-height:520px;padding:18px;box-shadow:0 20px 60px #0f172a29}.ck-phone-top{background:#020617;border-radius:999px;width:92px;height:22px;margin:0 auto 18px}.ck-phone-chat{background:linear-gradient(#f8f5ff,#fff);border-radius:24px;min-height:440px;padding:16px}.ck-phone-message{background:#fff;border-radius:16px 16px 16px 4px;max-width:240px;padding:12px;box-shadow:0 8px 24px #3f149914}.ck-phone-message strong{color:#111827;font-size:13px;display:block}.ck-phone-message p{color:#344054;margin:7px 0;font-size:12px;line-height:1.4}.ck-phone-message small{color:#667085;font-size:11px}.ck-phone-chat button{color:#fff;background:#6f2dff;border:0;border-radius:999px;min-height:34px;margin-top:12px;padding:0 14px;font-size:12px}.ck-template-ai-side{border:1px solid var(--border);background:#fff;border-radius:15px;padding:14px}.ck-template-ai-side strong{color:#3f1499;font-size:14px}.ck-template-ai-side p{color:#667085;font-size:12px;line-height:1.4}.ck-template-ai-side button{width:100%;margin-top:8px}@media (max-width:1280px){.ck-campaigns-layout{grid-template-columns:1fr}.ck-campaign-ai-panel{position:static}.ck-campaigns-summary{grid-template-columns:repeat(2,1fr)}.ck-campaign-table-card{overflow-x:auto}}@media (max-width:900px){.ck-campaigns-header,.ck-campaign-actionbar,.ck-campaign-actionbar>div,.ck-campaigns-header-actions,.ck-campaign-feature-banner{flex-direction:column;align-items:stretch}.ck-campaign-filterbar,.ck-campaigns-summary,.ck-template-channel-grid{grid-template-columns:1fr}.ck-template-editor-panel{inset:10px}.ck-template-editor-panel>header,.ck-template-editor-body{grid-template-columns:1fr}}.ck-lk04-page{flex-direction:column;gap:10px;min-height:calc(100vh - 40px);display:flex}.ck-lk04-topbar{border:1px solid var(--border);background:#fff;border-radius:16px;grid-template-columns:minmax(260px,1fr) auto auto;align-items:center;gap:14px;min-height:72px;padding:12px 16px;display:grid;box-shadow:0 12px 30px #3f14990d}.ck-lk04-topbar span,.ck-lk04-config header span,.ck-lk04-modal header span{color:#6f2dff;font-size:12px;font-weight:650;display:block}.ck-lk04-topbar h1{color:#111827;margin:4px 0 0;font-size:20px;font-weight:650;line-height:1.2}.ck-lk04-status{background:#fbfaff;border-radius:12px;gap:2px;padding:8px 12px;display:grid}.ck-lk04-status b{color:#6f2dff;font-size:13px}.ck-lk04-status small{color:#667085;font-size:11px}.ck-lk04-actions{align-items:center;gap:8px;display:flex}.ck-lk04-page button{border:1px solid var(--border);color:#344054;background:#fff;border-radius:10px;min-height:32px;padding:0 11px;font-size:12.5px;font-weight:600}.ck-lk04-page button.primary,.ck-lk04-page .primary{box-shadow:0 12px 24px #6f2dff29;color:#fff!important;background:linear-gradient(135deg,#6f2dff,#8e52ff)!important;border-color:#0000!important}.ck-lk04-page .full{width:100%}.ck-lk04-shell{grid-template-columns:220px minmax(0,1fr) 300px;gap:10px;min-height:calc(100vh - 122px);display:grid}.ck-lk04-palette,.ck-lk04-canvas-card,.ck-lk04-config{border:1px solid var(--border);background:#fff;border-radius:16px;min-width:0;box-shadow:0 12px 30px #3f14990d}.ck-lk04-palette{padding:12px;overflow:auto}.ck-lk04-palette header{border-bottom:1px solid var(--border);padding-bottom:10px}.ck-lk04-palette header strong{color:#111827;font-size:14px;display:block}.ck-lk04-palette header span{color:#667085;margin-top:3px;font-size:12px;display:block}.ck-lk04-palette section{border-bottom:1px solid var(--border);padding:12px 0}.ck-lk04-palette p{color:#667085;margin:0 0 8px;font-size:12px;font-weight:650}.ck-lk04-palette button{text-align:left;justify-content:flex-start;align-items:center;gap:8px;width:100%;min-height:36px;margin-top:6px;display:flex}.ck-lk04-palette button svg{color:#6f2dff;width:16px;height:16px}.ck-lk04-palette button.ai{color:#3f1499;background:#f8f5ff}.ck-lk04-canvas-card{grid-template-rows:auto minmax(0,1fr) auto;display:grid;overflow:hidden}.ck-lk04-canvas-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:14px;min-height:56px;padding:10px 12px;display:flex}.ck-lk04-canvas-head strong{color:#111827;font-size:14px;display:block}.ck-lk04-canvas-head span{color:#667085;margin-top:3px;font-size:12px;display:block}.ck-lk04-canvas-head div:last-child{gap:6px;display:flex}.ck-lk04-canvas{background-color:#f7f9fc;background-image:radial-gradient(circle,#6f2dff1f 1px,#0000 1px),none;background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:24px 24px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;min-height:520px;position:relative;overflow:auto}.ck-lk04-board{transform-origin:0 0;width:1220px;height:460px;position:relative}.ck-lk04-lines{pointer-events:none;position:absolute;inset:0}.ck-lk04-lines path{fill:none;stroke-width:3px;stroke-linecap:round}.ck-lk04-lines .draft{stroke:#98a2b3;stroke-dasharray:8 8}.ck-lk04-node{border:1px solid var(--border);text-align:left;background:#fff;border-radius:16px;width:220px;min-height:112px;padding:12px;transition:all .14s;position:absolute;box-shadow:0 14px 34px #3f149914}.ck-lk04-node:hover,.ck-lk04-node.selected{border-color:#6f2dff73;transform:translateY(-1px);box-shadow:0 18px 46px #6f2dff29}.ck-lk04-node.trigger{border-top:4px solid #2e90fa}.ck-lk04-node.condition{border-top:4px solid #f79009}.ck-lk04-node.action{border-top:4px solid #6f2dff}.ck-lk04-node.ai{background:linear-gradient(#fff,#fbfaff);border-top:4px solid #8e52ff}.ck-lk04-node>span{color:#6f2dff;background:#f4edff;border-radius:999px;align-items:center;min-height:22px;padding:0 8px;font-size:11px;font-weight:650;display:inline-flex}.ck-lk04-node strong{color:#111827;margin-top:9px;font-size:14px;display:block}.ck-lk04-node p{color:#667085;margin:5px 0 0;font-size:12px;line-height:1.35}.ck-lk04-node .outputs{gap:6px;margin-top:10px;display:flex}.ck-lk04-node .outputs b{color:#3f1499;background:#f8f5ff;border-radius:999px;padding:4px 7px;font-size:10px}.ck-lk04-add-node{min-height:36px;position:absolute;top:360px;left:520px;box-shadow:0 18px 38px #6f2dff3d;color:#fff!important;background:linear-gradient(135deg,#6f2dff,#8e52ff)!important;border:0!important;border-radius:999px!important;padding:0 16px!important;font-weight:700!important}.ck-lk04-bottom{border-top:1px solid var(--border);background:#fff;align-items:center;gap:8px;min-height:48px;padding:8px 12px;display:flex}.ck-lk04-config{padding:12px;overflow:auto}.ck-lk04-config header{border-bottom:1px solid var(--border);justify-content:space-between;gap:12px;padding-bottom:12px;display:flex}.ck-lk04-config header h2{color:#111827;margin:4px 0 0;font-size:16px}.ck-lk04-config section{border-bottom:1px solid var(--border);padding:14px 0}.ck-lk04-config h3{color:#111827;margin:0 0 10px;font-size:13px}.ck-lk04-config label{color:#344054;gap:6px;margin-top:10px;font-size:12px;font-weight:650;display:grid}.ck-lk04-config input,.ck-lk04-config select,.ck-lk04-config textarea{border:1px solid var(--border);color:#344054;background:#fff;border-radius:10px;outline:0;width:100%;min-height:36px;padding:0 10px;font-size:13px}.ck-lk04-config textarea{min-height:82px;padding:10px}.ck-lk04-config p.ok,.ck-lk04-config p.warning{border-radius:10px;margin:8px 0;padding:9px 10px;font-size:12px}.ck-lk04-config p.ok{color:#027a48;background:#ecfdf3}.ck-lk04-config p.warning{color:#b54708;background:#fffaeb}.ck-lk04-modal{z-index:1000;pointer-events:none;position:fixed;inset:0}.ck-lk04-modal .overlay{pointer-events:auto;background:#0f172a3d;position:absolute;inset:0}.ck-lk04-modal .panel{pointer-events:auto;background:#fff;border-radius:18px;width:min(760px,92vw);max-height:88vh;padding:18px;position:absolute;top:50%;left:50%;overflow:auto;transform:translate(-50%,-50%);box-shadow:0 24px 70px #0f172a38}.ck-lk04-modal .panel.wide{width:min(980px,94vw)}.ck-lk04-modal .panel.sandbox{width:min(920px,94vw)}.ck-lk04-modal header{border-bottom:1px solid var(--border);justify-content:space-between;gap:16px;padding-bottom:14px;display:flex}.ck-lk04-modal h2{color:#111827;margin:5px 0 0;font-size:20px}.ck-lk04-modal p{color:#667085;margin:6px 0 0;font-size:13px;line-height:1.4}.ck-lk04-modal header>button{width:32px;height:32px;padding:0;font-size:20px}.ck-lk04-modal .steps{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px;display:grid}.ck-lk04-modal .steps article{border:1px solid var(--border);background:#fbfaff;border-radius:15px;padding:14px}.ck-lk04-modal .steps b{color:#fff;background:#6f2dff;border-radius:999px;place-items:center;width:30px;height:30px;display:grid}.ck-lk04-modal .steps strong{color:#111827;margin-top:10px;font-size:14px;display:block}.ck-lk04-modal .templates{grid-template-columns:repeat(2,1fr);gap:8px;margin-top:16px;display:grid}.ck-lk04-modal footer{border-top:1px solid var(--border);justify-content:flex-end;gap:8px;margin-top:16px;padding-top:14px;display:flex}.ck-lk04-modal .modal-search{border:1px solid var(--border);background:#fbfaff;border-radius:11px;align-items:center;gap:8px;min-height:38px;margin-top:14px;padding:0 10px;display:flex}.ck-lk04-modal .modal-search input{background:0 0;border:0;outline:0;flex:1}.ck-lk04-modal .option-grid{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px;display:grid}.ck-lk04-modal .option-grid button{text-align:center;align-content:center;place-items:center;gap:7px;min-height:126px;padding:12px;display:grid}.ck-lk04-modal .option-grid button span{color:#6f2dff;background:#f4edff;border-radius:12px;place-items:center;width:36px;height:36px;display:grid}.ck-lk04-modal .option-grid strong{color:#111827;font-size:13px}.ck-lk04-modal .option-grid small{color:#667085;font-size:11px;line-height:1.3}.ck-lk04-modal .columns{grid-template-columns:.9fr 1.1fr 1.1fr;gap:12px;margin-top:14px;display:grid}.ck-lk04-modal .columns section{border:1px solid var(--border);border-radius:15px;padding:12px}.ck-lk04-modal .columns h3{color:#111827;margin:0 0 10px;font-size:14px}.ck-lk04-modal .columns button{text-align:left;grid-template-columns:22px 1fr;align-items:center;gap:8px;width:100%;min-height:42px;margin-top:7px;display:grid}.ck-lk04-modal .columns button small{color:#667085;grid-column:2;font-size:11px;font-weight:400}.ck-lk04-modal .columns button.ai{background:#fbfaff}.ck-lk04-modal .sandbox-body{grid-template-columns:minmax(0,1fr) 310px;gap:14px;margin-top:16px;display:grid}.ck-lk04-modal .chat,.ck-lk04-modal .logs{border:1px solid var(--border);border-radius:16px;overflow:hidden}.ck-lk04-modal .chat-window{background:linear-gradient(#f8f5ff,#fff);min-height:360px;padding:16px}.ck-lk04-modal .bubble{color:#344054;background:#fff;border-radius:16px;max-width:70%;margin-bottom:10px;padding:10px 12px;font-size:13px;box-shadow:0 8px 22px #3f14990f}.ck-lk04-modal .bubble.client{color:#fff;background:#6f2dff;margin-left:auto}.ck-lk04-modal .chat-input{border-top:1px solid var(--border);grid-template-columns:1fr auto;gap:8px;padding:10px;display:grid}.ck-lk04-modal .chat-input input{border:1px solid var(--border);border-radius:10px;outline:0;min-height:36px;padding:0 10px}.ck-lk04-modal .logs{padding:14px}.ck-lk04-modal .logs h3{color:#111827;margin:0 0 12px;font-size:14px}.ck-lk04-modal .logs p{border-radius:10px;margin:8px 0;padding:9px 10px;font-size:12px}.ck-lk04-modal .logs .ok{color:#027a48;background:#ecfdf3}.ck-lk04-modal .logs .warning{color:#b54708;background:#fffaeb}@media (max-width:1280px){.ck-lk04-shell{grid-template-columns:1fr}.ck-lk04-palette{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.ck-lk04-palette header{grid-column:1/-1}}@media (max-width:900px){.ck-lk04-topbar,.ck-lk04-modal .steps,.ck-lk04-modal .templates,.ck-lk04-modal .option-grid,.ck-lk04-modal .columns,.ck-lk04-modal .sandbox-body{grid-template-columns:1fr}.ck-lk04-actions,.ck-lk04-bottom,.ck-lk04-canvas-head{flex-wrap:wrap}.ck-lk04-palette{grid-template-columns:1fr}}.ck-lk05-page{grid-template-columns:240px minmax(0,1fr);gap:12px;min-height:calc(100vh - 40px);display:grid}.ck-lk05-sidebar{border:1px solid var(--border);background:#ffffffeb;border-radius:16px;align-self:start;height:calc(100vh - 40px);padding:12px;position:sticky;top:20px;overflow:auto;box-shadow:0 14px 34px #3f14990f}.ck-lk05-brand{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:6px 4px 12px;display:flex}.ck-lk05-brand>span{color:#6f2dff;background:#f4edff;border-radius:11px;place-items:center;width:34px;height:34px;display:grid}.ck-lk05-brand strong{color:#111827;font-size:14px;display:block}.ck-lk05-brand small{color:#667085;margin-top:2px;font-size:12px;display:block}.ck-lk05-sidebar nav{gap:5px;padding:12px 0;display:grid}.ck-lk05-sidebar nav button{color:#475467;text-align:left;background:0 0;border:0;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;min-height:36px;padding:0 10px;font-size:13px;font-weight:600;display:flex}.ck-lk05-sidebar nav button:hover,.ck-lk05-sidebar nav button.active{color:#6f2dff;background:#f4edff}.ck-lk05-sidebar nav b{color:#fff;background:#6f2dff;border-radius:999px;padding:3px 7px;font-size:10px}.ck-lk05-side-card{background:linear-gradient(135deg,#f8f5ff,#fff);border:1px solid #6f2dff24;border-radius:14px;margin-top:10px;padding:12px}.ck-lk05-side-card strong{color:#3f1499;font-size:13px}.ck-lk05-side-card p{color:#667085;margin:6px 0 0;font-size:12px;line-height:1.35}.ck-lk05-workspace{flex-direction:column;gap:12px;min-width:0;display:flex}.ck-lk05-header{border:1px solid var(--border);background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:18px;min-height:104px;padding:18px 20px;display:flex;box-shadow:0 14px 34px #3f14990f}.ck-lk05-pill{color:#3f1499;background:#e9d9ff;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:12px;font-weight:650;display:inline-flex}.ck-lk05-header h1{color:#111827;margin:8px 0 5px;font-size:22px;font-weight:650;line-height:1.2}.ck-lk05-header p{color:#667085;margin:0;font-size:14px}.ck-lk05-header-actions{align-items:center;gap:8px;display:flex}.ck-lk05-page button{border:1px solid var(--border);color:#344054;background:#fff;border-radius:10px;min-height:34px;padding:0 12px;font-size:13px;font-weight:600}.ck-lk05-page button.primary,.ck-lk05-page .primary{box-shadow:0 12px 24px #6f2dff29;color:#fff!important;background:linear-gradient(135deg,#6f2dff,#8e52ff)!important;border-color:#0000!important}.ck-lk05-filters{border:1px solid var(--border);background:#fff;border-radius:14px;align-items:center;gap:8px;padding:10px;display:flex;overflow:auto}.ck-lk05-filters button{min-width:max-content}.ck-lk05-filters button.active{color:#6f2dff;background:#f4edff}.ck-lk05-copilot-layout{grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:12px;display:grid}.ck-lk05-copilot-main,.ck-lk05-insights,.ck-lk05-card,.ck-lk05-table-card,.ck-lk05-premium{border:1px solid var(--border);background:#fff;border-radius:16px;box-shadow:0 14px 34px #3f14990f}.ck-lk05-copilot-main{padding:16px}.ck-lk05-copilot-hero{background:linear-gradient(135deg,#f8f5ff,#fff);border:1px solid #6f2dff1f;border-radius:15px;gap:14px;padding:16px;display:flex}.ck-lk05-copilot-hero img{object-fit:contain;width:54px;height:54px}.ck-lk05-copilot-hero h2{color:#111827;margin:0;font-size:20px}.ck-lk05-copilot-hero p{color:#667085;margin:6px 0 0;font-size:13px;line-height:1.45}.ck-lk05-copilot-input{gap:10px;margin-top:14px;display:grid}.ck-lk05-copilot-input textarea{border:1px solid var(--border);resize:vertical;color:#344054;border-radius:14px;outline:0;min-height:116px;padding:12px}.ck-lk05-copilot-input button{justify-self:end}.ck-lk05-prompts{grid-template-columns:repeat(2,1fr);gap:8px;margin-top:14px;display:grid}.ck-lk05-prompts button{text-align:left;min-height:42px}.ck-lk05-ai-answer{border:1px solid var(--border);background:#fbfaff;border-radius:15px;margin-top:14px;padding:14px}.ck-lk05-ai-answer header{justify-content:space-between;gap:12px;display:flex}.ck-lk05-ai-answer strong{color:#111827;font-size:14px}.ck-lk05-ai-answer header span{color:#6f2dff;font-size:12px;font-weight:650}.ck-lk05-ai-answer p{color:#475467;font-size:13px;line-height:1.45}.ck-lk05-ai-answer div{flex-wrap:wrap;gap:8px;display:flex}.ck-lk05-insights{padding:14px;position:sticky;top:20px}.ck-lk05-insights h2{color:#6f2dff;margin:0 0 12px;font-size:15px}.ck-lk05-insights article{border:1px solid var(--border);border-radius:13px;margin-top:9px;padding:12px}.ck-lk05-insights article.critical{background:#fff7f7}.ck-lk05-insights article.positive{background:#f0fdf4}.ck-lk05-insights article.warning{background:#fffaeb}.ck-lk05-insights strong{color:#111827;font-size:13px}.ck-lk05-insights p{color:#475467;margin:6px 0 0;font-size:12px;line-height:1.35}.ck-lk05-insights a{color:#6f2dff;margin-top:8px;font-size:12px;font-weight:700;display:block}.ck-lk05-dashboard{flex-direction:column;gap:12px;display:flex}.ck-lk05-metrics-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.ck-lk05-metric{border:1px solid var(--border);background:#fff;border-radius:15px;justify-content:space-between;gap:12px;min-height:102px;padding:14px;display:flex;box-shadow:0 12px 30px #3f14990d}.ck-lk05-metric span{color:#667085;font-size:12px;font-weight:650}.ck-lk05-metric strong{color:#3f1499;margin-top:7px;font-size:24px;line-height:1.1;display:block}.ck-lk05-metric p{color:#6f2dff;margin:7px 0 0;font-size:12px;font-weight:600}.ck-lk05-metric i{color:#6f2dff;background:#f4edff;border-radius:13px;flex:0 0 36px;place-items:center;width:36px;height:36px;display:grid}.ck-lk05-two{grid-template-columns:1fr 1fr;gap:12px;display:grid}.ck-lk05-card,.ck-lk05-table-card{padding:14px}.ck-lk05-card header,.ck-lk05-table-card header{justify-content:space-between;align-items:center;gap:12px;display:flex}.ck-lk05-card h2,.ck-lk05-table-card h2{color:#111827;margin:0;font-size:15px}.ck-lk05-trend{align-items:end;gap:10px;height:220px;padding:20px 8px 8px;display:flex}.ck-lk05-trend span{background:linear-gradient(#8e52ff,#6f2dff);border-radius:999px 999px 6px 6px;flex:1;min-width:14px}.ck-lk05-channel-box{grid-template-columns:170px 1fr;align-items:center;gap:12px;min-height:220px;display:grid}.ck-lk05-donut{background:conic-gradient(#22c55e 0 68%, #a855f7 68% 84%, #0ea5e9 84% 92%, #f59e0b 92% 100%);border-radius:999px;align-content:center;place-items:center;width:136px;height:136px;margin:auto;display:grid;position:relative}.ck-lk05-donut:after{content:"";background:#fff;border-radius:999px;position:absolute;inset:24px}.ck-lk05-donut strong,.ck-lk05-donut span{z-index:1;position:relative}.ck-lk05-donut strong{color:#111827;font-size:20px}.ck-lk05-donut span{color:#667085;font-size:12px}.ck-lk05-channel-box p{color:#475467;justify-content:space-between;gap:10px;font-size:12px;display:flex}.ck-lk05-channel-box b{background:#22c55e;border-radius:999px;width:8px;height:8px}.ck-lk05-channel-box .ig{background:#a855f7}.ck-lk05-channel-box .web{background:#0ea5e9}.ck-lk05-channel-box .mail{background:#f59e0b}.ck-lk05-segments{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px;display:grid}.ck-lk05-segments article{border:1px solid var(--border);background:#fbfaff;border-radius:13px;padding:12px}.ck-lk05-segments strong{color:#111827;font-size:13px;display:block}.ck-lk05-segments span{color:#667085;margin:6px 0 10px;font-size:12px;display:block}.ck-lk05-health{gap:9px;margin-top:14px;display:grid}.ck-lk05-health p{color:#475467;border-radius:11px;margin:0;padding:10px;font-size:13px}.ck-lk05-health .ok{color:#027a48;background:#ecfdf3}.ck-lk05-health .warning{color:#b54708;background:#fffaeb}.ck-lk05-health .danger{color:#b42318;background:#fef3f2}.ck-lk05-online-table,.ck-lk05-ads-table{min-width:920px;margin-top:12px}.ck-lk05-online-table .head,.ck-lk05-online-table .row{grid-template-columns:1.4fr 1fr .8fr .8fr .8fr .8fr .8fr;align-items:center;gap:10px;padding:12px 14px;display:grid}.ck-lk05-ads-table .head,.ck-lk05-ads-table .row{grid-template-columns:1fr 1.1fr 1.1fr 1.2fr .8fr .7fr .8fr .9fr .9fr;align-items:center;gap:10px;padding:12px 14px;display:grid}.ck-lk05-online-table .head,.ck-lk05-ads-table .head{color:#667085;background:#fbfaff;border-radius:12px 12px 0 0;font-size:12px;font-weight:650}.ck-lk05-online-table .row,.ck-lk05-ads-table .row{border-top:1px solid var(--border);color:#475467;font-size:13px}.ck-lk05-online-table .row strong{color:#111827;font-size:13px}.ck-lk05-online-table .row b{color:#6f2dff;background:#f4edff;border-radius:999px;width:fit-content;padding:5px 8px;font-size:12px}.ck-lk05-premium{text-align:center;align-content:center;place-items:center;min-height:520px;padding:34px;display:grid}.ck-lk05-premium>div>span{color:#3f1499;background:#e9d9ff;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:12px;font-weight:650;display:inline-flex}.ck-lk05-premium h2{color:#111827;max-width:680px;margin:14px auto 0;font-size:24px}.ck-lk05-premium p{color:#667085;max-width:700px;margin:10px auto 0;line-height:1.45}.ck-lk05-premium section{grid-template-columns:repeat(4,1fr);gap:10px;width:100%;max-width:860px;margin:22px 0;display:grid}.ck-lk05-premium section article{border:1px solid var(--border);background:#fbfaff;border-radius:14px;padding:14px}.ck-lk05-premium section strong{color:#3f1499;font-size:13px}.ck-lk05-premium section p{margin:7px 0 0;font-size:12px}.ck-lk05-modal{z-index:1000;pointer-events:none;position:fixed;inset:0}.ck-lk05-modal .overlay{pointer-events:auto;background:#0f172a3d;position:absolute;inset:0}.ck-lk05-modal .panel{pointer-events:auto;background:#fff;border-radius:18px;width:min(520px,92vw);padding:18px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 24px 70px #0f172a38}.ck-lk05-modal header{border-bottom:1px solid var(--border);justify-content:space-between;gap:14px;padding-bottom:14px;display:flex}.ck-lk05-modal header span{color:#6f2dff;font-size:12px;font-weight:650;display:block}.ck-lk05-modal h2{color:#111827;margin:5px 0 0;font-size:20px}.ck-lk05-modal header button{width:32px;height:32px;padding:0;font-size:20px}.ck-lk05-modal p{color:#475467;font-size:13px;line-height:1.45}.ck-lk05-modal .panel>div:last-child{gap:8px;display:flex}@media (max-width:1280px){.ck-lk05-page{grid-template-columns:1fr}.ck-lk05-sidebar{height:auto;position:static}.ck-lk05-sidebar nav{display:flex;overflow:auto}.ck-lk05-sidebar nav button{min-width:max-content}.ck-lk05-copilot-layout,.ck-lk05-two{grid-template-columns:1fr}.ck-lk05-metrics-grid{grid-template-columns:repeat(2,1fr)}.ck-lk05-insights{position:static}.ck-lk05-table-card{overflow-x:auto}.ck-lk05-premium section{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.ck-lk05-header,.ck-lk05-header-actions{flex-direction:column;align-items:stretch}.ck-lk05-prompts,.ck-lk05-metrics-grid,.ck-lk05-segments,.ck-lk05-premium section,.ck-lk05-channel-box{grid-template-columns:1fr}}.ck-lk06-page{grid-template-columns:250px minmax(0,1fr);gap:12px;min-height:calc(100vh - 40px);display:grid}.ck-lk06-sidebar{border:1px solid var(--border);background:#ffffffeb;border-radius:16px;align-self:start;height:calc(100vh - 40px);padding:12px;position:sticky;top:20px;overflow:auto;box-shadow:0 14px 34px #3f14990f}.ck-lk06-brand{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:6px 4px 12px;display:flex}.ck-lk06-brand>span{color:#6f2dff;background:#f4edff;border-radius:11px;place-items:center;width:34px;height:34px;display:grid}.ck-lk06-brand strong{color:#111827;font-size:14px;display:block}.ck-lk06-brand small{color:#667085;margin-top:2px;font-size:12px;display:block}.ck-lk06-sidebar nav{gap:5px;padding:12px 0;display:grid}.ck-lk06-sidebar nav button{color:#475467;text-align:left;background:0 0;border:0;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;min-height:36px;padding:0 10px;font-size:13px;font-weight:600;display:flex}.ck-lk06-sidebar nav button:hover,.ck-lk06-sidebar nav button.active{color:#6f2dff;background:#f4edff}.ck-lk06-sidebar nav b{color:#fff;background:#6f2dff;border-radius:999px;padding:3px 7px;font-size:10px}.ck-lk06-side-card{background:linear-gradient(135deg,#f8f5ff,#fff);border:1px solid #6f2dff24;border-radius:14px;margin-top:10px;padding:12px}.ck-lk06-side-card strong{color:#3f1499;font-size:13px}.ck-lk06-side-card p{color:#667085;margin:6px 0 10px;font-size:12px;line-height:1.35}.ck-lk06-workspace{flex-direction:column;gap:12px;min-width:0;display:flex}.ck-lk06-header{border:1px solid var(--border);background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:18px;min-height:104px;padding:18px 20px;display:flex;box-shadow:0 14px 34px #3f14990f}.ck-lk06-pill{color:#3f1499;background:#e9d9ff;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:12px;font-weight:650;display:inline-flex}.ck-lk06-header h1{color:#111827;margin:8px 0 5px;font-size:22px;font-weight:650;line-height:1.2}.ck-lk06-header p{color:#667085;margin:0;font-size:14px}.ck-lk06-header-actions{align-items:center;gap:8px;display:flex}.ck-lk06-page button{border:1px solid var(--border);color:#344054;background:#fff;border-radius:10px;min-height:34px;padding:0 12px;font-size:13px;font-weight:600}.ck-lk06-page button.primary,.ck-lk06-page .primary{box-shadow:0 12px 24px #6f2dff29;color:#fff!important;background:linear-gradient(135deg,#6f2dff,#8e52ff)!important;border-color:#0000!important}.ck-lk06-stats{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.ck-lk06-stats article{border:1px solid var(--border);background:#fff;border-radius:15px;min-height:96px;padding:14px;box-shadow:0 12px 30px #3f14990d}.ck-lk06-stats span{color:#667085;font-size:12px;font-weight:650}.ck-lk06-stats strong{color:#3f1499;margin-top:7px;font-size:24px;line-height:1.1;display:block}.ck-lk06-stats p{color:#6f2dff;margin:7px 0 0;font-size:12px;font-weight:600}.ck-lk06-tabs,.ck-lk06-searchbar{border:1px solid var(--border);background:#fff;border-radius:14px;align-items:center;gap:8px;padding:10px;display:flex;overflow:auto}.ck-lk06-tabs button{min-width:max-content}.ck-lk06-tabs button.active{color:#6f2dff;background:#f4edff}.ck-lk06-searchbar{grid-template-columns:minmax(280px,1fr) auto auto auto auto;display:grid}.ck-lk06-searchbar div{border:1px solid var(--border);background:#fbfaff;border-radius:10px;align-items:center;gap:8px;min-height:34px;padding:0 10px;display:flex}.ck-lk06-searchbar input{color:#344054;background:0 0;border:0;outline:0;flex:1;min-width:0}.ck-lk06-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.ck-lk06-card,.ck-lk06-table-card,.ck-lk06-widget-editor,.ck-lk06-widget-preview{border:1px solid var(--border);background:#fff;border-radius:16px;box-shadow:0 14px 34px #3f14990f}.ck-lk06-card{padding:14px}.ck-lk06-card-top{grid-template-columns:42px 1fr auto;align-items:center;gap:10px;display:grid}.ck-lk06-card-top i{color:#6f2dff;background:#f4edff;border-radius:14px;place-items:center;width:42px;height:42px;display:grid}.ck-lk06-card-top strong{color:#111827;font-size:14px;display:block}.ck-lk06-card-top span{color:#667085;margin-top:2px;font-size:12px;display:block}.ck-lk06-card-top b{color:#6f2dff;background:#f4edff;border-radius:999px;padding:5px 8px;font-size:11px}.ck-lk06-card-top b.conectado{color:#027a48;background:#ecfdf3}.ck-lk06-card-top b.atenÃ§Ã£o{color:#b54708;background:#fffaeb}.ck-lk06-card-top b.premium{color:#3f1499;background:#e9d9ff}.ck-lk06-card p{color:#667085;min-height:46px;margin:12px 0;font-size:13px;line-height:1.35}.ck-lk06-badges{flex-wrap:wrap;gap:6px;display:flex}.ck-lk06-badges span{color:#6f2dff;background:#fbfaff;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:650}.ck-lk06-card footer{flex-wrap:wrap;gap:7px;margin-top:14px;display:flex}.ck-lk06-table-card{padding:14px;overflow-x:auto}.ck-lk06-table-card header,.ck-lk06-widget-editor header{justify-content:space-between;align-items:center;gap:16px;display:flex}.ck-lk06-table-card h2,.ck-lk06-widget-editor h2{color:#111827;margin:0;font-size:15px}.ck-lk06-installed-table{min-width:980px;margin-top:12px}.ck-lk06-installed-table .head,.ck-lk06-installed-table .row{grid-template-columns:1.2fr 1fr .8fr 1fr 1.1fr 1fr 150px;align-items:center;gap:10px;padding:12px 14px;display:grid}.ck-lk06-installed-table .head{color:#667085;background:#fbfaff;border-radius:12px 12px 0 0;font-size:12px;font-weight:650}.ck-lk06-installed-table .row{border-top:1px solid var(--border);color:#475467;font-size:13px}.ck-lk06-installed-table .row strong{color:#111827}.ck-lk06-installed-table .row b{color:#6f2dff;background:#f4edff;border-radius:999px;width:fit-content;padding:5px 8px;font-size:12px}.ck-lk06-installed-table .row div{gap:6px;display:flex}.ck-lk06-widget-page{grid-template-columns:minmax(0,1fr) 330px;gap:12px;display:grid}.ck-lk06-widget-editor,.ck-lk06-widget-preview{padding:16px}.ck-lk06-widget-editor header span{color:#6f2dff;font-size:12px;font-weight:650}.ck-lk06-widget-editor header p{color:#667085;margin:6px 0 0;font-size:13px}.ck-lk06-widget-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:16px;display:grid}.ck-lk06-widget-grid label{color:#344054;gap:6px;font-size:13px;font-weight:650;display:grid}.ck-lk06-widget-grid input,.ck-lk06-widget-grid select{border:1px solid var(--border);border-radius:10px;outline:0;min-height:38px;padding:0 10px}.ck-lk06-embed{border:1px solid var(--border);background:#fbfaff;border-radius:14px;margin-top:16px;padding:14px}.ck-lk06-embed strong{color:#111827;font-size:14px;display:block}.ck-lk06-embed code{color:#e9d9ff;white-space:normal;background:#111827;border-radius:10px;margin:10px 0;padding:12px;font-size:12px;display:block}.ck-lk06-widget-preview>strong{color:#111827;margin-bottom:12px;font-size:14px;display:block}.ck-lk06-phone{background:linear-gradient(#111827,#312e81);border-radius:32px;align-items:end;min-height:460px;padding:18px;display:grid}.ck-lk06-chat-widget{background:#fff;border-radius:20px;padding:14px;box-shadow:0 16px 44px #0f172a2e}.ck-lk06-chat-widget header{align-items:center;gap:10px;display:flex}.ck-lk06-chat-widget img{width:38px;height:38px}.ck-lk06-chat-widget strong{color:#111827;font-size:14px;display:block}.ck-lk06-chat-widget span{color:#667085;font-size:12px}.ck-lk06-chat-widget p{color:#475467;font-size:13px}.ck-lk06-chat-widget button{color:#fff;background:linear-gradient(135deg,#6f2dff,#8e52ff);border:0;width:100%}.ck-lk06-modal,.ck-lk06-drawer{z-index:1000;pointer-events:none;position:fixed;inset:0}.ck-lk06-modal .overlay,.ck-lk06-drawer .overlay{pointer-events:auto;background:#0f172a3d;position:absolute;inset:0}.ck-lk06-modal .panel{pointer-events:auto;background:#fff;border-radius:18px;width:min(860px,94vw);max-height:88vh;padding:18px;position:absolute;top:50%;left:50%;overflow:auto;transform:translate(-50%,-50%);box-shadow:0 24px 70px #0f172a38}.ck-lk06-drawer .panel{pointer-events:auto;background:#fff;width:min(460px,94vw);height:100%;padding:18px;position:absolute;top:0;right:0;overflow:auto;box-shadow:-18px 0 50px #0f172a29}.ck-lk06-modal header,.ck-lk06-drawer header{border-bottom:1px solid var(--border);justify-content:space-between;gap:14px;padding-bottom:14px;display:flex}.ck-lk06-modal header span,.ck-lk06-drawer header span{color:#6f2dff;font-size:12px;font-weight:650;display:block}.ck-lk06-modal h2,.ck-lk06-drawer h2{color:#111827;margin:5px 0 0;font-size:20px}.ck-lk06-modal header button,.ck-lk06-drawer header button{width:32px;height:32px;padding:0;font-size:20px}.ck-lk06-modal header p{color:#667085;margin:6px 0 0;font-size:13px}.ck-lk06-wizard-steps{grid-template-columns:repeat(6,1fr);gap:8px;margin-top:16px;display:grid}.ck-lk06-wizard-steps article{border:1px solid var(--border);background:#fff;border-radius:14px;min-height:110px;padding:12px}.ck-lk06-wizard-steps article.active{background:#f8f5ff;border-color:#6f2dff3d}.ck-lk06-wizard-steps b{color:#fff;background:#6f2dff;border-radius:999px;padding:4px 7px;font-size:11px;display:inline-flex}.ck-lk06-wizard-steps strong{color:#111827;margin-top:8px;font-size:12px;display:block}.ck-lk06-wizard-steps p{color:#667085;margin:5px 0 0;font-size:11px;line-height:1.25}.ck-lk06-qr-box,.ck-lk06-oauth-box{border:1px solid var(--border);background:#fbfaff;border-radius:16px;grid-template-columns:1fr 220px;align-items:center;gap:16px;margin-top:16px;padding:16px;display:grid}.ck-lk06-oauth-box{display:block}.ck-lk06-qr-box strong,.ck-lk06-oauth-box strong{color:#111827;font-size:15px}.ck-lk06-qr-box p,.ck-lk06-oauth-box p{color:#667085;font-size:13px;line-height:1.45}.ck-lk06-qr-box .qr{background:#fff;border-radius:18px;grid-template-columns:1fr 1fr;place-self:center;gap:12px;width:180px;height:180px;padding:18px;display:grid;position:relative;box-shadow:0 14px 34px #3f149914}.ck-lk06-qr-box .qr span{background:#6f2dff;border-radius:10px}.ck-lk06-qr-box .qr b{color:#3f1499;background:#fff;border-radius:999px;place-items:center;display:grid;position:absolute;inset:62px}.ck-lk06-modal footer{border-top:1px solid var(--border);justify-content:flex-end;gap:8px;margin-top:16px;padding-top:14px;display:flex}.ck-lk06-health,.ck-lk06-detail-tabs,.ck-lk06-detail-content,.ck-lk06-ai-diagnosis{border-bottom:1px solid var(--border);padding:14px 0}.ck-lk06-health strong,.ck-lk06-ai-diagnosis strong{color:#111827;font-size:14px}.ck-lk06-health p,.ck-lk06-detail-content p,.ck-lk06-ai-diagnosis p{color:#475467;margin:8px 0;font-size:13px}.ck-lk06-health p.ok{color:#027a48;background:#ecfdf3;border-radius:10px;padding:9px 10px}.ck-lk06-health p.warning{color:#b54708;background:#fffaeb;border-radius:10px;padding:9px 10px}.ck-lk06-detail-tabs{flex-wrap:wrap;gap:7px;display:flex}.ck-lk06-detail-tabs button.active{color:#6f2dff;background:#f4edff}.ck-lk06-detail-content h3{color:#111827;margin:0 0 8px;font-size:14px}.ck-lk06-log-list{gap:10px;margin-top:14px;display:grid}.ck-lk06-log-list article{border:1px solid var(--border);background:#fbfaff;border-radius:13px;padding:12px}.ck-lk06-log-list span{color:#667085;font-size:11px}.ck-lk06-log-list strong{color:#3f1499;margin-top:4px;font-size:13px;display:block}.ck-lk06-log-list p{color:#475467;margin:5px 0 0;font-size:12px}@media (max-width:1280px){.ck-lk06-page{grid-template-columns:1fr}.ck-lk06-sidebar{height:auto;position:static}.ck-lk06-sidebar nav{display:flex;overflow:auto}.ck-lk06-sidebar nav button{min-width:max-content}.ck-lk06-grid,.ck-lk06-stats{grid-template-columns:repeat(2,1fr)}.ck-lk06-widget-page{grid-template-columns:1fr}.ck-lk06-wizard-steps{grid-template-columns:repeat(3,1fr)}}@media (max-width:760px){.ck-lk06-header,.ck-lk06-header-actions,.ck-lk06-table-card header,.ck-lk06-widget-editor header{flex-direction:column;align-items:stretch}.ck-lk06-grid,.ck-lk06-stats,.ck-lk06-widget-grid,.ck-lk06-wizard-steps,.ck-lk06-qr-box,.ck-lk06-searchbar{grid-template-columns:1fr}}.ck-lk06-card-top i.provider-icon{background:0 0!important;border-radius:14px!important;overflow:hidden!important}.ck-lk06-card-top i.provider-icon img{object-fit:contain!important;width:34px!important;height:34px!important;display:block!important}.ck-lk06-card-top i.provider-icon:has(img[src*=whats]){background:#e9fbef!important}.ck-lk06-card-top i.provider-icon:has(img[src*=insta]){background:#fff1f7!important}.ck-lk06-card-top i.provider-icon:has(img[src*=email]){background:#fff1f3!important}.ck-lk07-page{grid-template-columns:250px minmax(0,1fr) 300px;gap:12px;min-height:calc(100vh - 40px);display:grid}.ck-lk07-sidebar,.ck-lk07-profile,.ck-lk07-table-card,.ck-lk07-permissions,.ck-lk07-schedule,.ck-lk07-card{border:1px solid var(--border);background:#fff;border-radius:16px;box-shadow:0 14px 34px #3f14990f}.ck-lk07-sidebar{align-self:start;height:calc(100vh - 40px);padding:12px;position:sticky;top:20px;overflow:auto}.ck-lk07-brand{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:6px 4px 12px;display:flex}.ck-lk07-brand>span{color:#6f2dff;background:#f4edff;border-radius:11px;place-items:center;width:34px;height:34px;display:grid}.ck-lk07-brand strong{color:#111827;font-size:14px;display:block}.ck-lk07-brand small{color:#667085;margin-top:2px;font-size:12px;display:block}.ck-lk07-sidebar nav{gap:5px;padding:12px 0;display:grid}.ck-lk07-sidebar nav button{color:#475467;text-align:left;background:0 0;border:0;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;min-height:36px;padding:0 10px;font-size:13px;font-weight:600;display:flex}.ck-lk07-sidebar nav button:hover,.ck-lk07-sidebar nav button.active{color:#6f2dff;background:#f4edff}.ck-lk07-sidebar nav b{color:#fff;background:#6f2dff;border-radius:999px;padding:3px 7px;font-size:10px}.ck-lk07-side-card{background:linear-gradient(135deg,#f8f5ff,#fff);border:1px solid #6f2dff24;border-radius:14px;margin-top:10px;padding:12px}.ck-lk07-side-card strong{color:#3f1499;font-size:13px}.ck-lk07-side-card p{color:#667085;margin:6px 0 10px;font-size:12px;line-height:1.35}.ck-lk07-workspace{flex-direction:column;gap:12px;min-width:0;display:flex}.ck-lk07-header{border:1px solid var(--border);background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:18px;min-height:104px;padding:18px 20px;display:flex;box-shadow:0 14px 34px #3f14990f}.ck-lk07-pill{color:#3f1499;background:#e9d9ff;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:12px;font-weight:650;display:inline-flex}.ck-lk07-header h1{color:#111827;margin:8px 0 5px;font-size:22px;font-weight:650;line-height:1.2}.ck-lk07-header p{color:#667085;margin:0;font-size:14px}.ck-lk07-header-actions{align-items:center;gap:8px;display:flex}.ck-lk07-page button{border:1px solid var(--border);color:#344054;background:#fff;border-radius:10px;min-height:34px;padding:0 12px;font-size:13px;font-weight:600}.ck-lk07-page button.primary,.ck-lk07-page .primary{box-shadow:0 12px 24px #6f2dff29;color:#fff!important;background:linear-gradient(135deg,#6f2dff,#8e52ff)!important;border-color:#0000!important}.ck-lk07-stats{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.ck-lk07-stats article{border:1px solid var(--border);background:#fff;border-radius:15px;min-height:96px;padding:14px;box-shadow:0 12px 30px #3f14990d}.ck-lk07-stats span{color:#667085;font-size:12px;font-weight:650}.ck-lk07-stats strong{color:#3f1499;margin-top:7px;font-size:24px;line-height:1.1;display:block}.ck-lk07-stats p{color:#6f2dff;margin:7px 0 0;font-size:12px;font-weight:600}.ck-lk07-filterbar{border:1px solid var(--border);background:#fff;border-radius:14px;grid-template-columns:minmax(280px,1fr) auto auto auto auto auto;gap:8px;padding:10px;display:grid}.ck-lk07-filterbar div{border:1px solid var(--border);background:#fbfaff;border-radius:10px;align-items:center;gap:8px;min-height:34px;padding:0 10px;display:flex}.ck-lk07-filterbar input{color:#344054;background:0 0;border:0;outline:0;flex:1;min-width:0}.ck-lk07-table-card,.ck-lk07-permissions,.ck-lk07-schedule{padding:14px;overflow-x:auto}.ck-lk07-table-card header,.ck-lk07-permissions header,.ck-lk07-schedule header{justify-content:space-between;align-items:center;gap:16px;display:flex}.ck-lk07-table-card h2,.ck-lk07-permissions h2,.ck-lk07-schedule h2{color:#111827;margin:0;font-size:15px}.ck-lk07-permissions header p{color:#667085;margin:5px 0 0;font-size:13px}.ck-lk07-people-table{min-width:1040px;margin-top:12px}.ck-lk07-people-table .head,.ck-lk07-people-table .row{grid-template-columns:1.4fr 1.3fr .8fr .8fr .8fr .8fr .9fr 190px;align-items:center;gap:10px;padding:12px 14px;display:grid}.ck-lk07-roles-table{min-width:820px;margin-top:12px}.ck-lk07-roles-table .head,.ck-lk07-roles-table .row{grid-template-columns:1fr 1.7fr .8fr .8fr 190px;align-items:center;gap:10px;padding:12px 14px;display:grid}.ck-lk07-audit-table{min-width:820px;margin-top:12px}.ck-lk07-audit-table .head,.ck-lk07-audit-table .row{grid-template-columns:.7fr 1fr 1.5fr 1.5fr .8fr;align-items:center;gap:10px;padding:12px 14px;display:grid}.ck-lk07-people-table .head,.ck-lk07-roles-table .head,.ck-lk07-audit-table .head{color:#667085;background:#fbfaff;border-radius:12px 12px 0 0;font-size:12px;font-weight:650}.ck-lk07-people-table .row,.ck-lk07-roles-table .row,.ck-lk07-audit-table .row{border-top:1px solid var(--border);color:#475467;font-size:13px}.ck-lk07-people-table .person{align-items:center;gap:10px;display:flex}.ck-lk07-people-table .person i,.ck-lk07-profile-main i{color:#6f2dff;background:#f4edff;border-radius:13px;place-items:center;width:38px;height:38px;font-style:normal;font-weight:800;display:grid}.ck-lk07-people-table .person i.ai,.ck-lk07-profile-main i.ai{color:#fff;background:linear-gradient(135deg,#6f2dff,#8e52ff)}.ck-lk07-people-table strong,.ck-lk07-roles-table strong,.ck-lk07-audit-table strong{color:#111827;font-size:13px;display:block}.ck-lk07-people-table small{color:#667085;margin-top:2px;font-size:11px;display:block}.ck-lk07-people-table b,.ck-lk07-roles-table b,.ck-lk07-audit-table b{color:#6f2dff;background:#f4edff;border-radius:999px;width:fit-content;padding:5px 8px;font-size:12px}.ck-lk07-people-table em{color:#6f2dff;background:#f4edff;border-radius:999px;width:fit-content;padding:5px 8px;font-size:12px;font-style:normal}.ck-lk07-people-table em.online{color:#027a48;background:#ecfdf3}.ck-lk07-people-table em.ocupado{color:#b54708;background:#fffaeb}.ck-lk07-people-table em.bloqueado{color:#b42318;background:#fef3f2}.ck-lk07-people-table .actions,.ck-lk07-roles-table .row div{gap:6px;display:flex}.ck-lk07-people-table .actions button,.ck-lk07-roles-table .row button{min-height:28px;padding:0 8px;font-size:12px}.ck-lk07-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.ck-lk07-card{padding:14px}.ck-lk07-card header{justify-content:space-between;align-items:center;display:flex}.ck-lk07-card header i{color:#6f2dff;background:#f4edff;border-radius:14px;place-items:center;width:42px;height:42px;display:grid}.ck-lk07-card header b{color:#027a48;background:#ecfdf3;border-radius:999px;padding:5px 8px;font-size:11px}.ck-lk07-card>strong{color:#111827;margin-top:12px;font-size:15px;display:block}.ck-lk07-card p{color:#667085;min-height:44px;font-size:13px;line-height:1.35}.ck-lk07-card footer{gap:7px;display:flex}.ck-lk07-permission-grid{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px;display:grid}.ck-lk07-permission-grid article{border:1px solid var(--border);background:#fbfaff;border-radius:14px;padding:13px}.ck-lk07-permission-grid strong{color:#3f1499;margin-bottom:9px;font-size:13px;display:block}.ck-lk07-permission-grid label{color:#475467;align-items:center;gap:7px;margin-top:8px;font-size:12px;display:flex}.ck-lk07-week{grid-template-columns:repeat(7,1fr);gap:8px;margin-top:14px;display:grid}.ck-lk07-week article{border:1px solid var(--border);background:#fbfaff;border-radius:14px;min-height:110px;padding:12px}.ck-lk07-week strong{color:#3f1499;font-size:14px}.ck-lk07-week span{color:#111827;margin-top:12px;font-size:13px;font-weight:700;display:block}.ck-lk07-week p{color:#667085;font-size:12px}.ck-lk07-profile{align-self:start;height:calc(100vh - 40px);padding:14px;position:sticky;top:20px;overflow:auto}.ck-lk07-profile header{border-bottom:1px solid var(--border);justify-content:space-between;gap:10px;padding-bottom:12px;display:flex}.ck-lk07-profile header span{color:#6f2dff;font-size:12px;font-weight:650}.ck-lk07-profile header h2{color:#111827;margin:4px 0 0;font-size:16px}.ck-lk07-profile header button{width:30px;height:30px;padding:0;font-size:18px}.ck-lk07-profile-main{text-align:center;place-items:center;gap:6px;padding:20px 0;display:grid}.ck-lk07-profile-main i{width:62px;height:62px;font-size:20px}.ck-lk07-profile-main strong{color:#111827;font-size:16px}.ck-lk07-profile-main span{color:#667085;font-size:13px}.ck-lk07-profile section{border-top:1px solid var(--border);padding:13px 0}.ck-lk07-profile h3{color:#111827;margin:0 0 9px;font-size:14px}.ck-lk07-profile p{color:#475467;margin:7px 0;font-size:13px;line-height:1.35}.ck-lk07-profile p.ok,.ck-lk07-profile p.warning{border-radius:10px;padding:9px 10px}.ck-lk07-profile p.ok{color:#027a48;background:#ecfdf3}.ck-lk07-profile p.warning{color:#b54708;background:#fffaeb}.ck-lk07-modal,.ck-lk07-drawer{z-index:1000;pointer-events:none;position:fixed;inset:0}.ck-lk07-modal .overlay,.ck-lk07-drawer .overlay{pointer-events:auto;background:#0f172a3d;position:absolute;inset:0}.ck-lk07-modal .panel{pointer-events:auto;background:#fff;border-radius:18px;width:min(900px,94vw);max-height:88vh;padding:18px;position:absolute;top:50%;left:50%;overflow:auto;transform:translate(-50%,-50%);box-shadow:0 24px 70px #0f172a38}.ck-lk07-drawer .panel{pointer-events:auto;background:#fff;width:min(420px,94vw);height:100%;padding:18px;position:absolute;top:0;right:0;overflow:auto;box-shadow:-18px 0 50px #0f172a29}.ck-lk07-modal header,.ck-lk07-drawer header{border-bottom:1px solid var(--border);justify-content:space-between;gap:14px;padding-bottom:14px;display:flex}.ck-lk07-modal header span,.ck-lk07-drawer header span{color:#6f2dff;font-size:12px;font-weight:650;display:block}.ck-lk07-modal h2,.ck-lk07-drawer h2{color:#111827;margin:5px 0 0;font-size:20px}.ck-lk07-modal header p{color:#667085;margin:6px 0 0;font-size:13px}.ck-lk07-modal header button,.ck-lk07-drawer header button{width:32px;height:32px;padding:0;font-size:20px}.ck-lk07-form-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:16px;display:grid}.ck-lk07-form-grid label,.ck-lk07-role-form label{color:#344054;gap:6px;font-size:13px;font-weight:650;display:grid}.ck-lk07-form-grid input,.ck-lk07-form-grid select,.ck-lk07-role-form input,.ck-lk07-role-form textarea{border:1px solid var(--border);border-radius:10px;outline:0;min-height:38px;padding:0 10px}.ck-lk07-role-form{gap:12px;margin-top:16px;display:grid}.ck-lk07-role-form textarea{min-height:80px;padding:10px}.ck-lk07-warning,.ck-lk07-risk-summary{background:#fbfaff;border:1px solid #6f2dff29;border-radius:14px;margin-top:14px;padding:13px}.ck-lk07-warning strong,.ck-lk07-risk-summary strong{color:#3f1499;font-size:13px}.ck-lk07-warning p,.ck-lk07-risk-summary p{color:#667085;font-size:13px}.ck-lk07-modal footer{border-top:1px solid var(--border);justify-content:flex-end;gap:8px;margin-top:16px;padding-top:14px;display:flex}.ck-lk07-log-list{gap:10px;margin-top:14px;display:grid}.ck-lk07-log-list article{border:1px solid var(--border);background:#fbfaff;border-radius:13px;padding:12px}.ck-lk07-log-list span{color:#667085;font-size:11px}.ck-lk07-log-list strong{color:#3f1499;margin-top:4px;font-size:13px;display:block}.ck-lk07-log-list p{color:#475467;margin:5px 0 0;font-size:12px}.ck-lk07-log-list small{color:#667085;margin-top:5px;font-size:11px;display:block}@media (max-width:1400px){.ck-lk07-page{grid-template-columns:250px minmax(0,1fr)}.ck-lk07-profile{height:auto;position:static}}@media (max-width:1180px){.ck-lk07-page{grid-template-columns:1fr}.ck-lk07-sidebar{height:auto;position:static}.ck-lk07-sidebar nav{display:flex;overflow:auto}.ck-lk07-sidebar nav button{min-width:max-content}.ck-lk07-stats,.ck-lk07-grid,.ck-lk07-permission-grid{grid-template-columns:repeat(2,1fr)}.ck-lk07-filterbar{grid-template-columns:1fr}.ck-lk07-week{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.ck-lk07-header,.ck-lk07-header-actions,.ck-lk07-table-card header,.ck-lk07-permissions header,.ck-lk07-schedule header{flex-direction:column;align-items:stretch}.ck-lk07-stats,.ck-lk07-grid,.ck-lk07-permission-grid,.ck-lk07-form-grid,.ck-lk07-week{grid-template-columns:1fr}}@media (max-width:1180px){.ck-lk08-page{grid-template-columns:1fr}.ck-lk08-sidebar{height:auto;position:static}.ck-lk08-sidebar nav{display:flex;overflow:auto}.ck-lk08-sidebar nav button{min-width:max-content}.ck-lk08-stats,.ck-lk08-overview-grid,.ck-lk08-app-grid,.ck-lk08-system-grid,.ck-lk08-suggestions,.ck-lk08-settings-grid{grid-template-columns:repeat(2,1fr)}.ck-lk08-project-box{grid-template-columns:1fr}}@media (max-width:760px){.ck-lk08-header,.ck-lk08-header-actions,.ck-lk08-card header,.ck-lk08-form-card header,.ck-lk08-table-card header{flex-direction:column;align-items:stretch}.ck-lk08-stats,.ck-lk08-overview-grid,.ck-lk08-app-grid,.ck-lk08-system-grid,.ck-lk08-suggestions,.ck-lk08-settings-grid,.ck-lk08-form-grid,.ck-lk08-search{grid-template-columns:1fr}}.ck-lk08-page{grid-template-columns:260px minmax(0,1fr);gap:12px;min-height:calc(100vh - 40px);display:grid}.ck-lk08-sidebar,.ck-lk08-card,.ck-lk08-form-card,.ck-lk08-table-card,.ck-lk08-module-card,.ck-lk08-app-card,.ck-lk08-system-grid article{border:1px solid var(--border);background:#fff;border-radius:16px;box-shadow:0 14px 34px #3f14990f}.ck-lk08-sidebar{align-self:start;height:calc(100vh - 40px);padding:12px;position:sticky;top:20px;overflow:auto}.ck-lk08-brand{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:6px 4px 12px;display:flex}.ck-lk08-brand>span{color:#6f2dff;background:#f4edff;border-radius:11px;place-items:center;width:34px;height:34px;display:grid}.ck-lk08-brand strong{color:#111827;font-size:14px;display:block}.ck-lk08-brand small{color:#667085;margin-top:2px;font-size:12px;display:block}.ck-lk08-sidebar nav{gap:5px;padding:12px 0;display:grid}.ck-lk08-sidebar nav button{color:#475467;text-align:left;background:0 0;border:0;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;min-height:36px;padding:0 10px;font-size:13px;font-weight:600;display:flex}.ck-lk08-sidebar nav button:hover,.ck-lk08-sidebar nav button.active{color:#6f2dff;background:#f4edff}.ck-lk08-sidebar nav b{color:#fff;background:#6f2dff;border-radius:999px;padding:3px 7px;font-size:10px}.ck-lk08-side-card{background:linear-gradient(135deg,#f8f5ff,#fff);border:1px solid #6f2dff24;border-radius:14px;margin-top:10px;padding:12px}.ck-lk08-side-card strong{color:#3f1499;font-size:13px}.ck-lk08-side-card p{color:#667085;margin:6px 0 10px;font-size:12px;line-height:1.35}.ck-lk08-workspace{flex-direction:column;gap:12px;min-width:0;display:flex}.ck-lk08-header{border:1px solid var(--border);background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:18px;min-height:104px;padding:18px 20px;display:flex;box-shadow:0 14px 34px #3f14990f}.ck-lk08-pill{color:#3f1499;background:#e9d9ff;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:12px;font-weight:650;display:inline-flex}.ck-lk08-header h1{color:#111827;margin:8px 0 5px;font-size:22px;font-weight:650;line-height:1.2}.ck-lk08-header p{color:#667085;margin:0;font-size:14px}.ck-lk08-header-actions{align-items:center;gap:8px;display:flex}.ck-lk08-page button{border:1px solid var(--border);color:#344054;background:#fff;border-radius:10px;min-height:34px;padding:0 12px;font-size:13px;font-weight:600}.ck-lk08-page button.primary,.ck-lk08-page .primary{box-shadow:0 12px 24px #6f2dff29;color:#fff!important;background:linear-gradient(135deg,#6f2dff,#8e52ff)!important;border-color:#0000!important}.ck-lk08-search{border:1px solid var(--border);background:#fff;border-radius:15px;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:48px;padding:7px 10px;display:grid}.ck-lk08-search span{color:#667085}.ck-lk08-search input{color:#344054;background:0 0;border:0;outline:0;min-width:0}.ck-lk08-stats{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.ck-lk08-stats article{border:1px solid var(--border);background:#fff;border-radius:15px;min-height:96px;padding:14px;box-shadow:0 12px 30px #3f14990d}.ck-lk08-stats span{color:#667085;font-size:12px;font-weight:650}.ck-lk08-stats strong{color:#3f1499;margin-top:7px;font-size:24px;line-height:1.1;display:block}.ck-lk08-stats p{color:#6f2dff;margin:7px 0 0;font-size:12px;font-weight:600}.ck-lk08-overview-grid,.ck-lk08-app-grid,.ck-lk08-system-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.ck-lk08-module-card,.ck-lk08-app-card,.ck-lk08-system-grid article{padding:14px}.ck-lk08-module-card i,.ck-lk08-app-card i{color:#6f2dff;background:#f4edff;border-radius:14px;place-items:center;width:42px;height:42px;display:grid}.ck-lk08-module-card strong,.ck-lk08-app-card strong,.ck-lk08-system-grid strong{color:#111827;margin-top:12px;font-size:15px;display:block}.ck-lk08-module-card p,.ck-lk08-app-card p,.ck-lk08-system-grid p{color:#667085;min-height:42px;font-size:13px;line-height:1.35}.ck-lk08-module-card button{margin-top:4px}.ck-lk08-card,.ck-lk08-form-card,.ck-lk08-table-card{padding:14px;overflow-x:auto}.ck-lk08-card header,.ck-lk08-form-card header,.ck-lk08-table-card header,.ck-lk08-app-card header{justify-content:space-between;align-items:center;gap:16px;display:flex}.ck-lk08-card h2,.ck-lk08-form-card h2,.ck-lk08-table-card h2{color:#111827;margin:0;font-size:15px}.ck-lk08-suggestions,.ck-lk08-settings-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px;display:grid}.ck-lk08-suggestions article,.ck-lk08-settings-grid article{border:1px solid var(--border);background:#fbfaff;border-radius:14px;padding:13px}.ck-lk08-suggestions strong,.ck-lk08-settings-grid strong{color:#111827;font-size:13px}.ck-lk08-suggestions p,.ck-lk08-settings-grid p{color:#667085;font-size:12px;line-height:1.35}.ck-lk08-form-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:16px;display:grid}.ck-lk08-form-grid label,.ck-lk08-wide-label{color:#344054;gap:6px;font-size:13px;font-weight:650;display:grid}.ck-lk08-form-grid input,.ck-lk08-form-grid select,.ck-lk08-wide-label input,.ck-lk08-wide-label textarea{border:1px solid var(--border);border-radius:10px;outline:0;min-height:38px;padding:0 10px}.ck-lk08-wide-label{margin-top:14px}.ck-lk08-wide-label textarea{min-height:110px;padding:10px}.ck-lk08-project-box{grid-template-columns:260px minmax(0,1fr);gap:16px;margin-top:16px;display:grid}.ck-lk08-logo-preview{border:1px solid var(--border);background:#fbfaff;border-radius:15px;align-content:center;place-items:center;gap:14px;min-height:210px;display:grid}.ck-lk08-logo-preview img{object-fit:contain;width:190px}.ck-switch{width:44px;height:24px;display:inline-flex;position:relative}.ck-switch input{display:none}.ck-switch span{background:#e4e7ec;border-radius:999px;position:absolute;inset:0}.ck-switch span:after{content:"";background:#fff;border-radius:999px;width:18px;height:18px;transition:all .15s;position:absolute;top:3px;left:3px}.ck-switch input:checked+span{background:#6f2dff}.ck-switch input:checked+span:after{transform:translate(20px)}.ck-lk08-settings-grid article{justify-content:space-between;gap:12px;display:flex}.ck-lk08-notification-table,.ck-lk08-fields-table,.ck-lk08-token-table,.ck-lk08-webhook-table,.ck-lk08-audit-table{min-width:880px;margin-top:12px}.ck-lk08-notification-table .head,.ck-lk08-notification-table .row{grid-template-columns:1.2fr 1.2fr 1.2fr .8fr .8fr 90px;align-items:center;gap:10px;padding:12px 14px;display:grid}.ck-lk08-fields-table .head,.ck-lk08-fields-table .row{grid-template-columns:.9fr 1.2fr 1.1fr .9fr .7fr 170px;align-items:center;gap:10px;padding:12px 14px;display:grid}.ck-lk08-token-table .head,.ck-lk08-token-table .row,.ck-lk08-webhook-table .head,.ck-lk08-webhook-table .row{grid-template-columns:1fr 1.5fr .8fr .9fr .7fr 160px;align-items:center;gap:10px;padding:12px 14px;display:grid}.ck-lk08-audit-table .head,.ck-lk08-audit-table .row{grid-template-columns:.7fr 1fr 1.7fr 1fr .8fr;align-items:center;gap:10px;padding:12px 14px;display:grid}.ck-lk08-notification-table .head,.ck-lk08-fields-table .head,.ck-lk08-token-table .head,.ck-lk08-webhook-table .head,.ck-lk08-audit-table .head{color:#667085;background:#fbfaff;border-radius:12px 12px 0 0;font-size:12px;font-weight:650}.ck-lk08-notification-table .row,.ck-lk08-fields-table .row,.ck-lk08-token-table .row,.ck-lk08-webhook-table .row,.ck-lk08-audit-table .row{border-top:1px solid var(--border);color:#475467;font-size:13px}.ck-lk08-fields-table .row div,.ck-lk08-token-table .row div,.ck-lk08-webhook-table .row div{gap:6px;display:flex}.ck-lk08-app-card header b,.ck-lk08-system-grid b{color:#6f2dff;background:#f4edff;border-radius:999px;width:fit-content;padding:5px 8px;font-size:11px}.ck-lk08-app-card span{color:#6f2dff;margin-top:4px;font-size:12px;font-weight:650;display:block}.ck-lk08-app-card footer{gap:7px;display:flex}.ck-lk08-system-grid article{min-height:128px}.ck-lk08-system-grid b{margin-top:10px;display:inline-flex}.ck-lk08-modal,.ck-lk08-drawer{z-index:1000;pointer-events:none;position:fixed;inset:0}.ck-lk08-modal .overlay,.ck-lk08-drawer .overlay{pointer-events:auto;background:#0f172a3d;position:absolute;inset:0}.ck-lk08-modal .panel{pointer-events:auto;background:#fff;border-radius:18px;width:min(720px,94vw);max-height:88vh;padding:18px;position:absolute;top:50%;left:50%;overflow:auto;transform:translate(-50%,-50%);box-shadow:0 24px 70px #0f172a38}.ck-lk08-modal .panel.small{width:min(480px,92vw)}.ck-lk08-drawer .panel{pointer-events:auto;background:#fff;width:min(430px,94vw);height:100%;padding:18px;position:absolute;top:0;right:0;overflow:auto;box-shadow:-18px 0 50px #0f172a29}.ck-lk08-modal header,.ck-lk08-drawer header{border-bottom:1px solid var(--border);justify-content:space-between;gap:14px;padding-bottom:14px;display:flex}.ck-lk08-modal header span,.ck-lk08-drawer header span{color:#6f2dff;font-size:12px;font-weight:650;display:block}.ck-lk08-modal h2,.ck-lk08-drawer h2{color:#111827;margin:5px 0 0;font-size:20px}.ck-lk08-modal header button,.ck-lk08-drawer header button{width:32px;height:32px;padding:0;font-size:20px}.ck-lk08-warning{background:#fbfaff;border:1px solid #6f2dff29;border-radius:14px;margin-top:14px;padding:13px}.ck-lk08-warning strong{color:#3f1499;font-size:13px}.ck-lk08-warning p,.ck-lk08-confirm-text{color:#667085;font-size:13px;line-height:1.4}.ck-lk08-modal footer{border-top:1px solid var(--border);justify-content:flex-end;gap:8px;margin-top:16px;padding-top:14px;display:flex}.ck-lk08-copilot-box{background:#fbfaff;border-radius:14px;gap:10px;margin-top:16px;padding:12px;display:flex}.ck-lk08-copilot-box img{width:42px;height:42px}.ck-lk08-copilot-box p{color:#475467;margin:0;font-size:13px;line-height:1.4}.ck-lk08-copilot-prompts{gap:8px;margin:14px 0;display:grid}.ck-lk08-copilot-prompts button{text-align:left}.ck-lk08-drawer textarea{border:1px solid var(--border);resize:vertical;border-radius:12px;outline:0;width:100%;min-height:110px;padding:10px}@media (max-width:1180px){.ck-lk08-page{grid-template-columns:1fr}.ck-lk08-sidebar{height:auto;position:static}.ck-lk08-sidebar nav{display:flex;overflow:auto}.ck-lk08-sidebar nav button{min-width:max-content}.ck-lk08-stats,.ck-lk08-overview-grid,.ck-lk08-app-grid,.ck-lk08-system-grid,.ck-lk08-suggestions,.ck-lk08-settings-grid{grid-template-columns:repeat(2,1fr)}.ck-lk08-project-box{grid-template-columns:1fr}}@media (max-width:760px){.ck-lk08-header,.ck-lk08-header-actions,.ck-lk08-card header,.ck-lk08-form-card header,.ck-lk08-table-card header{flex-direction:column;align-items:stretch}.ck-lk08-stats,.ck-lk08-overview-grid,.ck-lk08-app-grid,.ck-lk08-system-grid,.ck-lk08-suggestions,.ck-lk08-settings-grid,.ck-lk08-form-grid,.ck-lk08-search{grid-template-columns:1fr}}.ck-lk09-page{grid-template-columns:250px minmax(0,1fr);gap:12px;min-height:calc(100vh - 40px);display:grid}.ck-lk09-sidebar,.ck-lk09-card,.ck-lk09-table-card,.ck-lk09-pricing-card,.ck-lk09-addon-card,.ck-lk09-payment-card,.ck-lk09-current-plan{border:1px solid var(--border);background:#fff;border-radius:16px;box-shadow:0 14px 34px #3f14990f}.ck-lk09-sidebar{align-self:start;height:calc(100vh - 40px);padding:12px;position:sticky;top:20px;overflow:auto}.ck-lk09-brand{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:6px 4px 12px;display:flex}.ck-lk09-brand>span{color:#6f2dff;background:#f4edff;border-radius:11px;place-items:center;width:34px;height:34px;display:grid}.ck-lk09-brand strong{color:#111827;font-size:14px;display:block}.ck-lk09-brand small{color:#667085;margin-top:2px;font-size:12px;display:block}.ck-lk09-sidebar nav{gap:5px;padding:12px 0;display:grid}.ck-lk09-sidebar nav button{color:#475467;text-align:left;background:0 0;border:0;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;min-height:36px;padding:0 10px;font-size:13px;font-weight:600;display:flex}.ck-lk09-sidebar nav button:hover,.ck-lk09-sidebar nav button.active{color:#6f2dff;background:#f4edff}.ck-lk09-sidebar nav b{color:#fff;background:#6f2dff;border-radius:999px;padding:3px 7px;font-size:10px}.ck-lk09-side-card{background:linear-gradient(135deg,#f8f5ff,#fff);border:1px solid #6f2dff24;border-radius:14px;margin-top:10px;padding:12px}.ck-lk09-side-card strong{color:#3f1499;font-size:13px}.ck-lk09-side-card p{color:#667085;margin:6px 0 10px;font-size:12px;line-height:1.35}.ck-lk09-workspace{flex-direction:column;gap:12px;min-width:0;display:flex}.ck-lk09-header{border:1px solid var(--border);background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:18px;min-height:104px;padding:18px 20px;display:flex;box-shadow:0 14px 34px #3f14990f}.ck-lk09-pill{color:#3f1499;background:#e9d9ff;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:12px;font-weight:650;display:inline-flex}.ck-lk09-header h1{color:#111827;margin:8px 0 5px;font-size:22px;font-weight:650;line-height:1.2}.ck-lk09-header p{color:#667085;margin:0;font-size:14px}.ck-lk09-header-actions,.ck-lk09-plan-actions{align-items:center;gap:8px;display:flex}.ck-lk09-page button{border:1px solid var(--border);color:#344054;background:#fff;border-radius:10px;min-height:34px;padding:0 12px;font-size:13px;font-weight:600}.ck-lk09-page button.primary,.ck-lk09-page .primary{box-shadow:0 12px 24px #6f2dff29;color:#fff!important;background:linear-gradient(135deg,#6f2dff,#8e52ff)!important;border-color:#0000!important}.ck-lk09-current-plan{grid-template-columns:minmax(0,1fr) 280px;gap:18px;padding:18px 20px;display:grid}.ck-lk09-current-plan span{color:#3f1499;background:#e9d9ff;border-radius:999px;align-items:center;width:fit-content;min-height:24px;padding:0 9px;font-size:12px;font-weight:650;display:inline-flex}.ck-lk09-current-plan h2{color:#111827;margin:12px 0 6px;font-size:34px;line-height:1}.ck-lk09-current-plan p{color:#667085;font-size:14px;line-height:1.45}.ck-lk09-current-plan aside{background:linear-gradient(135deg,#f8f5ff,#fff);border:1px solid #6f2dff24;border-radius:15px;padding:16px}.ck-lk09-current-plan aside strong{color:#3f1499;font-size:14px}.ck-lk09-current-plan aside b{color:#111827;margin-top:12px;font-size:24px;display:block}.ck-lk09-current-plan aside small{color:#027a48;margin-top:8px;font-weight:700;display:block}.ck-lk09-stats{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.ck-lk09-stats article{border:1px solid var(--border);background:#fff;border-radius:15px;min-height:96px;padding:14px;box-shadow:0 12px 30px #3f14990d}.ck-lk09-stats span{color:#667085;font-size:12px;font-weight:650}.ck-lk09-stats strong{color:#3f1499;margin-top:7px;font-size:24px;line-height:1.1;display:block}.ck-lk09-stats p{color:#6f2dff;margin:7px 0 0;font-size:12px;font-weight:600}.ck-lk09-card,.ck-lk09-table-card{padding:14px;overflow-x:auto}.ck-lk09-card header,.ck-lk09-table-card header{justify-content:space-between;align-items:center;gap:16px;display:flex}.ck-lk09-card h2,.ck-lk09-table-card h2{color:#111827;margin:0;font-size:15px}.ck-lk09-usage-grid{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px;display:grid}.ck-lk09-usage-grid.full{grid-template-columns:repeat(2,1fr)}.ck-lk09-usage-grid article{border:1px solid var(--border);background:#fbfaff;border-radius:14px;padding:13px}.ck-lk09-usage-grid article>div:first-child{justify-content:space-between;gap:10px;display:flex}.ck-lk09-usage-grid strong{color:#111827;font-size:13px}.ck-lk09-usage-grid span{color:#6f2dff;font-size:12px;font-weight:700}.ck-lk09-meter{background:#e9d9ff;border-radius:999px;height:8px;margin:12px 0;overflow:hidden}.ck-lk09-meter i{background:linear-gradient(90deg,#6f2dff,#8e52ff);border-radius:999px;height:100%;display:block}.ck-lk09-meter.danger i{background:linear-gradient(90deg,#f79009,#ef4444)}.ck-lk09-alert,.ck-lk09-warning{background:#fffaeb;border:1px solid #f7900938;border-radius:14px;margin-top:14px;padding:13px}.ck-lk09-alert strong,.ck-lk09-warning strong{color:#b54708;font-size:13px}.ck-lk09-alert p,.ck-lk09-warning p{color:#92400e;font-size:13px;line-height:1.4}.ck-lk09-pricing-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.ck-lk09-pricing-card{padding:16px;position:relative}.ck-lk09-pricing-card.current{border-color:#6f2dff75;box-shadow:0 18px 48px #6f2dff29}.ck-lk09-pricing-card>span{color:#6f2dff;background:#f4edff;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:11px;font-weight:700;display:inline-flex}.ck-lk09-pricing-card h2{color:#111827;margin:14px 0 8px;font-size:22px}.ck-lk09-pricing-card>strong{color:#3f1499;font-size:28px}.ck-lk09-pricing-card small{color:#667085}.ck-lk09-pricing-card p{color:#667085;min-height:56px;font-size:13px;line-height:1.4}.ck-lk09-pricing-card ul{color:#475467;min-height:150px;padding-left:18px;font-size:13px;line-height:1.7}.ck-lk09-pricing-card button{width:100%}.ck-lk09-addon-grid,.ck-lk09-payment-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.ck-lk09-payment-grid{grid-template-columns:repeat(3,1fr)}.ck-lk09-addon-card,.ck-lk09-payment-card{padding:14px}.ck-lk09-addon-card header{justify-content:space-between;align-items:center;display:flex}.ck-lk09-addon-card i{color:#6f2dff;background:#f4edff;border-radius:14px;place-items:center;width:42px;height:42px;display:grid}.ck-lk09-addon-card b,.ck-lk09-payment-card span{color:#6f2dff;background:#f4edff;border-radius:999px;width:fit-content;padding:5px 8px;font-size:11px}.ck-lk09-addon-card>strong,.ck-lk09-payment-card strong{color:#111827;margin-top:14px;font-size:15px;display:block}.ck-lk09-addon-card>span{color:#3f1499;margin-top:5px;font-weight:800;display:block}.ck-lk09-addon-card p,.ck-lk09-payment-card p{color:#667085;min-height:50px;font-size:13px;line-height:1.35}.ck-lk09-addon-card footer{gap:7px;display:flex}.ck-lk09-invoice-table,.ck-lk09-license-table,.ck-lk09-audit-table{min-width:920px;margin-top:12px}.ck-lk09-invoice-table .head,.ck-lk09-invoice-table .row{grid-template-columns:1fr 1.4fr .9fr .8fr .7fr .8fr 170px;align-items:center;gap:10px;padding:12px 14px;display:grid}.ck-lk09-license-table .head,.ck-lk09-license-table .row{grid-template-columns:1fr 1fr 1fr 1fr 110px 110px;align-items:center;gap:10px;padding:12px 14px;display:grid}.ck-lk09-audit-table .head,.ck-lk09-audit-table .row{grid-template-columns:.7fr 1fr 1.4fr 1.3fr .8fr;align-items:center;gap:10px;padding:12px 14px;display:grid}.ck-lk09-invoice-table .head,.ck-lk09-license-table .head,.ck-lk09-audit-table .head{color:#667085;background:#fbfaff;border-radius:12px 12px 0 0;font-size:12px;font-weight:650}.ck-lk09-invoice-table .row,.ck-lk09-license-table .row,.ck-lk09-audit-table .row{border-top:1px solid var(--border);color:#475467;font-size:13px}.ck-lk09-invoice-table .row div{gap:6px;display:flex}.ck-lk09-modal{z-index:1000;pointer-events:none;position:fixed;inset:0}.ck-lk09-modal .overlay{pointer-events:auto;background:#0f172a3d;position:absolute;inset:0}.ck-lk09-modal .panel{pointer-events:auto;background:#fff;border-radius:18px;width:min(680px,94vw);max-height:88vh;padding:18px;position:absolute;top:50%;left:50%;overflow:auto;transform:translate(-50%,-50%);box-shadow:0 24px 70px #0f172a38}.ck-lk09-modal header{border-bottom:1px solid var(--border);justify-content:space-between;gap:14px;padding-bottom:14px;display:flex}.ck-lk09-modal header span{color:#6f2dff;font-size:12px;font-weight:650;display:block}.ck-lk09-modal h2{color:#111827;margin:5px 0 0;font-size:20px}.ck-lk09-modal header p{color:#667085;margin:6px 0 0;font-size:13px}.ck-lk09-modal header button{width:32px;height:32px;padding:0;font-size:20px}.ck-lk09-proration,.ck-lk09-checkout-box,.ck-lk09-form-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:16px;display:grid}.ck-lk09-proration article,.ck-lk09-checkout-box div{border:1px solid var(--border);background:#fbfaff;border-radius:14px;padding:13px}.ck-lk09-proration strong,.ck-lk09-checkout-box span{color:#667085;font-size:12px;display:block}.ck-lk09-proration span,.ck-lk09-checkout-box strong{color:#111827;margin-top:6px;font-size:14px;display:block}.ck-lk09-coupon,.ck-lk09-form-grid label{color:#344054;gap:6px;font-size:13px;font-weight:650;display:grid}.ck-lk09-coupon{margin-top:14px}.ck-lk09-coupon input,.ck-lk09-form-grid input{border:1px solid var(--border);border-radius:10px;outline:0;min-height:38px;padding:0 10px}.ck-lk09-modal footer{border-top:1px solid var(--border);justify-content:flex-end;gap:8px;margin-top:16px;padding-top:14px;display:flex}@media (max-width:1280px){.ck-lk09-page{grid-template-columns:1fr}.ck-lk09-sidebar{height:auto;position:static}.ck-lk09-sidebar nav{display:flex;overflow:auto}.ck-lk09-sidebar nav button{min-width:max-content}.ck-lk09-pricing-grid,.ck-lk09-addon-grid,.ck-lk09-stats,.ck-lk09-usage-grid{grid-template-columns:repeat(2,1fr)}.ck-lk09-current-plan{grid-template-columns:1fr}}@media (max-width:760px){.ck-lk09-header,.ck-lk09-header-actions,.ck-lk09-plan-actions,.ck-lk09-card header,.ck-lk09-table-card header{flex-direction:column;align-items:stretch}.ck-lk09-pricing-grid,.ck-lk09-addon-grid,.ck-lk09-payment-grid,.ck-lk09-stats,.ck-lk09-usage-grid,.ck-lk09-usage-grid.full,.ck-lk09-proration,.ck-lk09-checkout-box,.ck-lk09-form-grid{grid-template-columns:1fr}}.ck-onboarding-page{color:#141029;background:radial-gradient(circle at 0 0,#6f2dff21,#0000 34%),linear-gradient(#fbf8ff 0%,#fff 48%,#fbfaff 100%);min-height:100vh;padding:22px}.ck-onboarding-hero{grid-template-columns:minmax(0,1fr) 330px;gap:16px;margin-bottom:16px;display:grid}.ck-onboarding-hero>div:first-child,.ck-progress-card,.ck-main-panel,.ck-copilot-card,.ck-ready-card,.ck-learning-card,.ck-upgrade-card{background:#ffffffeb;border:1px solid #6f2dff21;box-shadow:0 18px 48px #3f149914}.ck-onboarding-hero>div:first-child{border-radius:20px;padding:22px}.ck-onboarding-hero h1{letter-spacing:-.03em;color:#150a38;margin:0;font-size:25px;line-height:1.15}.ck-onboarding-hero p,.ck-main-panel p,.ck-copilot-card p,.ck-ready-card p,.ck-learning-card p,.ck-upgrade-card p{color:#685f7c;margin:7px 0 0;font-size:13px;line-height:1.45}.ck-segment-row{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.ck-segment-row button,.ck-panel-head button,.ck-step-actions button{color:#4c4167;cursor:pointer;background:#fff;border:1px solid #6f2dff29;border-radius:12px;padding:9px 12px;font-size:12px;font-weight:700}.ck-segment-row button.is-active{color:#fff;background:linear-gradient(135deg,#6f2dff,#8e52ff);border-color:#6f2dff;box-shadow:0 12px 22px #6f2dff38}.ck-progress-card{border-radius:20px;padding:20px}.ck-progress-top{color:#4d4268;justify-content:space-between;align-items:center;font-size:13px;font-weight:800;display:flex}.ck-progress-top strong{color:#6f2dff;font-size:30px}.ck-progress-track{background:#eee7ff;border-radius:999px;height:10px;margin:14px 0 10px;overflow:hidden}.ck-progress-track div{border-radius:inherit;background:linear-gradient(90deg,#6f2dff,#8e52ff);height:100%}.ck-progress-card small{color:#7b718f;margin-top:10px;font-size:12px;line-height:1.4;display:block}.ck-onboarding-grid{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:16px;display:grid}.ck-main-panel,.ck-copilot-card,.ck-ready-card,.ck-learning-card,.ck-upgrade-card{border-radius:20px}.ck-main-panel{padding:18px}.ck-panel-head{justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;display:flex}.ck-panel-head.compact{margin-bottom:10px}.ck-panel-head h2,.ck-copilot-card h2,.ck-ready-card h2,.ck-learning-card h2{color:#17102f;letter-spacing:-.02em;margin:0;font-size:16px}.ck-step-card{background:#fff;border:1px solid #6f2dff1c;border-radius:17px;grid-template-columns:38px minmax(0,1fr);gap:12px;padding:14px;transition:transform .15s,border-color .15s,box-shadow .15s;display:grid}.ck-step-card:hover{border-color:#6f2dff47;transform:translateY(-1px);box-shadow:0 14px 30px #3f149914}.ck-step-card.status-recommended{background:linear-gradient(135deg,#fff 0%,#f6efff 100%);border-color:#6f2dff47}.ck-step-card.status-blocked{opacity:.78}.ck-step-index{color:#6f2dff;background:#efe6ff;border-radius:12px;place-items:center;width:34px;height:34px;font-size:13px;font-weight:900;display:grid}.ck-step-card.status-done .ck-step-index{color:#fff;background:#22c55e}.ck-step-title-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.ck-step-title-row h3{color:#18102e;margin:0;font-size:14px}.ck-status-badge{white-space:nowrap;border-radius:999px;align-items:center;height:24px;padding:0 9px;font-size:11px;font-weight:850;display:inline-flex}.ck-status-badge.status-done{color:#16803a;background:#dcfce7}.ck-status-badge.status-recommended{color:#6f2dff;background:#efe6ff}.ck-status-badge.status-pending{color:#6b5d86;background:#f3f0f8}.ck-status-badge.status-blocked{color:#b45309;background:#fff7ed}.ck-status-badge.status-optional{color:#2563eb;background:#dbeafe}.ck-step-content>p{color:#615873;margin:6px 0 0;font-size:13px}.ck-step-content>small{color:#8a819b;margin-top:5px;font-size:12px;display:block}.ck-step-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;display:flex}.ck-step-actions a,.ck-copilot-buttons a{color:#fff;background:linear-gradient(135deg,#6f2dff,#8e52ff);border-radius:12px;justify-content:center;align-items:center;min-height:34px;padding:0 12px;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex;box-shadow:0 12px 22px #6f2dff2e}.ck-step-actions span{color:#8d829e;margin-left:auto;font-size:12px}.ck-onboarding-side{gap:12px;display:grid}.ck-copilot-card,.ck-ready-card,.ck-learning-card,.ck-upgrade-card{padding:16px}.ck-copilot-head{align-items:center;gap:10px;display:flex}.ck-copilot-icon{color:#fff;background:linear-gradient(135deg,#6f2dff,#8e52ff);border-radius:14px;place-items:center;width:40px;height:40px;font-weight:900;display:grid;box-shadow:0 12px 22px #6f2dff33}.ck-smart-box{background:#f7f2ff;border:1px solid #6f2dff1f;border-radius:16px;margin-top:14px;padding:13px}.ck-smart-box span,.ck-ready-card span{color:#6f2dff;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:900}.ck-smart-box strong{color:#17102f;margin-top:4px;font-size:14px;display:block}.ck-copilot-card label{color:#4b4265;gap:7px;margin-top:13px;font-size:12px;font-weight:800;display:grid}.ck-copilot-card input{color:#19122f;background:#fff;border:1px solid #6f2dff29;border-radius:13px;outline:none;height:38px;padding:0 11px;font-size:13px}.ck-copilot-card input:focus{border-color:#6f2dff80;box-shadow:0 0 0 4px #6f2dff14}.ck-copilot-answer{background:#fff;border:1px solid #6f2dff1a;border-radius:16px;margin-top:12px;padding:13px}.ck-copilot-answer strong{color:#17102f;font-size:13px}.ck-copilot-buttons{grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;display:grid}.ck-ready-card{background:linear-gradient(135deg,#6f2dff14,#fffffff2),#fff}.ck-learning-list{gap:8px;display:grid}.ck-learning-list button{text-align:left;color:#2f2646;cursor:pointer;background:#fff;border:1px solid #6f2dff1c;border-radius:14px;padding:11px;font-size:12px;font-weight:750}.ck-learning-list button span{color:#6f2dff;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:900;display:block}.ck-upgrade-card{color:#fff;background:#150a38}.ck-upgrade-card strong{font-size:14px}.ck-upgrade-card p{color:#ffffffb8}@media (max-width:1100px){.ck-onboarding-hero,.ck-onboarding-grid{grid-template-columns:1fr}.ck-onboarding-side{grid-template-columns:repeat(2,minmax(0,1fr))}.ck-copilot-card{grid-column:1/-1}}@media (max-width:720px){.ck-onboarding-page{padding:14px}.ck-onboarding-hero>div:first-child,.ck-progress-card,.ck-main-panel,.ck-copilot-card,.ck-ready-card,.ck-learning-card,.ck-upgrade-card{border-radius:16px}.ck-onboarding-hero h1{font-size:21px}.ck-step-card{grid-template-columns:1fr}.ck-step-title-row,.ck-panel-head{flex-direction:column;align-items:flex-start}.ck-onboarding-side,.ck-copilot-buttons{grid-template-columns:1fr}.ck-step-actions span{margin-left:0}}.ck-operations-page{color:#15102d;background:radial-gradient(circle at 0 0,#6f2dff24,#0000 33%),linear-gradient(#fbf8ff 0%,#fff 46%,#fbfaff 100%);min-height:100vh;padding:22px}.ck-operations-hero{grid-template-columns:minmax(0,1fr) 340px;gap:16px;margin-bottom:14px;display:grid}.ck-operations-hero>div,.ck-operations-metrics article,.ck-critical-banner,.ck-operational-feed-panel,.ck-ai-insight-card,.ck-task-card,.ck-quick-actions-card{background:#fffffff0;border:1px solid #6f2dff21;border-radius:20px;box-shadow:0 18px 48px #3f149914}.ck-operations-hero>div{padding:22px}.ck-lk-badge{color:#6f2dff;background:#efe6ff;border-radius:999px;align-items:center;height:26px;margin-bottom:12px;padding:0 10px;font-size:12px;font-weight:850;display:inline-flex}.ck-operations-hero h1{color:#150a38;letter-spacing:-.03em;margin:0;font-size:25px;line-height:1.15}.ck-operations-hero p,.ck-operations-question p,.ck-operations-panel-head p,.ck-feed-item p,.ck-ai-insight-card p,.ck-task-card p{color:#685f7c;margin:7px 0 0;font-size:13px;line-height:1.45}.ck-operations-question span{color:#6f2dff;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:900}.ck-operations-question strong{color:#160b37;margin-top:8px;font-size:21px;line-height:1.18;display:block}.ck-operations-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px;display:grid}.ck-operations-metrics article{padding:16px;position:relative;overflow:hidden}.ck-operations-metrics article:after{content:"";background:#6f2dff17;border-radius:999px;width:70px;height:70px;position:absolute;top:-22px;right:-22px}.ck-operations-metrics span{color:#5d5473;font-size:12px;font-weight:800}.ck-operations-metrics strong{color:#120a2e;letter-spacing:-.04em;margin-top:7px;font-size:28px;display:block}.ck-operations-metrics p{color:#7b718e;margin:3px 0 0;font-size:12px}.ck-operations-metrics b{color:#6f2dff;background:#efe6ff;border-radius:999px;padding:5px 8px;font-size:11px;position:absolute;bottom:14px;right:14px}.ck-critical-banner{background:linear-gradient(135deg,#fff7edf5,#fffffff5),#fff;border-color:#f59e0b40;justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;padding:16px 18px;display:flex}.ck-critical-banner span{color:#b45309;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:900}.ck-critical-banner strong{color:#180d30;margin-top:4px;font-size:15px;display:block}.ck-critical-banner p{color:#766b83;margin:4px 0 0;font-size:12px}.ck-critical-banner a,.ck-feed-actions a,.ck-quick-actions-card a,.ck-ai-list button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6f2dff,#8e52ff);border:0;border-radius:12px;justify-content:center;align-items:center;min-height:34px;padding:0 12px;font-size:12px;font-weight:850;text-decoration:none;display:inline-flex;box-shadow:0 12px 22px #6f2dff2e}.ck-operations-grid{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:16px;display:grid}.ck-operational-feed-panel,.ck-ai-insight-card,.ck-task-card,.ck-quick-actions-card{padding:16px}.ck-operations-panel-head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px;display:flex}.ck-operations-panel-head.compact{margin-bottom:10px}.ck-operations-panel-head h2,.ck-ai-insight-card h2,.ck-task-card h2,.ck-quick-actions-card h2{color:#160d32;letter-spacing:-.02em;margin:0;font-size:16px}.ck-filter-row{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.ck-filter-row button,.ck-feed-actions button{color:#4d4268;cursor:pointer;background:#fff;border:1px solid #6f2dff29;border-radius:11px;height:32px;padding:0 10px;font-size:12px;font-weight:750}.ck-filter-row button.is-active{color:#6f2dff;background:#efe6ff;border-color:#6f2dff}.ck-feed-list{gap:10px;display:grid}.ck-feed-item{background:#fff;border:1px solid #6f2dff1c;border-radius:17px;grid-template-columns:12px minmax(0,1fr);gap:12px;padding:14px;display:grid}.ck-feed-item.priority-critical{background:linear-gradient(135deg,#fff,#fff5f5);border-color:#ef444447}.ck-feed-item.priority-high{border-color:#f59e0b3d}.ck-feed-dot{background:#6f2dff;border-radius:999px;width:10px;height:10px;margin-top:5px}.ck-feed-item.priority-critical .ck-feed-dot{background:#ef4444}.ck-feed-item.priority-high .ck-feed-dot{background:#f59e0b}.ck-feed-title-row{justify-content:space-between;gap:10px;display:flex}.ck-feed-title-row span{color:#6f2dff;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:900}.ck-feed-title-row small{color:#988eaa;font-size:12px}.ck-feed-item h3{color:#17102f;margin:5px 0 0;font-size:14px}.ck-feed-actions{flex-wrap:wrap;align-items:center;gap:7px;margin-top:11px;display:flex}.ck-feed-actions b{color:#716585;background:#f3effa;border-radius:999px;margin-left:auto;padding:6px 8px;font-size:11px}.ck-operations-side{gap:12px;display:grid}.ck-ai-head{align-items:center;gap:10px;display:flex}.ck-ai-icon{color:#fff;background:linear-gradient(135deg,#6f2dff,#8e52ff);border-radius:14px;place-items:center;width:40px;height:40px;font-weight:900;display:grid;box-shadow:0 12px 22px #6f2dff33}.ck-ai-list,.ck-task-list{gap:9px;margin-top:13px;display:grid}.ck-ai-list article,.ck-task-list article{background:#fff;border:1px solid #6f2dff1c;border-radius:15px;padding:12px}.ck-ai-list strong,.ck-task-list strong{color:#17102f;font-size:13px}.ck-ai-list button{min-height:30px;margin-top:9px}.ck-task-list article{justify-content:space-between;align-items:center;gap:10px;display:flex}.ck-task-list span{color:#6f2dff;background:#efe6ff;border-radius:999px;padding:6px 8px;font-size:11px;font-weight:850}.ck-quick-actions-card div{grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;display:grid}@media (max-width:1100px){.ck-operations-hero,.ck-operations-grid{grid-template-columns:1fr}.ck-operations-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.ck-operations-page{padding:14px}.ck-operations-hero h1{font-size:21px}.ck-operations-metrics,.ck-quick-actions-card div{grid-template-columns:1fr}.ck-critical-banner,.ck-operations-panel-head{flex-direction:column;align-items:flex-start}.ck-filter-row{justify-content:flex-start}.ck-feed-actions b{margin-left:0}}.ck-central-day-card{background:#fffffff5;border:1px solid #6f2dff24;border-radius:18px;margin-bottom:14px;padding:16px;box-shadow:0 18px 42px #3f149914}.ck-central-day-card>header{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px;display:flex}.ck-central-day-kicker{color:#6f2dff;background:#efe6ff;border-radius:999px;align-items:center;height:24px;margin-bottom:8px;padding:0 9px;font-size:11px;font-weight:850;display:inline-flex}.ck-central-day-card h2{color:#150a38;letter-spacing:-.02em;margin:0;font-size:18px}.ck-central-day-card header p{color:#685f7c;margin:5px 0 0;font-size:13px}.ck-central-day-score{color:#fff;text-align:center;background:linear-gradient(135deg,#6f2dff,#8e52ff);border-radius:16px;min-width:92px;padding:12px;box-shadow:0 14px 26px #6f2dff33}.ck-central-day-score strong{font-size:25px;line-height:1;display:block}.ck-central-day-score span{opacity:.9;margin-top:4px;font-size:11px;display:block}.ck-central-day-grid{grid-template-columns:minmax(0,1fr) 280px;gap:12px;display:grid}.ck-central-day-feed{gap:9px;display:grid}.ck-central-day-item{background:#fff;border:1px solid #6f2dff1f;border-radius:15px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.ck-central-day-item.critical{background:linear-gradient(135deg,#fff,#fff5f5);border-color:#ef44443d}.ck-central-day-item.high{border-color:#f59e0b3d}.ck-central-day-item span{color:#6f2dff;text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:900}.ck-central-day-item h3{color:#17102f;margin:4px 0 0;font-size:13px}.ck-central-day-item p{color:#746a86;margin:4px 0 0;font-size:12px;line-height:1.35}.ck-central-day-item a,.ck-central-ai button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6f2dff,#8e52ff);border:0;border-radius:11px;flex:none;justify-content:center;align-items:center;min-height:32px;padding:0 11px;font-size:12px;font-weight:850;text-decoration:none;display:inline-flex;box-shadow:0 12px 22px #6f2dff29}.ck-central-day-side{gap:9px;display:grid}.ck-central-ai,.ck-central-tasks{background:#fbf8ff;border:1px solid #6f2dff1f;border-radius:15px;padding:12px}.ck-central-ai strong,.ck-central-tasks strong{color:#17102f;margin-bottom:6px;font-size:13px;display:block}.ck-central-ai p{color:#675d79;margin:0 0 9px;font-size:12px;line-height:1.38}.ck-central-tasks{gap:8px;display:grid}.ck-central-tasks>div{border-top:1px solid #6f2dff1a;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:7px;padding-top:8px;display:grid}.ck-central-tasks p{color:#241a3d;margin:0;font-size:12px;font-weight:750}.ck-central-tasks span{color:#7b718f;font-size:11px}.ck-central-tasks b{color:#6f2dff;background:#efe6ff;border-radius:999px;padding:4px 7px;font-size:10px}@media (max-width:1100px){.ck-central-day-grid{grid-template-columns:1fr}}@media (max-width:720px){.ck-central-day-card>header,.ck-central-day-item{flex-direction:column;align-items:flex-start}.ck-central-day-score{width:100%}.ck-central-tasks>div{grid-template-columns:1fr}}.ck-smart-sidebar,.ck-sidebar-nav,.ck-sidebar-item{overflow:visible!important}.ck-sidebar-item{position:relative}.ck-sidebar-item:after,.ck-flyout:before{pointer-events:none!important;display:none!important}.ck-sidebar-item>.ck-flyout{pointer-events:none!important;opacity:0!important;visibility:hidden!important;z-index:9999!important;transition:opacity .1s,transform .1s,visibility .1s!important;left:calc(100% - 1px)!important;transform:translate(4px)!important}.ck-sidebar-item:hover>.ck-flyout,.ck-sidebar-item:focus-within>.ck-flyout{pointer-events:auto!important;opacity:1!important;visibility:visible!important;transform:translate(0)!important}.ck-sidebar-item:not(:hover):not(:focus-within)>.ck-flyout,.ck-sidebar-item:not(:hover):not(:focus-within)>.ck-flyout:hover{pointer-events:none!important;opacity:0!important;visibility:hidden!important;transform:translate(4px)!important}.ck-flyout-menu,.ck-flyout-group,.ck-flyout-link,.ck-flyout-children{pointer-events:auto!important}.ck-flyout-link{min-height:34px}.ck-sidebar-bottom{gap:8px;padding:8px;display:grid;position:relative;overflow:visible!important}.ck-user-menu-wrap{position:relative;overflow:visible}.ck-user-trigger{color:#1b1233;cursor:pointer;background:#ffffffa8;border:1px solid #0000;border-radius:16px;align-items:center;gap:9px;width:100%;min-height:46px;padding:6px;transition:background .14s,border-color .14s,box-shadow .14s;display:flex}.ck-user-trigger:hover,.ck-user-menu-wrap.is-open .ck-user-trigger{background:#fff;border-color:#6f2dff2e;box-shadow:0 14px 30px #3f14991a}.ck-user-avatar{color:#fff;background:linear-gradient(135deg,#6f2dff,#8e52ff);border-radius:999px;flex:none;place-items:center;width:34px;height:34px;display:grid;position:relative;box-shadow:0 10px 20px #6f2dff33}.ck-user-avatar strong{font-size:12px;line-height:1}.ck-user-avatar:after{content:"";background:#22c55e;border:2px solid #fff;border-radius:999px;width:10px;height:10px;position:absolute;bottom:-1px;right:-1px}.ck-user-avatar.status-busy:after{background:#f59e0b}.ck-user-avatar.status-offline:after{background:#9ca3af}.ck-user-avatar.big{width:44px;height:44px}.ck-user-avatar.big strong{font-size:14px}.ck-user-trigger-info{text-align:left;flex:1;min-width:0;display:none}.ck-smart-sidebar:hover .ck-user-trigger-info{display:grid}.ck-user-trigger-info strong{color:#21173a;white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:1.1;overflow:hidden}.ck-user-trigger-info small{color:#7b718c;font-size:11px;line-height:1.2}.ck-user-trigger-arrow{color:#8f83a3;transition:transform .14s;display:none}.ck-smart-sidebar:hover .ck-user-trigger-arrow{display:block}.ck-user-menu-wrap.is-open .ck-user-trigger-arrow{transform:rotate(-90deg)}.ck-user-dropdown{opacity:0;visibility:hidden;pointer-events:none;z-index:10020;background:radial-gradient(circle at 0 0,#6f2dff1f,#0000 35%),#fffffffa;border:1px solid #6f2dff29;border-radius:22px;width:334px;max-height:calc(100vh - 42px);padding:14px;transition:opacity .12s,visibility .12s,transform .12s;position:absolute;bottom:0;left:calc(100% + 10px);overflow:auto;transform:translate(-4px)translateY(4px);box-shadow:0 26px 80px #3f14992e}.ck-user-menu-wrap.is-open .ck-user-dropdown,.ck-user-menu-wrap:focus-within .ck-user-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)translateY(0)}.ck-user-card-head{align-items:center;gap:11px;padding:8px;display:flex}.ck-user-card-head div{gap:2px;min-width:0;display:grid}.ck-user-card-head strong{color:#160d32;font-size:14px}.ck-user-card-head span{color:#675d79;font-size:12px}.ck-user-card-head small{color:#6f2dff;background:#efe6ff;border-radius:999px;width:max-content;padding:4px 8px;font-size:10px;font-weight:850}.ck-user-project{background:#fbf8ff;border:1px solid #6f2dff1f;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;margin-top:8px;padding:12px;display:flex}.ck-user-project div{gap:2px;min-width:0;display:grid}.ck-user-project span,.ck-user-section-title{color:#6f2dff;text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:900}.ck-user-project strong{color:#18102f;font-size:13px}.ck-user-project small{color:#7c718e;font-size:11px}.ck-user-project button,.ck-user-option,.ck-user-preference-row button,.ck-user-actions a,.ck-user-actions button{color:#4a3f65;cursor:pointer;background:#fff;border:1px solid #6f2dff24;border-radius:12px;font-size:12px;font-weight:750}.ck-user-project button{white-space:nowrap;min-height:32px;padding:0 10px}.ck-user-mini-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px;display:grid}.ck-user-mini-stats div{text-align:center;background:#fff;border:1px solid #6f2dff1c;border-radius:15px;padding:10px}.ck-user-mini-stats strong{color:#6f2dff;font-size:18px;line-height:1;display:block}.ck-user-mini-stats span{color:#716783;margin-top:4px;font-size:11px;display:block}.ck-user-section{gap:7px;margin-top:12px;display:grid}.ck-user-option{text-align:left;grid-template-columns:10px minmax(0,1fr);align-items:center;gap:10px;width:100%;min-height:46px;padding:9px 10px;display:grid}.ck-user-option.active{background:#f3edff;border-color:#6f2dff59}.ck-status-dot{background:#22c55e;border-radius:999px;width:9px;height:9px}.ck-status-dot.status-busy{background:#f59e0b}.ck-status-dot.status-offline{background:#9ca3af}.ck-user-option strong{color:#1b1233;font-size:12px;display:block}.ck-user-option small{color:#746a86;margin-top:2px;font-size:11px;display:block}.ck-user-preferences{gap:9px;margin-top:12px;display:grid}.ck-user-preference-row{gap:7px;display:grid}.ck-user-preference-row>span{color:#4f4566;font-size:12px;font-weight:850}.ck-user-preference-row div{flex-wrap:wrap;gap:6px;display:flex}.ck-user-preference-row button{min-height:30px;padding:0 9px}.ck-user-preference-row button.active{color:#fff;background:#6f2dff;border-color:#6f2dff}.ck-user-current-prefs{flex-wrap:wrap;gap:7px;margin-top:10px;display:flex}.ck-user-current-prefs span{color:#6f647c;background:#f4f0fb;border-radius:999px;padding:6px 8px;font-size:11px}.ck-user-current-prefs strong{color:#6f2dff}.ck-user-actions{border-top:1px solid #6f2dff1f;gap:7px;margin-top:12px;padding-top:12px;display:grid}.ck-user-actions a,.ck-user-actions button{justify-content:flex-start;align-items:center;width:100%;min-height:36px;padding:0 11px;text-decoration:none;display:flex}.ck-user-actions button{color:#b42318;background:#fff7f7;border-color:#b4231824}@media (max-width:760px){.ck-user-dropdown{width:auto;max-height:calc(100vh - 24px);position:fixed;bottom:12px;left:12px;right:12px}}.ck-fold-hero{color:#fff;background:radial-gradient(circle at 18% 18%,#6f2dff47,#0000 28%),radial-gradient(circle at 82% 18%,#b892ff1a,#0000 26%),linear-gradient(135deg,#1f1a2e 0%,#291540 48%,#3f1499 100%)}.ck-fold-dark-alt{color:#1f1a2e;background:radial-gradient(circle at 10% 10%,#6f2dff1a,#0000 28%),linear-gradient(#fff 0%,#f5f3fa 100%)}.ck-fold-dark-soft{color:#1f1a2e;background:radial-gradient(circle at 85% 18%,#6f2dff1f,#0000 28%),linear-gradient(#fbf8ff 0%,#fff 100%)}.ck-fold-cta{color:#fff;background:radial-gradient(circle at top,#6f2dff40,#0000 32%),linear-gradient(#140f20 0%,#1f1a2e 100%)}.ck-fold-dark-alt .ck-kicker,.ck-fold-dark-soft .ck-kicker{color:#6f2dff;background:#efe6ff;border-color:#6f2dff2e}.ck-hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(400px,500px);align-items:center;gap:42px;display:grid}.ck-hero-copy h1{color:#fff;letter-spacing:-.065em;max-width:740px;margin:18px 0 0;font-size:clamp(44px,5.2vw,76px);line-height:.96}.ck-hero-actions{flex-wrap:wrap;gap:12px;margin-top:26px;display:flex}.ck-hero-tags{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.ck-hero-tags span{color:#f5f3fa;background:#ffffff0f;border:1px solid #b892ff24;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:750}.ck-hero-preview{min-width:0}.ck-preview-frame{background:#ffffff0a;border:1px solid #b892ff2e;border-radius:28px;overflow:hidden;box-shadow:0 26px 70px #0000003d}.ck-preview-top{border-bottom:1px solid #b892ff1f;align-items:center;gap:8px;height:40px;padding:0 18px;display:flex}.ck-preview-top span{background:#b892ff73;border-radius:999px;width:10px;height:10px}.ck-preview-body{grid-template-columns:54px minmax(0,1fr) 142px;gap:12px;min-height:370px;padding:14px;display:grid}.ck-preview-sidebar{background:#ffffff0a;border-radius:19px;align-content:start;justify-items:center;gap:13px;padding:10px 0;display:grid}.ck-preview-sidebar img{object-fit:contain;width:34px;height:34px}.ck-preview-sidebar i{background:#ffffff14;border-radius:11px;width:25px;height:25px;display:block}.ck-preview-main{align-content:start;gap:11px;display:grid}.ck-preview-search,.ck-preview-highlight,.ck-preview-cards article,.ck-preview-ai{background:#ffffff0d;border:1px solid #b892ff29;border-radius:18px}.ck-preview-search{height:38px}.ck-preview-highlight{padding:16px}.ck-preview-highlight strong,.ck-preview-ai strong{color:#fff;font-size:15px}.ck-preview-highlight p,.ck-preview-ai p{color:#d8cfea;font-size:12px;line-height:1.4}.ck-preview-highlight div{color:#f5f3fa;background:#ffffff0d;border-radius:13px;justify-content:space-between;gap:10px;margin-top:9px;padding:10px 12px;font-size:12px;font-weight:750;display:flex}.ck-preview-highlight b{color:#b892ff}.ck-preview-cards{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.ck-preview-cards article{min-height:76px}.ck-preview-ai{align-self:start;padding:13px}.ck-centered-block{text-align:center}.ck-centered-block h2,.ck-section-head h2,.ck-setup-copy h2,.ck-final-cta h2{color:inherit;letter-spacing:-.05em;margin:14px 0 0;font-size:clamp(34px,4.1vw,54px);line-height:1.04}.ck-centered-block p,.ck-section-head p,.ck-setup-copy p,.ck-final-cta p{color:currentColor;opacity:.74;max-width:720px;margin:16px auto 0;font-size:17px;line-height:1.5}.ck-chip-grid{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:26px;display:flex}.ck-chip-grid b{color:#3f1499;background:#fff;border:1px solid #6f2dff29;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-size:14px;font-weight:850;display:inline-flex;box-shadow:0 14px 34px #3f149912}@media (max-width:1180px){.ck-hero-grid,.ck-setup-grid{grid-template-columns:1fr}.ck-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.ck-landing-nav{flex-wrap:wrap;height:auto;padding:14px 16px}.ck-landing-menu{display:none}.ck-landing-actions{width:100%}.ck-landing-actions a{flex:1}.ck-fold{min-height:auto;padding:44px 0}.ck-fold-inner{width:min(100%,100% - 28px)}.ck-hero-copy h1{font-size:46px}.ck-preview-body{grid-template-columns:1fr}.ck-preview-sidebar,.ck-preview-ai{display:none}.ck-resource-grid{grid-template-columns:1fr}.ck-step-card span{font-size:16px}}.ck-landing{color:#1f1a2e;background:#fff;min-height:100vh}.ck-landing-nav{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border-bottom:1px solid #6f2dff1f;align-items:center;gap:24px;height:76px;padding:0 34px;display:flex;position:sticky;top:0;box-shadow:0 10px 28px #3f14990d}.ck-landing-logo{align-items:center;min-width:180px;display:inline-flex}.ck-landing-logo img{object-fit:contain;width:auto;height:38px}.ck-landing-menu{align-items:center;gap:28px;margin-left:auto;display:flex}.ck-landing-menu a{color:#241b38;font-size:14px;font-weight:800;text-decoration:none}.ck-landing-actions{align-items:center;gap:10px;display:flex}.ck-landing-btn{border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:0 18px;font-size:14px;font-weight:850;text-decoration:none;transition:transform .16s,box-shadow .16s,background .16s,border-color .16s;display:inline-flex}.ck-landing-btn:hover{transform:translateY(-1px)}.ck-landing-btn.primary{color:#fff;background:linear-gradient(135deg,#6f2dff,#8e52ff);box-shadow:0 16px 32px #6f2dff38}.ck-landing-btn.ghost{color:#251b3c;background:#fff;border:1px solid #6f2dff2e}.ck-landing-btn.dark{color:#fff;background:#0f1320;box-shadow:0 18px 34px #0f13202e}.ck-landing-btn.white{color:#241b38;background:#fff;border:1px solid #241b382e;box-shadow:0 14px 28px #241b3814}.ck-landing-btn.outline{color:#fff;background:0 0;border:1px solid #b892ff57}.ck-fold{align-items:center;min-height:calc(100svh - 76px);padding:28px 0;scroll-margin-top:76px;display:flex;overflow:hidden}.ck-fold-inner{width:min(1240px,100% - 48px);margin:0 auto}.ck-fold-hero-light{background:radial-gradient(circle at 50% 18%,#6f2dff14,#0000 34%),linear-gradient(#fff 0%,#f7f4fb 100%)}.ck-fold-dark{color:#fff;background:radial-gradient(circle at 20% 10%,#5a1fe02e,#0000 28%),linear-gradient(#1f1a2e 0%,#140f20 100%)}.ck-fold-light{background:radial-gradient(circle at 82% 14%,#6f2dff0f,#0000 26%),linear-gradient(#fff 0%,#faf7ff 100%)}.ck-fold-cta-dark{color:#fff;background:radial-gradient(circle at top,#6f2dff3d,#0000 34%),linear-gradient(#140f20 0%,#1f1a2e 100%)}.ck-kicker{color:#6f2dff;letter-spacing:.06em;background:#6f2dff1a;border:1px solid #6f2dff1f;border-radius:999px;align-items:center;min-height:32px;padding:0 14px;font-size:12px;font-weight:900;display:inline-flex}.ck-kicker-light{color:#6f2dff;background:#efe5ff;border-color:#6f2dff29}.ck-fold-dark .ck-kicker,.ck-fold-cta-dark .ck-kicker{color:#b892ff;background:#b892ff1f;border-color:#b892ff2e}.ck-hero-wrap{text-align:center;justify-content:center;display:flex}.ck-hero-copy{max-width:1080px}.ck-hero-copy h1 .accent{color:#5a1fe0;font-size:clamp(54px,7vw,104px);font-weight:900;display:block}.ck-hero-copy h1 .base{color:#101521;font-size:clamp(58px,7.4vw,112px);font-weight:900;display:block}.ck-network-badge{color:#fff;background:#4660f0;border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:0 14px;font-size:13px;font-weight:800;display:inline-flex;box-shadow:0 12px 24px #4660f02e}.ck-network-row{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:18px;padding:24px 28px 0;display:inline-flex;position:relative}.ck-network-row:before{content:"";border-top:2px dashed #4660f073;position:absolute;top:12px;left:48px;right:48px}.ck-hero-actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:32px;display:flex}.ck-flow-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:34px;display:grid}.ck-flow-copy h2,.ck-section-head h2,.ck-setup-copy h2,.ck-final-cta h2{letter-spacing:-.05em;color:inherit;margin:16px 0 0;font-size:clamp(34px,4.3vw,58px);line-height:1.04}.ck-flow-copy p,.ck-section-head p,.ck-setup-copy p,.ck-final-cta p{color:inherit;opacity:.76;margin:18px 0 0;font-size:18px;line-height:1.55}.ck-flow-points{gap:12px;margin:22px 0 0;padding:0;list-style:none;display:grid}.ck-flow-points li{color:#241b38;background:#ffffffbf;border:1px solid #6f2dff1a;border-radius:16px;align-items:center;min-height:48px;padding:0 16px;font-size:15px;font-weight:700;display:flex;box-shadow:0 14px 32px #3f14990d}.ck-flow-stage{min-width:0}.ck-flow-placeholder{background:#ffffffdb;border:1px solid #6f2dff1f;border-radius:28px;padding:20px;box-shadow:0 24px 52px #3f149914}.ck-flow-placeholder-top{align-items:center;gap:8px;height:34px;display:flex}.ck-flow-placeholder-top span{background:#6f2dff47;border-radius:999px;width:10px;height:10px}.ck-flow-placeholder-body{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px;margin-top:10px;display:grid}.ck-flow-node{background:#fff;border:1px solid #6f2dff1f;border-radius:22px;min-height:210px;padding:18px;box-shadow:0 18px 36px #3f14990f}.ck-flow-node small{color:#8d84a6;text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:700;display:block}.ck-flow-node strong{color:#161126;margin-top:8px;font-size:24px;line-height:1.1;display:block}.ck-flow-node p{color:#615a76;margin-top:12px;font-size:14px;line-height:1.5}.ck-flow-mini-icons{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.ck-flow-mini-icons img{object-fit:contain;width:36px;height:36px}.ck-flow-arrow{color:#6f2dff;font-size:30px;font-weight:900}.ck-flow-coming{color:#5a1fe0;text-align:center;background:#f5efff;border-radius:16px;margin-top:18px;padding:14px 16px;font-size:14px;font-weight:800}.ck-section-head{text-align:center;max-width:860px;margin:0 auto}.ck-resource-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:30px;display:grid}.ck-resource-card{background:#ffffff0a;border:1px solid #b892ff24;border-radius:24px;min-height:230px;padding:22px;box-shadow:0 18px 48px #00000024}.ck-resource-icon{background:linear-gradient(135deg,#6f2dff,#b892ff);border-radius:16px;width:44px;height:44px;box-shadow:0 16px 32px #6f2dff38}.ck-resource-card h3{color:#fff;margin:18px 0 0;font-size:18px}.ck-resource-card p{color:#d9cfea;margin:12px 0 0;font-size:14px;line-height:1.55}.ck-setup-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:30px;display:grid}.ck-step-list{gap:12px;display:grid}.ck-step-card{background:#fff;border:1px solid #6f2dff1f;border-radius:22px;align-items:center;gap:14px;min-height:76px;padding:16px 18px;display:flex;box-shadow:0 16px 40px #3f14990f}.ck-step-card strong{color:#fff;background:linear-gradient(135deg,#6f2dff,#8e52ff);border-radius:14px;flex:none;place-items:center;width:40px;height:40px;font-size:16px;display:grid}.ck-step-card span{color:#1f1a2e;font-size:18px;font-weight:850}.ck-final-cta{text-align:center}.ck-final-cta p{max-width:760px;margin-left:auto;margin-right:auto}.ck-final-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px;display:flex}@media (max-width:1180px){.ck-flow-grid,.ck-setup-grid{grid-template-columns:1fr}.ck-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ck-flow-placeholder-body{grid-template-columns:1fr}.ck-flow-arrow{text-align:center;transform:rotate(90deg)}}@media (max-width:820px){.ck-landing-nav{flex-wrap:wrap;height:auto;padding:14px 16px}.ck-landing-menu{display:none}.ck-landing-actions{width:100%}.ck-landing-actions a{flex:1}.ck-fold{min-height:auto;padding:44px 0}.ck-fold-inner{width:min(100%,100% - 28px)}.ck-hero-copy h1 .accent{font-size:54px}.ck-hero-copy h1 .base{font-size:62px}.ck-hero-copy p{font-size:18px}.ck-network-row{gap:12px;padding-left:10px;padding-right:10px}.ck-network-row:before{left:18px;right:18px}.ck-network-item,.ck-network-item img{width:42px;height:42px}.ck-resource-grid{grid-template-columns:1fr}.ck-step-card span{font-size:16px}}.ck-network-showcase{margin-top:24px!important}.ck-network-row{gap:14px!important;margin-top:14px!important;padding-top:20px!important}.ck-network-row:before{border-top-width:2px!important;top:9px!important;left:54px!important;right:54px!important}.ck-network-badge{min-height:28px!important;padding:0 13px!important;font-size:12px!important}@media (max-width:820px){.ck-hero-copy h1 .accent{font-size:42px!important}.ck-hero-copy h1 .base{font-size:48px!important}.ck-hero-copy p{font-size:17px!important}.ck-network-item,.ck-network-item img{width:38px!important;height:38px!important}}.ck-fold-hero-light{min-height:calc(100svh - 76px)!important;padding:10px 0 16px!important}.ck-kicker{min-height:28px!important;padding:0 12px!important;font-size:11px!important}.ck-network-showcase{width:min(720px,100%)!important;margin:22px auto 0!important;padding-top:8px!important;position:relative!important}.ck-network-badge{z-index:3!important;min-height:27px!important;padding:0 13px!important;font-size:11px!important;position:relative!important;box-shadow:0 12px 22px #4660f029!important}.ck-network-row:before{content:""!important;border:0!important;border-top:2px solid #6f2dff38!important;border-radius:999px 999px 0 0!important;height:34px!important;position:absolute!important;top:34px!important;left:34px!important;right:34px!important;transform:translateY(-50%)!important}@media (max-width:820px){.ck-fold-hero-light{padding-top:28px!important}.ck-hero-copy h1 .accent{font-size:38px!important}.ck-hero-copy h1 .base{font-size:42px!important}.ck-hero-copy p{font-size:16px!important}.ck-network-row{flex-wrap:wrap!important;gap:10px!important}.ck-network-row:before,.ck-network-row:after{display:none!important}.ck-network-item,.ck-network-item img{width:36px!important;height:36px!important}}.ck-fold-hero-light:before{content:""!important;z-index:0!important;pointer-events:none!important;background:radial-gradient(circle at 50% 0,#b892ff4d 0%,#b892ff24 36%,#fff0 72%),linear-gradient(#e9d9ff85 0%,#f5f3fa6b 46%,#fff0 100%)!important;height:380px!important;position:absolute!important;top:0!important;left:0!important;right:0!important}.ck-network-showcase{background:#fff!important;border:1px solid #6f2dff1a!important;border-radius:30px!important;width:min(720px,100%)!important;margin:18px auto 0!important;padding:14px 18px!important;box-shadow:0 20px 40px #1f1a2e14!important}.ck-network-badge{z-index:3!important;min-height:26px!important;margin-bottom:8px!important;padding:0 12px!important;font-size:11px!important;position:relative!important}.ck-network-row:before{content:""!important;border-top:2px solid #6f2dff2e!important;border-radius:999px 999px 0 0!important;height:30px!important;position:absolute!important;top:26px!important;left:52px!important;right:52px!important;transform:translateY(-50%)!important}.ck-network-row:after{content:""!important;background:linear-gradient(90deg,#0000,#6f2dff6b,#0000)!important;height:1px!important;position:absolute!important;top:26px!important;left:90px!important;right:90px!important;transform:translateY(-50%)!important}.ck-network-item:before{content:""!important;z-index:-1!important;background:#fff!important;border-radius:999px!important;position:absolute!important;inset:-4px!important;box-shadow:0 10px 18px #1f1a2e24!important}.ck-fold-soft-light{padding-top:20px!important}@media (max-width:820px){.ck-fold-hero-light{min-height:auto!important;padding-top:20px!important}.ck-fold-hero-light:before{height:260px!important}.ck-hero-copy h1 .accent{font-size:34px!important}.ck-hero-copy h1 .base{font-size:40px!important}.ck-hero-copy p{font-size:15px!important}.ck-network-showcase{border-radius:24px!important;padding:14px 12px!important}.ck-network-row{flex-wrap:wrap!important;gap:10px!important}.ck-network-row:before,.ck-network-row:after{display:none!important}.ck-network-item,.ck-network-item img{width:36px!important;height:36px!important}}.ck-fold-hero-light{padding:4px 0 18px!important}.ck-hero-copy h1 .accent{font-size:clamp(38px,4.55vw,66px)!important;line-height:.98!important}.ck-hero-copy h1 .base{font-size:clamp(42px,5vw,72px)!important;line-height:1!important}.ck-hero-copy p{max-width:690px!important;margin-top:14px!important;font-size:16px!important;line-height:1.42!important}.ck-network-showcase{border-radius:28px!important;width:min(680px,100%)!important;margin-top:20px!important;padding:12px 16px 13px!important}.ck-network-row{gap:11px!important;padding:9px 4px 2px!important}.ck-network-item,.ck-network-item img{width:36px!important;height:36px!important}.ck-network-item:before{inset:-4px!important}.ck-network-badge{min-height:25px!important;font-size:10.5px!important}.ck-landing-btn.large{min-height:44px!important;padding:0 21px!important;font-size:13.5px!important}@media (max-width:820px){.ck-hero-copy h1 .accent{font-size:36px!important}.ck-hero-copy h1 .base{font-size:40px!important}.ck-hero-copy p{font-size:15px!important}.ck-network-showcase{width:100%!important}}.ck-fold-hero-light:before{background:radial-gradient(circle at 50% 0,#6f2dff33,#0000 44%),linear-gradient(#e9d9ffdb 0%,#fffffff5 78%,#fff 100%)!important;height:315px!important}.ck-hero-wrap{align-items:flex-start!important}.ck-hero-copy h1 .base{color:#111525!important;font-size:clamp(44px,4.85vw,70px)!important;font-weight:900!important;line-height:1!important}.ck-hero-copy p{color:#4a445f!important;max-width:735px!important;margin-top:14px!important;font-size:16px!important;line-height:1.42!important}.ck-network-showcase{background:#fff!important;border:1px solid #6f2dff1f!important;border-radius:28px!important;width:min(680px,100%)!important;margin:20px auto 0!important;padding:11px 18px 14px!important;overflow:hidden!important;box-shadow:0 22px 50px #1f1a2e1a!important}.ck-network-badge{text-transform:lowercase!important;color:#fff!important;background:linear-gradient(135deg,#6f2dff,#4660f0)!important;min-height:24px!important;margin-bottom:5px!important;padding:0 12px!important;font-size:10.5px!important;font-weight:800!important;box-shadow:0 10px 20px #6f2dff2e!important}.ck-network-row:before{content:""!important;background:linear-gradient(90deg,#0000 0%,#6f2dff33 8%,#6f2dff6b 50%,#6f2dff33 92%,#0000 100%)!important;border:0!important;border-radius:999px!important;height:2px!important;position:absolute!important;top:28px!important;left:64px!important;right:64px!important}.ck-network-item:before{content:""!important;background:#fff!important;border-radius:999px!important;position:absolute!important;inset:-4px!important;box-shadow:0 10px 18px #1f1a2e24!important}.ck-network-item img{z-index:2!important;object-fit:contain!important;width:35px!important;height:35px!important;position:relative!important}.ck-landing-btn.large{border-radius:999px!important;min-height:43px!important;padding:0 21px!important;font-size:13px!important}@media (max-width:820px){.ck-fold-hero-light{min-height:auto!important;padding:0 0 28px!important}.ck-fold-hero-light:before{height:260px!important}.ck-hero-copy{padding-top:38px!important}.ck-hero-copy h1 .accent{font-size:36px!important}.ck-hero-copy h1 .base{font-size:40px!important}.ck-hero-copy p{max-width:92%!important;font-size:15px!important}.ck-network-showcase{border-radius:24px!important;width:92%!important;padding:12px 12px 14px!important}.ck-network-row{flex-wrap:wrap!important;gap:10px!important}.ck-network-row:before,.ck-network-row:after{display:none!important}.ck-network-item,.ck-network-item img{width:35px!important;height:35px!important}.ck-hero-actions{width:92%!important;margin-left:auto!important;margin-right:auto!important}.ck-landing-btn.large{flex:100%!important}}@media (max-width:820px){header img[src*=logo-comuniker],header img[src*=logo-compacta-comuniker],header img[src*="/brand/logo-comuniker"],header img[src*="/brand/logo-compacta-comuniker"]{height:40px!important}}.ck-fold-hero-light{isolation:isolate!important;background:#fff!important;padding:0 0 20px!important;position:relative!important;overflow:hidden!important}.ck-hero-copy h1{margin:8px 0 0!important}.ck-hero-copy p{color:#4d4762!important;max-width:760px!important;margin-top:16px!important}.ck-network-badge{z-index:3!important;text-transform:lowercase!important;color:#fff!important;background:linear-gradient(135deg,#6f2dff,#4660f0)!important;min-height:27px!important;margin-bottom:8px!important;padding:0 13px!important;font-size:11px!important;font-weight:800!important;position:relative!important;box-shadow:0 10px 20px #6f2dff2e!important}.ck-network-item{z-index:2!important;place-items:center!important;width:40px!important;height:40px!important;display:grid!important;position:relative!important}.ck-network-item img{object-fit:contain!important;width:40px!important;height:40px!important}.ck-landing-btn.large{min-height:45px!important;padding:0 22px!important}@media (max-width:820px){.ck-fold-hero-light{padding:0 0 28px!important}.ck-fold-hero-light:before{height:210px!important}.ck-hero-copy{padding-top:28px!important}.ck-network-showcase{width:100%!important;padding-top:6px!important}.ck-network-row{flex-wrap:wrap!important;gap:10px!important;padding-top:8px!important}.ck-network-row:before,.ck-network-row:after{display:none!important}.ck-network-item,.ck-network-item img{width:38px!important;height:38px!important}}header img[src*=logo-comuniker],header img[src*=logo-compacta-comuniker],header img[src*="/brand/logo-comuniker"],header img[src*="/brand/logo-compacta-comuniker"]{width:auto!important;height:54px!important;max-height:none!important}@media (max-width:820px){header img[src*=logo-comuniker],header img[src*=logo-compacta-comuniker],header img[src*="/brand/logo-comuniker"],header img[src*="/brand/logo-compacta-comuniker"]{height:44px!important}}.ck-fold-hero-light{isolation:isolate!important;background:linear-gradient(135deg,#120a28 0%,#1a1035 44%,#26124a 100%)!important;min-height:calc(100svh - 76px)!important;padding:0 0 24px!important;position:relative!important;overflow:hidden!important}.ck-hero-wrap,.ck-hero-copy,.ck-network-showcase,.ck-hero-actions{z-index:1!important;position:relative!important}.ck-hero-copy h1 .accent{color:#9b6bff!important;font-size:clamp(40px,4.7vw,68px)!important;font-weight:900!important;line-height:.98!important;display:block!important}.ck-hero-copy h1 .base{color:#fff!important;max-width:980px!important;margin:8px auto 0!important;font-size:clamp(30px,3.3vw,52px)!important;font-weight:900!important;line-height:1.08!important;display:block!important}.ck-network-badge{z-index:3!important;text-transform:lowercase!important;color:#fff!important;background:linear-gradient(135deg,#6f2dff,#8e52ff)!important;border:1px solid #ffffff24!important;min-height:28px!important;margin-bottom:10px!important;padding:0 14px!important;font-size:11px!important;font-weight:800!important;position:relative!important;box-shadow:0 12px 24px #6f2dff47!important}.ck-network-row{flex-wrap:nowrap!important;justify-content:center!important;align-items:center!important;gap:14px!important;width:100%!important;margin-top:0!important;padding:10px 0 2px!important;display:flex!important;position:relative!important}.ck-network-item img{object-fit:contain!important;width:42px!important;height:42px!important;transition:transform .22s,filter .22s,opacity .22s!important}.ck-network-row:hover .ck-network-item{opacity:.76!important;filter:saturate(.92)!important}.ck-landing-btn.large{border-radius:999px!important;min-height:46px!important;padding:0 22px!important;transition:transform .18s,box-shadow .18s,background .18s!important}@media (max-width:980px){.ck-hero-copy{max-width:960px!important}.ck-hero-copy h1 .base{max-width:840px!important}}@media (max-width:820px){.ck-fold-hero-light{min-height:auto!important;padding:0 0 30px!important}.ck-fold-hero-light:before{height:260px!important}.ck-hero-copy{padding-top:28px!important}.ck-hero-copy h1 .accent{font-size:36px!important}.ck-hero-copy h1 .base{font-size:28px!important;line-height:1.12!important}.ck-hero-copy p{max-width:92%!important;font-size:15px!important}.ck-network-showcase{width:100%!important}.ck-network-row{flex-wrap:wrap!important;gap:10px!important;padding-top:8px!important}.ck-network-row:before,.ck-network-row:after{display:none!important}.ck-network-item,.ck-network-item img{width:38px!important;height:38px!important}.ck-hero-actions{width:92%!important;margin-left:auto!important;margin-right:auto!important}.ck-landing-btn.large{flex:100%!important}}.ck-fold-hero-light{background:#1f1a2e!important;min-height:calc(100svh - 76px)!important;padding:0 0 26px!important}.ck-fold-hero-light:before{content:""!important;z-index:0!important;background:radial-gradient(circle at 50% 0,#8e52ff2e,#0000 42%),radial-gradient(circle at 16% 10%,#6f2dff14,#0000 26%),radial-gradient(circle at 84% 8%,#b892ff0f,#0000 22%)!important;height:320px!important;position:absolute!important;top:-30px!important;left:-8%!important;right:-8%!important}.ck-fold-hero-light:after{content:""!important;z-index:0!important;background:linear-gradient(90deg,#0000,#ffffff1a,#0000)!important;height:1px!important;position:absolute!important;top:0!important;left:0!important;right:0!important}.ck-hero-copy{max-width:1080px!important;padding-top:48px!important}.ck-hero-copy h1{letter-spacing:-.04em!important;margin:10px 0 0!important;line-height:1.03!important}.ck-hero-copy h1 .accent{color:#8e52ff!important;font-size:clamp(38px,4.6vw,64px)!important;font-weight:800!important;line-height:1!important}.ck-hero-copy h1 .base{color:#fff!important;max-width:940px!important;margin:10px auto 0!important;font-size:clamp(28px,3.05vw,46px)!important;font-weight:700!important;line-height:1.14!important}.ck-hero-copy p{color:#d9d2e8!important;max-width:760px!important;margin:18px auto 0!important;font-size:17px!important;line-height:1.5!important}.ck-network-showcase{width:min(840px,100%)!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;margin:26px auto 0!important;padding:8px 0 0!important;overflow:visible!important}.ck-network-badge{color:#fff!important;background:linear-gradient(135deg,#6f2dff,#8e52ff)!important;border:1px solid #ffffff1f!important;min-height:28px!important;margin-bottom:10px!important;padding:0 14px!important;font-size:11px!important;font-weight:700!important;box-shadow:0 10px 24px #6f2dff38!important}.ck-network-row{flex-wrap:nowrap!important;justify-content:center!important;align-items:center!important;gap:14px!important;width:100%!important;padding:10px 0 2px!important;display:flex!important;position:relative!important}.ck-network-row:before{content:""!important;background:linear-gradient(90deg,#0000 0%,#b892ff24 8%,#8e52ff57 50%,#b892ff24 92%,#0000 100%)!important;border-radius:999px!important;height:2px!important;position:absolute!important;top:28px!important;left:92px!important;right:92px!important}.ck-network-row:after{content:""!important;background:linear-gradient(#8e52ff70,#8e52ff14)!important;border-radius:999px!important;width:2px!important;height:38px!important;position:absolute!important;top:-8px!important;left:50%!important;transform:translate(-50%)!important}.ck-network-item{z-index:2!important;cursor:pointer!important;place-items:center!important;width:42px!important;height:42px!important;transition:transform .2s,filter .2s,opacity .2s!important;display:grid!important;position:relative!important}.ck-network-item:before{display:none!important}.ck-network-item img{object-fit:contain!important;filter:none!important;width:42px!important;height:42px!important;transition:transform .2s,filter .2s,opacity .2s!important}.ck-network-item:nth-child(odd){transform:translateY(-2px)!important}.ck-network-item:nth-child(2n){transform:translateY(2px)!important}.ck-network-item:hover img,.ck-network-item:focus-visible img{transform:scale(1.02)!important}.ck-hero-actions{gap:12px!important;margin-top:22px!important}.ck-landing-btn.large{border-radius:999px!important;min-height:46px!important;padding:0 22px!important;font-size:14px!important;font-weight:700!important;transition:transform .18s,box-shadow .18s,background .18s!important}.ck-landing-btn.dark.large{color:#fff!important;background:linear-gradient(135deg,#6f2dff,#8e52ff)!important;border:1px solid #ffffff14!important;box-shadow:0 14px 28px #6f2dff38!important}.ck-landing-btn.white.large{color:#fff!important;box-shadow:none!important;background:#ffffff0a!important;border:1px solid #ffffff24!important}.ck-landing-btn.large:hover{transform:translateY(-2px)!important}@media (max-width:820px){.ck-fold-hero-light{min-height:auto!important;padding:0 0 30px!important}.ck-fold-hero-light:before{height:230px!important}.ck-hero-copy{padding-top:30px!important}.ck-hero-copy h1 .accent{font-size:34px!important}.ck-hero-copy h1 .base{font-size:26px!important;line-height:1.14!important}.ck-hero-copy p{max-width:92%!important;font-size:15px!important}.ck-network-showcase{width:100%!important}.ck-network-row{flex-wrap:wrap!important;gap:10px!important}.ck-network-row:before,.ck-network-row:after{display:none!important}.ck-network-item,.ck-network-item img{width:38px!important;height:38px!important}.ck-hero-actions{width:92%!important;margin-left:auto!important;margin-right:auto!important}.ck-landing-btn.large{flex:100%!important}}.ck-hero-copy h1{letter-spacing:-.02em!important}.ck-hero-copy h1 .accent{color:#febf00!important;letter-spacing:-.015em!important}.ck-hero-copy h1 .base{letter-spacing:-.015em!important}@media (max-width:820px){.ck-hero-copy h1{letter-spacing:-.015em!important}.ck-hero-copy h1 .accent,.ck-hero-copy h1 .base{letter-spacing:-.01em!important}}.ck-network-badge{z-index:4!important;letter-spacing:.01em!important;background:linear-gradient(135deg,#6f2dff 0%,#8e52ff 72%,#febf00 180%)!important;min-height:31px!important;margin-bottom:14px!important;padding:0 17px!important;font-size:11.5px!important;position:relative!important;box-shadow:0 12px 24px #6f2dff52,inset 0 0 0 1px #ffffff1f!important}.ck-network-row:before{background:linear-gradient(90deg,#0000 0%,#febf0029 7%,#8e52ff7a 28%,#febf003d 50%,#8e52ff7a 72%,#febf0029 93%,#0000 100%)!important;height:2px!important;top:35px!important;left:90px!important;right:90px!important;box-shadow:0 0 18px #8e52ff3d!important}.ck-network-row:after{background:linear-gradient(#febf0070,#8e52ff3d,#8e52ff0a)!important;height:48px!important;top:-12px!important}.ck-network-item{isolation:isolate!important;width:48px!important;height:48px!important}.ck-network-item[title]:before{content:attr(title)!important;color:#fff!important;white-space:nowrap!important;opacity:0!important;pointer-events:none!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;z-index:8!important;background:#ffffff17!important;border:1px solid #ffffff24!important;border-radius:999px!important;padding:6px 9px!important;font-size:11px!important;font-weight:700!important;transition:opacity .18s,transform .18s!important;position:absolute!important;bottom:-34px!important;left:50%!important;transform:translate(-50%)translateY(4px)!important}.ck-network-item:hover:before,.ck-network-item:focus-visible:before{opacity:1!important;transform:translate(-50%)translateY(0)!important}.ck-network-item:hover:after,.ck-network-item:focus-visible:after{opacity:1!important;width:10px!important;height:10px!important}@media (max-width:820px){.ck-network-showcase{margin-top:26px!important}.ck-network-showcase:before{width:94%!important;height:120px!important}.ck-network-row{gap:12px!important;padding-bottom:4px!important}.ck-network-item,.ck-network-item img{width:40px!important;height:40px!important}.ck-network-item[title]:before{display:none!important}.ck-hero-actions{margin-top:28px!important}}.ck-network-showcase{width:min(960px,100%)!important;margin:36px auto 0!important;padding:4px 0 0!important;position:relative!important}.ck-network-showcase:before{content:""!important;filter:blur(22px)!important;opacity:1!important;pointer-events:none!important;z-index:0!important;background:radial-gradient(circle at 50% 45%,#8e52ff42,#0000 52%),radial-gradient(circle,#febf001a,#0000 70%),linear-gradient(90deg,#0000,#8e52ff1a,#0000)!important;width:min(860px,96%)!important;height:126px!important;position:absolute!important;top:28px!important;left:50%!important;transform:translate(-50%)!important}.ck-network-badge{z-index:5!important;letter-spacing:.01em!important;color:#fff!important;background:linear-gradient(135deg,#6f2dff 0%,#8e52ff 70%,#febf00 190%)!important;border:1px solid #ffffff2e!important;min-height:34px!important;margin-bottom:16px!important;padding:0 19px!important;font-size:12px!important;font-weight:800!important;position:relative!important;box-shadow:0 14px 30px #6f2dff5c,inset 0 0 0 1px #ffffff1a!important}.ck-network-row{z-index:2!important;gap:24px!important;padding-top:18px!important;padding-bottom:10px!important;position:relative!important}.ck-network-row:before{content:""!important;opacity:.95!important;background:repeating-linear-gradient(90deg,#b892ffb8 0 4px,#0000 4px 9px)!important;border-radius:999px!important;height:2px!important;position:absolute!important;top:24px!important;left:86px!important;right:86px!important;box-shadow:0 0 16px #8e52ff57,0 0 28px #febf0014!important}.ck-network-row:after{content:""!important;background:repeating-linear-gradient(#febf0099 0 4px,#0000 4px 8px)!important;border-radius:999px!important;width:2px!important;height:43px!important;position:absolute!important;top:-18px!important;left:50%!important;transform:translate(-50%)!important;box-shadow:0 0 16px #febf003d!important}.ck-network-item{isolation:isolate!important;z-index:3!important;width:50px!important;height:50px!important;position:relative!important}.ck-network-item img{width:50px!important;height:50px!important}.ck-network-item:after{content:""!important;opacity:.9!important;z-index:2!important;background:#febf00!important;border-radius:999px!important;width:8px!important;height:8px!important;position:absolute!important;top:-13px!important;left:50%!important;transform:translate(-50%)!important;box-shadow:0 0 0 4px #febf0014,0 0 16px #febf0075!important}.ck-network-item[title]:before{background:#1f1a2ed1!important;border:1px solid #ffffff2e!important;bottom:-36px!important;box-shadow:0 14px 28px #00000042!important}.ck-network-row:hover .ck-network-item{opacity:.62!important}.ck-network-row:hover .ck-network-item:hover{opacity:1!important}.ck-network-item:hover:after,.ck-network-item:focus-visible:after{background:#fff!important;width:11px!important;height:11px!important;top:-15px!important;box-shadow:0 0 0 5px #febf0029,0 0 22px #febf00b8!important}.ck-hero-actions{margin-top:42px!important}@media (max-width:820px){.ck-network-showcase{width:100%!important;margin-top:28px!important}.ck-network-showcase:before{width:96%!important;height:130px!important}.ck-network-row{flex-wrap:wrap!important;gap:13px!important;padding-top:10px!important}.ck-network-row:before,.ck-network-row:after,.ck-network-item:after{display:none!important}.ck-network-item,.ck-network-item img{width:40px!important;height:40px!important}.ck-hero-actions{margin-top:30px!important}}.ck-network-badge{color:#3f1499!important;background:#fff!important;border:1px solid #b892ff73!important;font-weight:850!important;box-shadow:0 14px 28px #00000038,inset 0 0 0 1px #6f2dff14,0 0 24px #b892ff38!important}.ck-network-row:after{background:repeating-linear-gradient(#ffffffb8 0 4px,#0000 4px 8px)!important;box-shadow:0 0 16px #ffffff2e!important}.ck-network-showcase:hover .ck-network-badge{transform:translateY(-1px)!important;box-shadow:0 16px 32px #0000003d,inset 0 0 0 1px #6f2dff1f,0 0 28px #febf0029!important}.ck-network-showcase:before{filter:blur(24px)!important;opacity:1!important;background:radial-gradient(circle at 50% 45%,#8e52ff57,#0000 50%),radial-gradient(circle,#febf0024,#0000 72%),linear-gradient(90deg,#0000,#8e52ff24,#0000)!important;width:min(940px,99%)!important;height:150px!important;top:22px!important}.ck-network-row:before{opacity:1!important;background:repeating-linear-gradient(90deg,#b892ffd1 0 4px,#0000 4px 8px)!important;height:2px!important;top:24px!important;left:52px!important;right:52px!important;box-shadow:0 0 18px #8e52ff61,0 0 34px #febf001a!important}.ck-network-row:after{height:43px!important;top:-18px!important;box-shadow:0 0 16px #ffffff29,0 0 22px #febf002e!important}.ck-network-item{width:50px!important;height:50px!important}.ck-network-item img{filter:drop-shadow(0 0 8px #8e52ff1f)drop-shadow(0 8px 14px #00000024)!important;width:50px!important;height:50px!important}.ck-network-item:after{opacity:1!important;background:#febf00!important;width:9px!important;height:9px!important;top:-14px!important;box-shadow:0 0 0 4px #febf001a,0 0 18px #febf0085!important}.ck-network-item:hover,.ck-network-item:focus-visible{filter:drop-shadow(0 0 20px #febf004d)drop-shadow(0 0 28px #8e52ff52)drop-shadow(0 18px 30px #00000061)!important;transform:translateY(-11px)scale(1.12)!important}.ck-network-item:hover img,.ck-network-item:focus-visible img{filter:drop-shadow(0 0 14px #febf002e)drop-shadow(0 10px 18px #0003)!important}@media (max-width:820px){.ck-network-showcase:before{width:98%!important;height:132px!important}.ck-network-item,.ck-network-item img{width:40px!important;height:40px!important}}.ck-fold-soft-light{background:radial-gradient(circle at 10% 12%,#6f2dff14,#0000 28%),radial-gradient(circle at 92% 18%,#b892ff24,#0000 30%),linear-gradient(#fff 0%,#f7f3ff 100%)!important}.ck-flow-copy h2{letter-spacing:-.045em!important}.ck-flow-copy p{color:#5f5870!important;max-width:580px!important}.ck-flow-copy li,.ck-flow-copy .ck-flow-chip,.ck-flow-copy .ck-flow-point,.ck-flow-copy .ck-flow-benefit,.ck-flow-copy div[class*=point],.ck-flow-copy div[class*=benefit]{color:#1f1a2e!important;background:linear-gradient(135deg,#fffffff5,#faf7fff5)!important;border:1px solid #6f2dff1f!important;border-radius:18px!important;align-items:center!important;gap:12px!important;min-height:54px!important;padding:0 18px 0 52px!important;font-weight:800!important;transition:transform .18s,box-shadow .18s,border-color .18s!important;display:flex!important;position:relative!important;box-shadow:0 14px 30px #1f1a2e0f,inset 0 0 0 1px #ffffffb3!important}.ck-flow-copy li:first-of-type:before,.ck-flow-copy .ck-flow-chip:first-of-type:before,.ck-flow-copy .ck-flow-point:first-of-type:before,.ck-flow-copy .ck-flow-benefit:first-of-type:before{content:"01"!important}.ck-flow-copy li:nth-of-type(2):before,.ck-flow-copy .ck-flow-chip:nth-of-type(2):before,.ck-flow-copy .ck-flow-point:nth-of-type(2):before,.ck-flow-copy .ck-flow-benefit:nth-of-type(2):before{content:"02"!important}.ck-flow-copy li:nth-of-type(3):before,.ck-flow-copy .ck-flow-chip:nth-of-type(3):before,.ck-flow-copy .ck-flow-point:nth-of-type(3):before,.ck-flow-copy .ck-flow-benefit:nth-of-type(3):before{content:"03"!important}.ck-flow-copy li:before,.ck-flow-copy .ck-flow-chip:before,.ck-flow-copy .ck-flow-point:before,.ck-flow-copy .ck-flow-benefit:before{color:#fff!important;background:linear-gradient(135deg,#6f2dff,#8e52ff)!important;border-radius:999px!important;place-items:center!important;width:26px!important;height:26px!important;font-size:10px!important;font-weight:900!important;display:grid!important;position:absolute!important;left:16px!important;box-shadow:0 10px 18px #6f2dff38!important}.ck-flow-copy li:hover,.ck-flow-copy .ck-flow-chip:hover,.ck-flow-copy .ck-flow-point:hover,.ck-flow-copy .ck-flow-benefit:hover{border-color:#6f2dff38!important;transform:translateY(-2px)!important;box-shadow:0 18px 38px #1f1a2e17,0 0 22px #6f2dff14!important}.ck-flow-note{color:#fff!important;background:linear-gradient(135deg,#6f2dff,#8e52ff)!important;border-radius:18px!important;justify-content:center!important;align-items:center!important;min-height:48px!important;font-weight:850!important;display:flex!important;box-shadow:0 16px 34px #6f2dff2e!important}.ck-flow-visual,.ck-flow-card,.ck-flow-panel,.ck-flow-animation{border-color:#6f2dff1f!important;box-shadow:0 24px 60px #1f1a2e14!important}@media (max-width:820px){.ck-flow-copy li,.ck-flow-copy .ck-flow-chip,.ck-flow-copy .ck-flow-point,.ck-flow-copy .ck-flow-benefit,.ck-flow-copy div[class*=point],.ck-flow-copy div[class*=benefit]{border-radius:16px!important;min-height:50px!important;padding-left:50px!important}.ck-flow-copy h2{letter-spacing:-.035em!important}}.ck-fold-structure,.ck-structure-section,section[class*=structure]{background:radial-gradient(circle at 50% 0,#6f2dff1f,#0000 28%),radial-gradient(circle at 14% 18%,#febf000d,#0000 18%),radial-gradient(circle at 86% 16%,#b892ff1a,#0000 22%),linear-gradient(135deg,#1f1a2e 0%,#1d1731 52%,#24193b 100%)!important}.ck-omni-accent{color:#febf00!important}.ck-structure-copy h2,.ck-structure-head h2,.ck-structure-section h2,.ck-fold-structure h2{color:#fff!important;letter-spacing:-.05em!important;line-height:1.04!important}.ck-structure-copy p,.ck-structure-head p,.ck-structure-section p,.ck-fold-structure p{color:#ffffffc2!important}.ck-structure-grid,div[class*=structure-grid]{gap:18px!important}.ck-structure-grid article,div[class*=structure-grid] article{background:linear-gradient(#ffffff0d,#ffffff08)!important;border:1px solid #b892ff2e!important;border-radius:28px!important;padding:84px 24px 24px!important;transition:transform .18s,border-color .18s,box-shadow .18s!important;position:relative!important;overflow:hidden!important;box-shadow:0 18px 44px #0000002e,inset 0 0 0 1px #ffffff05!important}.ck-structure-grid article:before,div[class*=structure-grid] article:before{content:""!important;background:linear-gradient(135deg,#6f2dff,#8e52ff)!important;border-radius:16px!important;width:44px!important;height:44px!important;position:absolute!important;top:18px!important;left:18px!important;box-shadow:0 14px 24px #6f2dff3d,inset 0 0 0 1px #ffffff0a!important}.ck-structure-grid article:after,div[class*=structure-grid] article:after{color:#fff!important;z-index:2!important;place-items:center!important;width:44px!important;height:44px!important;font-size:18px!important;font-weight:900!important;display:grid!important;position:absolute!important;top:18px!important;left:18px!important}.ck-structure-grid article:first-child:after,div[class*=structure-grid] article:first-child:after{content:"◎"!important}.ck-structure-grid article:nth-child(2):after,div[class*=structure-grid] article:nth-child(2):after{content:"◫"!important}.ck-structure-grid article:nth-child(3):after,div[class*=structure-grid] article:nth-child(3):after{content:"⚡"!important}.ck-structure-grid article:nth-child(4):after,div[class*=structure-grid] article:nth-child(4):after{content:"✦"!important}.ck-structure-grid article>:first-child,div[class*=structure-grid] article>:first-child{position:relative!important}.ck-structure-grid article>:first-child:before,div[class*=structure-grid] article>:first-child:before{content:""!important;background:#febf00!important;border-radius:999px!important;width:54px!important;height:3px!important;position:absolute!important;top:-18px!important;left:0!important;box-shadow:0 0 16px #febf003d!important}.ck-structure-grid article h3,div[class*=structure-grid] article h3{color:#fff!important;margin:0 0 14px!important;font-size:17px!important;line-height:1.2!important}.ck-structure-grid article p,div[class*=structure-grid] article p{color:#ffffffd1!important;margin:0!important;font-size:15px!important;line-height:1.55!important}.ck-structure-grid article:hover,div[class*=structure-grid] article:hover{border-color:#febf0038!important;transform:translateY(-4px)!important;box-shadow:0 24px 52px #00000038,0 0 24px #6f2dff1a!important}@media (max-width:820px){.ck-structure-grid article,div[class*=structure-grid] article{border-radius:22px!important;padding:76px 20px 22px!important}.ck-structure-grid article h3,div[class*=structure-grid] article h3{font-size:16px!important}.ck-structure-grid article p,div[class*=structure-grid] article p{font-size:14px!important}}.ck-pricing-fold{color:#1f1a2e!important;background:radial-gradient(circle at 12% 12%,#6f2dff14,#0000 26%),radial-gradient(circle at 88% 8%,#febf0014,#0000 20%),linear-gradient(#fff 0%,#f7f3ff 100%)!important;align-items:center!important;min-height:calc(100svh - 76px)!important;padding:34px 0!important;display:flex!important}.ck-pricing-inner{width:min(1240px,100% - 64px)!important;margin:0 auto!important}.ck-pricing-head{text-align:center!important;max-width:780px!important;margin:0 auto 22px!important}.ck-pricing-head span{color:#3f1499!important;text-transform:uppercase!important;letter-spacing:.04em!important;background:#febf0024!important;border:1px solid #febf0057!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:30px!important;padding:0 14px!important;font-size:12px!important;font-weight:900!important;display:inline-flex!important}.ck-pricing-head h2{color:#1f1a2e!important;letter-spacing:-.052em!important;margin:14px 0 0!important;font-size:clamp(34px,4.2vw,58px)!important;line-height:1.03!important}.ck-pricing-head p{color:#5f5870!important;max-width:700px!important;margin:14px auto 0!important;font-size:16px!important;line-height:1.5!important}.ck-pricing-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:stretch!important;gap:14px!important;display:grid!important}.ck-price-card{background:#ffffffdb!important;border:1px solid #6f2dff1f!important;border-radius:26px!important;flex-direction:column!important;min-height:378px!important;padding:20px!important;transition:transform .18s,border-color .18s,box-shadow .18s!important;display:flex!important;position:relative!important;overflow:hidden!important;box-shadow:0 20px 48px #1f1a2e12,inset 0 0 0 1px #ffffffb8!important}.ck-price-card:before{content:""!important;pointer-events:none!important;background:radial-gradient(circle at 18% 0,#6f2dff14,#0000 34%),radial-gradient(circle at 86% 2%,#febf0014,#0000 26%)!important;position:absolute!important;inset:0!important}.ck-price-card.featured{border-color:#6f2dff57!important;transform:translateY(-6px)!important;box-shadow:0 26px 60px #6f2dff24,inset 0 0 0 1px #6f2dff14!important}.ck-price-card.featured:after{content:""!important;background:linear-gradient(90deg,#6f2dff,#febf00)!important;border-radius:0 0 999px 999px!important;height:4px!important;position:absolute!important;top:0!important;left:18px!important;right:18px!important}.ck-price-ribbon{color:#1f1a2e!important;z-index:2!important;background:#febf00!important;border-radius:999px!important;align-items:center!important;min-height:26px!important;padding:0 10px!important;font-size:11px!important;font-weight:950!important;display:inline-flex!important;position:absolute!important;top:16px!important;right:16px!important;box-shadow:0 10px 20px #febf0038!important}.ck-price-top,.ck-price-value,.ck-price-card ul,.ck-price-btn{z-index:1!important;position:relative!important}.ck-price-top h3{color:#1f1a2e!important;letter-spacing:-.025em!important;margin:15px 0 0!important;font-size:22px!important}.ck-price-value{color:#1f1a2e!important;align-items:baseline!important;gap:5px!important;min-height:58px!important;margin:16px 0 0!important;display:flex!important}.ck-price-value strong{letter-spacing:-.045em!important;font-size:32px!important;line-height:1!important}.ck-price-card.custom .ck-price-value strong{letter-spacing:-.03em!important;font-size:25px!important}.ck-price-card li{color:#443d55!important;padding-left:22px!important;font-size:13px!important;font-weight:650!important;line-height:1.35!important;position:relative!important}.ck-price-card li:before{content:"✓"!important;color:#6f2dff!important;background:#6f2dff1a!important;border-radius:999px!important;place-items:center!important;width:16px!important;height:16px!important;font-size:10px!important;font-weight:950!important;display:grid!important;position:absolute!important;top:-1px!important;left:0!important}.ck-price-btn{border-radius:999px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-height:42px!important;font-size:13px!important;font-weight:900!important;text-decoration:none!important;transition:transform .18s,box-shadow .18s!important;display:inline-flex!important}.ck-price-btn.primary{color:#fff!important;background:linear-gradient(135deg,#6f2dff,#8e52ff)!important;box-shadow:0 16px 30px #6f2dff38!important}.ck-price-card:hover{border-color:#6f2dff42!important;transform:translateY(-4px)!important;box-shadow:0 28px 64px #1f1a2e1a,0 0 22px #6f2dff12!important}.ck-price-card.featured:hover{transform:translateY(-8px)!important}.ck-price-btn:hover{transform:translateY(-2px)!important}@media (max-width:1100px){.ck-pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ck-price-card.featured{transform:none!important}}@media (max-width:760px){.ck-pricing-fold{min-height:auto!important;padding:42px 0!important}.ck-pricing-inner{width:min(100% - 28px,620px)!important}.ck-pricing-grid{grid-template-columns:1fr!important}.ck-pricing-head h2{font-size:34px!important}.ck-price-card{min-height:auto!important}}.ck-price-card{min-height:470px!important;padding:20px!important}.ck-price-icon{color:#fff!important;background:linear-gradient(135deg,#6f2dff,#8e52ff)!important;border-radius:14px!important;place-items:center!important;width:42px!important;height:42px!important;font-size:15px!important;font-weight:950!important;display:grid!important;box-shadow:0 14px 24px #6f2dff33!important}.ck-price-top p{color:#665f75!important;min-height:52px!important;margin:8px 0 0!important;font-size:13px!important;line-height:1.46!important}.ck-price-card ul{flex:1!important;gap:10px!important;margin:16px 0!important;padding:0!important;list-style:none!important;display:grid!important}.ck-price-card li{color:#443d55!important;background:linear-gradient(135deg,#6f2dff0d,#f8f5ffeb)!important;border:1px solid #6f2dff14!important;border-radius:16px!important;padding:10px 10px 10px 42px!important;line-height:1.35!important;position:relative!important}.ck-price-card li:before{content:"✓"!important;color:#fff!important;background:linear-gradient(135deg,#6f2dff,#8e52ff)!important;border-radius:8px!important;place-items:center!important;width:22px!important;height:22px!important;font-size:11px!important;font-weight:950!important;display:grid!important;position:absolute!important;top:12px!important;left:12px!important;box-shadow:0 10px 16px #6f2dff2e!important}.ck-price-li-title{color:#1f1a2e!important;font-size:14px!important;font-weight:850!important;line-height:1.2!important;display:block!important}.ck-price-li-text{color:#665f75!important;margin-top:4px!important;font-size:12px!important;font-weight:600!important;line-height:1.4!important;display:block!important}.ck-price-card.featured{border-color:#6f2dff57!important;box-shadow:0 26px 60px #6f2dff24,inset 0 0 0 1px #6f2dff14!important}.ck-price-ribbon{color:#1f1a2e!important;background:#febf00!important;box-shadow:0 10px 20px #febf0033!important}.ck-price-btn{min-height:42px!important;font-size:13px!important;font-weight:900!important}.ck-pricing-grid{gap:14px!important}.ck-price-card.custom .ck-price-value{gap:10px!important}@media (max-width:1100px){.ck-price-card{min-height:430px!important}}@media (max-width:760px){.ck-price-card,.ck-price-top p{min-height:auto!important}}.ck-pricing-fold,.ck-pricing-fold *{font-synthesis-weight:none!important}.ck-pricing-head span{letter-spacing:.08em!important;font-weight:650!important}.ck-pricing-head h2{letter-spacing:-.038em!important;font-weight:720!important}.ck-pricing-head p{font-weight:400!important}.ck-price-top h3{letter-spacing:-.018em!important;font-weight:650!important}.ck-price-top p{font-weight:400!important}.ck-price-value strong{letter-spacing:-.032em!important;font-weight:720!important}.ck-price-value small{font-weight:500!important}.ck-price-ribbon{text-transform:uppercase!important;letter-spacing:.04em!important;font-weight:650!important}.ck-price-li-title{letter-spacing:0!important;font-weight:520!important}.ck-price-li-text,.ck-price-card li{font-weight:400!important}.ck-price-card li:before{font-weight:650!important}.ck-price-btn{letter-spacing:0!important;font-weight:650!important}.ck-price-icon{color:#0000!important;border-radius:14px!important;font-size:0!important;font-weight:650!important;position:relative!important;overflow:hidden!important}.ck-price-icon:before{color:#fff!important;place-items:center!important;font-size:17px!important;font-weight:600!important;line-height:1!important;display:grid!important;position:absolute!important;inset:0!important}.ck-pricing-grid .ck-price-card:first-child .ck-price-icon:before{content:"●"!important}.ck-pricing-grid .ck-price-card:nth-child(2) .ck-price-icon:before{content:"✦"!important}.ck-pricing-grid .ck-price-card:nth-child(3) .ck-price-icon:before{content:"◆"!important}.ck-pricing-grid .ck-price-card:nth-child(4) .ck-price-icon:before{content:"⬢"!important}.ck-pricing-grid .ck-price-card{position:relative!important;overflow:hidden!important}.ck-pricing-grid .ck-price-card:after{content:""!important;opacity:1!important;border-radius:0 0 999px 999px!important;height:4px!important;position:absolute!important;top:0!important;left:18px!important;right:18px!important}.ck-pricing-grid .ck-price-card:first-child:after{background:linear-gradient(90deg,#b892ff,#e9d9ff)!important}.ck-pricing-grid .ck-price-card:first-child .ck-price-icon{background:linear-gradient(135deg,#8e52ff,#b892ff)!important;box-shadow:0 14px 24px #8e52ff2e!important}.ck-pricing-grid .ck-price-card:first-child .ck-price-btn.secondary{color:#5a1fe0!important;border-color:#8e52ff3d!important}.ck-pricing-grid .ck-price-card:nth-child(2):after{background:linear-gradient(90deg,#febf00,#ffd65a)!important}.ck-pricing-grid .ck-price-card:nth-child(2) .ck-price-icon{background:linear-gradient(135deg,#febf00,#f6a800)!important;box-shadow:0 16px 28px #febf0033!important}.ck-pricing-grid .ck-price-card:nth-child(2) .ck-price-icon:before{color:#1f1a2e!important}.ck-pricing-grid .ck-price-card:nth-child(2) .ck-price-btn.primary{color:#1f1a2e!important;background:linear-gradient(135deg,#febf00,#f6a800)!important;box-shadow:0 16px 28px #febf002e!important}.ck-pricing-grid .ck-price-card:nth-child(3):after{background:linear-gradient(90deg,#6f2dff,#8e52ff)!important}.ck-pricing-grid .ck-price-card:nth-child(3) .ck-price-icon{background:linear-gradient(135deg,#6f2dff,#8e52ff)!important;box-shadow:0 14px 24px #6f2dff2e!important}.ck-pricing-grid .ck-price-card:nth-child(3) .ck-price-btn.secondary{color:#5a1fe0!important;border-color:#6f2dff3d!important}.ck-pricing-grid .ck-price-card:nth-child(4){background:linear-gradient(#ffffffeb,#f1eff7f5)!important;border-color:#5f587047!important}.ck-pricing-grid .ck-price-card:nth-child(4):after{background:linear-gradient(90deg,#5f5870,#8c869b)!important}.ck-pricing-grid .ck-price-card:nth-child(4) .ck-price-icon{background:linear-gradient(135deg,#5f5870,#8c869b)!important;box-shadow:0 14px 24px #5f587029!important}.ck-pricing-grid .ck-price-card:nth-child(4) .ck-price-btn.secondary{color:#443d55!important;border-color:#5f58703d!important}.ck-price-card li:before{border-radius:8px!important}.ck-pricing-grid .ck-price-card:first-child li:before{background:linear-gradient(135deg,#8e52ff,#b892ff)!important}.ck-pricing-grid .ck-price-card:nth-child(2) li:before{color:#1f1a2e!important;background:linear-gradient(135deg,#febf00,#f6a800)!important}.ck-pricing-grid .ck-price-card:nth-child(3) li:before{background:linear-gradient(135deg,#6f2dff,#8e52ff)!important}.ck-pricing-grid .ck-price-card:nth-child(4) li:before{background:linear-gradient(135deg,#5f5870,#8c869b)!important}.ck-pricing-grid .ck-price-card:hover{transform:translateY(-4px)!important}.ck-pricing-grid .ck-price-card:first-child:hover{box-shadow:0 24px 52px #8e52ff1a,0 0 22px #b892ff1a!important}.ck-pricing-grid .ck-price-card:nth-child(2):hover{box-shadow:0 28px 56px #febf0024,0 0 26px #febf001a!important}.ck-pricing-grid .ck-price-card:nth-child(3):hover{box-shadow:0 24px 52px #6f2dff1f,0 0 22px #6f2dff1a!important}.ck-pricing-grid .ck-price-card:nth-child(4):hover{box-shadow:0 22px 48px #5f58701a,0 0 18px #5f587014!important}.ck-pricing-head{max-width:760px!important;margin:0 auto 18px!important}.ck-pricing-head span{color:#6c6480!important;letter-spacing:.08em!important;text-transform:uppercase!important;background:#febf001a!important;border:1px solid #febf0033!important;font-size:11px!important;font-weight:540!important}.ck-pricing-head h2{color:#2a2440!important;letter-spacing:-.035em!important;margin:12px 0 0!important;font-size:clamp(28px,3.1vw,42px)!important;font-weight:620!important;line-height:1.08!important}.ck-pricing-head p{color:#7d7690!important;max-width:720px!important;margin:12px auto 0!important;font-size:15px!important;font-weight:400!important;line-height:1.55!important}.ck-pricing-grid{align-items:end!important;gap:16px!important}.ck-pricing-grid .ck-price-card{--plan-accent:#b892ff;--plan-surface:#ffffffd6;--plan-border:#b892ff38;background:var(--plan-surface)!important;border:1px solid var(--plan-border)!important;border-radius:26px!important;min-height:520px!important;padding:18px 20px!important;transition:transform .18s,box-shadow .18s,border-color .18s!important;box-shadow:0 16px 34px #1f1a2e0d,inset 0 0 0 1px #ffffff8c!important}.ck-pricing-grid .ck-price-card:before{background:0 0!important}.ck-pricing-grid .ck-price-card:after{content:""!important;background:var(--plan-accent)!important;opacity:.9!important;border-radius:0 0 999px 999px!important;height:3px!important;position:absolute!important;top:0!important;left:18px!important;right:18px!important}.ck-pricing-grid .ck-price-card:nth-child(2){--plan-accent:#febf00!important;--plan-surface:linear-gradient(180deg, #fffcf2fa, #fff7dffa)!important;--plan-border:#febf006b!important;min-height:548px!important;transform:translateY(-10px)!important;box-shadow:0 24px 54px #febf0024,inset 0 0 0 1px #febf001a!important}.ck-pricing-grid .ck-price-card:hover{transform:translateY(-3px)!important;box-shadow:0 22px 44px #1f1a2e14,0 0 18px #6f2dff0d!important}.ck-pricing-grid .ck-price-card:nth-child(2):hover{transform:translateY(-13px)!important;box-shadow:0 28px 60px #febf0029,0 0 20px #febf0014!important}.ck-price-top h3{color:#2a2440!important;letter-spacing:-.01em!important;margin:14px 0 0!important;font-size:16px!important;font-weight:560!important;line-height:1.2!important}.ck-price-top p{color:#7c758e!important;min-height:48px!important;margin:8px 0 0!important;font-size:13px!important;font-weight:400!important;line-height:1.5!important}.ck-price-value{gap:4px!important;margin:14px 0 0!important}.ck-price-value strong{color:#221c37!important;letter-spacing:-.02em!important;font-size:26px!important;font-weight:620!important;line-height:1!important}.ck-price-value small{color:#8b84a0!important;font-size:12px!important;font-weight:450!important}.ck-price-card.custom .ck-price-value strong{font-size:22px!important;line-height:1.04!important}.ck-price-ribbon{color:#2a2440!important;letter-spacing:.05em!important;text-transform:uppercase!important;background:#febf00!important;min-height:24px!important;padding:0 10px!important;font-size:10px!important;font-weight:620!important;top:16px!important;right:16px!important;box-shadow:0 10px 18px #febf0024!important}.ck-price-card ul{gap:0!important;margin:16px 0 14px!important}.ck-price-card li{color:#6f6882!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:10px 0 10px 30px!important}.ck-price-card li:before{background:var(--plan-accent)!important;color:#fff!important;width:18px!important;height:18px!important;box-shadow:none!important;border-radius:6px!important;font-size:10px!important;top:11px!important;left:0!important}.ck-price-li-title{color:#2d2742!important;font-size:14px!important;font-weight:520!important;line-height:1.22!important}.ck-price-li-text{color:#8a839d!important;margin-top:3px!important;font-size:12px!important;font-weight:400!important;line-height:1.42!important}.ck-price-btn{letter-spacing:0!important;min-height:40px!important;box-shadow:none!important;border-radius:999px!important;font-size:13px!important;font-weight:560!important}.ck-price-btn.secondary{color:#5f5870!important;background:#ffffffdb!important;border:1px solid #6f2dff24!important}.ck-price-btn.primary{color:#2a2440!important;box-shadow:none!important;background:#febf00!important;border:1px solid #f6a80047!important}@media (max-width:1100px){.ck-pricing-grid .ck-price-card{min-height:auto!important}.ck-pricing-grid .ck-price-card:nth-child(2){transform:none!important}}@media (max-width:760px){.ck-pricing-head h2{font-size:28px!important}.ck-price-top h3{font-size:16px!important}.ck-price-value strong{font-size:24px!important}}.ck-pricing-grid{align-items:end!important}.ck-pricing-grid .ck-price-card{z-index:1!important;align-self:end!important;min-height:520px!important;transform:none!important}.ck-pricing-grid .ck-price-card:first-child,.ck-pricing-grid .ck-price-card:nth-child(3),.ck-pricing-grid .ck-price-card:nth-child(4){min-height:520px!important;transform:translateY(0)!important}.ck-pricing-grid .ck-price-card:nth-child(2){z-index:3!important;min-height:548px!important;transform:translateY(-14px)!important}.ck-price-top h3{letter-spacing:-.01em!important;color:#2f2942!important;font-size:15px!important;font-weight:540!important;line-height:1.2!important}.ck-price-top p{color:#8a839d!important;font-size:13px!important;font-weight:400!important;line-height:1.48!important}.ck-price-value strong{color:#241e39!important;font-size:25px!important;font-weight:600!important}.ck-price-value small{color:#9a93ab!important;font-weight:430!important}.ck-pricing-grid .ck-price-card{box-shadow:0 14px 28px #1f1a2e0a,inset 0 0 0 1px #ffffff8c!important}.ck-pricing-grid .ck-price-card:first-child{--plan-accent:#b892ff!important;--plan-surface:linear-gradient(180deg, #ffffffe0, #f7f3ffe0)!important;--plan-border:#b892ff3d!important}.ck-pricing-grid .ck-price-card:nth-child(2){--plan-accent:#febf00!important;--plan-surface:linear-gradient(180deg, #fffcf4fa, #fff7e2fa)!important;--plan-border:#febf0066!important;box-shadow:0 24px 52px #febf001a,inset 0 0 0 1px #febf0014!important}.ck-pricing-grid .ck-price-card:nth-child(3){--plan-accent:#8e52ff!important;--plan-surface:linear-gradient(180deg, #ffffffdb, #f7f3ffe6)!important;--plan-border:#8e52ff33!important}.ck-pricing-grid .ck-price-card:nth-child(4){--plan-accent:#8c869b!important;--plan-surface:linear-gradient(180deg, #ffffffdb, #f4f2f8e6)!important;--plan-border:#8c869b38!important}.ck-price-icon{background:var(--plan-accent)!important;width:40px!important;height:40px!important;box-shadow:none!important;color:#0000!important;border-radius:14px!important;font-size:0!important;position:relative!important;overflow:hidden!important}.ck-price-icon:before{content:""!important;background:#fff!important;width:18px!important;height:18px!important;margin:auto!important;position:absolute!important;inset:0!important;-webkit-mask-position:50%!important;mask-position:50%!important;-webkit-mask-size:contain!important;mask-size:contain!important;-webkit-mask-repeat:no-repeat!important;mask-repeat:no-repeat!important}.ck-pricing-grid .ck-price-card:first-child .ck-price-icon:before{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M20.5 3.5c-4.2.2-7.2 2-9.4 5.1-1.5 2.1-2.5 4.7-4.3 7.2-.8 1.1-1.9 2.3-3.3 3.5l1.3 1.3c1.5-1.2 2.8-2.7 3.8-4.2l4.3 1.2-2.2 3.1 1.7 1.1 8.7-12.3c1.8-2.6 1.8-5.3-.6-6z'/></svg>")!important;mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M20.5 3.5c-4.2.2-7.2 2-9.4 5.1-1.5 2.1-2.5 4.7-4.3 7.2-.8 1.1-1.9 2.3-3.3 3.5l1.3 1.3c1.5-1.2 2.8-2.7 3.8-4.2l4.3 1.2-2.2 3.1 1.7 1.1 8.7-12.3c1.8-2.6 1.8-5.3-.6-6z'/></svg>")!important}.ck-pricing-grid .ck-price-card:nth-child(2) .ck-price-icon:before{background:#2a2440!important;-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2a10 10 0 1 0 10 10h-3a7 7 0 1 1-7-7V2zm7.7 1.8-4.2.8 1.6 1.6-3.3 3.3 2.1 2.1 3.3-3.3 1.6 1.6.9-4.1z'/></svg>")!important;mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2a10 10 0 1 0 10 10h-3a7 7 0 1 1-7-7V2zm7.7 1.8-4.2.8 1.6 1.6-3.3 3.3 2.1 2.1 3.3-3.3 1.6 1.6.9-4.1z'/></svg>")!important}.ck-pricing-grid .ck-price-card:nth-child(3) .ck-price-icon:before{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M14.5 2s4.7 1 6.7 7.1c0 0-2 2-5.2 3.2l-2.3 2.3L9 18l-3.2 1.1L7 16l3.4-4.7 2.3-2.3C14 5.9 14.5 2 14.5 2zm.5 6.4a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM8.1 18.7 5 21.8c-.5-2 .2-4.2 2.1-6.1l1 3z'/></svg>")!important;mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M14.5 2s4.7 1 6.7 7.1c0 0-2 2-5.2 3.2l-2.3 2.3L9 18l-3.2 1.1L7 16l3.4-4.7 2.3-2.3C14 5.9 14.5 2 14.5 2zm.5 6.4a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM8.1 18.7 5 21.8c-.5-2 .2-4.2 2.1-6.1l1 3z'/></svg>")!important}.ck-pricing-grid .ck-price-card:nth-child(4) .ck-price-icon:before{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M9.2 3c0 1-.8 1.8-1.8 1.8-.4 0-.7-.1-1-.3C5.3 4.1 4 4.8 4 6.3V9h2.9c-.1-.3-.2-.6-.2-.9 0-1.7 1.4-3.1 3.1-3.1S13 6.4 13 8.1c0 .3-.1.6-.2.9H16V6.3c0-1.4-1.3-2.2-2.4-1.7-.3.2-.7.3-1 .3-1 0-1.8-.8-1.8-1.8H9.2zM16 11h4v2.7c0 1.4-1.2 2.2-2.4 1.7-.3-.2-.7-.3-1-.3-1 0-1.8.8-1.8 1.8 0 .4.1.7.3 1 .5 1.1-.2 2.4-1.7 2.4H11v-3.2c-.3.1-.6.2-.9.2-1.7 0-3.1-1.4-3.1-3.1S8.4 11 10.1 11c.3 0 .6.1.9.2V11H16z'/></svg>")!important;mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M9.2 3c0 1-.8 1.8-1.8 1.8-.4 0-.7-.1-1-.3C5.3 4.1 4 4.8 4 6.3V9h2.9c-.1-.3-.2-.6-.2-.9 0-1.7 1.4-3.1 3.1-3.1S13 6.4 13 8.1c0 .3-.1.6-.2.9H16V6.3c0-1.4-1.3-2.2-2.4-1.7-.3.2-.7.3-1 .3-1 0-1.8-.8-1.8-1.8H9.2zM16 11h4v2.7c0 1.4-1.2 2.2-2.4 1.7-.3-.2-.7-.3-1-.3-1 0-1.8.8-1.8 1.8 0 .4.1.7.3 1 .5 1.1-.2 2.4-1.7 2.4H11v-3.2c-.3.1-.6.2-.9.2-1.7 0-3.1-1.4-3.1-3.1S8.4 11 10.1 11c.3 0 .6.1.9.2V11H16z'/></svg>")!important}.ck-price-card ul{gap:0!important}.ck-price-card li{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:10px 0 10px 28px!important}.ck-price-card li+li{border-top:1px solid #6f2dff14!important}.ck-price-card li:before{background:var(--plan-accent)!important;width:18px!important;height:18px!important;box-shadow:none!important;color:#fff!important;border-radius:6px!important;top:11px!important;left:0!important}.ck-pricing-grid .ck-price-card:nth-child(2) li:before{color:#2a2440!important}.ck-price-li-title{color:#39334f!important;font-size:14px!important;font-weight:510!important}.ck-price-li-text{color:#9088a2!important;font-size:12px!important;font-weight:400!important;line-height:1.4!important}@media (max-width:1100px){.ck-pricing-grid .ck-price-card,.ck-pricing-grid .ck-price-card:nth-child(2){min-height:auto!important;transform:none!important}}.ck-site-footer{color:#fff!important;background:radial-gradient(circle at 12% 0,#febf0029,#0000 24%),radial-gradient(circle at 86% 12%,#b892ff29,#0000 26%),linear-gradient(135deg,#3f1499 0%,#2b1268 42%,#1f1a2e 100%)!important;padding:56px 0 24px!important;position:relative!important;overflow:hidden!important}.ck-site-footer:before{content:""!important;background:linear-gradient(90deg,#6f2dff,#febf00,#8e52ff)!important;height:4px!important;position:absolute!important;top:0!important;left:0!important;right:0!important}.ck-footer-brand{flex-direction:column!important;gap:18px!important;display:flex!important}.ck-footer-logo-card{background:#fffffff5!important;border:1px solid #ffffff2e!important;border-radius:22px!important;align-items:center!important;width:220px!important;min-height:74px!important;padding:14px 16px!important;display:flex!important;box-shadow:0 18px 42px #0000002e!important}.ck-footer-logo-card img{width:100%!important;height:auto!important;display:block!important}.ck-footer-social{gap:10px!important;display:flex!important}.ck-footer-social a{color:#fff!important;background:#ffffff14!important;border:1px solid #ffffff1f!important;border-radius:12px!important;place-items:center!important;width:36px!important;height:36px!important;font-size:11px!important;font-weight:520!important;text-decoration:none!important;transition:transform .18s,background .18s,border-color .18s!important;display:grid!important}.ck-footer-social a:hover{color:#1f1a2e!important;background:#febf00!important;border-color:#febf00!important;transform:translateY(-2px)!important}.ck-footer-columns{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:28px!important;display:grid!important}.ck-footer-columns nav span{color:#febf00!important;letter-spacing:.1em!important;font-size:11px!important;font-weight:560!important;line-height:1!important}.ck-footer-bottom{color:#ffffff9e!important;border-top:1px solid #ffffff1f!important;justify-content:space-between!important;gap:20px!important;width:min(1240px,100% - 64px)!important;margin:42px auto 0!important;padding-top:20px!important;display:flex!important}.ck-footer-bottom p{margin:0!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}@media (max-width:980px){.ck-site-footer-inner{grid-template-columns:1fr!important;gap:34px!important}.ck-footer-columns{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:640px){.ck-site-footer{padding:42px 0 22px!important}.ck-site-footer-inner,.ck-footer-bottom{width:min(100% - 28px,620px)!important}.ck-footer-columns{grid-template-columns:1fr!important}.ck-footer-bottom{flex-direction:column!important}}.ck-site-footer{color:#1f1a2e!important;background:radial-gradient(circle at 12% 0,#ffffff5c,#0000 24%),radial-gradient(circle at 88% 8%,#6f2dff1f,#0000 22%),linear-gradient(135deg,#febf00 0%,#ffd34d 52%,#f4b400 100%)!important;padding:54px 0 24px!important}.ck-site-footer:before{background:linear-gradient(90deg,#6f2dff,#3f1499,#6f2dff)!important;height:5px!important}.ck-footer-logo-card{background:#ffffffeb!important;border:1px solid #1f1a2e1a!important;box-shadow:0 16px 34px #1f1a2e1a!important}.ck-footer-brand p{color:#1f1a2ec7!important;font-size:14px!important;line-height:1.58!important}.ck-footer-social a{color:#1f1a2e!important;background:#1f1a2e14!important;border:1px solid #1f1a2e1f!important}.ck-footer-social a:hover{color:#fff!important;background:#1f1a2e!important;border-color:#1f1a2e!important}.ck-footer-columns nav span{color:#3f1499!important;letter-spacing:.12em!important;font-size:11px!important;font-weight:560!important}.ck-footer-columns nav a{color:#1f1a2ec7!important;font-size:14px!important;font-weight:400!important}.ck-footer-columns nav a:hover{color:#3f1499!important}.ck-footer-bottom{color:#1f1a2ead!important;border-top:1px solid #1f1a2e29!important}.ck-footer-bottom p{color:#1f1a2ead!important}.ck-site-footer{flex-direction:column!important;justify-content:center!important;min-height:340px!important;padding:74px 0 34px!important;display:flex!important}.ck-site-footer-inner{grid-template-columns:360px minmax(0,1fr)!important;align-items:start!important;gap:72px!important;width:min(1240px,100% - 64px)!important;margin:0 auto!important;display:grid!important}.ck-footer-brand{flex-direction:column!important;gap:20px!important;padding-top:8px!important;display:flex!important}.ck-footer-logo-card{width:240px!important;min-height:auto!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}.ck-footer-logo-card img{width:240px!important;max-width:100%!important;height:auto!important;display:block!important}.ck-footer-brand p{color:#1f1a2ecc!important;max-width:320px!important;margin:0!important;font-size:15px!important;font-weight:400!important;line-height:1.62!important}.ck-footer-social{display:none!important}.ck-footer-columns{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:34px!important;padding-top:4px!important;display:grid!important}.ck-footer-columns nav{flex-direction:column!important;gap:14px!important;display:flex!important}.ck-footer-columns nav span{color:#3f1499!important;letter-spacing:.14em!important;text-transform:uppercase!important;font-size:11px!important;font-weight:560!important;line-height:1!important}.ck-footer-columns nav a{color:#1f1a2ecc!important;font-size:15px!important;font-weight:400!important;line-height:1.42!important;text-decoration:none!important;transition:color .18s,transform .18s!important}.ck-footer-columns nav a:hover{color:#3f1499!important;transform:translate(3px)!important}.ck-footer-bottom{border-top:1px solid #1f1a2e24!important;justify-content:space-between!important;gap:20px!important;width:min(1240px,100% - 64px)!important;margin:46px auto 0!important;padding-top:18px!important;display:flex!important}.ck-footer-bottom p{color:#1f1a2ead!important;margin:0!important;font-size:13px!important;font-weight:400!important;line-height:1.45!important}@media (max-width:980px){.ck-site-footer{min-height:auto!important;padding:56px 0 28px!important}.ck-site-footer-inner{grid-template-columns:1fr!important;gap:34px!important}.ck-footer-columns{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important}.ck-footer-bottom{margin-top:34px!important}}@media (max-width:640px){.ck-site-footer{padding:44px 0 24px!important}.ck-site-footer-inner,.ck-footer-bottom{width:min(100% - 28px,620px)!important}.ck-footer-logo-card,.ck-footer-logo-card img{width:210px!important}.ck-footer-columns{grid-template-columns:1fr!important}.ck-footer-bottom{flex-direction:column!important;gap:10px!important}}.ck-site-footer{min-height:460px!important;padding:108px 0 54px!important}.ck-site-footer-inner{grid-template-columns:380px minmax(0,1fr)!important;align-items:start!important;gap:92px!important}.ck-footer-brand{gap:28px!important;padding-top:18px!important}.ck-footer-logo-card,.ck-footer-logo-card img{width:260px!important}.ck-footer-brand p{max-width:340px!important;font-size:16px!important;line-height:1.72!important}.ck-footer-columns{gap:42px!important;padding-top:14px!important}.ck-footer-columns nav{gap:18px!important}.ck-footer-columns nav a{font-size:16px!important;line-height:1.46!important}.ck-footer-bottom{margin:62px auto 0!important;padding-top:22px!important}@media (max-width:980px){.ck-site-footer{min-height:auto!important;padding:74px 0 38px!important}.ck-site-footer-inner{grid-template-columns:1fr!important;gap:44px!important}.ck-footer-columns{gap:28px!important}.ck-footer-bottom{margin-top:38px!important}}@media (max-width:640px){.ck-site-footer{padding:56px 0 28px!important}.ck-footer-logo-card,.ck-footer-logo-card img{width:220px!important}.ck-footer-brand p,.ck-footer-columns nav a{font-size:15px!important}}.ck-landing-nav a,.ck-landing-header nav a,.ck-landing-header a{letter-spacing:-.005em!important;font-weight:430!important}.ck-landing-nav a,.ck-landing-header nav a{color:#1f1a2e!important;opacity:.92!important;transition:color .18s,opacity .18s,transform .18s!important}.ck-landing-nav a:hover,.ck-landing-header nav a:hover{color:#6f2dff!important;opacity:1!important;transform:translateY(-1px)!important}.ck-landing-header .ck-landing-btn,.ck-landing-header a[class*=btn],.ck-landing-btn.primary,.ck-landing-btn.white,.ck-landing-btn.dark,.ck-landing-btn.outline{letter-spacing:0!important;font-weight:520!important}.ck-landing-header .ck-landing-btn.primary{font-weight:560!important}@media (max-width:820px){.ck-landing-nav a,.ck-landing-header nav a,.ck-landing-header a{font-weight:430!important}}.ck-landing-header{-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;background:#fffffff0!important;border-bottom:1px solid #6f2dff14!important}.ck-landing-header,.ck-landing-header *{font-synthesis-weight:none!important}.ck-landing-header nav a,.ck-landing-nav a{color:#2e2940!important;letter-spacing:0!important;opacity:.88!important;font-size:14px!important;font-weight:400!important;text-decoration:none!important}.ck-landing-header nav a:hover,.ck-landing-nav a:hover{color:#6f2dff!important;opacity:1!important}.ck-landing-header .ck-landing-btn,.ck-landing-header a[class*=btn]{letter-spacing:0!important;min-height:42px!important;box-shadow:none!important;border-radius:999px!important;padding:0 22px!important;font-size:14px!important;font-weight:500!important;transition:transform .18s,border-color .18s,background .18s!important}.ck-landing-header .ck-landing-btn.white,.ck-landing-header .ck-landing-btn.outline,.ck-landing-header a[href*=dashboard]{color:#1f1a2e!important;background:#febf00!important;border:1px solid #eaa00047!important}.ck-landing-header .ck-landing-btn.primary,.ck-landing-header a[href*=onboarding]{color:#fff!important;background:#6f2dff!important;border:1px solid #6f2dff2e!important}.ck-landing-header .ck-landing-btn:hover,.ck-landing-header a[class*=btn]:hover{transform:translateY(-1px)!important}.ck-landing-header .ck-landing-btn.primary,.ck-landing-header .ck-landing-btn.white,.ck-landing-header .ck-landing-btn.dark,.ck-landing-header .ck-landing-btn.outline{background-image:none!important}.ck-landing-header .ck-landing-nav a,.ck-landing-header nav a{color:#2e2940!important;opacity:.9!important;font-weight:400!important}.ck-landing-header a[href*=\/dashboard].ck-landing-btn,.ck-landing-header a[href*="app.comuniker.com.br/dashboard"],.ck-landing-header .ck-landing-btn.white{color:#1f1a2e!important;box-shadow:none!important;background:#febf00!important;border:1px solid #eaa0005c!important;font-weight:500!important}.ck-landing-header a[href*=\/onboarding].ck-landing-btn,.ck-landing-header a[href*="app.comuniker.com.br/onboarding"],.ck-landing-header .ck-landing-btn.primary{color:#fff!important;box-shadow:none!important;background:#6f2dff!important;border:1px solid #6f2dff38!important;font-weight:500!important}.ck-landing-header .ck-landing-btn{letter-spacing:0!important;border-radius:999px!important;min-height:42px!important;padding:0 22px!important;font-size:14px!important}.ck-landing-header>div:last-child,.ck-landing-header .ck-landing-actions,.ck-landing-actions{align-items:center!important;gap:10px!important;display:flex!important}.ck-landing-header .ck-landing-actions a,.ck-landing-header>div:last-child a.ck-landing-btn,.ck-landing-header a.ck-landing-btn{letter-spacing:0!important;height:42px!important;min-height:42px!important;box-shadow:none!important;background-image:none!important;border-radius:999px!important;padding:0 22px!important;font-size:14px!important;font-weight:500!important;text-decoration:none!important}.ck-landing-header a.ck-landing-btn[href*=dashboard],.ck-landing-header a[href*="app.comuniker.com.br/dashboard"]{color:#1f1a2e!important;background:#febf00!important;border:1px solid #eaa00061!important}.ck-landing-header a.ck-landing-btn[href*=onboarding],.ck-landing-header a[href*="app.comuniker.com.br/onboarding"]{color:#fff!important;background:#6f2dff!important;border:1px solid #6f2dff38!important}.ck-landing-header a.ck-landing-btn.primary,.ck-landing-header a.ck-landing-btn.dark,.ck-landing-header a.ck-landing-btn.white,.ck-landing-header a.ck-landing-btn.outline{box-shadow:none!important}.ck-landing-header a.ck-landing-btn:hover{transform:translateY(-1px)!important}.ck-landing-header a.ck-landing-btn[href*=dashboard]:hover{color:#1f1a2e!important;background:#f4b400!important}.ck-landing-header a.ck-landing-btn[href*=onboarding]:hover{color:#fff!important;background:#5a1fe0!important}.ck-omni-card>span:first-child,.ck-omni-card>div:first-child,.ck-omni-card-icon,.ck-feature-card>span:first-child,.ck-feature-card>div:first-child{width:54px!important;height:54px!important;box-shadow:none!important;opacity:1!important;background:#febf00!important;border:0!important;border-radius:0!important;margin-bottom:22px!important;display:block!important;-webkit-mask-position:50%!important;mask-position:50%!important;-webkit-mask-size:contain!important;mask-size:contain!important;-webkit-mask-repeat:no-repeat!important;mask-repeat:no-repeat!important}.ck-omni-card:first-child>span:first-child,.ck-omni-card:first-child>div:first-child,.ck-feature-card:first-child>span:first-child,.ck-feature-card:first-child>div:first-child{-webkit-mask-image:url(/icones-padrão/omnichannel-service.svg)!important;mask-image:url(/icones-padrão/omnichannel-service.svg)!important}.ck-omni-card:nth-child(2)>span:first-child,.ck-omni-card:nth-child(2)>div:first-child,.ck-feature-card:nth-child(2)>span:first-child,.ck-feature-card:nth-child(2)>div:first-child{-webkit-mask-image:url(/icones-padrão/crm-context.svg)!important;mask-image:url(/icones-padrão/crm-context.svg)!important}.ck-omni-card:nth-child(3)>span:first-child,.ck-omni-card:nth-child(3)>div:first-child,.ck-feature-card:nth-child(3)>span:first-child,.ck-feature-card:nth-child(3)>div:first-child{-webkit-mask-image:url(/icones-padrão/commercial-automation.svg)!important;mask-image:url(/icones-padrão/commercial-automation.svg)!important}.ck-omni-card:nth-child(4)>span:first-child,.ck-omni-card:nth-child(4)>div:first-child,.ck-feature-card:nth-child(4)>span:first-child,.ck-feature-card:nth-child(4)>div:first-child{-webkit-mask-image:url(/icones-padrão/operational-ai.svg)!important;mask-image:url(/icones-padrão/operational-ai.svg)!important}.ck-omni-grid>article:first-child>span:first-child,.ck-omni-grid>article:first-child>div:first-child{-webkit-mask-image:url(/icones-padrão/omnichannel-service.svg)!important;mask-image:url(/icones-padrão/omnichannel-service.svg)!important}.ck-omni-grid>article:nth-child(2)>span:first-child,.ck-omni-grid>article:nth-child(2)>div:first-child{-webkit-mask-image:url(/icones-padrão/crm-context.svg)!important;mask-image:url(/icones-padrão/crm-context.svg)!important}.ck-omni-grid>article:nth-child(3)>span:first-child,.ck-omni-grid>article:nth-child(3)>div:first-child{-webkit-mask-image:url(/icones-padrão/commercial-automation.svg)!important;mask-image:url(/icones-padrão/commercial-automation.svg)!important}.ck-omni-grid>article:nth-child(4)>span:first-child,.ck-omni-grid>article:nth-child(4)>div:first-child{-webkit-mask-image:url(/icones-padrão/operational-ai.svg)!important;mask-image:url(/icones-padrão/operational-ai.svg)!important}@media (max-width:760px){.ck-omni-card>span:first-child,.ck-omni-card>div:first-child,.ck-feature-card>span:first-child,.ck-feature-card>div:first-child{width:46px!important;height:46px!important;margin-bottom:18px!important}}.ck-dobra03-real-icon{width:56px!important;height:56px!important;box-shadow:none!important;opacity:1!important;background:#febf00!important;border:0!important;border-radius:0!important;margin:0 0 22px!important;display:block!important;-webkit-mask-position:50%!important;mask-position:50%!important;-webkit-mask-size:contain!important;mask-size:contain!important;-webkit-mask-repeat:no-repeat!important;mask-repeat:no-repeat!important}.ck-dobra03-icon-omnichannel{-webkit-mask-image:url(/icones-padrão/omnichannel-service.svg)!important;mask-image:url(/icones-padrão/omnichannel-service.svg)!important}.ck-dobra03-icon-crm{-webkit-mask-image:url(/icones-padrão/crm-context.svg)!important;mask-image:url(/icones-padrão/crm-context.svg)!important}.ck-dobra03-icon-automation{-webkit-mask-image:url(/icones-padrão/commercial-automation.svg)!important;mask-image:url(/icones-padrão/commercial-automation.svg)!important}.ck-dobra03-icon-ai{-webkit-mask-image:url(/icones-padrão/operational-ai.svg)!important;mask-image:url(/icones-padrão/operational-ai.svg)!important}@media (max-width:760px){.ck-dobra03-real-icon{width:46px!important;height:46px!important;margin-bottom:18px!important}}.ck-resource-card .ck-resource-icon{width:56px!important;height:56px!important;box-shadow:none!important;opacity:1!important;-webkit-mask:var(--icon) center / contain no-repeat!important;-webkit-mask:var(--icon) center / contain no-repeat!important;mask:var(--icon) center / contain no-repeat!important;background:#febf00!important;border:0!important;border-radius:0!important;margin:0 0 22px!important;display:block!important}.ck-resource-card:hover .ck-resource-icon{background:#ffd34d!important}@media (max-width:760px){.ck-resource-card .ck-resource-icon{width:46px!important;height:46px!important;margin-bottom:18px!important}}.ck-resource-card .ck-resource-icon{opacity:1!important;filter:none!important;mix-blend-mode:normal!important;width:62px!important;height:62px!important;box-shadow:none!important;-webkit-mask:var(--icon) center / contain no-repeat!important;-webkit-mask:var(--icon) center / contain no-repeat!important;mask:var(--icon) center / contain no-repeat!important;background:#febf00!important;border:0!important;border-radius:0!important;margin:0 0 24px!important;display:block!important}.ck-resource-card:hover .ck-resource-icon{opacity:1!important;filter:none!important;background:#ffd34d!important}@media (max-width:760px){.ck-resource-card .ck-resource-icon{width:50px!important;height:50px!important;margin-bottom:18px!important}}.ck-resource-grid .ck-resource-card .ck-resource-icon{z-index:2!important;color:#febf00!important;opacity:1!important;filter:none!important;mix-blend-mode:normal!important;width:66px!important;min-width:66px!important;height:66px!important;min-height:66px!important;box-shadow:none!important;-webkit-mask:var(--icon) center / contain no-repeat!important;-webkit-mask:var(--icon) center / contain no-repeat!important;mask:var(--icon) center / contain no-repeat!important;-webkit-mask-mode:alpha!important;background:#febf00!important;border:0!important;border-radius:0!important;margin:0 0 24px!important;padding:0!important;display:block!important;position:relative!important;-webkit-mask-source-type:alpha!important;mask-mode:alpha!important}.ck-resource-grid .ck-resource-card .ck-resource-icon:before,.ck-resource-grid .ck-resource-card .ck-resource-icon:after{content:none!important;opacity:0!important;display:none!important}.ck-resource-grid .ck-resource-card .ck-resource-icon{drop-shadow:none!important;filter:drop-shadow(0 10px 22px #febf0038)!important}.ck-resource-grid .ck-resource-card:hover .ck-resource-icon{color:#ffd34d!important;opacity:1!important;filter:drop-shadow(0 12px 26px #ffd34d47)!important;background:#ffd34d!important}@media (max-width:760px){.ck-resource-grid .ck-resource-card .ck-resource-icon{width:52px!important;min-width:52px!important;height:52px!important;min-height:52px!important;margin-bottom:18px!important}}#recursos,#multicanal{scroll-margin-top:92px!important}.ck-resource-head,.ck-section-head{margin-bottom:30px!important}.ck-resource-head h2,.ck-section-head h2{margin-bottom:18px!important;font-size:clamp(38px,4.4vw,64px)!important;line-height:.98!important}.ck-resource-head p,.ck-section-head p{font-size:17px!important;line-height:1.45!important}.ck-resource-grid .ck-resource-card .ck-resource-icon{opacity:1!important;mix-blend-mode:normal!important;width:48px!important;min-width:48px!important;height:48px!important;min-height:48px!important;-webkit-mask:var(--icon) center / contain no-repeat!important;-webkit-mask:var(--icon) center / contain no-repeat!important;mask:var(--icon) center / contain no-repeat!important;filter:drop-shadow(0 8px 18px #ffd34d4d)brightness(1.28)saturate(1.25)!important;background:#ffd34d!important;margin:0 0 18px!important}.ck-resource-section,.ck-resources-section{padding-top:74px!important;padding-bottom:64px!important}section:has(.ck-resource-grid){padding-top:74px!important;padding-bottom:64px!important}@media (max-width:760px){.ck-resource-grid{gap:12px!important}.ck-resource-card{min-height:auto!important;padding:26px 20px 22px!important}.ck-resource-grid .ck-resource-card .ck-resource-icon{width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;margin-bottom:14px!important}.ck-resource-card h3{font-size:17px!important}.ck-resource-card p{font-size:13.5px!important}}section:has(.ck-resource-grid){padding-top:58px!important;padding-bottom:52px!important}:is(section:has(.ck-resource-grid) .ck-section-head,section:has(.ck-resource-grid) .ck-resource-head){margin-bottom:24px!important}section:has(.ck-resource-grid) h2{margin-bottom:14px!important;font-size:clamp(34px,4vw,56px)!important;line-height:.96!important}:is(section:has(.ck-resource-grid) .ck-section-head p,section:has(.ck-resource-grid) .ck-resource-head p){margin:0!important;font-size:16px!important;line-height:1.36!important}.ck-resource-grid{gap:14px!important;margin-top:24px!important}.ck-resource-card{border-radius:22px!important;min-height:188px!important;padding:28px 22px 24px!important}.ck-resource-card img.ck-resource-icon{object-fit:contain!important;opacity:1!important;filter:drop-shadow(0 8px 18px #febf003d)!important;width:42px!important;height:42px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;margin:0 0 18px!important;display:block!important;-webkit-mask:none!important;mask:none!important}.ck-resource-card h3{margin:0 0 10px!important;font-size:18px!important;line-height:1.14!important}.ck-resource-card p{margin:0!important;font-size:14px!important;line-height:1.42!important}@media (max-width:760px){section:has(.ck-resource-grid){padding-top:42px!important;padding-bottom:42px!important}.ck-resource-card{min-height:auto!important;padding:24px 20px 22px!important}.ck-resource-card img.ck-resource-icon{width:38px!important;height:38px!important;margin-bottom:14px!important}}.ck-resource-card img.ck-resource-icon{object-fit:contain!important;width:46px!important;height:46px!important;box-shadow:none!important;opacity:1!important;filter:drop-shadow(0 8px 18px #febf002e)!important;background:0 0!important;border:0!important;border-radius:0!important;margin:0 0 18px!important;display:block!important;-webkit-mask:none!important;mask:none!important}.ck-resource-card:hover img.ck-resource-icon{filter:drop-shadow(0 10px 22px #febf003d)!important}.ck-resource-card img.ck-resource-icon{object-fit:contain!important;width:42px!important;height:42px!important;box-shadow:none!important;filter:none!important;opacity:1!important;background:0 0!important;border:0!important;border-radius:0!important;margin:0 0 18px!important;display:block!important;-webkit-mask:none!important;mask:none!important}.ck-resource-card .ck-resource-icon:before,.ck-resource-card .ck-resource-icon:after{content:none!important;display:none!important}html body main.ck-landing section .ck-resource-grid article.ck-resource-card img.ck-resource-icon,html body main.ck-landing .ck-resource-grid .ck-resource-card img.ck-resource-icon,.ck-resource-grid .ck-resource-card img.ck-resource-icon{object-fit:contain!important;object-position:center!important;width:42px!important;height:42px!important;box-shadow:none!important;filter:none!important;opacity:1!important;background:0 0!important;border:0!important;border-radius:0!important;margin:0 0 18px!important;display:block!important;-webkit-mask:none!important;mask:none!important}html body main.ck-landing .ck-resource-card img.ck-resource-icon:before,html body main.ck-landing .ck-resource-card img.ck-resource-icon:after,.ck-resource-card img.ck-resource-icon:before,.ck-resource-card img.ck-resource-icon:after{content:none!important;background:0 0!important;display:none!important}html body main.ck-landing .ck-resource-card:hover img.ck-resource-icon,.ck-resource-card:hover img.ck-resource-icon{filter:none!important;opacity:1!important;background:0 0!important}@media (max-width:760px){html body main.ck-landing .ck-resource-grid .ck-resource-card img.ck-resource-icon,.ck-resource-grid .ck-resource-card img.ck-resource-icon{width:48px!important;min-width:48px!important;height:48px!important;min-height:48px!important;margin-bottom:14px!important}}html body main.ck-landing .ck-resource-grid .ck-resource-card img.ck-resource-icon,.ck-resource-grid .ck-resource-card img.ck-resource-icon{object-fit:contain!important;object-position:left center!important;width:76px!important;min-width:76px!important;height:76px!important;min-height:76px!important;box-shadow:none!important;filter:drop-shadow(0 10px 22px #febf002e)!important;opacity:1!important;background:0 0!important;border:0!important;border-radius:0!important;margin:0 0 10px!important;display:block!important;-webkit-mask:none!important;mask:none!important}html body main.ck-landing .ck-resource-grid .ck-resource-card:hover img.ck-resource-icon,.ck-resource-grid .ck-resource-card:hover img.ck-resource-icon{filter:drop-shadow(0 12px 26px #febf003d)!important}@media (max-width:760px){html body main.ck-landing .ck-resource-grid .ck-resource-card img.ck-resource-icon,.ck-resource-grid .ck-resource-card img.ck-resource-icon{width:58px!important;min-width:58px!important;height:58px!important;min-height:58px!important;margin-bottom:10px!important}}.ck-landing-nav .ck-landing-actions{align-items:center!important;gap:10px!important;display:flex!important}.ck-landing-nav .ck-landing-actions .ck-landing-btn{letter-spacing:0!important;height:42px!important;min-height:42px!important;box-shadow:none!important;background-image:none!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:0 22px!important;font-size:14px!important;font-weight:460!important;text-decoration:none!important;transition:transform .18s,background-color .18s,border-color .18s!important;display:inline-flex!important}.ck-landing-nav .ck-landing-actions .ck-landing-btn.ghost,.ck-landing-nav .ck-landing-actions a[href*=dashboard]{color:#1f1a2e!important;background:#febf00!important;border:1px solid #f4b40057!important}.ck-landing-nav .ck-landing-actions .ck-landing-btn.primary,.ck-landing-nav .ck-landing-actions a[href*=onboarding]{color:#fff!important;background:#6f2dff!important;border:1px solid #6f2dff38!important}.ck-landing-nav .ck-landing-actions .ck-landing-btn:hover{box-shadow:none!important;transform:translateY(-1px)!important}.ck-landing-nav .ck-landing-actions .ck-landing-btn.ghost:hover,.ck-landing-nav .ck-landing-actions a[href*=dashboard]:hover{color:#1f1a2e!important;background:#f4b400!important}.ck-landing-nav .ck-landing-actions .ck-landing-btn.primary:hover,.ck-landing-nav .ck-landing-actions a[href*=onboarding]:hover{color:#fff!important;background:#5a1fe0!important}.ck-landing-nav .ck-landing-actions .ck-landing-btn.ghost:before,.ck-landing-nav .ck-landing-actions .ck-landing-btn.ghost:after,.ck-landing-nav .ck-landing-actions .ck-landing-btn.primary:before,.ck-landing-nav .ck-landing-actions .ck-landing-btn.primary:after{content:none!important;display:none!important}.ck-step-card{grid-template-columns:42px 30px 1fr!important;align-items:center!important;column-gap:14px!important;display:grid!important}.ck-step-card strong{justify-content:center!important;align-items:center!important;width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;display:inline-flex!important}.ck-step-card span{line-height:1.2!important;display:block!important}@media (max-width:760px){.ck-step-card{grid-template-columns:38px 24px 1fr!important;column-gap:12px!important}.ck-step-card strong{width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important}.ck-step-card img.ck-step-icon{width:20px!important;min-width:20px!important;height:20px!important;min-height:20px!important}}.ck-step-list{gap:18px!important;padding-left:56px!important}.ck-step-card{grid-template-columns:86px 1fr!important;align-items:center!important;column-gap:22px!important;min-height:96px!important;padding:18px 26px!important;display:grid!important;position:relative!important;overflow:visible!important}.ck-step-card strong{color:#fff!important;background:#6f2dff!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;font-size:15px!important;font-weight:560!important;line-height:1!important;display:inline-flex!important;position:absolute!important;top:50%!important;left:-56px!important;transform:translateY(-50%)!important;box-shadow:0 14px 26px #6f2dff33!important}.ck-step-card img.ck-step-icon{object-fit:contain!important;object-position:center!important;width:72px!important;min-width:72px!important;height:72px!important;min-height:72px!important;box-shadow:none!important;filter:none!important;opacity:1!important;background:0 0!important;border:0!important;border-radius:0!important;display:block!important}.ck-step-card span{color:#1f1a2e!important;font-size:18px!important;font-weight:560!important;line-height:1.18!important;display:block!important}.ck-step-card:hover img.ck-step-icon{transform:translateY(-1px)!important}@media (max-width:760px){.ck-step-list{gap:14px!important;padding-left:46px!important}.ck-step-card{grid-template-columns:58px 1fr!important;column-gap:16px!important;min-height:78px!important;padding:16px 18px!important}.ck-step-card strong{width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important;font-size:13px!important;left:-46px!important}.ck-step-card img.ck-step-icon{width:48px!important;min-width:48px!important;height:48px!important;min-height:48px!important}.ck-step-card span{font-size:16px!important}}.ck-price-top .ck-price-icon{display:none!important}.ck-price-icon:before,.ck-price-icon:after,.ck-price-plan-icon:before,.ck-price-plan-icon:after{content:none!important;display:none!important}.ck-pricing-grid .ck-price-card.featured .ck-price-plan-icon{width:72px!important;min-width:72px!important;height:72px!important;min-height:72px!important;margin-bottom:12px!important}@media (max-width:760px){.ck-price-top img.ck-price-plan-icon{width:52px!important;min-width:52px!important;height:52px!important;min-height:52px!important;margin-bottom:12px!important}.ck-pricing-grid .ck-price-card.featured .ck-price-plan-icon{width:58px!important;min-width:58px!important;height:58px!important;min-height:58px!important}}.ck-pricing-grid .ck-price-card{border-width:1px!important;border-radius:24px!important;position:relative!important;overflow:hidden!important;box-shadow:0 18px 42px #1f1a2e0f,inset 0 0 0 1px #ffffff94!important}.ck-pricing-grid .ck-price-card:before{content:""!important;opacity:1!important;z-index:1!important;border-radius:24px 24px 0 0!important;width:100%!important;height:4px!important;display:block!important;position:absolute!important;top:0!important;left:0!important}.ck-pricing-grid .ck-price-card:after{content:none!important;display:none!important}.ck-pricing-grid .ck-price-card:first-child{background:radial-gradient(circle at 18% 4%,#b892ff2e,#0000 34%),linear-gradient(#fffffff0,#faf7fff0)!important;border-color:#b892ff6b!important}.ck-pricing-grid .ck-price-card:first-child:before{background:#b892ff!important}.ck-pricing-grid .ck-price-card:nth-child(2){background:radial-gradient(circle at 18% 4%,#febf0038,#0000 34%),linear-gradient(#fffdf6fa,#fff8e2fa)!important;border-color:#febf0094!important;box-shadow:0 26px 62px #febf0029,inset 0 0 0 1px #ffffffb8!important}.ck-pricing-grid .ck-price-card:nth-child(2):before{background:#febf00!important}.ck-pricing-grid .ck-price-card:nth-child(3){background:radial-gradient(circle at 18% 4%,#6f2dff29,#0000 34%),linear-gradient(#fffffff0,#f7f3fff5)!important;border-color:#6f2dff70!important}.ck-pricing-grid .ck-price-card:nth-child(3):before{background:#6f2dff!important}.ck-pricing-grid .ck-price-card:nth-child(4){background:radial-gradient(circle at 18% 0,#febf002e,#0000 32%),radial-gradient(circle at 88% 8%,#8e52ff3d,#0000 34%),linear-gradient(#2a174e 0%,#1f1a2e 52%,#151020 100%)!important;border-color:#febf006b!important;box-shadow:0 26px 64px #1f1a2e38,inset 0 0 0 1px #febf0024!important}.ck-pricing-grid .ck-price-card:nth-child(4):before{background:linear-gradient(90deg,#febf00,#ffd34d,#6f2dff)!important}.ck-pricing-grid .ck-price-card:nth-child(2) .ck-price-plan-icon{width:82px!important;min-width:82px!important;height:82px!important;min-height:82px!important;margin-bottom:10px!important}.ck-price-top h3{color:#1f1a2e!important;letter-spacing:-.01em!important;font-weight:560!important}.ck-price-top p,.ck-price-li-text,.ck-price-value small{color:#746c88!important}.ck-pricing-grid .ck-price-card:nth-child(4) .ck-price-top h3,.ck-pricing-grid .ck-price-card:nth-child(4) .ck-price-value strong,.ck-pricing-grid .ck-price-card:nth-child(4) .ck-price-li-title{color:#fff!important}.ck-pricing-grid .ck-price-card:nth-child(4) .ck-price-top p,.ck-pricing-grid .ck-price-card:nth-child(4) .ck-price-value small,.ck-pricing-grid .ck-price-card:nth-child(4) .ck-price-li-text{color:#ffffffad!important}.ck-pricing-grid .ck-price-card:nth-child(4) li+li{border-top-color:#ffffff1f!important}.ck-pricing-grid .ck-price-card:nth-child(4) li:before{color:#febf00!important}.ck-pricing-grid .ck-price-card:nth-child(4) .ck-price-btn{color:#1f1a2e!important;box-shadow:none!important;background:#febf00!important;border:1px solid #febf0061!important}.ck-price-ribbon{color:#1f1a2e!important;box-shadow:none!important;background:#febf00!important;border:1px solid #f4b40047!important;font-weight:560!important}.ck-pricing-grid .ck-price-card:first-child,.ck-pricing-grid .ck-price-card:nth-child(3),.ck-pricing-grid .ck-price-card:nth-child(4){transform:translateY(0)!important}.ck-pricing-grid .ck-price-card:nth-child(2){transform:translateY(-14px)!important}.ck-pricing-grid .ck-price-card:nth-child(2):hover{transform:translateY(-18px)!important}.ck-pricing-grid .ck-price-card:first-child:hover,.ck-pricing-grid .ck-price-card:nth-child(3):hover,.ck-pricing-grid .ck-price-card:nth-child(4):hover{transform:translateY(-4px)!important}@media (max-width:760px){.ck-price-top img.ck-price-plan-icon{width:58px!important;min-width:58px!important;height:58px!important;min-height:58px!important}.ck-pricing-grid .ck-price-card:nth-child(2) .ck-price-plan-icon,.ck-pricing-grid .ck-price-card:nth-child(4) .ck-price-plan-icon{width:64px!important;min-width:64px!important;height:64px!important;min-height:64px!important}.ck-pricing-grid .ck-price-card:nth-child(2){transform:none!important}}.ck-price-top img.ck-price-plan-icon{object-fit:contain!important;object-position:left center!important;width:74px!important;min-width:74px!important;height:74px!important;min-height:74px!important;box-shadow:none!important;filter:none!important;opacity:1!important;background:0 0!important;border:0!important;border-radius:0!important;margin:0 0 14px!important;display:block!important;-webkit-mask:none!important;mask:none!important}.ck-pricing-grid .ck-price-card:nth-child(2) .ck-price-plan-icon,.ck-pricing-grid .ck-price-card:nth-child(4) .ck-price-plan-icon{width:82px!important;min-width:82px!important;height:82px!important;min-height:82px!important}.ck-pricing-grid .ck-price-card:nth-child(4) .ck-price-plan-icon{filter:drop-shadow(0 12px 26px #febf003d)!important}@media (max-width:760px){.ck-price-top img.ck-price-plan-icon{width:58px!important;min-width:58px!important;height:58px!important;min-height:58px!important}.ck-pricing-grid .ck-price-card:nth-child(2) .ck-price-plan-icon,.ck-pricing-grid .ck-price-card:nth-child(3) .ck-price-plan-icon,.ck-pricing-grid .ck-price-card:nth-child(4) .ck-price-plan-icon{width:64px!important;min-width:64px!important;height:64px!important;min-height:64px!important}}.ck-price-top img.ck-price-plan-icon{object-fit:contain!important;object-position:left center!important;width:74px!important;min-width:74px!important;height:74px!important;min-height:74px!important;margin:0 0 14px!important}.ck-pricing-grid .ck-price-card:first-child .ck-price-plan-icon{width:68px!important;min-width:68px!important;height:68px!important;min-height:68px!important}.ck-pricing-grid .ck-price-card:nth-child(2) .ck-price-plan-icon{width:82px!important;min-width:82px!important;height:82px!important;min-height:82px!important}.ck-pricing-grid .ck-price-card:nth-child(3) .ck-price-plan-icon{width:76px!important;min-width:76px!important;height:76px!important;min-height:76px!important}.ck-pricing-grid .ck-price-card:nth-child(4) .ck-price-plan-icon{filter:drop-shadow(0 10px 22px #febf0033)!important;width:72px!important;min-width:72px!important;height:72px!important;min-height:72px!important}@media (max-width:760px){.ck-price-top img.ck-price-plan-icon{width:56px!important;min-width:56px!important;height:56px!important;min-height:56px!important}.ck-pricing-grid .ck-price-card:nth-child(2) .ck-price-plan-icon,.ck-pricing-grid .ck-price-card:nth-child(3) .ck-price-plan-icon,.ck-pricing-grid .ck-price-card:nth-child(4) .ck-price-plan-icon{width:62px!important;min-width:62px!important;height:62px!important;min-height:62px!important}}.ck-price-top .ck-price-icon,.ck-price-top .ck-price-icon:before,.ck-price-top .ck-price-icon:after,.ck-price-top .ck-price-plan-icon,.ck-price-top .ck-price-plan-icon:before,.ck-price-top .ck-price-plan-icon:after{content:none!important;display:none!important}.ck-price-top img.ck-price-plan-image{object-fit:contain!important;object-position:left center!important;width:auto!important;min-width:0!important;max-width:92px!important;height:72px!important;min-height:0!important;box-shadow:none!important;filter:none!important;opacity:1!important;background:0 0!important;border:0!important;border-radius:0!important;margin:0 0 18px!important;padding:0!important;display:block!important;transform:none!important;-webkit-mask:none!important;mask:none!important}.ck-pricing-grid .ck-price-card:nth-child(2) img.ck-price-plan-image{max-width:100px!important;height:78px!important}.ck-pricing-grid .ck-price-card:nth-child(4) img.ck-price-plan-image{filter:drop-shadow(0 10px 22px #febf002e)!important;max-width:100px!important;height:78px!important}@media (max-width:760px){.ck-price-top img.ck-price-plan-image{max-width:76px!important;height:56px!important}.ck-pricing-grid .ck-price-card:nth-child(2) img.ck-price-plan-image,.ck-pricing-grid .ck-price-card:nth-child(4) img.ck-price-plan-image{max-width:84px!important;height:62px!important}}.ck-price-top .ck-price-icon,.ck-price-top .ck-price-icon:before,.ck-price-top .ck-price-icon:after,.ck-price-top .ck-price-plan-icon,.ck-price-top .ck-price-plan-icon:before,.ck-price-top .ck-price-plan-icon:after,.ck-price-top .ck-price-plan-image,.ck-price-top .ck-price-plan-image:before,.ck-price-top .ck-price-plan-image:after{content:none!important;display:none!important}.ck-price-top img.ck-price-plan-clean-image{object-fit:contain!important;object-position:left center!important;width:auto!important;min-width:0!important;max-width:86px!important;height:62px!important;min-height:0!important;box-shadow:none!important;filter:none!important;opacity:1!important;background:0 0!important;border:0!important;border-radius:0!important;margin:0 0 18px!important;padding:0!important;display:block!important;transform:none!important;-webkit-mask:none!important;mask:none!important}.ck-pricing-grid .ck-price-card:nth-child(2) img.ck-price-plan-clean-image,.ck-pricing-grid .ck-price-card:nth-child(4) img.ck-price-plan-clean-image{max-width:94px!important;height:68px!important}.ck-pricing-grid .ck-price-card:nth-child(4) img.ck-price-plan-clean-image{filter:drop-shadow(0 10px 22px #febf002e)!important}.ck-price-top img.ck-price-plan-clean-image:before,.ck-price-top img.ck-price-plan-clean-image:after{content:none!important;background:0 0!important;display:none!important}@media (max-width:760px){.ck-price-top img.ck-price-plan-clean-image{max-width:74px!important;height:52px!important}.ck-pricing-grid .ck-price-card:nth-child(2) img.ck-price-plan-clean-image,.ck-pricing-grid .ck-price-card:nth-child(4) img.ck-price-plan-clean-image{max-width:82px!important;height:58px!important}}.ck-price-top .ck-price-icon,.ck-price-top .ck-price-icon:before,.ck-price-top .ck-price-icon:after,.ck-price-top .ck-price-plan-icon,.ck-price-top .ck-price-plan-icon:before,.ck-price-top .ck-price-plan-icon:after,.ck-price-top .ck-price-plan-image,.ck-price-top .ck-price-plan-image:before,.ck-price-top .ck-price-plan-image:after,.ck-price-top .ck-price-plan-clean-image,.ck-price-top .ck-price-plan-clean-image:before,.ck-price-top .ck-price-plan-clean-image:after{content:none!important;display:none!important}.ck-price-top img.ck-price-plan-png{object-fit:contain!important;object-position:left center!important;width:auto!important;min-width:0!important;max-width:96px!important;height:72px!important;min-height:0!important;box-shadow:none!important;filter:none!important;opacity:1!important;background:0 0!important;border:0!important;border-radius:0!important;margin:0 0 18px!important;padding:0!important;display:block!important;transform:none!important;-webkit-mask:none!important;mask:none!important}.ck-pricing-grid .ck-price-card:nth-child(2) img.ck-price-plan-png,.ck-pricing-grid .ck-price-card:nth-child(4) img.ck-price-plan-png{max-width:108px!important;height:78px!important}.ck-pricing-grid .ck-price-card:nth-child(4) img.ck-price-plan-png{filter:drop-shadow(0 10px 22px #febf002e)!important}@media (max-width:760px){.ck-price-top img.ck-price-plan-png{max-width:78px!important;height:56px!important}.ck-pricing-grid .ck-price-card:nth-child(2) img.ck-price-plan-png,.ck-pricing-grid .ck-price-card:nth-child(4) img.ck-price-plan-png{max-width:88px!important;height:62px!important}}.ck-pricing-grid .ck-price-card:nth-child(4) .ck-price-top{position:relative}.ck-pricing-grid .ck-price-card:nth-child(4) .ck-price-top{z-index:1;position:relative}html body main.ck-landing .ck-pricing-grid .ck-price-card:nth-child(4) .ck-price-top img.ck-price-plan-png,html body main.ck-landing .ck-pricing-grid .ck-price-card:nth-child(4) img.ck-price-plan-png,.ck-pricing-grid .ck-price-card:nth-child(4) .ck-price-top img.ck-price-plan-png,.ck-pricing-grid .ck-price-card:nth-child(4) img.ck-price-plan-png{filter:drop-shadow(0 0 6px #ffffff57)drop-shadow(0 0 14px #ffffff38)drop-shadow(0 0 26px #ffffff24)!important;box-shadow:none!important}html body main.ck-landing .ck-pricing-grid .ck-price-card:nth-child(4):hover .ck-price-top img.ck-price-plan-png,html body main.ck-landing .ck-pricing-grid .ck-price-card:nth-child(4):hover img.ck-price-plan-png,.ck-pricing-grid .ck-price-card:nth-child(4):hover .ck-price-top img.ck-price-plan-png,.ck-pricing-grid .ck-price-card:nth-child(4):hover img.ck-price-plan-png{filter:drop-shadow(0 0 8px #ffffff6b)drop-shadow(0 0 18px #ffffff42)drop-shadow(0 0 34px #ffffff29)!important;box-shadow:none!important}.ck-pricing-grid .ck-price-card:nth-child(4){position:relative;overflow:hidden;background:linear-gradient(135deg,#24103f 0%,#3f1c72 52%,#5b2ca0 100%)!important}.ck-pricing-grid .ck-price-card:nth-child(4):before{content:""!important;pointer-events:none!important;z-index:0!important;background:radial-gradient(circle at 18% 16%,#ffffff42 0%,#ffffff24 14%,#ffffff0f 24%,#fff0 42%)!important;position:absolute!important;inset:0!important}.ck-pricing-grid .ck-price-card:nth-child(4):after{content:none!important;box-shadow:none!important;background:0 0!important;display:none!important}.ck-pricing-grid .ck-price-card:nth-child(4)>*{z-index:1;position:relative}.ck-pricing-grid .ck-price-card:nth-child(4) img.ck-price-plan-png{filter:none!important;box-shadow:none!important}@media (max-width:760px){.ck-fold-hero-light,#hero{text-align:center!important}.ck-hero-wrap,.ck-hero-copy{text-align:center!important;flex-direction:column!important;align-items:center!important;width:100%!important;max-width:100%!important;display:flex!important}.ck-hero-copy h1{text-align:center!important;width:100%!important;max-width:680px!important;margin-left:auto!important;margin-right:auto!important}.ck-hero-copy h1 .accent,.ck-hero-copy h1 .base{text-align:center!important;display:block!important}.ck-hero-copy p{text-align:center!important;max-width:620px!important;margin-left:auto!important;margin-right:auto!important}#multicanal .ck-flow-copy{text-align:center!important}#multicanal .ck-flow-copy h2,#multicanal .ck-flow-copy p{text-align:center!important;margin-left:auto!important;margin-right:auto!important}#multicanal .ck-flow-points{max-width:100%!important}.ck-network-showcase{width:min(100%,360px)!important;margin-top:34px!important;margin-left:auto!important;margin-right:auto!important;padding-top:64px!important;position:relative!important}.ck-network-badge{z-index:4!important;position:absolute!important;top:0!important;left:50%!important;transform:translate(-50%)!important}.ck-network-showcase:before{content:""!important;z-index:1!important;border-left:2px dashed #ffffff6b!important;width:0!important;height:30px!important;position:absolute!important;top:38px!important;left:50%!important;transform:translate(-50%)!important}.ck-network-row{grid-template-columns:repeat(5,minmax(0,1fr))!important;place-items:center!important;gap:26px 18px!important;width:100%!important;padding:4px 10px 0!important;display:grid!important;position:relative!important}.ck-network-row:before{content:""!important;z-index:0!important;border-top:2px dashed #ffffff57!important;height:0!important;position:absolute!important;top:23px!important;left:26px!important;right:26px!important}.ck-network-row:after{content:""!important;z-index:0!important;border-top:2px dashed #ffffff38!important;height:0!important;position:absolute!important;top:91px!important;left:62px!important;right:62px!important}.ck-network-item{z-index:2!important;width:42px!important;height:42px!important;position:relative!important}.ck-network-item img{object-fit:contain!important;width:100%!important;height:100%!important}.ck-network-item:before{content:""!important;z-index:3!important;background:#febf00!important;border-radius:999px!important;width:9px!important;height:9px!important;position:absolute!important;top:-15px!important;left:50%!important;transform:translate(-50%)!important;box-shadow:0 0 14px #febf0094!important}.ck-network-item:after{content:""!important;z-index:1!important;border-left:1px dashed #ffffff47!important;width:0!important;height:10px!important;position:absolute!important;top:-8px!important;left:50%!important;transform:translate(-50%)!important}.ck-network-row .ck-network-item:nth-child(n+6):before{top:-12px!important}.ck-network-row .ck-network-item:nth-child(n+6):after{height:8px!important;top:-6px!important}.ck-hero-actions{width:100%!important;max-width:340px!important;margin-left:auto!important;margin-right:auto!important}.ck-hero-actions .ck-landing-btn{text-align:center!important;justify-content:center!important;width:100%!important}}@media (max-width:430px){.ck-network-showcase{width:min(100%,330px)!important}.ck-network-row{gap:24px 14px!important;padding-left:6px!important;padding-right:6px!important}.ck-network-item{width:39px!important;height:39px!important}.ck-network-row:before{top:22px!important;left:23px!important;right:23px!important}.ck-network-row:after{top:87px!important;left:56px!important;right:56px!important}}@media (max-width:760px){.ck-network-showcase{isolation:isolate!important;width:min(100%,354px)!important;margin-top:30px!important;padding:58px 8px 8px!important;position:relative!important}.ck-network-badge{z-index:6!important;top:0!important;left:50%!important;transform:translate(-50%)!important}.ck-network-showcase:before{content:""!important;z-index:2!important;background:repeating-linear-gradient(#ffffff9e 0 4px,#0000 4px 8px)!important;border:0!important;width:2px!important;height:28px!important;position:absolute!important;top:36px!important;left:50%!important;transform:translate(-50%)!important}.ck-network-showcase:after{content:""!important;filter:blur(1px)!important;z-index:0!important;pointer-events:none!important;background:radial-gradient(circle at 50% 48%,#8e52ff4d,#8e52ff1f 38%,#0000 72%)!important;border-radius:999px!important;width:306px!important;height:118px!important;position:absolute!important;top:66px!important;left:50%!important;transform:translate(-50%)!important}.ck-network-row{z-index:3!important;grid-template-columns:repeat(5,1fr)!important;place-items:center!important;gap:28px 17px!important;width:100%!important;max-width:334px!important;margin:0 auto!important;padding:0 6px!important;display:grid!important;position:relative!important}.ck-network-row:before{content:""!important;z-index:0!important;background:linear-gradient(90deg,#0000 0%,#ffffff14 2%,#ffffff7a 10% 90%,#ffffff14 98%,#0000 100%)!important;border:0!important;height:2px!important;position:absolute!important;top:20px!important;left:24px!important;right:24px!important}.ck-network-row:after{content:""!important;z-index:0!important;background:linear-gradient(90deg,#0000 0%,#ffffff14 2%,#ffffff61 12% 88%,#ffffff14 98%,#0000 100%)!important;border:0!important;height:2px!important;position:absolute!important;top:91px!important;left:42px!important;right:42px!important}.ck-network-item{z-index:4!important;width:42px!important;height:42px!important;position:relative!important}.ck-network-item img{z-index:4!important;position:relative!important}.ck-network-item:before{content:""!important;z-index:5!important;background:#febf00!important;border-radius:999px!important;width:10px!important;height:10px!important;position:absolute!important;top:-18px!important;left:50%!important;transform:translate(-50%)!important;box-shadow:0 0 0 4px #febf0014,0 0 14px #febf009e!important}.ck-network-item:after{content:""!important;z-index:1!important;background:#ffffff6b!important;border:0!important;width:2px!important;height:14px!important;position:absolute!important;top:-9px!important;left:50%!important;transform:translate(-50%)!important}.ck-network-row .ck-network-item:nth-child(-n+5):before{top:-16px!important}.ck-network-row .ck-network-item:nth-child(-n+5):after{height:12px!important;top:-7px!important}.ck-network-row .ck-network-item:nth-child(n+6):before{top:-17px!important}.ck-network-row .ck-network-item:nth-child(n+6):after{height:13px!important;top:-8px!important}.ck-network-row .ck-network-item:nth-child(-n+4){box-shadow:34px -21px 0 -20px #fff0!important}}@media (max-width:430px){.ck-network-showcase{width:min(100%,338px)!important;padding-top:58px!important}.ck-network-showcase:after{width:292px!important;height:112px!important}.ck-network-row{gap:27px 13px!important;max-width:318px!important}.ck-network-item{width:40px!important;height:40px!important}.ck-network-row:before{top:20px!important;left:22px!important;right:22px!important}.ck-network-row:after{top:89px!important;left:39px!important;right:39px!important}}.ck-mobile-menu{display:none}.ck-network-circuit{isolation:isolate;justify-content:center;align-items:center;gap:34px;width:100%;margin:34px auto 0;display:flex;position:relative}.ck-network-circuit:before{content:"";z-index:0;border-top:2px dashed #ffffff57;height:2px;position:absolute;top:50%;left:8%;right:8%;transform:translateY(-50%)}.ck-network-circuit-row{display:contents}.ck-network-circuit-bridge{z-index:0;border-left:2px dashed #ffffff70;width:0;height:38px;position:absolute;top:-38px;left:50%;transform:translate(-50%)}.ck-network-circuit .ck-network-item{z-index:2;position:relative}@media (max-width:760px){.ck-landing-nav{z-index:80!important;grid-template-columns:1fr auto!important;align-items:center!important;gap:14px!important;padding:18px 22px 22px!important;display:grid!important;position:sticky!important;top:0!important}.ck-landing-logo{justify-self:start!important}.ck-landing-logo img{max-width:238px!important;height:auto!important}.ck-landing-menu{display:none!important}.ck-mobile-menu{z-index:100!important;justify-self:end!important;display:block!important;position:relative!important}.ck-mobile-menu summary{cursor:pointer!important;background:#ffffffdb!important;border:1px solid #6f2dff2e!important;border-radius:14px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:5px!important;width:44px!important;height:44px!important;list-style:none!important;display:inline-flex!important;box-shadow:0 14px 28px #1f1a2e14!important}.ck-mobile-menu summary::-webkit-details-marker{display:none!important}.ck-mobile-menu summary span{background:#3f1499!important;border-radius:999px!important;width:20px!important;height:2px!important;display:block!important}.ck-mobile-menu-panel{background:#fffffff5!important;border:1px solid #6f2dff24!important;border-radius:22px!important;gap:6px!important;width:min(82vw,280px)!important;padding:14px!important;display:grid!important;position:absolute!important;top:54px!important;right:0!important;box-shadow:0 24px 56px #1f1a2e29!important}.ck-mobile-menu-panel a{color:#1f1a2e!important;border-radius:14px!important;padding:13px 14px!important;font-size:14px!important;font-weight:520!important;text-decoration:none!important}.ck-mobile-menu-panel a:hover{color:#6f2dff!important;background:#6f2dff14!important}.ck-landing-actions{grid-column:1/-1!important;grid-template-columns:1fr 1fr!important;gap:12px!important;width:100%!important;display:grid!important}.ck-landing-actions .ck-landing-btn{text-align:center!important;justify-content:center!important;width:100%!important;height:48px!important;min-height:48px!important;padding:0 16px!important;font-size:14px!important;line-height:1.12!important}.ck-hero-copy,.ck-hero-copy h1,.ck-hero-copy h1 span,.ck-hero-copy p,#multicanal .ck-flow-copy,#multicanal .ck-flow-copy h2,#multicanal .ck-flow-copy p{text-align:center!important;margin-left:auto!important;margin-right:auto!important}.ck-hero-copy{align-items:center!important}.ck-network-showcase{isolation:isolate!important;width:min(100%,352px)!important;margin:32px auto 0!important;padding:58px 8px 0!important;position:relative!important}.ck-network-badge{z-index:8!important;position:absolute!important;top:0!important;left:50%!important;transform:translate(-50%)!important}.ck-network-showcase:before{content:""!important;z-index:2!important;background:repeating-linear-gradient(#ffffff9e 0 4px,#0000 4px 8px)!important;border:0!important;width:2px!important;height:28px!important;position:absolute!important;top:38px!important;left:50%!important;transform:translate(-50%)!important}.ck-network-circuit{z-index:3!important;grid-template-columns:1fr!important;gap:28px!important;width:100%!important;margin:0 auto!important;display:grid!important;position:relative!important}.ck-network-circuit:before{content:""!important;z-index:0!important;pointer-events:none!important;background:radial-gradient(circle,#8e52ff42,#8e52ff1a 48%,#0000 74%)!important;border:0!important;border-radius:999px!important;width:286px!important;height:126px!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.ck-network-circuit-row{z-index:3!important;grid-template-columns:repeat(5,1fr)!important;place-items:center!important;gap:0!important;display:grid!important;position:relative!important}.ck-network-circuit-row:before{content:""!important;z-index:0!important;background:linear-gradient(90deg,#0000,#ffffff75 10% 90%,#0000)!important;height:2px!important;position:absolute!important;top:50%!important;left:28px!important;right:28px!important;transform:translateY(-50%)!important}.ck-network-circuit-bridge{z-index:1!important;background:linear-gradient(#ffffff94,#ffffff2e)!important;border:0!important;width:2px!important;height:58px!important;display:block!important;position:absolute!important;top:39px!important;left:50%!important;transform:translate(-50%)!important}.ck-network-circuit .ck-network-item{z-index:4!important;width:42px!important;height:42px!important;position:relative!important}.ck-network-circuit .ck-network-item img{object-fit:contain!important;z-index:5!important;width:100%!important;height:100%!important;position:relative!important}.ck-network-circuit .ck-network-item:before{content:""!important;z-index:6!important;background:#febf00!important;border-radius:999px!important;width:10px!important;height:10px!important;position:absolute!important;top:-16px!important;left:50%!important;transform:translate(-50%)!important;box-shadow:0 0 0 4px #febf0014,0 0 14px #febf009e!important}.ck-network-circuit .ck-network-item:after{content:""!important;z-index:1!important;background:#ffffff75!important;width:2px!important;height:12px!important;position:absolute!important;top:-7px!important;left:50%!important;transform:translate(-50%)!important}}@media (max-width:430px){.ck-landing-logo img{max-width:226px!important}.ck-network-showcase{width:min(100%,330px)!important}.ck-network-circuit:before{width:268px!important}.ck-network-circuit-row:before{left:24px!important;right:24px!important}.ck-network-circuit .ck-network-item{width:39px!important;height:39px!important}}@media (max-width:760px){html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.ck-app{width:100%!important;min-width:0!important;max-width:100vw!important;margin:0!important;padding:0!important;display:block!important;overflow-x:hidden!important}.ck-main,.ck-main-smart{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100vw!important;margin:0!important;padding:12px 10px 96px!important;overflow-x:hidden!important}.ck-smart-sidebar,.ck-smart-sidebar:hover{width:100%!important;max-width:100vw!important;height:76px!important;min-height:76px!important;padding:8px 10px calc(8px + env(safe-area-inset-bottom))!important;z-index:120!important;background:#fffffff5!important;border-top:1px solid #6f2dff24!important;border-right:0!important;position:fixed!important;inset:auto 0 0!important;overflow:auto hidden!important;box-shadow:0 -18px 36px #3f14991a!important}.ck-sidebar-logo,.ck-sidebar-bottom,.ck-flyout,.ck-sidebar-label,.ck-sidebar-arrow,.ck-sidebar-badge{display:none!important}.ck-sidebar-nav{flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;gap:8px!important;width:max-content!important;min-width:100%!important;height:100%!important;margin:0!important;padding:0 2px!important;display:flex!important;overflow:visible!important}.ck-sidebar-item{flex:none!important;width:auto!important;min-width:auto!important;overflow:visible!important}.ck-sidebar-link{border-radius:16px!important;justify-content:center!important;place-items:center!important;gap:0!important;width:52px!important;min-width:52px!important;height:52px!important;min-height:52px!important;padding:0!important;display:grid!important}.ck-sidebar-icon{flex:none!important;width:23px!important;height:23px!important}.ck-sidebar-icon svg{width:23px!important;height:23px!important}.ck-support{display:none!important}.ck-dashboard-page,.ck-onboarding-page{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.ck-dashboard-page{gap:14px!important}.ck-dashboard-topbar{flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:10px!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:0!important;display:flex!important}.ck-dashboard-search{box-sizing:border-box!important;border-radius:15px!important;order:1!important;width:100%!important;min-width:0!important;max-width:100%!important;height:46px!important;padding:0 12px!important}.ck-dashboard-search input{width:100%!important;min-width:0!important;font-size:14px!important}.ck-dashboard-search kbd{display:none!important}.ck-dashboard-actions{order:2!important;grid-template-columns:48px 48px 48px minmax(0,1fr)!important;align-items:center!important;gap:8px!important;width:100%!important;min-width:0!important;display:grid!important}.ck-dashboard-actions>button{border-radius:15px!important;width:48px!important;min-width:48px!important;height:48px!important;min-height:48px!important;font-size:18px!important}.ck-company-pill{border-radius:17px!important;grid-template-columns:minmax(0,1fr) 42px!important;align-items:center!important;gap:8px!important;width:100%!important;min-width:0!important;height:56px!important;padding:8px 10px!important;display:grid!important}.ck-company-pill div{min-width:0!important}.ck-company-pill strong,.ck-company-pill span{text-overflow:ellipsis!important;max-width:100%!important;display:block!important;overflow:hidden!important}.ck-company-pill strong{white-space:normal!important;font-size:14px!important;line-height:1.08!important}.ck-company-pill span{white-space:nowrap!important;font-size:12px!important}.ck-company-pill img{object-fit:contain!important;width:42px!important;height:42px!important}.ck-dashboard-grid,.ck-dashboard-main,.ck-ai-side,.ck-dashboard-two,.ck-dashboard-three,.ck-central-day-grid,.ck-dashboard-metrics{grid-template-columns:1fr!important;gap:14px!important;width:100%!important;min-width:0!important;max-width:100%!important;display:grid!important;overflow-x:hidden!important}.ck-welcome-card,.ck-central-day-card,.ck-dashboard-card,.ck-dashboard-metric,.ck-ai-side{box-sizing:border-box!important;border-radius:18px!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.ck-welcome-card{gap:18px!important;padding:22px 18px!important;display:grid!important}.ck-welcome-card h1{letter-spacing:-.035em!important;font-size:28px!important;line-height:1.08!important}.ck-welcome-card p{font-size:16px!important;line-height:1.32!important}.ck-welcome-actions{grid-template-columns:1fr!important;gap:10px!important;width:100%!important;display:grid!important}.ck-welcome-actions button{border-radius:14px!important;width:100%!important;min-height:48px!important;font-size:15px!important}.ck-central-day-card{padding:22px 16px!important}.ck-central-day-card>header{grid-template-columns:1fr!important;gap:16px!important;display:grid!important}.ck-central-day-card h2{font-size:25px!important;line-height:1.08!important}.ck-central-day-card p{font-size:15px!important;line-height:1.34!important}.ck-central-day-score{border-radius:18px!important;width:100%!important;min-width:0!important;padding:18px 14px!important}.ck-central-day-score strong{font-size:36px!important;line-height:1!important}.ck-central-day-item,.ck-central-ai,.ck-central-tasks,.ck-dashboard-card{border-radius:16px!important;padding:16px!important}.ck-dashboard-metric{grid-template-columns:44px minmax(0,1fr) auto!important;align-items:start!important;gap:12px!important;min-height:auto!important;padding:16px!important;display:grid!important}.ck-dashboard-metric-icon{border-radius:14px!important;flex-basis:44px!important;width:44px!important;height:44px!important}.ck-dashboard-metric strong{font-size:25px!important}.ck-dashboard-metric em{white-space:nowrap!important;align-self:start!important;position:static!important}.ck-dashboard-card header{align-items:flex-start!important;gap:10px!important}.ck-sla-content,.ck-channel-content{grid-template-columns:1fr!important;gap:14px!important}.ck-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ck-shortcuts button{width:100%!important;min-width:0!important}.ck-ai-side{margin-bottom:6px!important;padding:18px!important}.ck-onboarding-page{background:radial-gradient(circle at 0 0,#6f2dff21,#0000 34%),linear-gradient(#fbf8ff 0%,#fff 48%,#fbfaff 100%)!important;padding:0!important}.ck-onboarding-hero,.ck-onboarding-grid,.ck-onboarding-side{grid-template-columns:1fr!important;gap:14px!important;width:100%!important;min-width:0!important;max-width:100%!important;display:grid!important;overflow-x:hidden!important}.ck-onboarding-hero>div:first-child,.ck-progress-card,.ck-main-panel,.ck-copilot-card,.ck-ready-card,.ck-learning-card,.ck-upgrade-card{box-sizing:border-box!important;border-radius:20px!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:20px 18px!important;overflow:hidden!important}.ck-onboarding-hero h1{letter-spacing:-.035em!important;font-size:28px!important;line-height:1.08!important}.ck-onboarding-hero p,.ck-progress-card p,.ck-progress-card small{font-size:16px!important;line-height:1.38!important}.ck-segment-row{grid-template-columns:1fr 1fr!important;gap:10px!important;width:100%!important;display:grid!important}.ck-segment-row button{white-space:normal!important;border-radius:15px!important;width:100%!important;min-width:0!important;min-height:48px!important;font-size:15px!important}.ck-progress-top{grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:12px!important;display:grid!important}.ck-progress-top strong{font-size:42px!important;line-height:1!important}.ck-panel-head{grid-template-columns:1fr!important;gap:12px!important;display:grid!important}.ck-panel-head button{width:max-content!important;max-width:100%!important}.ck-step-list{width:100%!important;min-width:0!important;max-width:100%!important;padding-left:0!important}.ck-step-card{grid-template-columns:1fr!important;gap:12px!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:16px!important;display:grid!important;overflow:hidden!important}.ck-step-title-row,.ck-step-actions,.ck-copilot-buttons{grid-template-columns:1fr!important;gap:10px!important;display:grid!important}.ck-step-actions a,.ck-step-actions button,.ck-copilot-buttons a{text-align:center!important;justify-content:center!important;width:100%!important}}@media (max-width:390px){.ck-main,.ck-main-smart{padding-left:8px!important;padding-right:8px!important}.ck-dashboard-actions{grid-template-columns:44px 44px 44px minmax(0,1fr)!important;gap:7px!important}.ck-dashboard-actions>button{width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important}.ck-company-pill{grid-template-columns:minmax(0,1fr) 38px!important;height:52px!important}.ck-company-pill img{width:38px!important;height:38px!important}.ck-welcome-card h1,.ck-onboarding-hero h1{font-size:25px!important}.ck-segment-row{grid-template-columns:1fr!important}}.ck-mobile-appbar,.ck-mobile-menu-backdrop,.ck-mobile-drawer{display:none}@media (max-width:760px){.ck-mobile-appbar{z-index:140!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;box-sizing:border-box!important;background:#fffffff5!important;border:1px solid #6f2dff1f!important;border-radius:0 0 20px 20px!important;grid-template-columns:minmax(0,1fr) 48px!important;align-items:center!important;gap:10px!important;width:100%!important;height:62px!important;margin:0 0 10px!important;padding:8px 10px!important;display:grid!important;position:sticky!important;top:0!important;box-shadow:0 14px 34px #3f149917!important}.ck-mobile-appbar-logo{align-items:center!important;min-width:0!important;text-decoration:none!important;display:inline-flex!important}.ck-mobile-appbar-logo img{object-fit:contain!important;width:auto!important;max-width:205px!important;height:34px!important}.ck-mobile-hamburger{background:linear-gradient(#fff,#fbf8ff)!important;border:1px solid #6f2dff29!important;border-radius:16px!important;place-items:center!important;gap:0!important;width:48px!important;height:48px!important;padding:12px!important;display:grid!important;box-shadow:0 10px 24px #3f149914!important}.ck-mobile-hamburger span{background:#3f1499!important;border-radius:999px!important;width:22px!important;height:2px!important;transition:all .18s!important;display:block!important}.ck-mobile-hamburger.is-open span:first-child{transform:translateY(7px)rotate(45deg)!important}.ck-mobile-hamburger.is-open span:nth-child(2){opacity:0!important}.ck-mobile-hamburger.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)!important}.ck-mobile-menu-backdrop{z-index:145!important;-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important;opacity:0!important;pointer-events:none!important;background:#1f1a2e52!important;transition:all .18s!important;position:fixed!important;inset:0!important}.ck-mobile-menu-backdrop.is-open{opacity:1!important;pointer-events:auto!important;display:block!important}.ck-mobile-drawer{z-index:150!important;opacity:0!important;pointer-events:none!important;background:#fffffffa!important;border:1px solid #6f2dff29!important;border-radius:24px!important;grid-template-rows:auto auto minmax(0,1fr) auto!important;gap:12px!important;width:min(335px,100vw - 20px)!important;max-width:calc(100vw - 20px)!important;padding:14px!important;transition:all .22s!important;display:grid!important;position:fixed!important;top:10px!important;bottom:92px!important;right:10px!important;overflow:hidden!important;transform:translate(calc(100% + 22px))!important;box-shadow:0 28px 80px #1f1a2e38!important}.ck-mobile-drawer.is-open{opacity:1!important;pointer-events:auto!important;transform:translate(0)!important}.ck-mobile-drawer-head{grid-template-columns:minmax(0,1fr) 42px!important;align-items:center!important;gap:10px!important;display:grid!important}.ck-mobile-drawer-head img{object-fit:contain!important;width:auto!important;max-width:210px!important;height:34px!important}.ck-mobile-drawer-head button{color:#3f1499!important;background:#f4edff!important;border:0!important;border-radius:14px!important;width:42px!important;height:42px!important;font-size:28px!important;line-height:1!important}.ck-mobile-drawer-project{color:#fff!important;background:radial-gradient(circle at 100% 0,#febf0047,#0000 45%),linear-gradient(135deg,#6f2dff,#8e52ff)!important;border-radius:18px!important;padding:13px 14px!important}.ck-mobile-drawer-project span,.ck-mobile-drawer-project small{color:#ffffffd1!important;font-size:12px!important;display:block!important}.ck-mobile-drawer-project strong{color:#fff!important;margin:3px 0!important;font-size:17px!important;line-height:1.15!important;display:block!important}.ck-mobile-drawer-links{align-content:start!important;gap:7px!important;min-height:0!important;padding-right:2px!important;display:grid!important;overflow-y:auto!important}.ck-mobile-drawer-links a{color:#21173a!important;background:#fff!important;border:1px solid #6f2dff14!important;border-radius:16px!important;grid-template-columns:38px minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;min-height:48px!important;padding:7px 10px!important;text-decoration:none!important;display:grid!important}.ck-mobile-drawer-links a.is-active{color:#6f2dff!important;background:#f4edff!important;border-color:#6f2dff2e!important}.ck-mobile-drawer-links a span{background:#6f2dff14!important;border-radius:14px!important;place-items:center!important;width:38px!important;height:38px!important;display:grid!important}.ck-mobile-drawer-links a svg{width:20px!important;height:20px!important}.ck-mobile-drawer-links a strong{min-width:0!important;color:inherit!important;white-space:nowrap!important;text-overflow:ellipsis!important;font-size:14px!important;font-weight:520!important;overflow:hidden!important}.ck-mobile-drawer-links a em{color:#fff!important;background:#6f2dff!important;border-radius:999px!important;place-items:center!important;min-width:22px!important;height:22px!important;font-size:11px!important;font-style:normal!important;display:grid!important}.ck-mobile-drawer-actions{border-top:1px solid #6f2dff1a!important;gap:8px!important;padding-top:10px!important;display:grid!important}.ck-mobile-drawer-actions a{color:#3f1499!important;background:#f9f5ff!important;border-radius:14px!important;justify-content:center!important;align-items:center!important;min-height:42px!important;font-size:14px!important;font-weight:520!important;text-decoration:none!important;display:flex!important}}@media (max-width:390px){.ck-mobile-appbar-logo img{max-width:178px!important}.ck-mobile-drawer{width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;top:8px!important;right:8px!important}}.ck-filled-icon{object-fit:contain!important;object-position:center!important;opacity:1!important;filter:none!important;width:100%!important;height:100%!important;display:block!important}.ck-sidebar-icon .ck-filled-icon,.ck-flyout-icon .ck-filled-icon{width:22px!important;height:22px!important}.ck-dashboard-metric-icon .ck-filled-icon,.ck-shortcuts button .ck-filled-icon{width:24px!important;height:24px!important}.ck-mobile-drawer-links a span .ck-filled-icon{width:22px!important;height:22px!important}.ck-sidebar-icon .ck-filled-icon,.ck-flyout-icon .ck-filled-icon,.ck-mobile-drawer-links a span .ck-filled-icon{filter:saturate(1.45)brightness(.88)contrast(1.08)!important}.ck-sidebar-icon .ck-filled-icon{width:24px!important;height:24px!important}.ck-sidebar-item.active>.ck-sidebar-link .ck-filled-icon{filter:saturate(1.65)brightness(.82)contrast(1.12)!important;width:25px!important;height:25px!important}.ck-flyout-icon .ck-filled-icon,.ck-mobile-drawer-links a span .ck-filled-icon{width:24px!important;height:24px!important}.ck-dashboard-metric-icon .ck-filled-icon,.ck-shortcuts button .ck-filled-icon{filter:saturate(1.45)brightness(.88)contrast(1.08)!important;width:26px!important;height:26px!important}@media (min-width:761px){.ck-sidebar-nav{gap:0!important;margin-top:2px!important}.ck-sidebar-link{height:36px!important;min-height:36px!important}.ck-sidebar-icon .ck-filled-icon{filter:saturate(1.45)brightness(.88)contrast(1.08)!important;width:26px!important;height:26px!important}.ck-sidebar-item.active>.ck-sidebar-link .ck-filled-icon{filter:saturate(1.65)brightness(.82)contrast(1.12)!important;width:27px!important;height:27px!important}.ck-flyout-icon .ck-filled-icon{filter:saturate(1.45)brightness(.88)contrast(1.08)!important;width:25px!important;height:25px!important}.ck-sidebar-logo{height:56px!important;margin-bottom:2px!important}.ck-sidebar-bottom{bottom:8px!important}}@media (max-width:760px){.ck-sidebar-nav{gap:4px!important}.ck-sidebar-link{width:46px!important;min-width:46px!important;height:46px!important;min-height:46px!important}.ck-sidebar-icon .ck-filled-icon{filter:saturate(1.45)brightness(.88)contrast(1.08)!important;width:27px!important;height:27px!important}.ck-sidebar-item.active>.ck-sidebar-link .ck-filled-icon{filter:saturate(1.65)brightness(.82)contrast(1.12)!important;width:28px!important;height:28px!important}}@media (min-width:761px){.ck-sidebar-icon .ck-filled-icon{filter:saturate(1.45)brightness(.88)contrast(1.08)!important;width:28px!important;height:28px!important}.ck-sidebar-item.active>.ck-sidebar-link .ck-filled-icon{filter:saturate(1.65)brightness(.82)contrast(1.12)!important;width:29px!important;height:29px!important}.ck-flyout-icon .ck-filled-icon{filter:saturate(1.45)brightness(.88)contrast(1.08)!important;width:27px!important;height:27px!important}}@media (max-width:760px){.ck-sidebar-icon .ck-filled-icon{filter:saturate(1.45)brightness(.88)contrast(1.08)!important;width:28px!important;height:28px!important}.ck-sidebar-item.active>.ck-sidebar-link .ck-filled-icon{filter:saturate(1.65)brightness(.82)contrast(1.12)!important;width:29px!important;height:29px!important}}@media (min-width:761px){.ck-sidebar-nav{gap:3px!important;margin-top:4px!important}.ck-sidebar-link{height:38px!important;min-height:38px!important}.ck-sidebar-logo{height:56px!important;margin-bottom:4px!important}.ck-sidebar-bottom{bottom:8px!important}}@media (max-width:760px){.ck-sidebar-nav{gap:6px!important}}@media (min-width:761px){.ck-sidebar-icon .ck-filled-icon{width:29px!important;height:29px!important}.ck-sidebar-item.active>.ck-sidebar-link .ck-filled-icon{width:30px!important;height:30px!important}.ck-flyout-icon .ck-filled-icon{width:28px!important;height:28px!important}}@media (max-width:760px){.ck-sidebar-icon .ck-filled-icon{width:29px!important;height:29px!important}.ck-sidebar-item.active>.ck-sidebar-link .ck-filled-icon{width:30px!important;height:30px!important}}.ck-app img:not([src]),.ck-app img[src=""],.ck-main img:not([src]),.ck-main img[src=""],.ck-app img[src=\#],.ck-main img[src=\#]{display:none!important}.ck-company-pill{color:inherit;text-decoration:none}.ck-company-pill:hover{transform:translateY(-1px)}.ck-settings-card{color:inherit;text-decoration:none}.ck-settings-card:hover{transform:translateY(-2px)}.ck-settings-menu a{text-decoration:none}.ck-lk08-nav-link{width:100%;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;text-decoration:none;transition:background .18s,color .18s,transform .18s;display:flex}.ck-lk08-nav-link:hover{color:#6f2dff;background:#6f2dff1a;transform:translate(2px)}.ck-lk08-card-link{color:#6f2dff;cursor:pointer;background:#6f2dff1a;border:0;border-radius:999px;justify-content:center;align-items:center;width:fit-content;padding:9px 15px;font-size:.86rem;font-weight:500;text-decoration:none;display:inline-flex}.ck-lk08-card-link:hover{color:#fff;background:#6f2dff}.ck-lk04-page{gap:10px}.ck-lk04-topbar{border-radius:18px;min-height:74px;padding:14px 16px}.ck-lk04-topbar h1{letter-spacing:-.03em;margin:0;font-size:21px}.ck-lk04-status{background:linear-gradient(#fff,#fbfaff);border:1px solid #6f2dff1a}.ck-lk04-shell{grid-template-columns:260px minmax(620px,1fr) 310px;gap:10px;min-height:calc(100vh - 126px)}.ck-lk04-palette{padding:14px;overflow-x:hidden}.ck-lk04-palette header{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;margin:-14px -14px 10px;padding:14px;position:sticky;top:0}.ck-lk04-palette header strong,.ck-lk04-canvas-head strong{letter-spacing:-.01em;font-size:14px}.ck-lk04-palette header span{max-width:205px;line-height:1.35}.ck-lk04-palette section{padding:13px 0}.ck-lk04-palette section p{color:#344054;text-transform:uppercase;letter-spacing:.04em;font-size:11px}.ck-lk04-palette button{white-space:normal;background:#fff;border-color:#6f2dff1f;border-radius:13px;min-height:42px;padding:8px 10px;line-height:1.25;box-shadow:0 8px 18px #3f149909}.ck-lk04-palette button:hover{background:#fbfaff;border-color:#6f2dff47;transform:translateY(-1px)}.ck-lk04-palette button svg{flex:none;width:18px;height:18px}.ck-lk04-palette button.ai{background:linear-gradient(#fff,#f8f5ff);border-color:#8e52ff2e}.ck-lk04-canvas-card{border-radius:18px;box-shadow:0 16px 36px #3f14990e}.ck-lk04-canvas-head{background:#fffffff0;min-height:58px;padding:11px 14px}.ck-lk04-canvas-head span{font-size:12px}.ck-lk04-canvas-head div:last-child button{min-width:34px}.ck-lk04-canvas{background-color:#f8faff;background-image:linear-gradient(#6f2dff09 1px,#0000 1px),linear-gradient(90deg,#6f2dff09 1px,#0000 1px),radial-gradient(circle,#6f2dff24 1px,#0000 1px),none;background-position:0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat;background-size:96px 96px,96px 96px,24px 24px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;min-height:548px}.ck-lk04-lines path{stroke-width:3.4px;filter:drop-shadow(0 4px 6px #3f149914)}.ck-lk04-node{text-align:left;border-radius:17px;width:230px;min-height:118px;padding:13px;box-shadow:0 16px 32px #3f149917}.ck-lk04-node.selected{outline:3px solid #6f2dff1a}.ck-lk04-node>span{letter-spacing:.01em;min-height:23px;font-size:10.5px}.ck-lk04-node strong{letter-spacing:-.01em;font-size:13.5px}.ck-lk04-node p{font-size:12px;line-height:1.38}.ck-lk04-add-node{top:365px;left:520px;min-height:38px!important;box-shadow:0 16px 28px #6f2dff38!important}.ck-lk04-config{border-radius:18px;padding:14px;box-shadow:0 16px 36px #3f14990e}.ck-lk04-config header{padding-bottom:14px}.ck-lk04-config header h2{letter-spacing:-.02em;font-size:16px}.ck-lk04-config section{padding:15px 0}.ck-lk04-config h3{text-transform:uppercase;letter-spacing:.04em;font-size:12px}.ck-lk04-config input,.ck-lk04-config select,.ck-lk04-config textarea{background:#fff;border-color:#6f2dff29;border-radius:12px}.ck-lk04-config textarea{min-height:90px;line-height:1.45}.ck-lk04-config p.ok,.ck-lk04-config p.warning{border-radius:12px;line-height:1.35}.ck-lk04-bottom{background:linear-gradient(#fff,#fbfaff);min-height:50px;padding:8px 14px}@media (max-width:1360px){.ck-lk04-shell{grid-template-columns:240px minmax(560px,1fr) 300px}}@media (max-width:1280px){.ck-lk04-shell{grid-template-columns:1fr}.ck-lk04-palette{grid-template-columns:repeat(4,minmax(180px,1fr));gap:10px;max-height:none;display:grid}.ck-lk04-palette header{grid-column:1/-1}.ck-lk04-config{min-height:auto}}.ck-lk04-shell{grid-template-columns:250px minmax(0,1fr) 310px;align-items:stretch}.ck-lk04-palette{max-height:calc(100vh - 134px);overflow:hidden auto}.ck-lk04-palette section{gap:7px;display:grid}.ck-lk04-palette button{grid-template-columns:28px minmax(0,1fr);justify-content:start;align-items:center;gap:9px;min-height:44px;max-height:none;display:grid;overflow:hidden;padding:8px 10px!important}.ck-lk04-palette button svg,.ck-lk04-palette button img,.ck-lk04-palette button picture{object-fit:contain;display:block;width:20px!important;max-width:20px!important;height:20px!important;max-height:20px!important}.ck-lk04-palette button span,.ck-lk04-palette button strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.ck-lk04-palette button:before{content:"";background:#6f2dff14;border-radius:10px;grid-area:1/1;width:28px;height:28px}.ck-lk04-palette button>svg,.ck-lk04-palette button>img{z-index:1;grid-area:1/1;justify-self:center;position:relative}.ck-lk04-palette button{color:#344054}.ck-lk04-palette button.ai:before{background:#8e52ff1f}.ck-lk04-canvas{min-height:500px}.ck-lk04-board{width:1180px;height:470px}.ck-lk04-node{width:215px;min-height:108px;padding:11px}.ck-lk04-node strong{font-size:13px}.ck-lk04-node p{font-size:11.5px}.ck-lk04-add-node{top:345px!important;left:500px!important}.ck-lk04-config{max-height:calc(100vh - 134px)}.ck-lk04-bottom{z-index:2;position:sticky;bottom:0}@media (max-width:1360px){.ck-lk04-shell{grid-template-columns:230px minmax(0,1fr) 300px}.ck-lk04-board{width:1120px}.ck-lk04-node{width:205px}}.ck-lk04-node{overflow:visible}.ck-lk04-node:before,.ck-lk04-node:after{content:"";z-index:5;background:#98a2b3;border:3px solid #fff;border-radius:999px;width:13px;height:13px;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 6px 14px #3f14992e}.ck-lk04-node:before{left:-8px}.ck-lk04-node:after{right:-8px}.ck-lk04-node.trigger:before{display:none}.ck-lk04-node.trigger:after{background:#2e90fa}.ck-lk04-node.condition:before{background:#6f2dff}.ck-lk04-node.condition:after{background:#f79009}.ck-lk04-node.action:before,.ck-lk04-node.ai:before{background:#12b76a}.ck-lk04-node.action:after,.ck-lk04-node.ai:after{background:#6f2dff}.ck-lk04-node.selected:before,.ck-lk04-node.selected:after{box-shadow:0 0 0 5px #6f2dff1f,0 8px 18px #3f149933}.ck-lk04-node.condition .outputs{position:relative}.ck-lk04-node.condition .outputs b{background:#fff;border:1px solid #6f2dff1f;box-shadow:0 6px 14px #3f14990f}.ck-lk04-node.condition .outputs b:first-child{color:#027a48}.ck-lk04-node.condition .outputs b:last-child{color:#b54708}.ck-lk04-lines .main,.ck-lk04-lines .yes,.ck-lk04-lines .no{stroke-width:4px}.ck-lk04-lines .main{stroke:#7a3cff}.ck-lk04-lines .yes{stroke:#12b76a}.ck-lk04-lines .no{stroke:#f79009}.ck-lk04-lines .draft{stroke-width:3.2px;opacity:.75}.ck-lk04-canvas:before{content:"Arraste blocos, conecte portas e valide a jornada antes de publicar";z-index:3;color:#667085;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe0;border:1px solid #6f2dff1f;border-radius:999px;width:fit-content;margin:12px 0 0 12px;padding:7px 11px;font-size:11.5px;font-weight:600;display:inline-flex;position:sticky;top:12px;left:14px;box-shadow:0 10px 22px #3f14990f}.ck-lk04-add-node{border:3px solid #fff!important}.ck-lk04-config header button{color:#6f2dff;background:#f8f5ff;border:0}.ck-flow-list-page{gap:12px;min-height:calc(100vh - 40px);display:grid}.ck-flow-list-hero{border:1px solid var(--border);background:#fffffff0;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;min-height:88px;padding:18px 20px;display:grid;box-shadow:0 14px 34px #3f14990d}.ck-flow-list-hero span{color:#6f2dff;font-size:12px;font-weight:700;display:block}.ck-flow-list-hero h1{color:#111827;letter-spacing:-.04em;margin:4px 0 0;font-size:24px}.ck-flow-list-hero p{color:#667085;max-width:760px;margin:6px 0 0;font-size:13px;line-height:1.45}.ck-flow-list-hero-actions{gap:9px;display:flex}.ck-flow-list-hero-actions a,.ck-flow-list-filters button,.ck-flow-list-footer button,.ck-flow-list-footer select{border:1px solid var(--border);color:#344054;background:#fff;border-radius:11px;justify-content:center;align-items:center;min-height:36px;padding:0 13px;font-size:12.5px;font-weight:650;text-decoration:none;display:inline-flex}.ck-flow-list-hero-actions .primary{color:#fff;background:linear-gradient(135deg,#6f2dff,#8e52ff);border-color:#0000;box-shadow:0 14px 28px #6f2dff2e}.ck-flow-list-hero-actions .ghost:hover,.ck-flow-list-filters button:hover{color:#6f2dff;border-color:#6f2dff40}.ck-flow-list-filters{border:1px solid var(--border);background:#fff;border-radius:16px;grid-template-columns:1.3fr .85fr 1fr .85fr auto;gap:8px;padding:12px;display:grid;box-shadow:0 10px 24px #3f14990a}.ck-flow-list-filters label{gap:5px;display:grid}.ck-flow-list-filters label span{color:#667085;font-size:11px;font-weight:650}.ck-flow-list-filters input,.ck-flow-list-filters select{border:1px solid var(--border);color:#344054;background:#fff;border-radius:11px;outline:0;width:100%;min-height:38px;padding:0 11px;font-size:12.5px}.ck-flow-list-filters input:focus,.ck-flow-list-filters select:focus{border-color:#6f2dff6b;box-shadow:0 0 0 4px #6f2dff14}.ck-flow-list-filters button{align-self:end}.ck-flow-list-shell{grid-template-columns:190px minmax(0,1fr);gap:12px;min-height:calc(100vh - 244px);display:grid}.ck-flow-list-categories,.ck-flow-list-card{border:1px solid var(--border);background:#fff;border-radius:18px;box-shadow:0 16px 34px #3f14990b}.ck-flow-list-categories{padding:12px;overflow:auto}.ck-flow-list-category-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:8px;padding-bottom:10px;display:flex}.ck-flow-list-category-head strong{color:#111827;font-size:13px}.ck-flow-list-category-head button{color:#6f2dff;background:#f4edff;border:0;border-radius:9px;width:28px;height:28px;font-size:18px}.ck-flow-list-categories>button{color:#344054;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:11px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;min-height:38px;margin-top:7px;padding:0 9px;display:grid}.ck-flow-list-categories>button.active,.ck-flow-list-categories>button:hover{color:#6f2dff;background:#f4edff}.ck-flow-list-categories>button span{text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;font-weight:650;overflow:hidden}.ck-flow-list-categories>button small{min-width:22px;min-height:22px;color:inherit;background:#fff;border-radius:999px;place-items:center;font-size:11px;display:grid}.ck-flow-list-card{grid-template-rows:auto minmax(0,1fr) auto;display:grid;overflow:hidden}.ck-flow-list-summary{border-bottom:1px solid var(--border);background:linear-gradient(#fff,#fbfaff);grid-template-columns:repeat(4,1fr);gap:10px;padding:12px;display:grid}.ck-flow-list-summary article{background:#fff;border:1px solid #6f2dff1a;border-radius:14px;min-height:74px;padding:12px}.ck-flow-list-summary span{color:#667085;font-size:11px;font-weight:650}.ck-flow-list-summary strong{color:#6f2dff;letter-spacing:-.04em;margin-top:4px;font-size:24px;display:block}.ck-flow-list-summary small{color:#667085;margin-top:2px;font-size:11px;display:block}.ck-flow-list-table-wrap{overflow:auto}.ck-flow-list-table{border-collapse:separate;border-spacing:0;width:100%;min-width:1180px}.ck-flow-list-table th,.ck-flow-list-table td{border-bottom:1px solid var(--border);color:#344054;text-align:left;vertical-align:middle;padding:13px 12px;font-size:12.5px}.ck-flow-list-table th{z-index:2;color:#344054;background:#fbfaff;font-size:11.5px;font-weight:750;position:sticky;top:0}.ck-flow-list-table tbody tr:hover{background:#fbfaff}.ck-flow-toggle{cursor:pointer;background:#d0d5dd;border:0;border-radius:999px;width:36px;height:20px;padding:2px}.ck-flow-toggle span{background:#fff;border-radius:999px;width:16px;height:16px;transition:transform .18s;display:block}.ck-flow-toggle.active{background:#12b76a}.ck-flow-toggle.active span{transform:translate(16px)}.ck-flow-id{color:#344054;font-size:12px}.ck-flow-name{gap:3px;display:grid}.ck-flow-name a{color:#4f20d8;font-weight:700;text-decoration:none}.ck-flow-name a:hover{text-decoration:underline}.ck-flow-name small{color:#667085;font-size:11px}.ck-flow-channels{flex-wrap:wrap;gap:5px;display:flex}.ck-flow-channels span{color:#6f2dff;background:#f4edff;border-radius:999px;align-items:center;min-height:24px;padding:0 8px;font-size:11px;font-weight:650;display:inline-flex}.ck-flow-actions{flex-wrap:wrap;gap:7px;display:flex}.ck-flow-actions a,.ck-flow-actions button{color:#4f20d8;cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:650;text-decoration:none}.ck-flow-actions a:hover,.ck-flow-actions button:hover{text-decoration:underline}.ck-flow-list-footer{border-top:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;gap:12px;min-height:52px;padding:10px 12px;display:flex}.ck-flow-list-footer span{color:#667085;font-size:12px;font-weight:650}.ck-flow-list-footer div{align-items:center;gap:7px;display:flex}.ck-flow-list-footer strong{color:#6f2dff;border:1px solid #6f2dff2e;border-radius:10px;place-items:center;min-width:34px;min-height:34px;font-size:12px;display:grid}@media (max-width:1180px){.ck-flow-list-hero,.ck-flow-list-filters,.ck-flow-list-shell,.ck-flow-list-summary{grid-template-columns:1fr}.ck-flow-list-hero-actions{flex-wrap:wrap;justify-content:flex-start}}.ck-flow-list-page{gap:10px}.ck-flow-list-hero{min-height:78px;padding:15px 18px}.ck-flow-list-hero h1{font-size:22px}.ck-flow-list-hero p{font-size:12.8px}.ck-flow-list-hero-actions button,.ck-flow-list-hero-actions a{white-space:nowrap;min-height:34px}.ck-flow-list-hero-actions button.ghost{border:1px solid var(--border);color:#344054;cursor:pointer;background:#fff;border-radius:11px;padding:0 13px;font-size:12.5px;font-weight:650}.ck-flow-list-hero-actions button.ghost:hover{color:#6f2dff;border-color:#6f2dff40}.ck-flow-list-filters{grid-template-columns:minmax(240px,1.25fr) 210px 220px 190px 90px;align-items:end;padding:10px 12px}.ck-flow-list-filters input,.ck-flow-list-filters select{min-height:36px;font-size:12px}.ck-flow-list-filters button.danger:hover{color:#d92d20;border-color:#f56c6c47}.ck-flow-list-shell{grid-template-columns:188px minmax(0,1fr);min-height:calc(100vh - 226px)}.ck-flow-list-categories{padding:10px}.ck-flow-list-categories>button{min-height:36px}.ck-flow-list-summary{grid-template-columns:repeat(4,minmax(150px,1fr));padding:10px}.ck-flow-list-summary article{min-height:66px;padding:10px 12px}.ck-flow-list-summary strong{font-size:22px}.ck-flow-list-table-wrap{min-height:300px}.ck-flow-list-table{min-width:1040px}.ck-flow-list-table th,.ck-flow-list-table td{padding:11px 10px;font-size:12px}.ck-flow-list-table th:first-child,.ck-flow-list-table td:first-child{text-align:center;width:38px}.ck-flow-list-table th:nth-child(4),.ck-flow-list-table td:nth-child(4){min-width:190px}.ck-flow-list-table th:nth-child(5),.ck-flow-list-table td:nth-child(5){min-width:160px}.ck-flow-list-table th:nth-child(11),.ck-flow-list-table td:nth-child(11){min-width:150px}.ck-flow-name a{line-height:1.22}.ck-flow-channels span{min-height:22px;padding:0 7px}.ck-flow-actions{gap:6px 10px;max-width:150px}.ck-flow-actions a,.ck-flow-actions button{font-size:11.8px}.ck-flow-list-footer{min-height:48px}@media (max-width:1280px){.ck-flow-list-filters{grid-template-columns:1fr 1fr}.ck-flow-list-filters button{width:fit-content}}.ck-flow-list-page{gap:10px;padding-bottom:10px}.ck-flow-list-hero{border-radius:18px;min-height:76px;padding:14px 18px}.ck-flow-list-hero span{text-transform:uppercase;letter-spacing:.055em;font-size:11px}.ck-flow-list-hero h1{margin-top:3px;font-size:22px;line-height:1.1}.ck-flow-list-hero p{max-width:850px;margin-top:6px;font-size:12.6px;line-height:1.35}.ck-flow-list-hero-actions{justify-content:flex-end;align-items:center}.ck-flow-list-hero-actions button.ghost,.ck-flow-list-hero-actions a.ghost,.ck-flow-list-hero-actions a.primary{white-space:nowrap;border-radius:11px;min-height:34px;padding:0 14px}.ck-flow-list-hero-actions button.ghost{color:#344054;background:0 0;border:1px solid #0000}.ck-flow-list-hero-actions button.ghost:hover{color:#6f2dff;background:#fbfaff;border-color:#6f2dff38}.ck-flow-list-filters{border-radius:16px;grid-template-columns:minmax(260px,1.35fr) 210px 210px 190px 82px;gap:8px;padding:10px 12px}.ck-flow-list-filters label{gap:4px}.ck-flow-list-filters label span{text-transform:uppercase;letter-spacing:.055em;font-size:10.5px}.ck-flow-list-filters input,.ck-flow-list-filters select{border-radius:10px;min-height:35px;font-size:12.3px}.ck-flow-list-filters button{border-radius:10px;align-self:end;min-height:35px}.ck-flow-list-filters button.danger{color:#667085}.ck-flow-list-filters button.danger:hover{color:#d92d20;background:snow;border-color:#d92d2038}.ck-flow-list-shell{grid-template-columns:188px minmax(0,1fr);gap:10px;min-height:calc(100vh - 224px)}.ck-flow-list-categories{border-radius:17px;padding:10px}.ck-flow-list-category-head{padding-bottom:9px}.ck-flow-list-categories>button{border-radius:10px;min-height:35px;margin-top:6px}.ck-flow-list-categories>button span{font-size:12.2px}.ck-flow-list-categories>button small{min-width:21px;min-height:21px}.ck-flow-list-summary{grid-template-columns:repeat(4,minmax(130px,1fr));gap:8px;padding:10px}.ck-flow-list-summary article{border-radius:14px;min-height:62px;padding:10px 12px}.ck-flow-list-summary span{font-size:10.8px}.ck-flow-list-summary strong{margin-top:3px;font-size:22px}.ck-flow-list-summary small{font-size:10.8px}.ck-flow-list-table-wrap{width:100%;min-height:324px;overflow:auto}.ck-flow-list-table{table-layout:fixed;width:100%;min-width:960px}.ck-flow-list-table th,.ck-flow-list-table td{padding:10px 8px;font-size:11.8px;line-height:1.25}.ck-flow-list-table th{letter-spacing:-.01em;font-size:10.8px}.ck-flow-list-table th:first-child,.ck-flow-list-table td:first-child{width:34px;padding-left:10px;padding-right:4px}.ck-flow-list-table th:nth-child(2),.ck-flow-list-table td:nth-child(2){width:62px}.ck-flow-list-table th:nth-child(3),.ck-flow-list-table td:nth-child(3){width:66px}.ck-flow-list-table th:nth-child(4),.ck-flow-list-table td:nth-child(4){width:190px}.ck-flow-list-table th:nth-child(5),.ck-flow-list-table td:nth-child(5){width:170px}.ck-flow-list-table th:nth-child(6),.ck-flow-list-table td:nth-child(6){width:82px}.ck-flow-list-table th:nth-child(7),.ck-flow-list-table td:nth-child(7){width:76px}.ck-flow-list-table th:nth-child(8),.ck-flow-list-table td:nth-child(8),.ck-flow-list-table th:nth-child(9),.ck-flow-list-table td:nth-child(9){width:74px}.ck-flow-list-table th:nth-child(10),.ck-flow-list-table td:nth-child(10){width:86px}.ck-flow-list-table th:nth-child(11),.ck-flow-list-table td:nth-child(11){width:120px;padding-right:10px}.ck-flow-name{max-width:178px}.ck-flow-name a{color:#4f20d8;text-overflow:ellipsis;white-space:normal;max-width:178px;line-height:1.2;display:inline-block;overflow:hidden}.ck-flow-name small{font-size:10.6px}.ck-flow-id{font-size:11.3px}.ck-flow-channels{gap:4px}.ck-flow-channels span{text-overflow:ellipsis;white-space:nowrap;max-width:142px;min-height:21px;padding:0 7px;font-size:10.8px;overflow:hidden}.ck-flow-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 8px;max-width:112px;display:grid}.ck-flow-actions a,.ck-flow-actions button{text-align:left;text-overflow:ellipsis;white-space:nowrap;min-width:0;padding:0;font-size:11.4px;overflow:hidden}.ck-flow-actions .danger{color:#d92d20}.ck-flow-list-footer{min-height:46px;padding:8px 12px}.ck-flow-list-footer strong,.ck-flow-list-footer button,.ck-flow-list-footer select{border-radius:10px;min-height:32px}.ck-lk04-topbar{min-height:72px}.ck-lk04-topbar h1{font-size:21px}.ck-lk04-actions .primary,.ck-lk04-page button.primary{white-space:nowrap}@media (max-width:1280px){.ck-flow-list-filters{grid-template-columns:1fr 1fr}.ck-flow-list-filters button{width:fit-content}.ck-flow-list-shell{grid-template-columns:1fr}.ck-flow-list-categories{flex-wrap:wrap;gap:6px;display:flex}.ck-flow-list-category-head{width:100%}.ck-flow-list-categories>button{width:auto;min-width:150px}}@media (max-width:900px){.ck-flow-list-hero,.ck-flow-list-filters,.ck-flow-list-summary{grid-template-columns:1fr}.ck-flow-list-hero-actions{flex-wrap:wrap;justify-content:flex-start}}.ck-lk04-canvas-card{position:relative}.ck-lk04-actions{align-items:center}.ck-lk04-actions button{white-space:nowrap}.ck-lk04-channel-pill{min-width:210px;position:relative;color:#344054!important;background:#fff!important;padding-left:34px!important}.ck-lk04-channel-pill:before{content:"●";color:#6f2dff;font-size:13px;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.ck-lk04-test-button{box-shadow:0 12px 22px #18a8f52e;color:#fff!important;background:#18a8f5!important;border-color:#0000!important}.ck-lk04-float-rail{z-index:12;pointer-events:auto;gap:12px;display:grid;position:absolute;top:72px;right:18px}.ck-lk04-float-rail button{cursor:pointer;place-items:center;width:42px;height:42px;min-height:42px;display:grid;box-shadow:0 12px 26px #3f149924;color:#344054!important;background:#fff!important;border:0!important;border-radius:999px!important;padding:0!important;font-size:18px!important;font-weight:750!important}.ck-lk04-float-rail button:hover{transform:translateY(-1px);box-shadow:0 16px 30px #6f2dff2e;color:#6f2dff!important}.ck-lk04-float-rail button.main{width:54px;height:54px;min-height:54px;box-shadow:0 18px 36px #2f55ff47;color:#fff!important;background:linear-gradient(135deg,#2f55ff,#3857f4)!important;font-size:34px!important}.ck-lk04-float-rail button.main:hover{color:#fff!important}.ck-lk04-canvas{padding-right:72px}.ck-lk04-bottom{padding-right:78px}@media (max-width:1280px){.ck-lk04-float-rail{top:70px;right:14px}}@media (max-width:900px){.ck-lk04-float-rail{border-top:1px solid var(--border);background:#fff;padding:10px;display:flex;position:sticky;top:auto;right:auto}.ck-lk04-canvas,.ck-lk04-bottom{padding-right:12px}}.ck-lk04-shell.properties-collapsed{grid-template-columns:250px minmax(0,1fr) 62px}.ck-lk04-config.collapsed{justify-content:center;align-items:stretch;padding:10px 8px;display:flex;position:relative;overflow:hidden}.ck-lk04-config.collapsed header{border-bottom:0;justify-content:center;align-items:center;width:100%;min-height:100%;padding:0;display:flex}.ck-lk04-config.collapsed header>div,.ck-lk04-config.collapsed section{display:none}.ck-lk04-config-toggle{cursor:pointer;color:#6f2dff!important;background:#f4edff!important;border:0!important;border-radius:999px!important;place-items:center!important;width:38px!important;height:38px!important;min-height:38px!important;padding:0!important;font-size:22px!important;font-weight:800!important;display:grid!important}.ck-lk04-config-toggle:hover{color:#fff!important;background:#6f2dff!important}.ck-lk04-config.collapsed .ck-lk04-config-toggle{position:sticky;top:14px}.ck-lk04-config.collapsed:after{content:"Propriedades";color:#6f2dff;letter-spacing:.04em;text-transform:uppercase;transform-origin:50%;white-space:nowrap;font-size:11px;font-weight:750;position:absolute;top:72px;left:50%;transform:translate(-50%)rotate(90deg)}.ck-lk04-shell.properties-collapsed .ck-lk04-canvas{padding-right:80px}.ck-lk04-shell.properties-collapsed .ck-lk04-board{width:1260px}@media (max-width:1280px){.ck-lk04-shell.properties-collapsed{grid-template-columns:1fr}.ck-lk04-config.collapsed{min-height:58px}.ck-lk04-config.collapsed:after{align-self:center;margin-left:12px;position:static;transform:none}.ck-lk04-config.collapsed header{justify-content:flex-start}}.ck-landing-nav .ck-landing-logo img{object-fit:contain!important;width:214px!important;max-height:58px!important}.ck-landing-nav .ck-landing-logo{align-items:center!important;display:inline-flex!important}@media (max-width:720px){.ck-landing-nav .ck-landing-logo img{width:174px!important;max-height:48px!important}}.ck-rottax-bridge,.ck-automation-guide-home{background:radial-gradient(circle at 12% 18%,#545cf01f,#0000 30%),radial-gradient(circle at 86% 18%,#6f2dff1f,#0000 32%),linear-gradient(#fff 0%,#fbf8ff 100%);border-top:1px solid #6f2dff14;grid-template-columns:minmax(0,.92fr) minmax(520px,1fr);align-items:center;gap:44px;width:100%;min-height:720px;padding:86px 56px;display:grid}.ck-section-pill{color:#6f2dff;letter-spacing:.13em;text-transform:uppercase;background:#6f2dff1a;border-radius:999px;align-items:center;min-height:30px;padding:0 15px;font-size:11px;display:inline-flex}.ck-rottax-bridge h2,.ck-automation-guide-home h2{color:#211936;letter-spacing:-.055em;margin:22px 0 0;font-size:clamp(42px,5vw,72px);line-height:.96}.ck-rottax-bridge-copy>p,.ck-automation-guide-copy>p{color:#211936a8;max-width:560px;margin:22px 0 0;font-size:18px;line-height:1.62}.ck-rottax-bridge-points{gap:12px;margin-top:28px;display:grid}.ck-rottax-bridge-points article{background:#ffffffd1;border:1px solid #6f2dff24;border-radius:18px;grid-template-columns:46px 1fr;align-items:center;column-gap:12px;min-height:74px;padding:15px 18px;display:grid;box-shadow:0 16px 38px #3f14990f}.ck-rottax-bridge-points article span{color:#fff;background:#545cf0;border-radius:12px;place-items:center;width:34px;height:34px;font-size:12px;display:grid}.ck-rottax-bridge-points article h3{color:#211936;letter-spacing:-.025em;margin:0;font-size:18px}.ck-rottax-bridge-points article p{color:#2119369e;grid-column:2;margin:-10px 0 0;font-size:13px;line-height:1.45}.ck-rottax-bridge-visual{background:radial-gradient(circle at 50% 48%,#545cf029,#0000 36%),linear-gradient(145deg,#fffffff0,#f8f6ffeb);border:1px solid #545cf029;border-radius:34px;grid-template-columns:1fr 110px 1fr;align-items:center;gap:18px;min-height:520px;padding:34px;display:grid;position:relative;box-shadow:0 28px 80px #3f14991f}.ck-rottax-logo-card,.ck-comuniker-logo-card{background:#ffffffe6;border:1px solid #6f2dff24;border-radius:26px;flex-direction:column;justify-content:center;gap:18px;min-height:178px;padding:24px;display:flex;box-shadow:0 18px 46px #3f149914}.ck-rottax-logo-card img,.ck-comuniker-logo-card img{object-fit:contain;object-position:left center;max-width:210px;max-height:70px}.ck-rottax-logo-card span,.ck-comuniker-logo-card span{color:#2119369e;font-size:13px}.ck-rottax-flow-line{place-items:center;gap:10px;display:grid}.ck-rottax-flow-line i{background:linear-gradient(#0000,#545cf0,#0000);border-radius:999px;width:2px;height:76px}.ck-rottax-flow-line strong{color:#fff;letter-spacing:.12em;text-transform:uppercase;background:#545cf0;border-radius:999px;min-height:34px;padding:0 13px;font-size:11px}.ck-rottax-bridge-board{grid-column:1/-1;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:6px;display:grid}.ck-rottax-bridge-board div{background:#6f2dff12;border:1px solid #6f2dff1f;border-radius:22px;min-height:96px;padding:18px}.ck-rottax-bridge-board span{color:#6f2dff;letter-spacing:.11em;text-transform:uppercase;font-size:11px}.ck-rottax-bridge-board p{color:#211936;letter-spacing:-.035em;margin:10px 0 0;font-size:20px}.ck-automation-guide-home{background:radial-gradient(circle at 78% 36%,#6f2dff21,#0000 32%),linear-gradient(#fbf8ff 0%,#fff 100%);grid-template-columns:minmax(0,.9fr) minmax(520px,1fr)}.ck-automation-guide-steps{grid-template-columns:1fr 1fr;gap:14px;margin-top:30px;display:grid}.ck-automation-guide-steps article{background:#ffffffdb;border:1px solid #6f2dff24;border-radius:22px;min-height:116px;padding:20px;box-shadow:0 16px 40px #3f14990f}.ck-automation-guide-steps span{color:#6f2dff;background:#6f2dff1a;border-radius:12px;place-items:center;width:34px;height:34px;font-size:12px;display:grid}.ck-automation-guide-steps h3{color:#211936;letter-spacing:-.025em;margin:18px 0 0;font-size:18px;line-height:1.2}.ck-automation-guide-animation{background:radial-gradient(circle at 50% 30%,#6f2dff29,#0000 32%),linear-gradient(145deg,#fffffff0,#f9f6fff0);border:1px solid #6f2dff24;border-radius:34px;place-items:center;min-height:540px;padding:28px;display:grid;box-shadow:0 28px 80px #3f14991f}.ck-guide-animation-slot{background:linear-gradient(#ffffffd6,#f5efffc7);border:1px dashed #6f2dff52;border-radius:30px;place-items:center;width:min(520px,100%);min-height:390px;display:grid;position:relative;overflow:hidden}.ck-guide-orbit{border:1px solid #6f2dff1f;border-radius:999px;animation:9s linear infinite ckGuideOrbit;position:absolute;inset:42px}.ck-guide-orbit i{background:#6f2dff;border-radius:999px;width:13px;height:13px;position:absolute;box-shadow:0 0 18px #6f2dff59}.ck-guide-orbit i:first-child{top:-6px;left:50%}.ck-guide-orbit i:nth-child(2){background:#ffc83d;bottom:48px;right:18px}.ck-guide-orbit i:nth-child(3){background:#545cf0;bottom:48px;left:18px}.ck-guide-canvas-card{z-index:2;background:#fff;border:1px solid #6f2dff29;border-radius:24px;width:min(340px,100% - 44px);padding:24px;position:relative;box-shadow:0 24px 60px #3f14991f}.ck-guide-canvas-card span{color:#6f2dff;letter-spacing:.12em;text-transform:uppercase;font-size:11px}.ck-guide-canvas-card h3{color:#211936;letter-spacing:-.04em;margin:12px 0 0;font-size:24px}.ck-guide-canvas-card p{color:#2119369e;margin:10px 0 0;font-size:14px;line-height:1.5}.ck-guide-flow-mini{grid-template-columns:1fr 28px 1fr 28px 1fr;align-items:center;gap:8px;display:grid;position:absolute;bottom:24px;left:26px;right:26px}.ck-guide-flow-mini span{color:#6f2dff;background:#6f2dff1a;border-radius:999px;place-items:center;min-height:34px;font-size:11px;display:grid}.ck-guide-flow-mini i{background:#6f2dff52;height:1px}@keyframes ckGuideOrbit{to{transform:rotate(360deg)}}@media (max-width:1080px){.ck-rottax-bridge,.ck-automation-guide-home{grid-template-columns:1fr;padding:68px 28px}.ck-rottax-bridge-visual,.ck-automation-guide-animation{min-height:460px}}@media (max-width:720px){.ck-rottax-bridge,.ck-automation-guide-home{min-height:auto;padding:54px 18px}.ck-rottax-bridge h2,.ck-automation-guide-home h2{font-size:40px}.ck-rottax-bridge-visual{grid-template-columns:1fr}.ck-rottax-flow-line{grid-template-columns:1fr auto 1fr}.ck-rottax-flow-line i{width:100%;height:1px}.ck-rottax-bridge-board,.ck-automation-guide-steps,.ck-guide-flow-mini{grid-template-columns:1fr}.ck-guide-flow-mini i{display:none}}.ck-rottax-bridge,.ck-automation-guide-home{grid-template-columns:minmax(360px,.88fr) minmax(460px,1fr)!important;align-items:center!important;gap:34px!important;min-height:calc(100vh - 86px)!important;padding:42px 56px 38px!important;overflow:hidden!important}.ck-rottax-bridge-copy,.ck-automation-guide-copy{max-width:520px!important}.ck-section-pill{letter-spacing:.12em!important;min-height:26px!important;padding:0 12px!important;font-size:10px!important}.ck-rottax-bridge h2,.ck-automation-guide-home h2{letter-spacing:-.052em!important;max-width:520px!important;margin-top:16px!important;font-size:clamp(34px,3.7vw,52px)!important;line-height:.98!important}.ck-rottax-bridge-copy>p,.ck-automation-guide-copy>p{max-width:500px!important;margin-top:16px!important;font-size:15px!important;line-height:1.48!important}.ck-rottax-bridge-points{gap:10px!important;margin-top:18px!important}.ck-rottax-bridge-points article{border-radius:16px!important;grid-template-columns:38px 1fr!important;column-gap:10px!important;min-height:62px!important;padding:11px 14px!important}.ck-rottax-bridge-points article span{border-radius:10px!important;width:30px!important;height:30px!important;font-size:11px!important}.ck-rottax-bridge-points article h3{font-size:16px!important}.ck-rottax-bridge-points article p{margin:-6px 0 0!important;font-size:12px!important;line-height:1.35!important}.ck-rottax-bridge-visual{border-radius:28px!important;grid-template-columns:1fr 82px 1fr!important;gap:14px!important;min-height:430px!important;padding:24px!important}.ck-rottax-logo-card,.ck-comuniker-logo-card{border-radius:22px!important;gap:12px!important;min-height:138px!important;padding:18px!important}.ck-rottax-logo-card img,.ck-comuniker-logo-card img{max-width:176px!important;max-height:54px!important}.ck-rottax-logo-card span,.ck-comuniker-logo-card span{font-size:12px!important}.ck-rottax-flow-line i{height:54px!important}.ck-rottax-flow-line strong{min-height:30px!important;padding:0 10px!important;font-size:9px!important}.ck-rottax-bridge-board{gap:10px!important}.ck-rottax-bridge-board div{border-radius:18px!important;min-height:76px!important;padding:14px!important}.ck-rottax-bridge-board span{font-size:10px!important}.ck-rottax-bridge-board p{margin-top:8px!important;font-size:17px!important}.ck-automation-guide-steps{gap:10px!important;margin-top:20px!important}.ck-automation-guide-steps article{border-radius:18px!important;min-height:88px!important;padding:15px!important}.ck-automation-guide-steps span{border-radius:10px!important;width:30px!important;height:30px!important;font-size:11px!important}.ck-automation-guide-steps h3{margin-top:12px!important;font-size:15px!important;line-height:1.18!important}.ck-automation-guide-animation{border-radius:28px!important;min-height:430px!important;padding:22px!important}.ck-guide-animation-slot{border-radius:26px!important;width:min(450px,100%)!important;min-height:330px!important}.ck-guide-orbit{inset:34px!important}.ck-guide-canvas-card{border-radius:20px!important;width:min(300px,100% - 40px)!important;padding:20px!important}.ck-guide-canvas-card span{font-size:10px!important}.ck-guide-canvas-card h3{margin-top:10px!important;font-size:20px!important}.ck-guide-canvas-card p{margin-top:8px!important;font-size:12px!important;line-height:1.42!important}.ck-guide-flow-mini{grid-template-columns:1fr 20px 1fr 20px 1fr!important;gap:6px!important;bottom:18px!important;left:22px!important;right:22px!important}.ck-guide-flow-mini span{min-height:28px!important;font-size:10px!important}@media (max-height:760px) and (min-width:900px){.ck-rottax-bridge,.ck-automation-guide-home{gap:28px!important;padding-top:30px!important;padding-bottom:28px!important}.ck-rottax-bridge h2,.ck-automation-guide-home h2{font-size:clamp(32px,3.2vw,46px)!important}.ck-rottax-bridge-copy>p,.ck-automation-guide-copy>p{font-size:14px!important;line-height:1.42!important}.ck-rottax-bridge-visual,.ck-automation-guide-animation{min-height:388px!important}.ck-guide-animation-slot{min-height:300px!important}.ck-rottax-bridge-points article{min-height:56px!important}.ck-automation-guide-steps article{min-height:78px!important}}@media (max-width:1080px){.ck-rottax-bridge,.ck-automation-guide-home{grid-template-columns:1fr!important;gap:30px!important;min-height:auto!important;padding:54px 28px!important;overflow:visible!important}.ck-rottax-bridge-copy,.ck-automation-guide-copy{max-width:760px!important}.ck-rottax-bridge h2,.ck-automation-guide-home h2{max-width:720px!important}.ck-rottax-bridge-visual,.ck-automation-guide-animation{min-height:420px!important}}@media (max-width:720px){.ck-rottax-bridge,.ck-automation-guide-home{padding:42px 18px!important}.ck-rottax-bridge h2,.ck-automation-guide-home h2{font-size:34px!important}.ck-rottax-bridge-copy>p,.ck-automation-guide-copy>p{font-size:14px!important}.ck-rottax-bridge-visual,.ck-automation-guide-animation{min-height:auto!important}.ck-rottax-bridge-points article p{grid-column:1/-1!important;margin-top:4px!important}.ck-guide-animation-slot{min-height:300px!important}}.ck-rottax-bridge h2{max-width:600px!important;font-size:clamp(32px,3.35vw,48px)!important;line-height:1.02!important}.ck-rottax-bridge-copy>p{max-width:560px!important}.ck-rottax-logo-card,.ck-comuniker-logo-card{position:relative}.ck-rottax-logo-card:before,.ck-comuniker-logo-card:before{letter-spacing:.11em;text-transform:uppercase;border-radius:999px;align-items:center;width:fit-content;min-height:24px;padding:0 10px;font-size:10px;display:inline-flex}.ck-rottax-logo-card:before{content:"encontra";color:#545cf0;background:#545cf01a}.ck-comuniker-logo-card:before{content:"relaciona";color:#6f2dff;background:#6f2dff1a}.ck-rottax-flow-line strong{background:linear-gradient(90deg,#545cf0,#6f2dff)!important}.ck-rottax-bridge-board div:first-child{background:#545cf017!important;border-color:#545cf029!important}.ck-rottax-bridge-board div:nth-child(2){background:#6f2dff14!important;border-color:#6f2dff29!important}.ck-rottax-bridge-board div:nth-child(3){background:#ffc83d29!important;border-color:#ffc83d3d!important}.ck-rottax-bridge-board div:first-child span{color:#545cf0!important}.ck-rottax-bridge-board div:nth-child(2) span{color:#6f2dff!important}.ck-rottax-bridge-board div:nth-child(3) span{color:#9b6700!important}.ck-rottax-bridge-points article:first-child span{background:#545cf0!important}.ck-rottax-bridge-points article:nth-child(2) span{background:#6f2dff!important}.ck-rottax-bridge-points article:nth-child(3) span{color:#241442!important;background:#ffc83d!important}@media (max-height:760px) and (min-width:900px){.ck-rottax-bridge h2{font-size:clamp(30px,3vw,42px)!important}}@media (max-width:860px){html,body{overflow-x:hidden!important}main,.ck-landing-page,.ck-landing-main{max-width:100vw!important;overflow-x:hidden!important}.ck-landing-nav{z-index:80!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;background:#fffffff0!important;gap:12px!important;min-height:74px!important;padding:12px 16px!important;position:sticky!important;top:0!important}.ck-landing-nav .ck-landing-logo img{width:150px!important;max-height:42px!important}.ck-landing-nav nav,.ck-landing-nav .ck-landing-nav-links{display:none!important}.ck-landing-nav .ck-landing-actions,.ck-landing-nav>div:last-child{align-items:center!important;gap:8px!important;margin-left:auto!important;display:flex!important}.ck-landing-nav .ck-landing-btn,.ck-landing-nav a[class*=btn]{white-space:nowrap!important;border-radius:999px!important;min-height:38px!important;padding:0 13px!important;font-size:11px!important}.ck-landing-nav .ck-landing-actions a:first-child,.ck-landing-nav>div:last-child a:first-child{display:none!important}.ck-rottax-bridge,.ck-automation-guide-home{grid-template-columns:1fr!important;align-items:start!important;gap:24px!important;width:100%!important;min-height:auto!important;padding:42px 16px 46px!important;display:grid!important;overflow:visible!important}.ck-rottax-bridge-copy,.ck-automation-guide-copy{width:100%!important;max-width:none!important}.ck-section-pill{letter-spacing:.12em!important;min-height:26px!important;padding:0 11px!important;font-size:9px!important}.ck-rottax-bridge h2,.ck-automation-guide-home h2{letter-spacing:-.05em!important;width:100%!important;max-width:none!important;margin-top:14px!important;font-size:32px!important;line-height:1.02!important}.ck-rottax-bridge-copy>p,.ck-automation-guide-copy>p{width:100%!important;max-width:none!important;margin-top:14px!important;font-size:14px!important;line-height:1.48!important}.ck-rottax-bridge-points{gap:10px!important;margin-top:20px!important}.ck-rottax-bridge-points article{border-radius:18px!important;grid-template-columns:36px 1fr!important;gap:8px 10px!important;width:100%!important;min-height:auto!important;padding:14px!important}.ck-rottax-bridge-points article span{border-radius:10px!important;width:30px!important;height:30px!important;font-size:11px!important}.ck-rottax-bridge-points article h3{font-size:16px!important;line-height:1.2!important}.ck-rottax-bridge-points article p{grid-column:1/-1!important;margin:2px 0 0!important;font-size:12px!important;line-height:1.42!important}.ck-rottax-bridge-visual{border-radius:24px!important;grid-template-columns:1fr!important;gap:12px!important;width:100%!important;min-height:auto!important;padding:16px!important;display:grid!important}.ck-rottax-logo-card,.ck-comuniker-logo-card{border-radius:20px!important;gap:10px!important;width:100%!important;min-height:112px!important;padding:16px!important}.ck-rottax-logo-card img,.ck-comuniker-logo-card img{max-width:168px!important;max-height:48px!important}.ck-rottax-logo-card span,.ck-comuniker-logo-card span{font-size:12px!important}.ck-rottax-flow-line{grid-template-columns:1fr auto 1fr!important;align-items:center!important;gap:8px!important;min-height:38px!important;display:grid!important}.ck-rottax-flow-line i{width:100%!important;height:1px!important}.ck-rottax-flow-line strong{min-height:28px!important;padding:0 10px!important;font-size:9px!important}.ck-rottax-bridge-board{grid-template-columns:1fr!important;gap:10px!important}.ck-rottax-bridge-board div{border-radius:18px!important;min-height:auto!important;padding:14px!important}.ck-rottax-bridge-board span{font-size:9px!important}.ck-rottax-bridge-board p{margin-top:6px!important;font-size:17px!important}.ck-automation-guide-steps{grid-template-columns:1fr!important;gap:10px!important;margin-top:20px!important}.ck-automation-guide-steps article{border-radius:18px!important;grid-template-columns:34px 1fr!important;align-items:center!important;gap:10px!important;min-height:auto!important;padding:14px!important;display:grid!important}.ck-automation-guide-steps span{border-radius:10px!important;width:30px!important;height:30px!important;font-size:11px!important}.ck-automation-guide-steps h3{margin:0!important;font-size:15px!important;line-height:1.22!important}.ck-automation-guide-animation{border-radius:24px!important;width:100%!important;min-height:auto!important;padding:14px!important}.ck-guide-animation-slot{border-radius:22px!important;width:100%!important;min-height:290px!important}.ck-guide-orbit{inset:32px!important}.ck-guide-canvas-card{border-radius:20px!important;width:calc(100% - 42px)!important;max-width:280px!important;padding:18px!important}.ck-guide-canvas-card span{font-size:9px!important}.ck-guide-canvas-card h3{margin-top:8px!important;font-size:19px!important;line-height:1.08!important}.ck-guide-canvas-card p{margin-top:8px!important;font-size:12px!important;line-height:1.4!important}.ck-guide-flow-mini{grid-template-columns:1fr!important;gap:6px!important;bottom:14px!important;left:14px!important;right:14px!important}.ck-guide-flow-mini i{display:none!important}.ck-guide-flow-mini span{min-height:28px!important;font-size:10px!important}}@media (max-width:390px){.ck-landing-nav .ck-landing-logo img{width:132px!important}.ck-landing-nav .ck-landing-btn,.ck-landing-nav a[class*=btn]{min-height:36px!important;padding:0 10px!important;font-size:10px!important}.ck-rottax-bridge h2,.ck-automation-guide-home h2{font-size:29px!important}.ck-rottax-logo-card img,.ck-comuniker-logo-card img{max-width:148px!important}}#precos{background:radial-gradient(circle at 12% 12%,#6f2dff5c,#0000 30%),radial-gradient(circle at 82% 8%,#ffc83d2e,#0000 28%),linear-gradient(#201434 0%,#160f25 100%)!important;border-top:1px solid #ffffff14!important;border-bottom:1px solid #ffffff14!important;position:relative!important;overflow:hidden!important}#precos:before{content:"";pointer-events:none;opacity:.34;background-color:#0000;background-image:linear-gradient(90deg,#ffffff0a 1px,#0000 1px),linear-gradient(#ffffff09 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:58px 58px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000 0%,#000 24% 72%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 24% 72%,#0000 100%)}#precos:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffc83d75,#6f2dff75,#0000);width:min(920px,78vw);height:1px;position:absolute;top:72px;left:50%;transform:translate(-50%)}#precos>*{z-index:1;position:relative}#precos .ck-section-pill,#precos [class*=pill],#precos [class*=eyebrow]{color:#ffc83d!important;background:#ffffff1a!important;border-color:#ffc83d3d!important}#precos h2,#precos h3,#precos .ck-section-title{color:#fff!important}#precos>div>p,#precos .ck-section-subtitle,#precos p{color:#ffffffb8!important}#precos article,#precos .ck-pricing-card,#precos [class*=pricing] article,#precos [class*=plan] article{background:radial-gradient(circle at 0 0,#6f2dff1a,#0000 34%),#fffffff5!important;border-color:#b892ff73!important;box-shadow:0 24px 70px #00000042!important}#precos article h3,#precos article h4,#precos article strong,#precos article b,#precos article .price,#precos article [class*=price]{color:#180f2d!important}#precos article p,#precos article li,#precos article small,#precos article span:not([class*=badge]):not([class*=pill]){color:#23173ab3!important}#precos article:nth-of-type(2){background:radial-gradient(circle at 0 0,#ffc83d52,#0000 35%),linear-gradient(#fff8df 0%,#fff 82%)!important;border-color:#ffc83de0!important;box-shadow:0 30px 84px #ffc83d38!important}#precos article:nth-of-type(3){background:radial-gradient(circle at 0 0,#6f2dff33,#0000 36%),linear-gradient(#fbf8ff 0%,#fff 82%)!important;border-color:#6f2dffbd!important}#precos article a,#precos article button{box-shadow:none!important}#precos article:nth-of-type(2) a,#precos article:nth-of-type(2) button,#precos article:nth-of-type(4) a,#precos article:nth-of-type(4) button{color:#241442!important;background:#ffc83d!important;border-color:#ffc83d!important}#precos article li{border-color:#6f2dff1a!important}#precos article img{filter:none!important}@media (max-width:860px){#precos{padding-top:44px!important;padding-bottom:44px!important}#precos:after{width:calc(100% - 36px);top:54px}#precos article:nth-of-type(4):before{min-height:24px;font-size:9px;top:14px;right:14px}}#precos .ck-pricing-grid,#precos [class*=pricing-grid],#precos [class*=plans-grid]{margin-bottom:28px!important}#precos article,#precos .ck-pricing-card,#precos [class*=pricing] article,#precos [class*=plan] article{transition:transform .18s,box-shadow .18s!important;position:relative!important;overflow:hidden!important;box-shadow:0 24px 72px #00000038!important}#precos article:hover,#precos .ck-pricing-card:hover,#precos [class*=pricing] article:hover,#precos [class*=plan] article:hover{transform:translateY(-4px)!important;box-shadow:0 30px 84px #00000047!important}#precos article:first-of-type{background:radial-gradient(circle at 0 0,#b892ff2e,#0000 34%),linear-gradient(#fff 0%,#f7f4ff 100%)!important;border:1px solid #b892ff9e!important}#precos article:first-of-type h3,#precos article:first-of-type h4,#precos article:first-of-type strong,#precos article:first-of-type b,#precos article:first-of-type [class*=price]{color:#241442!important}#precos article:first-of-type p,#precos article:first-of-type li,#precos article:first-of-type small,#precos article:first-of-type span:not([class*=badge]):not([class*=pill]){color:#241442b8!important}#precos article:first-of-type a,#precos article:first-of-type button{color:#5a35d6!important;background:#fff!important;border:1px solid #6f2dff38!important}#precos article:nth-of-type(2){background:radial-gradient(circle at 0 0,#ffc83d57,#0000 36%),linear-gradient(#fff4c9 0%,#fffdf2 100%)!important;border:1px solid #ffc83deb!important;box-shadow:0 30px 84px #ffc83d33!important}#precos article:nth-of-type(2) h3,#precos article:nth-of-type(2) h4,#precos article:nth-of-type(2) strong,#precos article:nth-of-type(2) b,#precos article:nth-of-type(2) [class*=price]{color:#2b1c00!important}#precos article:nth-of-type(2) p,#precos article:nth-of-type(2) li,#precos article:nth-of-type(2) small,#precos article:nth-of-type(2) span:not([class*=badge]):not([class*=pill]){color:#4d3a00bd!important}#precos article:nth-of-type(2) a,#precos article:nth-of-type(2) button{color:#2b1c00!important;background:#f6c339!important;border:1px solid #f6c339!important}#precos article:nth-of-type(3){background:radial-gradient(circle at 0 0,#65d48138,#0000 36%),linear-gradient(#ecfff2 0%,#fff 100%)!important;border:1px solid #53b96fc7!important;box-shadow:0 28px 80px #53b96f29!important}#precos article:nth-of-type(3) h3,#precos article:nth-of-type(3) h4,#precos article:nth-of-type(3) strong,#precos article:nth-of-type(3) b,#precos article:nth-of-type(3) [class*=price]{color:#12311d!important}#precos article:nth-of-type(3) p,#precos article:nth-of-type(3) li,#precos article:nth-of-type(3) small,#precos article:nth-of-type(3) span:not([class*=badge]):not([class*=pill]){color:#12311db8!important}#precos article:nth-of-type(3) a,#precos article:nth-of-type(3) button{color:#fff!important;background:#2fbb66!important;border:1px solid #2fbb66!important}#precos article:nth-of-type(4){background:radial-gradient(circle at 0 0,#8e52ff3d,#0000 36%),linear-gradient(#f7f0ff 0%,#fff 100%)!important;border:1px solid #8e52ffdb!important;box-shadow:0 28px 80px #6f2dff2e!important}#precos article:nth-of-type(4):before{content:"ESCALA"!important;color:#fff!important;letter-spacing:.12em!important;text-transform:uppercase!important;background:#6f2dff!important;border-radius:999px!important;align-items:center!important;min-height:26px!important;padding:0 11px!important;font-size:10px!important;display:inline-flex!important;position:absolute!important;top:16px!important;right:16px!important}#precos article:nth-of-type(4) h3,#precos article:nth-of-type(4) h4,#precos article:nth-of-type(4) strong,#precos article:nth-of-type(4) b,#precos article:nth-of-type(4) [class*=price]{color:#241442!important}#precos article:nth-of-type(4) p,#precos article:nth-of-type(4) li,#precos article:nth-of-type(4) small,#precos article:nth-of-type(4) span:not([class*=badge]):not([class*=pill]){color:#241442b8!important}#precos article:nth-of-type(4) a,#precos article:nth-of-type(4) button{color:#fff!important;background:#6f2dff!important;border:1px solid #6f2dff!important}#precos article li,#precos article [class*=feature],#precos article [class*=item]{border-color:#6f2dff1a!important}@media (max-width:860px){#precos{padding-bottom:64px!important}#precos .ck-pricing-grid,#precos [class*=pricing-grid],#precos [class*=plans-grid]{margin-bottom:18px!important}#precos article:nth-of-type(4):before{min-height:24px!important;font-size:9px!important;top:14px!important;right:14px!important}}#precos article{isolation:isolate!important}#precos article h3,#precos article h4{letter-spacing:-.025em!important}#precos article li,#precos article [class*=feature],#precos article [class*=item]{min-height:62px!important}#precos article:nth-of-type(3){border-color:#2fbb66e0!important;box-shadow:0 28px 80px #2fbb6629,inset 0 4px #2fbb66!important}#precos article:nth-of-type(3):before{content:"COM ROTTA X"!important;color:#fff!important;letter-spacing:.12em!important;text-transform:uppercase!important;z-index:3!important;background:#2fbb66!important;border-radius:999px!important;align-items:center!important;width:auto!important;height:26px!important;min-height:26px!important;padding:0 11px!important;font-size:10px!important;line-height:1!important;display:inline-flex!important;position:absolute!important;inset:16px 16px auto auto!important;box-shadow:0 10px 24px #2fbb6633!important}#precos article:nth-of-type(4):before{content:"ESCALA"!important;inset:16px 16px auto auto!important;color:#fff!important;letter-spacing:.12em!important;text-transform:uppercase!important;z-index:3!important;background:#6f2dff!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:auto!important;max-width:max-content!important;height:26px!important;min-height:26px!important;padding:0 11px!important;font-size:10px!important;line-height:1!important;display:inline-flex!important;position:absolute!important;inset:auto 16px auto auto!important;box-shadow:0 10px 24px #6f2dff33!important}#precos article:nth-of-type(4){border-color:#8e52ffeb!important;box-shadow:0 28px 80px #6f2dff33,inset 0 4px #6f2dff!important}#precos article:nth-of-type(3) li:last-of-type,#precos article:nth-of-type(4) li:nth-last-of-type(2){background:#545cf00e!important;border:1px solid #545cf01f!important;border-radius:14px!important;padding:10px!important}#precos{padding-bottom:116px!important}#precos article:nth-of-type(3) a,#precos article:nth-of-type(3) button{color:#fff!important;background:#2fbb66!important;border-color:#2fbb66!important}#precos article:nth-of-type(4) a,#precos article:nth-of-type(4) button{color:#fff!important;background:#6f2dff!important;border-color:#6f2dff!important}@media (max-width:860px){#precos{padding-bottom:72px!important}#precos article:nth-of-type(3):before,#precos article:nth-of-type(4):before{height:24px!important;min-height:24px!important;padding:0 9px!important;font-size:9px!important;top:14px!important;right:14px!important}#precos article:nth-of-type(3) img:first-child,#precos article:nth-of-type(4) img:first-child{margin-top:8px!important}}#precos article{position:relative!important}#precos article:nth-of-type(2)>*{z-index:1;position:relative}#precos article:nth-of-type(2) [class*=badge],#precos article:nth-of-type(2) [class*=pill]{color:#8a5a00!important;box-shadow:none!important;background:#f6c33929!important;border:1px solid #f6c33957!important}#precos article:nth-of-type(2) span{text-wrap:balance}#precos article:nth-of-type(3){padding-top:54px!important}#precos article:nth-of-type(3):before{content:"COM ROTTA X"!important;color:#fff!important;letter-spacing:.12em!important;text-transform:uppercase!important;z-index:3!important;background:#2fbb66!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:26px!important;padding:0 11px!important;font-size:10px!important;line-height:1!important;display:inline-flex!important;position:absolute!important;top:14px!important;right:14px!important;box-shadow:0 10px 24px #2fbb6633!important}#precos article:nth-of-type(3):after{content:"RECOMENDADO"!important;color:#2b1c00!important;letter-spacing:.12em!important;text-transform:uppercase!important;z-index:3!important;background:#f6c339!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:26px!important;padding:0 11px!important;font-size:10px!important;line-height:1!important;display:inline-flex!important;position:absolute!important;top:14px!important;left:14px!important;box-shadow:0 10px 24px #f6c33933!important}#precos article:nth-of-type(3) img:first-child{margin-top:8px!important}#precos article:nth-of-type(4):before{min-height:26px!important;padding:0 11px!important;font-size:10px!important;top:14px!important;right:14px!important;box-shadow:0 10px 24px #6f2dff2e!important}#precos article:nth-of-type(2) [class*=badge],#precos article:nth-of-type(2) [class*=pill],#precos article:nth-of-type(2) .badge,#precos article:nth-of-type(2) .pill{color:#8a5a00!important;letter-spacing:.1em!important;background:#f6c33929!important;border:1px solid #f6c33947!important;font-size:10px!important}@media (max-width:860px){#precos article:nth-of-type(3){padding-top:52px!important}#precos article:nth-of-type(3):before,#precos article:nth-of-type(3):after,#precos article:nth-of-type(4):before{min-height:24px!important;padding:0 9px!important;font-size:9px!important;top:12px!important}#precos article:nth-of-type(3):before{right:12px!important}#precos article:nth-of-type(3):after{left:12px!important}#precos article:nth-of-type(4):before{right:12px!important}}#precos article:nth-of-type(2):before,#precos article:nth-of-type(2):after{content:none!important;display:none!important}#precos article:nth-of-type(3){border-color:#2fbb66e6!important;padding-top:58px!important}#precos article:nth-of-type(3):after{content:none!important;display:none!important}#precos article:nth-of-type(3):before{content:"RECOMENDADO COM ROTTA X"!important;color:#fff!important;letter-spacing:.1em!important;text-transform:uppercase!important;z-index:5!important;background:#2fbb66!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:auto!important;max-width:calc(100% - 32px)!important;height:28px!important;min-height:28px!important;padding:0 13px!important;font-size:10px!important;line-height:1!important;display:inline-flex!important;position:absolute!important;inset:14px 16px auto auto!important;box-shadow:0 12px 26px #2fbb6638!important}#precos article:nth-of-type(4){padding-top:48px!important}#precos article:nth-of-type(4):after{content:none!important;display:none!important}#precos article:nth-of-type(4):before{content:"ESCALA"!important;color:#fff!important;letter-spacing:.1em!important;text-transform:uppercase!important;z-index:5!important;background:#6f2dff!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:auto!important;max-width:max-content!important;height:28px!important;min-height:28px!important;padding:0 13px!important;font-size:10px!important;line-height:1!important;display:inline-flex!important;position:absolute!important;inset:14px 16px auto auto!important;box-shadow:0 12px 26px #6f2dff33!important}#precos article:nth-of-type(3) img:first-child,#precos article:nth-of-type(4) img:first-child{margin-top:4px!important}#precos article:nth-of-type(3){transform:translateY(-10px)!important;box-shadow:0 34px 88px #2fbb662e,inset 0 4px #2fbb66!important}#precos article:nth-of-type(3):hover{transform:translateY(-14px)!important}#precos article:nth-of-type(2){transform:none!important;box-shadow:0 24px 72px #ffc83d21!important}@media (max-width:860px){#precos article:nth-of-type(3),#precos article:nth-of-type(4){padding-top:52px!important}#precos article:nth-of-type(3),#precos article:nth-of-type(3):hover{transform:none!important}#precos article:nth-of-type(3):before,#precos article:nth-of-type(4):before{letter-spacing:.08em!important;height:24px!important;min-height:24px!important;padding:0 9px!important;font-size:8.5px!important;top:12px!important;right:12px!important}#precos article:nth-of-type(3):before{content:"RECOMENDADO + ROTTA X"!important}.ck-landing-nav .ck-landing-logo,.ck-landing-nav .ck-site-logo,.ck-landing-nav .logo{flex:none!important;align-items:center!important;display:flex!important}.ck-landing-nav .ck-landing-logo img,.ck-landing-nav .ck-site-logo img,.ck-landing-nav .logo img{object-fit:contain!important;width:182px!important;max-width:48vw!important;height:auto!important;max-height:52px!important}}@media (max-width:390px){.ck-landing-nav .ck-landing-logo img,.ck-landing-nav .ck-site-logo img,.ck-landing-nav .logo img{width:172px!important;max-width:50vw!important;max-height:50px!important}}.ck-rottax-bridge .ck-section-pill{text-align:center!important;white-space:nowrap!important;justify-content:center!important;align-items:center!important;width:fit-content!important;max-width:max-content!important;margin:0 0 16px!important;display:inline-flex!important}@media (max-width:860px){.ck-rottax-bridge .ck-section-pill{margin:0 auto 14px!important}.ck-rottax-bridge-copy{text-align:left!important}}.ck-rottax-flow-line,.ck-rottax-bridge-flow,.ck-rottax-bridge-visual .ck-rottax-flow-line{place-items:center!important;display:grid!important}.ck-rottax-flow-line strong,.ck-rottax-bridge-flow strong,.ck-rottax-bridge-visual .ck-rottax-flow-line strong{text-align:center!important;white-space:nowrap!important;justify-content:center!important;align-items:center!important;margin-inline:auto!important;display:inline-flex!important;left:auto!important;right:auto!important;transform:none!important}@media (max-width:860px){.ck-rottax-flow-line strong,.ck-rottax-bridge-flow strong,.ck-rottax-bridge-visual .ck-rottax-flow-line strong{min-height:30px!important;padding:0 12px!important;font-size:9px!important}}#precos>div:first-child,#precos .ck-fold-inner:first-child,#precos .ck-pricing-head,#precos .ck-pricing-header{z-index:2!important;position:relative!important}#precos h2,#precos .ck-section-title{z-index:2!important;margin-bottom:16px!important;line-height:1.04!important;position:relative!important}#precos>div>p,#precos .ck-section-subtitle,#precos .ck-pricing-head p,#precos .ck-pricing-header p{z-index:2!important;color:#ffffffe0!important;text-align:center!important;max-width:780px!important;margin:0 auto 26px!important;font-size:18px!important;line-height:1.56!important;position:relative!important}@media (max-width:860px){#precos h2,#precos .ck-section-title{margin-bottom:14px!important;font-size:34px!important;line-height:1.06!important}#precos>div>p,#precos .ck-section-subtitle,#precos .ck-pricing-head p,#precos .ck-pricing-header p{color:#ffffffe6!important;text-wrap:balance!important;max-width:100%!important;margin:0 auto 20px!important;padding:0 10px!important;font-size:14px!important;line-height:1.52!important}}@media (max-width:390px){#precos>div>p,#precos .ck-section-subtitle,#precos .ck-pricing-head p,#precos .ck-pricing-header p{margin-bottom:18px!important;font-size:13px!important;line-height:1.48!important}}#precos article:nth-of-type(3):before{letter-spacing:.1em!important;min-height:30px!important;padding:0 14px!important;font-size:10px!important}@media (max-width:860px){#precos article:nth-of-type(3){padding-top:58px!important}#precos article:nth-of-type(3):before{content:"RECOMENDADO · ROTTA X"!important;letter-spacing:.08em!important;border-radius:999px!important;max-width:calc(100% - 24px)!important;min-height:28px!important;padding:0 12px!important;font-size:10px!important;top:12px!important;right:12px!important}}#precos article:nth-of-type(2):before,#precos article:nth-of-type(2):after{content:none!important}#precos article:nth-of-type(2) [class*=highlight],#precos article:nth-of-type(2) [class*=badge],#precos article:nth-of-type(2) [class*=tag],#precos article:nth-of-type(2) [class*=pill],#precos article:nth-of-type(2)>span:empty,#precos article:nth-of-type(2) .badge:empty,#precos article:nth-of-type(2) .pill:empty{display:none!important}@media (max-width:860px){#precos article:nth-of-type(4):before{letter-spacing:.08em!important;min-height:28px!important;padding:0 12px!important;font-size:10px!important}}.ck-real-empty{color:#475467;background:#6f2dff09;border:1px dashed #6f2dff38;border-radius:14px;width:100%;padding:16px}.ck-real-empty.compact{padding:12px}.ck-real-empty strong{color:#241047;margin:0 0 5px;font-size:13px;line-height:1.25;display:block}.ck-real-empty p{color:#667085;margin:0;font-size:12px;line-height:1.45}.ck-central-ai button:disabled{cursor:not-allowed;opacity:.48}.ck-dashboard-card .ck-real-empty,.ck-central-day-card .ck-real-empty,.ck-ai-side .ck-real-empty{box-sizing:border-box;min-width:0;max-width:100%}.ck-funnel .ck-real-empty,.ck-activity-list .ck-real-empty,.ck-shortcuts .ck-real-empty,.ck-sla-list .ck-real-empty,.ck-channel-list .ck-real-empty{grid-column:1/-1;text-align:left!important;width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:0!important;display:block!important;position:static!important;transform:none!important}.ck-funnel .ck-real-empty{padding:18px 16px!important}.ck-activity-list .ck-real-empty,.ck-shortcuts .ck-real-empty{padding:16px!important}.ck-funnel .ck-real-empty strong,.ck-activity-list .ck-real-empty strong,.ck-shortcuts .ck-real-empty strong,.ck-sla-list .ck-real-empty strong,.ck-channel-list .ck-real-empty strong{color:#241047!important;white-space:normal!important;width:auto!important;margin:0 0 6px!important;padding:0!important;font-size:13px!important;line-height:1.25!important;display:block!important}.ck-funnel .ck-real-empty p,.ck-activity-list .ck-real-empty p,.ck-shortcuts .ck-real-empty p,.ck-sla-list .ck-real-empty p,.ck-channel-list .ck-real-empty p{color:#667085!important;white-space:normal!important;width:auto!important;margin:0!important;padding:0!important;font-size:12px!important;line-height:1.45!important;display:block!important}.ck-dashboard-card .ck-progress:has(+.ck-real-empty){display:none!important}.ck-funnel:has(.ck-real-empty)+.ck-funnel-rate+.ck-progress{display:none!important}.ck-shortcuts .ck-real-empty svg{display:none!important}.ck-empty-dashboard-card{flex-direction:column;justify-content:center;min-height:142px;display:flex}.ck-sla-card>.ck-real-empty,.ck-dashboard-card>.ck-real-empty.ck-empty-dashboard-card{margin-top:14px}.ck-central-day-card .ck-central-day-feed:has(.ck-real-empty){min-height:0!important}.ck-central-day-card .ck-central-day-feed:has(.ck-real-empty) .ck-real-empty{flex-direction:column;justify-content:center;display:flex;min-height:118px!important}.ck-central-day-card .ck-central-day-grid{align-items:stretch}.ck-central-ai button:disabled{pointer-events:none}@media (max-width:980px){.ck-empty-dashboard-card{min-height:120px}.ck-central-day-card .ck-central-day-feed:has(.ck-real-empty) .ck-real-empty{min-height:96px!important}}.ck-central-day-card:has(.ck-central-day-feed .ck-real-empty){padding-bottom:16px!important}.ck-central-day-card:has(.ck-central-day-feed .ck-real-empty) .ck-central-day-grid{grid-template-columns:minmax(0,1fr) 280px;gap:12px}.ck-central-day-card:has(.ck-central-day-feed .ck-real-empty) .ck-central-day-feed{min-height:0!important}.ck-central-day-card:has(.ck-central-day-feed .ck-real-empty) .ck-central-day-feed .ck-real-empty{flex-direction:column!important;justify-content:center!important;min-height:86px!important;padding:16px!important;display:flex!important}.ck-central-day-card:has(.ck-central-day-feed .ck-real-empty) .ck-central-day-side{gap:10px}:is(.ck-central-day-card:has(.ck-central-day-feed .ck-real-empty) .ck-central-ai,.ck-central-day-card:has(.ck-central-day-feed .ck-real-empty) .ck-central-tasks){padding:13px!important}:is(.ck-central-day-card:has(.ck-central-day-feed .ck-real-empty) .ck-central-ai p,.ck-central-day-card:has(.ck-central-day-feed .ck-real-empty) .ck-central-tasks p){font-size:12px!important;line-height:1.35!important}.ck-central-day-card:has(.ck-central-day-feed .ck-real-empty) .ck-central-tasks .ck-real-empty{min-height:0!important;padding:10px 12px!important}@media (max-width:1100px){.ck-central-day-card:has(.ck-central-day-feed .ck-real-empty) .ck-central-day-grid{grid-template-columns:1fr}}
