/* Frontend styles for ASM Pro */
.asm-pro-dashboard{display:grid;grid-template-columns:220px 1fr;gap:16px;align-items:start}
.asm-pro-sidebar{background:#111827;color:#fff;padding:16px;border-radius:8px}
.asm-pro-sidebar a{display:block;color:#e5e7eb;padding:8px 10px;text-decoration:none;margin-bottom:6px;border-radius:6px}
.asm-pro-sidebar a.active, .asm-pro-sidebar a:hover{background:#2563eb;color:#fff}
.asm-pro-content{background:#fff;padding:16px;border-radius:8px;border:1px solid #eee}
.asm-pro-btn{background:#2563eb;color:#fff;padding:8px 12px;border-radius:6px;border:none;cursor:pointer}
.asm-pro-message{padding:8px;border-radius:6px;background:#f0fdf4;color:#064e3b;margin-bottom:12px}
.asm-pro-revert{border:1px solid #eee;padding:10px;margin-bottom:10px;border-radius:6px}
