.embla[data-astro-cid-sahthylw]{position:relative;padding:32px 12px;touch-action:pan-y pinch-zoom;cursor:grab;max-width:100%;margin:0 auto;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.embla[data-astro-cid-sahthylw]:focus-visible{outline:2px solid var(--text-secondary);outline-offset:8px}.embla__viewport[data-astro-cid-sahthylw]{overflow:hidden;width:100%}.embla__container[data-astro-cid-sahthylw]{display:flex;touch-action:pan-y pinch-zoom;margin-left:calc(var(--slide-spacing, 1rem) * -1)}.embla__slide[data-astro-cid-sahthylw]{transform:translateZ(0);flex:0 0 var(--slide-size, 55%);min-width:0;padding-left:var(--slide-spacing, 1rem);user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.embla__slide__number[data-astro-cid-sahthylw]{width:100%;border-radius:1.8rem;height:var(--slide-height, auto);backface-visibility:hidden}.art-card[data-astro-cid-sahthylw]{width:100%;border:1px solid var(--surface-strong);border-radius:22px;background:color-mix(in srgb,var(--surface) 92%,transparent);padding:10px;box-shadow:var(--frame-shadow);color:var(--text-primary);text-align:left;transition:border-color .4s ease-out,box-shadow .4s ease-out,opacity .4s ease-out,background .4s ease-out,color .4s ease-out;transform-origin:center;opacity:.85;display:block;cursor:pointer;appearance:none;-webkit-appearance:none}.embla__slide[data-astro-cid-sahthylw][data-active=true] .art-card[data-astro-cid-sahthylw]{box-shadow:var(--active-shadow);opacity:1;border-color:color-mix(in srgb,var(--surface-strong) 80%,transparent)}.art-card__frame[data-astro-cid-sahthylw]{position:relative;overflow:hidden;border-radius:16px;aspect-ratio:2 / 3;background:color-mix(in srgb,var(--surface) 70%,black 10%);border:1px solid var(--surface-strong);transition:background .4s ease-out,border-color .4s ease-out}.art-card__image[data-astro-cid-sahthylw]{width:100%;height:100%;object-fit:cover;display:block}.art-card__image[data-astro-cid-sahthylw].placeholder{display:grid;place-items:center;color:var(--text-secondary);font-size:.9rem}.art-card__meta[data-astro-cid-sahthylw]{display:flex;flex-direction:column;gap:6px;padding:10px 6px 4px}.art-card__title-row[data-astro-cid-sahthylw]{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.art-card__title[data-astro-cid-sahthylw]{font-size:1rem;font-weight:400;color:var(--text-primary);transition:color .4s ease-out;font-family:Major Mono Display,monospace;letter-spacing:.05em}.art-card__date[data-astro-cid-sahthylw]{font-size:.8rem;color:var(--text-secondary);white-space:nowrap;transition:color .4s ease-out;font-family:Major Mono Display,monospace}.art-card__chips[data-astro-cid-sahthylw]{display:flex;flex-wrap:wrap;gap:6px}.art-card__chip[data-astro-cid-sahthylw]{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:4px 8px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.75rem;border:1px solid color-mix(in srgb,var(--surface-strong) 80%,transparent);background:color-mix(in srgb,var(--surface) 85%,transparent);color:var(--text-secondary);transition:border-color .4s ease-out,background .4s ease-out,color .4s ease-out}.art-card__chip-dot[data-astro-cid-sahthylw]{width:14px;height:14px;border-radius:999px;border:1px solid var(--surface-strong);transition:border-color .4s ease-out}@media(min-width:960px){.embla__slide[data-astro-cid-sahthylw]{flex:0 0 min(500px,58%)}}.fullscreen-modal[data-astro-cid-sahthylw]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .4s ease-out}.fullscreen-modal[data-astro-cid-sahthylw][aria-hidden=false]{opacity:1;pointer-events:auto}.fullscreen-modal__backdrop[data-astro-cid-sahthylw]{position:absolute;inset:0;transition:background .4s ease-out}.fullscreen-modal__overlay[data-astro-cid-sahthylw]{position:absolute;inset:0;background:#0000004d}.fullscreen-modal__content[data-astro-cid-sahthylw]{position:relative;z-index:1;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:4rem 2rem}.fullscreen-modal__image[data-astro-cid-sahthylw]{max-width:95%;max-height:95%;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 20px 80px #0009}.fullscreen-modal__close[data-astro-cid-sahthylw]{position:absolute;top:1.5rem;right:1.5rem;z-index:2;width:3rem;height:3rem;border-radius:50%;background:#00000080;border:1px solid rgba(255,255,255,.2);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease-out;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.fullscreen-modal__close[data-astro-cid-sahthylw]:hover{background:#000000b3;border-color:#fff6;transform:scale(1.05)}.fullscreen-modal__close[data-astro-cid-sahthylw]:active{transform:scale(.95)}@media(min-width:640px){.fullscreen-modal__content[data-astro-cid-sahthylw]{padding:5rem 3rem}.fullscreen-modal__close[data-astro-cid-sahthylw]{top:2rem;right:2rem;width:3.5rem;height:3.5rem}}.embla__dots{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.4rem;margin-top:1.2rem;padding:.5rem .5rem 0;position:relative;z-index:10;min-height:3rem}.embla__dot{-webkit-tap-highlight-color:rgba(255,255,255,.3);-webkit-appearance:none;appearance:none;background-color:transparent;touch-action:manipulation;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0;width:2.6rem!important;height:2.6rem!important;min-width:2.6rem;min-height:2.6rem;flex:0 0 2.6rem;display:flex!important;align-items:center;justify-content:center;border-radius:50%}.embla__dot:after{background:var(--surface-strong);width:10px;height:10px;border-radius:50%;display:flex;align-items:center;content:"";transition:background .4s ease-out,transform .4s ease-out}.embla__dot--selected:after{background:var(--text-primary);transform:scale(1.4)}
