.lab{position:fixed;top:0;left:0;right:0;z-index:15;max-height:100svh;overflow-y:auto;background:#0a0a0a;border-bottom:4px solid var(--ring);padding:calc(5.5rem + env(safe-area-inset-top, 0px)) 1.25rem 1.5rem}.lab__row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.lab__title{margin:0;font-size:1rem;letter-spacing:.14em;text-transform:uppercase}.lab__x{width:2.75rem;height:2.75rem;border:0;border-radius:50%;background:none;color:var(--fg);font-size:1.75rem;line-height:1;cursor:pointer}.lab__grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,17rem),1fr))}.lab__card{padding:1rem;border:2px solid rgba(255,255,255,.18);border-radius:.8rem;background:rgba(255,255,255,.03)}.lab__card h3{margin:0 0 .75rem;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;opacity:.6}.lab__stats{margin:0}.lab__stats>div{display:flex;justify-content:space-between;gap:1rem;padding:.3rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.lab__stats dt{font-size:.8rem;opacity:.6}.lab__stats dd{margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem;font-weight:700}.lab--warn{color:#ff9a90}.lab__field{display:block;margin-bottom:.9rem}.lab__field>span{display:block;margin-bottom:.4rem;font-size:.8rem}.lab__field input[type=range]{width:100%;accent-color:#fff}.lab__check{display:flex;align-items:flex-start;gap:.55rem;margin-bottom:.6rem;font-size:.8rem;line-height:1.4;cursor:pointer}.lab__check input{margin-top:.15rem;accent-color:#fff}.lab__buttons{display:flex;gap:.5rem}.lab__buttons--tight{flex:none}.lab__btn{flex:1 1;min-height:2.6rem;padding:0 1rem;border:2px solid var(--ring);border-radius:999px;background:#fff;color:#000;font-family:inherit;font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;white-space:nowrap}.lab__btn--ghost{background:var(--solid);color:#fff}.lab__hint{margin:.6rem 0 0;font-size:.72rem;line-height:1.5;opacity:.55}.lab__hint--wide{max-width:60ch;margin-bottom:.75rem}.lab__logbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.lab__logbar h3{margin:0;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;opacity:.6}.lab__count{margin-left:.5rem;opacity:.8}.lab__count,.lab__report{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.lab__report{margin:0;padding:1rem;border:2px solid rgba(255,255,255,.18);border-radius:.8rem;background:#000;color:#d8f5c8;font-size:.7rem;line-height:1.55;overflow-x:auto;overflow-y:visible;white-space:pre;-webkit-user-select:all;user-select:all;-webkit-overflow-scrolling:touch}.labtrigger{position:fixed;top:calc(.9rem + env(safe-area-inset-top, 0px));left:var(--gutter);z-index:16;display:flex;align-items:center;justify-content:center;width:var(--chrome-height);height:var(--chrome-height);padding:0;border:var(--chrome-edge) solid var(--ring);border-radius:50%;background:var(--solid);color:var(--ring);cursor:pointer;box-shadow:0 4px 20px rgba(0,0,0,.55);transition:background .15s ease,color .15s ease}.labtrigger:hover{background:var(--ring);color:#000}.labtrigger:active{transform:scale(.94)}.labtrigger svg{display:block}@media (max-width:700px){.lab{padding-left:.85rem;padding-right:.85rem}.lab__report{font-size:.62rem;padding:.75rem}}.lab__switch{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.lab__switch input{position:absolute;opacity:0;width:0;height:0}.lab__switch__track{position:relative;display:block;width:2.9rem;height:1.6rem;flex:none;border:2px solid var(--ring);border-radius:999px;background:var(--solid);transition:background .18s ease}.lab__switch__track>span{position:absolute;top:.15rem;left:.15rem;width:1.05rem;height:1.05rem;border-radius:50%;background:var(--ring);transition:transform .18s ease,background .18s ease}.lab__switch input:checked+.lab__switch__track{background:var(--ring)}.lab__switch input:checked+.lab__switch__track>span{background:#000;transform:translateX(1.28rem)}.lab__switch input:focus-visible+.lab__switch__track{outline:2px solid #7fd99a;outline-offset:2px}.lab__switch__label{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;opacity:.75}@media (prefers-reduced-motion:reduce){.lab__switch__track,.lab__switch__track>span{transition:none}}.lab--embedded{position:static;z-index:auto;inset:auto;max-width:none;margin:0;border:0;border-radius:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;padding:0;max-height:none;overflow:visible}.lab__card--full{margin-bottom:1rem}.lab__verdict{margin:0 0 .9rem;font-size:.9rem;line-height:1.45;font-weight:700}.lab__bars{display:grid;gap:.85rem;margin-bottom:1rem}.lab__bar__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.3rem}.lab__bar__title{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;opacity:.75}.lab__bar__unit{font-size:.7rem;opacity:.45}.lab__track{display:flex;gap:2px;height:.7rem;border-radius:.35rem;background:rgba(255,255,255,.07)}.lab__seg{flex:0 1;min-width:3px;border-radius:.35rem;transition:flex-grow .22s ease}.lab__seg--gone{background:#ff9a90}.lab__seg--attic{background:rgba(255,255,255,.28)}.lab__seg--list{background:rgba(255,255,255,.6)}.lab__seg--live{background:#fff}.lab__seg--quiet{background:rgba(255,255,255,.16)}.lab__bar__note{margin:.35rem 0 0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem;line-height:1.45;opacity:.7}@media (prefers-reduced-motion:reduce){.lab__seg{transition:none}}.lab__brief{border-color:rgba(255,255,255,.32)}.lab__brieflede{margin:0 0 .6rem;max-width:44ch;font-size:1rem;line-height:1.4;font-weight:700}.lab__brieflist{margin:.9rem 0 0;padding-left:1.1rem;max-width:60ch;font-size:.78rem;line-height:1.55;opacity:.8}.lab__brieflist li+li{margin-top:.5rem}.lab__brieflist strong{opacity:1}.lab__section{margin:2rem 0 .25rem;padding-top:1.25rem;border-top:2px solid rgba(255,255,255,.18);font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;opacity:.6}.lab__matrix{width:100%;margin-top:.9rem;border-collapse:collapse;text-align:left}.lab__matrix caption{caption-side:bottom;padding-top:.7rem;text-align:left}.lab__matrix td,.lab__matrix th{padding:.5rem .6rem .5rem 0;border-bottom:1px solid rgba(255,255,255,.1);vertical-align:top}.lab__matrix thead th{font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;opacity:.5}.lab__matrix tbody th{font-size:.82rem;font-weight:700}.lab__matrix--cal td,.lab__matrix--cal th{border-left:2px solid rgba(255,255,255,.28);padding-left:.6rem}.lab__matrixapplies{display:block;margin-top:.2rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.68rem;font-weight:400;line-height:1.4;opacity:.55}.lab__chip{display:inline-block;padding:.15rem .5rem;border-radius:999px;font-size:.65rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.lab__chip--survives{background:#7fd99a;color:#000}.lab__chip--dies{background:#ff9a90;color:#000}.lab__chip--inconclusive{background:rgba(255,255,255,.22);color:#fff}.lab__chip--none{background:none;color:rgba(255,255,255,.4);font-weight:600}.probe{position:fixed;inset:0;z-index:200;display:grid;grid-template-rows:auto 1fr auto;gap:.75rem;padding:calc(.9rem + env(safe-area-inset-top, 0px)) 1rem calc(.9rem + env(safe-area-inset-bottom, 0px));background:#000;color:#fff}.probe__head{position:relative;text-align:center}.probe__step{margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.68rem;letter-spacing:.1em;opacity:.5}.probe__cal{margin-left:.5rem;padding:.05rem .4rem;border:1px solid rgba(255,255,255,.4);border-radius:999px;text-transform:uppercase}.probe__title{margin:.15rem 0 0;font-size:1rem;letter-spacing:.06em}.probe__applies{margin:.2rem 0 0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.7rem;line-height:1.4;opacity:.55}.probe__x{position:absolute;top:-.35rem;right:0;width:2.75rem;height:2.75rem;border:0;border-radius:50%;background:none;color:#fff;font-size:1.75rem;line-height:1;cursor:pointer}.probe__pair{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;min-height:0;align-items:center}.probe__pane{display:grid;grid-template-rows:auto 1fr;gap:.35rem;min-height:0;margin:0;justify-items:center}.probe__tag{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.62rem;line-height:1.35;text-align:center;opacity:.55}.probe__subject{min-height:0}.probe__img,.probe__subject{display:block;max-height:100%}.probe__img{max-width:100%;width:auto;height:auto;border-radius:0}.probe__foot{text-align:center}.probe__ask{margin:0 0 .6rem;font-size:.9rem;font-weight:700}.probe__answers{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.probe__btn{flex:1 1 8rem;min-height:3rem;padding:0 1rem;border:2px solid var(--ring);border-radius:999px;background:#fff;color:#000;font-family:inherit;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.probe__btn--ghost{background:transparent;color:#fff}.probe__btn kbd{margin-left:.4rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.7rem;opacity:.5}.probe__another{margin-top:.6rem;padding:.4rem .2rem;border:0;background:none;color:#fff;font-family:inherit;font-size:.7rem;line-height:1.4;text-decoration:underline;opacity:.55;cursor:pointer}@media (max-height:640px){.probe__title{font-size:.85rem}.probe__applies{display:none}.probe__ask{font-size:.78rem;margin-bottom:.4rem}.probe__btn{min-height:2.6rem}}.swipe{position:absolute;inset:var(--slot-gap,0);z-index:2;display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.swipe::-webkit-scrollbar{display:none}.swipe__slide{flex:0 0 100%;height:100%;scroll-snap-align:center}.creatortool{display:block}.studio__head{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:2rem var(--measure-column-pad) 24px;max-width:var(--measure-column)}.studio__title{margin:0;font-size:clamp(28px,6vw,48px);font-weight:800;letter-spacing:-.02em;color:#fff}.studio__sub{margin:0;color:rgba(255,255,255,.72);font-size:15px}.studio__msg{flex-direction:column;gap:16px;min-height:70vh;text-align:center;color:rgba(255,255,255,.8)}.invite-page,.studio__msg{display:flex;align-items:center;justify-content:center;padding:24px}.invite-page{min-height:100vh;min-height:100dvh}.invite-sheet{width:min(100%,28rem)}.invite-sheet h1{margin:0;font-size:1.5rem;letter-spacing:.02em;color:#fff}.invite-field{display:flex;flex-direction:column;gap:.35rem}.invite-field>span{font-size:.8rem;letter-spacing:.05em;text-transform:uppercase;color:rgba(255,255,255,.55)}.permalink{display:block;padding-bottom:64px}.permalink__shot{display:block;width:100%;height:auto}.permalink__meta{flex-direction:column;padding:28px 24px 8px;max-width:var(--measure-reading)}.permalink__actions,.permalink__meta{display:flex;align-items:flex-start;gap:10px}.permalink__actions{flex-wrap:wrap}.permalink__save{display:flex;flex-direction:column;gap:4px}.permalink__saveerror{margin:0;max-width:240px;color:#ff8a8a;font-size:13px}.permalink__share{display:flex;flex-direction:column;gap:4px}.permalink__sharemessage{margin:0;max-width:320px;color:rgba(255,255,255,.72);font-size:13px;overflow-wrap:break-word}.permalink__title{margin:0;font-size:clamp(24px,5vw,40px);font-weight:800;letter-spacing:-.02em;color:#fff}.permalink__by,.permalink__lineage{margin:0;color:rgba(255,255,255,.72);font-size:15px}.permalink__by a,.permalink__lineage a{color:#fff;text-decoration:underline;text-underline-offset:3px}.permalink__prompt{margin:4px 0 0;color:rgba(255,255,255,.85);font-size:16px;line-height:1.45;font-style:italic}.permalink__counts{margin:0;color:rgba(255,255,255,.72);font-size:15px}.permalink__recipe{padding:24px 24px 0;max-width:var(--measure-reading)}.permalink__recipe h2{margin:0 0 12px;font-size:18px;font-weight:700;color:#fff}.permalink__recipetext{margin:0;padding:16px;border-radius:10px;background:rgba(255,255,255,.06);color:rgba(255,255,255,.85);font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:14px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.permalink__facets{padding:24px 24px 0;max-width:var(--measure-reading)}.permalink__facets h2{margin:0 0 12px;font-size:18px;font-weight:700;color:#fff}.permalink__facetlist{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin:0}.permalink__facet{padding:10px 14px;border-radius:10px;background:rgba(255,255,255,.06)}.permalink__facet dt{margin:0 0 2px;color:rgba(255,255,255,.6);font-size:12px;text-transform:uppercase;letter-spacing:.04em}.permalink__facet dd{margin:0;color:rgba(255,255,255,.9);font-size:15px}.permalink__corrections{margin-top:24px}.permalink__correctionlist{display:flex;flex-direction:column;gap:10px;margin:0 0 16px;padding:0;list-style:none}.permalink__correctionrow{padding:10px 14px;border-radius:10px;background:rgba(255,255,255,.06)}.permalink__correctionlabel{display:block;margin:0 0 8px;color:rgba(255,255,255,.9);font-size:14px}.permalink__correctionactions,.permalink__correctionform{display:flex;flex-wrap:wrap;gap:8px}.permalink__correctionform{margin-top:8px}.permalink__correctionform input{flex:1 1 200px;min-width:0;padding:8px 10px;border-radius:8px;border:1px solid rgba(255,255,255,.24);background:rgba(0,0,0,.3);color:#fff;font-size:14px}.permalink__correctionerror{margin:6px 0 0;max-width:320px;color:#ff8a8a;font-size:12px}.permalink__tags{padding:24px 24px 0;max-width:var(--measure-reading)}.permalink__tags h2{margin:0 0 12px;font-size:18px;font-weight:700;color:#fff}.permalink__taglist{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.permalink__tag{padding:5px 12px;border-radius:999px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.85);font-size:13px}.permalink__provenance{padding:24px 24px 0;max-width:var(--measure-reading)}.permalink__provenancetitle{margin:0 0 12px;font-size:18px;font-weight:700;color:#fff}.permalink__provenanceline{margin:0 0 6px;color:rgba(255,255,255,.72);font-size:15px}.permalink__provenance .permalink__taglist{margin-top:12px}.permalink__remixes{padding:32px 24px 0}.permalink__remixes h2{margin:0 0 16px;font-size:18px;font-weight:700;color:#fff}.permalink__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.permalink__child{display:block;position:relative;text-decoration:none;border:3px solid #fff;border-radius:10px;overflow:hidden}.permalink__thumb{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}.permalink__childby{position:absolute;left:8px;bottom:8px;padding:4px 8px;border-radius:999px;background:rgba(0,0,0,.72);color:#fff;font-size:12px;font-weight:700}.status-page{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-height:80vh;padding:24px;text-align:center}.status-page__title{margin:0;font-size:clamp(28px,6vw,44px);font-weight:800;letter-spacing:-.02em;color:#fff}.status-page__body{margin:0;max-width:42ch;color:rgba(255,255,255,.72);font-size:16px;line-height:1.5}.status-page__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.status-page__digest{margin:8px 0 0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;color:rgba(255,255,255,.4)}.stencil{position:fixed;inset:0;z-index:60;align-items:center;justify-content:center;background:rgba(0,0,0,.86)}.stencil,.stencil__panel{display:flex;padding:20px}.stencil__panel{flex-direction:column;gap:14px;width:min(720px,100%);max-height:92vh;border:10px solid #fff;border-radius:18px;background:#000;overflow-y:auto}.stencil__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.stencil__title{margin:0;font-size:20px;font-weight:800;letter-spacing:.02em;text-transform:uppercase;color:#fff}.stencil__x{border:0;background:none;color:#fff;font-size:30px;line-height:1;cursor:pointer;padding:0 4px}.stencil__art{border-radius:10px;overflow:hidden}.stencil__art img{display:block;width:100%;height:auto}.stencil__meta{margin:0;color:rgba(255,255,255,.66);font-size:13px}.stencil__actions{display:flex;flex-wrap:wrap;gap:10px}.stencil__art--waiting{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;min-height:320px;padding:32px 24px;background:#111;text-align:center}.stencil__spinner{width:42px;height:42px;border:5px solid rgba(255,255,255,.18);border-top-color:#fff;border-radius:50%;animation:stencil-spin .9s linear infinite}@keyframes stencil-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.stencil__spinner{animation:stencil-pulse 1.6s ease-in-out infinite}@keyframes stencil-pulse{0%,to{opacity:.35}50%{opacity:1}}}.stencil__wait{color:rgba(255,255,255,.9);font-size:15px}.stencil__wait,.stencil__waitsub{margin:0;max-width:46ch;line-height:1.5}.stencil__waitsub{color:rgba(255,255,255,.55);font-size:13px}.creator{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:2rem var(--measure-column-pad) 24px;max-width:var(--measure-column)}.creator__avatar{display:grid;place-items:center;width:64px;height:64px;margin-bottom:6px;border:4px solid #fff;border-radius:50%;background:#000;color:#fff;font-size:26px;font-weight:800}.creator__name{margin:0;font-size:clamp(26px,5vw,40px);font-weight:800;letter-spacing:-.02em;color:#fff}.creator__handle{margin:0;color:rgba(255,255,255,.66);font-size:16px}.creator__bio a,.creator__handle a{color:inherit;text-decoration-color:rgba(255,255,255,.4)}.creator__bio a:hover,.creator__handle a:hover{color:var(--ring)}.creator__bio{margin:6px 0 0;max-width:56ch;color:rgba(255,255,255,.85);font-size:15px;line-height:1.5}.creator__counts{margin:4px 0 12px;color:rgba(255,255,255,.6);font-size:14px}.creator__empty{padding:24px;color:rgba(255,255,255,.6);text-align:center}.creator__copy{display:flex;flex-direction:column;gap:4px;margin-top:4px}.creator__copyerror{margin:0;max-width:240px;color:#ff8a8a;font-size:13px}.variant--danger{border-color:#ff4d4d!important;color:#ff4d4d!important}.design{display:block;min-height:100dvh;padding:0 24px 48px}.design__stage{display:flex;flex-direction:row;gap:24px;max-width:var(--measure-stage);margin:0 auto}.design__main{position:relative;flex:1 1 60%;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:24px;border:var(--edge) solid var(--ring);border-radius:1.25rem;background:var(--solid)}.design__image{display:block;width:100%;max-width:640px;max-height:60vh;border-radius:.9rem;object-fit:contain}.design__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;text-align:center}.design__empty h1{margin:0;font-size:clamp(20px,4vw,28px);font-weight:800;letter-spacing:-.01em;color:rgba(255,255,255,.55)}.design__strip{display:flex;gap:10px;width:100%;max-width:640px;margin-top:16px;padding:4px;overflow-x:auto;scrollbar-width:thin}.design__thumb{flex:0 0 auto;width:64px;height:64px;padding:0;border:3px solid transparent;border-radius:.6rem;background:none;overflow:hidden;cursor:pointer;opacity:.6;transition:opacity .15s ease,border-color .15s ease}.design__thumb:hover{opacity:1}.design__thumb--selected{border-color:var(--ring);opacity:1}.design__thumb img{display:block;width:100%;height:100%;object-fit:cover}.design__sidebar{display:flex;flex-direction:column;gap:16px;flex:1 1 40%;max-width:380px}.design__messages{display:flex;flex-direction:column;gap:10px;max-height:40vh;padding:16px;border:var(--edge) solid var(--ring);border-radius:1.25rem;background:var(--solid);overflow-y:auto}.design__message{margin:0;max-width:85%;padding:.6rem .85rem;border-radius:.9rem;background:rgba(255,255,255,.08);color:rgba(255,255,255,.9);font-size:.9rem;line-height:1.45}.design__message--user{align-self:flex-end;background:rgba(255,255,255,.18)}.design__notes,.design__saveform{display:flex;flex-direction:column;gap:.6rem;padding:1.25rem;border:var(--edge) solid var(--ring);border-radius:1.25rem;background:var(--solid)}.design__error{margin:0;color:#ffc9c2;font-size:.85rem;line-height:1.4}.design__save{display:flex;flex-direction:column}.design__saveactions{display:flex;justify-content:flex-end;gap:.6rem}.design__facets{display:grid;grid-template-columns:1fr 1fr;gap:.6rem .75rem}.design__facet{display:flex;flex-direction:column;gap:.35rem}.design__autofill{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem}.design__hint{margin:0;color:rgba(255,255,255,.55);font-size:.8rem;line-height:1.4}@media (max-width:800px){.design{padding:88px 16px 32px}.design__stage{flex-direction:column}.design__sidebar{max-width:none}.design__facets{grid-template-columns:1fr}}.owner{margin:1.25rem 0 0;padding:.9rem 1rem;border:1px solid rgba(255,255,255,.22);border-radius:14px;background:rgba(255,255,255,.04)}.owner__title{margin:0 0 .6rem;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;opacity:.6}.owner__row{display:flex;flex-wrap:wrap;gap:.5rem}.owner__means{margin:.6rem 0 0;font-size:.85rem;opacity:.65}.owner__delete{margin-left:auto}.owner--gone{border-color:rgba(255,154,144,.5)}.owner--gone p{margin:0 0 .7rem}.permalink__kindtag{text-transform:capitalize}.permalink__description{margin:.55rem 0 0;max-width:60ch;font-size:1.02rem;line-height:1.5;opacity:.9}.permalink__category{margin:.45rem 0 0;font-size:.88rem;opacity:.7}.permalink__category a{color:inherit}.lineage{margin:1rem 0 0}.lineage__title{margin:0 0 .5rem;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;opacity:.55}.lineage__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.15rem}.lineage__step{display:flex;align-items:baseline;gap:.5rem;padding-left:min(var(--lineage-depth,0) * .9rem,6rem);font-size:.9rem}.lineage__step a{color:inherit}.lineage__who{font-size:.82rem;opacity:.55}.lineage__step--here{font-weight:700}.lineage__step--hidden{opacity:.5;font-style:italic}.creatoreditor{display:block;min-height:100dvh;padding:0 24px 48px}.creatoreditor__stage{display:flex;flex-direction:row;gap:24px;max-width:var(--measure-stage);margin:0 auto}.creatoreditor__main{position:relative;flex:1 1 60%;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:24px;border:var(--edge) solid var(--ring);border-radius:1.25rem;background:var(--solid)}.creatoreditor__image{display:block;width:100%;max-width:640px;max-height:60vh;border-radius:.9rem;object-fit:contain}.creatoreditor__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;text-align:center}.creatoreditor__empty h1{margin:0;font-size:clamp(20px,4vw,28px);font-weight:800;letter-spacing:-.01em;color:rgba(255,255,255,.55)}.creatoreditor__strip{display:flex;gap:10px;width:100%;max-width:640px;margin-top:16px;padding:4px;overflow-x:auto;scrollbar-width:thin}.creatoreditor__thumb{flex:0 0 auto;width:64px;height:64px;padding:0;border:3px solid transparent;border-radius:.6rem;background:none;overflow:hidden;cursor:pointer;opacity:.6;transition:opacity .15s ease,border-color .15s ease}.creatoreditor__thumb:hover{opacity:1}.creatoreditor__thumb--selected{border-color:var(--ring);opacity:1}.creatoreditor__thumb img{display:block;width:100%;height:100%;object-fit:cover}.creatoreditor__sidebar{display:flex;flex-direction:column;gap:16px;flex:1 1 40%;max-width:380px}.creatoreditor__messages{display:flex;flex-direction:column;gap:10px;max-height:40vh;padding:16px;border:var(--edge) solid var(--ring);border-radius:1.25rem;background:var(--solid);overflow-y:auto}.creatoreditor__message{margin:0;max-width:85%;padding:.6rem .85rem;border-radius:.9rem;background:rgba(255,255,255,.08);color:rgba(255,255,255,.9);font-size:.9rem;line-height:1.45}.creatoreditor__message--user{align-self:flex-end;background:rgba(255,255,255,.18)}.creatoreditor__notes,.creatoreditor__saveform{display:flex;flex-direction:column;gap:.6rem;padding:1.25rem;border:var(--edge) solid var(--ring);border-radius:1.25rem;background:var(--solid)}.creatoreditor__error{margin:0;color:#ffc9c2;font-size:.85rem;line-height:1.4}.creatoreditor__done{margin:0;padding:1.25rem;border:var(--edge) solid var(--ring);border-radius:1.25rem;background:var(--solid);color:rgba(255,255,255,.75)}.creatoreditor__save{display:flex;flex-direction:column}.creatoreditor__saveactions{display:flex;justify-content:flex-end;gap:.6rem}.creatoreditor__hint{margin:0;color:rgba(255,255,255,.55);font-size:.8rem;line-height:1.4}@media (max-width:800px){.creatoreditor{padding:88px 16px 32px}.creatoreditor__stage{flex-direction:column}.creatoreditor__sidebar{max-width:none}}.firstlight{display:flex;flex-direction:column;gap:12px;padding:0 var(--measure-column-pad) 24px;max-width:var(--measure-column)}.firstlight__title{margin:0;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.56)}.firstlight__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.firstlight__item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}.firstlight__item--done{background:rgba(255,255,255,.02);border-color:rgba(255,255,255,.05)}.firstlight__check{flex:0 0 auto;width:22px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(255,255,255,.28);font-size:13px;line-height:1;color:rgba(255,255,255,.9)}.firstlight__item--done .firstlight__check{border-color:rgba(120,220,160,.6);background:rgba(120,220,160,.16);color:rgb(120,220,160)}.firstlight__body{flex:1 1 auto;display:flex;flex-direction:column;gap:2px;min-width:0}.firstlight__label{font-size:14px;font-weight:600;color:#fff}.firstlight__desc,.firstlight__item--done .firstlight__label{color:rgba(255,255,255,.6)}.firstlight__desc{font-size:13px}.firstlight__go{flex:0 0 auto;font-size:13px;font-weight:600;color:#fff;text-decoration:none;padding:6px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.24);white-space:nowrap}.firstlight__go:focus-visible,.firstlight__go:hover{border-color:rgba(255,255,255,.48)}.catchsummary{display:flex;flex-direction:column;gap:12px;padding:24px var(--measure-column-pad);max-width:var(--measure-column)}.catchsummary__title{margin:0;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.56)}.catchsummary__groups{display:flex;flex-wrap:wrap;gap:20px}.catchsummary__group{flex:1 1 160px;min-width:0}.catchsummary__label{margin:0 0 6px;font-size:13px;font-weight:600;color:#fff}.catchsummary__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:4px}.catchsummary__item{font-size:13px;color:rgba(255,255,255,.7)}.coltab__tabs{display:flex;gap:.6rem;margin:0 0 4px}.coltab__tabbtn{padding:.5rem 1.1rem;border:2px solid rgba(255,255,255,.35);border-radius:999px;background:transparent;color:var(--fg);font:inherit;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease}.coltab__tabbtn--on{background:var(--ring);border-color:var(--ring);color:#000}.coltab{padding:0 var(--measure-column-pad) 64px;max-width:var(--measure-column)}.coltab__msg{padding:24px 0;color:rgba(255,255,255,.72)}.coltab__create{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin:0 0 24px}.coltab__input{flex:1 1 220px}.coltab__input,.coltab__select{padding:.6rem .9rem;border:2px solid rgba(255,255,255,.35);border-radius:10px;background:rgba(255,255,255,.06);color:var(--fg);font:inherit}.coltab__error{flex-basis:100%;margin:0;color:#ff8a8a;font-size:.9rem}.coltab__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.coltab__row{position:relative;border:1px solid rgba(255,255,255,.15);border-radius:12px;overflow:hidden}.coltab__rowbtn{display:flex;width:100%;align-items:baseline;justify-content:space-between;gap:12px;padding:14px 44px 14px 16px;border:0;background:transparent;color:var(--fg);font:inherit;text-align:left;cursor:pointer}.coltab__rowbtn:hover{background:rgba(255,255,255,.06)}.coltab__title{font-weight:700}.coltab__meta{color:rgba(255,255,255,.6);font-size:.85rem;white-space:nowrap}.coltab__remove{position:absolute;top:10px;right:10px;width:28px;height:28px;border:0;border-radius:50%;background:rgba(255,255,255,.1);color:var(--fg);font-size:1.1rem;line-height:1;cursor:pointer}.coltab__remove:hover{background:rgba(255,80,80,.35)}.coltab__grid{padding:0 16px 16px}.coltab__tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px}.coltab__tile{position:relative;margin:0;aspect-ratio:4/3;overflow:hidden;border-radius:8px}.coltab__tile a,.coltab__tile img{display:block;width:100%;height:100%}.coltab__tile img{object-fit:cover}.coltab__tileremove{position:absolute;top:4px;right:4px;z-index:2;width:22px;height:22px;border:0;border-radius:50%;background:rgba(0,0,0,.65);color:#fff;font-size:.95rem;line-height:1;cursor:pointer}.coltab__tileremove:hover{background:rgba(255,80,80,.75)}