:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;font-size:17px;--text: #2c2c2c;--text-muted: #737373;--bg: #fefefe;--bg-code: #f4f4f4;--border: #e5e5e5;--accent: #c45a3b;color:var(--text);background-color:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(prefers-color-scheme:dark){:root{--text: #e5e5e5;--text-muted: #a0a0a0;--bg: #161616;--bg-code: #252525;--border: #333333;--accent: #e07a5f}}*{box-sizing:border-box}::selection{background:var(--accent);color:var(--bg)}*{transition:background-color .3s ease,border-color .3s ease}html{scroll-behavior:auto!important}body{margin:0;min-width:320px;min-height:100vh}#app{width:100%}a{color:var(--accent);text-decoration:none;background-image:linear-gradient(var(--accent),var(--accent));background-size:0% 1px;background-position:0 100%;background-repeat:no-repeat;transition:background-size .25s ease-out}a:hover{background-size:100% 1px}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:500;color:var(--text);letter-spacing:-.03em}button{font-family:inherit;cursor:pointer}button:hover{text-decoration:underline}button:focus,button:focus-visible{outline:none}
