:root{--primary:#5852ff;--secondary:#009dff;--canvas:#f5f5f5;--surface:#ffffff;--text:#000000;--text-muted:#595d62}*,:after,:before{box-sizing:border-box}body,html{margin:0;min-height:100%}body{background:var(--canvas);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}main{min-height:100vh;display:grid;place-items:center;padding:24px 16px}.card{max-width:560px;width:100%;text-align:center}h1{margin:0 0 20px;line-height:0}.logo{width:min(288px,80vw);height:auto}p{margin:0;font-size:1.125rem}footer,p{color:var(--text-muted)}footer{margin-top:40px;font-size:.875rem}