:root{--onis-green: #aec400;--onis-gray: #8a8a82;--ink: #2b2b28;--muted: #6b6b66;--bg: #ffffff}*{box-sizing:border-box;margin:0}html,body{height:100%}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--ink);background:radial-gradient(circle at 50% 0%,rgba(174,196,0,.08),transparent 60%),var(--bg);-webkit-font-smoothing:antialiased}.page{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.5rem;padding:2rem 1.5rem}.logo{width:min(320px,70vw);height:auto}.title{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:700;letter-spacing:-.02em}.title:after{content:"";display:block;width:64px;height:4px;margin:.9rem auto 0;border-radius:2px;background:var(--onis-green)}.subtitle{max-width:38ch;font-size:clamp(1rem,2.5vw,1.15rem);line-height:1.6;color:var(--muted)}
