html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f8fafc;color:#1e293b;line-height:1.6}#app{min-height:100vh;display:flex;flex-direction:column}.header{background:#fff;border-bottom:1px solid #e2e8f0;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 3px #0000001a}.header-left{display:flex;align-items:center;gap:24px}.logo{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:600;color:#1e40af}.logo-icon{width:32px;height:32px;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.header-nav{display:flex;gap:32px}.nav-item{padding:8px 16px;border-radius:6px;color:#64748b;text-decoration:none;font-weight:500;transition:all .2s ease}.nav-item:hover,.nav-item.active{background:#f1f5f9;color:#1e40af}.header-right{display:flex;align-items:center;gap:16px}.main-container{flex:1;display:flex}.sidebar{width:260px;background:#fff;border-right:1px solid #e2e8f0;padding:24px 0;height:calc(100vh - 64px);overflow-y:auto}.sidebar-section{margin-bottom:32px}.sidebar-title{padding:0 24px 12px;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.sidebar-menu{list-style:none}.sidebar-item{margin-bottom:4px}.sidebar-link{display:flex;align-items:center;gap:12px;padding:12px 24px;color:#64748b;text-decoration:none;font-weight:500;transition:all .2s ease;border-radius:0 25px 25px 0;margin-right:16px}.sidebar-link:hover{background:#f1f5f9;color:#1e40af}.sidebar-link.active{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;font-weight:600}.sidebar-icon{width:20px;height:20px;opacity:.8;flex-shrink:0}.content{flex:1;padding:24px;overflow-y:auto;height:calc(100vh - 64px)}.content-header{margin-bottom:24px}.content-title{font-size:24px;font-weight:600;color:#1e293b;margin-bottom:8px}.content-subtitle{color:#64748b;font-size:14px}.card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;overflow:hidden}.card-header{padding:20px 24px;border-bottom:1px solid #f1f5f9;background:#fafbfc}.card-title{font-size:18px;font-weight:600;color:#1e293b;margin-bottom:4px}.card-subtitle{color:#64748b;font-size:14px}.card-body{padding:24px}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:8px;font-weight:500;font-size:14px;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease;outline:none}.btn-primary{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.btn-secondary{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.btn-secondary:hover{background:#f1f5f9;color:#475569}.btn-success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-success:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.btn-danger:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.table-container{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden}.table{width:100%;border-collapse:collapse}.table th{background:#f8fafc;padding:16px 20px;text-align:left;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb;font-size:14px}.table td{padding:16px 20px;border-bottom:1px solid #f3f4f6;color:#4b5563;font-size:14px}.table tbody tr:hover{background:#f9fafb}.table tbody tr:last-child td{border-bottom:none}.status{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500}.status-success{background:#dcfce7;color:#166534}.status-warning{background:#fef3c7;color:#92400e}.status-danger{background:#fee2e2;color:#991b1b}.status-info{background:#dbeafe;color:#1e40af}.status-secondary{background:#f3f4f6;color:#6b7280}.form-group{margin-bottom:20px}.form-label{display:block;margin-bottom:8px;font-weight:500;color:#374151;font-size:14px}.form-input{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:all .2s ease;background:#fff}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-select{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;background:#fff;cursor:pointer}.form-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-bottom:32px}.stat-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;transition:all .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.stat-title{font-size:14px;color:#64748b;font-weight:500}.stat-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px}.stat-icon svg{width:24px;height:24px;color:#fff}.stat-icon.blue{background:linear-gradient(135deg,#3b82f6,#1e40af)}.stat-icon.green{background:linear-gradient(135deg,#10b981,#059669)}.stat-icon.orange{background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-icon.purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.stat-icon.red{background:linear-gradient(135deg,#ef4444,#dc2626)}.stat-value{font-size:28px;font-weight:700;color:#1e293b;margin-bottom:4px}.stat-change{font-size:12px;font-weight:500}.stat-change.positive{color:#059669}.stat-change.negative{color:#dc2626}@media (max-width: 768px){.sidebar{width:100%;height:auto;position:fixed;top:64px;left:-100%;z-index:1000;transition:left .3s ease}.sidebar.open{left:0}.content{padding:16px}.stats-grid{grid-template-columns:1fr}.header-nav{display:none}}.loading{display:inline-block;width:20px;height:20px;border:3px solid #f3f4f6;border-radius:50%;border-top-color:#3b82f6;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.tooltip{position:relative;display:inline-block}.tooltip .tooltip-text{visibility:hidden;width:200px;background-color:#1e293b;color:#fff;text-align:center;border-radius:6px;padding:8px 12px;position:absolute;z-index:1;bottom:125%;left:50%;margin-left:-100px;opacity:0;transition:opacity .3s;font-size:12px}.tooltip:hover .tooltip-text{visibility:visible;opacity:1}.empty-state{text-align:center;padding:48px 24px;color:#64748b}.empty-state-icon{width:64px;height:64px;margin:0 auto 16px;background:#f1f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;color:#94a3b8}.empty-state-title{font-size:18px;font-weight:600;color:#374151;margin-bottom:8px}.empty-state-description{font-size:14px;margin-bottom:24px}.btn svg{flex-shrink:0}.sidebar-icon{width:20px;height:20px;flex-shrink:0}.empty-state-icon svg{color:#94a3b8;width:48px;height:48px}.w-3.h-3{width:12px;height:12px;flex-shrink:0}.w-4.h-4{width:16px;height:16px;flex-shrink:0}.w-6.h-6{width:24px;height:24px;flex-shrink:0}.w-12.h-12{width:48px;height:48px;flex-shrink:0}.user-menu[data-v-732ced60]{display:flex;align-items:center;gap:8px}.dropdown[data-v-732ced60]{position:relative}.dropdown-toggle[data-v-732ced60]{background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.dropdown-toggle[data-v-732ced60]:hover{background-color:#f3f4f6;color:#374151}.dropdown-menu[data-v-732ced60]{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:1000;min-width:160px}.dropdown-item[data-v-732ced60]{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;background:none;border:none;color:#374151;font-size:14px;cursor:pointer;transition:all .2s;text-align:left}.dropdown-item[data-v-732ced60]:hover{background-color:#f9fafb;color:#dc2626}.dropdown-item svg[data-v-732ced60]{width:16px;height:16px}.logout-item[data-v-732ced60]:hover{color:#dc2626}.modal-overlay[data-v-732ced60]{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn-732ced60 .2s ease}@keyframes fadeIn-732ced60{0%{opacity:0}to{opacity:1}}.modal-content[data-v-732ced60]{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;width:90%;max-width:480px;max-height:90vh;overflow:auto;animation:slideIn-732ced60 .3s ease}@keyframes slideIn-732ced60{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header[data-v-732ced60]{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb}.modal-title[data-v-732ced60]{font-size:18px;font-weight:600;color:#111827;margin:0}.modal-close[data-v-732ced60]{background:none;border:none;font-size:28px;color:#9ca3af;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.modal-close[data-v-732ced60]:hover{background-color:#f3f4f6;color:#374151}.modal-body[data-v-732ced60]{padding:24px}.form-group[data-v-732ced60]{margin-bottom:20px}.form-label[data-v-732ced60]{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:8px}.input-wrapper[data-v-732ced60]{position:relative}.input-icon[data-v-732ced60]{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#9ca3af;pointer-events:none}.form-input[data-v-732ced60]{width:100%;padding:10px 40px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:all .2s}.form-input[data-v-732ced60]:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.password-toggle[data-v-732ced60]{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#9ca3af;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.password-toggle[data-v-732ced60]:hover{background-color:#f3f4f6;color:#374151}.modal-footer[data-v-732ced60]{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}@media (max-width: 768px){.header-left[data-v-732ced60]{gap:16px}.header-nav[data-v-732ced60]{display:none}.sidebar[data-v-732ced60]{position:fixed;top:64px;left:-100%;width:280px;height:calc(100vh - 64px);z-index:1000;transition:left .3s ease;box-shadow:4px 0 12px #0000001a}.sidebar.open[data-v-732ced60]{left:0}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f8fafc}#app{min-height:100vh}.loading-container[data-v-33b1c609]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.loading-spinner[data-v-33b1c609]{width:40px;height:40px;border:4px solid #f3f4f6;border-top:4px solid #3b82f6;border-radius:50%;animation:spin-33b1c609 1s linear infinite;margin-bottom:16px}@keyframes spin-33b1c609{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin[data-v-33b1c609]{animation:spin-33b1c609 1s linear infinite}.loading-container p[data-v-33b1c609]{color:#6b7280;font-size:14px;margin:0}.platform-status[data-v-33b1c609]{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.status-indicator[data-v-33b1c609]{display:flex;align-items:center;gap:8px;font-size:14px;color:#64748b}.status-dot[data-v-33b1c609]{width:8px;height:8px;border-radius:50%}.status-dot.success[data-v-33b1c609]{background:#10b981}.status-dot.warning[data-v-33b1c609]{background:#f59e0b}.status-dot.danger[data-v-33b1c609]{background:#ef4444}.status-value[data-v-33b1c609]{font-weight:600;color:#1e293b;font-size:14px}@media (max-width: 768px){.stats-grid[data-v-33b1c609]{grid-template-columns:1fr}.content>div[data-v-33b1c609]:first-of-type{grid-template-columns:1fr!important}.platform-status[data-v-33b1c609]{flex-direction:column;align-items:flex-start;gap:8px}}
