*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #faf9f7;--text: #1a1a1a;--text-secondary: #444;--text-muted: #666;--text-faint: #999;--border: #e5e5e5;--accent-bg: #1a1a1a;--accent-text: #faf9f7;--accent-muted: #888;--accent-faint: #555}[data-theme=dark]{--bg: #0a0a0a;--text: #e8e8e8;--text-secondary: #aaa;--text-muted: #777;--text-faint: #555;--border: #2a2a2a;--accent-bg: #e8e8e8;--accent-text: #0a0a0a;--accent-muted: #666;--accent-faint: #999}body{background-color:var(--bg);color:var(--text);font-family:IBM Plex Mono,Courier New,monospace;line-height:1.7;font-size:18px;transition:background-color .3s,color .3s}.skip-link{position:fixed;top:12px;left:12px;z-index:20;padding:8px 12px;background:var(--text);color:var(--bg);transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}.container{max-width:800px;margin:0 auto;padding:80px 24px}.theme-toggle{position:fixed;top:24px;right:24px;background:var(--text);color:var(--bg);border:none;width:44px;height:44px;padding:0;font-family:inherit;font-size:16px;cursor:pointer;border-radius:50%;line-height:1;transition:transform .2s,opacity .2s}.theme-toggle:hover{transform:scale(1.1);opacity:.8}.container>header{display:flex;align-items:baseline;justify-content:space-between;gap:24px;margin-bottom:56px;padding-bottom:24px;border-bottom:1px solid var(--border)}.site-title{display:inline-block;font-size:18px;font-weight:600;color:var(--text);text-decoration:none;margin-bottom:0;letter-spacing:-.5px}.site-title:hover{text-decoration:none}nav{margin-bottom:0}nav ul{list-style:none;display:flex;gap:18px}@media(max-width:600px){.container{padding:64px 20px}.container>header{display:block}.site-title{margin-bottom:16px}nav ul{flex-wrap:wrap;gap:16px}.theme-toggle{top:12px;right:12px}}nav a{color:var(--text-muted);text-decoration:none;font-size:14px;transition:color .2s}nav a:hover,nav a.active{color:var(--text);text-decoration:none}a:focus-visible,button:focus-visible{outline:2px solid var(--text);outline-offset:4px}h1{font-size:32px;font-weight:600;letter-spacing:-.5px;margin-bottom:8px}.tagline{color:var(--text-muted);margin-bottom:48px;font-size:17px}.profile-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:-28px;margin-bottom:48px;font-size:14px}p+.profile-links{margin-top:8px}.profile-links a{display:inline-flex;align-items:center;color:var(--text);text-decoration:none;padding:8px 12px 6px;border:1px solid var(--text-muted);border-radius:999px;background:color-mix(in srgb,var(--text) 5%,transparent);font-weight:600;line-height:1.05;transition:border-color .2s,background-color .2s,color .2s}.profile-links a:hover{background:var(--text);border-color:var(--text);color:var(--bg);text-decoration:none}.profile-links a[target=_blank]:after,.social-links a[target=_blank]:after{content:"↗";margin-left:5px;font-size:.85em;opacity:.7}h2{font-size:13px;text-transform:uppercase;letter-spacing:1.5px;color:var(--text-faint);margin-bottom:16px;font-weight:600}main>h2,.services>h2,.home-section>h2{display:flex;align-items:center;gap:12px;color:var(--text);font-size:20px;letter-spacing:.6px;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid var(--border)}main>h2:before,.services>h2:before,.home-section>h2:before{content:"";width:28px;height:2px;background:var(--text)}.home-intro{margin-bottom:64px}.home-intro h1{margin-bottom:24px}.home-intro p:last-child,.availability p:last-child{margin-bottom:0}.home-section{margin-bottom:64px}.section-intro{margin-bottom:8px;font-size:16px}.section-link{margin-top:20px;margin-bottom:0;font-size:15px;font-weight:600}.home-section .profile-links{margin:0}.availability{padding-top:24px;border-top:1px solid var(--border);font-size:15px}.home-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:24px}.home-card{min-width:0}.home-card-media{aspect-ratio:16 / 10;overflow:hidden;margin-bottom:14px;border:1px solid var(--border);border-radius:4px;background:color-mix(in srgb,var(--text) 4%,var(--bg))}.home-card-media img{display:block;width:100%;height:100%;object-fit:cover}.home-card-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--text-muted);font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.home-card h3{margin-bottom:8px;font-size:17px;line-height:1.4;overflow-wrap:anywhere}.home-card h3 a{color:var(--text);text-decoration:none}.home-card h3 a:hover{text-decoration:underline}.home-card .date{margin-bottom:8px;color:var(--text-muted);font-size:12px}.home-card .tags{margin-top:0;margin-bottom:8px}.home-card .tags:last-child{margin-bottom:0}.home-card p:last-child{margin-bottom:0;font-size:14px}@media(max-width:720px){.home-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}p{margin-bottom:24px;color:var(--text-secondary)}a{color:var(--text);text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--border);transition:text-decoration-color .2s}a:hover{text-decoration-color:var(--text)}.services{margin-bottom:48px}.service{padding:20px 0;border-bottom:1px solid var(--border)}.service:last-child{border-bottom:none}.service h3{font-size:20px;font-weight:600;margin-bottom:8px}.service p{margin-bottom:0;font-size:15px}.contact{background:var(--accent-bg);color:var(--accent-text);padding:32px;margin-top:48px;border-radius:4px}.contact h2{display:flex;align-items:center;gap:12px;color:var(--accent-text);font-size:20px;letter-spacing:.6px;padding-bottom:10px;border-bottom:1px solid var(--accent-faint)}.contact h2:before{content:"";width:28px;height:2px;background:var(--accent-text)}.contact p{color:var(--accent-text);opacity:.85}.contact a{color:var(--accent-text);text-decoration-color:var(--accent-faint)}.contact a:hover{text-decoration-color:var(--accent-text)}.skills{list-style:none;margin-bottom:24px}.skills li{padding:8px 0;border-bottom:1px solid var(--border);color:var(--text-secondary)}.skills li:last-child{border-bottom:none}.project{padding:24px 0;border-bottom:1px solid var(--border)}.project:last-child{border-bottom:none}.project h2,.project h3{font-size:20px;font-weight:600;margin-bottom:8px}.project h2 a,.project h3 a{color:var(--text);text-decoration:none}.project h2 a:hover,.project h3 a:hover{text-decoration:underline}.project .tech{font-size:13px;color:var(--text-muted);margin-bottom:12px}.project p{margin-bottom:0;font-size:15px}.post{padding:24px 0;border-bottom:1px solid var(--border)}.post:last-child{border-bottom:none}.post h2,.post h3{font-size:20px;font-weight:600;margin-bottom:8px;text-transform:none;letter-spacing:normal}.post h2 a,.post h3 a{color:var(--text);text-decoration:none}.post h2 a:hover,.post h3 a:hover{text-decoration:underline}.post .date{font-size:13px;color:var(--text-muted);margin-bottom:12px}.post p{margin-bottom:0;font-size:15px}footer{margin-top:64px;padding-top:24px;border-top:1px solid var(--border);font-size:13px;color:var(--text-faint)}footer p{margin-bottom:16px;color:var(--text-muted)}.footer-navigation{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px}.footer-navigation a{color:var(--text-muted);text-decoration:none}.footer-navigation a:hover{color:var(--text);text-decoration:underline}footer .social-links{margin-bottom:16px}footer .social-links a{color:var(--text-muted);margin-right:16px}article h1{font-size:36px;margin-bottom:24px}article h2{margin-top:40px;font-size:14px}article pre{background:var(--accent-bg);color:var(--accent-text);padding:16px;border-radius:4px;overflow-x:auto;margin-bottom:24px;font-size:14px}article .date{font-size:14px;color:var(--text-muted);margin-bottom:16px}article .date a{color:var(--text-muted);text-decoration:none}article .date a:hover{text-decoration:underline}article ul{margin-bottom:24px;padding-left:24px;color:var(--text-secondary)}article li{margin-bottom:8px}article img{max-width:100%;height:auto}.post-media{margin:32px 0}.post-media .post-image{display:block;width:100%;max-width:100%;height:auto;border-radius:4px}.post-with-image{display:flex;gap:24px;padding:24px 0;border-bottom:1px solid var(--border);align-items:flex-start}.post-with-image:last-child{border-bottom:none}.post-with-image .post-image{flex-shrink:0;width:200px;height:120px;object-fit:cover;border-radius:4px}.archive-image-placeholder{display:flex;align-items:center;justify-content:center;border:1px solid var(--border);background:color-mix(in srgb,var(--text) 4%,var(--bg));color:var(--text-muted);font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.post-with-image .post-content{flex:1}.post-with-image h2{font-size:20px;font-weight:600;margin-top:0;margin-bottom:8px;text-transform:none;letter-spacing:normal}.post-with-image h2 a{color:var(--text);text-decoration:none}.post-with-image h2 a:hover{text-decoration:underline}.post-with-image .date{font-size:13px;color:var(--text-muted);margin-bottom:12px}.post-with-image p{margin-bottom:0;font-size:15px}.tags{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.tag{font-size:13px;color:var(--text-muted);text-decoration:none;transition:color .2s}.tag:hover{color:var(--text);text-decoration:none}.pagination{display:flex;gap:8px;margin-top:48px;padding-top:24px;border-top:1px solid var(--border)}.page-link{font-size:14px;color:var(--text-muted);text-decoration:none;padding:8px 12px;border-radius:4px;transition:all .2s}.page-link:hover{color:var(--text);background:var(--border);text-decoration:none}.page-link.active{color:var(--text);background:var(--border);font-weight:600}.page-link.disabled{color:var(--text-faint);cursor:default}.social-links{display:flex;flex-wrap:wrap;gap:24px}.social-links a{color:var(--text-secondary);text-decoration:none;font-size:15px;transition:color .2s}.social-links a:hover{color:var(--text);text-decoration:underline}@media(max-width:600px){h1,article h1{font-size:28px;overflow-wrap:anywhere}.post-with-image{display:block}.post-with-image .post-image{width:100%;height:auto;max-height:220px;margin-bottom:16px}.post-with-image .archive-image-placeholder{aspect-ratio:5 / 3;max-height:none}.home-card-grid{grid-template-columns:1fr}.project h2,.project h3,.post h2,.post h3,.post-with-image h2{overflow-wrap:anywhere}}
