.rmp-window-9a481868 {
    position: relative;
    width: 320px;
    background: #c0c0c0;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #808080;
    border-bottom: 2px solid #808080;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
    z-index: 9999;
}

.rmp-header-9a481868 {
    background: #000080;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 6px;
    user-select: none;
    font-weight: bold;
    font-size: 13px;
}

.rmp-title-9a481868 {
    display: flex;
    align-items: center;
}

.rmp-controls-right-9a481868 {
    display: flex;
    gap: 3px;
}

.rmp-win-btn-9a481868 {
    background: #c0c0c0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    width: 16px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.rmp-win-btn-9a481868:active {
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.rmp-body-9a481868 {
    padding: 8px;
}

/* Neon Digital Display */
.rmp-screen-container-9a481868 {
    background: #000;
    border: 2px inset #fff;
    padding: 6px;
    margin-bottom: 8px;
}

.rmp-screen-9a481868 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rmp-screen-text-9a481868 {
    font-family: monospace;
    color: #00ff00;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    text-transform: uppercase;
}

.rmp-screen-time-9a481868 {
    font-family: monospace;
    color: #00ff00;
    font-size: 14px;
    font-weight: bold;
}

/* Scrubbing Timeline */
.rmp-timeline-container-9a481868 {
    margin-bottom: 8px;
}

.rmp-timeline-slider-9a481868 {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    background: #808080;
    height: 4px;
    outline: none;
}

.rmp-timeline-slider-9a481868::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 10px;
    height: 16px;
    background: #c0c0c0;
    border-top: 1.5px solid #fff;
    border-left: 1.5px solid #fff;
    border-right: 1.5px solid #808080;
    border-bottom: 1.5px solid #808080;
    cursor: pointer;
}

/* Controls Panel */
.rmp-controls-panel-9a481868 {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
}

.rmp-ctrl-btn-9a481868 {
    background: #c0c0c0;
    border-top: 1.5px solid #fff;
    border-left: 1.5px solid #fff;
    border-right: 1.5px solid #808080;
    border-bottom: 1.5px solid #808080;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    width: 28px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.rmp-ctrl-btn-9a481868:active {
    border-top: 1.5px solid #808080;
    border-left: 1.5px solid #808080;
    border-right: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
}

.rmp-volume-container-9a481868 {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: auto;
}

.rmp-vol-icon-9a481868 {
    font-size: 12px;
}

.rmp-volume-slider-9a481868 {
    width: 60px;
    -webkit-appearance: none;
    appearance: none;
    background: #808080;
    height: 3px;
    outline: none;
}

.rmp-volume-slider-9a481868::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 8px;
    height: 12px;
    background: #c0c0c0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    cursor: pointer;
}

/* Playlist box */
.rmp-playlist-box-9a481868 {
    background: #fff;
    border: 2px inset #fff;
    height: 120px;
    overflow-y: auto;
    padding: 4px;
    color: #000;
}

.rmp-playlist-title-9a481868 {
    font-size: 11px;
    font-weight: bold;
    border-bottom: 1px solid #808080;
    padding-bottom: 2px;
    margin-bottom: 4px;
}

.rmp-playlist-item-9a481868 {
    font-size: 11px;
    padding: 3px 6px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rmp-playlist-item-9a481868:hover {
    background: #f0f0f0;
}

.rmp-active-track {
    background: #000080 !important;
    color: #fff !important;
}
