@layer base,components,utilities;@layer base{@font-face{font-family:Lexend Deca;src:url(/assets/LexendDeca-VariableFont_wght-4jVjszb6.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Big Shoulders Display;src:url(/assets/BigShoulders-VariableFont_opsz_wght-CwAiukGt.ttf) format("truetype");font-weight:700;font-display:swap}:root{--clr-gold: hsl(31, 77%, 52%);--clr-cyan: hsl(184, 100%, 22%);--clr-green: hsl(179, 100%, 13%);--transparent-white: hsla(0, 0%, 100%, .75);--gray-100: hsl(0, 0%, 95%);--fs-16: 1rem;--fs-18: 1.125rem;--fs-20: 1.25rem;--fs-28: 1.75rem;--fs-32: 2rem;--fs-36: 2.25rem;--fs-40: 2.5rem;--fs-56: 3.5rem;--fw-400: 400;--fw-700: 700}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{font-size:16;font-family:Lexend Deca,system-ui,sans-serif}@media (prefers-reduced-motion: no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;font-size:.9375rem;-webkit-font-smoothing:antialiased;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}#root{display:flex;flex-direction:column;justify-content:space-between;height:100vh;align-items:center}html,body,#root,.app-wrapper{height:100%;min-height:100vh;width:100vw;margin:0;padding:0;box-sizing:border-box;overflow-x:hidden}.app-wrapper{min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.main-content{flex:1 0 auto;display:flex;justify-content:center;align-items:center;min-height:0;width:100%;overflow-x:auto}footer{flex-shrink:0}@media screen and (max-width: 720px){body{scale:.7}}@media screen and (max-width: 530px){body{justify-content:flex-start;scale:1}main{margin:0}}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}}@layer components{.container{max-width:75rem;color:var(--transparent-white);display:flex;flex-direction:row}.container article{max-width:19.125rem;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;gap:2rem;font-size:var(--fw-400);cursor:pointer;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 12px #0000000f}.container article h2{margin-top:1rem;font-family:Big Shoulders Display,system-ui,sans-serif;font-size:var(--fs-28);text-transform:uppercase}.container article a{padding:.5rem 1rem;border-radius:1.5625rem;border-color:transparent;cursor:pointer;transition:transform .3s ease-in-out;border:1px solid transparent;background-color:#fff;font-size:.8rem;max-width:fit-content}.container article a:hover{background-color:transparent;border-color:#fff;color:var(--transparent-white)}.container article:hover{transform:scale(1.04);box-shadow:0 6px 24px #0000001f}article:first-of-type{background-color:var(--clr-gold);border-radius:.3125rem 0 0 .3125rem}article:first-of-type .card-button{color:var(--clr-gold)}article:nth-of-type(2){background-color:var(--clr-cyan)}article:nth-of-type(2) .card-button{color:var(--clr-cyan)}article:last-of-type{background-color:var(--clr-green);border-radius:0 .3125rem .3125rem 0}article:last-of-type .card-button{color:var(--clr-green)}.attribution{font-size:.6875rem;text-align:center}.attribution a{color:#3e52a3}}footer{text-align:center;padding:1rem}.footer-link{display:inline-flex;align-items:center;gap:.5rem;color:#333;text-decoration:none}.footer-icon{font-size:1.2rem}@media screen and (max-width: 530px){.container{padding:.5rem;flex-direction:column}.container article{padding:2.5rem;border-radius:0}.container article h2{margin-top:1rem}.container article p{margin:1.5rem 0}.container article a{margin:1rem 0}}@layer utilities{.util{display:block}}
