.fleet-desk-grid{border:1px solid var(--color-border);border-radius:2px;overflow:hidden}.fleet-desk-grid,.fleet-ecology-flow{display:grid;gap:1px;background:var(--color-border)}.fleet-ecology-flow{grid-template-columns:repeat(6,1fr)}@media (max-width:1024px){.fleet-ecology-flow{grid-template-columns:repeat(3,1fr)}}.fleet-flow-node{background:var(--color-background);padding:1rem 1.25rem;position:relative}.fleet-flow-node:after{content:"";position:absolute;right:-6px;top:50%;width:10px;height:10px;border-top:2px solid var(--color-border);border-right:2px solid var(--color-border);transform:translateY(-50%) rotate(45deg);z-index:1}.fleet-flow-node:last-child:after{display:none}.fleet-role-bar{height:4px;border-radius:1px;background:var(--color-border);overflow:hidden}.fleet-role-bar-fill{height:100%;border-radius:1px;transition:width .6s cubic-bezier(.22,1,.36,1)}.fleet-sparkline{display:flex;align-items:flex-end;gap:2px;height:32px}.fleet-spark-bar{flex:1;min-width:3px;background:var(--color-accent);opacity:.35;border-radius:1px 1px 0 0;transition:height .4s ease,opacity .4s ease}.fleet-spark-bar:last-child{opacity:.9}.fleet-pulse-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 0 rgba(34,197,94,.5);animation:fleet-pulse-ring 2s ease-out infinite}@keyframes fleet-pulse-ring{0%{box-shadow:0 0 0 0 rgba(34,197,94,.45)}70%{box-shadow:0 0 0 8px rgba(34,197,94,0)}to{box-shadow:0 0 0 0 rgba(34,197,94,0)}}.fleet-table-row:hover{background:var(--color-surface)}.fleet-status-active{color:#16a34a}.fleet-status-idle{color:#d97706}.fleet-status-off{color:var(--color-muted)}