:root{--bg: #fafafa;--fg: #111111;--muted: #737373;--border: #e4e4e7;--surface: #ffffff;--hover: #f4f4f5;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.7;background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;color-scheme:light}[data-theme=dark]{--bg: #0a0a0a;--fg: #eeeeee;--muted: #888888;--border: #262626;--surface: #111111;--hover: #1a1a1a;color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%}body{background:var(--bg)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;background:none;border:none}.site-wrapper{max-width:780px;margin:0 auto;padding:2rem 1.5rem 5rem;display:flex;flex-direction:column;min-height:100vh}.page-content{flex:1;display:grid;gap:5rem}.site-header{display:flex;align-items:center;gap:1.5rem;padding-bottom:3.5rem}.site-logo{font-size:.85rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--fg);margin-right:auto}.site-nav{display:flex;gap:1.75rem}.site-nav a{font-size:.875rem;font-weight:500;color:var(--muted);transition:color .15s}.site-nav a:hover,.site-nav a.active{color:var(--fg)}.theme-toggle{cursor:pointer;padding:6px;color:var(--muted);display:flex;align-items:center;justify-content:center;border-radius:6px;transition:color .15s,background .15s}.theme-toggle:hover{color:var(--fg);background:var(--hover)}.theme-toggle .icon-sun{display:none}[data-theme=dark] .theme-toggle .icon-sun{display:block}[data-theme=dark] .theme-toggle .icon-moon{display:none}.hero{padding-top:1.5rem}.hero-name{font-size:clamp(3.5rem,10vw,6.5rem);font-weight:800;letter-spacing:-.04em;line-height:.9;margin:0}.hero-tagline{margin:1.75rem 0 0;font-family:Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.hero-body{margin:1.25rem 0 0;max-width:44ch;color:var(--muted);font-size:1rem;line-height:1.7}.hero-cta{display:flex;gap:2rem;flex-wrap:wrap;margin-top:2.25rem}.hero-cta a{font-size:.875rem;font-weight:500;color:var(--fg);opacity:.7;transition:opacity .15s}.hero-cta a:hover{opacity:1}.section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.section-label{font-size:.72rem;font-family:Menlo,Monaco,Consolas,Liberation Mono,monospace;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin:0}.section-header-link{font-size:.8rem;color:var(--muted);margin-left:auto;transition:color .15s}.section-header-link:hover{color:var(--fg)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1rem}.project-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.375rem;display:flex;flex-direction:column;gap:.625rem;color:var(--fg);transition:border-color .2s,background .2s,transform .2s}a.project-card:hover{border-color:var(--fg);background:var(--hover);transform:translateY(-1px);text-decoration:none}.project-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.project-title{margin:0;font-size:.925rem;font-weight:600;line-height:1.3;color:var(--fg)}.project-arrow{color:var(--muted);font-size:.9rem;flex-shrink:0;transition:color .15s,transform .15s;line-height:1;margin-top:1px}a.project-card:hover .project-arrow{color:var(--fg);transform:translate(1px,-1px)}.project-desc{margin:0;font-size:.85rem;color:var(--muted);line-height:1.55}.project-tags{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.25rem}.tag{font-size:.68rem;font-family:Menlo,Monaco,Consolas,Liberation Mono,monospace;background:var(--hover);border:1px solid var(--border);color:var(--muted);padding:2px 7px;border-radius:100px}.project-card.theme-wigtech{background:#0a0e27;border-color:#0f03;color:#e0e0e0}.project-logo{max-width:140px;height:auto;display:block}.project-card.theme-photography .project-logo{max-width:160px;mix-blend-mode:multiply}.project-card.theme-wigtech .project-title{color:#0f0;font-family:JetBrains Mono,Menlo,monospace;font-size:.875rem}.project-card.theme-wigtech .project-desc{color:#a0a0a0}.project-card.theme-wigtech .project-arrow{color:#0f0}a.project-card.theme-wigtech:hover{background:#0d1230;border-color:#0f0;box-shadow:0 0 24px #00ff001f;transform:translateY(-1px)}a.project-card.theme-wigtech:hover .project-arrow{color:#0f0;transform:translate(1px,-1px)}.project-card.theme-wigtech .tag{background:#00ff000f;border-color:#0f03;color:#0f0;font-family:JetBrains Mono,Menlo,monospace}.project-card.theme-photography{background:#fff;border-color:#e2ddd6;color:#2c2c2c}[data-theme=dark] .project-card.theme-photography{background:#f8f5f0;border-color:#d4cec5;color:#2c2c2c}.project-card.theme-photography .project-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.1rem;font-weight:600;color:#2c2c2c;letter-spacing:0}.project-card.theme-photography .project-desc{color:#666}.project-card.theme-photography .project-arrow{color:#2c2c2c;opacity:.4}a.project-card.theme-photography:hover{background:#f0ebe3;border-color:#2c2c2c;box-shadow:none;transform:translateY(-1px)}[data-theme=dark] a.project-card.theme-photography:hover{background:#ede7dd}a.project-card.theme-photography:hover .project-arrow{color:#2c2c2c;opacity:1;transform:translate(1px,-1px)}.project-card.theme-photography .tag{font-family:Cormorant Garamond,Georgia,serif;background:transparent;border-color:#ccc8c0;color:#888;font-size:.78rem;letter-spacing:.04em}.home-posts{list-style:none;padding:0;margin:0}.home-post-item{display:flex;align-items:baseline;gap:1.25rem;padding:.875rem 0;border-bottom:1px solid var(--border);color:var(--fg);transition:color .15s}.home-post-item:first-child{border-top:1px solid var(--border)}.home-post-item:hover{text-decoration:none}.home-post-item:hover .home-post-title{opacity:.6}.home-post-date{font-family:Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.72rem;color:var(--muted);flex-shrink:0;white-space:nowrap}.home-post-title{font-size:.9rem;font-weight:500;transition:opacity .15s}.blog-page{display:grid;gap:1.25rem;align-content:start}.blog-header-eyebrow{font-family:Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin:0 0 1rem}.blog-header h1{font-size:clamp(2.5rem,7vw,4rem);font-weight:800;letter-spacing:-.03em;line-height:1;margin:0 0 1rem}.blog-header p{color:var(--muted);max-width:44ch;margin:0;font-size:.95rem}.blog-post-list{list-style:none;padding:0;margin:0}.blog-post-item{padding:1.25rem 0;border-bottom:1px solid var(--border);display:grid;gap:.3rem}.blog-post-item:first-child{border-top:1px solid var(--border)}.blog-post-item a{font-size:1rem;font-weight:600;color:var(--fg);transition:opacity .15s}.blog-post-item a:hover{opacity:.65}.blog-post-date{font-family:Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.72rem;color:var(--muted)}.blog-post-summary{color:var(--muted);font-size:.88rem;margin:0;line-height:1.5}.back-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;color:var(--muted);margin-bottom:2.5rem;transition:color .15s}.back-link:hover{color:var(--fg)}.article-eyebrow{font-family:Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin:0 0 1rem}.article-title{font-size:clamp(2rem,5.5vw,3.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.05;margin:0 0 .75rem}.article-date{font-family:Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.72rem;color:var(--muted);margin:0 0 3rem;display:block}.article-content{max-width:65ch}.article-content p{font-size:1rem;line-height:1.8;color:var(--fg);margin:0 0 1.25rem}.article-content h2,.article-content h3,.article-content h4{font-weight:700;letter-spacing:-.015em;margin:2rem 0 .75rem;color:var(--fg)}.article-content h2{font-size:1.35rem}.article-content h3{font-size:1.1rem}.article-content a{text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--border);transition:text-decoration-color .15s}.article-content a:hover{text-decoration-color:var(--fg)}.article-content blockquote{border-left:2px solid var(--border);padding:.25rem 0 .25rem 1.25rem;margin:1.5rem 0;color:var(--muted)}.article-content ul,.article-content ol{padding-left:1.5rem;margin:0 0 1.25rem}.article-content li{margin-bottom:.5rem;line-height:1.7}.article-content code{font-family:Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.875em;background:var(--hover);border:1px solid var(--border);padding:1px 5px;border-radius:4px}.article-content pre{background:var(--surface)!important;border:1px solid var(--border);border-radius:8px;padding:1.25rem;overflow-x:auto;margin:1.5rem 0}.article-content pre code{background:none;border:none;padding:0;font-size:.875rem}.site-footer{padding-top:3rem;margin-top:auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;color:var(--muted);font-size:.8rem;border-top:1px solid var(--border)}.site-footer p{margin:0}.footer-links{display:flex;gap:1.25rem}.footer-links a{color:var(--muted);transition:color .15s}.footer-links a:hover{color:var(--fg)}@media(max-width:600px){.site-wrapper{padding:1.5rem 1rem 4rem}.site-header{padding-bottom:2.5rem}.hero-name{font-size:clamp(3rem,14vw,3.5rem)}.page-content{gap:3.5rem}.projects-grid{grid-template-columns:1fr}.home-post-item{flex-direction:column;gap:.2rem}.site-footer{flex-direction:column;align-items:flex-start}}
