:root{--bg: #f8f9fb;--surface: #ffffff;--border: #e2e8f0;--text: #1a202c;--muted: #64748b;--accent: #2563eb;--accent-lt: #dbeafe;--accent-dk: #1d4ed8;--tag-bg: #eff6ff;--tag-text: #1d4ed8;--shadow: 0 1px 3px rgba(0,0,0,.07), 0 4px 16px rgba(0,0,0,.05);--radius: 12px;--font-serif: "DM Serif Display", Georgia, serif;--font-sans: "DM Sans", system-ui, sans-serif}[data-theme=dark]{--bg: #0f172a;--surface: #1e293b;--border: #334155;--text: #f1f5f9;--muted: #94a3b8;--accent: #60a5fa;--accent-lt: #1e3a5f;--accent-dk: #93c5fd;--tag-bg: #1e3a5f;--tag-text: #93c5fd}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);transition:background .3s,color .3s;line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{max-width:760px;margin:0 auto;padding:0 24px}header{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--border);transition:background .3s,border-color .3s}nav{display:flex;align-items:center;justify-content:space-between;height:60px;max-width:900px;margin:0 auto;padding:0 24px}.nav-logo{font-family:var(--font-serif);font-size:1.15rem;color:var(--accent);letter-spacing:-.01em}.nav-links{display:flex;align-items:center;gap:4px;list-style:none}.nav-links a{font-size:.875rem;font-weight:500;color:var(--muted);padding:6px 10px;border-radius:8px;transition:color .2s,background .2s}.nav-links a:hover,.nav-links a.active{color:var(--accent);background:var(--accent-lt)}#theme-toggle{background:none;border:1px solid var(--border);cursor:pointer;border-radius:8px;padding:5px 9px;font-size:.85rem;color:var(--muted);transition:all .2s;margin-left:8px}#theme-toggle:hover{border-color:var(--accent);color:var(--accent)}.page-wrapper{padding:56px 0 80px;animation:fadeUp .35s ease}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.hero{display:flex;align-items:flex-start;gap:32px;padding:16px 0 48px}.hero-avatar{width:110px;height:110px;flex-shrink:0;border-radius:50%;border:3px solid var(--accent-lt);background:linear-gradient(135deg,var(--accent) 0%,#7c3aed 100%);display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:2.2rem;color:#fff}.hero-text h1{font-family:var(--font-serif);font-size:2.2rem;line-height:1.1;margin-bottom:8px}.hero-text .role{font-size:.95rem;color:var(--muted);margin-bottom:14px}.hero-text .role span{color:var(--accent);font-weight:500}.hero-text p{font-size:.975rem;color:var(--muted);max-width:520px;line-height:1.7}.socials{display:flex;gap:12px;margin-top:20px;flex-wrap:wrap}.social-link{display:flex;align-items:center;gap:7px;padding:7px 14px;border-radius:8px;border:1px solid var(--border);font-size:.82rem;font-weight:500;color:var(--muted);transition:all .2s}.social-link:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-lt)}.social-link svg{width:15px;height:15px}.section-divider{border:none;border-top:1px solid var(--border);margin:40px 0 32px}.section-label{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:20px}.post-list{display:flex;flex-direction:column}.post-item{display:flex;justify-content:space-between;align-items:baseline;padding:16px 0;border-bottom:1px solid var(--border);gap:16px}.post-item:last-child{border-bottom:none}.post-title{font-size:.975rem;font-weight:500;color:var(--text);transition:color .2s}.post-item:hover .post-title{color:var(--accent)}.post-meta{font-size:.8rem;color:var(--muted);white-space:nowrap}.post-tag{display:inline-block;font-size:.7rem;font-weight:600;background:var(--tag-bg);color:var(--tag-text);padding:2px 8px;border-radius:99px;margin-left:8px}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 560px){.project-grid{grid-template-columns:1fr}}.project-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s,border-color .2s}.project-card:hover{transform:translateY(-3px);box-shadow:0 6px 24px #2563eb1f;border-color:var(--accent)}.project-icon{font-size:1.6rem;margin-bottom:10px}.project-card h3{font-size:.975rem;font-weight:600;margin-bottom:6px}.project-card p{font-size:.845rem;color:var(--muted);line-height:1.5}.project-stack{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}.stack-badge{font-size:.7rem;font-weight:500;background:var(--tag-bg);color:var(--tag-text);padding:2px 8px;border-radius:99px}.video-list{display:flex;flex-direction:column;gap:16px}.video-card{display:flex;gap:16px;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow);transition:border-color .2s,transform .2s}.video-card:hover{border-color:var(--accent);transform:translate(4px)}.video-thumb{width:100px;height:62px;flex-shrink:0;background:linear-gradient(135deg,var(--accent) 0%,#7c3aed 100%);border-radius:8px;display:flex;align-items:center;justify-content:center}.video-thumb svg{width:24px;height:24px;fill:#fff}.video-info h3{font-size:.925rem;font-weight:500;margin-bottom:4px}.video-info p{font-size:.8rem;color:var(--muted)}.callout{background:var(--accent-lt);border-left:3px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0;padding:14px 18px;margin-bottom:28px;font-size:.875rem;color:var(--muted)}.callout strong{color:var(--text)}.resource-list{display:flex;flex-direction:column;gap:12px}.resource-item{display:flex;gap:14px;align-items:flex-start;background:var(--surface);border:1px solid var(--border);padding:16px;border-radius:var(--radius);box-shadow:var(--shadow)}.resource-emoji{font-size:1.4rem}.resource-item h3{font-size:.925rem;font-weight:500;margin-bottom:3px}.resource-item p{font-size:.82rem;color:var(--muted)}.prose{font-size:1rem;line-height:1.8;color:var(--muted)}.prose h2{font-family:var(--font-serif);font-size:1.5rem;color:var(--text);margin:2rem 0 .75rem}.prose h3{font-size:1.1rem;font-weight:600;color:var(--text);margin:1.5rem 0 .5rem}.prose p{margin-bottom:1.25rem}.prose a{color:var(--accent);border-bottom:1px solid var(--accent-lt)}.prose a:hover{border-color:var(--accent)}.prose pre{border-radius:var(--radius);padding:1.25rem;margin:1.5rem 0;overflow-x:auto;font-size:.875rem}.prose code{font-size:.875em;background:var(--tag-bg);color:var(--tag-text);padding:2px 6px;border-radius:4px}.prose pre code{background:none;color:inherit;padding:0}.prose ul,.prose ol{padding-left:1.5rem;margin-bottom:1.25rem}.prose li{margin-bottom:.4rem}.prose blockquote{border-left:3px solid var(--accent);padding-left:1rem;color:var(--muted);font-style:italic;margin:1.5rem 0}.about-body{font-size:.975rem;color:var(--muted);line-height:1.8}.about-body p{margin-bottom:18px}.about-body a{color:var(--accent);border-bottom:1px solid var(--accent-lt)}.about-body h2{font-family:var(--font-serif);font-size:1.35rem;color:var(--text);margin:32px 0 12px}.coming-soon{display:inline-flex;align-items:center;gap:6px;background:var(--tag-bg);color:var(--tag-text);font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:3px 10px;border-radius:99px;margin-left:10px}footer{border-top:1px solid var(--border);padding:28px 24px;text-align:center;font-size:.8rem;color:var(--muted)}footer a{color:var(--accent)}@media (max-width: 600px){.nav-links a{font-size:.78rem;padding:5px 7px}.hero{flex-direction:column;gap:20px}.hero-text h1{font-size:1.7rem}}
