:root{--line-color:#ccc;--line-width:2px;--node-border:#33475b;--node-bg:#fff;--brand-primary:#33475b;--brand-accent:#00a4bd;--node-width:140px;--node-height:70px;--icon-size:30px;--font-size:13px;--desktop-gap:60px;--mobile-gap:30px}.horizontal-tree-module{background:transparent;box-sizing:border-box;margin:0 auto;max-width:90%;overflow-x:auto;overflow-y:visible;padding:20px 20px 0;position:relative;scrollbar-color:var(--brand-primary) #f0f0f0;scrollbar-width:thin;text-align:center;width:100%}.horizontal-tree-module::-webkit-scrollbar{height:8px}.horizontal-tree-module::-webkit-scrollbar-track{background:#f0f0f0;border-radius:4px}.horizontal-tree-module::-webkit-scrollbar-thumb{background-color:var(--brand-primary);border-radius:4px}.tree-container-relative{display:inline-block;min-width:100%;padding:20px;position:relative;vertical-align:top;width:max-content}.tree-canvas-flex{align-items:center;display:inline-flex;justify-content:center;padding:10px;position:relative;text-align:left;width:100%;z-index:2}.automation-svg-layer{height:100%;left:0;overflow:visible;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.automation-rect{animation:border-march 60s linear infinite;fill:rgba(0,164,189,.03);rx:16px;stroke:url(#auximoGradient);stroke-dasharray:8 4;stroke-width:2px}@keyframes border-march{to{stroke-dashoffset:1000}}.automation-badge{align-items:center;background:var(--brand-primary);border-radius:20px;box-shadow:0 4px 10px rgba(51,71,91,.2);color:#fff;display:flex;font-size:11px;font-weight:700;gap:6px;letter-spacing:.5px;opacity:0;padding:6px 12px;pointer-events:none;position:absolute;text-transform:uppercase;transition:opacity .3s;white-space:nowrap;z-index:3}.pulse-dot{animation:pulse 2s infinite;background-color:#0fa;border-radius:50%;box-shadow:0 0 5px #0fa;display:inline-block;height:8px;width:8px}@keyframes pulse{0%{opacity:.7;transform:scale(.95)}50%{box-shadow:0 0 8px #0fa;opacity:1;transform:scale(1.1)}to{opacity:.7;transform:scale(.95)}}.tree-node{align-items:center;background:var(--node-bg);border:2px solid var(--node-border);border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:var(--node-height);padding:15px;position:relative;transition:all .3s ease;width:var(--node-width);z-index:100}.tree-node img{height:var(--icon-size);margin-bottom:8px;object-fit:contain;width:var(--icon-size)}.tree-node span{color:"primary";font-size:var(--font-size);font-weight:700;line-height:1.3;text-align:center}.tree-node:hover{border-color:var(--brand-accent);transform:scale(1.05)}.tooltip-box{display:none}.global-tree-tooltip{background-color:#333;border-radius:6px;box-shadow:0 4px 15px rgba(0,0,0,.2);color:#fff;font-size:12px;font-weight:400;opacity:0;padding:8px;pointer-events:none;position:fixed;text-align:center;transition:opacity .2s ease;width:180px;z-index:999999}.global-tree-tooltip.is-visible{opacity:1}.global-tree-tooltip:after{border:5px solid transparent;border-top-color:#333;content:"";left:50%;margin-left:-5px;position:absolute;top:100%}@media (min-width:769px){:root{--desktop-gap:50px;--node-width:180px;--node-height:90px;--icon-size:36px;--font-size:14px}.nodes-group{flex-direction:column;gap:0;justify-content:center}.branch,.nodes-group{display:flex;position:relative}.branch{align-items:center;flex-direction:row;padding:20px 0}.children-wrapper{display:flex;flex-direction:column;justify-content:center;margin-left:var(--desktop-gap);position:relative}.children-wrapper:before{left:calc(var(--desktop-gap)*-1)}.branch:before,.children-wrapper:before{background:var(--line-color);content:"";height:var(--line-width);position:absolute;top:50%;width:calc(var(--desktop-gap)/2);z-index:1}.branch:after,.branch:before{left:calc(var(--desktop-gap)/-2)}.branch:after{background:var(--line-color);content:"";position:absolute;width:var(--line-width);z-index:1}.nodes-group:not(.is-single-child)>.branch:after{bottom:0;top:0}.nodes-group:not(.is-single-child)>.branch:first-child:after{bottom:0;top:50%}.nodes-group:not(.is-single-child)>.branch:last-child:after{bottom:50%;height:auto;top:0}.nodes-group.is-root>.branch:before,.nodes-group.is-single-child>.branch:after{display:none}}@media (max-width:768px){.horizontal-tree-module{max-width:100%;overflow-x:auto;padding:20px 0;width:100%}.tree-container-relative{display:block;padding:0;width:100%}.tree-canvas-flex{align-items:center;display:flex;flex-direction:row;padding:0;width:100%}.children-wrapper,.nodes-group{display:flex;flex-direction:column;position:relative;width:100%}.children-wrapper{align-items:center;padding-top:var(--mobile-gap)}.tree-node{flex-shrink:0;height:auto;margin:0 auto;min-height:70px;width:140px!important}.nodes-group.is-single-child{align-items:center}.nodes-group.is-single-child>.branch{align-items:center;display:flex;flex-direction:column;width:100%}.nodes-group.is-single-child .children-wrapper:before{background:var(--line-color);content:"";height:var(--mobile-gap);left:50%;position:absolute;top:0;transform:translateX(-50%);width:var(--line-width);z-index:1}.nodes-group:not(.is-single-child){align-items:flex-start;padding-left:50%}.nodes-group:not(.is-single-child)>.branch{align-items:center;display:flex;flex-direction:row;padding-bottom:20px;position:relative}.nodes-group:not(.is-single-child)>.branch>.tree-node{margin-left:30px}.nodes-group:not(.is-single-child)>.branch:before{background:var(--line-color);content:"";height:var(--line-width);left:0;position:absolute;top:35px;width:30px;z-index:2}.nodes-group:not(.is-single-child)>.branch:after{background:var(--line-color);content:"";left:0;position:absolute;width:var(--line-width);z-index:1}.nodes-group:not(.is-single-child)>.branch:first-child:after{bottom:0;height:auto;top:-32px}.nodes-group:not(.is-single-child)>.branch:not(:first-child):not(:last-child):after{bottom:-1px;height:auto;top:-1px}.nodes-group:not(.is-single-child)>.branch:last-child:after{height:38px;top:-1px}.nodes-group.is-root>.branch:before{display:none}}