.layout{display:flex;flex-direction:column;min-height:100vh}.header{padding:16px 30px}.header__logo{display:block;width:140px;height:auto}.content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 30px;text-align:center}.content h1{font-size:2.4rem;font-weight:700;margin-bottom:.5rem}.content p{color:var(--color-text-muted);font-size:1rem}.footer{padding:20px 30px;text-align:center;color:var(--color-text-muted);font-size:.85rem}:root{--color-bg: #0c0a14;--color-text: #fff;--color-text-muted: #aaaaad;--color-primary: #ffc700;--color-primary-text: #000;--color-accent: #937dfb;font-family:Nunito Sans,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;font-size:18px;color:var(--color-text);background-color:var(--color-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{min-width:320px;min-height:100vh}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}
