@charset "UTF-8";:root{--bg: #050a10;--surface: #0b1620;--text: #e8eef4;--text-muted: #93a7b8;--accent: #2f8fd0;--font-base: "Barlow", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-condensed: "Barlow Condensed", var(--font-base)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{min-height:100vh;background:var(--bg);color:var(--text);font-family:var(--font-base);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,select,input,label{font-family:inherit}a{color:#6fb6ea;text-decoration:none;text-underline-offset:3px}a:hover{color:#9ed2f5;text-decoration:underline}::selection{background:#2f8fd059}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
