

.net-s1 {
    width: 100%; height: 100%; font-family: var(--font-mono); display: flex;
}

.net-s2 {
    width: 250px; display: flex; flex-direction: column; padding: 0; background: var(--bg-surface); border-right: 1px solid var(--border-subtle); z-index: 2;
}

.net-s3 {
    padding: 15px; border-bottom: 1px solid var(--border-subtle); color: var(--accent-blue); font-weight: bold; text-transform: uppercase; letter-spacing: 1px;
}

.net-s4 {
    flex: 1; overflow-y: auto; padding: 10px;
}

.net-s5 {
    flex: 1; display: flex; flex-direction: column; padding: 0; background: var(--bg-void); position: relative; overflow-y: auto;
}

.net-s6 {
    margin-bottom: 20px; color: var(--text-secondary); font-size: 13px; letter-spacing: 1px; border-bottom: 1px solid var(--border-subtle); padding-bottom: 10px;
}

.net-s7 {
    color: var(--text-muted); text-align: center; padding: 40px; font-style: italic;
}
