
.rootdc-wrap { max-width: 680px; margin: 18px auto; padding: 16px; border: 1px solid #e5e7eb; border-radius: 12px; background: #fff; }
.rootdc-title { margin: 0 0 12px; font-size: 18px; }
.rootdc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.rootdc-grid input { width: 100%; padding: 10px 12px; border: 1px solid #d1d5db; border-radius: 10px; outline: none; }
.rootdc-wrap textarea { width: 100%; margin-top: 10px; padding: 10px 12px; border: 1px solid #d1d5db; border-radius: 10px; min-height: 90px; }
.rootdc-actions { display:flex; align-items:center; gap: 10px; margin-top: 12px; }
.rootdc-btn { padding: 10px 14px; border-radius: 12px; border: 0; cursor: pointer; background: #111827; color: #fff; font-weight: 700; }
.rootdc-btn.is-loading { opacity: 0.75; cursor: wait; }
.rootdc-status { font-size: 13px; color: #111827; }
.rootdc-status.is-error { color: #b91c1c; }

@media (max-width: 520px) {
  .rootdc-grid { grid-template-columns: 1fr; }
}

/* Optional Meta in-app overlay */
.rootdc-open-browser { position: fixed; inset: 0; background: rgba(0,0,0,0.55); display:flex; align-items:center; justify-content:center; z-index: 999999; padding: 16px; }
.rootdc-open-browser__card { width: min(420px, 100%); background: #fff; border-radius: 16px; padding: 16px; }
.rootdc-open-browser__title { font-size: 16px; font-weight: 800; margin-bottom: 6px; }
.rootdc-open-browser__desc { font-size: 13px; color: #374151; margin-bottom: 12px; }
.rootdc-open-browser__btn { display:inline-block; padding: 10px 12px; border-radius: 12px; background: #111827; color: #fff; text-decoration:none; font-weight: 700; }
