/* ========================================
   DARK PURPLE - REDESIGN COMPLET
   Metin2 CMS v3 - Elegant & Mysterious
   ======================================== */

@import url('aqua-turquoise.css');

:root {
    /* Culori Principale - Purple Theme */
    --primary: #A855F7;
    --primary-dark: #9333EA;
    --primary-light: #C084FC;
    --secondary: #EC4899;
    --accent: #F59E0B;
    
    /* Background */
    --bg-dark: #1E1B2E;
    --bg-darker: #0F0D1A;
    --bg-card: #2D2640;
    --bg-card-hover: #3D3450;
    
    /* Text */
    --text-primary: #F3E8FF;
    --text-secondary: #D8B4FE;
    --text-muted: #A78BFA;
    
    /* Borders & Shadows */
    --border-color: rgba(168, 85, 247, 0.2);
    --shadow-glow: 0 0 20px rgba(168, 85, 247, 0.3);
}
