.figure-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2rem 0;align-items:center}.figure-item{text-align:center;padding:1rem;background:#fff;border-radius:0;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .2s ease;display:flex;flex-direction:column;align-items:center}.figure-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.12);transform:translateY(-2px)}.figure-item img{max-width:100%;width:100%;flex:1;min-height:0;object-fit:contain;background:#fff;border-radius:0;margin:0 auto;display:block}.figure-item.large-figure img{height:380px}.figure-item.small-figure img{height:180px}.figure-item.no-upscale img{width:auto;height:auto;max-width:100%;max-height:320px}.figure-item.crisp-figure img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.figure-caption{position:relative;text-align:center;text-wrap:balance;padding-right:5.5rem;font-size:.9rem;color:#666;font-weight:500;line-height:1.4;min-height:2rem;display:flex;align-items:center;justify-content:center;overflow:visible}.figure-caption .img-ref{position:absolute;right:0;top:50%;transform:translateY(-50%);white-space:nowrap}a.img-ref,div.img-ref,span.img-ref{color:#666;text-decoration:none;padding:.15rem .35rem;border-radius:0;font-size:.85em;font-weight:500;transition:all .2s ease;background:rgba(27,58,107,.08);border:1px solid rgba(27,58,107,.15);white-space:nowrap}a.img-ref{cursor:pointer}a.img-ref:hover{background:rgba(27,58,107,.15);border-color:var(--color-primary,#1b3a6b);color:var(--color-primary,#1b3a6b);transform:translateY(-1px);box-shadow:0 2px 4px rgba(27,58,107,.2)}a.img-ref:active{transform:translateY(0)}.figure-img{margin:1.5rem auto;text-align:center;max-width:100%;overflow:hidden}.figure-img img{max-width:100%;height:auto;display:block;margin:0 auto;border-radius:4px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.08);cursor:zoom-in;transition:opacity .2s ease}.figure-img img:hover{opacity:.9}.figure-img figcaption{font-size:.9rem;color:#666;font-weight:500;text-align:center;margin-top:.5rem;line-height:1.4}.cloud-gallery .figure-img{background:#fff;padding:.5rem;box-shadow:0 2px 8px rgba(0,0,0,.08);border-radius:4px;overflow:hidden}.cloud-gallery .figure-img img{box-shadow:none;border-radius:0}.cloud-gallery .figure-img figcaption{font-size:.8rem;font-weight:700;margin-top:.3rem}.figure-grid .figure-item img,.figure-img img{background:#fff}.figure-grid{overflow:hidden}html[data-theme="dark"] .figure-item{background:#fff}html[data-theme="dark"] .figure-item img{background:#fff}html[data-theme="dark"] .figure-img img{background:#fff}html[data-theme="dark"] .figure-caption{color:#999}html[data-theme="dark"] span.img-ref,html[data-theme="dark"] div.img-ref{color:#999;background:rgba(200,200,200,.12);border-color:rgba(200,200,200,.2)}@media (max-width:768px){.figure-grid{grid-template-columns:1fr;gap:1.5rem}.figure-caption{padding-right:0;flex-direction:column;gap:.25rem}.figure-caption .img-ref{position:static;transform:none}.cloud-gallery{grid-template-columns:repeat(2,1fr)!important}}