#delta-panel {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #1e1e1e;
    color: #0055ff;
    font-family: "Courier New", monospace;
    padding: 14px 16px;
    border: 1.5px solid #0055ff;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.5;
    z-index: 5000;
    width: 260px;
    box-shadow: 0 0 10px rgba(0, 255, 204, 0.2);
}
#delta-panel h4 {
    margin: 0;
    font-size: 16px;
}
#delta-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #0055ff;
    margin-bottom: 8px;
}
#delta-toggle {
    background: none;
    border: none;
    color: #0055ff;
    font-size: 18px;
    cursor: pointer;
}
#delta-open {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 8px 14px;
    background: #07090d;
    color: #0055ff;
    border: 1px solid #0055ff;
    border-radius: 6px;
    font-family: "Courier New", monospace;
    font-size: 14px;
    cursor: pointer;
    z-index: 4999;
    display: none;
}
