.onhosty-econ-panel{display:grid;gap:14px;max-width:900px}
.onhosty-econ-card{border:1px solid rgba(0,0,0,.10);border-radius:14px;padding:14px;background:rgba(255,255,255,.92)}
.onhosty-econ-title{font-weight:900;font-size:18px;margin-bottom:10px}
.onhosty-econ-sub{opacity:.85;margin:-6px 0 10px}
.onhosty-econ-row{display:flex;justify-content:space-between;gap:12px;margin:6px 0}
.onhosty-econ-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:10px}
.onhosty-econ-actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;margin-top:10px}
.onhosty-econ-item{border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:12px;background:#fff}
.onhosty-econ-item-title{font-weight:800;margin-bottom:4px}
.onhosty-econ-item-desc{opacity:.85;font-size:13px;margin-bottom:8px;min-height:34px}
.onhosty-econ-item-cost{font-weight:800;margin-bottom:10px}
.onhosty-econ-btn{padding:10px 12px;border-radius:12px;border:1px solid rgba(0,0,0,.15);cursor:pointer;background:#111;color:#fff;font-weight:800;width:100%}
.onhosty-econ-btn[disabled]{opacity:.6;cursor:not-allowed}
.onhosty-econ-msg{margin-top:10px;font-size:13px;opacity:.95}
.onhosty-econ-msg.is-ok{color:#0a6}
.onhosty-econ-msg.is-err{color:#b20}
.onhosty-econ-warn{font-size:13px;color:#b20;font-weight:800}
