:root {
    --bg: #ffffff;
    --bg-secondary: #f2f9ff;
    --text: #002244;
    --text-secondary: #003366;
    --accent: #3399ff;
    --accent-rgb: 51, 153, 255;
    --accent-glow: #3399ff66;
    --accent-glow-strong: #3399ffaa;
    --accent-glow-text: #003366;
    --accent-dark: #003366;
    --border: #3399ff44;
    --border-strong: #3399ff88;
    --shadow: #3399ff22;
    --scroll-track: #e0e0e0;
    --scroll-thumb: #3399ff;
    --header-bg: rgba(245, 252, 255, 0.9);
    --nav-bg: rgba(0, 51, 102, 0.05);
    --nav-hover-bg: rgba(0, 51, 102, 0.12);
    --nav-text: #003366;
    --line-light: #ffffff;
    --line-dark: #222222;
    --card-bg: rgba(240, 248, 255, 0.65);
    --footer-bg: rgba(245, 252, 255, 0.9);
}
[data-theme="Sunset Industrial"] {
    --bg: #2f3a3f;
    --bg-secondary: #39464c;
    --text: #ebebeb;
    --text-secondary: #ffc300;
    --accent: #ff8300;
    --accent-alt: #ffc300;
    --accent-dark: #cc6700;
    --accent-rgb: 255, 131, 0;
    --accent-glow: #ff830044;
    --accent-glow-strong: #ff830088;
    --accent-glow-text: #ff8300;
    --border: #424d54;
    --border-strong: #ff830066;
    --shadow: #ff830022;
    --scroll-track: #313e44;
    --scroll-thumb: #ff8300;
    --header-bg: #2f3a3f;
    --footer-bg: #39464c;
    --card-bg: #39464c;
    --nav-bg: #2f3a3f;
    --nav-hover-bg: #ff830011;
    --nav-text: #ffc300;
    --line-light: #ffc30099;
    --line-dark: #232b2e;
    --glow-box: 0 0 14px #ff830044;
    --glow-text: 0 0 6px #ffc30077;
}
[data-theme="Sunset Modern Dark"] {
    --bg: #2f3a3f;
    --bg-secondary: #38444a;
    --text: #ebebeb;
    --text-secondary: #ffc300;
    --accent: #ff8300;
    --accent-alt: #ffc300;
    --accent-dark: #cc6700;
    --accent-rgb: 255,131,0;
    --accent-glow: #ff830044;
    --accent-glow-strong: #ff830088;
    --accent-glow-text: #ffc300;
    --border: #424d54;
    --border-strong: #ff830066;
    --shadow: #ff830022;
    --scroll-track: #39464c;
    --scroll-thumb: #ff8300;
    --header-bg: #2f3a3f;
    --footer-bg: #38444a;
    --card-bg: #38444a;
    --nav-bg: #2f3a3f;
    --nav-hover-bg: #ff830012;
    --nav-text: #ffc300;
    --line-light: #ffc30099;
    --line-dark: #232b2e;
    --glow-box: 0 0 14px #ff830044;
    --glow-text: 0 0 8px #ffc30088;
}
[data-theme="Sunset Modern Light"] {
    --bg: #ebebeb;
    --bg-secondary: #ffc30022;
    --text: #2f3a3f;
    --text-secondary: #ff8300;
    --accent: #ff8300;
    --accent-alt: #ffc300;
    --accent-dark: #b95d00;
    --accent-rgb: 255,131,0;
    --accent-glow: #ff830066;
    --accent-glow-strong: #ff8300bb;
    --accent-glow-text: #ff8300;
    --border: #c1b099;
    --border-strong: #ff830066;
    --shadow: #ff830022;
    --scroll-track: #e3dfd4;
    --scroll-thumb: #ff8300;
    --header-bg: #ff830012;
    --footer-bg: #ffc30022;
    --card-bg: #fff4e3;
    --nav-bg: #ebebeb;
    --nav-hover-bg: #ff830010;
    --nav-text: #ff8300;
    --line-light: #ffc30099;
    --line-dark: #2f3a3f;
    --glow-box: 0 0 14px #ff830033;
    --glow-text: 0 0 8px #ff830099;
}
[data-theme="Ebook Paper"] {
    --bg: #fdf6e3;
    --bg-secondary: #f9eec3;
    --text: #2e2b23;
    --text-secondary: #655c41;
    --accent: #a46a00;
    --accent-dark: #825100;
    --accent-rgb: 164,106,0;
    --accent-glow: #a46a0033;
    --accent-glow-strong: #a46a0066;
    --accent-glow-text: #a46a00;
    --border: #e8d3a8;
    --border-strong: #ccb06c;
    --shadow: #f0e7ca;
    --header-bg: #f6ecd4;
    --footer-bg: #f3e3b9;
    --card-bg: #f9eec3;
    --nav-bg: #fdf6e3;
    --nav-hover-bg: #f5e5bc;
    --nav-text: #825100;
    --line-light: #e2d5b0;
    --line-dark: #c1a768;
    --scroll-track: #f3e3b9;
    --scroll-thumb: #a46a00;
}
[data-theme="Ebook Sepia"] {
    --bg: #f5e5bc;
    --bg-secondary: #efe2c6;
    --text: #2e2b23;
    --text-secondary: #6b624a;
    --accent: #b47e16;
    --accent-dark: #7a570a;
    --accent-rgb: 180,126,22;
    --accent-glow: #b47e1633;
    --accent-glow-strong: #b47e1666;
    --accent-glow-text: #b47e16;
    --border: #e0ce99;
    --border-strong: #c5a95c;
    --shadow: #ebd9ab;
    --header-bg: #f3deb7;
    --footer-bg: #e7c97b;
    --card-bg: #efe2c6;
    --nav-bg: #f5e5bc;
    --nav-hover-bg: #e7c97b;
    --nav-text: #7a570a;
    --line-light: #dfc98a;
    --line-dark: #b49754;
    --scroll-track: #e7c97b;
    --scroll-thumb: #b47e16;
}
[data-theme="OLED"] {
    --bg: #000000;
    --bg-secondary: #161819;
    --text: #e6e6e6;
    --text-secondary: #a7a7a7;
    --text-dark: #161819;
    --accent: #30d9fa;
    --accent-dark: #1785b5;
    --accent-rgb: 48, 217, 250;
    --accent-glow: #30d9fa55;
    --accent-glow-strong: #30d9fabf;
    --accent-glow-text: #30d9fa;
    --border: #222b2e;
    --border-strong: #30d9fa99;
    --shadow: #30d9fa1a;
    --scroll-track: #101014;
    --scroll-thumb: #30d9fa;
    --header-bg: #070808;
    --footer-bg: #090909;
    --card-bg: #161819;
    --nav-bg: #000000;
    --nav-hover-bg: #1b2730;
    --nav-text: #30d9fa;
    --line-light: #30d9fa44;
    --line-dark: #191e21;
    --glow-box: 0 0 20px #30d9fa80;
    --glow-text: 0 0 10px #30d9fa80;
}
[data-theme="Executive Dark"] {
    --bg: #0d1117;
    --bg-secondary: #161b22;
    --text: #f0f0f0;
    --text-secondary: #d0d0d0;
    --accent: #1f6feb;
    --accent-dark: #1749a0;
    --accent-rgb: 31, 111, 235;
    --accent-glow: #1f6feb33;
    --accent-glow-strong: #1f6feb77;
    --accent-glow-text: #1f6feb;
    --border: #2b313c;
    --border-strong: #3a3f4b;
    --shadow: rgba(0, 0, 0, 0.3);
    --nav-bg: #0d1117;
    --nav-hover-bg: #1a1f29;
    --nav-text: #f0f0f0;
    --card-bg: #161b22;
    --header-bg: #0d1117;
    --footer-bg: #0d1117;
    --scroll-track: #1a1f29;
    --scroll-thumb: #2d384a;
    --line-light: #f0f0f055;
    --line-dark: #0d1117;
    --glow-box: 0 0 12px rgba(31, 111, 235, 0.3);
    --glow-text: 0 0 6px rgba(31, 111, 235, 0.4);
}
[data-theme="Executive Light"] {
    --bg: #ffffff;
    --bg-secondary: #f2f4f8;
    --text: #0d1117;
    --text-secondary: #4a4a4a;
    --accent: #1f6feb;
    --accent-dark: #1749a0;
    --accent-rgb: 31, 111, 235;
    --accent-glow: #1f6feb22;
    --accent-glow-strong: #1f6feb55;
    --accent-glow-text: #1f6feb;
    --border: #d8dee9;
    --border-strong: #c5ccd6;
    --shadow: rgba(0, 0, 0, 0.08);
    --nav-bg: #ffffff;
    --nav-hover-bg: #f0f4ff;
    --nav-text: #0d1117;
    --card-bg: #f9fafa;
    --header-bg: #ffffff;
    --footer-bg: #f2f4f8;
    --scroll-track: #f5f5f5;
    --scroll-thumb: #cfd8e0;
    --line-light: #dddddd;
    --line-dark: #ffffff;
    --glow-box: 0 0 6px rgba(31, 111, 235, 0.2);
    --glow-text: 0 0 4px rgba(31, 111, 235, 0.3);
}
[data-theme="dark"] {
    --bg: #0a0a1a;
    --bg-secondary: #11182a;
    --text: #cce7ff;
    --text-secondary: #99bbcc;
    --accent: #66b2ff;
    --accent-rgb: 102, 178, 255;
    --accent-glow: #66b2ff66;
    --accent-glow-strong: #66b2ffaa;
    --accent-glow-text: #66b2ff;
    --accent-dark: #66b2ff;
    --border: #66b2ff33;
    --border-strong: #66b2ff99;
    --shadow: #66b2ff22;
    --scroll-track: #0a0a0a;
    --scroll-thumb: #66b2ff;
    --header-bg: rgba(10, 20, 40, 0.7);
    --nav-bg: rgba(51, 102, 153, 0.05);
    --nav-hover-bg: rgba(51, 102, 153, 0.15);
    --nav-text: #cceeff;
    --line-light: #cccccc;
    --line-dark: #111111;
    --card-bg: rgba(20, 30, 45, 0.8);
    --footer-bg: rgba(15, 20, 35, 0.8);
}
[data-theme="Cyber"] {
    --bg: #0a0a0a;
    --bg-secondary: #111;
    --text: #00f0ff;
    --text-secondary: #ccf;
    --accent: #00f0ff;
    --accent-rgb: 0, 240, 255;
    --accent-glow: #00f0ff88;
    --accent-glow-strong: #00f0ff66;
    --accent-glow-text: #00f0ff;
    --accent-dark: #00f0ff;
    --border: #00f0ff55;
    --border-strong: #00f0ff88;
    --shadow: #00f0ff22;
    --scroll-track: #0a0a0a;
    --scroll-thumb: #00f0ff;
    --header-bg: #0a0a0a;
    --line-light: #cccccc;
    --line-dark: #111111;
    --nav-bg: #0a0a0a;
    --nav-hover-bg: rgba(0, 240, 255, 0.12);
    --nav-text: #00f0ff;
    --card-bg: #111111;
    --footer-bg: #0a0a0a;
    --glow-box: 0 0 18px #00f0ff88;
    --glow-text: 0 0 6px #00f0ffaa;
}
[data-theme="Black Red"] {
    --bg: #000000;
    --bg-secondary: #121212;
    --text: #ff4444;
    --text-secondary: #ff6666;
    --accent: #ff1a1a;
    --accent-rgb: 255, 26, 26;
    --accent-glow: #ff1a1a77;
    --accent-glow-strong: #ff1a1a99;
    --accent-glow-text: #ff4d4d;
    --accent-dark: #cc0000;
    --border: #ff1a1a44;
    --border-strong: #ff1a1a99;
    --shadow: #ff1a1a22;
    --scroll-track: #1a1a1a;
    --scroll-thumb: #ff1a1a;
    --header-bg: #050505;
    --nav-bg: #000000;
    --nav-hover-bg: rgba(255, 26, 26, 0.15);
    --nav-text: #ff4d4d;
    --line-light: #ff6666;
    --line-dark: #0f0f0f;
    --card-bg: #1b1b1b;
    --footer-bg: #0a0a0a;
    --glow-box: 0 0 18px #ff1a1a88;
    --glow-text: 0 0 6px #ff1a1acc;
}
[data-theme="LimeBlue"] {
    --bg: #0f1b2c;
    --bg-secondary: #192b40;
    --text: #aaff00;
    --text-secondary: #d6ff66;
    --accent: #aaff00;
    --accent-rgb: 170, 255, 0;
    --accent-glow: #aaff0088;
    --accent-glow-strong: #aaff0066;
    --accent-glow-text: #aaff00;
    --accent-dark: #88cc00;
    --border: #aaff0055;
    --border-strong: #aaff0088;
    --shadow: #aaff0022;
    --scroll-track: #102030;
    --scroll-thumb: #aaff00;
    --header-bg: #0f1b2c;
    --line-light: #eaffaa;
    --line-dark: #101010;
    --nav-bg: #0f1b2c;
    --nav-hover-bg: rgba(170, 255, 0, 0.12);
    --nav-text: #aaff00;
    --card-bg: #111d2b;
    --footer-bg: #0f1b2c;
    --glow-box: 0 0 18px #aaff0088;
    --glow-text: 0 0 6px #aaff00aa;
}
[data-theme="Charcoal Gold"] {
    --bg: #121212;
    --bg-secondary: #1a1a1a;
    --text: #ffbf00;
    --text-secondary: #ffe066;
    --accent: #ffbf00;
    --accent-rgb: 255, 191, 0;
    --accent-glow: #ffbf0088;
    --accent-glow-strong: #ffbf0066;
    --accent-glow-text: #ffbf00;
    --accent-dark: #cc9900;
    --border: #ffbf0055;
    --border-strong: #ffbf0088;
    --shadow: #ffbf0022;
    --scroll-track: #1a1a1a;
    --scroll-thumb: #ffbf00;
    --header-bg: #121212;
    --line-light: #ffeeaa;
    --line-dark: #1a1a1a;
    --nav-bg: #121212;
    --nav-hover-bg: rgba(255, 191, 0, 0.12);
    --nav-text: #ffbf00;
    --card-bg: #1e1e1e;
    --footer-bg: #121212;
    --glow-box: 0 0 18px #ffbf0088;
    --glow-text: 0 0 6px #ffbf00aa;
}
[data-theme="Slate Purple"] {
    --bg: #1e1f2f;
    --bg-secondary: #27283d;
    --text: #cc66ff;
    --text-secondary: #e0b3ff;
    --accent: #cc66ff;
    --accent-rgb: 204, 102, 255;
    --accent-glow: #cc66ff88;
    --accent-glow-strong: #cc66ff66;
    --accent-glow-text: #cc66ff;
    --accent-dark: #e0b3ff;
    --border: #cc66ff55;
    --border-strong: #cc66ff88;
    --shadow: #cc66ff22;
    --scroll-track: #222234;
    --scroll-thumb: #cc66ff;
    --header-bg: #1e1f2f;
    --line-light: #f5d6ff;
    --line-dark: #1a1a2a;
    --nav-bg: #1e1f2f;
    --nav-hover-bg: rgba(204, 102, 255, 0.12);
    --nav-text: #cc66ff;
    --card-bg: #2a2b3f;
    --footer-bg: #1e1f2f;
    --glow-box: 0 0 18px #cc66ff99;
    --glow-text: 0 0 6px #cc66ffcc;
}
[data-theme="Sky Blue"] {
    --bg: #ffffff;
    --bg-secondary: #f0f8ff;
    --text: #004080;
    --text-secondary: #336699;
    --accent: #3399ff;
    --accent-rgb: 51, 153, 255;
    --accent-glow: #3399ff88;
    --accent-glow-strong: #3399ff66;
    --accent-glow-text: #004080;
    --accent-dark: #003366;
    --border: #3399ff55;
    --border-strong: #3399ff88;
    --shadow: #3399ff22;
    --scroll-track: #e0e0e0;
    --scroll-thumb: #3399ff;
    --header-bg: rgba(240, 255, 255, 0.8);
    --line-light: #ffffff;
    --line-dark: #222222;
    --nav-bg: rgba(51, 153, 255, 0.05);
    --nav-hover-bg: rgba(51, 153, 255, 0.12);
    --nav-text: #004080;
    --card-bg: rgba(230, 245, 255, 0.6);
    --footer-bg: #e0f2ff;
    --glow-box: 0 0 15px #3399ff88;
    --glow-text: 0 0 5px #3399ffcc;
}
[data-theme="Acid Carbon"] {
    --bg: #1c1c1c;
    --bg-secondary: #222222;
    --text: #baff29;
    --text-secondary: #d7ff5e;
    --accent: #baff29;
    --accent-rgb: 186, 255, 41;
    --accent-glow: #baff2988;
    --accent-glow-strong: #baff2966;
    --accent-glow-text: #baff29;
    --accent-dark: #99dd00;
    --border: #baff2955;
    --border-strong: #baff2988;
    --shadow: #baff2922;
    --scroll-track: #1a1a1a;
    --scroll-thumb: #baff29;
    --header-bg: rgba(20, 20, 20, 0.6);
    --line-light: #dddddd;
    --line-dark: #0a0a0a;
    --nav-bg: rgba(186, 255, 41, 0.05);
    --nav-hover-bg: rgba(186, 255, 41, 0.12);
    --nav-text: #baff29;
    --card-bg: #242424;
    --footer-bg: #1c1c1c;
    --glow-box: 0 0 15px #baff29aa;
    --glow-text: 0 0 8px #baff29cc;
}
[data-theme="Oceanic Midnight"] {
    --bg: #011627;
    --bg-secondary: #022B3A;
    --text: #E0F7FA;
    --text-secondary: #B2DFDB;
    --accent: #2EC4B6;
    --accent-rgb: 46, 196, 182;
    --accent-glow: #2EC4B688;
    --accent-glow-strong: #2EC4B666;
    --accent-glow-text: #2EC4B6;
    --accent-dark: #1CA89C;
    --border: #2EC4B655;
    --border-strong: #2EC4B688;
    --shadow: #2EC4B622;
    --scroll-track: #011627;
    --scroll-thumb: #2EC4B6;
    --header-bg: rgba(1, 22, 39, 0.8);
    --line-light: #BFDDE0;
    --line-dark: #0A2233;
    --nav-bg: rgba(46, 196, 182, 0.06);
    --nav-hover-bg: rgba(46, 196, 182, 0.15);
    --nav-text: #2EC4B6;
    --card-bg: rgba(3, 28, 42, 0.85);
    --footer-bg: rgba(1, 22, 39, 0.85);
}
[data-theme="Graphite Royal Violet"] {
    --bg: #1A1A1A;
    --bg-secondary: #222;
    --text: #EAEAEA;
    --text-secondary: #CFCFCF;
    --accent: #8E44AD;
    --accent-rgb: 142, 68, 173;
    --accent-glow: #8E44AD88;
    --accent-glow-strong: #8E44AD66;
    --accent-glow-text: #CBA2D8;
    --accent-dark: #732D91;
    --border: #8E44AD55;
    --border-strong: #8E44AD88;
    --shadow: #8E44AD22;
    --scroll-track: #1A1A1A;
    --scroll-thumb: #8E44AD;
    --header-bg: rgba(26, 26, 26, 0.9);
    --line-light: #CCCCCC;
    --line-dark: #101010;
    --nav-bg: rgba(142, 68, 173, 0.05);
    --nav-hover-bg: rgba(142, 68, 173, 0.12);
    --nav-text: #8E44AD;
    --card-bg: rgba(30, 30, 30, 0.9);
    --footer-bg: rgba(20, 20, 20, 0.9);
}
[data-theme="Aurora Gray"] {
    --bg: #2e2e3a;
    --bg-secondary: #3b3b4c;
    --text: #ff4d88;
    --text-secondary: #ff99bb;
    --accent: #ff4d88;
    --accent-rgb: 255, 77, 136;
    --accent-glow: #ff4d8888;
    --accent-glow-strong: #ff4d8866;
    --accent-glow-text: #ff4d88;
    --accent-dark: #ff99bb;
    --border: #ff4d8855;
    --border-strong: #ff4d8888;
    --shadow: #ff4d8822;
    --scroll-track: #2b2b35;
    --scroll-thumb: #ff4d88;
    --header-bg: rgba(46, 46, 58, 0.8);
    --line-light: #f0c5d5;
    --line-dark: #1f1f2c;
    --nav-bg: rgba(255, 77, 136, 0.05);
    --nav-hover-bg: rgba(255, 77, 136, 0.12);
    --nav-text: #ff4d88;
    --card-bg: rgba(50, 50, 65, 0.9);
    --footer-bg: rgba(40, 40, 50, 0.9);
}
[data-theme="Forest Night"] {
    --bg: #0b2e26;
    --bg-secondary: #144035;
    --text: #a8ff60;
    --text-secondary: #cfff90;
    --accent: #a8ff60;
    --accent-rgb: 168, 255, 96;
    --accent-glow: #a8ff6088;
    --accent-glow-strong: #a8ff6066;
    --accent-glow-text: #a8ff60;
    --accent-dark: #7fbf40;
    --border: #a8ff6055;
    --border-strong: #a8ff6088;
    --shadow: #a8ff6022;
    --scroll-track: #103b30;
    --scroll-thumb: #a8ff60;
    --header-bg: rgba(11, 46, 38, 0.8);
    --line-light: #dbffc4;
    --line-dark: #0a1f19;
    --nav-bg: rgba(168, 255, 96, 0.05);
    --nav-hover-bg: rgba(168, 255, 96, 0.12);
    --nav-text: #a8ff60;
    --card-bg: rgba(20, 55, 40, 0.9);
    --footer-bg: rgba(15, 40, 30, 0.9);
}
[data-theme="Coral Reef"] {
    --bg: #f4f1de;
    --bg-secondary: #eae6d9;
    --text: #2a9d8f;
    --text-secondary: #ff6f61;
    --accent: #ff6f61;
    --accent-rgb: 255, 111, 97;
    --accent-glow: #ff6f6188;
    --accent-glow-strong: #ff6f6166;
    --accent-glow-text: #2a9d8f;
    --accent-dark: #cc564d;
    --border: #ff6f6155;
    --border-strong: #ff6f6188;
    --shadow: #ff6f6122;
    --scroll-track: #eee8dd;
    --scroll-thumb: #ff6f61;
    --header-bg: rgba(255, 255, 255, 0.8);
    --line-light: #fffaf0;
    --line-dark: #ddd2c5;
    --nav-bg: rgba(255, 111, 97, 0.05);
    --nav-hover-bg: rgba(255, 111, 97, 0.12);
    --nav-text: #2a9d8f;
    --card-bg: rgba(255, 255, 255, 0.7);
    --footer-bg: rgba(244, 241, 222, 0.9);
}
[data-theme="Tundra Teal"] {
    --bg: #ffffff;
    --bg-secondary: #f2f9f9;
    --text: #003b5c;
    --text-secondary: #00697c;
    --accent: #00bfa6;
    --accent-rgb: 0, 191, 166;
    --accent-glow: #00bfa688;
    --accent-glow-strong: #00bfa666;
    --accent-glow-text: #006f63;
    --accent-dark: #007b6c;
    --border: #00bfa655;
    --border-strong: #00bfa688;
    --shadow: #00bfa622;
    --scroll-track: #e6f0f0;
    --scroll-thumb: #00bfa6;
    --header-bg: rgba(255, 255, 255, 0.85);
    --line-light: #cccccc;
    --line-dark: #004c5c;
    --nav-bg: rgba(0, 191, 166, 0.04);
    --nav-hover-bg: rgba(0, 191, 166, 0.1);
    --nav-text: #006c61;
    --card-bg: rgba(240, 255, 255, 0.6);
    --footer-bg: rgba(245, 255, 255, 0.9);
}
[data-theme="Arctic Ice"] {
    --bg: #f8fafc;
    --bg-secondary: #e2e8f0;
    --text: #1e293b;
    --text-secondary: #475569;
    --accent: #3b82f6;
    --accent-rgb: 59, 130, 246;
    --accent-glow: #3b82f688;
    --accent-glow-strong: #3b82f666;
    --accent-glow-text: #1e3a8a;
    --accent-dark: #1d4ed8;
    --border: #3b82f655;
    --border-strong: #3b82f688;
    --shadow: #3b82f622;
    --scroll-track: #e0e7ef;
    --scroll-thumb: #3b82f6;
    --header-bg: rgba(255, 255, 255, 0.85);
    --line-light: #ffffff;
    --line-dark: #cbd5e1;
    --nav-bg: rgba(59, 130, 246, 0.05);
    --nav-hover-bg: rgba(59, 130, 246, 0.12);
    --nav-text: #1e293b;
    --card-bg: rgba(255, 255, 255, 0.75);
    --footer-bg: rgba(248, 250, 252, 0.9);
}
[data-theme="Espresso Rose"] {
    --bg: #3e2723;
    --bg-secondary: #4e342e;
    --text: #f48fb1;
    --text-secondary: #f8bbd0;
    --accent: #f48fb1;
    --accent-rgb: 244, 143, 177;
    --accent-glow: #f48fb188;
    --accent-glow-strong: #f48fb166;
    --accent-glow-text: #ad1457;
    --accent-dark: #f8bbd0;
    --border: #f48fb155;
    --border-strong: #f48fb188;
    --shadow: #f48fb122;
    --scroll-track: #4e342e;
    --scroll-thumb: #f48fb1;
    --header-bg: rgba(62, 39, 35, 0.85);
    --line-light: #ffe4ec;
    --line-dark: #2e1a18;
    --nav-bg: rgba(244, 143, 177, 0.05);
    --nav-hover-bg: rgba(244, 143, 177, 0.12);
    --nav-text: #f48fb1;
    --card-bg: rgba(50, 30, 28, 0.9);
    --footer-bg: rgba(62, 39, 35, 0.95);
}
[data-theme="Tech Mint"] {
    --bg: #212121;
    --bg-secondary: #2c2c2c;
    --text: #a8ffce;
    --text-secondary: #d0ffe5;
    --accent: #a8ffce;
    --accent-rgb: 168, 255, 206;
    --accent-glow: #a8ffce88;
    --accent-glow-strong: #a8ffce66;
    --accent-glow-text: #a8ffce;
    --accent-dark: #3ddc97;
    --border: #a8ffce55;
    --border-strong: #a8ffce88;
    --shadow: #a8ffce22;
    --scroll-track: #2c2c2c;
    --scroll-thumb: #a8ffce;
    --header-bg: rgba(33, 33, 33, 0.85);
    --line-light: #d0ffe5;
    --line-dark: #1b1b1b;
    --nav-bg: rgba(168, 255, 206, 0.05);
    --nav-hover-bg: rgba(168, 255, 206, 0.12);
    --nav-text: #a8ffce;
    --card-bg: rgba(30, 30, 30, 0.9);
    --footer-bg: rgba(33, 33, 33, 0.95);
}
[data-theme="Solar Storm"] {
    --bg: #000000;
    --bg-secondary: #111111;
    --text: #ffee00;
    --text-secondary: #ffbb00;
    --accent: #ff8800;
    --accent-rgb: 255, 136, 0;
    --accent-glow: #ff880088;
    --accent-glow-strong: #ff880066;
    --accent-glow-text: #ff8800;
    --accent-dark: #ffbb00;
    --border: #ff880055;
    --border-strong: #ff880088;
    --shadow: #ff880022;
    --scroll-track: #1a1a1a;
    --scroll-thumb: #ffaa00;
    --header-bg: rgba(20, 10, 0, 0.6);
    --line-light: #ffdd99;
    --line-dark: #1a1a1a;
    --nav-bg: rgba(255, 136, 0, 0.05);
    --nav-hover-bg: rgba(255, 136, 0, 0.12);
    --nav-text: #ffaa00;
    --card-bg: rgba(25, 10, 5, 0.85);
    --footer-bg: rgba(10, 5, 0, 0.85);
}
[data-theme="Ice Terminal"] {
    --bg: #fefefe;
    --bg-secondary: #f2f9ff;
    --text: #404040;
    --text-secondary: #333;
    --accent: #80dfff;
    --accent-rgb: 128, 223, 255;
    --accent-glow: #80dfff88;
    --accent-glow-strong: #80dfff66;
    --accent-glow-text: #0077aa;
    --accent-dark: #005577;
    --border: #80dfff55;
    --border-strong: #80dfff88;
    --shadow: #80dfff22;
    --scroll-track: #e0e0e0;
    --scroll-thumb: #66cce6;
    --header-bg: rgba(255, 255, 255, 0.8);
    --line-light: #ffffff;
    --line-dark: #cccccc;
    --nav-bg: rgba(0, 120, 170, 0.05);
    --nav-hover-bg: rgba(0, 120, 170, 0.12);
    --nav-text: #005577;
    --card-bg: rgba(240, 250, 255, 0.8);
    --footer-bg: rgba(230, 240, 255, 0.9);
}
[data-theme="Infra Night"] {
    --bg: #0b0b0f;
    --bg-secondary: #1a0e1e;
    --text: #ff0033;
    --text-secondary: #ff3366;
    --accent: #9900ff;
    --accent-rgb: 153, 0, 255;
    --accent-glow: #9900ff88;
    --accent-glow-strong: #9900ff66;
    --accent-glow-text: #cc33ff;
    --accent-dark: #ff3366;
    --border: #9900ff55;
    --border-strong: #9900ffaa;
    --shadow: #9900ff33;
    --scroll-track: #1a1a1a;
    --scroll-thumb: #9900ff;
    --header-bg: rgba(11, 11, 20, 0.8);
    --line-light: #cccccc;
    --line-dark: #101010;
    --nav-bg: rgba(255, 0, 51, 0.06);
    --nav-hover-bg: rgba(255, 0, 51, 0.15);
    --nav-text: #ff0033;
    --card-bg: rgba(20, 10, 30, 0.85);
    --footer-bg: rgba(10, 5, 15, 0.85);
}
[data-theme="Solarized Terminal"] {
    --bg: #002b36;
    --bg-secondary: #073642;
    --text: #b58900;
    --text-secondary: #93a1a1;
    --accent: #2aa198;
    --accent-rgb: 42, 161, 152;
    --accent-glow: #2aa19888;
    --accent-glow-strong: #2aa19866;
    --accent-glow-text: #2aa198;
    --accent-dark: #93a1a1;
    --border: #2aa19855;
    --border-strong: #2aa198aa;
    --shadow: #2aa19822;
    --scroll-track: #003845;
    --scroll-thumb: #2aa198;
    --header-bg: rgba(0, 43, 54, 0.85);
    --line-light: #eee8d5;
    --line-dark: #002b36;
    --nav-bg: rgba(42, 161, 152, 0.05);
    --nav-hover-bg: rgba(42, 161, 152, 0.12);
    --nav-text: #2aa198;
    --card-bg: rgba(7, 54, 66, 0.8);
    --footer-bg: rgba(0, 43, 54, 0.85);
}
[data-theme="Sunset Blaze"] {
    --bg: #290001;
    --bg-secondary: #40020a;
    --text: #ff6f00;
    --text-secondary: #ffb380;
    --accent: #ff3e3e;
    --accent-rgb: 255, 62, 62;
    --accent-glow: #ff3e3e88;
    --accent-glow-strong: #ff3e3e66;
    --accent-glow-text: #ff3e3e;
    --accent-dark: #cc3300;
    --border: #ff3e3e55;
    --border-strong: #ff3e3eaa;
    --shadow: #ff3e3e22;
    --scroll-track: #3a0003;
    --scroll-thumb: #ff3e3e;
    --header-bg: rgba(41, 0, 1, 0.85);
    --line-light: #ff9f80;
    --line-dark: #1a0001;
    --nav-bg: rgba(255, 62, 62, 0.05);
    --nav-hover-bg: rgba(255, 62, 62, 0.12);
    --nav-text: #ff6f00;
    --card-bg: rgba(64, 2, 10, 0.85);
    --footer-bg: rgba(41, 0, 1, 0.85);
}
[data-theme="Arctic Breeze"] {
    --bg: #f7fafd;
    --bg-secondary: #e0e5ec;
    --text: #1a3c57;
    --text-secondary: #4f7b9f;
    --accent: #a6d4f2;
    --accent-rgb: 166, 212, 242;
    --accent-glow: #a6d4f288;
    --accent-glow-strong: #a6d4f266;
    --accent-glow-text: #1a3c57;
    --accent-dark: #7cb6da;
    --border: #a6d4f255;
    --border-strong: #a6d4f288;
    --shadow: #a6d4f222;
    --scroll-track: #eaf3fa;
    --scroll-thumb: #a6d4f2;
    --header-bg: rgba(255, 255, 255, 0.7);
    --line-light: #c9d8e5;
    --line-dark: #e0e5ec;
    --nav-bg: rgba(166, 212, 242, 0.1);
    --nav-hover-bg: rgba(166, 212, 242, 0.2);
    --nav-text: #1a3c57;
    --card-bg: rgba(255, 255, 255, 0.85);
    --footer-bg: #f0f4f9;
}
[data-theme="Eclipse Void"] {
    --bg: #000000;
    --bg-secondary: #111111;
    --text: #e6e6e6;
    --text-secondary: #aaa;
    --accent: #5A4FCF;
    --accent-rgb: 90, 79, 207;
    --accent-glow: #5a4fcf88;
    --accent-glow-strong: #5a4fcf66;
    --accent-glow-text: #5a4fcf;
    --accent-dark: #3a2fa0;
    --border: #5a4fcf55;
    --border-strong: #5a4fcf88;
    --shadow: #5a4fcf22;
    --scroll-track: #101010;
    --scroll-thumb: #5a4fcf;
    --header-bg: rgba(0, 0, 0, 0.6);
    --line-light: #444;
    --line-dark: #000;
    --nav-bg: rgba(90, 79, 207, 0.08);
    --nav-hover-bg: rgba(90, 79, 207, 0.2);
    --nav-text: #d72638;
    --card-bg: #141414;
    --footer-bg: #0a0a0a;
}
[data-theme="Quantum Emerald"] {
    --bg: #1b1b1b;
    --bg-secondary: #222;
    --text: #e0f8ec;
    --text-secondary: #a3e4d7;
    --accent: #2ecc71;
    --accent-rgb: 46, 204, 113;
    --accent-glow: #2ecc7188;
    --accent-glow-strong: #2ecc7166;
    --accent-glow-text: #2ecc71;
    --accent-dark: #27ae60;
    --border: #2ecc7155;
    --border-strong: #2ecc7188;
    --shadow: #2ecc7122;
    --scroll-track: #1b1b1b;
    --scroll-thumb: #2ecc71;
    --header-bg: rgba(27, 27, 27, 0.6);
    --line-light: #4f4f4f;
    --line-dark: #121212;
    --nav-bg: rgba(46, 204, 113, 0.05);
    --nav-hover-bg: rgba(46, 204, 113, 0.15);
    --nav-text: #00b894;
    --card-bg: #252525;
    --footer-bg: #1b1b1b;
}
[data-theme="Noir Rose"] {
    --bg: #2e2e2e;
    --bg-secondary: #3a3a3a;
    --text: #f2f2f2;
    --text-secondary: #ffe6eb;
    --accent: #ffb6c1;
    --accent-rgb: 255, 182, 193;
    --accent-glow: #ffb6c188;
    --accent-glow-strong: #ffb6c166;
    --accent-glow-text: #ffb6c1;
    --accent-dark: #cc99aa;
    --border: #ffb6c155;
    --border-strong: #ffb6c188;
    --shadow: #ffb6c122;
    --scroll-track: #2e2e2e;
    --scroll-thumb: #ffb6c1;
    --header-bg: rgba(46, 46, 46, 0.6);
    --line-light: #cccccc;
    --line-dark: #1e1e1e;
    --nav-bg: rgba(255, 182, 193, 0.05);
    --nav-hover-bg: rgba(255, 182, 193, 0.12);
    --nav-text: #ffb6c1;
    --card-bg: #383838;
    --footer-bg: #2e2e2e;
}
[data-theme="Night Ice"] {
    --bg: #0b132b;
    --bg-secondary: #1c2541;
    --text: #b0c4de;
    --text-secondary: #dbe9f4;
    --accent: #b0c4de;
    --accent-rgb: 176, 196, 222;
    --accent-glow: #b0c4de88;
    --accent-glow-strong: #b0c4de66;
    --accent-glow-text: #b0c4de;
    --accent-dark: #7f9bad;
    --border: #b0c4de55;
    --border-strong: #b0c4deaa;
    --shadow: #b0c4de22;
    --scroll-track: #0b132b;
    --scroll-thumb: #b0c4de;
    --header-bg: rgba(11, 19, 43, 0.7);
    --line-light: #cccccc;
    --line-dark: #0b132b;
    --nav-bg: rgba(176, 196, 222, 0.05);
    --nav-hover-bg: rgba(176, 196, 222, 0.12);
    --nav-text: #b0c4de;
    --card-bg: #1a2238;
    --footer-bg: #0b132b;
}
[data-theme="Inkbyte"] {
    --bg: #000000;
    --bg-secondary: #111111;
    --text: #f8f8f8;
    --text-secondary: #cccccc;
    --accent: #f8f8f8;
    --accent-rgb: 248, 248, 248;
    --accent-glow: #ffffff22;
    --accent-glow-strong: #ffffff44;
    --accent-glow-text: #ffffff;
    --accent-dark: #cccccc;
    --border: #ffffff33;
    --border-strong: #ffffff88;
    --shadow: #ffffff11;
    --scroll-track: #0f0f0f;
    --scroll-thumb: #f8f8f8;
    --header-bg: rgba(0, 0, 0, 0.7);
    --line-light: #f0f0f0;
    --line-dark: #000000;
    --nav-bg: rgba(255, 255, 255, 0.05);
    --nav-hover-bg: rgba(255, 255, 255, 0.12);
    --nav-text: #f8f8f8;
    --card-bg: #111111;
    --footer-bg: #000000;
}
[data-theme="Metal Pulse"] {
    --bg: #2c2f36;
    --bg-secondary: #383b42;
    --text: #ff6f61;
    --text-secondary: #ff958b;
    --accent: #ff6f61;
    --accent-rgb: 255, 111, 97;
    --accent-glow: #ff6f6188;
    --accent-glow-strong: #ff6f6166;
    --accent-glow-text: #ff6f61;
    --accent-dark: #cc564d;
    --border: #ff6f6155;
    --border-strong: #ff6f6188;
    --shadow: #ff6f6122;
    --scroll-track: #2c2f36;
    --scroll-thumb: #ff6f61;
    --header-bg: rgba(44, 47, 54, 0.7);
    --line-light: #ffb3a8;
    --line-dark: #1e1f22;
    --nav-bg: rgba(255, 111, 97, 0.05);
    --nav-hover-bg: rgba(255, 111, 97, 0.12);
    --nav-text: #ff6f61;
    --card-bg: rgba(50, 53, 60, 0.9);
    --footer-bg: #2c2f36;
}
[data-theme="Obsidian Green"] {
    --bg: #0b0c10;
    --bg-secondary: #121417;
    --text: #c5ff00;
    --text-secondary: #e2ff66;
    --accent: #c5ff00;
    --accent-rgb: 197, 255, 0;
    --accent-glow: #c5ff0088;
    --accent-glow-strong: #c5ff0066;
    --accent-glow-text: #c5ff00;
    --accent-dark: #a3dd00;
    --border: #c5ff0055;
    --border-strong: #c5ff0088;
    --shadow: #c5ff0022;
    --scroll-track: #0b0c10;
    --scroll-thumb: #c5ff00;
    --header-bg: rgba(11, 12, 16, 0.7);
    --line-light: #f6ffcc;
    --line-dark: #080a0d;
    --nav-bg: rgba(197, 255, 0, 0.05);
    --nav-hover-bg: rgba(197, 255, 0, 0.12);
    --nav-text: #c5ff00;
    --card-bg: rgba(20, 22, 28, 0.9);
    --footer-bg: #0b0c10;
}
[data-theme="Retro Terminal"] {
    --bg: #000000;
    --bg-secondary: #0a0a0a;
    --text: #33ff33;
    --text-secondary: #66ff66;
    --accent: #33ff33;
    --accent-rgb: 51, 255, 51;
    --accent-glow: #33ff3388;
    --accent-glow-strong: #33ff3366;
    --accent-glow-text: #33ff33;
    --accent-dark: #00cc00;
    --border: #33ff3355;
    --border-strong: #33ff3388;
    --shadow: #33ff3322;
    --scroll-track: #000000;
    --scroll-thumb: #33ff33;
    --header-bg: rgba(0, 0, 0, 0.8);
    --line-light: #66ff66;
    --line-dark: #000000;
    --nav-bg: rgba(51, 255, 51, 0.05);
    --nav-hover-bg: rgba(51, 255, 51, 0.12);
    --nav-text: #33ff33;
    --card-bg: rgba(10, 10, 10, 0.9);
    --footer-bg: #000000;
}
[data-theme="Arctic Snow"] {
    --bg: #ffffff;
    --bg-secondary: #f4f4f4;
    --text: #1c1c1c;
    --text-secondary: #444;
    --accent: #80d8ff;
    --accent-rgb: 128, 216, 255;
    --accent-glow: #80d8ff55;
    --accent-glow-strong: #80d8ff88;
    --accent-glow-text: #80d8ff;
    --accent-dark: #33bbff;
    --border: #80d8ff33;
    --border-strong: #80d8ff88;
    --shadow: #80d8ff22;
    --scroll-track: #f0f0f0;
    --scroll-thumb: #80d8ff;
    --header-bg: rgba(255, 255, 255, 0.95);
    --line-light: #cccccc;
    --line-dark: #eeeeee;
    --nav-bg: rgba(128, 216, 255, 0.05);
    --nav-hover-bg: rgba(128, 216, 255, 0.12);
    --nav-text: #1c1c1c;
    --card-bg: rgba(250, 250, 250, 0.85);
    --footer-bg: rgba(245, 245, 245, 0.9);
}
[data-theme="Sandstone Glow"] {
    --bg: #faf3e0;
    --bg-secondary: #f0e8d0;
    --text: #3e2f1c;
    --text-secondary: #6b5842;
    --accent: #ff9900;
    --accent-rgb: 255, 153, 0;
    --accent-glow: #ff990055;
    --accent-glow-strong: #ff990088;
    --accent-glow-text: #ff9900;
    --accent-dark: #cc7a00;
    --border: #ff990033;
    --border-strong: #ff990088;
    --shadow: #ff990022;
    --scroll-track: #f5e9d6;
    --scroll-thumb: #ff9900;
    --header-bg: rgba(250, 243, 224, 0.95);
    --line-light: #ddd0b8;
    --line-dark: #f0e0c8;
    --nav-bg: rgba(255, 153, 0, 0.05);
    --nav-hover-bg: rgba(255, 153, 0, 0.12);
    --nav-text: #3e2f1c;
    --card-bg: rgba(255, 250, 240, 0.85);
    --footer-bg: rgba(245, 230, 210, 0.9);
}
[data-theme="Lavender Haze"] {
    --bg: #f5f0fa;
    --bg-secondary: #ece2f6;
    --text: #4b375d;
    --text-secondary: #7e6990;
    --accent: #b388eb;
    --accent-rgb: 179, 136, 235;
    --accent-glow: #b388eb55;
    --accent-glow-strong: #b388eb88;
    --accent-glow-text: #b388eb;
    --accent-dark: #9a6fd8;
    --border: #b388eb33;
    --border-strong: #b388eb88;
    --shadow: #b388eb22;
    --scroll-track: #f0e6f8;
    --scroll-thumb: #b388eb;
    --header-bg: rgba(245, 240, 250, 0.95);
    --line-light: #d8cfe5;
    --line-dark: #e6d8f0;
    --nav-bg: rgba(179, 136, 235, 0.05);
    --nav-hover-bg: rgba(179, 136, 235, 0.12);
    --nav-text: #4b375d;
    --card-bg: rgba(250, 245, 255, 0.85);
    --footer-bg: rgba(240, 230, 250, 0.9);
}
[data-theme="Mint Cloud"] {
    --bg: #f6fffb;
    --bg-secondary: #e3faf2;
    --text: #005344;
    --text-secondary: #338c7a;
    --accent: #44d7b6;
    --accent-rgb: 68, 215, 182;
    --accent-glow: #44d7b655;
    --accent-glow-strong: #44d7b688;
    --accent-glow-text: #44d7b6;
    --accent-dark: #2cb499;
    --border: #44d7b633;
    --border-strong: #44d7b688;
    --shadow: #44d7b622;
    --scroll-track: #ecfdf8;
    --scroll-thumb: #44d7b6;
    --header-bg: rgba(246, 255, 251, 0.95);
    --line-light: #d1f1e9;
    --line-dark: #e0f9f3;
    --nav-bg: rgba(68, 215, 182, 0.05);
    --nav-hover-bg: rgba(68, 215, 182, 0.12);
    --nav-text: #005344;
    --card-bg: rgba(240, 255, 250, 0.85);
    --footer-bg: rgba(224, 252, 246, 0.9);
}
[data-theme="Sunrise Shell"] {
    --bg: #fff9f0;
    --bg-secondary: #fff2e0;
    --text: #7b3e19;
    --text-secondary: #aa6841;
    --accent: #ffb347;
    --accent-rgb: 255, 179, 71;
    --accent-glow: #ffb34755;
    --accent-glow-strong: #ffb34788;
    --accent-glow-text: #ff8c42;
    --accent-dark: #e68a00;
    --border: #ffb34733;
    --border-strong: #ffb34788;
    --shadow: #ffb34722;
    --scroll-track: #fff0e0;
    --scroll-thumb: #ffb347;
    --header-bg: rgba(255, 249, 240, 0.95);
    --line-light: #ffddb3;
    --line-dark: #ffe5cc;
    --nav-bg: rgba(255, 179, 71, 0.05);
    --nav-hover-bg: rgba(255, 179, 71, 0.12);
    --nav-text: #7b3e19;
    --card-bg: rgba(255, 239, 219, 0.9);
    --footer-bg: rgba(255, 245, 232, 0.95);
}
[data-theme="Pearl Mist"] {
    --bg: #fdfdfd;
    --bg-secondary: #f6f6f6;
    --text: #4c4c4c;
    --text-secondary: #7a7a7a;
    --accent: #b2bec3;
    --accent-rgb: 178, 190, 195;
    --accent-glow: #b2bec355;
    --accent-glow-strong: #b2bec388;
    --accent-glow-text: #7f8c8d;
    --accent-dark: #95a5a6;
    --border: #b2bec333;
    --border-strong: #b2bec388;
    --shadow: #b2bec322;
    --scroll-track: #f0f0f0;
    --scroll-thumb: #b2bec3;
    --header-bg: rgba(253, 253, 253, 0.95);
    --line-light: #dedede;
    --line-dark: #eaeaea;
    --nav-bg: rgba(178, 190, 195, 0.05);
    --nav-hover-bg: rgba(178, 190, 195, 0.12);
    --nav-text: #4c4c4c;
    --card-bg: rgba(250, 250, 250, 0.9);
    --footer-bg: rgba(248, 248, 248, 0.95);
}
[data-theme="Mango Cream"] {
    --bg: #fff9f0;
    --bg-secondary: #fff3e0;
    --text: #6e3b0d;
    --text-secondary: #a65c24;
    --accent: #ffb347;
    --accent-rgb: 255, 179, 71;
    --accent-glow: #ffb34766;
    --accent-glow-strong: #ffb347aa;
    --accent-glow-text: #e67e22;
    --accent-dark: #cc7722;
    --border: #ffb34744;
    --border-strong: #ffb34788;
    --shadow: #ffb34733;
    --scroll-track: #f5e5d4;
    --scroll-thumb: #ffb347;
    --header-bg: rgba(255, 249, 240, 0.95);
    --line-light: #ffe6c7;
    --line-dark: #fbe0b8;
    --nav-bg: rgba(255, 179, 71, 0.05);
    --nav-hover-bg: rgba(255, 179, 71, 0.15);
    --nav-text: #6e3b0d;
    --card-bg: rgba(255, 243, 221, 0.9);
    --footer-bg: rgba(255, 239, 210, 0.95);
}
[data-theme="Mint Snow"] {
    --bg: #f4fffa;
    --bg-secondary: #e9fcf5;
    --text: #1a3c34;
    --text-secondary: #3a6b5a;
    --accent: #3ed598;
    --accent-rgb: 62, 213, 152;
    --accent-glow: #3ed59866;
    --accent-glow-strong: #3ed598aa;
    --accent-glow-text: #2ecc91;
    --accent-dark: #25a37a;
    --border: #3ed59844;
    --border-strong: #3ed59888;
    --shadow: #3ed59833;
    --scroll-track: #e0f5ed;
    --scroll-thumb: #3ed598;
    --header-bg: rgba(244, 255, 250, 0.95);
    --line-light: #d1f7e9;
    --line-dark: #c4ebdd;
    --nav-bg: rgba(62, 213, 152, 0.05);
    --nav-hover-bg: rgba(62, 213, 152, 0.15);
    --nav-text: #1a3c34;
    --card-bg: rgba(230, 255, 246, 0.9);
    --footer-bg: rgba(220, 250, 240, 0.95);
}
html {
    scroll-behavior: smooth;
    width: 100%;
    max-width: 100vw;
    overflow-x: clip;
    scrollbar-color: var(--accent) var(--bg-secondary);
    scrollbar-width: thin;
}
body {
    margin: 0;
    font-family: 'Orbitron', sans-serif;
    background: linear-gradient(160deg, var(--bg), var(--bg-secondary));
    color: var(--text);
    overflow-x: clip;
    overscroll-behavior-x: none;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: var(--accent) var(--bg-secondary);
    scrollbar-width: thin;
}
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: radial-gradient(circle at center, var(--accent-glow), #000000 80%);
    z-index: -1;
    pointer-events: none;
}
#particles-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
    background-color: var(--bg);
    transition: background 0.3s ease-in-out;
}
header {
    background: var(--header-bg);
    padding: 0.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--border-strong);
    box-shadow: 0 0 30px var(--accent-glow-strong);
    position: sticky;
    top: 0;
    z-index: 999;
}
header h1 {
    font-size: 2rem;
    color: var(--accent-glow-text);
    text-shadow: 0 0 15px var(--accent);
    letter-spacing: 3px;
    margin: 0;
}
header div {
    margin: 0;
}
body > * {
    max-width: 100%;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track {
    background: var(--bg-secondary);
    border-radius: 6px;
}
::-webkit-scrollbar-thumb {
    background: var(--accent);
    border-radius: 6px;
    box-shadow: 0 0 10px var(--accent-glow);
    border: 2px solid var(--bg-secondary);
    animation: glow-pulse 2s infinite ease-in-out;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--accent-glow-text);
    box-shadow: 0 0 14px var(--accent-glow-strong);
}
@keyframes glow-pulse {
    0% {
        box-shadow: 0 0 6px var(--accent-glow);
    }
    50% {
        box-shadow: 0 0 12px var(--accent);
    }
    100% {
        box-shadow: 0 0 6px var(--accent-glow);
    }
}
[style*="clip-path"],
[style*="box-shadow"] {
    max-width: 100%;
    overflow-x: clip;
}
.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 36px;
    height: 36px;
    background: var(--nav-bg);
    border: 1px solid var(--border);
    border-radius: 8px;
    cursor: pointer;
    z-index: 1001;
    transition: background 0.3s ease;
}
.bar {
    display: none;
    width: 22px;
    height: 3px;
    background-color: var(--accent);
    border-radius: 3px;
    transition: all 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.menu-toggle.active .bar1 {
    transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle.active .bar2 {
    opacity: 0;
    transform: translateX(-20px);
}
.menu-toggle.active .bar3 {
    transform: rotate(-45deg) translate(6px, -6px);
}
nav {
    display: flex;
    align-items: center;
    background-color: transparent;
}
nav a {
    margin-left: 2rem;
    color: var(--nav-text);
    text-decoration: none;
    padding: 0.6rem 1rem;
    font-size: 1.1rem;
    position: relative;
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: var(--nav-bg);
    transition: all 0.3s ease-in-out;
}
nav a:hover {
    background-color: var(--nav-hover-bg);
    border-color: var(--accent-glow);
    box-shadow: 0 0 15px var(--accent-glow);
}
#themeToggle {
    font-family: 'Orbitron', sans-serif;
    margin-left: 2rem;
    background: var(--nav-bg);
    color: var(--nav-text);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 0.5rem 1rem;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.3s ease-in-out;
    appearance: none;
}
#themeToggle:hover {
    background: var(--nav-hover-bg);
    border-color: var(--accent-glow);
    box-shadow: 0 0 10px var(--accent-glow);
}
#themeToggle option {
    background: var(--bg);
    color: var(--text);
    font-family: 'Orbitron', sans-serif;
}
label {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
}
@media (max-width: 950px) {
    .menu-toggle {
        display: flex;
    }
    .bar {
        display: block;
    }
    nav {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem 0.5rem;
        border-top: 1px solid var(--border);
        box-shadow: 0 8px 12px var(--shadow);
        width: 100%;
        position: absolute;
        top: 55px;
        left: 0;
        background: var(--bg);
        display: none;
    }
    nav.active {
        display: flex;
    }
    nav a {
        width: 90%;
        margin-left: 0;
        margin-bottom: 0.7rem;
        font-size: 1.13rem;
    }
}
.hero {
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--text);
    position: relative;
}
.hero::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.hero h2 {
    font-size: 3.2rem;
    text-shadow: 0 0 20px var(--accent);
    color: var(--accent-glow-text);
    margin-bottom: 1rem;
}
.hero p {
    font-size: 1.3rem;
    color: var(--text-secondary);
    margin-bottom: 2rem;
}
.btn {
    background: rgba(0, 240, 255, 0.15);
    border: 2px solid var(--accent);
    color: var(--accent-dark);
    padding: 1rem 2.2rem;
    font-size: 1.2rem;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.4s ease;
    box-shadow: 0 0 25px var(--accent-glow);
}
.btn:hover {
    background: rgba(0, 240, 255, 0.2);
    box-shadow: 0 0 35px var(--accent), 0 0 60px var(--accent-glow);
    transform: scale(1.05);
}
.section {
    padding: 6rem 1rem;
    max-width: 80%;
    margin: auto;
    text-align: center;
}
.section h3 {
    margin: 0.1rem;
    color: var(--accent-glow-text);
    min-height: 50px;
}
h2 {
    font-size: 2.6rem;
}
.section p {
    font-size: 1.1rem;
    color: var(--text-secondary);
    margin: 0.7em 0;
}
.services-grid {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}
.flip-card {
    margin: 0;
    height: 270px;
    cursor: pointer;
    user-select: none;
    position: relative;
    perspective: 80%;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    transition: transform 0.7s cubic-bezier(0.4,0.2,0.2,1);
    transform-style: preserve-3d;
    box-shadow: 0 0 12px 2px var(--shadow, #0006);
}
.flip-card-inner:focus-within,
.flip-card-inner:hover {
    border-color: var(--accent, #23ffe6);
    box-shadow: 0 0 12px 2px var(--accent);
}
.flip-card.flipped .flip-card-inner {
    transform: rotateY(-180deg);
}
.card-back,
.card-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 1.2rem;
    box-sizing: border-box;
    background: var(--card-bg);
    box-shadow: 0 0 12px 2px var(--shadow);
    backface-visibility: hidden;
}
.card-front {
    color: var(--text-secondary);
    transform: rotateY(0deg);
    background: var(--card-bg);
}
.card-back {
    background: var(--accent-rgb);
    transform: rotateY(-180deg);
    font-size: 0.9rem;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-justify {
    text-align: justify !important;
}
#hero-title {
    font-size: 3rem;
    color: var(--accent-glow-text);
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid var(--accent-glow);
    animation: type-glow 2s infinite, cursor-blink 0.8s step-end infinite;
    transition: all 0.5s ease;
}
#hero-sub {
    font-size: 1.3rem;
    color: var(--text-secondary);
    margin-top: 1rem;
    transition: opacity 1s ease;
}
#hero-sub,
#hero-title,
.btn {
    transition: all 0.5s ease;
}
#hero-sub span {
    display: inline-block;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.btn-pulse {
    animation: glow-pulse 2s infinite ease-in-out;
}
#hero-title.implode {
    animation: blackhole-implode 0.9s ease-in forwards;
    color: #ff4444;
    text-shadow: 0 0 20px red, 0 0 40px #880000;
}
.hero-content {
    position: relative;
    z-index: 1;
}
.service-card i {
    color: var(--accent-dark);
    margin-bottom: 0.5rem;
}
.fullbody {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 2rem;
    box-sizing: border-box;
}
.services-scroll-container {
    overflow-x: auto;
    padding-bottom: 1rem;
}
.glow-tooltip {
    position: relative;
    cursor: help;
    display: inline-block;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}
