/* MJCR PWA Studio - UI Styles */
.mjcr-pwa-banner { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 999999; width: 92%; max-width: 440px; background: #0f172a; border: 1px solid rgba(255,255,255,0.15); border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); padding: 14px 18px; color: #fff; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
.mjcr-pwa-banner-content { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.mjcr-pwa-app-info { display: flex; align-items: center; gap: 12px; }
.mjcr-pwa-app-info strong { display: block; font-size: 13px; color: #f8fafc; }
.mjcr-pwa-app-info p { margin: 0; font-size: 11px; color: #94a3b8; }
.mjcr-pwa-icon { width: 42px; height: 42px; border-radius: 10px; background: rgba(255,255,255,0.1); }
.mjcr-pwa-actions { display: flex; align-items: center; gap: 6px; }
.mjcr-pwa-btn-primary { background: #0284c7; color: #fff; border: none; border-radius: 12px; padding: 8px 16px; font-size: 12px; font-weight: bold; cursor: pointer; }
.mjcr-pwa-btn-dismiss { background: transparent; border: none; color: #94a3b8; font-size: 16px; cursor: pointer; padding: 4px 8px; }
.mjcr-pwa-modal { position: fixed; inset: 0; background: rgba(0,0,0,0.75); z-index: 999999; display: flex; align-items: center; justify-content: center; padding: 20px; }
.mjcr-pwa-modal-body { max-width: 360px; background: #0f172a; border: 1px solid rgba(255,255,255,0.15); border-radius: 20px; padding: 24px; color: #fff; text-align: center; }
.mjcr-pwa-modal-body ol { text-align: left; font-size: 12px; color: #cbd5e1; padding-left: 20px; line-height: 1.7; }
