*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #fafaf9;--text: #1c1917;--accent: #dc2626;--muted: #78716c;--border: #e7e5e4;--code-bg: #f5f5f4;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: "SF Mono", "Fira Code", "Cascadia Code", "JetBrains Mono", monospace;--max-width: 720px;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 2rem;--space-xl: 4rem}@media(prefers-color-scheme:dark){:root{--bg: #1c1917;--text: #fafaf9;--accent: #f87171;--muted: #a8a29e;--border: #292524;--code-bg: #292524}}[data-theme=light]{--bg: #fafaf9;--text: #1c1917;--accent: #dc2626;--muted: #78716c;--border: #e7e5e4;--code-bg: #f5f5f4}[data-theme=dark]{--bg: #1c1917;--text: #fafaf9;--accent: #f87171;--muted: #a8a29e;--border: #292524;--code-bg: #292524}html{font-family:var(--font-sans);background:var(--bg);color:var(--text);font-size:18px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(max-width:640px){html{font-size:16px}}body{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4{line-height:1.3;font-weight:700}h1{font-size:2rem;margin-bottom:var(--space-lg)}h2{font-size:1.4rem;margin-bottom:var(--space-md);margin-top:var(--space-xl)}h3{font-size:1.1rem;margin-bottom:var(--space-sm);margin-top:var(--space-lg)}p{margin-bottom:var(--space-md)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}code,.mono{font-family:var(--font-mono);font-size:.85em;background:var(--code-bg);padding:.1em .35em;border-radius:3px}blockquote{border-left:3px solid var(--accent);padding-left:var(--space-md);color:var(--muted);margin:var(--space-lg) 0;font-style:italic}ul,ol{padding-left:1.5em;margin-bottom:var(--space-md)}li{margin-bottom:var(--space-xs)}hr{border:none;border-top:1px solid var(--border);margin:var(--space-xl) 0}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-md);width:100%}main{flex:1;padding:var(--space-xl) 0}.site-header{padding:var(--space-lg) 0 0}.site-header nav{display:flex;flex-wrap:wrap;align-items:baseline;gap:var(--space-sm) var(--space-md)}.site-header .site-name{font-weight:700;font-size:1.1rem;color:var(--text);text-decoration:none;margin-right:auto}.site-header .site-name:hover{text-decoration:none;color:var(--accent)}.site-header nav a{font-size:.9rem;color:var(--muted)}.site-header nav a:hover{color:var(--accent)}.site-header nav a[aria-current=page]{color:var(--text);font-weight:600}.theme-toggle{background:none;border:none;cursor:pointer;font-size:1rem;color:var(--muted);padding:0;line-height:1}.theme-toggle:hover{color:var(--text)}.site-footer{padding:var(--space-xl) 0 var(--space-lg);color:var(--muted);font-size:.85rem}.site-footer .footer-quote{font-style:italic;margin-bottom:var(--space-sm)}.site-footer .footer-meta{display:flex;flex-wrap:wrap;gap:var(--space-sm) var(--space-md)}.site-footer a{color:var(--muted)}.site-footer a:hover{color:var(--accent)}.hero{margin-bottom:var(--space-xl)}.hero h1{font-size:2.5rem;margin-bottom:var(--space-md)}@media(max-width:640px){.hero h1{font-size:1.8rem}}.hero .is-line{font-size:1.3rem;color:var(--muted);min-height:2em}@media(max-width:640px){.hero .is-line{font-size:1.1rem}}.home-section{margin-bottom:var(--space-xl)}.home-section h2{font-size:1rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-top:0;margin-bottom:var(--space-md)}.home-section p{max-width:55ch}.project-list{display:flex;flex-direction:column;gap:var(--space-lg)}.project-card{border-top:1px solid var(--border);padding-top:var(--space-md)}.project-card h3{margin-top:0;margin-bottom:var(--space-xs)}.project-card h3 a{color:var(--text)}.project-card h3 a:hover{color:var(--accent)}.project-card .project-desc{color:var(--muted);margin-bottom:var(--space-sm)}.project-card .project-meta{font-family:var(--font-mono);font-size:.8rem;color:var(--muted)}.project-card .tag{display:inline-block;margin-right:var(--space-sm)}.book-section{margin-bottom:var(--space-xl)}.book-list{list-style:none;padding:0}.book-list li{padding:var(--space-sm) 0;border-bottom:1px solid var(--border)}.book-list .book-title{font-weight:600}.book-list .book-author{color:var(--muted)}.book-list .book-note{font-size:.9rem;color:var(--muted);font-style:italic}.post-list{list-style:none;padding:0}.post-list li{padding:var(--space-md) 0;border-bottom:1px solid var(--border)}.post-list .post-date{font-family:var(--font-mono);font-size:.8rem;color:var(--muted)}.post-list .post-title a{color:var(--text);font-weight:600}.post-list .post-title a:hover{color:var(--accent)}.post-list .post-desc{color:var(--muted);font-size:.95rem}.post-header{margin-bottom:var(--space-xl)}.post-header .post-date{font-family:var(--font-mono);font-size:.85rem;color:var(--muted)}.post-content h2{font-size:1.3rem}.post-content h3{font-size:1.1rem}.post-content img{max-width:100%;height:auto;border-radius:4px}.post-content pre{background:var(--code-bg);padding:var(--space-md);border-radius:4px;overflow-x:auto;margin:var(--space-lg) 0}.link-list{list-style:none;padding:0}.link-list li{padding:var(--space-sm) 0;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-md)}.link-list .link-label{color:var(--muted);font-size:.9rem}.now-updated{font-family:var(--font-mono);font-size:.85rem;color:var(--muted);margin-bottom:var(--space-lg)}.audhd-note{background:var(--code-bg);padding:var(--space-md) var(--space-lg);border-radius:4px;margin:var(--space-lg) 0;font-size:.95rem}
