@import"https://rsms.me/inter/inter.css";*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,sans-serif}@supports (font-variation-settings: normal){:root{font-family:Inter var,sans-serif}}:root{--color-slate-100: #f1f5f9;--color-slate-300: #cbd5e1;--color-slate-500: #64748b;--color-slate-700: #334155;--color-gray-900: #111827;--color-blue-500: #3b82f6;--color-blue-600: #2563eb;--color-blue-800: #1e40af;--color-white: #ffffff}html{height:100%;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-slate-100);color:var(--color-slate-300);min-height:100vh;overflow:hidden}.sidebar{position:fixed;left:0;top:0;width:256px;height:100vh;min-height:100vh;background-color:var(--color-gray-900);color:var(--color-slate-300);overflow-y:scroll;z-index:10}.gallery-grid{column-count:2;column-gap:1rem;width:100%}.gallery-item{break-inside:avoid;margin-bottom:1rem}.gallery-item img{width:100%;display:block;border-radius:.5rem;transition:transform .3s ease,box-shadow .3s ease}.gallery-item:hover img{transform:scale(1.05);box-shadow:0 10px 20px #0003;cursor:pointer}@media(min-width:768px){.gallery-grid{column-count:3}}@media(min-width:1024px){.gallery-grid{column-count:4}}
