:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:#09090b}body[data-theme=dark]{color:#daa}@media screen and (max-width: 768px){.menu-links{animation-duration:.3s;animation-name:slide-in}@keyframes slide-in{0%{translate:0 -150vw;scale:200% 1}to{translate:0 0;scale:100% 1}}@keyframes slide-out{0%{translate:0 0;scale:100% 1}to{translate:0 -150vw;scale:200% 1}}}@keyframes deal{0%{transform:translate(-150vh);opacity:0}to{transform:translateY(0);opacity:1}}.card{transition:transform .5s cubic-bezier(.68,-.55,.265,1.55),opacity .5s cubic-bezier(.68,-.55,.265,1.55);animation-fill-mode:forwards}.card.card0{animation:deal .25s ease-in-out}.card.card1{animation:deal .5s ease-in-out}.card.card2{animation:deal .75s ease-in-out}.card.card3{animation:deal 1s ease-in-out}.card.card4{animation:deal 1.25s ease-in-out}.card.card5{animation:deal 1.5s ease-in-out}.card.card6{animation:deal 1.75s ease-in-out}.card.card7{animation:deal 2s ease-in-out}.card.card8{animation:deal 2.25s ease-in-out}.card.card9{animation:deal 2.5s ease-in-out}.card-container{perspective:1000px;cursor:pointer;margin:1rem}.card-inner{position:relative;width:100%;height:100%;transition:transform .6s;transform-style:preserve-3d;text-align:center}.card-container.flipped .card-inner{transform:rotateY(180deg)}.card-front,.card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden}.card-back{transform:rotateY(180deg);background:#000000e6;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;text-align:center;border-radius:8px;box-shadow:0 4px 6px #0000001a}.upside-down{transform:rotate(180deg)}
