:root{--group-count:4;--collection-menu-height:60px;--modal-text-height:0px;--background:#111;--background-accent:#252525;--border-color:#575656;--text-color:#fdf8dc}@media (width<=1350px){:root{--group-count:3}}@media (width<=1000px){:root{--group-count:2}}html,body,div,input,textarea,button,select,a{-webkit-tap-highlight-color:transparent;box-sizing:border-box;margin:0;padding:0}body{background:var(--background);color:var(--text-color);cursor:default;--modal-text-height:0px;font-family:Roboto,sans-serif}a{color:unset;text-decoration:none}a:focus{outline:none}.prevent-select{-webkit-user-select:none;user-select:none}::selection{color:var(--background);background:var(--text-color)}::-webkit-scrollbar{cursor:pointer;width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#80808080;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#808080b3}*{scrollbar-width:thin;scrollbar-color:#80808080 transparent}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fade{0%{opacity:0;transform:translateY(25px)}33%{opacity:1;transform:translateZ(0)}66%{opacity:1}to{opacity:0}}@keyframes pulsIn{0%{opacity:1;box-shadow:inset 0 0 0 1rem #fdf8dc}50%,to{opacity:0;box-shadow:inset 0 0 #fdf8dc}}@keyframes pulsOut{0%,50%{opacity:0;box-shadow:0 0 #fdf8dc}to{opacity:1;box-shadow:0 0 0 1rem #fdf8dc}}@keyframes focusIn{0%{opacity:0;filter:blur(12px);transform:translateY(20px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes settleIn{0%{opacity:0;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}.loader{justify-content:center;align-items:center;width:100%;max-width:4rem;margin:3rem 0;display:flex;position:relative}.loader:before,.loader:after{content:"";filter:drop-shadow(0 0 1rem #fdf8dc75);border-radius:50%;animation:1.8s ease-in-out infinite pulsOut;position:absolute}.loader:before{width:100%;padding-bottom:100%;animation-name:pulsIn;box-shadow:inset 0 0 0 1rem #fdf8dc}.loader:after{width:calc(100% - 2rem);padding-bottom:calc(100% - 2rem);box-shadow:0 0 #fdf8dc}.logo{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);filter:saturate();z-index:200;background:#1d1d1dbe;border-radius:9px;width:70px;padding:5px;transition:all .3s ease-in-out;position:sticky;bottom:15px;left:calc(50% - 40px)}.logo:hover{filter:grayscale(0);box-shadow:0 0 20px 4px #00000024}@media only screen and (width<=768px){.logo .loaded{-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px);background:#fdf8dc61;border-radius:15px;width:50px;padding:.3rem}}.home{place-items:center;height:100vh;display:grid}.title{font-family:Roboto,sans-serif;font-size:26px;font-weight:300}canvas{object-fit:cover;object-position:center;width:100%!important;height:100%!important}.error-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:50vh;padding:2rem;display:flex}.error-state p{opacity:.8;font-size:16px;font-weight:300}.error-state button{border:1px solid var(--border-color);color:var(--text-color);cursor:pointer;background:0 0;padding:.6rem 1.5rem;font-family:Roboto,sans-serif;font-size:14px;transition:all .2s}.error-state button:hover{background:var(--background-accent)}.not-found{text-align:center;align-content:center;gap:.5rem;height:100vh;display:grid}.not-found h1{color:var(--text-color);font-size:2rem;font-weight:300}.not-found p{color:var(--text-color);opacity:.6;font-size:1.2rem;font-weight:300}.not-found a{color:var(--text-color);text-underline-offset:4px;opacity:.8;margin-top:1rem;font-size:1rem;text-decoration:underline;text-decoration-thickness:1px;transition:opacity .2s}.not-found a:hover{opacity:1}.site-header{z-index:1000;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#111111d3;position:sticky;top:0}.header-top-row{justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.header-logo{align-items:center;display:flex}.header-logo img{filter:grayscale(.25);width:70px;height:auto;transition:filter .3s ease-in-out}.header-logo:hover img{filter:grayscale(0)}.header-instagram{color:var(--text-color);align-items:center;transition:opacity .2s;display:flex}.header-instagram:hover{opacity:.7}.header-instagram svg{width:18px;height:18px}.header-nav-row{justify-content:center;padding:.5rem .5rem 1.5rem;display:flex!important}.header-nav{gap:2rem;font-size:14px;display:flex}.nav-link{color:var(--text-color);-webkit-text-decoration:underline #0000;text-decoration:underline #0000;transition:all .2s}.nav-link:hover{opacity:.7}.nav-link.active{-webkit-text-decoration-color:var(--text-color);text-decoration-color:var(--text-color);text-underline-offset:4px;opacity:1;text-decoration-thickness:1px}.mobile-menu-button{z-index:1001;cursor:pointer;min-width:44px;min-height:44px;color:var(--text-color);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:relative}.mobile-menu-button>button{pointer-events:none;background:0 0;border:none;width:auto;height:auto;margin:0;padding:0;position:relative}.mobile-dropdown{max-height:0;transition:max-height .3s ease-out;overflow:hidden}.mobile-dropdown.open{max-height:500px}.mobile-nav{flex-direction:column;gap:1rem;padding:1rem 1.5rem;display:flex}.mobile-nav-link{color:var(--text-color);font-size:14px;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;transition:opacity .2s}.mobile-nav-link:hover{opacity:.7}.mobile-nav-link.active{-webkit-text-decoration-color:var(--text-color);text-decoration-color:var(--text-color);text-underline-offset:4px;opacity:1;text-decoration-thickness:1px}.mobile-instagram-link{align-items:center;gap:.5rem;display:flex}.desktop-only{display:block}.mobile-only{display:none}@media only screen and (width<=768px){.desktop-only{display:none}.mobile-only{display:block}.header-top-row{padding:.75rem 1rem}.header-logo img{width:60px}.header-nav-row{display:none!important}}.menu-wrapper{-webkit-user-select:none;user-select:none;align-content:center;justify-items:center;padding:.5rem 0;display:grid}@media only screen and (width<=768px){.menu-wrapper{margin:0 auto;padding:.5rem .5rem .3rem;font-size:12px}}.fade-sides{-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 2rem calc(100% - 2.5rem),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 2rem calc(100% - 2.5rem),#0000 100%);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media only screen and (width<=768px){.fade-sides{-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 1.5rem calc(100% - 1.5rem),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 1.5rem calc(100% - 1.5rem),#0000 100%)}}.site-footer{text-align:center;margin-top:3rem;padding:3rem 1.5rem}.footer-instagram-link{color:var(--text-color);justify-content:center;align-items:center;margin-bottom:1rem;transition:opacity .2s;display:inline-flex}.footer-instagram-link:hover{opacity:.7}.footer-instagram-link svg{width:16px;height:16px}.footer-copyright{color:var(--text-color);opacity:.8;font-size:12px;font-weight:300}@media only screen and (width<=768px){.site-footer{margin-top:2rem;padding:2rem 1rem}.footer-copyright{font-size:11px}}
