.vlan-runtime{margin-top:var(--space-7);font-family:var(--font-sans);color:var(--text)}.vlan-runtime *{box-sizing:border-box}.vlan-runtime__shell{display:grid;gap:var(--space-5);padding:clamp(1rem,3vw,1.6rem);border:1px solid var(--border);border-radius:var(--radius-md);background:color-mix(in srgb,var(--surface) 94%,var(--accent) 6%)}
.vlan-runtime__card{padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.vlan-runtime h2,.vlan-runtime h3{margin:0}.vlan-runtime__eyebrow{font:700 .72rem var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}
.vlan-runtime__prediction,.vlan-runtime__switches{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-4);margin:1rem 0}.vlan-runtime__switch{padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-sm)}.vlan-runtime__row{display:grid;grid-template-columns:85px 1fr;gap:.6rem;align-items:center;margin:.65rem 0}.vlan-runtime select,.vlan-runtime textarea{width:100%;min-height:44px;padding:.6rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);font:inherit}
.vlan-runtime__allowed{display:flex;flex-wrap:wrap;gap:.6rem}.vlan-runtime__allowed label{min-height:44px;display:flex;align-items:center;gap:.35rem;padding:.4rem .6rem;border:1px solid var(--border);border-radius:.4rem}.vlan-runtime__status{padding:.8rem;border-left:3px solid var(--accent);background:color-mix(in srgb,var(--accent) 8%,var(--surface));border-radius:0 var(--radius-sm) var(--radius-sm) 0}.vlan-runtime__status[data-kind=error]{border-color:#ef4444}.vlan-runtime__status[data-kind=success]{border-color:#22c55e}
.vlan-runtime__outputs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin-top:1rem}.vlan-runtime pre{white-space:pre-wrap;overflow-wrap:anywhere;padding:.75rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);font-size:.78rem}.vlan-runtime__pings{overflow-x:auto}.vlan-runtime table{width:100%;border-collapse:collapse;min-width:600px}.vlan-runtime th,.vlan-runtime td{padding:.6rem;border-bottom:1px solid var(--border);text-align:left}.vlan-runtime__actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1rem}.vlan-runtime button{min-height:44px}.vlan-runtime__summary pre{font-size:.83rem}
@media(max-width:700px){.vlan-runtime__prediction,.vlan-runtime__switches,.vlan-runtime__outputs{grid-template-columns:1fr}.vlan-runtime__actions button{width:100%}}
