@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body { font-family: 'Inter', sans-serif; background-color: #f9fafb; color: #111827; }
.mc-sidebar { width: 64px; background-color: #1e293b; display: flex; flex-direction: column; align-items: center; padding-top: 16px; border-right: 1px solid #334155; }
.mc-nav-item { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 8px; color: #94a3b8; margin-bottom: 8px; transition: all 0.2s; cursor: pointer; }
.mc-nav-item:hover { background-color: #334155; color: white; }
.mc-nav-item.active { background-color: #4f46e5; color: white; }
.mc-nav-item i { font-size: 20px; }
.main-content { flex: 1; overflow-y: auto; background-color: #f9fafb; padding: 24px; }
.mc-card { background: white; border: 1px solid #e5e7eb; border-radius: 12px; box-shadow: 0 1px 2px rgba(0,0,0,0.05); overflow: hidden; }
.mc-btn { background-color: #4f46e5; color: white; padding: 8px 16px; border-radius: 6px; font-size: 14px; font-weight: 500; transition: background 0.2s; display: inline-flex; align-items: center; gap: 8px; }
.mc-btn:hover { background-color: #4338ca; }
.mc-input { width: 100%; padding: 10px; border: 1px solid #d1d5db; border-radius: 6px; outline: none; font-size: 14px; }
.mc-input:focus { border-color: #4f46e5; ring: 2px solid #e0e7ff; }
[v-cloak] { display: none; }
