/* Vestine Page Specific Styles */

/* Skills page specific enhancements */
.skill-bar-container {
    margin-bottom: 20px;
}

.skill-bar {
    height: 8px;
    background: rgba(59, 130, 246, 0.1);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.skill-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--soft-purple), var(--soft-purple-light));
    border-radius: 10px;
    transition: width 1s ease;
}

/* Add any vestine-specific components here */
