:root{--bg-primary: #0a0a0a;--bg-secondary: #111111;--bg-tertiary: #1a1a1a;--text-primary: #e5e5e5;--text-secondary: #a3a3a3;--text-muted: #737373;--accent: #22c55e;--accent-dim: #16a34a;--border: #262626;--nav-bg: rgba(10, 10, 10, .8);--font-mono: "JetBrains Mono", "Fira Code", "SF Mono", Consolas, monospace;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}[data-theme=light]{--bg-primary: #fafafa;--bg-secondary: #ffffff;--bg-tertiary: #f5f5f5;--text-primary: #171717;--text-secondary: #525252;--text-muted: #737373;--accent: #16a34a;--accent-dim: #22c55e;--border: #e5e5e5;--nav-bg: rgba(250, 250, 250, .8)}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;min-height:100vh;transition:background-color .3s ease,color .3s ease}a{color:var(--text-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--accent)}code,pre{font-family:var(--font-mono)}.container{max-width:900px;margin:0 auto;padding:0 1.5rem}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--nav-bg);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);transition:background-color .3s ease,border-color .3s ease}.nav-inner{max-width:900px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-family:var(--font-mono);font-size:1rem;font-weight:600;color:var(--accent)}.nav-logo:before{content:"> ";color:var(--text-muted)}.nav-links{display:flex;gap:1.5rem;list-style:none;align-items:center}.nav-links a{font-size:.875rem;color:var(--text-secondary);font-family:var(--font-mono)}.nav-links a:hover,.nav-links a.active{color:var(--accent)}.theme-toggle{background:none;border:1px solid var(--border);border-radius:6px;padding:.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:color .2s ease,border-color .2s ease}.theme-toggle:hover{color:var(--accent);border-color:var(--accent)}.theme-toggle svg{width:18px;height:18px}.theme-toggle .sun-icon{display:none}.theme-toggle .moon-icon,[data-theme=light] .theme-toggle .sun-icon{display:block}[data-theme=light] .theme-toggle .moon-icon{display:none}.hero{padding:8rem 0 4rem}.hero-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem}.hero-text{flex:1}.hero-image{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid var(--border);flex-shrink:0}.hero-title{font-size:2.5rem;font-weight:600;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-family:var(--font-mono);color:var(--accent);font-size:1rem;margin-bottom:1rem}.hero-description{color:var(--text-secondary);font-size:1.1rem;max-width:700px;margin-bottom:2rem}.hero-description p{margin-bottom:1rem}.hero-cta{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.btn-primary{display:inline-block;background:var(--accent);color:var(--bg-primary);font-family:var(--font-mono);font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;border-radius:6px;transition:background .2s ease,transform .2s ease}.btn-primary:hover{background:var(--accent-dim);color:var(--bg-primary);transform:translateY(-2px)}.also-created{margin-top:2rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.also-label{font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.also-item{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;font-size:.9rem;transition:border-color .2s ease}.also-item:hover{border-color:var(--accent);color:var(--text-primary)}.also-desc{color:var(--text-muted);font-size:.8rem}@media(max-width:640px){.also-created{flex-direction:column;align-items:flex-start;gap:.5rem}}.section{padding:4rem 0;border-top:1px solid var(--border)}.section-title{font-family:var(--font-mono);font-size:.875rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem}.section-title:before{content:"# ";color:var(--accent)}.project-grid{display:grid;gap:1.5rem}.project-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;padding:1.5rem;transition:border-color .2s ease,transform .2s ease,background-color .3s ease}.project-card:hover{border-color:var(--accent-dim);transform:translateY(-2px)}.project-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.project-title a{display:flex;align-items:center;gap:.5rem}.project-description{color:var(--text-secondary);font-size:.95rem;margin-bottom:1rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{font-family:var(--font-mono);font-size:.75rem;color:var(--accent);background:#22c55e1a;padding:.25rem .5rem;border-radius:4px;border:1px solid rgba(34,197,94,.2)}.post-list{display:flex;flex-direction:column;gap:1rem}.post-item{display:flex;justify-content:space-between;align-items:baseline;padding:1rem 0;border-bottom:1px solid var(--border)}.post-item:last-child{border-bottom:none}.post-title{font-size:1rem;font-weight:500}.post-date{font-family:var(--font-mono);font-size:.8rem;color:var(--text-muted);flex-shrink:0;margin-left:1rem}.video-grid{display:grid;gap:1.5rem}.video-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;overflow:hidden;transition:background-color .3s ease,border-color .3s ease}.video-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.video-info{padding:1rem 1.5rem}.video-title{font-size:1rem;font-weight:500;margin-bottom:.25rem}.video-description{font-size:.875rem;color:var(--text-secondary)}.page-header{padding:8rem 0 2rem}.page-title{font-size:2rem;font-weight:600;margin-bottom:.5rem}.page-subtitle{color:var(--text-secondary);font-size:1rem}.footer{padding:3rem 0;border-top:1px solid var(--border);margin-top:4rem}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-text{font-family:var(--font-mono);font-size:.8rem;color:var(--text-muted)}.footer-links{display:flex;gap:1.5rem}.footer-links a{font-size:.875rem;color:var(--text-secondary)}.link-arrow{display:inline-flex;align-items:center;gap:.25rem;color:var(--accent);font-family:var(--font-mono);font-size:.875rem}.link-arrow:after{content:" →";transition:transform .2s ease}.link-arrow:hover:after{transform:translate(4px)}.external-link{display:inline-flex;align-items:center;gap:.35rem}.external-link svg{opacity:.5;transition:opacity .2s ease}.external-link:hover svg{opacity:1}.prompt{font-family:var(--font-mono);color:var(--text-muted)}.prompt:before{content:"$ ";color:var(--accent)}@media(max-width:640px){.nav-links{gap:.75rem}.hero-header{flex-direction:column-reverse;align-items:flex-start;gap:1.5rem}.hero-image{width:90px;height:90px}.hero-title{font-size:1.75rem}.post-item{flex-direction:column;align-items:flex-start;gap:.25rem}.post-date{margin-left:0}.footer-content{flex-direction:column;align-items:flex-start}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
