/* =================================
   SKILL BAR
================================= */

.skill-bar {
    width: 100%;
    height: 14px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50px;
    overflow: hidden;
    backdrop-filter: blur(10px);
}