/* LYNQx embedded ops console — scoped under .lx-console so host page styles are untouched */
.lx-console{--bg:#07070d;--panel:rgba(255,255,255,0.03);--panel2:rgba(255,255,255,0.06);--border:rgba(212,175,55,0.18);--gold:#D4AF37;--gold2:#b8941f;--text:#e8e8ef;--text2:#9aa0ae;--text3:#5f6470;--green:#10b981;--red:#ef4444;
  background:#07070d;border-top:1px solid rgba(212,175,55,0.25);padding:56px 22px 70px;font-family:'Inter',system-ui,sans-serif;color:#e8e8ef}
.lx-console *{box-sizing:border-box}
.lxc-in{max-width:1240px;margin:0 auto}
.lxc-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;flex-wrap:wrap;margin-bottom:22px}
.lxc-kicker{font-size:11px;font-weight:800;letter-spacing:2.5px;color:#D4AF37;text-transform:uppercase;margin-bottom:8px}
.lxc-head h2{font-size:clamp(22px,3vw,32px);font-weight:800;color:#fff;margin:0 0 8px}
.lxc-sub{font-size:13px;color:#9aa0ae;max-width:640px;line-height:1.6;margin:0}
#lx-sync{font-size:12px;font-weight:700;white-space:nowrap}
.lxc-grid{display:grid;gap:14px}
.lxc-kpis{grid-template-columns:repeat(5,1fr);margin-bottom:18px}
@media(max-width:900px){.lxc-kpis{grid-template-columns:repeat(2,1fr)}}
.lxc-pipe{grid-template-columns:repeat(4,1fr)}
@media(max-width:900px){.lxc-pipe{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.lxc-pipe{grid-template-columns:1fr}}
.lx-console .card{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.09);border-radius:13px;padding:18px}
.lxc-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0 14px}
.lxc-tab{padding:8px 16px;border-radius:20px;border:1px solid rgba(255,255,255,0.12);background:transparent;color:#9aa0ae;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:.15s}
.lxc-tab:hover{color:#fff;border-color:rgba(212,175,55,0.5)}
.lxc-tab.active{background:linear-gradient(135deg,#D4AF37,#b8941f);color:#0a0a12;border-color:transparent}
.lxc-pane{margin-bottom:8px}
.lxc-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin-bottom:16px}
.lx-console input.lx,.lx-console select.lx,.lx-console textarea.lx{background:rgba(0,0,0,0.35);border:1px solid rgba(255,255,255,0.09);border-radius:9px;color:#e8e8ef;padding:9px 12px;font-size:13px;font-family:inherit;outline:none;width:100%}
.lx-console input.lx:focus,.lx-console select.lx:focus,.lx-console textarea.lx:focus{border-color:#D4AF37}
.lx-console select.lx option{background:#12121c}
.lxc-btn,.lx-console .btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:9px 16px;border-radius:9px;border:1px solid rgba(255,255,255,0.09);background:rgba(255,255,255,0.06);color:#e8e8ef;font-size:13px;font-weight:600;cursor:pointer;transition:.2s;font-family:inherit;text-decoration:none}
.lxc-btn:hover,.lx-console .btn:hover{border-color:#D4AF37;color:#fff}
.lxc-btn.gold,.lx-console .btn.gold{background:linear-gradient(135deg,#D4AF37,#b8941f);color:#0a0a12;border-color:transparent}
.lx-console .btn.sm{padding:5px 10px;font-size:12px;border-radius:7px}
.lx-console .btn.ghost{background:transparent}
.lx-console .btn.danger:hover{border-color:#ef4444;color:#ef4444}
.lx-console table.lx{width:100%;border-collapse:collapse;font-size:13px}
.lx-console table.lx th{text-align:left;padding:9px 10px;color:#9aa0ae;font-size:11px;text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid rgba(255,255,255,0.09)}
.lx-console table.lx td{padding:10px;border-bottom:1px solid rgba(255,255,255,0.05);vertical-align:top;color:#e8e8ef}
.lx-console table.lx a{color:#D4AF37;text-decoration:none}
.lx-console .small{font-size:12px}
.lx-console .muted{color:#5f6470}
.lx-console .empty{padding:26px;text-align:center;color:#5f6470;font-size:13px;border:1px dashed rgba(255,255,255,0.09);border-radius:11px}
#lx-toast{position:fixed;bottom:22px;left:50%;transform:translateX(-50%) translateY(80px);background:#12121c;border:1px solid #D4AF37;color:#fff;padding:11px 20px;border-radius:11px;font-size:13px;z-index:9999;transition:transform .25s;font-family:'Inter',system-ui,sans-serif;box-shadow:0 8px 30px rgba(0,0,0,.5)}
#lx-toast.show{transform:translateX(-50%) translateY(0)}

/* standard site footer (auto-injected by shell.js when host page has none) */
footer.lx-foot{border-top:1px solid rgba(255,255,255,0.06);background:#07070d;padding:48px 24px 24px;font-family:'Inter',system-ui,sans-serif}
.lx-foot-in{max-width:1100px;margin:0 auto}
.lx-foot-top{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:32px;margin-bottom:32px}
.lx-foot-brand{display:flex;flex-direction:column;line-height:1.1;text-decoration:none}
.lx-foot-brand .b1{font-size:20px;font-weight:800;letter-spacing:-0.5px;color:#fff;white-space:nowrap}
.lx-foot-brand .b1 span{color:#fff}
.lx-foot-brand .b2{font-size:8px;font-weight:700;color:#5f6470;letter-spacing:2px;text-transform:uppercase;margin-top:2px}
.lx-foot-cols{display:flex;gap:32px;flex-wrap:wrap}
.lx-foot-col{display:flex;flex-direction:column;gap:8px}
.lx-foot-col span{font-size:11px;font-weight:700;color:#5f6470;text-transform:uppercase;letter-spacing:1px}
.lx-foot-col a{font-size:13px;color:#9aa0ae;text-decoration:none;transition:color .15s}
.lx-foot-col a:hover{color:#D4AF37}
.lx-foot-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding-top:24px;border-top:1px solid rgba(255,255,255,0.06);font-size:12px;color:#5f6470}
.lx-foot-legal a{color:#5f6470;text-decoration:none;margin-left:16px}
.lx-foot-legal a:hover{color:#D4AF37}
