.lg-mc-panel { max-width:1200px; margin:30px auto; font-family:Arial,Helvetica,sans-serif; color:#222; }
.lg-mc-header { display:flex; justify-content:space-between; align-items:center; margin-bottom:16px; }
.lg-user-box { display:flex; align-items:center; gap:12px; }
.lg-avatar img, .lg-avatar { border-radius:6px; overflow:hidden; }
.lg-account-mode .lg-badge { display:inline-block; padding:6px 10px; background:#f0f4ff; border-radius:6px; color:#0b3d91; font-weight:600; margin-bottom:12px; }
.lg-mc-grid { display:flex; gap:24px; align-items:flex-start; }
.lg-mc-main { flex:1; min-width:600px; }
.lg-mc-sidebar { width:320px; }
.lg-card { background:#fff; border:1px solid #eee; border-radius:8px; padding:12px; margin-bottom:18px; box-shadow:0 1px 4px rgba(0,0,0,0.03); }
.lg-card-title { font-weight:700; margin-bottom:8px; }
.lg-stats-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }
.stat { background:#fafafa; border:1px solid #f0f0f0; padding:10px; border-radius:6px; text-align:center; }
.stat-title { font-size:13px; color:#666; }
.stat-value { font-size:20px; font-weight:700; color:#111; }
.lg-btn, .lg-btn-ghost, .lg-btn-plain { display:inline-block; padding:8px 12px; border-radius:6px; text-decoration:none; }
.lg-btn { background:#2b7cff; color:#fff; }
.lg-btn-ghost { background:transparent; border:1px solid #2b7cff; color:#2b7cff; }
.lg-listings { list-style:none; padding:0; margin:0; }
.lg-listings li { padding:6px 0; border-bottom:1px dashed #eee; }
.lg-shortcut-list { list-style:none; padding:0; margin:0; }
.lg-shortcut-list li { padding:6px 0; }
@media(max-width:1024px){ .lg-mc-grid { flex-direction:column; } .lg-mc-sidebar { width:100%; } .lg-mc-main { min-width:100%; } }
