@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap");:root{--font-sofia:"Manrope",sans-serif;--font-manrope:"Manrope",sans-serif;--primary:#23ce6b;--bg-blue:#f1f3f7;--shadow-btn:1px 3px 4px 0px rgba(0,0,0,0.25)}*{box-sizing:border-box;margin:0;padding:0}body,html{max-width:100vw;height:100%;overflow-x:hidden;overflow-y:auto;font-family:var(--font-manrope);color:#0f172a;background:var(--bg-blue)}a{color:inherit;text-decoration:none}button{font-family:inherit}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1 0 auto}.site-footer,.site-main{display:flex;flex-direction:column}.site-footer{margin-top:auto;gap:12px;padding:24px 28px;background:rgba(255,255,255,.92);border-top:1px solid rgba(15,23,42,.08);color:rgba(15,23,42,.75)}.site-footer__brand{font-size:.9rem;letter-spacing:.02em}.site-footer__nav{display:flex;flex-wrap:wrap;gap:16px;font-weight:600}.site-footer__nav a{color:rgba(15,23,42,.88);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}@media (max-width:640px){.site-footer{padding:20px 18px}}