:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#1d1d1c;--foreground:#f1f5f9}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif}.hero{background:var(--background);justify-content:center;align-items:center;min-height:100vh;padding:clamp(24px,5vw,72px);display:flex;overflow:hidden}.heroLogo{object-fit:contain;width:100%;max-width:min(94vw,1280px);height:auto;max-height:min(72vh,560px)}
