.ladp-dashboard { max-width: 1000px; margin: 2rem auto; font-family: Arial, sans-serif; }
.ladp-category { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; margin-bottom: 2rem; }
.ladp-card { background: #fff; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); padding: 16px; text-align: center; }
.ladp-thumb { height: 120px; background: #ddd; margin-bottom: 12px; display: flex; align-items: center; justify-content: center; }
.ladp-thumb::before { content: ""; width: 80px; height: 80px; background: #bbb; border-radius: 8px; }
.ladp-card h3 { margin: 12px 0 8px; font-size: 18px; color: #333; }
.ladp-price { font-size: 16px; color: #006600; margin-bottom: 12px; }
.ladp-open-btn, .ladp-download-btn, .ladp-buy-btn { display: inline-block; margin: 5px 4px; padding: 8px 12px; border: none; border-radius: 4px; font-size: 14px; cursor: pointer; text-decoration: none; }
.ladp-open-btn { background: #0073aa; color: white; }
.ladp-download-btn { background: #555; color: white; }
.ladp-buy-btn { background: #22a; color: white; }
.ladp-open-btn:hover { background: #005177; }
.ladp-download-btn:hover { background: #333; }
.ladp-buy-btn:hover { background: #0055aa; }
