@keyframes lbFade{0%{opacity:0}to{opacity:1}}@keyframes lbRise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.v2-root .lb{position:fixed;inset:0;z-index:100;display:flex;align-items:stretch;justify-content:center;animation:lbFade .2s ease-out both}.v2-root .lb__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.86);cursor:zoom-out}.v2-root .lb__shell{position:relative;display:flex;flex-direction:column;width:100%;height:100%;color:#fff;animation:lbRise .32s cubic-bezier(.32,.72,0,1) both}@media (min-width:900px){.v2-root .lb__shell{flex-direction:row;width:min(1280px,96vw);height:min(820px,92vh);margin:auto;background:var(--ink-1000);border-radius:6px;overflow:hidden}}.v2-root .lb__bar{position:absolute;top:0;left:0;right:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:linear-gradient(180deg,rgba(0,0,0,.6),transparent)}@media (min-width:900px){.v2-root .lb__bar{background:transparent;padding:16px 20px}}.v2-root .lb__meta{display:flex;align-items:center;gap:12px;font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;color:hsla(0,0%,100%,.7)}.v2-root .lb__count{color:hsla(0,0%,100%,.85)}.v2-root .lb__divider{display:inline-block;width:1px;height:12px;background:hsla(0,0%,100%,.25)}.v2-root .lb__ratio{display:inline-flex;width:fit-content;align-self:flex-start;padding:3px 8px;border:1px solid hsla(0,0%,100%,.25);border-radius:9999px;color:hsla(0,0%,100%,.9)}.v2-root .lb__titleedit-btn{flex-shrink:0;display:inline-grid;place-items:center;width:28px;height:28px;background:none;border:0;color:hsla(0,0%,100%,.55);cursor:pointer;transition:color .12s}.v2-root .lb__titleedit-btn:hover{color:#fff}.v2-root .lb__titleedit{display:flex;align-items:center;gap:8px;min-width:0;flex:1}.v2-root .lb__titleinput{flex:1;min-width:0;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.2);border-radius:6px;color:#fff;font-size:14px;font-weight:600;padding:6px 10px;outline:none}.v2-root .lb__titleinput:focus{border-color:hsla(0,0%,100%,.55)}.v2-root .lb__baractions{display:flex;align-items:center;gap:8px}.v2-root .lb__iconbtn{width:36px;height:36px;display:grid;place-items:center;background:hsla(0,0%,100%,.06);color:#fff;border:1px solid hsla(0,0%,100%,.14);border-radius:9999px;cursor:pointer;font-size:18px;line-height:1;transition:background .12s}.v2-root .lb__iconbtn:hover{background:hsla(0,0%,100%,.14)}.v2-root .lb__iconbtn.is-on{color:oklch(70% .18 25)}.v2-root .lb__menuwrap{position:relative;display:inline-flex}.v2-root .lb__menuscrim{position:fixed;inset:0;z-index:5;background:transparent;border:0;padding:0;cursor:default}.v2-root .lb__menu{position:absolute;top:calc(100% + 8px);right:0;z-index:6;min-width:200px;display:flex;flex-direction:column;gap:2px;padding:6px;background:hsla(0,0%,9%,.98);border:1px solid hsla(0,0%,100%,.14);border-radius:10px;box-shadow:0 12px 32px rgba(0,0,0,.5);backdrop-filter:blur(8px);animation:lbFade .12s ease-out both}.v2-root .lb__menuitem{display:flex;align-items:center;gap:10px;width:100%;padding:9px 12px;background:none;border:0;border-radius:6px;color:#fff;font-size:13px;text-align:left;cursor:pointer;transition:background .12s}.v2-root .lb__menuitem:hover{background:hsla(0,0%,100%,.1)}.v2-root .lb__menuitem--danger{color:oklch(72% .17 25)}.v2-root .lb__menuitem--danger:hover{background:oklch(45% .14 25/.22)}.v2-root .lb__stage{flex:1;position:relative;display:flex;align-items:center;justify-content:center;background:#050505;min-height:0}.v2-root .lb__img{max-width:100%;max-height:100%;width:auto;height:auto;display:block;object-fit:contain}.v2-root .lb__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;display:grid;place-items:center;background:rgba(0,0,0,.55);color:#fff;border:1px solid hsla(0,0%,100%,.14);border-radius:9999px;cursor:pointer;font-size:20px;line-height:1;transition:background .12s,opacity .12s;z-index:2;backdrop-filter:blur(8px)}.v2-root .lb__nav:hover{background:hsla(0,0%,100%,.16)}.v2-root .lb__nav--prev{left:12px}.v2-root .lb__nav--next{right:12px}@media (min-width:900px){.v2-root .lb__nav--prev{left:20px}.v2-root .lb__nav--next{right:20px}}.v2-root .lb__side{flex-shrink:0;display:flex;flex-direction:column;gap:20px;padding:20px 20px 28px;background:var(--ink-1000);border-top:1px solid hsla(0,0%,100%,.08)}@media (min-width:900px){.v2-root .lb__side{width:360px;padding:64px 28px 28px;border-top:0;border-left:1px solid hsla(0,0%,100%,.08);overflow-y:auto}}.v2-root .lb__label-row{display:flex;align-items:center;gap:8px}.v2-root .lb__label{font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;text-transform:lowercase;color:hsla(0,0%,100%,.55)}.v2-root .lb__usecopy{margin-left:auto;background:none;border:0;color:hsla(0,0%,100%,.7);cursor:pointer;font-size:15px}.v2-root .lb__usecopy:hover{color:#fff}.v2-root .lb__prompt{font-family:var(--font-mono);font-size:14px;line-height:1.55;color:#fff;margin:0;padding:14px 16px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:6px;white-space:pre-wrap}.v2-root .lb__title{font-size:14px;font-weight:600;color:#fff;letter-spacing:-.01em;max-width:60ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v2-root .lb__created{font-family:var(--font-mono);font-size:11px;color:hsla(0,0%,100%,.55);margin:0}.v2-root .lb__variantbtn{width:100%;justify-content:center;margin-top:4px}