:root {
            --bg: #f5f5f5;
            --surface: #ffffff;
            --surface-muted: #efefef;
            --sidebar: #0a0a0a;
            --sidebar-hover: #1d1d1d;
            --border: #d8d8d8;
            --text-main: #111111;
            --text-soft: #616161;
            --text-strong: #f7f7f7;
            --primary: #111111;
            --primary-strong: #000000;
            --danger: #232323;
            --shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
        }
        [data-theme="dark"] {
            --bg: #050505;
            --surface: #0f0f0f;
            --surface-muted: #171717;
            --sidebar: #000000;
            --sidebar-hover: #141414;
            --border: #292929;
            --text-main: #ececec;
            --text-soft: #9a9a9a;
            --text-strong: #ffffff;
            --primary: #2a2a2a;
            --primary-strong: #3a3a3a;
            --danger: #d7d7d7;
            --shadow: 0 24px 45px rgba(0, 0, 0, 0.45);
        }
