/* ==========================================
   PIX3L.PRO - DEV WORKSHOP TOOLS
   Defected-Inspired Modern Dark Theme
   ========================================== */

.workshop-intro {
    text-align: center;
    font-size: 1.1rem;
    color: var(--text-secondary);
    margin-bottom: 48px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.tool-section {
    margin-bottom: 60px;
}

.tool-desc {
    text-align: center;
    font-size: 1rem;
    color: var(--text-muted);
    margin-bottom: 24px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .animator-preview-area {
        grid-template-columns: 1fr;
    }
    
    .animator-settings {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .sequencer-step {
        width: 28px;
        height: 28px;
    }
    
    .token-result {
        flex-direction: column;
        align-items: stretch;
    }
    
    .token-controls {
        align-items: center;
    }
    
    .tool-card {
        padding: 24px;
    }
}
