.nx-layers{position:fixed;inset:0;z-index:20;display:flex;align-items:flex-end;justify-content:center;
  background:rgba(8,9,11,.5);pointer-events:auto}
.nx-layers[hidden]{display:none}
.nx-sheet{width:min(720px,100%);max-height:92dvh;display:flex;flex-direction:column;background:var(--nx-surface-2);
  border:1px solid var(--nx-line);border-bottom:0;border-radius:18px 18px 0 0;
  padding-bottom:env(safe-area-inset-bottom);will-change:transform}
.nx-sheet[data-stop="half"]{height:52dvh}
.nx-sheet[data-stop="full"]{height:92dvh}
.nx-sheet__grab{height:26px;display:flex;align-items:center;justify-content:center;touch-action:none;cursor:grab}
.nx-sheet__grab::before{content:"";width:40px;height:4px;border-radius:99px;background:var(--nx-line-strong)}
.nx-sheet__head{display:flex;align-items:center;gap:8px;padding:0 12px 8px}
.nx-sheet__title{flex:1;font-size:14px}
.nx-sheet__big,.nx-sheet__x{width:36px;height:36px;border-radius:99px;border:1px solid var(--nx-line);background:none;color:var(--nx-text-3)}
.nx-sheet[data-stop="full"] .nx-sheet__big i{transform:rotate(180deg)}
.nx-sheet__tabs{display:flex;gap:6px;padding:0 12px 8px;overflow-x:auto}
.nx-sheet__tab{min-height:34px;padding:0 12px;border-radius:99px;border:1px solid var(--nx-line);background:var(--nx-surface-1);color:var(--nx-text-3);font-size:12.5px;white-space:nowrap}
.nx-sheet__tab.is-now{color:var(--nx-text);border-color:var(--nx-accent)}
.nx-sheet__body{flex:1;overflow-y:auto;padding:0 14px 14px;font-size:13.5px;line-height:1.7;color:var(--nx-text-2)}
.nx-dialog{width:min(420px,92%);margin:auto;background:var(--nx-surface-2);border:1px solid var(--nx-line);border-radius:18px;padding:18px}
.nx-dialog h2{font-size:16px;font-weight:500;margin:0 0 6px}
.nx-dialog p{font-size:13.5px;color:var(--nx-text-2);margin:0 0 14px}
.nx-dialog__keys{display:flex;gap:8px;justify-content:flex-end}
.nx-dialog__key{min-height:44px;padding:0 16px;border-radius:12px;border:1px solid var(--nx-accent);background:var(--nx-accent-bg);color:var(--nx-text-2)}
.nx-lightbox{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:var(--nx-media-bg)}
.nx-lightbox__now img{max-width:92vw;max-height:74dvh;border-radius:12px}
.nx-lightbox__keys{display:flex;align-items:center;gap:14px;color:var(--nx-text-3)}
.nx-lightbox__keys button,.nx-lightbox__x{width:44px;height:44px;border-radius:99px;border:1px solid var(--nx-line);background:var(--nx-surface-2);color:var(--nx-text)}
.nx-lightbox__x{position:absolute;top:calc(10px + env(safe-area-inset-top));right:10px}
