.nx-ma-scrim{z-index:60;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#111a2c80;position:fixed;inset:0}.nx-ma-modal{z-index:61;background:hsl(var(--card));border:1px solid hsl(var(--border));width:440px;max-width:calc(100vw - 48px);max-height:calc(100vh - 48px);box-shadow:var(--shadow-strong);border-radius:16px;outline:none;flex-direction:column;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.nx-ma-modal--wide{width:560px}.nx-ma-modal-head{align-items:flex-start;gap:14px;padding:22px 22px 0;display:flex}.nx-ma-modal-head .mh-ic{border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.nx-ma-modal-head .mh-ic svg{stroke-width:1.9px;width:21px;height:21px}.nx-ma-modal-head .mh-ic.brand{background:hsl(var(--primary) / .12);color:hsl(var(--primary))}.nx-ma-modal-head .mh-ic.danger{background:hsl(var(--destructive) / .12);color:hsl(var(--destructive))}.nx-ma-modal-head .mh-ic.warn{background:hsl(var(--warning) / .16);color:hsl(var(--warning-ink))}.nx-ma-modal-head .mh-txt{flex:1;min-width:0;padding-top:1px}.nx-ma-modal-head h3{letter-spacing:-.012em;color:hsl(var(--foreground));margin:0 0 4px;font-size:16.5px;font-weight:700}.nx-ma-modal-head .sub{color:hsl(var(--muted-foreground));margin:0;font-size:13px;line-height:1.5}.nx-ma-modal-head .mh-x{width:30px;height:30px;color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border:0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin:-4px -4px 0 0;display:inline-flex}.nx-ma-modal-head .mh-x:hover{background:hsl(var(--accent));color:hsl(var(--foreground))}.nx-ma-modal-head .mh-x svg{width:17px;height:17px}.nx-ma-modal-body{padding:16px 22px 4px;overflow-y:auto}.nx-ma-modal-body.flush{padding-top:18px}.nx-ma-modal-foot{justify-content:flex-end;align-items:center;gap:10px;padding:18px 22px 22px;display:flex}.nx-ma-modal-foot .spacer{flex:1}.nx-ma-modal-foot .hint{font:500 11.5px var(--font-sans);color:hsl(var(--muted-foreground))}.nx-ma-confirm-target{background:hsl(var(--destructive) / .06);border:1px solid hsl(var(--destructive) / .18);border-radius:9px;align-items:center;gap:10px;margin-top:4px;padding:11px 13px;display:flex}.nx-ma-confirm-target svg{width:16px;height:16px;color:hsl(var(--destructive));flex-shrink:0}.nx-ma-confirm-target b{font:600 13px var(--font-sans);color:hsl(var(--foreground))}.nx-ma-confirm-target .m{font:500 12px var(--font-mono);color:hsl(var(--muted-foreground));margin-left:auto}.nx-ma-btn{border-radius:var(--radius-lg,8px);border:1px solid hsl(var(--border));background:hsl(var(--card));height:34px;color:hsl(var(--foreground));font:600 12.5px var(--font-sans);cursor:pointer;white-space:nowrap;transition:var(--transition-smooth,.15s ease);align-items:center;gap:7px;padding:0 14px;display:inline-flex}.nx-ma-btn:hover{background:hsl(var(--accent))}.nx-ma-btn svg{width:14px;height:14px}.nx-ma-btn.primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground,0 0% 100%));border-color:hsl(var(--primary))}.nx-ma-btn.primary:hover{background:hsl(var(--primary-dark,220 78% 32%));color:hsl(var(--primary-foreground,0 0% 100%));border-color:hsl(var(--primary-dark,220 78% 32%))}.nx-ma-btn.ghost{color:hsl(var(--muted-foreground));background:0 0;border-color:#0000}.nx-ma-btn.ghost:hover{background:hsl(var(--accent));color:hsl(var(--foreground))}.nx-ma-btn.danger{background:hsl(var(--destructive));color:#fff;border-color:hsl(var(--destructive))}.nx-ma-btn.danger:hover{background:#de2121}.nx-ma-btn.sm{height:28px;padding:0 10px;font-size:11.5px}.nx-ma-fld{flex-direction:column;gap:6px;margin-bottom:15px;display:flex}.nx-ma-fld:last-child{margin-bottom:0}.nx-ma-fld label{font:600 11px var(--font-sans);text-transform:uppercase;letter-spacing:.07em;color:hsl(var(--muted-foreground))}.nx-ma-fld .ctl{background:hsl(var(--card));border:1px solid hsl(var(--input));border-radius:var(--radius-md,6px);align-items:center;gap:8px;height:38px;padding:0 12px;display:flex}.nx-ma-fld .ctl:focus-within{border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .16)}.nx-ma-fld .ctl svg{width:15px;height:15px;color:hsl(var(--muted-foreground));flex-shrink:0}.nx-ma-fld .ctl input,.nx-ma-fld .ctl select{font:inherit;color:inherit;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:13.5px}.nx-ma-fld textarea{border:1px solid hsl(var(--input));border-radius:var(--radius-md,6px);resize:vertical;min-height:66px;line-height:1.5;font:inherit;color:inherit;background:hsl(var(--card));outline:0;width:100%;padding:10px 12px;font-size:13.5px}.nx-ma-fld textarea:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .16)}.nx-ma-fld .help{font:500 11.5px var(--font-sans);color:hsl(var(--muted-foreground));line-height:1.4}.nx-ma-fld-row{grid-template-columns:1fr 1fr;gap:13px;display:grid}@media (width<=520px){.nx-ma-fld-row{grid-template-columns:1fr}}.nx-ma-switch-row{align-items:center;gap:12px;padding:11px 0;display:flex}.nx-ma-switch-row .sr-txt{flex:1;min-width:0}.nx-ma-switch-row .sr-txt b{font:600 13px var(--font-sans);color:hsl(var(--foreground));display:block}.nx-ma-switch-row .sr-txt span{font:500 11.5px var(--font-sans);color:hsl(var(--muted-foreground))}.nx-alert--toast.nx-alert--with-prog{padding-bottom:16px}.nx-alert__prog{background:hsl(var(--nx-h) var(--nx-s) var(--nx-l));transform-origin:0;height:2.5px;animation:linear forwards nx-ma-prog;position:absolute;bottom:0;left:0}@keyframes nx-ma-prog{0%{width:100%}to{width:0%}}.nx-alert__undo{font:700 12px var(--font-sans);color:hsl(var(--primary));cursor:pointer;background:0 0;border:0;border-radius:6px;padding:4px 8px}.nx-alert__undo:hover{background:hsl(var(--primary) / .1)}.nx-ma-banner{font:600 13px var(--font-sans);border-radius:10px;align-items:center;gap:11px;width:100%;padding:11px 16px;display:flex}.nx-ma-banner svg{flex-shrink:0;width:16px;height:16px}.nx-ma-banner .b-grow{flex:1;min-width:0;line-height:1.45}.nx-ma-banner .b-act{font:700 12.5px var(--font-sans);text-underline-offset:2px;cursor:pointer;color:inherit;background:0 0;border:0;flex-shrink:0;padding:0;text-decoration:underline}.nx-ma-banner.maint{color:#82430d;background:#f59f0a24}.nx-ma-banner.rate{background:hsl(var(--destructive) / .1);color:#ad1f1f}.nx-ma-empty{text-align:center;flex-direction:column;align-items:center;padding:38px 24px;display:flex}.nx-ma-empty .e-ic{background:hsl(var(--primary) / .08);width:60px;height:60px;color:hsl(var(--primary));border-radius:16px;justify-content:center;align-items:center;margin-bottom:16px;display:inline-flex}.nx-ma-empty .e-ic svg{stroke-width:1.7px;width:28px;height:28px}.nx-ma-empty h4{letter-spacing:-.01em;color:hsl(var(--foreground));margin:0 0 5px;font-size:16px;font-weight:700}.nx-ma-empty p{color:hsl(var(--muted-foreground));max-width:40ch;margin:0 0 18px;font-size:13px;line-height:1.5}.nx-ma-empty .e-acts{flex-wrap:wrap;justify-content:center;gap:9px;display:flex}.nx-ma-empty.compact{padding:28px 20px}.nx-ma-empty.compact .e-ic{border-radius:13px;width:48px;height:48px;margin-bottom:13px}.nx-ma-empty.compact .e-ic svg{width:22px;height:22px}.nx-ma-spinner{border:3px solid hsl(var(--primary) / .18);border-top-color:hsl(var(--primary));border-radius:999px;flex-shrink:0;width:30px;height:30px;animation:.7s linear infinite nx-ma-spin}.nx-ma-spinner.sm{border-width:2.5px;width:18px;height:18px}@keyframes nx-ma-spin{to{transform:rotate(360deg)}}.nx-ma-loading-inline{font:600 13px var(--font-sans);color:hsl(var(--muted-foreground));align-items:center;gap:10px;display:inline-flex}.nx-ma-loading-block{align-items:center;gap:14px;display:flex}.nx-ma-loading-block__title{font:600 13px var(--font-sans);color:hsl(var(--foreground))}.nx-ma-loading-block__sub{font:500 12px var(--font-sans);color:hsl(var(--muted-foreground));margin-top:2px}.nx-ma-skel{background:hsl(var(--muted-foreground) / .16);border-radius:6px;position:relative;overflow:hidden}.nx-ma-skel:after{content:"";background:linear-gradient(90deg, transparent, hsl(var(--card) / .55), transparent);animation:1.4s infinite nx-ma-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes nx-ma-shimmer{to{transform:translate(100%)}}.nx-ma-drawer-scrim{z-index:60;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#111a2c73;position:fixed;inset:0}.nx-ma-drawer{z-index:61;background:hsl(var(--card));border-left:1px solid hsl(var(--border));width:420px;max-width:92vw;box-shadow:var(--shadow-strong);outline:none;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0}.nx-ma-drawer-head{border-bottom:1px solid hsl(var(--border));align-items:center;gap:12px;padding:18px 20px;display:flex}.nx-ma-drawer-head .dh-ic{background:hsl(var(--primary) / .1);width:36px;height:36px;color:hsl(var(--primary));border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.nx-ma-drawer-head .dh-ic svg{width:18px;height:18px}.nx-ma-drawer-head h3{letter-spacing:-.01em;color:hsl(var(--foreground));flex:1;margin:0;font-size:15px;font-weight:700}.nx-ma-drawer-head .sub{font:500 11.5px var(--font-sans);color:hsl(var(--muted-foreground))}.nx-ma-drawer-body{flex:1;min-height:0;padding:20px;overflow-y:auto}.nx-ma-drawer-foot{border-top:1px solid hsl(var(--border));justify-content:flex-end;gap:10px;padding:16px 20px;display:flex}.nx-ma-dr-section{margin-bottom:22px}.nx-ma-dr-section:last-child{margin-bottom:0}.nx-ma-dr-section .dl{font:700 10.5px var(--font-sans);text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--muted-foreground));margin-bottom:10px}.nx-ma-dr-meta{grid-template-columns:auto 1fr;gap:8px 16px;font-size:13px;display:grid}.nx-ma-dr-meta .k{color:hsl(var(--muted-foreground))}.nx-ma-dr-meta .v{text-align:right;color:hsl(var(--foreground));font-weight:600}
