:root{--myBlue:#62dbfb;--myLightBlue:#b2e4ff;--myPremium:#ffd631;--myGrey:#d0d0d0;--myLightPremium:#fff2bd;--myGreen:#eeffe1;--myRed:#ffa2a2;--myBorderNormal:2px solid #000;--myBorderBold:5px solid #000;--myBorderRadius:10000px;--textColor:#000}*{box-sizing:border-box}html,body{height:100%}html{background-image:url(/background.svg);background-repeat:no-repeat;background-size:100%;background-attachment:scroll}body{color:var(--textColor);margin:0;font-family:Courier New,Courier,monospace;font-weight:700}a{color:inherit;text-decoration:none}.container-centered{max-width:1200px;margin:0 auto;padding:24px}.row{gap:16px;display:flex}.col{flex-direction:column;gap:12px;display:flex}.center{justify-content:center;align-items:center;display:flex}.button{border-radius:var(--myBorderRadius);border:var(--myBorderNormal);cursor:pointer;font-family:inherit;font-weight:inherit;font-size:inherit;justify-content:center;align-items:center;padding:12px 20px;display:inline-flex}.button.bold{border:var(--myBorderBold)}.button.slim{border:var(--myBorderNormal)}.button.blue{background:var(--myBlue)}.button.lightBlue{background:var(--myLightBlue)}.button.premium{background:var(--myPremium)}.button.green{background:var(--myGreen)}.button.red{background:var(--myRed)}.header,.footer{background:0 0;width:100%;margin-top:16px;margin-bottom:16px}.header-inner,.footer-inner{max-width:1200px;margin:0 auto;padding:16px 24px}.header-inner{justify-content:space-between;align-items:center;display:flex}.menu-toggle{border:var(--myBorderNormal);border-radius:var(--myBorderRadius);cursor:pointer;background:0 0;padding:8px 12px;display:none}.nav{align-items:center;gap:24px;display:flex}.nav-link{padding-bottom:4px;padding-inline:8px;position:relative}.nav select{margin-left:8px}.nav-link:after{content:"";background:currentColor;border-radius:100px;width:0%;height:2px;transition:width .25s;position:absolute;bottom:0;left:0}.nav-link:hover:after,.nav-link.active:after{width:100%}.logo-text:after{height:3px}.logo{align-items:center;gap:8px;font-size:xx-large;display:inline-flex}.logo img{width:42px;height:auto}.lang-select{color:var(--textColor);border:var(--myBorderNormal);border-radius:var(--myBorderRadius);cursor:pointer;appearance:none;background:0 0;padding:6px 12px;font-family:Courier New,Courier,monospace;font-weight:700;position:relative}.lang-select:focus{outline:none}.lang-select option{font-family:Courier New,Courier,monospace;font-weight:700}.lang-select{background-image:linear-gradient(45deg,transparent 50%,var(--textColor)50%),linear-gradient(135deg,var(--textColor)50%,transparent 50%);background-position:right 12px center,right 7px center;background-repeat:no-repeat;background-size:6px 6px,6px 6px;padding-right:28px}.footer-columns{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.footer-bottom{border-top:var(--myBorderNormal);text-align:center;margin-top:24px;padding-top:12px}.card{border:var(--myBorderNormal);border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px;display:flex}.hero{width:100%;max-width:900px}img.max{max-width:100%;height:auto}.centered-page{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:40px 24px;display:flex}.small{font-size:12px}.large{font-size:28px}.xlarge{font-size:40px}@media (max-width:800px){.footer-columns{grid-template-columns:1fr}.row{flex-direction:column}.menu-toggle{display:inline-flex}.nav{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-left:var(--myBorderNormal);background:#ffffffd9;flex-direction:column;align-items:flex-start;gap:16px;width:70vw;max-width:320px;height:100vh;padding:24px;transition:transform .25s;position:fixed;top:0;right:0;transform:translate(100%)}.nav.open{transform:translate(0)}.header-inner{position:relative}}@keyframes pop-scale{0%{transform:scale(1.05)}50%{transform:scale(1.15)}to{transform:scale(1.05)}}.highlight-pop{animation:1.2s ease-in-out pop-scale}