.glow-tooltip:hover {
    box-shadow: 0 0 12px var(--accent);
    border: 1px solid var(--accent-glow);
    padding: 1px 5px;
}
.glow-tooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    background: var(--bg-secondary);
    color: var(--text);
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.85em;
    white-space: normal;
    word-break: break-word;
    min-width: 320px;
    max-width: 420px;
    opacity: 0;
    pointer-events: none;
    border: 1px solid var(--accent-glow);
    box-shadow: 0 0 10px var(--accent-glow);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 999;
}
.glow-tooltip:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(-12px);
}
.glow-tooltip::before {
    content: '';
    position: absolute;
    bottom: calc(100% - 4px);
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: var(--accent-glow);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 998;
}
.glow-tooltip:hover::before {
    opacity: 1;
}
a {
    color: var(--text-secondary);
}
.card {
    border-radius: 12px;
    padding: 1rem;
    color: var(--text);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 100%;
}
.card-header {
    color: var(--accent-dark);
    text-align: center;
    font-weight: 600;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--border-strong);
    padding-bottom: 0.75rem;
}
.icon-text {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    font-size: 1.1em;
}
.icon-text i {
    font-size: 1.1em;
    color: var(--accent, #3399ff);
}
.card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
    color: var(--text);
}
.card-footer {
    margin-top: auto;
    padding-top: 1rem;
    text-align: center;
}
.pricing-row {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    padding: 1rem 0;
}
.pricing-row .card {
    flex: 1 1 320px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border);
    background: var(--card-bg);
    border-radius: 12px;
    box-shadow: 0 0 10px var(--shadow);
    text-align: left;
}
.pricing-row .card-header {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    padding: 1rem;
    color: var(--accent-dark);
    border-bottom: 1px solid var(--border);
    min-height: 80px;
}
.pricing-row .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1.5rem;
}
.pricing-row .card-body .price {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1rem;
    min-height: 2rem;
}
.pricing-row .card-body .price span {
    font-size: 0.75em;
    font-weight: normal;
    color: var(--text-light);
    margin-left: 0.2rem;
}
.pricing-row .card-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    flex-grow: 1;
}
.pricing-row .card-body ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    line-height: 1.4;
}
.pricing-row .card-body ul li i {
    margin-top: 0.2rem;
    color: var(--accent-dark);
    flex-shrink: 0;
}
.pricing-row .card-footer {
    padding: 1rem;
    text-align: center;
    border-top: 1px solid var(--border);
    margin-top: auto;
}
.rss-scroll-container {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    padding: 1rem 0.5rem;
    scroll-snap-type: x mandatory;
    align-self: center;
}
.rss-scroll-container::-webkit-scrollbar {
    height: 8px;
}
.rss-scroll-container::-webkit-scrollbar-thumb {
    background: var(--accent);
    border-radius: 4px;
}
.rss-card {
    flex: 0 0 auto;
    min-width: 320px;
    max-width: 320px;
    scroll-snap-align: start;
    background: var(--card-bg, #222b33);
    border: 1px solid var(--border, #2d3748);
    border-radius: 12px;
    box-shadow: 0 2px 8px var(--shadow, #1117);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.rss-card:focus-within,
.rss-card:hover {
    border-color: var(--accent, #23ffe6);
    box-shadow: 0 4px 22px var(--accent, #23ffe6a1);
}
.rss-card .card-body {
    padding: 1.2rem 1.1rem 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}
.rss-card h4 {
    font-size: 1.1rem;
    margin: 0 0 0.2rem;
    color: var(--accent-dark, #13d6c5);
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.01em;
}
.rss-card p {
    font-size: 0.96rem;
    color: var(--text-secondary, #c3c8d1);
    margin: 0;
    line-height: 1.5;
}
.rss-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
    padding: 0.7em 1.1em 1.1em;
    gap: 1em;
    background: none;
}
.rss-card-footer time {
    font-size: 0.89rem;
    color: var(--text-secondary, #adb5bd);
    white-space: nowrap;
    opacity: 0.85;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 0;
}
.rss-card-footer a {
    color: var(--accent, #22efcf);
    font-weight: 600;
    text-decoration: none;
    font-size: 1.01rem;
    transition: color 0.2s, text-decoration 0.2s;
    white-space: nowrap;
    margin-left: auto;
    padding-left: 1em;
    display: inline-block;
}
.rss-card-footer a:focus,
.rss-card-footer a:hover {
    color: var(--accent-glow, #15ffe4);
    text-decoration: underline;
}
.container {
    display: flex;
    flex-direction: row;
    max-width: 1100px;
    margin: 3em auto;
    gap: 1em;
    min-height: 80vh;
}
.main-content {
    flex: 2.5;
    min-width: 0;
}
.sidebar {
    flex: 1;
    background: var(--bg);
    border-radius: 15px;
    box-shadow: 0 0 24px var(--shadow);
    padding: 1.5em 1em 1.2em;
    margin-top: 0.5em;
    margin-bottom: 1em;
    max-width: 340px;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    gap: 1.3em;
    height: fit-content;
    border: 1px solid var(--border);
}
.sidebar h2 {
    margin: 0 0 0.9em;
    color: var(--accent);
    font-size: 1.28em;
    letter-spacing: 0.02em;
    border-bottom: 1px solid var(--border-strong);
    padding-bottom: 0.3em;
}
.sidebar-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.65em;
    max-height: 50vh;
    overflow-y: auto;
}
.sidebar-article {
    background: var(--bg-secondary);
    border-radius: 9px;
    padding: 0.7em 0.8em;
    font-size: 1em;
    box-shadow: 0 0 6px var(--shadow);
    transition: background 0.18s, box-shadow 0.18s;
    cursor: pointer;
    margin-bottom: 0;
    border: 2px solid transparent;
}
.sidebar-article.active,
.sidebar-article:active,
.sidebar-article:focus {
    background: var(--accent-glow);
    border-color: var(--accent);
    box-shadow: 0 0 8px var(--accent-glow-strong);
}
.sidebar-article:hover {
    background: var(--nav-hover-bg);
}
.sidebar-title {
    color: var(--accent);
    font-size: 1em;
    font-weight: 600;
    display: block;
    margin-bottom: 0.09em;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-date {
    color: var(--text-secondary);
    font-size: 0.95em;
}
.sidebar-summary {
    color: var(--nav-text);
    font-size: 0.8em;
    font-style: italic;
    margin-top: 0.15em;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.4em;
}
.sidebar-nav {
    margin-top: 1.3em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.7em;
    font-size: 1.02em;
}
.sidebar-nav button {
    background: var(--accent-dark);
    color: var(--line-light);
    border: none;
    border-radius: 6px;
    padding: 0.4em 1.2em;
    font-weight: 500;
    cursor: pointer;
    font-size: 1em;
    transition: background 0.16s;
}
.sidebar-nav button:disabled {
    background: var(--border);
    color: var(--text-secondary);
    cursor: default;
}
.news-article {
    background: var(--bg);
    padding: 2em;
    border-radius: 12px;
    box-shadow: 0 0 14px var(--shadow);
    margin-top: 0.6em;
    margin-bottom: 2em;
    border: 1px solid var(--border);
}
.news-article h2 {
    font-size: 1.5em !important;
    color: var(--text-secondary);
}
.news-article p {
    line-height: 1.7 !important;
    text-align: justify;
}
.headline {
    font-size: 2em;
    margin-bottom: 0.2em;
    color: var(--accent);
}
.summary {
    font-style: italic;
    margin-bottom: 1em;
    color: var(--text-secondary);
}
#loader {
    color: var(--text);
    background: var(--bg-secondary);
    padding: 0.5em 1em;
    border-radius: 7px;
    display: inline-block;
}
pre {
    background: var(--bg-secondary);
    color: var(--text-secondary);
    border-radius: 8px;
    padding: 1em;
}
.news-source {
    margin-top: 1em;
    font-size: 0.98em;
    color: var(--accent-dark);
}
.news-date {
    float: right;
    color: var(--text-secondary);
    font-size: 0.95em;
    margin-left: 1em;
}
.news-header,
.sidebar-header {
    display: flex;
    flex-direction: column;
    gap: 0.25em;
    margin-bottom: 0.2em;
    position: relative !important;
}
.news-meta-row {
    display: flex;
    flex-direction: column;
    gap: 0.3em;
    margin-bottom: 1.1em;
}
.news-meta-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.7em;
    color: var(--text-secondary);
    gap: 1em;
}
.news-meta-author {
    min-width: 60px;
    text-align: right;
    font-weight: 500;
    white-space: nowrap;
    font-size: 0.7em;
}
.news-header-bottomline {
    border-bottom: 1px solid var(--border-strong);
}
.sidebar-header-bottomline {
    border-bottom: 1px solid var(--border-strong);
}
@media (max-width: 900px) {
    .container {
        flex-direction: column;
        gap: 0.8em;
        max-width: 100vw;
    }
    .sidebar {
        max-width: 100vw;
        min-width: unset;
        margin: 2em 0 1em;
    }
    .main-content {
        margin-right: 0;
    }
}
@media (max-width: 600px) {
    .news-article {
        padding: 1em;
        margin: 1em;
    }
    .sidebar {
        padding: 1em 0.6em;
        margin: 1em;
    }
    body {
        margin: 0;
    }
    .container {
        margin: 1em 0 0;
    }
}
.news-scroll-container {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    padding: 1rem 0.5rem;
    scroll-snap-type: x mandatory;
    align-self: center;
    width: 100%;
}
.news-scroll-container::-webkit-scrollbar {
    height: 8px;
}
.news-scroll-container::-webkit-scrollbar-thumb {
    background: var(--accent);
    border-radius: 4px;
}
.news-card {
    flex: 0 0 auto;
    width: 355px;
    scroll-snap-align: start;
    background: var(--card-bg, #222b33);
    border: 1px solid var(--border, #2d3748);
    border-radius: 12px;
    box-shadow: 0 0 12px 2px var(--shadow);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.news-card:focus-within,
.news-card:hover {
    border-color: var(--accent);
    box-shadow: 0 0 12px 2px var(--accent);
}
.news-card-body {
    padding: 1.2rem 1.1rem 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}
.news-card-title {
    font-size: 1.1rem;
    color: var(--accent-dark, #13d6c5);
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 0.2rem;
    letter-spacing: 0.01em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.news-date {
    font-size: 0.85em;
    font-weight: 400;
    color: var(--text-secondary, #adb5bd);
    opacity: 0.85;
    margin-left: 10px;
    white-space: nowrap;
}
.news-card-summary {
    font-size: 0.96rem;
    color: var(--text-secondary, #c3c8d1);
    margin: 0;
    line-height: 1.5;
}
.news-card-article {
    font-size: 0.98rem;
    color: var(--text);
    margin: 0.2em 0 0.7em;
    line-height: 1.6;
    word-break: break-word;
}
.news-card-source {
    font-size: 0.91rem;
    color: var(--accent, #22efcf);
    margin-top: 0.2em;
}
.news-card-source a {
    color: var(--accent, #22efcf);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}
.news-card-source a:focus,
.news-card-source a:hover {
    color: var(--accent-glow, #15ffe4);
    text-decoration: underline;
}
.news-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
    padding: 0.7em 1.1em 1.1em;
    gap: 1em;
    background: none;
}
.news-date {
    font-size: 0.89rem;
    color: var(--text-secondary, #adb5bd);
    white-space: nowrap;
    opacity: 0.85;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 0;
}
.news-card-footer a {
    color: var(--accent, #22efcf);
    font-weight: 600;
    text-decoration: none;
    font-size: 1.01rem;
    transition: color 0.2s, text-decoration 0.2s;
    white-space: nowrap;
    margin-left: auto;
    padding-left: 1em;
    display: inline-block;
}
.news-card-footer a:focus,
.news-card-footer a:hover {
    color: var(--accent-glow, #15ffe4);
    text-decoration: underline;
}
#about .card-body {
    padding: 2rem;
    flex: 0 0 auto;
    scroll-snap-align: start;
    background: var(--card-bg, #222b33);
    border: 1px solid var(--border, #2d3748);
    border-radius: 12px;
    box-shadow: 0 2px 8px var(--shadow, #1117);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: box-shadow 0.2s, border-color 0.2s;
}
			
			
#contact .card-body {
    padding: 2rem;
    flex: 0 0 auto;
    scroll-snap-align: start;
    background: var(--card-bg, #222b33);
    border: 1px solid var(--border, #2d3748);
    border-radius: 12px;
    box-shadow: 0 2px 8px var(--shadow, #1117);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: box-shadow 0.2s, border-color 0.2s;
}

/* Main 2-column grid */
.contact-form .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.2rem 2.5rem;
    width: 100%;
    margin-bottom: 0;
}
.contact-form .form-col {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    min-width: 0;
}
.contact-form .form-group {
    display: flex;
    flex-direction: column;
}
.contact-form .form-group.full-height {
    flex: 1 1 100%;
}
.contact-form label {
    color: var(--text-secondary, #b0b0b0);
    margin-bottom: 0.4rem;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
    border: 1px solid var(--border, #2d3748);
    padding: 0.9rem 1rem;
    font-size: 1rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    background: var(--bg, #232b33);
    color: var(--text-secondary, #c8d2e1);
    font-family: 'Orbitron', 'Segoe UI', Arial, sans-serif;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    box-shadow: 0 0 12px 2px var(--accent, #00d4ff);
    border: 1px solid var(--border, #00d4ff);
    outline: none;
}
.contact-form select {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8l4 4 4-4' stroke='%2388e7ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.9rem center;
    background-size: 1.3em 1.3em;
    padding-right: 2.5em;
    appearance: none;
    cursor: pointer;
    min-width: 160px;
}
.contact-form button.form-submit {
    margin-top: 1.2em;
    background: linear-gradient(90deg, #19affc, #2be0c7);
    color: #182430;
    border: none;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.07rem;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 4px 18px rgba(25, 175, 252, 0.1);
}
.contact-form button.form-submit:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 28px 0 #19affc1f;
}
#form-result {
    font-size: 1.07em;
    min-height: 32px;
}
/* Responsive: stack columns on mobile */
@media (max-width: 900px) {
    .contact-form .form-grid {
        grid-template-columns: 1fr;
        gap: 1.4rem 0;
    }
    .contact-form .form-col {
        gap: 1.1rem;
    }
    .contact-form button.form-submit {
        width: 100%;
    }
}
#form-modal.modal,
#form-modal.modal.active {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: auto;
  background: var(--accent-glow-strong);
  z-index: 9999;
}
.modal-content {
  max-height: 92vh;
  overflow-y: auto;
  position: relative;
  z-index: 2;
  background: var(--card-bg, #f2f9ff);
  border-radius: 16px;
  padding: 2em 2.2em;
  box-shadow: 0 18px 42px var(--shadow, #3399ff22);
  border: 2px solid var(--accent, #3399ff);
  max-width: 30vw; min-width: 320px;
  animation: popUp 0.22s cubic-bezier(.23,1.02,.44,1.19);
}
@keyframes popUp {
  from { opacity:0; transform:translateY(44px) scale(0.97);}
  to { opacity:1; transform:translateY(0) scale(1);}
}
.modal-close {
  position: absolute; top: 15px; right: 15px;
  cursor: pointer;
  font-size: 2em;
  color: var(--accent, #3399ff);
  opacity: .7;
  z-index: 2;
  user-select: none;
  transition: color 0.13s;
}
.modal-close:hover { opacity:1; color: var(--accent-dark);}
.modal-message { 
  font-size: 1.15em; 
  color: var(--text-secondary); 
  margin:0 0 1em 0; 
}
.form-error {
  color: var(--accent-dark);
  background: #ffe7ee;
  border-left: 5px solid #dc3545;
  padding: 0.8em 1em; border-radius: 7px; margin: 1em 0;
  font-weight: 500;
}
.form-success {
  color: var(--accent);
  background: var(--bg-secondary);
  border-left: 5px solid var(--accent);
  padding: 0.8em 1em; border-radius: 7px; margin: 1em 0;
  font-weight: 500;
}


footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background-color: var(--footer-bg);
    border-top: 1px solid var(--border);
    box-shadow: 0 0 20px var(--shadow);
    color: var(--text-secondary);
    padding: 0.6rem 1rem;
    font-size: 0.8rem;
    z-index: 1001;
    font-family: 'Orbitron', sans-serif;
}
.footer {
    background: var(--footer-bg, #f5fcff);
    color: var(--text, #002244);
    border-top: 2px solid var(--border, #3399ff44);
    font-size: 1rem;
    margin-top: 2.5em;
}

.footer-main-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4em 2.2em;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.2em 1.8em 0.5em 1.8em;
    background: transparent;
}

.footer-section {
    min-width: 180px;
    text-align: left;
}
.footer-section h3 {
    margin-bottom: 0.7em;
    color: var(--accent, #3399ff);
    font-size: 1.12rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}
.footer-section a, .footer-section p {
    color: var(--text-secondary, #003366);
    text-decoration: none;
    display: block;
    margin-bottom: 0.38em;
    font-size: 1rem;
    line-height: 1.6;
    transition: color 0.19s;
}
.footer-section a:hover {
    color: var(--accent-dark, #003366);
    text-decoration: underline;
}

.footer-bottom-bar {
    width: 100%;
    background: transparent;
    padding: 0;
}
.footer-bottom-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0.98rem;
    color: var(--text-secondary, #003366);
    border-top: 1px solid var(--border, #3399ff44);
    padding: 1.1em 1.8em 1.4em 1.8em;
    text-align: center;
    gap: 0;
    background: transparent;
}
.footer-col {
    font-size: 1rem;
    color: var(--text-secondary, #003366);
    padding: 0.5em 0.6em;
    font-weight: 400;
}
.footer-col b, .footer-col strong {
    color: var(--accent, #3399ff);
    font-weight: 700;
}

@media (max-width: 900px) {
    .footer-main-grid, .footer-bottom-grid {
        grid-template-columns: 1fr;
        text-align: left;
        padding-left: 1.2em;
        padding-right: 1.2em;
        gap: 0.7em 0;
    }
    .footer-col {
        text-align: left;
        padding-left: 0;
    }
}

@keyframes blackhole-implode {
    0% {
        transform: scale(1) translate(0, 0);
        opacity: 1;
        filter: blur(0px);
    }
    30% {
        transform: scale(0.8) translate(0, 0);
        opacity: 0.9;
        filter: blur(1px);
    }
    60% {
        transform: scale(0.4) translate(0, 0);
        opacity: 0.5;
        filter: blur(3px);
    }
    100% {
        transform: scale(0) translate(0, 0);
        opacity: 0;
        filter: blur(6px);
    }
}
@keyframes cursor-blink {
    0%,
    100% {
        border-color: var(--accent-glow);
    }
    50% {
        border-color: transparent;
    }
}
@keyframes glow {
    0% {
        text-shadow: 0 0 5px var(--accent);
    }
    50% {
        text-shadow: 0 0 20px var(--accent), 0 0 40px var(--accent-glow);
    }
    100% {
        text-shadow: 0 0 5px var(--accent);
    }
}
@keyframes glow-pulse {
    0% {
        box-shadow: 0 0 6px var(--accent-glow);
    }
    50% {
        box-shadow: 0 0 25px var(--accent), 0 0 50px var(--accent-glow);
    }
    100% {
        box-shadow: 0 0 6px var(--accent-glow);
    }
}
@keyframes type-glow {
    0%,
    100% {
        text-shadow: 0 0 5px var(--accent-glow);
    }
    50% {
        text-shadow: 0 0 15px var(--accent), 0 0 30px var(--accent-glow-strong);
    }
}
.tab-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    border-radius: 14px 14px 0 0;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 10px;
}
.tab-buttons::-webkit-scrollbar {
    display: none;
}
.tab-btn {
    flex: 1 0 auto;
    min-width: 90px;
    max-width: 180px;
    border: 1.5px solid var(--accent, #2af7c9);
    border-radius: 9px 9px 0 0;
    padding: 0.45rem 0.7rem;
    font-size: 0.97rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, transform 0.1s;
    outline: none;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 8px 0 var(--accent-glow, #41ffe822);
    white-space: nowrap;
    margin: 0 3px;
}
.tab-btn:focus-visible {
    outline: 2px solid var(--accent, #2af7c9);
    z-index: 3;
}
.tab-btn.active,
.tab-btn:hover {
    box-shadow: 0 0 12px 2px var(--accent);
    color: var(--accent-alt);
    border-bottom: 1.5px solid transparent;
    transform: scale(1.03);
    z-index: 5;
    background: var(--accent-rgb);
}
.tab-content {
    opacity: 0;
    pointer-events: none;
    display: none;
    transition: opacity 0.35s cubic-bezier(.4,.2,.2,1);
    align-self: center;
}
.tab-content.showing {
    display: block;
}
.tab-content.active {
    opacity: 1;
    pointer-events: auto;
}
.card.recommended {
    border: 2px solid var(--accent, #2af7c9);
    box-shadow: 0 0 12px var(--accent-glow, #41ffe8aa);
    transform: scale(1.025);
    z-index: 2;
}
.price {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
    color: var(--accent-glow-text, #00ffe1);
}
.card-footer {
	text-align: center;
  font-size: .97em;
  opacity: .80;
  border-top: 1px solid var(--border);
  padding-top: .7em;
  margin-top: .6em;
}
.btn.btn-pulse {
    padding: 0.7em 2em;
    font-weight: 700;
    border-radius: 8px;
    background: var(--accent);
    color: var(--bg);
    border: none;
    font-size: 1.05rem;
    cursor: pointer;
    box-shadow: 0 0 15px var(--accent-glow);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    max-width: 400px;
    align-self: center;
}
.btn.btn-pulse:hover {
    background: var(--accent-glow);
    color: var(--accent);
    box-shadow: 0 0 30px var(--accent-glow-strong);
}
@media (max-width: 900px) {
    .pricing-row {
        flex-direction: column;
        gap: 1.4rem;
    }
}
#themeSidebarToggle {
    color: var(--nav-text);
    text-decoration: none;
    padding: 0.6rem 1rem;
    font-size: 1.1rem;
    position: relative;
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: var(--nav-bg);
    transition: all 0.3s ease-in-out;
    margin-left: 2rem;
}
#themeSidebar {
    position: fixed;
    top: 110px;
    right: 0;
    width: 300px;
    height: calc(100% - 110px);
    background: var(--bg-secondary, #eee);
    border-left: 2px solid var(--border, #ccc);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-bottom: 2.5rem;
    scroll-padding-bottom: 2.5rem;
}
#themeSidebar.active {
    transform: translateX(0);
}
#themeDescription {
    font-size: 0.9em;
    margin-bottom: 1em;
    padding: 0.5em;
    background: var(--card-bg, #f9f9f9);
    border-left: 4px solid var(--accent, #888);
}
.theme-item {
    padding: 0.3em;
    margin: 0.5em;
    background: var(--card-bg, #fff);
    border: 1px solid var(--border, #ccc);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.2s;
}
.theme-item:hover {
    background: var(--nav-hover-bg, #eee);
}
.color-preview {
    display: flex;
    gap: 4px;
}
.color-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #999;
}
.hidden {
    display: none;
}
.svg-logo {
    width: 150px !important;
}
.theme-item.selected {
    outline: 2px solid var(--accent, #00f0ff);
    background: rgba(0,0,0,0.08);
    border-radius: 8px;
}
.layout {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}
.feature-nav-side {
    position: sticky;
    top: 100px;
    padding: 1rem;
    border-right: 1px solid var(--border);
    min-width: 350px;
    font-size: 0.9rem;
}
.feature-nav-side ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.feature-nav-side li {
    margin-bottom: 0.75rem;
}
.feature-nav-side a {
    text-decoration: none;
    font-weight: 600;
    color: var(--text-secondary);
    transition: color 0.2s ease;
}
.feature-nav-side a.active {
    color: var(--accent-dark);
    font-weight: bold;
}
.feature-nav-side a:hover {
    color: var(--accent);
}
@media (max-width: 768px) {
    .layout {
        flex-direction: column;
        margin: 1rem;
    }
    .feature-nav-side {
        position: relative;
        border-right: none;
        border-bottom: 1px solid var(--border);
        width: 100%;
        overflow-x: auto;
    }
    .feature-nav-side ul {
        display: flex;
        gap: 1rem;
        padding-bottom: 0.5rem;
    }
    .feature-nav-side li {
        margin-bottom: 0;
    }
}
.accordion-item {
    background: var(--bg-secondary);
    border: 1px solid var(--border);
    border-radius: 8px;
    margin-bottom: 1rem;
    box-shadow: 0 1px 4px var(--shadow);
    position: relative;
    overflow: hidden;
}
.accordion-button {
    background-color: var(--bg-secondary);
    color: var(--text-secondary);
    font-size: 1rem;
    padding: 1rem;
    transition: background-color 0.3s ease;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-weight: bold;
}
.accordion-button.active,
.accordion-button:hover {
    background-color: var(--bg-secondary);
    color: var(--accent-dark);
    box-shadow: inset 0 -1px 0 var(--accent);
}
.accordion-header {
    position: sticky;
    z-index: 1;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
}
.accordion-collapse {
    display: block;
    transition: max-height 0.3s ease;
}
.accordion-collapse.show {
    display: block;
}
.accordion-body {
    background-color: var(--card-bg);
    color: var(--text);
    padding: 0.6rem;
    overflow-x: auto;
}
.accordion-item:last-child .accordion-header {
    border-bottom: none;
}
.feature-header {
    position: sticky;
    top: 105px;
    z-index: 9;
    background: var(--bg);
    font-weight: bold;
    font-size: 0.95rem;
    border-bottom: 2px solid var(--border);
    text-align: center;
    gap: 10px;
    padding-bottom: 0.2rem;
}
#aboutH1 {
    font-size: 1.5rem;
}
.feature-header span {
    font-weight: 600;
    color: var(--accent-dark);
    white-space: nowrap;
}
.feature-header span:first-child {
    text-align: left;
    color: var(--text);
}
.feature-header span.sticky-col {
    position: sticky;
    left: 0;
    background: var(--bg);
    z-index: 9;
    padding: 0.5rem;
}
.feature-header,
.feature-list {
    display: grid;
    grid-template-columns: minmax(310px, 1fr) repeat(5, 1fr);
    gap: 0.5rem;
}


.feature-list-optional {
    display: grid;
    grid-template-columns: minmax(310px, 1fr) repeat(1, 1fr);
    gap: 0.5rem;
    font-size: 0.75rem;
}
.feature-list {
    font-size: 0.75rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.feature-row {
    display: contents;
}
.feature-row span {
    border-bottom: 1px solid var(--border);
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
}
.feature-row span.sticky-col {
    position: sticky;
    left: 0;
    z-index: 2;
    text-align: left;
    background: var(--card-bg);
    color: var(--text-secondary);
}
.feature-list li span[data-value="✅"],
.feature-row span[data-value="✅"] {
    color: green;
}
.feature-list li span[data-value="❌"],
.feature-row span[data-value="❌"] {
    color: red;
}
.feature-list li span[data-value="➕"],
.feature-row span[data-value="➕"] {
    color: dodgerblue;
}
@media (max-width: 900px) {
    .layout {
        gap: 1rem;
    }
    .feature-nav-side {
        min-width: 150px;
        padding: 0.6rem 0.3rem;
    }
    .feature-header,
    .feature-list {
        grid-template-columns: minmax(120px, 2fr) repeat(5, minmax(80px, 1fr));
    }
    .layout {
        flex-direction: column;
        gap: 0.5rem;
        margin: 1rem;
    }
    .feature-nav-side {
        position: static;
        border-right: none;
        border-bottom: 1px solid var(--border);
        min-width: unset;
        max-width: unset;
        width: 100%;
        background: var(--bg-secondary);
        padding: 0.2rem 0.2rem 0.6rem;
        overflow-x: auto;
        z-index: 5;
        font-size: 0.97rem;
    }
    .feature-header {
        top: 60px;
    }
    .feature-list-optional {
        grid-template-columns: minmax(140px, 0fr) repeat(1, minmax(60px, 1fr));
    }
}
@media (max-width: 768px) {
    .layout {
        flex-direction: column;
        gap: 0.5rem;
        margin: 1rem;
    }
    .feature-nav-side {
        position: static;
        border-right: none;
        border-bottom: 1px solid var(--border);
        min-width: unset;
        max-width: unset;
        width: 100%;
        background: var(--bg-secondary);
        padding: 0.2rem 0.2rem 0.6rem;
        overflow-x: auto;
        z-index: 5;
    }
    .feature-header {
        top: 60px;
    }
    .feature-nav-side ul {
        display: flex;
        flex-wrap: nowrap;
        gap: 0.7rem;
        padding-bottom: 0.5rem;
        overflow-x: auto;
        margin: 0 -0.4rem;
    }
    .feature-nav-side li {
        margin-bottom: 0;
    }
    .feature-nav-side a {
        white-space: nowrap;
        padding: 7px 9px;
        font-size: 1em;
        min-width: 90px;
    }
}
@media (max-width: 650px) {
    .accordion-item {
        margin-bottom: 0.75rem;
        border-radius: 5px;
    }
    .accordion-button {
        font-size: 0.99rem;
        padding: 0.7rem 0.75rem;
    }
    .accordion-body {
        padding: 0.75rem 0.4rem;
        font-size: 0.96em;
    }
    .feature-header,
    .feature-list {
        grid-template-columns: minmax(80px, 2.5fr) repeat(5, minmax(60px, 1fr));
        min-width: 420px;
    }
    .feature-header {
        top: 60px;
    }
    .feature-list-optional {
        grid-template-columns: minmax(140px, 0fr) repeat(1, minmax(60px, 1fr));
    }
    .feature-header span,
    .feature-row span {
        padding: 0.36rem 0.16rem;
        font-size: 0.78em;
    }
    .feature-header span.sticky-col,
    .feature-row span.sticky-col {
        min-width: 80px;
        max-width: 110px;
        white-space: wrap;
    }
}
@media (max-width: 500px) {
    .accordion-button,
    .accordion-header {
        font-size: 1rem;
        padding: 0.4rem 0.2rem;
        font-weight: bold;
    }
    .accordion-body {
        padding: 0.48rem 0.05rem;
        font-size: 0.94em;
    }
    .feature-header,
    .feature-list {
        grid-template-columns: minmax(70px, 3fr) repeat(5, minmax(48px, 1fr));
    }
    .feature-header {
        top: 60px;
    }
    .feature-list-optional {
        grid-template-columns: minmax(140px, 0fr) repeat(1, minmax(60px, 1fr));
    }
    .feature-header span,
    .feature-row span {
        padding: 0.28rem 0.10rem;
        font-size: 0.92em;
    }
}
@media (max-width: 400px) {
    .feature-header,
    .feature-list,
    .feature-list-optional {
        overflow-x: auto;
    }
    .feature-header {
        top: 60px;
    }
}
.glow {
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}
.glow:hover {
    box-shadow: 0 0 12px var(--accent);
    border: 1px solid var(--accent-glow);
    padding: 1px 5px;
}
.glow::after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    background: var(--bg-secondary);
    color: var(--text);
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.85em;
    white-space: normal;
    word-break: break-word;
    min-width: 320px;
    max-width: 420px;
    opacity: 0;
    pointer-events: none;
    border: 1px solid var(--accent-glow);
    box-shadow: 0 0 10px var(--accent-glow);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 999;
}
.glow:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(-12px);
}
.glow::before {
    content: '';
    position: absolute;
    bottom: calc(100% - 4px);
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: var(--accent-glow);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 998;
}
.glow:hover::before {
    opacity: 1;
}
@media (max-width: 950px) {
    .tab-buttons {
        gap: 0.1rem;
        padding: 0.06rem 0.1rem;
        border-radius: 5px 5px 0 0;
        justify-content: flex-start;
        align-self: center;
    }
    .tab-btn {
        min-width: 68px;
        font-size: 0.79rem;
        padding: 0.33rem 0.18rem;
        border-radius: 5px 5px 0 0;
    }
    .services-grid {
        grid-template-columns: 1fr;
        margin-top: 0.2rem;
    }
    .flip-card {
        min-height: 180px;
    }
    .section {
        padding: 0;
        max-width: 100%;
    }
    .card-header {
        padding-bottom: 0.2rem;
        margin-top: 3rem;
    }
    h2 {
        font-size: 2rem;
        margin-bottom: 5px;
    }
    #themeSidebar {
        width: 100%;
        top: 55px;
        left: 0;
        right: 0;
        height: calc(100% - 55px);
        border-left: none;
        border-top: 2px solid var(--border, #ccc);
        transform: translateY(100%);
        overflow-y: auto;
        overscroll-behavior: contain;
    }
    #themeSidebar.active {
        transform: translateY(0);
    }
    #themeSidebarToggle {
        top: 10px;
        right: 10px;
        left: auto;
        padding: 0.5em 1em;
        font-size: 1rem;
    }
    .theme-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25em;
    }
    .color-preview {
        margin-top: 0.25em;
    }
    .svg-logo {
        width: 70px !important;
    }
    #hero-title {
        font-size: 7vw;
        white-space: normal;
        text-align: center;
        border-right: 1px solid var(--accent-glow);
        padding: 0 1rem;
    }
    #hero-sub {
        font-size: 4.5vw;
        text-align: center;
        padding: 0 1.5rem;
        margin-top: 1.2rem;
    }
    .hero-content {
        padding: 2rem 1rem;
        max-width: 95vw;
    }
    .hero h2 {
        font-size: 2rem;
    }
    .btn {
        font-size: 4.5vw;
        padding: 0.7em 1.5em;
        text-align: center;
        display: inline-block;
    }
    .menu-toggle {
        display: flex;
    }
    .bar {
        display: block;
    }
    nav {
        position: absolute;
        top: 55px;
        left: 0;
        width: 100%;
        background: var(--bg);
        flex-direction: column;
        align-items: flex-start;
        display: none;
        padding: 1rem;
        border-top: 1px solid var(--border);
        box-shadow: 0 8px 12px var(--shadow);
    }
    nav.active {
        display: flex;
    }
    nav a {
        margin: 0.8rem 0;
        color: var(--nav-text);
        text-decoration: none;
        padding: 0 1rem;
        font-size: 1.1rem;
        position: relative;
        border: 1px solid transparent;
        border-radius: 10px;
        background-color: var(--nav-bg);
        transition: all 0.3s ease-in-out;
        width: 80% !important;
    }
    .footer-col {
        flex: 100%;
        text-align: center;
        padding: 0.2rem 0;
    }
    footer {
        flex-direction: column;
        font-size: 0.75rem;
    }
}