.react-flow{direction:ltr}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__connection-path,.react-flow__edge-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:white}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translateX(-50%)}.react-flow__attribution{font-size:10px;background:rgba(255,255,255,.5);padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-group,.react-flow__node-input,.react-flow__node-output{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border:1px solid #1a192b;background-color:white}.react-flow__node-default.selectable:hover,.react-flow__node-group.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover{box-shadow:0 1px 4px 1px rgba(0,0,0,.08)}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:rgba(240,240,240,.25)}.react-flow__nodesselection-rect,.react-flow__selection{background:rgba(0,89,220,.08);border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px rgba(0,0,0,.08)}.react-flow__controls-button{background:#fefefe;border:none;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.bottom,.react-flow__resize-control.top{cursor:ns-resize}.react-flow__resize-control.bottom.right,.react-flow__resize-control.top.left{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.bottom.left,.react-flow__resize-control.handle.top.left{left:0}.react-flow__resize-control.handle.bottom.right,.react-flow__resize-control.handle.top.right{left:100%}.react-flow__resize-control.line{border:0 solid #3367d9}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.bottom,.react-flow__resize-control.line.top{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.Sidebar_sidebarShell__1dQ6w{--evo-deep:#003127;--evo-surface:#2c3730;--evo-accent:#50e784;--evo-motion:cubic-bezier(0.58,0.3,0.005,1);isolation:isolate}.Sidebar_header__U_IHO{position:relative;box-shadow:0 8px 24px rgba(0,49,39,.18);transition:background-color .3s var(--evo-motion),box-shadow .3s var(--evo-motion)}.Sidebar_header__U_IHO:after{position:absolute;right:0;bottom:0;left:0;height:2px;transform-origin:left;background:var(--evo-accent);content:"";animation:Sidebar_evoLineReveal__v4IjP .75s var(--evo-motion) both}.Sidebar_headingBlock__TtQgu{min-width:0;animation:Sidebar_evoFadeInLeft__hZFC_ .75s var(--evo-motion) both}.Sidebar_toolbar__fo5Ln{position:relative;z-index:50;display:flex;align-items:center;animation:Sidebar_evoFadeInRight__95vL9 .75s var(--evo-motion) both}.Sidebar_logoutButton__uB4cl,.Sidebar_mobileMoreButton__k5Uqa,.Sidebar_toolbarButton__GpmOc,.Sidebar_zoomButton__gM1zq,.Sidebar_zoomValue__K7emm{-webkit-tap-highlight-color:transparent}.Sidebar_logoutButton__uB4cl,.Sidebar_mobileMoreButton__k5Uqa,.Sidebar_toolbarButton__GpmOc{position:relative;display:inline-grid;min-width:38px;height:38px;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.38);border-radius:12px;background:rgba(255,255,255,.06);color:#fff;cursor:pointer;transition:color .3s var(--evo-motion),border-color .3s var(--evo-motion),background-color .3s var(--evo-motion),box-shadow .3s var(--evo-motion),transform .3s var(--evo-motion)}.Sidebar_logoutButton__uB4cl:after,.Sidebar_mobileMoreButton__k5Uqa:after,.Sidebar_toolbarButton__GpmOc:after{position:absolute;right:7px;bottom:3px;left:7px;height:2px;transform:scaleX(0);transform-origin:center;border-radius:999px;background:var(--evo-accent);content:"";transition:transform .3s var(--evo-motion)}.Sidebar_logoutButton__uB4cl:focus-visible,.Sidebar_logoutButton__uB4cl:hover,.Sidebar_mobileMoreButton__k5Uqa:focus-visible,.Sidebar_mobileMoreButton__k5Uqa:hover,.Sidebar_toolbarButton__GpmOc:focus-visible,.Sidebar_toolbarButton__GpmOc:hover{transform:translateY(-2px);border-color:rgba(80,231,132,.8);background:rgba(80,231,132,.14);color:var(--evo-accent);box-shadow:0 8px 18px rgba(0,0,0,.2);outline:none}.Sidebar_controlActive__Mpa88:after,.Sidebar_logoutButton__uB4cl:focus-visible:after,.Sidebar_logoutButton__uB4cl:hover:after,.Sidebar_mobileMoreButton__k5Uqa:focus-visible:after,.Sidebar_mobileMoreButton__k5Uqa:hover:after,.Sidebar_toolbarButton__GpmOc:focus-visible:after,.Sidebar_toolbarButton__GpmOc:hover:after{transform:scaleX(1)}.Sidebar_controlActive__Mpa88{border-color:rgba(80,231,132,.72);color:var(--evo-accent);box-shadow:inset 0 0 0 1px rgba(80,231,132,.12)}.Sidebar_mobileMoreButton__k5Uqa{flex-shrink:0}.Sidebar_visualThemeButton__31_QT,.Sidebar_visualThemePicker__Q41GF{position:relative}.Sidebar_visualThemePicker__Q41GF{z-index:40;flex-shrink:0}.Sidebar_themeLetter__aFUa_{position:absolute;top:2px;right:3px;display:grid;width:12px;height:12px;place-items:center;border:1px solid;border-radius:50%;background:var(--evo-deep);font-size:7px;font-weight:900;line-height:1}.Sidebar_visualThemeMenu__U0yii{position:absolute;top:calc(100% + 8px);right:0;display:grid;width:252px;gap:5px;border:1px solid #d7e5dd;border-radius:8px;background:#fff;color:#17342b;padding:8px;box-shadow:0 16px 38px rgba(0,31,24,.28);animation:Sidebar_evoThemeMenuIn__zcOVq .22s var(--evo-motion) both}.Sidebar_visualThemeMenuTitle__SqtsM{padding:3px 7px 6px;color:#587067;font-size:10px;font-weight:800;letter-spacing:0;text-align:left;text-transform:uppercase}.Sidebar_visualThemeOption__mmc2u{display:grid;min-height:50px;grid-template-columns:30px minmax(0,1fr) 18px;gap:9px;align-items:center;border:1px solid transparent;border-radius:7px;background:transparent;color:inherit;padding:6px 7px;text-align:left;cursor:pointer;transition:border-color .2s var(--evo-motion),background-color .2s var(--evo-motion),transform .2s var(--evo-motion)}.Sidebar_visualThemeOption__mmc2u:focus-visible,.Sidebar_visualThemeOption__mmc2u:hover{transform:translateX(2px);border-color:#9bddb7;background:#edf9f2;outline:none}.Sidebar_visualThemeOptionSelected__vUTbE{border-color:#76d99d;background:#e6f9ee;color:#075b38}.Sidebar_visualThemeOptionText__DOpl2{display:grid;min-width:0;gap:2px}.Sidebar_visualThemeOptionText__DOpl2 small,.Sidebar_visualThemeOptionText__DOpl2 strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Sidebar_visualThemeOptionText__DOpl2 strong{font-size:12px}.Sidebar_visualThemeOptionText__DOpl2 small{color:#667c73;font-size:10px}.Sidebar_themePreview__0PgeB{width:28px;height:28px;border:1px solid rgba(0,49,39,.18);border-radius:6px;box-shadow:inset 0 0 0 3px rgba(255,255,255,.35)}.Sidebar_themePreviewModern__DVgp0{background:linear-gradient(135deg,#003127 0 50%,#50e784 50% 100%)}.Sidebar_themePreviewCrystal__h90ZC{background:linear-gradient(145deg,#526168,#202c33 48%,#dff8ed 52%,#8dddb6)}.Sidebar_themePreviewLegacy__nBPCI{background:linear-gradient(135deg,#202c33 0 50%,#008069 50% 100%)}.Sidebar_legacyControlGlyph__eRXHq{font-size:14px;font-weight:700;line-height:1}.Sidebar_legacyNavIcon__q_2ey{font-size:17px;line-height:1}.Sidebar_sidebarShell__1dQ6w[data-dark=true] .Sidebar_visualThemeMenu__U0yii{border-color:#3a4b43;background:#18231f;color:#f0f7f3}.Sidebar_sidebarShell__1dQ6w[data-dark=true] .Sidebar_visualThemeMenuTitle__SqtsM,.Sidebar_sidebarShell__1dQ6w[data-dark=true] .Sidebar_visualThemeOptionText__DOpl2 small{color:#a8bbb2}.Sidebar_sidebarShell__1dQ6w[data-dark=true] .Sidebar_visualThemeOption__mmc2u:focus-visible,.Sidebar_sidebarShell__1dQ6w[data-dark=true] .Sidebar_visualThemeOption__mmc2u:hover{border-color:#397458;background:#21342b}.Sidebar_sidebarShell__1dQ6w[data-dark=true] .Sidebar_visualThemeOptionSelected__vUTbE{border-color:#50e784;background:#213d30;color:#80efa5}.Sidebar_logoutButton__uB4cl{width:auto;grid-auto-flow:column;gap:7px;padding:0 13px;font-size:12px;font-weight:700}.Sidebar_zoomControl__c_lB5{display:flex;height:38px;align-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.38);border-radius:12px;background:rgba(255,255,255,.06);transition:border-color .3s var(--evo-motion),background-color .3s var(--evo-motion),box-shadow .3s var(--evo-motion),transform .3s var(--evo-motion)}.Sidebar_zoomControl__c_lB5:focus-within,.Sidebar_zoomControl__c_lB5:hover{transform:translateY(-2px);border-color:rgba(80,231,132,.8);background:rgba(80,231,132,.12);box-shadow:0 8px 18px rgba(0,0,0,.2)}.Sidebar_zoomButton__gM1zq{display:grid;width:34px;height:100%;place-items:center;border:0;background:transparent;color:#fff;cursor:pointer;transition:color .3s var(--evo-motion),background-color .3s var(--evo-motion)}.Sidebar_zoomButton__gM1zq:focus-visible:not(:disabled),.Sidebar_zoomButton__gM1zq:hover:not(:disabled){background:rgba(80,231,132,.18);color:var(--evo-accent);outline:none}.Sidebar_zoomButton__gM1zq:disabled{color:#6b7280;cursor:default}.Sidebar_zoomValue__K7emm{min-width:38px;border:0;background:transparent;color:rgba(255,255,255,.88);padding:0 2px;font:inherit;font-size:10px;font-weight:700;text-align:center;cursor:pointer;transition:color .3s var(--evo-motion),transform .3s var(--evo-motion)}.Sidebar_zoomValue__K7emm:focus-visible,.Sidebar_zoomValue__K7emm:hover{transform:scale(1.06);color:var(--evo-accent);outline:none}.Sidebar_tabsRail__O6cF9{position:relative;z-index:1;display:grid;grid-auto-flow:column;gap:7px;margin-top:2px;padding-top:4px;animation:Sidebar_evoFadeInUp__Z6UCr .75s var(--evo-motion) both;-webkit-overflow-scrolling:touch;scrollbar-color:rgba(80,231,132,.5) transparent;scrollbar-width:thin}.Sidebar_navTabActive__fEetX,.Sidebar_navTab__bf_c3{position:relative;display:flex;width:100%;min-width:0;align-items:center;justify-content:center;overflow:visible;border:1px solid rgba(255,255,255,.3);border-radius:20px;background:rgba(255,255,255,.08);color:#fff;cursor:pointer;animation:Sidebar_evoTabEnter__Ttv0v .48s var(--evo-motion) both;animation-delay:calc(var(--tab-index, 0) * 45ms);transition:color .3s var(--evo-motion),border-color .3s var(--evo-motion),background-color .3s var(--evo-motion),box-shadow .3s var(--evo-motion),transform .3s var(--evo-motion)}.Sidebar_navTabActive__fEetX:after,.Sidebar_navTab__bf_c3:after{position:absolute;right:10px;bottom:3px;left:10px;height:2px;transform:scaleX(0);border-radius:999px;background:var(--evo-accent);content:"";transition:transform .3s var(--evo-motion)}.Sidebar_navTab__bf_c3:focus-visible,.Sidebar_navTab__bf_c3:hover{transform:translateY(-2px);border-color:rgba(80,231,132,.72);background:rgba(80,231,132,.14);color:var(--evo-accent);box-shadow:0 7px 16px rgba(0,0,0,.2);outline:none}.Sidebar_navTab__bf_c3:focus-visible:after,.Sidebar_navTab__bf_c3:hover:after{transform:scaleX(1)}.Sidebar_navTabActive__fEetX{border-color:var(--evo-accent);background:var(--evo-accent);color:var(--evo-deep);box-shadow:0 8px 20px rgba(80,231,132,.25)}.Sidebar_navTabActive__fEetX:after{transform:scaleX(1);background:var(--evo-deep)}.Sidebar_navIcon__Ww9GC{position:relative;z-index:1;transition:filter .3s var(--evo-motion),transform .3s var(--evo-motion)}.Sidebar_navTab__bf_c3:focus-visible .Sidebar_navIcon__Ww9GC,.Sidebar_navTab__bf_c3:hover .Sidebar_navIcon__Ww9GC{transform:scale(1.08)}.Sidebar_navTabActive__fEetX .Sidebar_navIcon__Ww9GC{animation:Sidebar_evoIconPop__mlY94 .45s var(--evo-motion) both}.Sidebar_tabBadge__ghCqx{position:absolute;top:-1px;right:-1px;z-index:2;display:grid;min-width:17px;height:17px;place-items:center;box-sizing:border-box;border:1px solid rgba(255,255,255,.82);border-radius:999px;background:#dc2626;color:#fff;padding:0 4px;box-shadow:0 3px 9px rgba(220,38,38,.42);font-size:9px;font-weight:800;line-height:1;animation:Sidebar_evoBadgeIn__F6WWy .45s var(--evo-motion) both}.Sidebar_searchArea__hdVpv{transition:background-color .3s var(--evo-motion),border-color .3s var(--evo-motion)}.Sidebar_agentSelect__TCb43,.Sidebar_orderSelect__9tXKB,.Sidebar_searchInput__BFmfk{transition:color .3s var(--evo-motion),border-color .3s var(--evo-motion),background-color .3s var(--evo-motion),box-shadow .3s var(--evo-motion)}.Sidebar_agentSelect__TCb43:focus,.Sidebar_orderSelect__9tXKB:focus,.Sidebar_searchInput__BFmfk:focus{border-color:var(--evo-accent)!important;box-shadow:0 0 0 3px rgba(80,231,132,.2)}.Sidebar_contentSwitch__hbTFg{animation:Sidebar_evoContentIn__CYxcS .45s var(--evo-motion) both}.Sidebar_ticketCard__Zh6bb{transition:background-color .15s ease,border-color .3s var(--evo-motion),box-shadow .3s var(--evo-motion),transform .3s var(--evo-motion)!important}.Sidebar_ticketCard__Zh6bb:hover{transform:translateX(3px);box-shadow:inset 3px 0 0 rgba(80,231,132,.7)}.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic]{--evo-deep:#008069;--evo-surface:#202c33;--evo-accent:#25d366}.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_header__U_IHO{box-shadow:none}.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_header__U_IHO:after{display:none}.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_contentSwitch__hbTFg,.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_headingBlock__TtQgu,.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_navTabActive__fEetX,.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_navTabActive__fEetX .Sidebar_navIcon__Ww9GC,.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_navTab__bf_c3,.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_tabBadge__ghCqx,.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_tabsRail__O6cF9,.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_toolbar__fo5Ln{animation:none}.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_logoutButton__uB4cl,.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_mobileMoreButton__k5Uqa,.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_toolbarButton__GpmOc,.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_zoomControl__c_lB5{border-radius:8px;background:transparent;box-shadow:none}.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_logoutButton__uB4cl:focus-visible,.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_logoutButton__uB4cl:hover,.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_mobileMoreButton__k5Uqa:focus-visible,.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_mobileMoreButton__k5Uqa:hover,.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_toolbarButton__GpmOc:focus-visible,.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_toolbarButton__GpmOc:hover,.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_zoomControl__c_lB5:focus-within,.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_zoomControl__c_lB5:hover{transform:none;border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.12);color:#fff;box-shadow:none}.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_logoutButton__uB4cl{background:rgba(255,255,255,.15)}.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_controlActive__Mpa88{border-color:rgba(255,255,255,.4);color:#34d399;box-shadow:none}.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_logoutButton__uB4cl:after,.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_mobileMoreButton__k5Uqa:after,.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_navTabActive__fEetX:after,.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_navTab__bf_c3:after,.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_toolbarButton__GpmOc:after{display:none}.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_themeLetter__aFUa_{background:#008069}.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_navTabActive__fEetX,.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_navTab__bf_c3{border-color:rgba(255,255,255,.6) rgba(255,255,255,.35) rgba(0,0,0,.25);border-style:solid;border-width:1px;border-radius:10px;color:#fff}.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_navTab__bf_c3{background:linear-gradient(180deg,rgba(255,255,255,.26) 0,rgba(255,255,255,.12) 50%,rgba(255,255,255,.06) 51%,rgba(255,255,255,.14));box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 1px 3px rgba(0,0,0,.18)}.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_navTab__bf_c3:focus-visible,.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_navTab__bf_c3:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.48);background:linear-gradient(180deg,rgba(255,255,255,.45) 0,rgba(255,255,255,.22) 50%,rgba(255,255,255,.14) 51%,rgba(255,255,255,.26));color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 4px 10px rgba(0,0,0,.28)}.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_navTabActive__fEetX{background:linear-gradient(180deg,rgba(255,255,255,.98) 0,rgba(226,245,236,.94) 50%,rgba(198,236,219,.92) 51%,rgba(236,252,245,.96));color:#075b46;box-shadow:0 0 10px rgba(37,211,102,.55),0 2px 6px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.9)}.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_tabBadge__ghCqx{border-color:rgba(255,255,255,.65);background:linear-gradient(180deg,#ff8a80 0,#ef4444 48%,#c81e1e 52%,#e05252);box-shadow:0 0 6px rgba(239,68,68,.75),inset 0 1px 0 rgba(255,255,255,.6);text-shadow:0 1px 1px rgba(0,0,0,.45)}.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_ticketCard__Zh6bb{transition:background-color .15s ease!important}.Sidebar_sidebarShell__1dQ6w[data-visual-theme=classic] .Sidebar_ticketCard__Zh6bb:hover{transform:none;box-shadow:none}.Sidebar_sidebarShell__1dQ6w[data-theme-choice=legacy] .Sidebar_mobileMoreButton__k5Uqa,.Sidebar_sidebarShell__1dQ6w[data-theme-choice=legacy] .Sidebar_toolbarButton__GpmOc{min-width:46px}.Sidebar_sidebarShell__1dQ6w[data-theme-choice=legacy] .Sidebar_navIcon__Ww9GC{filter:grayscale(.2) drop-shadow(0 1px 1px rgba(0,0,0,.45))}.Sidebar_sidebarShell__1dQ6w[data-theme-choice=legacy] .Sidebar_navTabActive__fEetX .Sidebar_navIcon__Ww9GC{filter:drop-shadow(0 1px 1px rgba(0,0,0,.35))}@keyframes Sidebar_evoFadeInUp__Z6UCr{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}@keyframes Sidebar_evoFadeInLeft__hZFC_{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}@keyframes Sidebar_evoFadeInRight__95vL9{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}@keyframes Sidebar_evoContentIn__CYxcS{0%{opacity:0;transform:translate3d(0,14px,0)}to{opacity:1;transform:none}}@keyframes Sidebar_evoTabEnter__Ttv0v{0%{opacity:0;transform:translateY(10px) scale(.96)}to{opacity:1;transform:none}}@keyframes Sidebar_evoIconPop__mlY94{0%{transform:scale(.82)}65%{transform:scale(1.14)}to{transform:scale(1)}}@keyframes Sidebar_evoBadgeIn__F6WWy{0%{opacity:0;transform:scale(.45)}to{opacity:1;transform:scale(1)}}@keyframes Sidebar_evoLineReveal__v4IjP{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes Sidebar_evoThemeMenuIn__zcOVq{0%{opacity:0;transform:translate3d(0,-6px,0) scale(.98)}to{opacity:1;transform:none}}@media (max-width:720px){.Sidebar_toolbar__fo5Ln{width:100%;flex-wrap:wrap;justify-content:flex-end}.Sidebar_tabsRail__O6cF9{padding-bottom:3px}.Sidebar_visualThemeMenu__U0yii{position:fixed;top:92px;right:10px;width:min(252px,calc(100vw - 20px))}}@media (prefers-reduced-motion:reduce){.Sidebar_contentSwitch__hbTFg,.Sidebar_header__U_IHO:after,.Sidebar_headingBlock__TtQgu,.Sidebar_navTabActive__fEetX,.Sidebar_navTabActive__fEetX .Sidebar_navIcon__Ww9GC,.Sidebar_navTab__bf_c3,.Sidebar_tabBadge__ghCqx,.Sidebar_tabsRail__O6cF9,.Sidebar_toolbar__fo5Ln,.Sidebar_visualThemeMenu__U0yii{animation:none!important}.Sidebar_agentSelect__TCb43,.Sidebar_logoutButton__uB4cl,.Sidebar_mobileMoreButton__k5Uqa,.Sidebar_navIcon__Ww9GC,.Sidebar_navTabActive__fEetX,.Sidebar_navTab__bf_c3,.Sidebar_orderSelect__9tXKB,.Sidebar_searchInput__BFmfk,.Sidebar_ticketCard__Zh6bb,.Sidebar_toolbarButton__GpmOc,.Sidebar_zoomButton__gM1zq,.Sidebar_zoomControl__c_lB5,.Sidebar_zoomValue__K7emm{scroll-behavior:auto!important;transition-duration:.01ms!important}}.SupportPanel_configLauncher__EwzoS{align-items:center;gap:6px}html[data-panel-visual-theme=evo] .SupportPanel_configLauncher__EwzoS{display:inline-flex!important;border:1px solid #50e784!important;border-radius:20px!important;background:#50e784!important;color:#003127!important;box-shadow:0 7px 18px rgba(80,231,132,.22);transition:background-color .3s cubic-bezier(.58,.3,.005,1),border-color .3s cubic-bezier(.58,.3,.005,1),box-shadow .3s cubic-bezier(.58,.3,.005,1),transform .3s cubic-bezier(.58,.3,.005,1)}html[data-panel-visual-theme=evo] .SupportPanel_configLauncher__EwzoS:focus-visible,html[data-panel-visual-theme=evo] .SupportPanel_configLauncher__EwzoS:hover{transform:translateY(-2px);background:#69ec96!important;border-color:#8af2ad!important;box-shadow:0 11px 24px rgba(80,231,132,.3);outline:none}html[data-panel-visual-theme=evo] .SupportPanel_configOverlay__3Smaz{animation:SupportPanel_configOverlayIn__VQ7CM .24s ease both}html[data-panel-visual-theme=evo] .SupportPanel_configPanel__OEvxd{animation:SupportPanel_configPanelIn__r1QYn .48s cubic-bezier(.22,.61,.36,1) both}html[data-panel-visual-theme=evo] .SupportPanel_configPanel__OEvxd button:not(.SupportPanel_configCloseButton__kY6E2){border-radius:20px!important;transition:background-color .3s cubic-bezier(.58,.3,.005,1),border-color .3s cubic-bezier(.58,.3,.005,1),box-shadow .3s cubic-bezier(.58,.3,.005,1),color .3s cubic-bezier(.58,.3,.005,1),filter .3s cubic-bezier(.58,.3,.005,1),transform .18s ease!important}html[data-panel-visual-theme=evo] .SupportPanel_configPanel__OEvxd button[type=submit]{border:1px solid #50e784!important;background:#50e784!important;color:#003127!important}html[data-panel-visual-theme=evo] .SupportPanel_configPanel__OEvxd button:not(.SupportPanel_configCloseButton__kY6E2):not(:disabled):focus-visible,html[data-panel-visual-theme=evo] .SupportPanel_configPanel__OEvxd button:not(.SupportPanel_configCloseButton__kY6E2):not(:disabled):hover{transform:translateY(-2px);filter:brightness(1.05) saturate(1.06);box-shadow:0 9px 20px rgba(0,49,39,.18);outline:none}html[data-panel-visual-theme=evo] .SupportPanel_configPanel__OEvxd button:not(.SupportPanel_configCloseButton__kY6E2):focus-visible{outline:3px solid rgba(80,231,132,.42);outline-offset:2px}html[data-panel-visual-theme=evo] .SupportPanel_configPanel__OEvxd button:not(.SupportPanel_configCloseButton__kY6E2):not(:disabled):active{transform:translateY(0) scale(.98)}html[data-panel-visual-theme=evo] .SupportPanel_configPanel__OEvxd button:disabled{cursor:not-allowed!important;filter:grayscale(.2);opacity:.58!important}html[data-panel-visual-theme=evo] .SupportPanel_configCloseButton__kY6E2{transition:background-color .3s ease,color .3s ease,transform .2s ease}html[data-panel-visual-theme=evo] .SupportPanel_configCloseButton__kY6E2:focus-visible,html[data-panel-visual-theme=evo] .SupportPanel_configCloseButton__kY6E2:hover{transform:rotate(6deg) scale(1.06);color:#0a7d4e!important;outline:3px solid rgba(80,231,132,.28)}html[data-app-visual-theme=crystal] .SupportPanel_configLauncher__EwzoS,html[data-app-visual-theme=crystal] .SupportPanel_configPanel__OEvxd button:not(.SupportPanel_configCloseButton__kY6E2){border-color:rgba(255,255,255,.72) rgba(255,255,255,.48) rgba(0,0,0,.28)!important;border-style:solid!important;border-width:1px!important;border-radius:10px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.5),inset 0 -1px 0 rgba(0,0,0,.14),0 2px 5px rgba(0,0,0,.2)!important;transition:filter .2s ease,box-shadow .2s ease,transform .2s ease!important}html[data-app-visual-theme=crystal] .SupportPanel_configLauncher__EwzoS:focus-visible,html[data-app-visual-theme=crystal] .SupportPanel_configLauncher__EwzoS:hover,html[data-app-visual-theme=crystal] .SupportPanel_configPanel__OEvxd button:not(.SupportPanel_configCloseButton__kY6E2):not(:disabled):focus-visible,html[data-app-visual-theme=crystal] .SupportPanel_configPanel__OEvxd button:not(.SupportPanel_configCloseButton__kY6E2):not(:disabled):hover{transform:translateY(-2px);filter:brightness(1.12) saturate(.92);box-shadow:inset 0 1px 0 rgba(255,255,255,.7),inset 0 -1px 0 rgba(0,0,0,.16),0 6px 13px rgba(0,0,0,.25)!important;outline:none}html[data-app-visual-theme=crystal] .SupportPanel_configPanel__OEvxd button:disabled{cursor:not-allowed!important;opacity:.58!important}@keyframes SupportPanel_configOverlayIn__VQ7CM{0%{opacity:0}to{opacity:1}}@keyframes SupportPanel_configPanelIn__r1QYn{0%{opacity:0;transform:translate3d(0,24px,0)}to{opacity:1;transform:none}}@media (max-width:720px){html[data-panel-visual-theme=evo] .SupportPanel_configOverlay__3Smaz{padding:8px!important}html[data-panel-visual-theme=evo] .SupportPanel_configPanel__OEvxd{padding:20px 14px!important}}@media (prefers-reduced-motion:reduce){html[data-panel-visual-theme=evo] .SupportPanel_configOverlay__3Smaz,html[data-panel-visual-theme=evo] .SupportPanel_configPanel__OEvxd{animation:none!important}html[data-panel-visual-theme=evo] .SupportPanel_configLauncher__EwzoS,html[data-panel-visual-theme=evo] .SupportPanel_configPanel__OEvxd button{transition-duration:.01ms!important}}.TicketKanban_shell__XCNp2{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;padding:18px;color:#e9edef;background:#0b141a}.TicketKanban_header__mDUDb{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:12px}.TicketKanban_configGrid__xfbxJ h3,.TicketKanban_header__mDUDb h1,.TicketKanban_modal__0KztY h2{margin:0}.TicketKanban_heading__uqGqE{flex:1;min-width:0}.TicketKanban_titleRow__dl4Xh{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px}.TicketKanban_headerFilters__fCc_l{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.TicketKanban_clearFilterButton__0DbgR,.TicketKanban_filterButton__mR0GM,.TicketKanban_headerFilters__fCc_l select{min-height:30px;padding:5px 9px;border:1px solid #334155;border-radius:7px;color:#dbeafe;background:#111f2a;font-size:11px;font-weight:700;cursor:pointer}.TicketKanban_filterButton__mR0GM{color:#fecaca}.TicketKanban_filterButtonActive__PNQVq{border-color:#ef4444;color:#fff;background:#991b1b;box-shadow:0 0 0 2px #7f1d1d55}.TicketKanban_clearFilterButton__0DbgR{color:#94a3b8;background:transparent}.TicketKanban_clearFilterButton__0DbgR:hover{color:#e9edef;background:#1f2c34}.TicketKanban_eyebrow__wy7iV{margin:0 0 4px;color:#25d366;text-transform:uppercase;font-size:11px;font-weight:800;letter-spacing:.12em}.TicketKanban_help__l_hTs,.TicketKanban_subtitle__G8eJI{margin:6px 0 0;color:#94a3b8;font-size:13px}.TicketKanban_actions__fEJJK,.TicketKanban_configActions__fBpjC{display:flex;flex-wrap:wrap;gap:8px}.TicketKanban_actions__fEJJK select,.TicketKanban_modal__0KztY input,.TicketKanban_modal__0KztY select,.TicketKanban_toolbar__yl8w7 input{min-height:40px;padding:9px 11px;border:1px solid #334155;border-radius:8px;color:#e9edef;background:#111f2a}.TicketKanban_cardFooter__uuabq button,.TicketKanban_dangerButton__VB_RM,.TicketKanban_primaryButton__rRuQ1,.TicketKanban_secondaryButton__SC8bh{min-height:38px;padding:8px 13px;border:0;border-radius:8px;cursor:pointer;color:#fff;font-weight:700}.TicketKanban_primaryButton__rRuQ1{background:#00a884}.TicketKanban_secondaryButton__SC8bh{background:#1e3a47}.TicketKanban_dangerButton__VB_RM{background:#be123c}.TicketKanban_primaryButton__rRuQ1:disabled,.TicketKanban_secondaryButton__SC8bh:disabled{opacity:.55;cursor:not-allowed}.TicketKanban_toolbar__yl8w7{display:flex;align-items:center;gap:12px;margin-bottom:10px}.TicketKanban_toolbar__yl8w7 input{flex:1;min-width:200px}.TicketKanban_toolbar__yl8w7 span{color:#94a3b8;font-size:12px}.TicketKanban_toolbar__yl8w7 .TicketKanban_unreadSummary__De4Fs{padding:6px 10px;border:1px solid #ef4444;border-radius:999px;color:#fecaca;background:#7f1d1d;font-weight:800;white-space:nowrap}.TicketKanban_independent__m8Zox{margin-left:auto}.TicketKanban_error__lrZ36,.TicketKanban_notice__HEnT_{margin-bottom:12px;padding:11px 14px;border-radius:8px;cursor:pointer}.TicketKanban_error__lrZ36{border:1px solid #be123c;background:#4c1724;color:#fecdd3}.TicketKanban_notice__HEnT_{border:1px solid #047857;background:#073f36;color:#a7f3d0}.TicketKanban_empty__MRsRp{padding:40px;text-align:center;color:#94a3b8}.TicketKanban_board__aChfb{--z:1;flex:1;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(calc(285px * var(--z)),1fr);gap:calc(13px * var(--z));min-height:0;overflow-x:auto;overflow-y:hidden;padding-bottom:10px;touch-action:pan-x pan-y pinch-zoom}.TicketKanban_column__UZrp2{display:flex;flex-direction:column;min-height:0;height:100%;touch-action:pan-x pan-y pinch-zoom;border:1px solid #243743;border-radius:12px;background:#111b21;transition:border-color .2s}.TicketKanban_columnDropReady__JKm0Y{border-color:#3b82f6}.TicketKanban_columnHeader__UDATN{flex:none;z-index:4;display:flex;justify-content:space-between;align-items:center;padding:calc(13px * var(--z));border-top:4px solid;border-radius:11px 11px 0 0;background:#111b21;box-shadow:0 7px 12px #0007;font-weight:800;font-size:calc(1rem * var(--z))}.TicketKanban_colorDot__uRzFg{display:inline-block;width:9px;height:9px;margin-right:7px;border-radius:50%}.TicketKanban_columnHeader__UDATN b{min-width:23px;padding:2px 7px;border-radius:999px;text-align:center;background:#243743}.TicketKanban_cardList__K_hTw{flex:1;min-height:0;overflow-y:auto;overscroll-behavior-y:contain;touch-action:pan-x pan-y pinch-zoom;display:flex;flex-direction:column;gap:calc(5px * var(--z));padding:calc(5px * var(--z))}.TicketKanban_zoom__pve77{display:flex;align-items:center;gap:4px;flex:none}.TicketKanban_zoom__pve77 button{width:28px;height:28px;display:grid;place-items:center;border:1px solid #243743;border-radius:7px;background:#111b21;color:#e9edef;cursor:pointer;font-size:15px;font-weight:700;line-height:1}.TicketKanban_zoom__pve77 button:hover:not(:disabled){background:#1f2c34}.TicketKanban_zoom__pve77 button:disabled{opacity:.4;cursor:default}.TicketKanban_zoom__pve77 span{min-width:42px;text-align:center;font-size:12px;color:#94a3b8;font-variant-numeric:tabular-nums}.TicketKanban_tipoFone__Y681S{margin-left:calc(4px * var(--z));padding:1px calc(4px * var(--z));border-radius:999px;font-size:.74em;font-weight:700;color:#cbd5e1;background:#243743}.TicketKanban_card__F4BrI{touch-action:pan-x pan-y pinch-zoom;padding:calc(5px * var(--z));font-size:calc(13px * var(--z));line-height:1.15;border:1px solid #2b3d48;border-radius:8px;background:#1f2c34;box-shadow:0 3px 9px #0003;cursor:grab}.TicketKanban_card__F4BrI:active{cursor:grabbing}.TicketKanban_cardFooter__uuabq,.TicketKanban_cardTop__jbBqh,.TicketKanban_meta__4IA_u{display:flex;justify-content:space-between;gap:calc(5px * var(--z));align-items:center}.TicketKanban_cardTop__jbBqh strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.TicketKanban_cardIndicators__5LlqT{display:flex;align-items:center;gap:calc(4px * var(--z));flex-shrink:0}.TicketKanban_unreadBadge__EbKJS{display:inline-grid;min-width:calc(20px * var(--z));height:calc(20px * var(--z));padding:0 calc(6px * var(--z));place-items:center;border:2px solid #fecaca;border-radius:999px;color:#fff;background:#dc2626;box-shadow:0 0 0 3px #7f1d1d66;font-size:calc(10px * var(--z));font-weight:900;line-height:1}.TicketKanban_status__5aKus{flex-shrink:0;padding:calc(2px * var(--z)) calc(5px * var(--z));border-radius:999px;font-size:calc(8.5px * var(--z));line-height:1.25;background:#334155;color:#e2e8f0}.TicketKanban_status_waiting__wqu7J{background:#713f12;color:#fde68a}.TicketKanban_status_in_service__kidf1{background:#164e63;color:#a5f3fc}.TicketKanban_status_closed__YkBwA{background:#14532d;color:#bbf7d0}.TicketKanban_phone__2uJPn,.TicketKanban_protocol__gkggi{display:inline-block;margin-top:calc(1px * var(--z));color:#94a3b8;font-size:calc(9.5px * var(--z));line-height:1.2}.TicketKanban_protocol__gkggi{margin-left:calc(7px * var(--z));color:#22c55e;font-weight:700}.TicketKanban_message__kHwXz{display:-webkit-box;margin:calc(3px * var(--z)) 0;overflow:hidden;color:#cbd5e1;font-size:calc(10px * var(--z));line-height:1.25;-webkit-line-clamp:1;-webkit-box-orient:vertical}.TicketKanban_appointment__b_2Cv{display:grid;gap:calc(2px * var(--z));margin:calc(3px * var(--z)) 0;padding:calc(3px * var(--z)) calc(5px * var(--z));max-height:calc(39px * var(--z));overflow:hidden;border:1px solid #075985;border-radius:5px;background:#0c2635;color:#bae6fd;font-size:calc(9px * var(--z));line-height:1.2}.TicketKanban_appointment__b_2Cv span{overflow-wrap:anywhere;color:#e0f2fe}.TicketKanban_choice__EKC_3{margin-bottom:calc(3px * var(--z));padding:calc(2px * var(--z)) calc(5px * var(--z));overflow:hidden;border-radius:5px;background:#172554;color:#bfdbfe;font-size:calc(9.5px * var(--z));line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.TicketKanban_meta__4IA_u{overflow:hidden;color:#94a3b8;font-size:calc(9px * var(--z));line-height:1.15;white-space:nowrap}.TicketKanban_meta__4IA_u span{min-width:0;overflow:hidden;text-overflow:ellipsis}.TicketKanban_cardFooter__uuabq{margin-top:calc(3px * var(--z));padding-top:calc(3px * var(--z));border-top:1px solid #334155}.TicketKanban_cardFooter__uuabq small{flex-shrink:0;color:#64748b;font-size:calc(8.5px * var(--z));white-space:nowrap}.TicketKanban_cardActions__UnIdi{display:flex;align-items:center;gap:calc(4px * var(--z));min-width:0}.TicketKanban_moverColuna__EQCFL{max-width:calc(104px * var(--z));padding:calc(2px * var(--z)) calc(5px * var(--z));border:1px solid #334155;color:#cbd5e1;background:#16232c;font-weight:700;cursor:pointer;text-overflow:ellipsis}.TicketKanban_cardFooter__uuabq button,.TicketKanban_moverColuna__EQCFL{min-height:max(22px,calc(22px * var(--z)));border-radius:6px;font-size:calc(9px * var(--z))}.TicketKanban_cardFooter__uuabq button{padding:calc(2px * var(--z)) calc(6px * var(--z));background:#075e54;white-space:nowrap}.TicketKanban_columnEmpty__absqF{padding:25px 10px;border:1px dashed #334155;border-radius:8px;color:#64748b;text-align:center;font-size:12px}.TicketKanban_modalBackdrop__F_7g9{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:18px;background:#000b}.TicketKanban_modal__0KztY{width:min(520px,96vw);max-height:90vh;overflow:auto;padding:22px;border:1px solid #334155;border-radius:14px;background:#111b21;box-shadow:0 24px 70px #000a}.TicketKanban_modalHeader__mgoug{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}.TicketKanban_modalHeader__mgoug>button{border:0;color:#94a3b8;background:transparent;cursor:pointer;font-size:28px}.TicketKanban_modal__0KztY>label{display:grid;gap:6px;margin:13px 0;color:#cbd5e1;font-size:12px;font-weight:700}.TicketKanban_configModal__ATDr7{width:min(1120px,96vw)}.TicketKanban_configActions__fBpjC{margin-bottom:18px}.TicketKanban_configGrid__xfbxJ{display:grid;grid-template-columns:1fr 1fr;gap:20px}.TicketKanban_configGrid__xfbxJ section{min-width:0;padding:15px;border:1px solid #243743;border-radius:10px}.TicketKanban_settingList__pkqA4{display:grid;gap:8px;margin:13px 0}.TicketKanban_ruleRow__ex5fW,.TicketKanban_settingRow__foWIC{display:flex;align-items:center;gap:8px;padding:9px;border:1px solid #2b3d48;border-radius:8px;background:#16232c}.TicketKanban_settingRow__foWIC>div{flex:1;display:grid}.TicketKanban_settingRow__foWIC small{color:#94a3b8}.TicketKanban_ruleRow__ex5fW button,.TicketKanban_settingRow__foWIC button{padding:5px 7px;border:1px solid #334155;border-radius:6px;color:#dbeafe;background:#1e293b;cursor:pointer}.TicketKanban_colorInput__2XCcn{width:13px;height:32px;border-radius:5px}.TicketKanban_textDanger__wtSnj{color:#fda4af!important}.TicketKanban_inlineForm__LvMIc,.TicketKanban_ruleForm__OwE4_{display:grid;grid-template-columns:1fr auto auto auto;gap:8px;align-items:center}.TicketKanban_checkbox__2Bwzu{display:flex;gap:5px;align-items:center;color:#cbd5e1;font-size:11px}.TicketKanban_ruleRow__ex5fW{display:grid;grid-template-columns:auto 1fr auto auto;font-size:12px}.TicketKanban_ruleToggle__bl4xX{color:#86efac!important}.TicketKanban_disabledRule__aB4_4{opacity:.55}.TicketKanban_noRules__CPQa_{padding:14px;color:#94a3b8;text-align:center;font-size:12px}.TicketKanban_ruleForm__OwE4_{grid-template-columns:1fr 1.4fr 1fr auto}@media (max-width:850px){.TicketKanban_shell__XCNp2{overflow:auto;padding:12px}.TicketKanban_header__mDUDb,.TicketKanban_toolbar__yl8w7{align-items:stretch;flex-direction:column}.TicketKanban_titleRow__dl4Xh{align-items:flex-start;flex-direction:column}.TicketKanban_headerFilters__fCc_l{width:100%}.TicketKanban_headerFilters__fCc_l select{flex:1;min-width:170px}.TicketKanban_independent__m8Zox{margin-left:0}.TicketKanban_board__aChfb{flex:none;grid-auto-columns:86vw;height:max(500px,calc(100vh - 260px));min-height:500px}.TicketKanban_configGrid__xfbxJ,.TicketKanban_inlineForm__LvMIc,.TicketKanban_ruleForm__OwE4_{grid-template-columns:1fr}.TicketKanban_ruleRow__ex5fW,.TicketKanban_settingRow__foWIC{align-items:stretch;grid-template-columns:1fr 1fr;flex-wrap:wrap}}@media (max-width:560px){.TicketKanban_shell__XCNp2{padding:9px}.TicketKanban_header__mDUDb{margin-bottom:10px;gap:10px}.TicketKanban_header__mDUDb h1{font-size:19px}.TicketKanban_subtitle__G8eJI{display:none}.TicketKanban_toolbar__yl8w7{gap:8px;margin-bottom:10px}.TicketKanban_toolbar__yl8w7 input{min-height:36px}.TicketKanban_board__aChfb{grid-auto-columns:92vw;gap:calc(9px * var(--z));height:max(460px,calc(100dvh - 150px));min-height:0;scroll-snap-type:x mandatory;overscroll-behavior-x:contain}.TicketKanban_column__UZrp2{scroll-snap-align:center}.TicketKanban_columnHeader__UDATN{padding:calc(9px * var(--z));font-size:calc(.9rem * var(--z))}.TicketKanban_cardList__K_hTw{gap:calc(7px * var(--z));padding:calc(7px * var(--z))}.TicketKanban_card__F4BrI{padding:calc(9px * var(--z));font-size:calc(.94rem * var(--z));border-radius:9px}.TicketKanban_status__5aKus{padding:calc(3px * var(--z)) calc(6px * var(--z));font-size:calc(9px * var(--z))}.TicketKanban_unreadBadge__EbKJS{min-width:calc(18px * var(--z));height:calc(18px * var(--z));padding:0 calc(5px * var(--z));border-width:1.5px;font-size:calc(9.5px * var(--z))}.TicketKanban_phone__2uJPn,.TicketKanban_protocol__gkggi{display:inline-block;margin-top:calc(3px * var(--z));font-size:calc(11.5px * var(--z))}.TicketKanban_protocol__gkggi{margin-left:calc(9px * var(--z))}.TicketKanban_message__kHwXz{margin:calc(6px * var(--z)) 0;font-size:calc(11.5px * var(--z));-webkit-line-clamp:1}.TicketKanban_appointment__b_2Cv{gap:calc(3px * var(--z));margin:calc(6px * var(--z)) 0;padding:calc(6px * var(--z));font-size:calc(10.5px * var(--z))}.TicketKanban_choice__EKC_3{margin-bottom:calc(6px * var(--z));padding:calc(5px * var(--z)) calc(7px * var(--z));font-size:calc(10.5px * var(--z))}.TicketKanban_meta__4IA_u{font-size:calc(9.5px * var(--z))}.TicketKanban_cardFooter__uuabq{margin-top:calc(7px * var(--z));padding-top:calc(6px * var(--z));gap:calc(6px * var(--z))}.TicketKanban_moverColuna__EQCFL{max-width:calc(104px * var(--z));min-height:max(24px,calc(26px * var(--z)));font-size:calc(9.5px * var(--z))}.TicketKanban_cardFooter__uuabq small{font-size:calc(9.5px * var(--z))}.TicketKanban_cardFooter__uuabq button{min-height:max(24px,calc(26px * var(--z)));padding:calc(4px * var(--z)) calc(8px * var(--z));font-size:calc(9.5px * var(--z))}.TicketKanban_columnEmpty__absqF{padding:16px 10px;font-size:11px}}.SupportThemes_supportAction__gL1tM[data-support-action=config]{--action-accent:#007c68;--action-glow:rgba(80,231,132,0.28)}.SupportThemes_supportAction__gL1tM[data-support-action=contacts]{--action-accent:#067fbd;--action-glow:rgba(14,165,233,0.28)}.SupportThemes_supportAction__gL1tM[data-support-action=new]{--action-accent:#7c3aed;--action-glow:rgba(139,92,246,0.28)}.SupportThemes_supportAction__gL1tM[data-support-action=schedule]{--action-accent:#0f766e;--action-glow:rgba(45,212,191,0.25)}.SupportThemes_supportAction__gL1tM[data-support-action=reports]{--action-accent:#dc5b10;--action-glow:rgba(249,115,22,0.28)}.SupportThemes_supportAction__gL1tM[data-support-action=history]{--action-accent:#6d28d9;--action-glow:rgba(139,92,246,0.28)}html[data-app-visual-theme=modern] .SupportThemes_supportAction__gL1tM{box-sizing:border-box;border:1px solid color-mix(in srgb,var(--action-accent) 76%,white)!important;border-radius:20px!important;background:var(--action-accent)!important;color:#fff!important;box-shadow:0 6px 15px var(--action-glow);transition:border-color .3s cubic-bezier(.58,.3,.005,1),box-shadow .3s cubic-bezier(.58,.3,.005,1),filter .3s cubic-bezier(.58,.3,.005,1),transform .3s cubic-bezier(.58,.3,.005,1)!important}html[data-app-visual-theme=modern] .SupportThemes_supportAction__gL1tM:focus-visible,html[data-app-visual-theme=modern] .SupportThemes_supportAction__gL1tM:hover{transform:translateY(-2px);filter:brightness(1.08) saturate(1.05);box-shadow:0 10px 22px var(--action-glow);outline:3px solid color-mix(in srgb,var(--action-accent) 28%,transparent);outline-offset:2px}html[data-app-visual-theme=modern] .SupportThemes_supportAction__gL1tM:active{transform:translateY(0) scale(.98)}html[data-app-visual-theme=crystal] .SupportThemes_supportAction__gL1tM{box-sizing:border-box;border-left:1px solid rgba(255,255,255,.38)!important;border-right:1px solid rgba(255,255,255,.38)!important;border-top:1px solid rgba(255,255,255,.65)!important;border-bottom:1px solid rgba(255,255,255,.38)!important;border-bottom-color:var(--action-accent)!important;border-radius:10px!important;background:linear-gradient(180deg,rgba(255,255,255,.28) 0,rgba(255,255,255,.14) 49%,rgba(255,255,255,.06) 51%,rgba(255,255,255,.12))!important;color:#fff!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.35),inset 0 -2px 0 var(--action-accent),0 2px 5px rgba(0,0,0,.25)!important;text-shadow:0 1px 1px rgba(0,0,0,.38);transition:filter .2s ease,box-shadow .2s ease,transform .2s ease!important}html[data-app-visual-theme=crystal] .SupportThemes_supportAction__gL1tM:focus-visible,html[data-app-visual-theme=crystal] .SupportThemes_supportAction__gL1tM:hover{transform:translateY(-2px);filter:brightness(1.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.55),inset 0 -2px 0 var(--action-accent),0 7px 15px var(--action-glow)!important;outline:none}html[data-app-visual-theme=crystal] .SupportThemes_supportAction__gL1tM:active{transform:translateY(0)}@media (prefers-reduced-motion:reduce){html[data-app-visual-theme] .SupportThemes_supportAction__gL1tM{transition-duration:.01ms!important}}