:root{--bg: #ffffff;--fg: #111111;--muted: #555555;--accent: #111111;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%;background:var(--bg);color:var(--fg)}.home{min-height:100vh;display:flex;align-items:center;justify-content:center;font-size:clamp(2rem,8vw,4rem);font-weight:600;letter-spacing:-.02em}.legal{max-width:760px;margin:0 auto;padding:48px 24px 96px;line-height:1.6;color:var(--fg)}.legal h1{font-size:2rem;margin:0 0 .5rem;letter-spacing:-.01em}.legal .meta{color:var(--muted);font-size:.9rem;margin-bottom:2rem}.legal h2{font-size:1.25rem;margin:2rem 0 .75rem}.legal h3{font-size:1.05rem;margin:1.5rem 0 .5rem}.legal p,.legal li{font-size:1rem}.legal ul,.legal ol{padding-left:1.25rem}.legal a{color:var(--accent)}.legal .lang{margin-bottom:1rem;font-size:.9rem}.legal .lang a{margin-right:.75rem;color:var(--muted);text-decoration:none}.legal .lang a:hover{text-decoration:underline}.notfound{min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;color:var(--muted)}.notfound a{color:var(--fg)}
