.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.438rem;font-family:Bricolage Grotesque,sans-serif;font-size:.875rem;font-weight:400;border-radius:9999px;transition:all .3s ease;cursor:pointer;white-space:nowrap;text-decoration:none}.btn:focus-visible{outline:2px solid #4a7aff;outline-offset:2px}.btn--filled{background-color:#313131;color:#fff;border:2px solid #313131}.btn--filled:hover{background-color:#3d3d3d;border-color:#3d3d3d}.btn--outlined{background-color:#fff;color:#000;border:1px solid #313131}.btn--outlined:hover{background-color:#313131;color:#fff}.btn--pill{background-color:#f5f5f5;color:#000;border:1px solid transparent;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500}.btn--pill:hover{background-color:#e8e8e8}.navbar{position:sticky;top:0;z-index:100;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding-top:2rem}.navbar__inner{display:flex;align-items:center;justify-content:space-between;align-items:flex-start;height:72px;gap:1.5rem}.navbar__logo{display:inline-flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;white-space:nowrap;text-decoration:none;color:#000}.navbar__logo:focus-visible{outline:2px solid #4a7aff;outline-offset:2px}.navbar__logo-text{line-height:1}.navbar__logo-doodle{width:28px;height:28px;object-fit:contain}.navbar__hamburger{display:flex;flex-direction:column;gap:5px;padding:.5rem;z-index:101}@media(min-width:768px){.navbar__hamburger{display:none}}.navbar__hamburger span{display:block;width:24px;height:2px;background-color:#000;transition:all .3s ease;border-radius:2px}.navbar__hamburger--open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar__hamburger--open span:nth-child(2){opacity:0}.navbar__hamburger--open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.navbar__menu{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#fff;flex-direction:column;align-items:center;justify-content:center;gap:3rem;z-index:100}.navbar__menu--open{display:flex}@media(min-width:768px){.navbar__menu{display:flex;position:static;flex-direction:row;background:none;flex:1;justify-content:flex-end;gap:2rem}}.navbar__actions{display:flex;align-items:center;gap:1rem}.footer{background-color:#f5f5f5;text-align:center}.footer__inner{display:flex;flex-direction:column;align-items:center;gap:2rem;position:relative}.footer__characters{display:flex;justify-content:space-between;width:100%;pointer-events:none;position:absolute;top:50%;left:0;transform:translateY(-50%);padding:0 1rem}.footer__character{width:80px;height:80px}@media(min-width:768px){.footer__character{width:100px;height:100px}}.footer__character img{width:100%;height:100%;object-fit:contain}.footer__contact{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;position:relative;z-index:1}.footer__pill{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;background-color:#fff;border-radius:9999px;font-family:Bricolage Grotesque,sans-serif;font-size:.875rem;font-weight:500;color:#000;text-decoration:none;border:1px solid rgba(0,0,0,.08);transition:background-color .15s ease}.footer__pill:focus-visible{outline:2px solid #4a7aff;outline-offset:2px}.footer__pill:hover{background-color:#eee}.app{display:flex;flex-direction:column;min-height:100vh}.app main{flex:1}.page-loader{display:flex;align-items:center;justify-content:center;min-height:60vh}.page-loader__spinner{width:40px;height:40px;border:3px solid #f5f5f5;border-top-color:#000;border-radius:50%;animation:spin .8s linear infinite}@media(prefers-reduced-motion:reduce){.page-loader__spinner{animation:none;opacity:.5}}@keyframes spin{to{transform:rotate(360deg)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}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}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{background:none;border:none;cursor:pointer}#root{isolation:isolate}body{font-family:Bricolage Grotesque,sans-serif;font-size:1rem;color:#000;background-color:#fff}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}h1{font-size:3rem}@media(min-width:768px){h1{font-size:4rem}}h2{font-size:2.5rem}@media(min-width:768px){h2{font-size:3rem}}h3{font-size:2rem}@media(min-width:768px){h3{font-size:2.5rem}}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{line-height:1.7;color:#686868}.text-accent-blue{color:#4a7aff}.text-accent-purple{color:#9b59b6}.container{max-width:1440px;margin-inline:auto;padding-inline:2rem;width:100%}.contain-container{max-width:1206px;padding:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
