.mw-launcher { position: fixed; right: 16px; bottom: 16px; z-index: 9999; padding: 12px 14px; border-radius: 14px; border: 1px solid #445; background:#111827; color:#fff; cursor:pointer; }
.mw-modal { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; background: rgba(0,0,0,.5); z-index: 10000; }
.mw-card { width: 420px; max-width: 92vw; background: #0b0f19; color:#e5e7eb; border-radius: 18px; overflow: hidden; border:1px solid #1f2a44; box-shadow: 0 12px 30px rgba(0,0,0,.35); }
.mw-header { padding: 12px 16px; font-weight: 600; border-bottom: 1px solid #1f2a44; }
.mw-body { padding: 12px 16px; }
.mw-buttons { display: grid; gap: 8px; margin-top: 12px; }
.mw-btn { padding: 12px 14px; border-radius: 12px; border: 1px solid #374151; cursor: pointer; background: #111827; color:#e5e7eb; }
.mw-btn:hover { background: #0f1629; }
.mw-video { width: 100%; max-height: 80vh; }
.mw-video .video-js, .mw-video video { aspect-ratio: 9 / 16; width: 100%; height: auto; background:#000; border-radius: 12px; }
.mw-close { cursor: pointer; }