:root{--panel-sidebar-width: 270px;--panel-topbar-height: 64px}html,body.panel-app-body{margin:0;min-height:100%;background:#f4f7fe}#panel-root{min-height:100vh;position:relative;z-index:1}.panel-page-wrapper{min-height:100vh}.panel-sidebar{width:var(--panel-sidebar-width);background:#fff;border-right:1px solid rgba(0,0,0,.06)}.panel-body-wrapper{min-height:100vh;margin-left:var(--panel-sidebar-width);width:calc(100% - var(--panel-sidebar-width))}.panel-topbar{min-height:var(--panel-topbar-height);background:#fff;border-bottom:1px solid rgba(0,0,0,.06);position:sticky;top:0;z-index:100}.panel-content-wrap{padding:24px}.panel-nav-link.active{background:#5b73e81f;color:#5b73e8!important;border-radius:10px}.panel-stat-card,.panel-card{border-radius:14px!important;box-shadow:0 8px 24px #0f172a0f}.panel-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:16px}.panel-stat-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#fff3}.dash-hero{margin-bottom:20px}.dash-hero-title{font-weight:700;margin:0 0 4px;color:#1e293b}.dash-hero-sub{margin:0;color:#64748b;font-size:.92rem}.dash-stat-card{background:#5b73e8;border-radius:14px;padding:20px;display:flex;align-items:center;gap:14px;box-shadow:0 4px 16px #5b73e840}.dash-stat-icon{width:48px;height:48px;background:#ffffff40;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dash-stat-icon svg{width:24px;height:24px;color:#fff!important}.dash-stat-info{display:flex;flex-direction:column}.dash-stat-title{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fff!important}.dash-stat-value{font-size:1.85rem;font-weight:700;color:#fff!important;line-height:1.2}.dash-card{background:#fff;border-radius:14px;padding:24px;box-shadow:0 2px 12px #0f172a0f;height:100%}.dash-card-title{font-weight:700;margin:0 0 20px;color:#1e293b;font-size:1rem}.dash-chart-area{display:flex;gap:24px;align-items:flex-start}.dash-chart-wrapper{flex:1.4;min-width:0}.dash-area-svg{width:100%;height:auto}.dash-chart-ylabel{font-size:9px;fill:#94a3b8;text-anchor:end}.dash-chart-xlabel{font-size:9px;fill:#94a3b8;text-anchor:middle}.dash-chart-stats{flex:1;display:flex;flex-direction:column;gap:24px}.dash-chart-stat-block{text-align:center;display:flex;flex-direction:column;align-items:center}.dash-chart-stat-period{font-size:.82rem;color:#64748b;margin-bottom:4px}.dash-chart-stat-metric{font-size:1.5rem;font-weight:700;color:#1e293b}.dash-chart-stat-label{font-size:.8rem;color:#94a3b8;margin-bottom:8px}.dash-donut-svg{width:64px;height:64px}.dash-about-card{height:100%}.dash-about-list{display:flex;flex-direction:column;gap:16px}.dash-about-row{display:flex;align-items:center;justify-content:space-between}.dash-about-label{font-size:.95rem;font-weight:500;color:#374151}.dash-about-badge{display:inline-flex;align-items:center;padding:6px 16px;border-radius:6px;font-size:.88rem;font-weight:700;color:#fff!important}.dash-badge-purple{background:#5b73e8}.dash-badge-green{background:#16a34a}.dash-badge-red{background:#dc2626}.dash-badge-blue{background:#2563eb}.dash-badge-dark{background:#334155}@media(max-width:991.98px){.dash-chart-area{flex-direction:column}.dash-chart-stats{flex-direction:row;justify-content:space-around}}@media(max-width:575.98px){.dash-stat-card{padding:14px}.dash-stat-value{font-size:1.3rem}.dash-stat-icon{width:40px;height:40px}.dash-stat-icon svg{width:20px;height:20px}.dash-chart-stats{flex-direction:column}.dash-chart-stat-metric{font-size:1.2rem}}.panel-credit-tile{background:#f8faff;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:6px}.panel-legacy-frame{width:100%;min-height:calc(100vh - var(--panel-topbar-height) - 48px);border:0;border-radius:14px;background:#fff}.panel-auth-card{width:min(420px,calc(100vw - 32px))}.panel-page-loading,.panel-error,.panel-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:240px;text-align:center}.panel-spinner{width:36px;height:36px;border:3px solid rgba(91,115,232,.2);border-top-color:#5b73e8;border-radius:50%;animation:panel-spin .8s linear infinite}@keyframes panel-spin{to{transform:rotate(360deg)}}@media(max-width:991.98px){.panel-sidebar-backdrop{display:none;position:fixed;inset:0;z-index:1999;background:#0f172a73;-webkit-tap-highlight-color:transparent}body.panel-sidebar-open{overflow:hidden;touch-action:none}body.panel-sidebar-open .panel-sidebar-backdrop{display:block}.panel-sidebar{position:fixed;inset:0 auto 0 0;z-index:2000;width:min(var(--panel-sidebar-width),88vw);max-width:320px;transform:translate(-100%);transition:transform .22s ease;box-shadow:none;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:env(safe-area-inset-bottom,0)}body.panel-sidebar-open .panel-sidebar{transform:translate(0);box-shadow:8px 0 32px #0f172a2e}.panel-body-wrapper{margin-left:0;width:100%}.panel-topbar{min-height:56px;padding-top:env(safe-area-inset-top,0)}.panel-topbar .navbar{min-height:56px;padding-left:12px!important;padding-right:12px!important}.panel-menu-trigger{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;margin:0 4px 0 0;padding:0;font-size:1.15rem;color:#1e293b;border-radius:12px;background:#fff;border:1px solid rgba(148,163,184,.35);line-height:1;transform:translateY(0)}.panel-menu-trigger:hover,.panel-menu-trigger:active{background:#f8fafc;color:#0f172a}.panel-menu-trigger i{transform:translateY(1px)}.panel-sidebar-close{width:44px;height:44px;display:inline-flex!important;align-items:center;justify-content:center;font-size:1.25rem;color:#64748b}.panel-content-wrap{padding:16px 12px 24px;padding-bottom:calc(24px + env(safe-area-inset-bottom,0))}.panel-sidebar .brand-logo{min-height:56px}.ios-sidebar-logo{max-height:36px;width:auto}.panel-sidebar .sidebar-link{min-height:48px;display:flex;align-items:center;padding:10px 16px;font-size:.95rem}.panel-stat-card .card-body,.dash-stat-card .card-body{padding:1rem!important}.panel-legacy-frame{min-height:calc(100vh - 88px);border-radius:10px}.mu-modal{width:calc(100vw - 24px);max-width:none;margin:12px}.mu-modal-foot{flex-wrap:wrap;gap:8px}.mu-modal-foot .mu-btn{flex:1 1 auto;min-width:calc(50% - 4px)}.dash-chart-area{flex-direction:column}}@media(max-width:575.98px){.panel-content-wrap h4{font-size:1.15rem}.mu-toolbar{flex-direction:column;align-items:stretch}.mu-toolbar .mu-btn{width:100%}}.panel-page-slot[hidden]{display:none!important}.mu-page{animation:mu-fade-in .25s ease}@keyframes mu-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.mu-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.mu-btn-primary{background:linear-gradient(135deg,#2563eb,#3b82f6);border:0;color:#fff;border-radius:12px;padding:10px 20px;font-weight:600;box-shadow:0 8px 22px #2563eb47;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.mu-btn-primary:hover{color:#fff;filter:brightness(1.04);transform:translateY(-1px);box-shadow:0 10px 24px #2563eb57}.mu-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;padding:10px 18px;font-weight:600;font-size:.92rem;line-height:1.2;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease}.mu-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.mu-btn-secondary{background:#eef2ff;color:#1e40af}.mu-btn-secondary:hover:not(:disabled){background:#dbeafe;color:#1d4ed8}.mu-btn-ghost{background:#f8faff;color:#475569;border:1px solid rgba(37,99,235,.12)}.mu-btn-ghost:hover:not(:disabled){background:#eef2ff;color:#1e40af}.mu-btn-icon{width:40px;height:40px;padding:0}.mu-card{overflow:hidden}.mu-toolbar{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid rgba(0,0,0,.06)}.mu-search-wrap{flex:1;position:relative}.mu-search-wrap i{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#94a3b8}.mu-search-wrap input{padding-left:40px;border-radius:999px;border:1px solid rgba(0,0,0,.08);background:#f8faff}.mu-table thead th{background:#f8faff;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:#64748b;border-bottom:1px solid rgba(0,0,0,.06);padding:14px 20px}.mu-table tbody td{padding:16px 20px;border-bottom:1px solid rgba(0,0,0,.04)}.mu-url-link{color:#2563eb;text-decoration:none;word-break:break-all;cursor:copy;transition:color .15s ease,background .15s ease;border-radius:6px;padding:2px 4px;margin:-2px -4px}.mu-url-link:hover{color:#1d4ed8}.mu-url-link.is-copied,.mu-url-muted.is-copied{background:#2563eb1f;color:#1d4ed8}.mu-url-muted{color:#94a3b8;word-break:break-all;text-decoration:line-through;cursor:copy;border-radius:6px;padding:2px 4px;margin:-2px -4px}.mu-actions{display:inline-flex;gap:6px}.mu-action-btn{width:36px;height:36px;border:0;border-radius:10px;background:#f1f5f9;color:#475569;display:inline-flex;align-items:center;justify-content:center;transition:all .15s ease}.mu-action-btn:hover:not(:disabled){background:#e2e8f0;color:#1e293b}.mu-action-btn.is-unlocked{background:#28a7451f;color:#28a745}.mu-action-btn.is-locked{background:#dc35451f;color:#dc3545}.mu-action-btn:disabled{opacity:.35;cursor:not-allowed}.mu-action-info{background:#2563eb;color:#fff}.mu-action-info:hover:not(:disabled){background:#1d4ed8;color:#fff}.mu-action-edit{background:#facc15;color:#713f12}.mu-action-edit:hover:not(:disabled){background:#eab308;color:#713f12}.mu-action-delete{background:#dc2626;color:#fff}.mu-action-delete:hover:not(:disabled){background:#b91c1c;color:#fff}.mu-domain-status{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.78rem;font-weight:600}.mu-domain-status--active{background:#dcfce7;color:#166534}.mu-domain-status--misconfigured{background:#fef3c7;color:#92400e}.mu-domain-status--unavailable{background:#fee2e2;color:#991b1b}.mu-domain-row--inactive{opacity:.55}.mu-btn.is-loading{pointer-events:none;opacity:.85}.mu-domain-row--inactive td{color:#94a3b8!important}.mu-domain-row--inactive .mu-domain-status--misconfigured,.mu-domain-row--inactive .mu-domain-status--unavailable{opacity:1}.mu-modal-domain-success .mu-modal-head--center{text-align:center;border-bottom:0;padding-bottom:0}.mu-domain-success-icon{display:flex;justify-content:center;padding:28px 24px 0;font-size:3rem;color:#16a34a}.mu-domain-success-meta{display:flex;justify-content:center;margin-bottom:16px}.mu-domain-success-mode{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;font-size:.78rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.mu-domain-success-mode.is-on{background:#ffedd5;color:#c2410c}.mu-domain-success-mode.is-off{background:#e2e8f0;color:#475569}.mu-domain-success-lead{margin:0 0 12px;font-size:.95rem;font-weight:600;color:#0f172a;text-align:center}.mu-ns-list{display:grid;gap:12px}.mu-ns-card{border:1px solid #dbeafe;background:linear-gradient(180deg,#f8fbff,#fff);border-radius:14px;padding:14px 16px}.mu-ns-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.mu-ns-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:.72rem;font-weight:700;letter-spacing:.06em}.mu-ns-value{display:block;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:1rem;font-weight:700;letter-spacing:.01em;color:#0f172a;word-break:break-all}.mu-ns-copy{border:0;background:#eff6ff;color:#2563eb;border-radius:999px;padding:6px 12px;font-size:.78rem;font-weight:600}.mu-ns-copy:hover{background:#dbeafe}.mu-ns-copy.is-copied{background:#dcfce7;color:#166534}.mu-domain-success-link{display:inline-flex;align-items:center;gap:8px;margin-top:16px;color:#2563eb;font-weight:600;text-decoration:none}.mu-domain-success-footnote,.mu-domain-success-note{margin:16px 0 0;font-size:.84rem;line-height:1.5;color:#64748b;text-align:center}.mu-wizard-body select option:disabled,.mu-select-with-icon option:disabled{color:#94a3b8}.mu-action-proxy{min-width:88px;font-size:.75rem;font-weight:600;border:0}.mu-action-proxy.is-on{background:#f97316;color:#fff}.mu-action-proxy.is-on:hover:not(:disabled){background:#ea580c;color:#fff}.mu-action-proxy.is-off{background:#94a3b8;color:#fff}.mu-action-proxy.is-off:hover:not(:disabled){background:#64748b;color:#fff}.mu-action-share{background:#2563eb;color:#fff}.mu-action-share:hover:not(:disabled){background:#1d4ed8;color:#fff}.mu-proxy-mode{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mu-proxy-mode-btn{border:2px solid #e2e8f0;border-radius:10px;padding:10px 12px;font-size:.875rem;font-weight:600;background:#f8fafc;color:#64748b;transition:background .15s ease,border-color .15s ease,color .15s ease}.mu-proxy-mode-btn.is-active.is-on{background:#fff7ed;border-color:#f97316;color:#c2410c;box-shadow:inset 0 0 0 1px #f9731626}.mu-proxy-mode-btn.is-active.is-off{background:#f1f5f9;border-color:#64748b;color:#334155;box-shadow:inset 0 0 0 1px #64748b1f}.mu-proxy-mode-btn:not(.is-active):hover{border-color:#cbd5e1;color:#475569}.mu-toolbar [data-field=scope-toggle].active{background:#e0e7ff;color:#3730a3}.mu-pagination{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-top:1px solid rgba(0,0,0,.06)}.mu-page-group{display:flex;gap:6px;flex-wrap:wrap}.mu-page-btn{min-width:34px;height:34px;border:0;border-radius:8px;background:#f1f5f9;color:#475569;font-size:.85rem}.mu-page-btn.active{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;box-shadow:0 4px 12px #2563eb40}.panel-modal-overlay{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:20px;z-index:3000}.panel-modal-overlay[hidden]{display:none!important;pointer-events:none!important}.panel-modal-dialog{width:100%;display:flex;justify-content:center}.panel-modal-dialog--sm .mu-modal{width:min(480px,100%)}.panel-modal-dialog--lg .mu-modal{width:min(720px,100%)}.panel-modal-dialog--wizard .mu-modal{width:min(640px,100%)}body.panel-modal-open{overflow:hidden}.panel-system-overlay{position:fixed;inset:0;z-index:5000;display:flex;align-items:center;justify-content:center;padding:24px;background:#00000040;backdrop-filter:blur(4px)}.panel-system-overlay[hidden]{display:none!important}body.panel-system-dialog-open{overflow:hidden}.panel-system-alert{width:min(320px,calc(100vw - 48px));background:#fffffffa;border-radius:14px;box-shadow:0 0 0 .5px #00000014,0 12px 40px #0000002e;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,system-ui,sans-serif}.panel-system-alert__message{margin:0;padding:20px 18px 18px;font-size:15px;line-height:1.45;font-weight:400;color:#1d1d1f;text-align:center;white-space:pre-line}.panel-system-alert__footer{border-top:1px solid rgba(60,60,67,.18);background:#ffffffb8}.panel-system-alert__actions{display:flex;align-items:stretch;justify-content:flex-end;gap:0}.panel-system-alert__btn{flex:1 1 auto;min-height:44px;padding:10px 16px;border:0;background:transparent;color:#007aff;font-size:17px;font-weight:400;line-height:1.2;cursor:pointer;transition:background .12s ease}.panel-system-alert__btn+.panel-system-alert__btn{border-left:1px solid rgba(60,60,67,.18)}.panel-system-alert__btn:hover{background:#007aff14}.panel-system-alert__btn:active{background:#007aff24}.panel-system-alert__btn.is-primary{font-weight:600}.panel-system-alert__actions--single .panel-system-alert__btn{width:100%;font-weight:600}.mu-modal-backdrop{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:20px;z-index:3000}#mu-modal-host{position:relative;z-index:3000}.mu-modal-backdrop[hidden]{display:none!important}.mu-modal{width:min(560px,100%);background:#fff;border-radius:20px;border:1px solid rgba(37,99,235,.08);box-shadow:0 24px 60px #0f172a2e;overflow:hidden}.mu-modal-lg{width:min(720px,100%)}.mu-modal-wizard{width:min(640px,100%)}.mu-modal-head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid rgba(0,0,0,.06)}.mu-modal-head h6{margin:0;font-weight:700}.mu-modal-head-info{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;border:0}.mu-modal-head-success{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:0}.mu-modal-close{border:0;background:transparent;font-size:1.6rem;line-height:1;opacity:.8}.mu-modal-body{padding:22px}.mu-modal-foot{display:flex;gap:10px;padding:0 22px 22px;justify-content:flex-end}.mu-wz-panel[hidden]{display:none!important}.mu-wizard-head{background:linear-gradient(180deg,#eff6ff,#fff);border-bottom:1px solid #dbeafe;padding:20px 22px 16px}.mu-wizard-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.mu-wizard-kicker{margin:0 0 4px;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:#3b82f6}.mu-wizard-head h6{margin:0;font-weight:700;color:#1e3a8a;font-size:1.05rem}.mu-wizard-body{background:#fff}.mu-wizard-steps{display:flex;justify-content:space-between;gap:4px;margin-bottom:10px;overflow-x:auto;padding-bottom:2px}.mu-wz-dot{width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:700;color:#64748b;background:#e2e8f0;border:2px solid transparent;flex-shrink:0}.mu-wz-dot.is-active{background:#2563eb;color:#fff;border-color:#bfdbfe;box-shadow:0 0 0 4px #2563eb1f}.mu-wz-dot.is-done{background:#dbeafe;color:#1d4ed8}.mu-wizard-progress{height:4px;background:#dbeafe;border-radius:999px;overflow:hidden;margin-top:12px}.mu-wizard-progress span{display:block;height:100%;background:linear-gradient(90deg,#2563eb,#3b82f6);transition:width .25s ease}.mu-wizard-foot{padding:16px 22px 22px;border-top:1px solid #eef2ff;background:#fafbff;justify-content:space-between}.mu-wizard-foot [data-wz-next]{margin-left:auto}.mu-input{border-radius:12px!important;border-color:#dbeafe!important;background:#fafbff}.mu-input:focus{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f626!important}.mu-input-group .input-group-text{background:#eef2ff;border-color:#dbeafe;color:#1e40af;font-weight:600}.mu-wz-hint{margin:10px 0 0;font-size:.85rem;color:#64748b}.mu-toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%) translateY(12px);background:#1e3a8a;color:#fff;padding:12px 18px;border-radius:12px;box-shadow:0 12px 30px #1e3a8a47;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:4000;font-size:.9rem;font-weight:600}.mu-toast.is-visible{opacity:1;transform:translate(-50%) translateY(0)}.mu-select-field{position:relative}.mu-select-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:10px;background:#eff6ff;color:#2563eb;display:inline-flex;align-items:center;justify-content:center;pointer-events:none;z-index:1}.mu-select-icon.is-map{background:#dbeafe;color:#1d4ed8}.mu-select-icon.is-phone{background:#eef2ff;color:#2563eb}.mu-select-with-icon{padding-left:56px!important}.mu-select-preview{margin:10px 0 0;padding:10px 12px;border-radius:10px;background:#eff6ff;color:#1e40af;font-size:.85rem}.mu-domain-grid,.mu-passcode-grid{display:grid;gap:10px;max-height:320px;overflow-y:auto}.mu-domain-card,.mu-script-card,.mu-passcode-card{width:100%;border:1px solid #dbeafe;border-radius:14px;background:#fafbff;padding:14px 16px;display:flex;align-items:center;gap:12px;text-align:left;transition:all .15s ease;cursor:pointer;color:inherit}button.mu-domain-card,button.mu-script-card,button.mu-passcode-card{appearance:none}.mu-domain-card:hover,.mu-script-card:hover,.mu-passcode-card:hover,.mu-domain-card.is-selected,.mu-script-card.is-selected,.mu-passcode-card.is-selected{border-color:#2563eb;background:#eff6ff}.mu-domain-card.is-selected,.mu-script-card.is-selected,.mu-passcode-card.is-selected{box-shadow:0 0 0 1px #2563eb}.mu-script-icon{width:42px;height:42px;border-radius:12px;background:#eff6ff;color:#2563eb;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.mu-script-icon.is-map{background:#dbeafe;color:#1d4ed8}.mu-script-icon.is-phone{background:#eef2ff;color:#2563eb}.mu-script-icon.is-passcode{background:#eff6ff;color:#1e40af}.mu-card-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.mu-card-title{font-weight:600;color:#1e293b}.mu-card-sub{font-size:.82rem;color:#64748b}.mu-badge{display:inline-block;margin-left:8px;padding:2px 8px;border-radius:999px;background:#fff3cd;color:#856404;font-size:.72rem;font-weight:600}.mu-toggle-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.mu-toggle{display:flex;align-items:center;gap:8px;padding:12px;border-radius:12px;background:#fafbff;border:1px solid #dbeafe;margin:0;font-size:.85rem}.mu-info-list{margin:0}.mu-info-list>div{display:grid;grid-template-columns:120px 1fr;gap:8px;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.06)}.mu-info-list dt{margin:0;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.mu-info-list dd{margin:0;font-weight:600;color:#1e293b}@media(max-width:767px){.mu-header{flex-direction:column;align-items:stretch}.mu-toggle-row{grid-template-columns:1fr}.mu-table thead{display:none}.mu-table tbody tr{display:block;padding:12px 16px;border-bottom:1px solid rgba(0,0,0,.06)}.mu-table tbody td{display:block;padding:6px 0;border:0}.mu-actions{justify-content:flex-end}}.wa-page{animation:mu-fade-in .25s ease}.wa-header{margin-bottom:8px}.wa-status-block{display:flex;flex-direction:column;align-items:center;gap:16px;padding:16px 0}.wa-status-indicator{display:flex;align-items:center;gap:10px;padding:10px 20px;border-radius:999px;background:#fee2e2;color:#991b1b;font-weight:600}.wa-status-indicator.is-connected{background:#dcfce7;color:#166534}.wa-status-dot{width:10px;height:10px;border-radius:50%;background:#dc2626}.wa-status-indicator.is-connected .wa-status-dot{background:#16a34a}.wa-qr-container{text-align:center;padding:16px}.wa-qr-wrapper{display:flex;flex-direction:column;align-items:center}.wa-qr-image{width:220px;height:220px;border-radius:12px;border:2px solid #e2e8f0}.wa-actions{display:flex;gap:10px}.wa-send-form .form-label{font-size:.88rem;color:#374151!important}.mu-modal-wizard{padding:0}.mu-wizard-steps{display:flex;align-items:center;justify-content:center;gap:0;padding:20px 24px 12px}.mu-wz-dot{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;background:#e2e8f0;color:#94a3b8;transition:all .2s}.mu-wz-dot.active{background:#3b82f6;color:#fff}.mu-wz-line{width:32px;height:2px;background:#e2e8f0}.mu-modal-wizard .mu-modal-body{padding:16px 24px 24px}.mu-modal-wizard .mu-modal-foot{padding:12px 24px 20px}.mu-action-btn.is-unlocked{color:#10b981}.mu-action-btn.is-unlocked:hover{background:#10b98118}.mu-action-btn.is-locked{color:#ef4444}.mu-action-btn.is-locked:hover{background:#ef444418}
