*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;width:100%;height:100%;background:#0a0a0c;color:#e8e8ec;font-family:system-ui,sans-serif}a{color:#c4c4cc}a:hover{color:#ececf0}.gallery-page{width:100%;max-width:none;margin:0;padding:0 0 env(safe-area-inset-bottom,0);box-sizing:border-box}.gallery-page__header{position:-webkit-sticky;position:sticky;top:0;z-index:45;display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:nowrap;min-height:0;padding:max(6px,env(safe-area-inset-top,0px)) max(10px,env(safe-area-inset-right,0px)) 6px max(10px,env(safe-area-inset-left,0px));box-sizing:border-box;background:#0e0e12;border-bottom:1px solid rgba(255,255,255,.08)}.gallery-page__header button[type=button]{width:36px!important;height:36px!important}.gallery-page__header button[type=button] svg{width:18px;height:18px}.gallery-page__title{margin:0;font-size:clamp(.9375rem,3.2vw,1.0625rem);font-weight:600;letter-spacing:-.02em;line-height:1.2;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gallery-page__actions{display:flex;align-items:center;gap:8px;margin-left:auto;flex-shrink:0}.gallery-page__sort{display:inline-flex;border:1px solid rgba(255,255,255,.14);border-radius:0;overflow:hidden}.gallery-page__sortLink{display:inline-block;padding:5px 10px;font-size:11px;font-weight:600;color:rgba(255,255,255,.62);text-decoration:none;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.gallery-page__sortLink:hover{color:#fff;background:rgba(255,255,255,.06)}.gallery-page__sortLink--active{color:#fff;background:rgba(255,255,255,.12)}.gallery-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));grid-gap:0;gap:0}@media (min-width:640px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (min-width:960px){.gallery-grid{grid-template-columns:repeat(4,1fr)}}.gallery-grid__cell{aspect-ratio:1/1;width:100%;min-width:0;min-height:0;background:#0a0a0c}.gallery-grid__link{display:flex;flex-direction:column;height:100%;min-height:0;text-decoration:none;color:inherit;border-radius:0;box-shadow:none}.gallery-grid__link:hover .gallery-grid__title{text-decoration:underline;text-underline-offset:2px}.gallery-grid__thumb{flex:1 1;min-height:0;display:grid;place-items:center;overflow:hidden;background:rgba(0,0,0,.28)}.gallery-grid__thumb img,.gallery-grid__thumb video{width:100%;height:100%;object-fit:cover;display:block}.gallery-grid__placeholder{font-size:12px;opacity:.45}.gallery-grid__meta{flex-shrink:0;padding:10px 12px;border-top:1px solid rgba(255,255,255,.1);background:#0a0a0c}.gallery-grid__title{font-weight:600;font-size:13px;line-height:1.3;word-break:break-all}.gallery-grid__desc{margin-top:5px;font-size:11px;line-height:1.35;opacity:.72;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.experiment-shell{position:relative;width:100%;height:100vh;height:100dvh}