
.orobi-openmarket-assist, .orobi-openmarket-assist * { box-sizing: border-box; letter-spacing: 0; }
.orobi-openmarket-assist { position: fixed; right: 18px; bottom: 18px; z-index: 2147483000; font-family: inherit; color: #172033; }
.orobi-om-buttons { display: grid; gap: 9px; justify-items: end; }
.orobi-om-button { border: 1px solid rgba(23,32,51,.16); background: #ffffff; color: #172033; min-height: 42px; padding: 0 16px; border-radius: 8px; font-weight: 800; box-shadow: 0 10px 30px rgba(10,18,32,.18); cursor: pointer; }
.orobi-om-button.primary { background: #0f6f68; color: #fff; border-color: #0f6f68; }
.orobi-om-backdrop { position: fixed; inset: 0; background: rgba(14,20,34,.22); z-index: 2147482998; }
.orobi-om-panel { position: fixed; right: 18px; bottom: 116px; width: min(420px, calc(100vw - 36px)); max-height: min(76vh, 620px); overflow: auto; background: #fff; border: 1px solid rgba(23,32,51,.14); border-radius: 8px; box-shadow: 0 22px 80px rgba(10,18,32,.26); z-index: 2147482999; padding: 18px; }
.orobi-om-panel[hidden], .orobi-om-backdrop[hidden] { display: none !important; }
.orobi-om-head { display:flex; justify-content:space-between; gap:12px; align-items:flex-start; margin-bottom: 12px; }
.orobi-om-head h2 { margin: 0; font-size: 20px; line-height: 1.2; }
.orobi-om-head p { margin: 5px 0 0; font-size: 12px; color: #5c667a; font-weight: 700; }
.orobi-om-close { width: 34px; height: 34px; border-radius: 8px; border: 1px solid rgba(23,32,51,.16); background: #f7f9fb; cursor:pointer; font-size: 20px; line-height: 1; }
.orobi-om-panel p, .orobi-om-panel li, .orobi-om-panel label { font-size: 14px; line-height: 1.55; color: #263246; }
.orobi-om-list { padding-left: 18px; margin: 10px 0 14px; }
.orobi-om-badge-row { display:flex; flex-wrap:wrap; gap:8px; margin: 12px 0; }
.orobi-om-badge { border-radius: 999px; padding: 6px 9px; background:#e8f5f3; color:#0f6f68; font-weight:800; font-size:12px; }
.orobi-om-form { display:grid; gap:10px; margin-top: 12px; }
.orobi-om-form input, .orobi-om-form textarea, .orobi-om-form select { width:100%; border: 1px solid rgba(23,32,51,.18); border-radius: 8px; padding: 10px 11px; font: inherit; background:#fff; }
.orobi-om-form textarea { min-height: 92px; resize: vertical; }
.orobi-om-note { background:#f6f8fb; border:1px solid rgba(23,32,51,.1); border-radius:8px; padding:10px 12px; }
.orobi-om-actions { display:flex; gap:8px; flex-wrap:wrap; margin-top: 12px; }
.orobi-om-actions button { border: 0; border-radius: 8px; padding: 10px 12px; font-weight:800; cursor:pointer; background:#172033; color:#fff; }
.orobi-om-actions button.secondary { background:#eef2f6; color:#172033; }
.orobi-om-status { min-height: 18px; font-size: 12px; color:#0f6f68; font-weight: 800; margin-top: 8px; }
@media (max-width: 640px) {
  .orobi-openmarket-assist { right: 12px; bottom: 12px; }
  .orobi-om-panel { right: 12px; bottom: 106px; width: calc(100vw - 24px); max-height: 72vh; padding: 15px; }
  .orobi-om-buttons { justify-items: stretch; }
  .orobi-om-button { width: min(190px, calc(100vw - 24px)); }
}
