/* ======================
   USER.CSS - COMPLETE FILE
   ====================== */

/* Base Styles */
html {
    scroll-behavior: smooth;
}

:root {
    --primary: #05cc7c;
    --secondary: #ff0000;
    --light-dark: #2a2a2a;
    --light: #f5f5f5;
    --gray: #888;
    --card-bg: #1e1e1e;
    --header-height: 60px;
    --sidebar-width: 72px;
    --transition: all 0.3s ease;
    --dark: #0e0e0e;
    --sidebar-collapsed: 72px;
    --sidebar-expanded: 230px;
    --light-dark: #181818;
}

