:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-bg-page: #f9fafb;--color-bg-card: #ffffff;--color-bg-sidebar: linear-gradient(180deg, #1e3a8a 0%, #1e40af 100%);--color-bg-header: #ffffff;--color-text-primary: #1f2937;--color-text-secondary: #6b7280;--color-text-sidebar: rgba(255, 255, 255, .85);--color-text-sidebar-active: #ffffff;--color-border-light: #e5e7eb;--color-border-sidebar: rgba(255, 255, 255, .1);--color-sidebar-hover: rgba(255, 255, 255, .1);--color-sidebar-active: rgba(255, 255, 255, .2)}html.dark{color-scheme:dark;--color-bg-page: #0f172a;--color-bg-card: #1e293b;--color-bg-sidebar: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);--color-bg-header: #1e293b;--color-text-primary: #f1f5f9;--color-text-secondary: #94a3b8;--color-text-sidebar: rgba(241, 245, 249, .85);--color-text-sidebar-active: #ffffff;--color-border-light: #334155;--color-border-sidebar: rgba(241, 245, 249, .1);--color-sidebar-hover: rgba(241, 245, 249, .1);--color-sidebar-active: rgba(241, 245, 249, .15)}*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;background-color:var(--color-bg-page);color:var(--color-text-primary)}#app{min-height:100vh}#app[data-v-2d4086be]{height:100vh;width:100vw}.mobile-header[data-v-2d4086be]{background:var(--color-bg-header);border-bottom:1px solid var(--color-border-light);display:flex;justify-content:space-between;align-items:center;padding:0 12px;height:56px;position:sticky;top:0;z-index:100}.mobile-header h3[data-v-2d4086be]{margin:0;font-size:16px;color:var(--color-text-primary);flex:1;text-align:center}.menu-btn[data-v-2d4086be]{font-size:20px;color:var(--color-text-primary)}.mobile-header .theme-switch-btn[data-v-2d4086be]{background:none;border:none;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.mobile-header .theme-switch-track[data-v-2d4086be]{width:36px;height:36px;position:relative}.mobile-header .theme-switch-thumb[data-v-2d4086be]{width:36px;height:36px;display:flex;align-items:center;justify-content:center;transition:transform .5s cubic-bezier(.4,0,.2,1)}.mobile-header .theme-switch-thumb.dark[data-v-2d4086be]{transform:rotate(180deg)}.mobile-header .sun-icon[data-v-2d4086be],.mobile-header .moon-icon[data-v-2d4086be]{width:24px;height:24px;position:absolute;color:var(--color-text-primary);transition:all .5s cubic-bezier(.4,0,.2,1)}.mobile-header .sun-icon[data-v-2d4086be]{opacity:1;transform:rotate(0) scale(1);color:#f59e0b}.mobile-header .sun-icon circle[data-v-2d4086be]{fill:#fbbf24}.mobile-header .sun-icon g[data-v-2d4086be]{stroke:#f59e0b}.mobile-header .moon-icon[data-v-2d4086be]{opacity:0;transform:rotate(-180deg) scale(0);color:#cbd5e1}.mobile-header .moon-icon path[data-v-2d4086be]{fill:#cbd5e1}.mobile-header .theme-switch-thumb.dark .sun-icon[data-v-2d4086be]{opacity:0;transform:rotate(180deg) scale(0)}.mobile-header .theme-switch-thumb.dark .moon-icon[data-v-2d4086be]{opacity:1;transform:rotate(0) scale(1)}@keyframes sun-rays-2d4086be{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mobile-header .sun-icon g[data-v-2d4086be]{animation:sun-rays-2d4086be 20s linear infinite;transform-origin:center}@keyframes star-twinkle-2d4086be{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.8)}}.mobile-header .moon-icon .star[data-v-2d4086be]{fill:#f1f5f9;animation:star-twinkle-2d4086be 2s ease-in-out infinite}.mobile-header .moon-icon .star-1[data-v-2d4086be]{animation-delay:0s}.mobile-header .moon-icon .star-2[data-v-2d4086be]{animation-delay:.7s}.mobile-header .moon-icon .star-3[data-v-2d4086be]{animation-delay:1.4s}.mobile-sidebar[data-v-2d4086be]{height:100%;background:var(--color-bg-sidebar);display:flex;flex-direction:column}.mobile-user-info[data-v-2d4086be]{padding:20px 16px;border-top:1px solid var(--color-border-sidebar);display:flex;flex-direction:column;gap:12px;align-items:center}.mobile-user-info .date[data-v-2d4086be]{color:var(--color-text-sidebar);font-size:12px}.sidebar[data-v-2d4086be]{background:var(--color-bg-sidebar);color:#fff;height:100vh;overflow-y:auto;display:flex;flex-direction:column}.logo[data-v-2d4086be]{padding:24px 16px;text-align:center;border-bottom:1px solid var(--color-border-sidebar)}.logo h2[data-v-2d4086be]{margin:0;font-size:20px;font-weight:600;color:#fff}.sidebar-menu[data-v-2d4086be]{border:none;background:transparent;padding:8px 0;flex:1}[data-v-2d4086be] .el-menu-item{color:var(--color-text-sidebar);margin:4px 12px;border-radius:8px}[data-v-2d4086be] .el-menu-item:hover{background:var(--color-sidebar-hover);color:var(--color-text-sidebar-active)}[data-v-2d4086be] .el-menu-item.is-active{background:var(--color-sidebar-active);color:var(--color-text-sidebar-active)}.theme-toggle[data-v-2d4086be]{padding:20px 16px;border-top:1px solid var(--color-border-sidebar);display:flex;flex-direction:column;align-items:center;gap:12px}.theme-switch-btn.desktop[data-v-2d4086be]{background:#ffffff26;border:none;border-radius:50%;cursor:pointer;padding:12px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;transition:all .3s}.theme-switch-btn.desktop[data-v-2d4086be]:hover{background:#ffffff40;transform:scale(1.05)}.theme-switch-btn.desktop .theme-switch-track[data-v-2d4086be]{width:32px;height:32px;position:relative}.theme-switch-btn.desktop .theme-switch-thumb[data-v-2d4086be]{width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:transform .5s cubic-bezier(.4,0,.2,1)}.theme-switch-btn.desktop .theme-switch-thumb.dark[data-v-2d4086be]{transform:rotate(180deg)}.theme-switch-btn.desktop .sun-icon[data-v-2d4086be],.theme-switch-btn.desktop .moon-icon[data-v-2d4086be]{width:28px;height:28px;position:absolute;transition:all .5s cubic-bezier(.4,0,.2,1)}.theme-switch-btn.desktop .sun-icon[data-v-2d4086be]{opacity:1;transform:rotate(0) scale(1);color:#fbbf24}.theme-switch-btn.desktop .sun-icon circle[data-v-2d4086be]{fill:#fbbf24}.theme-switch-btn.desktop .sun-icon g[data-v-2d4086be]{stroke:#fbbf24;animation:sun-rays-2d4086be 20s linear infinite;transform-origin:center}.theme-switch-btn.desktop .moon-icon[data-v-2d4086be]{opacity:0;transform:rotate(-180deg) scale(0);color:#e2e8f0}.theme-switch-btn.desktop .moon-icon path[data-v-2d4086be]{fill:#e2e8f0}.theme-switch-btn.desktop .moon-icon .star[data-v-2d4086be]{fill:#fff;animation:star-twinkle-2d4086be 2s ease-in-out infinite}.theme-switch-btn.desktop .moon-icon .star-1[data-v-2d4086be]{animation-delay:0s}.theme-switch-btn.desktop .moon-icon .star-2[data-v-2d4086be]{animation-delay:.7s}.theme-switch-btn.desktop .moon-icon .star-3[data-v-2d4086be]{animation-delay:1.4s}.theme-switch-btn.desktop .theme-switch-thumb.dark .sun-icon[data-v-2d4086be]{opacity:0;transform:rotate(180deg) scale(0)}.theme-switch-btn.desktop .theme-switch-thumb.dark .moon-icon[data-v-2d4086be]{opacity:1;transform:rotate(0) scale(1)}.theme-text[data-v-2d4086be]{color:var(--color-text-sidebar);font-size:14px;font-weight:500}.header[data-v-2d4086be]{background:var(--color-bg-header);border-bottom:1px solid var(--color-border-light);display:flex;justify-content:space-between;align-items:center;padding:0 24px;transition:background-color .3s,border-color .3s}.header h3[data-v-2d4086be]{margin:0;font-size:18px;color:var(--color-text-primary);transition:color .3s}.header-right[data-v-2d4086be]{display:flex;align-items:center;gap:16px}.date[data-v-2d4086be]{color:var(--color-text-secondary);font-size:14px;transition:color .3s}.main-content[data-v-2d4086be]{background:var(--color-bg-page);padding:24px;overflow-y:auto;transition:background-color .3s}.fade-enter-active[data-v-2d4086be],.fade-leave-active[data-v-2d4086be]{transition:opacity .2s ease}.fade-enter-from[data-v-2d4086be],.fade-leave-to[data-v-2d4086be]{opacity:0}@media (max-width: 768px){.main-content[data-v-2d4086be]{padding:16px 12px}.header-right .date[data-v-2d4086be]{display:none}}
