:root{--main-blue:#3d5a80;--accent-blue:#98c1d9;--bg-light:#e0fbfc;--accent-orange:#ee6c4d;--main-dark:#293241;--radius:12px}body,html{padding:0;margin:0;color:var(--main-dark);font-family:Geist,Segoe UI,Arial,sans-serif;min-height:100vh;position:relative;z-index:0}body:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background-image:url(/back_base.png);background-repeat:repeat-y;background-size:100% auto;background-position:top;opacity:.5}a{color:var(--main-blue);text-decoration:none;transition:color .2s}*{box-sizing:border-box}@media (max-width:480px){html{font-size:15px}}@media (min-width:481px) and (max-width:768px){html{font-size:16px}}@media (min-width:769px){html{font-size:17px}}