.panel {
    position: relative;
    z-index: 1000;
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    padding: 0 18px;
    background: #111;
    border-bottom: 2px solid #333;
    color: #d7ffd7;
}

.menu-button {
    padding: 5px 12px;
    border: 1px solid #555;
    background: #181818;
    color: #9cff9c;
    font-family: "Press Start 2P", monospace;
    font-size: 9px;
}

.menu-button:hover {
    background: #222;
    border-color: #8cff8c;
}

.panel-apps {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 20px;
}

.panel-apps button {
    padding: 5px 9px;
    border: 1px solid transparent;
    background: transparent;
    color: #aaa;
    font-family: "VT323", monospace;
    font-size: 19px;
}

.panel-apps button:hover {
    color: #9cff9c;
    border-color: #444;
    background: #181818;
}

.system-tray {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: auto;
    color: #888;
    font-size: 19px;
}

.network-status {
    color: #75d675;
}
