@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--primary-50: #eef2ff;--primary-100: #e0e7ff;--primary-200: #c7d2fe;--primary-300: #a5b4fc;--primary-400: #818cf8;--primary-500: #6366f1;--primary-600: #4f46e5;--primary-700: #4338ca;--primary-800: #3730a3;--primary-900: #312e81;--secondary-50: #f5f3ff;--secondary-100: #ede9fe;--secondary-200: #ddd6fe;--secondary-300: #c4b5fd;--secondary-400: #a78bfa;--secondary-500: #8b5cf6;--secondary-600: #7c3aed;--secondary-700: #6d28d9;--secondary-800: #5b21b6;--secondary-900: #4c1d95;--accent-50: #ecfdf5;--accent-100: #d1fae5;--accent-200: #a7f3d0;--accent-300: #6ee7b7;--accent-400: #34d399;--accent-500: #10b981;--accent-600: #059669;--accent-700: #047857;--accent-800: #065f46;--accent-900: #064e3b;--success-50: #f0fdf4;--success-100: #dcfce7;--success-500: #22c55e;--success-600: #16a34a;--success-700: #15803d;--warning-50: #fffbeb;--warning-100: #fef3c7;--warning-500: #f59e0b;--warning-600: #d97706;--error-50: #fef2f2;--error-100: #fee2e2;--error-500: #ef4444;--error-600: #dc2626;--error-700: #b91c1c;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--gray-950: #030712;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--font-display: "Inter", sans-serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--spacing-1: .25rem;--spacing-2: .5rem;--spacing-3: .75rem;--spacing-4: 1rem;--spacing-5: 1.25rem;--spacing-6: 1.5rem;--spacing-8: 2rem;--spacing-10: 2.5rem;--spacing-12: 3rem;--radius-sm: 6px;--radius-base: 8px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 16px;--radius-2xl: 20px;--radius-full: 9999px;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .04);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .03);--shadow-base: 0 4px 6px -1px rgba(0, 0, 0, .07), 0 2px 4px -2px rgba(0, 0, 0, .04);--shadow-md: 0 8px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -4px rgba(0, 0, 0, .03);--shadow-lg: 0 16px 32px -8px rgba(0, 0, 0, .1), 0 8px 16px -8px rgba(0, 0, 0, .04);--shadow-primary: 0 4px 14px rgba(99, 102, 241, .25);--duration-fast: .15s;--duration-base: .2s;--duration-slow: .3s;--ease-out: cubic-bezier(.4, 0, .2, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--gradient-primary: linear-gradient(135deg, var(--primary-500) 0%, var(--secondary-500) 100%);--gradient-subtle: linear-gradient(135deg, #f8f9fc 0%, #eef2ff 100%)}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}::-moz-selection{background:var(--primary-200);color:var(--primary-900)}::selection{background:var(--primary-200);color:var(--primary-900)}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.animate-fade-in{animation:fadeIn var(--duration-slow) var(--ease-out)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}html{font-family:var(--font-sans);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:#f8f9fc;color:var(--gray-900);overflow-x:hidden}a{color:var(--primary-500);text-decoration:none;transition:color var(--duration-base) var(--ease-out)}a:hover{color:var(--primary-600)}img{max-width:100%;height:auto;display:block}input,button,textarea,select{font-family:inherit;font-size:inherit;line-height:inherit}.text-gradient{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.loading-spinner{display:inline-block;width:20px;height:20px;border:2px solid var(--gray-200);border-top-color:var(--primary-500);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-12) var(--spacing-6);text-align:center;color:var(--gray-400)}.empty-state-icon{font-size:48px;color:var(--gray-300);margin-bottom:var(--spacing-4)}.empty-state-title{font-size:var(--text-lg);font-weight:600;margin-bottom:var(--spacing-2);color:var(--gray-600)}.empty-state-description{font-size:var(--text-base);margin-bottom:var(--spacing-6);max-width:400px;color:var(--gray-400)}.app-container[data-v-6e20eb97]{height:100vh;width:100vw;display:flex;overflow:hidden;background:#0a0a0f}.sidebar[data-v-6e20eb97]{width:260px;min-width:260px;height:100vh;background:linear-gradient(180deg,#0d0d14,#111118,#0d0d14);border-right:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:10}.sidebar.collapsed[data-v-6e20eb97]{width:72px;min-width:72px}.sidebar-inner[data-v-6e20eb97]{display:flex;flex-direction:column;height:100%;overflow-x:hidden;overflow-y:auto}.logo-section[data-v-6e20eb97]{display:flex;align-items:center;gap:12px;padding:20px 20px 16px;border-bottom:1px solid rgba(255,255,255,.04);margin-bottom:8px}.collapsed .logo-section[data-v-6e20eb97]{justify-content:center;padding:20px 0 16px}.logo-icon[data-v-6e20eb97]{flex-shrink:0}.logo-text[data-v-6e20eb97]{display:flex;flex-direction:column;white-space:nowrap}.logo-title[data-v-6e20eb97]{font-size:17px;font-weight:700;background:linear-gradient(135deg,#818cf8,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.3px}.logo-subtitle[data-v-6e20eb97]{font-size:11px;color:#ffffff4d;letter-spacing:1.5px;text-transform:uppercase;margin-top:1px}.nav-menu[data-v-6e20eb97]{flex:1;padding:4px 12px}.collapsed .nav-menu[data-v-6e20eb97]{padding:4px 8px}.nav-section-label[data-v-6e20eb97]{font-size:10px;font-weight:600;color:#ffffff40;letter-spacing:1.5px;text-transform:uppercase;padding:16px 12px 6px}.nav-divider[data-v-6e20eb97]{height:1px;background:#ffffff0a;margin:8px 12px}.nav-item[data-v-6e20eb97]{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;color:#ffffff80;text-decoration:none;transition:all .2s ease;margin-bottom:2px;position:relative;cursor:pointer}.collapsed .nav-item[data-v-6e20eb97]{justify-content:center;padding:10px}.nav-item[data-v-6e20eb97]:hover{color:#ffffffd9;background:#ffffff0a}.nav-item.active[data-v-6e20eb97]{color:#fff;background:#6366f126}.nav-item.active[data-v-6e20eb97]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:20px;background:linear-gradient(180deg,#818cf8,#6366f1);border-radius:0 3px 3px 0}.collapsed .nav-item.active[data-v-6e20eb97]:before{display:none}.nav-icon[data-v-6e20eb97]{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:18px}.nav-label[data-v-6e20eb97]{font-size:13.5px;font-weight:500;white-space:nowrap;letter-spacing:.2px}.nav-badge[data-v-6e20eb97]{margin-left:auto;font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px;letter-spacing:.5px}.nav-badge.accent[data-v-6e20eb97]{background:#6366f133;color:#818cf8}.sidebar-footer[data-v-6e20eb97]{padding:12px;border-top:1px solid rgba(255,255,255,.04)}.collapse-btn[data-v-6e20eb97]{width:100%;padding:8px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:8px;color:#fff6;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.collapse-btn[data-v-6e20eb97]:hover{background:#ffffff0f;color:#ffffffb3}.collapse-btn .el-icon[data-v-6e20eb97]{transition:transform .3s ease}.collapse-btn .el-icon.rotated[data-v-6e20eb97]{transform:rotate(180deg)}.main-wrapper[data-v-6e20eb97]{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#f8f9fc}.topbar[data-v-6e20eb97]{height:60px;min-height:60px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #eef0f4}.topbar-left[data-v-6e20eb97]{display:flex;align-items:center}.breadcrumb[data-v-6e20eb97]{display:flex;align-items:center;gap:10px}.breadcrumb-icon[data-v-6e20eb97]{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:8px;color:#fff;font-size:16px}.breadcrumb-text[data-v-6e20eb97]{font-size:18px;font-weight:600;color:#111827;letter-spacing:-.2px}.topbar-right[data-v-6e20eb97]{display:flex;align-items:center;gap:16px}.status-indicator[data-v-6e20eb97]{display:flex;align-items:center;gap:8px;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;letter-spacing:.3px}.status-dot[data-v-6e20eb97]{width:7px;height:7px;border-radius:50%;animation:pulse-dot-6e20eb97 2s infinite}.status-success[data-v-6e20eb97]{background:#ecfdf5;color:#059669}.status-success .status-dot[data-v-6e20eb97]{background:#10b981;box-shadow:0 0 8px #10b98199}.status-warning[data-v-6e20eb97]{background:#fffbeb;color:#d97706}.status-warning .status-dot[data-v-6e20eb97]{background:#f59e0b;box-shadow:0 0 8px #f59e0b99}.status-danger[data-v-6e20eb97]{background:#fef2f2;color:#dc2626}.status-danger .status-dot[data-v-6e20eb97]{background:#ef4444;box-shadow:0 0 8px #ef444499}@keyframes pulse-dot-6e20eb97{0%,to{opacity:1}50%{opacity:.5}}.page-content[data-v-6e20eb97]{flex:1;overflow-y:auto;padding:28px 32px}.page-enter-active[data-v-6e20eb97]{transition:all .25s ease-out}.page-leave-active[data-v-6e20eb97]{transition:all .15s ease-in}.page-enter-from[data-v-6e20eb97]{opacity:0;transform:translateY(8px)}.page-leave-to[data-v-6e20eb97]{opacity:0;transform:translateY(-4px)}.fade-text-enter-active[data-v-6e20eb97],.fade-text-leave-active[data-v-6e20eb97]{transition:opacity .2s ease}.fade-text-enter-from[data-v-6e20eb97],.fade-text-leave-to[data-v-6e20eb97]{opacity:0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f8f9fc}#app{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-card{border-radius:14px!important;border:1px solid #eef0f4!important;box-shadow:0 1px 3px #0000000a,0 1px 2px #00000005!important}.el-card:hover{box-shadow:0 4px 12px #0000000f,0 1px 3px #0000000a!important}.el-button--primary{background:linear-gradient(135deg,#6366f1,#8b5cf6)!important;border:none!important;box-shadow:0 2px 8px #6366f14d!important}.el-button--primary:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed)!important;box-shadow:0 4px 14px #6366f166!important}.el-tag--success{background:#ecfdf5!important;color:#059669!important;border-color:#a7f3d0!important}.el-tag--danger{background:#fef2f2!important;color:#dc2626!important;border-color:#fecaca!important}.el-tag--warning{background:#fffbeb!important;color:#d97706!important;border-color:#fde68a!important}.el-table{border-radius:12px!important}.el-table th.el-table__cell{background:#f9fafb!important;color:#6b7280!important;font-weight:600!important;font-size:12px!important;text-transform:uppercase!important;letter-spacing:.5px!important}.el-input__wrapper{border-radius:10px!important}.el-dialog{border-radius:16px!important}.el-drawer{border-radius:16px 0 0 16px!important}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}
