header{display:flex;flex-direction:row;justify-content:space-around;align-items:center;position:fixed;width:100%;z-index:1;background:transparent;transition:background-color .3s ease,box-shadow .3s ease,backdrop-filter .3s ease,transform .3s ease,padding-top .3s ease}header.scrolled{background:#ffffff41;backdrop-filter:blur(12px);box-shadow:0 10px 30px #0000000e}.logo{display:flex;font-size:.5rem;align-items:center;margin-right:-240px}.logo-name{color:#ff69b4;font-size:1.2rem;font-weight:700;.blue-logo{color:#51e5ff}}.logo img{width:50px;margin-right:20px}.navbar ul{list-style-type:none;display:flex;justify-content:center;align-items:center;gap:.5rem}.navbar li{margin:0 .25rem}.navbar a{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;color:inherit;font-size:1.2rem;font-weight:700;text-decoration:none;padding:.5rem .75rem;border-radius:30px}.navbar a:hover{background-color:#00000027}.mobile-navbar-button{display:none;flex-direction:column;justify-content:space-between;width:26px;height:18px;background:transparent;border:none;cursor:pointer;padding:0;z-index:101;outline:none}.mobile-navbar-button span{display:block;width:100%;height:2px;background-color:var(--content-color, #424);border-radius:2px;transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .3s cubic-bezier(.16,1,.3,1)}.mobile-navbar-button.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-navbar-button.open span:nth-child(2){opacity:0}.mobile-navbar-button.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media screen and (max-width:1200px){.logo-name{display:none}.logo{margin:0}}@media screen and (max-width:700px){header{justify-content:space-between;padding:.75rem 3.5rem;box-sizing:border-box;align-items:center}.logo-name{display:block}.logo{margin-right:0}.mobile-navbar-button{display:flex}.navbar{position:absolute;top:100%;left:0;right:0;width:100%;background:#ffffffd3;backdrop-filter:blur(12px);box-shadow:0 10px 30px #0000000e;border-bottom:1px solid rgba(236,72,153,.1);opacity:0;visibility:hidden;transform:translateY(-15px);transition:opacity .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1),visibility .3s;pointer-events:none}.navbar.mobile-navbar-active{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.navbar ul{flex-direction:column;padding:1.5rem 1rem;gap:.5rem;width:100%;box-sizing:border-box}.navbar li{width:100%;margin:0;border-bottom:2px solid #000}.navbar li:last-child{border-bottom:none}.navbar a{display:flex;padding:.85rem 1.5rem;font-size:2.5rem;border-radius:12px}.navbar a svg{width:32px;height:32px}.navbar a:hover{background-color:#ec489914;color:#ff1493;transform:scale(1.02)}}.footer{display:flex;flex-wrap:wrap;justify-content:space-evenly;gap:2rem;padding:1.5rem 1rem;background-color:#fff;font-family:sans-serif;font-size:.95rem}.footer-group{min-width:200px;max-width:305px;flex:1}.footer-title{font-weight:700;margin-bottom:.5rem}.footer a:hover{text-decoration:underline}.footer ul{list-style:none;padding:0;margin:0}.footer li{margin:.3rem 0}.footer-separator{width:50%;margin:2rem;border:none;border-bottom:1px solid #ccc}.footer-note{display:flex;width:100%;flex-direction:column;align-items:center;font-size:.8rem;color:#666}@media(max-width:600px){.footer{flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem}.footer-group{width:100%}.footer-separator{width:100%;margin:1rem}}:root{--content-color: #424;--background-color: #ffff}@font-face{font-family:Quicksand;src:url(/fonts/Quicksand-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Quicksand;src:url(/fonts/Quicksand-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}body,#root{background:#fdf2f8;color:var(--content-color);margin:0;height:100vh;font-family:Quicksand;font-size:large;flex:1;font-display:swap}main{display:flex;margin:0 auto;flex-direction:column;align-items:center;max-width:990px;padding:3rem;padding-top:80px;min-height:76%}a{text-decoration:none;color:#ff1493}h1,h2,h3,h4,h5,h6{font-family:Quicksand;font-weight:700;line-height:1.2;margin-bottom:1rem}
