:root {
/*      */
    --fuchsia-700: #a30000;
    --fuchsia-600: #c40000;
    --fuchsia-500: #e00000;
    --fuchsia-400: #f02d2d;
    --rose-300: #ff6e6e;
    --rose-200: #ffb0b0;
    --rose-100: #ffe0e0;

    --fuchsia-700: #a3005c;
    --fuchsia-600: #c4006e;
    --fuchsia-500: #e0007a;
    --fuchsia-400: #f02d8a;
    --rose-300: #ff6eb4;
    --rose-200: #ffb0d4;
    --rose-100: #ffe0ef;
    --rose-50: #fff5f5;
    --white: #fff;
    --gray-50: #fafafa;
    --gray-100: #f4f4f5;
    --gray-200: #e4e4e7;
    --gray-300: #d4d4d8;
    --gray-400: #a1a1aa;
    --gray-500: #71717a;
    --gray-600: #52525b;
    --gray-700: #3f3f46;
    --gray-800: #27272a;
    --gray-900: #18181b;
    --sidebar-bg: #1e1e24;
    --sidebar-hover: #2a2a32;
    --sidebar-text: #9e9ea8;
    --sidebar-text-active: #fff;
    --green-500: #22c55e;
    --green-50: #f0fdf4;
    --blue-500: #3b82f6;
    --amber-500: #f59e0b;
    --red-500: #ef4444;
    --red-50: #fef2f2;
    --telegram-blue: #229ED9;
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, .08);
    --shadow-lg: 0 8px 30px rgba(0, 0, 0, .12);
    --shadow-xl: 0 20px 50px rgba(0, 0, 0, .18);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-full: 9999px;
    --sidebar-w: 300px;
    --sidebar-collapsed: 82px;
    --header-h: 60px
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
}