:root,.dark{--bg-page: #000000;--bg-card: #2f2f2f;--text-primary: #ffffff;--text-muted: #b0b0b0;--accent: #888888;--nav-bg: rgba(47, 47, 47, .9);--link-hover: #e0e0e0}.light{--bg-page: #f5f5f5;--bg-card: #ffffff;--text-primary: #1a1a1a;--text-muted: #555555;--accent: #333333;--nav-bg: rgba(255, 255, 255, .9);--link-hover: #000000}*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg-page);color:var(--text-primary);line-height:1.6;min-height:100vh}.home{max-width:860px;margin:0 auto;padding:3rem 1.5rem 6rem;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.home__signature{margin:0 0 2rem;width:min(860px,98vw);max-width:100%;color:var(--text-primary)}.home__signature-svg{display:block;width:100%;height:auto}.home__tagline{font-size:clamp(1rem,2.2vw,1.25rem);font-family:Lora,Georgia,Times New Roman,serif;font-weight:500;letter-spacing:.02em;color:var(--text-muted);margin:0 0 .35rem;padding:0 .5rem;line-height:1.5}.home__tagline--sub{margin-bottom:1.5rem;font-size:clamp(.9rem,1.9vw,1.1rem);font-weight:400;padding:0 .5rem}@media(max-width:480px){.home{padding:2rem 1rem 5rem}.home__signature{margin-bottom:1.75rem}.home__tagline--sub{margin-bottom:1.25rem}.nav{bottom:1rem;right:1rem;padding:.5rem .75rem;font-size:.8125rem}}.nav{position:fixed;bottom:1.5rem;right:1.5rem;display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;background:var(--nav-bg);border-radius:9999px;z-index:100}.nav a{color:var(--text-primary);text-decoration:none;font-size:.875rem}.nav a:hover{color:var(--link-hover)}.nav__toggle{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:50%;background:transparent;color:var(--text-primary);cursor:pointer}.nav__toggle:hover{background:var(--accent);color:var(--bg-page)}.nav__toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
