.app-header[data-v-5f710df2]{background:var(--header-bg);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid var(--glass-border);box-shadow:0 8px 32px var(--glass-shadow);position:sticky;top:0;z-index:100;transition:all .3s ease}.header-content[data-v-5f710df2]{display:flex;justify-content:space-between;align-items:center}.app-menu[data-v-5f710df2]{border:none;flex:1;background:transparent;line-height:64px}[data-v-5f710df2] .ant-menu-horizontal{background:transparent;border-bottom:none;line-height:64px}[data-v-5f710df2] .ant-menu-horizontal .ant-menu-item{border-radius:8px;margin:12px 4px 0;transition:all .3s ease;height:40px;line-height:40px;color:var(--text-color)}[data-v-5f710df2] .ant-menu-horizontal .ant-menu-item:hover{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-color)}[data-v-5f710df2] .ant-menu-horizontal .ant-menu-item-selected{background:var(--menu-active-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--menu-active-border);border-bottom:none;color:var(--menu-active-text);font-weight:600;box-shadow:0 2px 8px #667eea33}.dark[data-v-5f710df2] .ant-menu-horizontal .ant-menu-item-selected{box-shadow:0 2px 8px #ffffff1a}[data-v-5f710df2] .ant-menu-horizontal .ant-menu-item-selected:after{display:none}.theme-switcher[data-v-5f710df2]{margin-left:16px}.theme-button[data-v-5f710df2]{display:flex;align-items:center;justify-content:center;font-size:18px;width:40px;height:40px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);transition:all .3s ease}.theme-button[data-v-5f710df2]:hover{background:#fff3;transform:scale(1.05);box-shadow:0 4px 12px #00000026}.theme-icon[data-v-5f710df2]{font-size:18px}.menu-item-text[data-v-5f710df2]{margin-left:8px}[data-v-5f710df2] .ant-dropdown .ant-menu{background:#fffffff2;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid var(--glass-border);border-radius:12px;box-shadow:0 8px 32px #00000026;padding:8px}.dark[data-v-5f710df2] .ant-dropdown .ant-menu{background:#141414f2}[data-v-5f710df2] .ant-dropdown .ant-menu-item{display:flex;align-items:center;border-radius:8px;margin:4px 0}[data-v-5f710df2] .ant-dropdown .ant-menu-item:hover{background:#ffffff1a}.dark[data-v-5f710df2] .ant-dropdown .ant-menu-item:hover{background:#ffffff0d}[data-v-5f710df2] .ant-dropdown .ant-menu-item svg{width:16px;height:16px;margin-right:8px}:root{--header-bg: rgba(255, 255, 255, .7);--footer-bg: rgba(250, 250, 250, .7);--content-bg: rgba(255, 255, 255, .1);--text-color: rgba(0, 0, 0, .88);--glass-border: rgba(255, 255, 255, .18);--glass-shadow: rgba(0, 0, 0, .1);--gradient-1: #667eea;--gradient-2: #764ba2;--gradient-3: #f093fb;--gradient-4: #4facfe;--menu-active-bg: rgba(102, 126, 234, .3);--menu-active-border: rgba(102, 126, 234, .5);--menu-active-text: rgba(102, 126, 234, 1)}.dark{--header-bg: rgba(20, 20, 20, .7);--footer-bg: rgba(20, 20, 20, .7);--content-bg: rgba(0, 0, 0, .2);--text-color: rgba(255, 255, 255, .85);--glass-border: rgba(255, 255, 255, .1);--glass-shadow: rgba(0, 0, 0, .3);--gradient-1: #1a1a2e;--gradient-2: #16213e;--gradient-3: #0f3460;--gradient-4: #533483;--menu-active-bg: rgba(255, 255, 255, .25);--menu-active-border: rgba(255, 255, 255, .4);--menu-active-text: rgba(255, 255, 255, 1)}body{background:linear-gradient(-45deg,var(--gradient-1),var(--gradient-2),var(--gradient-3),var(--gradient-4));background-size:400% 400%;animation:gradientShift 15s ease infinite;color:var(--text-color);transition:color .3s;min-height:100vh;position:relative;overflow-x:hidden}body:before{content:"";position:fixed;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px;animation:float 20s linear infinite;pointer-events:none;z-index:0}body:after{content:"";position:fixed;inset:0;background:radial-gradient(circle at 20% 50%,rgba(120,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 40% 20%,rgba(120,219,255,.3) 0%,transparent 50%);pointer-events:none;z-index:0;animation:pulse 10s ease-in-out infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes float{0%{transform:translate(0) rotate(0)}to{transform:translate(50px,50px) rotate(360deg)}}@keyframes pulse{0%,to{opacity:.5}50%{opacity:.8}}.app-layout[data-v-bca69d80]{min-height:100vh;position:relative;z-index:1}.app-container[data-v-bca69d80]{max-width:1200px;margin:0 auto;padding:0 16px}.app-content[data-v-bca69d80]{padding:32px 0;position:relative;z-index:1}.app-footer[data-v-bca69d80]{text-align:center;padding:24px 0;position:relative;z-index:1}.glass-footer[data-v-bca69d80]{background:var(--footer-bg);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-top:1px solid var(--glass-border);box-shadow:0 -8px 32px var(--glass-shadow)}
