:root {
  color-scheme: light;
  --page: #f7f9fd;
  --page-deep: #eef3fb;
  --elevated: rgba(255, 255, 255, .96);
  --surface: #ffffff;
  --surface-soft: #f5f8fc;
  --surface-strong: #eaf1fb;
  --glass: rgba(255, 255, 255, .88);
  --text: #0b1736;
  --text-secondary: #45536c;
  --text-muted: #5e6d84;
  --border: rgba(38, 61, 105, .13);
  --border-strong: rgba(38, 61, 105, .23);
  --primary: #3478f6;
  --primary-hover: #2363dc;
  --primary-soft: rgba(52, 120, 246, .09);
  --success: #12805d;
  --warning: #a75d00;
  --danger: #c9364f;
  --focus: rgba(33, 102, 235, .42);
  --shadow-sm: 0 6px 22px rgba(24, 47, 86, .055);
  --shadow-md: 0 18px 54px rgba(24, 47, 86, .09);
  --shadow-lg: 0 40px 100px rgba(24, 47, 86, .13);
  --wave-a: 35, 111, 250;
  --wave-b: 91, 103, 244;
  --wave-c: 25, 174, 204;
  --upload: #f7faff;
  --input: #f8fafd;
  --result: #f3f7fd;
  --header: rgba(255, 255, 255, .9);
  --sidebar: #ffffff;
  --sidebar-active: #edf4ff;
  --pdf: #ef4c5f;
  --pdf-soft: rgba(239, 76, 95, .09);
  --image: #55a947;
  --image-soft: rgba(85, 169, 71, .10);
  --text-tool: #7556de;
  --text-tool-soft: rgba(117, 86, 222, .10);
  --developer: #3478f6;
  --developer-soft: rgba(52, 120, 246, .10);
  --business: #e98725;
  --business-soft: rgba(233, 135, 37, .10);
  --security: #b65eaa;
  --security-soft: rgba(182, 94, 170, .10);
  --az: #238e9e;
  --az-soft: rgba(35, 142, 158, .10);
  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --container: 1220px;
  --sidebar-width: 264px;
  --font-sans: "Manrope", "Segoe UI", system-ui, sans-serif;
  --font-mono: "DM Mono", Consolas, monospace;
}

[data-theme="dark"] {
  color-scheme: dark;
  --page: #070b14;
  --page-deep: #04070d;
  --elevated: rgba(12, 18, 31, .97);
  --surface: #0d1422;
  --surface-soft: #111a2a;
  --surface-strong: #17243a;
  --glass: rgba(8, 13, 23, .9);
  --text: #f3f6fc;
  --text-secondary: #b5c0d2;
  --text-muted: #8d9bb0;
  --border: rgba(154, 177, 216, .14);
  --border-strong: rgba(154, 177, 216, .25);
  --primary: #5b91ff;
  --primary-hover: #79a6ff;
  --primary-soft: rgba(91, 145, 255, .12);
  --success: #43cf9d;
  --warning: #f1ad52;
  --danger: #ff7183;
  --focus: rgba(91, 145, 255, .5);
  --shadow-sm: 0 8px 26px rgba(0, 0, 0, .22);
  --shadow-md: 0 24px 68px rgba(0, 0, 0, .32);
  --shadow-lg: 0 48px 120px rgba(0, 0, 0, .44);
  --wave-a: 65, 139, 255;
  --wave-b: 127, 98, 255;
  --wave-c: 45, 202, 218;
  --upload: #0b1423;
  --input: #090f1b;
  --result: #0a1526;
  --header: rgba(7, 11, 20, .9);
  --sidebar: #090e19;
  --sidebar-active: #111f35;
  --pdf: #ff6c7c;
  --pdf-soft: rgba(255, 108, 124, .12);
  --image: #76c966;
  --image-soft: rgba(118, 201, 102, .12);
  --text-tool: #ad8cff;
  --text-tool-soft: rgba(173, 140, 255, .12);
  --developer: #70a3ff;
  --developer-soft: rgba(112, 163, 255, .12);
  --business: #f5a54f;
  --business-soft: rgba(245, 165, 79, .12);
  --security: #e28bd7;
  --security-soft: rgba(226, 139, 215, .12);
  --az: #55c7d3;
  --az-soft: rgba(85, 199, 211, .12);
}
