:root{--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px)}
*{box-sizing:border-box}html,body{margin:0;height:100%;background:#254c67;color:#fff8e7;overflow:hidden;-webkit-user-select:none;user-select:none;font-family:"Arial Rounded MT Bold","Trebuchet MS",sans-serif}
#cv{display:block;width:100vw;height:100dvh;touch-action:none;outline:none}
.sr-only{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}

/* --- anul.space site chrome (added by build-site.mjs) --- */
.site-footer { position: fixed; bottom: env(safe-area-inset-bottom, 0px); left: 0; right: 0; height: 44px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; background: #17364a; border-top: 1px solid #537586; }
.site-footer h1 { margin: 0; font: bold 13px "Trebuchet MS", sans-serif; color: #b5cfda; }
.hub-back { padding: 6px 12px; border: 1px solid #6d93a3; border-radius: 9px; font: bold 13px "Trebuchet MS", sans-serif; color: #fff8e7; text-decoration: none; }
.hub-back:hover, .hub-back:focus-visible { background: #376a83; }
