/* Minimal styling for trial widget modal to match dark dashboard theme */
#trial-widget-modal { font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; }
#trial-widget-modal div[style] { color: #e6eef8; }
#trial-widget-modal h3 { margin:0 0 8px 0; font-size:18px; color:#fff; }
#trial-widget-modal p { margin:0 0 12px 0; color:#b8c6d6; }
#trial-widget-modal button { background: #111827; color:#e6eef8; border: 1px solid #2b7cff; padding:8px 12px; border-radius:6px; cursor:pointer }
#trial-widget-modal button[disabled] { opacity:0.6; cursor:not-allowed }
#trial-widget-modal .plan-selected { box-shadow: 0 0 0 3px rgba(43,124,255,0.12); }
#trial-widget-modal .plan-clear { background: transparent; color:#9aa8bf; border:0; text-decoration:underline; }
