.ecosystem,.ecosystem *{--vgold:#d1aa34;--vgold-dim:rgba(191,155,48,.12);--vgold-border:rgba(191,155,48,.32);--vborder:#4e4e4d;--vtext:rgba(255,255,255,1);--vtext-dim:rgba(255,255,255,.6);--font:'Poppins',sans-serif;box-sizing:border-box}.ecosystem{display:grid;grid-template-columns:260px 1fr 442px;max-width:1355px;width:100%;margin-left:none;margin-right:none;min-height:420px}.eco-nav{border-right:1px solid var(--vborder);display:flex;flex-direction:column;justify-content:center}.eco-nav-item{padding:20px 28px;cursor:pointer;border-right:2px solid transparent;margin-right:-1px;transition:background .18s,border-color .18s;position:relative;user-select:none}.eco-nav-item:hover{background:rgba(191,155,48,.04)}.eco-nav-item.active{background:rgba(191,155,48,.07);border-right-color:var(--vgold)}.eco-nav-name{font-size:16px;font-weight:600;font-family:var(--font);color:var(--vtext-dim);transition:color .18s;line-height:1.3}.eco-nav-item:hover .eco-nav-name,.eco-nav-item.active .eco-nav-name{color:var(--vtext)}.eco-nav-item.active .eco-nav-name{color:var(--vgold)}.eco-nav-name--gold{color:var(--vgold) !important}.eco-nav-sub{font-size:13px;font-family:var(--font);color:var(--vtext-dim);opacity:.55;margin-top:4px;font-weight:400}.eco-nav-dot{width:8px;height:8px;border-radius:50%;background:var(--vborder);position:absolute;right:-5px;top:50%;transform:translateY(-50%);transition:background .18s,box-shadow .18s;border:2px solid #181818;z-index:2}.eco-nav-item.active .eco-nav-dot{background:var(--vgold);box-shadow:0 0 0 3px rgba(209,170,52,.18)}.eco-nav-dot--gold{background:var(--vgold) !important}.eco-nav-separator{height:1px;background:var(--vborder);margin:6px 0;opacity:.5}.eco-content{padding:48px 52px;padding-right:0;position:relative;min-height:420px}.eco-panel{display:none;opacity:0;transition:opacity .2s}.eco-panel.active{display:block;opacity:1}.eco-panel-head{display:flex;align-items:flex-start;gap:20px;margin-bottom:28px}.eco-icon{width:60px;height:60px;border-radius:14px;flex-shrink:0;background:var(--vgold-dim);border:1px solid var(--vgold-border);display:flex;align-items:center;justify-content:center;color:var(--vgold)}.eco-icon svg{width:24px;height:24px}.eco-tag{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--vgold);font-family:var(--font);margin-bottom:6px;display:block}.eco-title{font-size:24px;font-weight:600;color:var(--vtext);font-family:var(--font);line-height:1.2}.eco-tagline{font-size:16px;font-weight:500;color:var(--vgold);font-family:var(--font);margin-bottom:16px;line-height:1.5}.eco-desc{font-size:16px;font-weight:400;color:var(--vtext-dim);font-family:var(--font);line-height:1.8}.eco-desc strong{color:var(--vtext);font-weight:600}.eco-core-note{margin-top:28px;padding:16px 20px;border-radius:10px;background:rgba(191,155,48,.07);border:1px solid var(--vgold-border);font-size:16px;font-family:var(--font);font-weight:400;color:var(--vtext-dim);line-height:1.65}.eco-core-note strong{color:var(--vgold);font-weight:600}.core-feeds{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.core-feed-tag{padding:8px 18px;border-radius:50px;border:1px solid var(--vgold-border);font-size:16px;font-family:var(--font);font-weight:500;color:var(--vtext-dim);letter-spacing:.02em;cursor:pointer;transition:background .18s,color .18s,border-color .18s;background:0 0}.core-feed-tag:hover{background:var(--vgold-dim);border-color:var(--vgold);color:var(--vtext)}.eco-tree{display:flex;align-items:center;justify-content:center;padding:40px 32px}.t-node circle,.t-node rect{fill:rgba(78,78,77,.2);stroke:#4e4e4d;stroke-width:1;transition:fill .35s,stroke .35s,stroke-width .35s}.t-node text{fill:rgba(255,255,255,.35);font-family:'Poppins',sans-serif;transition:fill .35s}.t-badge{fill:rgba(255,255,255,.25) !important;font-family:'Poppins',sans-serif;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:fill .35s;font-size:12px}.t-node.t-active circle,.t-node.t-active rect{fill:rgba(191,155,48,.18);stroke:#d1aa34;stroke-width:1.5}.t-node.t-active text{fill:#d1aa34}.t-node.t-active .t-badge{fill:rgba(209,170,52,.75) !important}.t-node.t-related circle,.t-node.t-related rect{fill:rgba(78,78,77,.32);stroke:rgba(191,155,48,.35)}.t-node.t-related text{fill:rgba(255,255,255,.6)}.t-node.t-related .t-badge{fill:rgba(209,170,52,.45) !important}.t-line{fill:none;stroke:#4e4e4d;stroke-width:1;transition:stroke .35s,stroke-width .35s}.t-line.l-active{stroke:#d1aa34;stroke-width:1.5}.t-line.l-pulse{stroke:rgba(191,155,48,.5);stroke-dasharray:4 3;animation:ecoTreeDash .9s linear infinite}@keyframes ecoTreeDash{to{stroke-dashoffset:-14}}@media (max-width:960px){.ecosystem{grid-template-columns:220px 1fr}.eco-tree{display:none}.eco-nav-item{padding:18px 22px}.eco-content{padding:36px 32px}}@media (max-width:640px){.ecosystem{grid-template-columns:1fr;min-height:auto !important}.eco-nav{flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;border-right:none;border-bottom:1px solid var(--vborder)}.eco-nav-item{padding:12px 16px;width:100%;border-right:none;border-bottom:1px solid var(--vborder);margin-right:0;margin-bottom:0}.eco-nav-item.active{border-right-color:transparent;border-bottom-color:var(--vgold)}.eco-nav-dot{display:none}.eco-nav-separator{display:none}.eco-content{padding:24px 0;min-height:auto !important}.eco-panel-head{flex-direction:column;gap:14px}}.t-node{cursor:pointer}