.graphics-page{max-width:1200px;margin:0 auto;padding:var(--space-md) var(--space-md) var(--space-xl);overflow-x:clip}.graphics-page>h1{margin-bottom:var(--space-lg)}.graphics-range-tabs{display:flex;gap:.25rem;margin-bottom:.5rem;border-bottom:1px solid var(--border-subtle);overflow-x:auto}.graphics-range-tab{padding:.5rem .75rem;font-family:var(--font-sans);font-size:.85rem;font-weight:500;color:var(--text-secondary);text-decoration:none;border-bottom:2px solid transparent;transition:color .2s ease,border-color .2s ease;white-space:nowrap}.graphics-range-tab:hover{color:var(--text-heading)}.graphics-range-tab.active{color:var(--text-heading);border-bottom-color:var(--accent)}.graphics-range-tab-count{font-size:.7rem;color:var(--text-tertiary);margin-left:.25rem}.graphics-section{margin-bottom:var(--space-lg)}.graphics-section-heading{font-size:1.15rem;font-weight:600;color:var(--text-secondary);margin-bottom:var(--space-sm)}.graphics-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-flow:dense;gap:6px}.graphics-cell{position:relative;aspect-ratio:1;cursor:pointer;overflow:visible}.graphics-cell.featured{grid-column:span 2;grid-row:span 2}.graphics-cell .graphics-frame{position:relative;width:100%;height:100%;overflow:hidden;border-radius:3px;background:var(--bg-subtle);transform-origin:center center;transition:transform .25s ease,box-shadow .25s ease}.graphics-cell img.graphics-main-image{width:100%;height:100%;object-fit:cover;display:block}.graphics-cell .placeholder{width:100%;height:100%;background:var(--bg-subtle);border:1px solid var(--border-subtle)}.graphics-cell:hover{z-index:20}.graphics-insets{position:absolute;top:.45rem;right:.45rem;display:flex;gap:.32rem;z-index:2;pointer-events:none;padding:.18rem;border-radius:4px;background:#00000038;backdrop-filter:blur(1px);opacity:0;transform:translateY(-3px);transition:opacity .18s ease,transform .22s ease}.graphics-inset{width:2.9rem;aspect-ratio:1;object-fit:cover;border-radius:3px;border:1px solid rgba(255,255,255,.45);box-shadow:0 8px 16px #00000052;opacity:0;transform:translateY(-3px) scale(.95);transition:opacity .18s ease,transform .22s ease;transition-delay:calc(var(--inset-index, 0) * 28ms)}.graphics-cell.featured .graphics-inset{width:5.8rem}@media(hover:hover)and (pointer:fine){.graphics-cell:hover .graphics-frame{transform:translateY(-5px) scale(1.02);box-shadow:0 14px 24px #0000004d}.graphics-cell:hover .graphics-inset{opacity:.98;transform:translateY(0) scale(1)}.graphics-cell:hover .graphics-insets{opacity:1;transform:translateY(0)}}.graphics-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:.6rem .75rem;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 60%);opacity:0;transition:opacity .2s ease}.graphics-cell:hover .graphics-overlay{opacity:1}.graphics-overlay-title{font-family:var(--font-sans);font-size:.8rem;font-weight:600;color:#fff;line-height:1.3}.graphics-overlay-technique{font-family:var(--font-sans);font-size:.65rem;color:#ffffffbf;margin-top:.15rem}.graphics-cell.filtered{display:none}@media(hover:none),(pointer:coarse){.graphics-insets{display:none}}@media(prefers-reduced-motion:reduce){.graphics-inset,.graphics-overlay{transition:none}}.graphics-lightbox-shell{width:min(96vw,1200px);max-height:92vh;display:flex;flex-direction:column;gap:.4rem}.graphics-lightbox-header{text-align:center;padding:0 4rem}.graphics-lightbox-title{margin:0;font-family:var(--font-sans);font-size:1.2rem;font-weight:600;color:#fff}.graphics-lightbox-technique{margin:.15rem 0 0;font-family:var(--font-sans);font-size:.85rem;color:#ffffffd1}.graphics-lightbox-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;border-radius:10px;scroll-behavior:smooth;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none}.graphics-lightbox-track::-webkit-scrollbar{display:none}.graphics-lightbox-slide{min-width:100%;margin:0;scroll-snap-align:center;display:grid;place-items:center;background:transparent}.graphics-lightbox-slide img{width:100%;max-height:72vh;object-fit:contain;display:block;border-radius:8px}.graphics-lightbox-counter{margin:0;text-align:center;font-family:var(--font-sans);font-size:.75rem;color:#ffffffb3}.graphics-lightbox-hint{margin:-.15rem 0 0;text-align:center;font-family:var(--font-sans);font-size:.72rem;color:#ffffff9e}.graphics-lightbox-dots{display:flex;justify-content:center;gap:.3rem;min-height:.45rem}.graphics-lightbox-dot{width:.34rem;height:.34rem;border-radius:999px;background:#ffffff52}.graphics-lightbox-dot.active{background:#ffffffe6}.graphics-lightbox-meta{text-align:center;margin:0 auto;max-width:78ch;color:#fff;padding:0 1.2rem}.graphics-lightbox-description,.graphics-lightbox-collaborators{margin:.2rem 0 0;font-family:var(--font-sans);line-height:1.5}.graphics-lightbox-description{font-size:.92rem;color:#ffffffeb}.graphics-lightbox-collaborators{font-size:.82rem;color:#ffffffc2}@media(max-width:768px){.graphics-lightbox-header{padding:0 1rem}.graphics-lightbox-shell{width:100vw;max-height:100vh;gap:.35rem}.graphics-lightbox-slide img{max-height:60vh}}@media(max-width:1024px){.graphics-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.graphics-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.graphics-grid{grid-template-columns:repeat(2,1fr)}}
