.gallery-modal{z-index:1000;background:radial-gradient(circle at top, color-mix(in srgb, var(--background) 18%, transparent), transparent 24%), color-mix(in srgb, var(--foreground) 75%, transparent);-webkit-backdrop-filter:blur(24px)saturate(150%);display:none;position:fixed;inset:0}.gallery-modal.active{justify-content:center;align-items:center;display:flex}.gallery-content{justify-content:center;align-items:center;width:min(96vw,82rem);max-width:96vw;max-height:96vh;display:flex;position:relative}.gallery-image{object-fit:contain;border-radius:var(--radius-xl);width:auto;max-width:100%;height:auto;max-height:96vh;display:block}.gallery-btn{color:var(--background);cursor:pointer;background:color-mix(in srgb, var(--background) 18%, transparent);border:1px solid color-mix(in srgb, var(--background) 24%, transparent);z-index:1010;width:3rem;height:3rem;box-shadow:0 8px 24px color-mix(in srgb, var(--foreground) 24%, transparent), inset 0 1px 0 color-mix(in srgb, var(--background) 30%, transparent);-webkit-backdrop-filter:blur(20px);border-radius:9999px;justify-content:center;align-items:center;font-size:1.25rem;transition:background .2s,transform .2s;display:flex;position:absolute}.gallery-btn:hover{background:color-mix(in srgb, var(--background) 30%, transparent);transform:scale(1.05)}.gallery-btn:active{transform:scale(.95)}.gallery-nav{top:50%;transform:translateY(-50%)}.gallery-nav:hover{background:color-mix(in srgb, var(--background) 30%, transparent);transform:translateY(-50%)scale(1.05)}.gallery-nav:active{transform:translateY(-50%)scale(.95)}.gallery-prev{left:.75rem}.gallery-next{right:.75rem}.gallery-close{top:.75rem;right:.75rem}.gallery-counter{color:var(--background);border:1px solid color-mix(in srgb, var(--background) 24%, transparent);background:color-mix(in srgb, var(--background) 14%, transparent);min-width:5rem;font-family:var(--font-sans);letter-spacing:.04em;text-align:center;box-shadow:0 8px 24px color-mix(in srgb, var(--foreground) 24%, transparent), inset 0 1px 0 color-mix(in srgb, var(--background) 28%, transparent);-webkit-backdrop-filter:blur(18px);border-radius:9999px;padding:.4rem .8rem;font-size:.8125rem;font-weight:600;position:absolute;bottom:.875rem;left:50%;transform:translate(-50%)}@media (max-width:767px){.gallery-content{border:none;border-radius:0;width:100vw;max-width:100vw;max-height:100dvh}.gallery-image{border-radius:0;max-height:100dvh}.gallery-btn{width:2.75rem;height:2.75rem;font-size:1.1rem}.gallery-prev{left:.5rem}.gallery-next{right:.5rem}}