.lightbox{border:0;padding:0;margin:0;width:100vw;height:100vh;max-width:100vw;max-height:100vh;background:transparent;color:rgba(255,255,255,.92);font-family:var(--sans,inherit);--lb-glass:rgba(255,255,255,.08);--lb-glass-2:rgba(255,255,255,.14);--lb-line:rgba(255,255,255,.12)}.lightbox::backdrop{background:rgba(0,0,0,.88)}.lightbox[open]{display:flex;flex-direction:column}.lightbox:focus{outline:none}.lb-top{flex:none;justify-content:space-between;gap:16px;padding:14px 18px}.lb-by,.lb-top{display:flex;align-items:center}.lb-by{gap:10px;min-width:0}.lb-by .av{width:34px;height:34px;flex:none}.lb-by .nm{min-width:0;line-height:1.25}.lb-by b{display:block;font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lb-by .t{display:block;font-size:12px;opacity:.72}.lb-tools{display:flex;align-items:center;gap:2px;flex:none;padding:4px;border-radius:12px;background:var(--lb-glass);border:1px solid var(--lb-line)}.lb-tools button{width:40px;height:40px;border:0;border-radius:9px;background:transparent;color:inherit;font:inherit;display:grid;place-items:center;cursor:pointer;transition:background .12s}.lb-tools button:hover,.lb-tools button[aria-pressed=true]{background:var(--lb-glass-2)}.lb-tools button svg{width:20px;height:20px}.lb-tools .x{font-size:26px;line-height:1}.lb-tools .sep{width:1px;height:22px;background:var(--lb-line);margin:0 4px}.lb-stage{flex:1;min-height:0;position:relative;display:flex;align-items:center;justify-content:center;padding:0 72px 28px;overflow:hidden}.lb-stage img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 40px 90px -30px rgba(0,0,0,.9);background:rgba(255,255,255,.04)}.lb-stage.actual{display:block;overflow:auto;padding:0 0 28px;text-align:center}.lb-stage.actual img{max-width:none;max-height:none;border-radius:0;display:inline-block}.lb-arrow{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border:1px solid var(--lb-line);border-radius:50%;background:var(--lb-glass);color:inherit;font-size:24px;line-height:1;cursor:pointer;display:grid;place-items:center;transition:background .12s}.lb-arrow:hover{background:var(--lb-glass-2)}.lb-arrow.prev{left:14px}.lb-arrow.next{right:14px}.lb-count{flex:none;text-align:center;padding:0 0 16px;font-family:var(--mono,monospace);font-size:11px;letter-spacing:.08em;opacity:.7}@media (max-width:640px){.lb-stage{padding:0 12px 18px}.lb-arrow{width:38px;height:38px;font-size:20px}.lb-arrow.prev{left:6px}.lb-arrow.next{right:6px}.lb-tools button{width:36px;height:36px}}@media (prefers-reduced-motion:reduce){.lb-arrow,.lb-tools button{transition:none}}