:root{--bg: #f6f4f1;--text-main: #2e2e2e;--text-muted: #7a7a7a;--button-bg: #3a3f45;--button-text: #ffffff}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text-main)}body{display:flex;align-items:center;justify-content:center}body:before{content:"";position:fixed;inset:0;background-image:url(assets/paper-noise.jpg);background-size:256px 256px;opacity:.25;pointer-events:none}.container{text-align:center;max-width:640px;padding:40px 20px}h1{font-size:42px;font-weight:500;margin-bottom:16px}.tagline{font-size:22px;margin-bottom:6px}.subtagline{font-size:18px;color:var(--text-muted);margin-bottom:40px}.button{display:inline-block;padding:14px 28px;border-radius:999px;background:var(--button-bg);color:var(--button-text);text-decoration:none;font-size:16px}.footer{margin-top:60px;font-size:14px;color:var(--text-muted)}.footer a{color:inherit;text-decoration:none}.about{text-align:left;font-size:18px;line-height:1.6}.about h2{font-size:28px;font-weight:500;margin-bottom:20px}.back{display:inline-block;margin-top:40px;font-size:14px;color:var(--text-muted);text-decoration:none}
