.artwork-viewer{color:#fff;background:#101014;border:0;width:100vw;max-width:none;height:100dvh;max-height:none;margin:0;padding:0;position:fixed;inset:0;overflow:hidden}.artwork-viewer::backdrop{background:0 0}.artwork-viewer__close{z-index:1;bottom:calc(20px + env(safe-area-inset-bottom,0px));color:#fff;cursor:pointer;background:#25252de6;border:1px solid #ffffff30;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-width:108px;height:44px;padding:0 16px;font-size:14px;font-weight:600;display:flex;position:absolute;left:50%;transform:translate(-50%);box-shadow:0 6px 24px #00000030,inset 0 1px #ffffff18}@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.artwork-viewer__close{-webkit-backdrop-filter:blur(18px)saturate(150%);background:linear-gradient(135deg,#ffffff30,#25252d80)}}@media (prefers-reduced-transparency:reduce){.artwork-viewer__close{-webkit-backdrop-filter:none;background:#25252d}}.studio-shell .artwork-viewer__close:focus-visible{outline-offset:3px;outline:2px solid #fff}@media (min-width:640px){.artwork-viewer__close{top:calc(24px + env(safe-area-inset-top,0px));right:calc(24px + env(safe-area-inset-right,0px));bottom:auto;left:auto;transform:none}}.studio-shell .artwork-feed__back:focus-visible{background:var(--surface);outline:none}.artwork-feed__header{z-index:2;background:var(--background);flex:0 0 64px;position:relative}.artwork-feed[open]{flex-direction:column;display:flex;overflow:hidden}.artwork-feed__scroll{overscroll-behavior:contain;flex:1;min-height:0;overflow-y:auto}.gallery-filter-trigger{border:1px solid var(--border);background:var(--surface);min-height:44px;color:var(--text-accent);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:13px;font-weight:600;display:inline-flex}.gallery-filter-trigger[data-active=true]{border-color:var(--accent-primary)}.gallery-filter-count{background:var(--accent-primary);width:20px;height:20px;color:var(--on-accent);border-radius:50%;place-items:center;font-size:11px;display:grid}.gallery-filter-chip{background:var(--surface);min-height:36px;color:var(--text-accent);cursor:pointer;border-radius:999px;align-items:center;gap:12px;padding:6px 12px;font-size:12px;display:inline-flex}.gallery-filter-sheet{background:var(--background);width:100%;max-width:600px;max-height:85dvh;color:var(--foreground);border:0;border-radius:28px 28px 0 0;margin:0 auto;padding:0;position:fixed;inset:auto 0 0}.gallery-filter-sheet::backdrop{background:rgb(33 24 45/var(--filter-backdrop-opacity,.4))}.gallery-filter-panel{padding:12px 24px calc(24px + env(safe-area-inset-bottom,0px))}.gallery-filter-handle{background:var(--border);border-radius:999px;width:36px;height:4px;margin:0 auto 24px}.gallery-filter-close{background:var(--surface);cursor:pointer;border-radius:50%;flex-shrink:0;width:44px;height:44px;font-size:24px}.gallery-filter-option{border:1px solid var(--border);cursor:pointer;border-radius:16px;align-items:center;gap:12px;min-height:52px;padding:12px 16px;font-size:14px;display:flex}.gallery-filter-option[data-selected=true]{background:var(--surface);border-color:var(--accent-primary);color:var(--text-accent)}.gallery-filter-option input{width:18px;height:18px;accent-color:var(--accent-primary);flex-shrink:0}.artwork-feed__painting{max-height:max(120px, calc(100dvh - 64px - var(--artwork-title-height,68px) - 112px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px)));object-fit:contain;background-position:50%;background-repeat:no-repeat;background-size:contain}@media (max-width:639px){.studio-shell:has(.mobile-gallery){height:100dvh;min-height:0;overflow:hidden}.studio-route:has(.mobile-gallery){animation:none;transform:none}.mobile-gallery{inset:env(safe-area-inset-top,0px) 0 calc(83px + env(safe-area-inset-bottom,0px));background:var(--background);flex-direction:column;padding-top:28px;animation:.28s ease-out both gallery-enter;display:flex;position:fixed;overflow:hidden}.mobile-gallery__grid{overscroll-behavior:contain;flex:1;align-content:start;min-height:0;padding:0 4px 32px;overflow-y:auto}}@keyframes gallery-enter{0%{opacity:0}to{opacity:1}}.gallery-image-skeleton{background:var(--surface);pointer-events:none;position:absolute;inset:0;overflow:hidden}.gallery-image-skeleton:after{content:"";background:linear-gradient(100deg,#0000 20%,#ffffffb3 50%,#0000 80%);animation:1.3s ease-in-out infinite gallery-shimmer;position:absolute;inset:0;transform:translate(-100%)}.gallery-image-error{background:var(--surface);color:var(--text-muted);place-items:center;font-size:12px;display:grid;position:absolute;inset:0}@keyframes gallery-shimmer{to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.mobile-gallery,.gallery-image-skeleton:after{animation:none}}
