:root,[data-theme=light]{--color-bg:#ffffff;--color-bg-soft:#f8f8f8;--color-text:#1a1a1a;--color-text-muted:#666666;--color-border:#e5e5e5;--color-accent:#2563eb;--color-accent-hover:#1d4ed8;--color-code-bg:#f4f4f5}[data-theme=dark]{--color-bg:#111111;--color-bg-soft:#1a1a1a;--color-text:#e5e5e5;--color-text-muted:#999999;--color-border:#2a2a2a;--color-accent:#60a5fa;--color-accent-hover:#93bbfd;--color-code-bg:#1e1e1e}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;font-size:1.125rem;line-height:1.7;color:var(--color-text);background-color:var(--color-bg);transition:color .2s ease,background-color .2s ease;-webkit-font-smoothing:antialiased}a{color:var(--color-accent);text-decoration:none;transition:color .15s ease}a:hover{color:var(--color-accent-hover)}.container{max-width:42rem;margin:0 auto;padding:0 1.5rem}.site-header{padding:2rem 0;border-bottom:1px solid var(--color-border);margin-bottom:3rem}.header-inner{display:flex;justify-content:space-between;align-items:center}.site-title{font-size:1.25rem;font-weight:700;color:var(--color-text);letter-spacing:-.02em}.site-title:hover{color:var(--color-text)}.site-nav{display:flex;align-items:center;gap:1.5rem}.site-nav a{color:var(--color-text-muted);font-size:.95rem}.site-nav a:hover,.site-nav a.active{color:var(--color-text)}.theme-toggle{background:0 0;border:none;cursor:pointer;color:var(--color-text-muted);padding:.25rem;display:flex;align-items:center;transition:color .15s ease}.theme-toggle:hover{color:var(--color-text)}[data-theme=light] .icon-sun{display:none}[data-theme=light] .icon-moon{display:block}[data-theme=dark] .icon-sun{display:block}[data-theme=dark] .icon-moon{display:none}.hero{margin-bottom:4rem}.hero h1{font-size:2.5rem;font-weight:700;line-height:1.2;letter-spacing:-.03em;margin-bottom:.75rem}.hero-subtitle{font-size:1.25rem;color:var(--color-text-muted);line-height:1.5}h1,h2,h3,h4{font-weight:700;line-height:1.3;letter-spacing:-.02em}h1{font-size:2.25rem;margin-bottom:1rem}h2{font-size:1.5rem;margin-bottom:.75rem}h3{font-size:1.25rem;margin-bottom:.5rem}p{margin-bottom:1rem}.home-section{margin-bottom:3rem}.home-section h2{padding-bottom:.5rem;border-bottom:1px solid var(--color-border);margin-bottom:1.5rem}.see-all{display:inline-block;margin-top:1rem;font-size:.95rem}.post-preview{margin-bottom:2rem}.post-preview time{font-size:.875rem;color:var(--color-text-muted)}.post-preview h2,.post-preview h3{margin-bottom:.25rem}.post-preview h2 a,.post-preview h3 a{color:var(--color-text)}.post-preview h2 a:hover,.post-preview h3 a:hover{color:var(--color-accent)}.post-preview p{color:var(--color-text-muted);font-size:.95rem}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.tag{font-size:.8rem;color:var(--color-accent);background:var(--color-bg-soft);padding:.15rem .6rem;border-radius:3px}a.tag:hover{background:var(--color-accent);color:var(--color-bg)}.post-header{margin-bottom:2rem}.post-header h1{margin-bottom:.5rem}.post-meta{color:var(--color-text-muted);font-size:.9rem;display:flex;gap:1rem}.post-footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.prose h2{margin-top:2.5rem}.prose h3{margin-top:2rem}.prose img{max-width:100%;height:auto;border-radius:4px;margin:1.5rem 0}.prose blockquote{border-left:3px solid var(--color-accent);padding-left:1rem;color:var(--color-text-muted);margin:1.5rem 0}.prose pre{background:var(--color-code-bg);padding:1rem;border-radius:6px;overflow-x:auto;margin:1.5rem 0;font-size:.9rem}.prose code{font-size:.9em}.prose p code{background:var(--color-code-bg);padding:.15rem .4rem;border-radius:3px}.prose ul,.prose ol{padding-left:1.5rem;margin-bottom:1rem}.prose li{margin-bottom:.25rem}.prose hr{border:none;border-top:1px solid var(--color-border);margin:2rem 0}.project-grid{display:grid;grid-template-columns:1fr;gap:2rem}.project-card{padding:1.5rem;border:1px solid var(--color-border);border-radius:6px;transition:border-color .15s ease}.project-card:hover{border-color:var(--color-accent)}.project-card h2{font-size:1.25rem;margin-bottom:.5rem}.project-card h2 a{color:var(--color-text)}.project-card h2 a:hover{color:var(--color-accent)}.tech-stack{display:flex;flex-wrap:wrap;gap:.5rem;margin:.75rem 0}.tech-badge{font-size:.8rem;color:var(--color-text-muted);background:var(--color-bg-soft);padding:.15rem .6rem;border-radius:3px}.project-link{font-size:.9rem}.project-header{margin-bottom:2rem}.project-links{display:flex;gap:1.5rem;margin-top:.75rem;font-size:.95rem}.cv-section{margin-bottom:2.5rem}.cv-section h2{padding-bottom:.5rem;border-bottom:1px solid var(--color-border);margin-bottom:1.5rem}.cv-entry{margin-bottom:1.5rem}.cv-entry-header{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:.5rem}.cv-entry-header h3{font-size:1.1rem;margin-bottom:.25rem}.cv-date{font-size:.875rem;color:var(--color-text-muted);white-space:nowrap}.skill-list{display:flex;flex-wrap:wrap;gap:.5rem}.skill-badge{font-size:.875rem;color:var(--color-text);background:var(--color-bg-soft);padding:.3rem .75rem;border-radius:3px;border:1px solid var(--color-border)}.site-footer{margin-top:4rem;padding:2rem 0;border-top:1px solid var(--color-border)}.footer-inner{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:var(--color-text-muted)}.footer-links{display:flex;gap:1rem}.footer-links a{color:var(--color-text-muted)}.footer-links a:hover{color:var(--color-text)}.error-page{text-align:center;padding:4rem 0}.error-page h1{font-size:4rem;color:var(--color-text-muted)}@media(max-width:40rem){.container{padding:0 1rem}.hero h1{font-size:1.75rem}.hero-subtitle{font-size:1.1rem}h1{font-size:1.75rem}.header-inner{flex-direction:column;gap:1rem}.site-nav{gap:1rem}.footer-inner{flex-direction:column;gap:.5rem;text-align:center}.cv-entry-header{flex-direction:column}}@media(min-width:40rem){.project-grid{grid-template-columns:repeat(2,1fr)}}.about-page img{width:160px;height:160px;border-radius:50%;margin-bottom:1.5rem}