.krp-bar {
    width: 100%;
    height: 3px;
    background: rgba(226, 232, 240, 0.6);
    pointer-events: none;
    position: relative;
    z-index: 1001;
    overflow: hidden;
}

.krp-bar__fill {
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #0f2b46 0%, #1a3d5c 50%, #2563eb 100%);
    border-radius: 0 2px 2px 0;
    transform: scaleX(0);
    transform-origin: left;
    will-change: transform;
}
