/* WBX Base 1.6 — Navigation UX Layer. Loaded once; no sidebar overrides. */
.wbx-navux-trigger{display:inline-flex!important;align-items:center;justify-content:center;width:40px;height:40px;border:0;border-radius:12px;background:transparent;color:inherit;text-decoration:none!important;transition:background .16s ease,transform .16s ease}.wbx-navux-trigger:hover{background:rgba(99,102,241,.10);transform:translateY(-1px)}.wbx-navux-trigger svg{width:20px;height:20px}.wbx-navux-kbd{font-size:10px;line-height:1;padding:3px 5px;margin-left:6px;border:1px solid rgba(148,163,184,.45);border-bottom-width:2px;border-radius:5px;color:#64748b;background:#fff}.wbx-navux-overlay{position:fixed;inset:0;z-index:10080;background:rgba(15,23,42,.46);backdrop-filter:blur(5px);display:none;align-items:flex-start;justify-content:center;padding:8vh 16px 30px}.wbx-navux-overlay.is-open{display:flex}.wbx-navux-panel{width:min(760px,100%);max-height:82vh;background:#fff;border:1px solid #e2e8f0;border-radius:22px;box-shadow:0 28px 90px rgba(15,23,42,.28);overflow:hidden;display:flex;flex-direction:column}.wbx-navux-head{display:flex;align-items:center;gap:11px;padding:15px 17px;border-bottom:1px solid #eef2f7}.wbx-navux-head svg{width:20px;height:20px;color:#64748b;flex:0 0 20px}.wbx-navux-search{width:100%;border:0!important;box-shadow:none!important;outline:0!important;font-size:16px;padding:6px 0!important;background:transparent!important;color:#0f172a!important}.wbx-navux-close{border:0;background:#f1f5f9;color:#64748b;border-radius:9px;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.wbx-navux-body{overflow:auto;padding:10px}.wbx-navux-section{margin:6px 0 14px}.wbx-navux-section-title{display:flex;align-items:center;justify-content:space-between;padding:5px 8px;color:#64748b;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.wbx-navux-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.wbx-navux-item{position:relative;display:flex;align-items:center;gap:11px;min-width:0;padding:10px 42px 10px 10px;border-radius:13px;color:#0f172a!important;text-decoration:none!important;border:1px solid transparent}.wbx-navux-item:hover,.wbx-navux-item.is-active{background:#f8fafc;border-color:#e2e8f0}.wbx-navux-item-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#eef2ff;color:#4f46e5;flex:0 0 36px}.wbx-navux-item-icon svg{width:18px;height:18px}.wbx-navux-item-copy{min-width:0}.wbx-navux-item-copy strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.wbx-navux-item-copy small{display:block;color:#94a3b8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.wbx-navux-star{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#cbd5e1;padding:7px}.wbx-navux-star.is-favorite{color:#f59e0b}.wbx-navux-empty{padding:18px;border:1px dashed #cbd5e1;border-radius:13px;color:#64748b;text-align:center}.wbx-navux-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #eef2f7;padding:10px 16px;color:#94a3b8;font-size:11px}.wbx-navux-breadcrumb{display:flex;align-items:center;gap:8px;margin:0 0 14px;padding:0 2px;color:#64748b;font-size:12px}.wbx-navux-breadcrumb a{color:#64748b!important;text-decoration:none!important}.wbx-navux-breadcrumb svg{width:13px;height:13px}.wbx-navux-breadcrumb strong{color:#0f172a}.wbx-navux-toast{position:fixed;right:20px;bottom:20px;z-index:10090;background:#0f172a;color:#fff;padding:10px 14px;border-radius:11px;box-shadow:0 16px 42px rgba(15,23,42,.25);font-size:12px}@media(max-width:700px){.wbx-navux-overlay{padding:10px;align-items:flex-end}.wbx-navux-panel{max-height:88vh;border-radius:20px}.wbx-navux-list{grid-template-columns:1fr}.wbx-navux-kbd{display:none}}@media(prefers-reduced-motion:reduce){.wbx-navux-trigger{transition:none}}
