:root{--bg:#f4f1f1;--surface:#fff;--text-color:#1a1a1a;--text-muted:#5a5a5a;--border:#e3e0e0;--accent:#088d48;--code-bg:#fff;--code-text:#24292e;--code-keyword:#d73a49;--code-string:#032f62;--code-number:#005cc5;--code-comment:#6a737d;--code-function:#6f42c1;--code-border:#e1e4e8}:root.dark{--bg:#1a1b1d;--surface:#232527;--text-color:#e4e4e4;--text-muted:#9a9a9a;--border:#34373a;--accent:#0db760;--code-bg:#1e1e1e;--code-text:#d4d4d4;--code-keyword:#569cd6;--code-string:#ce9178;--code-number:#b5cea8;--code-comment:#6a9955;--code-function:#dcdcaa;--code-border:#555}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.6rem;line-height:1.6;color:var(--text-color);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease-in-out,color .3s ease-in-out}img,picture,svg{display:block;max-width:100%}a{text-decoration:none}a,button{color:inherit}button{font:inherit;background:none;border:none;cursor:pointer}ol,ul{list-style:none}h1,h2,h3,h4{line-height:1.15;font-weight:700}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
