/* NoxusMu — editor profil armory (drag + resize panouri + Copy CSS, pt. oricine). */
.nx-pe-toggle{ position:fixed; right:18px; bottom:72px; z-index:100040; padding:9px 15px;
    border:1px solid #d8a93f; border-radius:9px; background:#160725; color:#f5d77b;
    font:800 12px Georgia,serif; letter-spacing:.06em; cursor:pointer; box-shadow:0 0 18px rgba(139,54,217,.5); }
.nx-pe-toggle:hover,.nx-pe-toggle.is-on{ background:#5e218c; color:#fff; }

.nx-pe-rsz{ display:none; position:absolute; right:-6px; bottom:-6px; width:13px; height:13px;
    background:#ffd84a; border:1px solid #000; border-radius:2px; cursor:nwse-resize; z-index:30; }

.nx-armory-shell.nx-pe-on .nx-pe-el{ outline:1px dashed rgba(255,216,74,.85); cursor:move; pointer-events:auto !important; }
.nx-armory-shell.nx-pe-on .nx-pe-el *{ pointer-events:none; }
.nx-armory-shell.nx-pe-on .nx-pe-el .nx-pe-rsz{ display:block; pointer-events:auto; }

.nx-pe-out{ position:fixed; left:14px; bottom:14px; z-index:100041; width:min(560px,calc(100vw - 28px)); display:none; }
.nx-pe-out.is-open{ display:block; }
.nx-pe-out .nx-pe-bar{ display:flex; gap:8px; align-items:center; margin-bottom:6px; }
.nx-pe-out button{ cursor:pointer; border:1px solid #d8a93f; border-radius:7px; padding:5px 12px;
    font:800 11px Arial; background:rgba(30,14,55,.92); color:#f0d083; }
.nx-pe-out button:hover{ filter:brightness(1.25); }
.nx-pe-out span{ color:#b9a7d8; font:11px/1.3 Arial; }
.nx-pe-out textarea{ width:100%; height:130px; background:#0d0620; color:#d8c8ff; border:1px solid #7c3cdc;
    border-radius:8px; padding:9px; font:11px/1.45 Consolas,monospace; resize:vertical; }
