/* PC Builder - Supplemental styles (main styles in gaming.css) */

/* Smooth transitions for component area */
#component-area {
    transition: opacity 0.2s ease;
}

/* Phase grouping labels in step wizard */
.step-phase-label {
    font-size: 10px;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 12px;
    background: var(--bg);
    font-weight: 700;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

/* Builder entry animation */
.pc-builder {
    animation: fadeUp 0.4s ease;
}
