.lad-dashboard { max-width: 800px; margin: 0 auto; font-family: sans-serif; }
.lad-category { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 25px; }
.lad-open-btn { flex: 1 1 220px; padding: 14px; border: none; background: #0073aa; color: white; font-size: 16px; border-radius: 4px; cursor: pointer; }
.lad-open-btn:hover { background: #005177; }
.lad-modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); display: none; align-items: center; justify-content: center; z-index: 9999; }
.lad-modal-content { background: white; width: 90%; max-width: 1000px; height: 80%; border-radius: 8px; overflow: hidden; }
.lad-modal-close { position: absolute; top: 10px; right: 14px; font-size: 24px; color: #333; cursor: pointer; z-index: 10000; }
.lad-modal iframe { width: 100%; height: 100%; border: none; }
