*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0d1117;--bg-card: #161b22;--bg-card-hover: #1c2333;--border: #30363d;--border-hover: #56d364;--text: #e6edf3;--text-muted: #8b949e;--accent: #56d364;--accent-green: #56d364;--accent-gradient: linear-gradient(135deg, #56d364, #3fb950);--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--max-width: 800px;--radius: 10px;--transition: .25s ease}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden;min-height:100vh;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--accent-green)}img{max-width:100%}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.app{display:flex;flex-direction:column;min-height:100vh}main.container{flex:1;padding-top:2rem;padding-bottom:4rem}.navbar{background:#0d1117d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.navbar-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.navbar-brand{font-family:var(--font-mono);font-size:1.2rem;font-weight:700;color:var(--text);letter-spacing:-.02em}.navbar-brand:hover{color:var(--text)}.brand-accent{color:var(--accent-green)}.navbar-links{display:flex;gap:2rem}.navbar-links a{color:var(--text-muted);font-size:.95rem;font-weight:500;padding:.25rem 0;border-bottom:2px solid transparent;transition:color var(--transition),border-color var(--transition)}.navbar-links a:hover,.navbar-links a.active{color:var(--text);border-bottom-color:var(--accent)}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:4px;flex-direction:column;gap:5px}.hamburger span{display:block;width:24px;height:2px;background:var(--text);border-radius:2px;transition:transform var(--transition),opacity var(--transition)}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hero{padding:3rem 0 2rem}.hero-greeting{font-size:1.1rem;color:var(--accent-green);font-family:var(--font-mono);margin-bottom:.25rem}.hero-name{font-size:3rem;font-weight:700;line-height:1.15;margin-bottom:.75rem;letter-spacing:-.03em}.accent{background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-tagline{color:var(--text-muted);font-size:1.15rem;margin-bottom:1rem}.hero-intro{font-size:1.05rem;color:var(--text-muted);max-width:550px;line-height:1.7;margin-bottom:2rem}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.4rem;border-radius:var(--radius);font-size:.9rem;font-weight:600;cursor:pointer;transition:all var(--transition);border:1px solid transparent;text-decoration:none}.btn-primary{background:var(--accent);color:var(--bg);border-color:var(--accent)}.btn-primary:hover{background:#3fb950;color:var(--bg);transform:translateY(-1px);box-shadow:0 4px 16px #56d36440}.btn-outline{background:transparent;color:var(--text);border-color:var(--border)}.btn-outline:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}.section-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.02em}.skills{padding:2rem 0}.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.skill-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:border-color var(--transition),transform var(--transition),background var(--transition)}.skill-card:hover{border-color:var(--accent);background:var(--bg-card-hover);transform:translateY(-3px)}.skill-icon{font-size:1.5rem;margin-bottom:.75rem}.skill-card h3{font-size:1rem;font-weight:600;margin-bottom:.5rem}.skill-card p{color:var(--text-muted);font-size:.88rem;line-height:1.5}.experience{padding:2rem 0}.experience-list{display:flex;flex-direction:column;gap:1.25rem}.experience-card{background:var(--bg-card);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--radius);padding:1.5rem;transition:border-color var(--transition),background var(--transition)}.experience-card:hover{background:var(--bg-card-hover);border-left-color:var(--accent-green)}.experience-header{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.experience-header h3{font-size:1.1rem;font-weight:600;margin:0}.experience-meta{color:var(--accent-green);font-size:.85rem;font-family:var(--font-mono)}.experience-card>p{color:var(--text-muted);font-size:.93rem;line-height:1.6;margin-bottom:.75rem}.experience-highlights{list-style:none;padding:0}.experience-highlights li{position:relative;padding-left:1.25rem;color:var(--text-muted);font-size:.88rem;line-height:1.6;margin-bottom:.3rem}.experience-highlights li:before{content:"›";position:absolute;left:0;color:var(--accent-green);font-weight:700}.latest-posts{padding:2rem 0}.post-list{list-style:none}.post-item{padding:1.25rem 0;border-bottom:1px solid var(--border)}.post-item:last-child{border-bottom:none}.post-date{display:block;color:var(--text-muted);font-size:.82rem;font-family:var(--font-mono);margin-bottom:.35rem}.post-item h3{font-size:1.15rem;font-weight:600;margin-bottom:.4rem}.post-item h3 a{color:var(--text);transition:color var(--transition)}.post-item h3 a:hover{color:var(--accent)}.post-excerpt{color:var(--text-muted);font-size:.9rem;line-height:1.55}.view-all{display:inline-block;margin-top:1rem;font-size:.95rem;font-weight:500}.blog-page h1{font-size:2rem;margin-bottom:.5rem}.blog-description{color:var(--text-muted);margin-bottom:2rem}.blog-post-layout{display:flex;gap:2.5rem;align-items:flex-start;width:100vw;max-width:1200px;margin-left:50%;transform:translate(-50%);padding:0 2rem}.blog-post-layout .blog-post{flex:1;min-width:0}.author-sidebar{width:260px;flex-shrink:0;position:sticky;top:6rem}.author-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;text-align:center}.author-avatar{width:80px;height:80px;border-radius:50%;border:2px solid var(--accent-green);object-fit:cover;margin-bottom:.75rem}.author-name{font-size:1rem;margin:0 0 .25rem;color:var(--text-primary)}.author-role{font-size:.8rem;color:var(--accent-green);margin:0 0 .75rem;font-weight:500}.author-bio{font-size:.8rem;color:var(--text-muted);line-height:1.5;margin:0 0 1rem}.author-links{display:flex;flex-direction:row;justify-content:center;gap:.75rem;margin-bottom:1rem}.author-social{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:var(--text-secondary);text-decoration:none;transition:background .2s,color .2s}.author-social:hover{background:#56d3641a;color:var(--accent-green)}.author-social svg{flex-shrink:0}.author-about-link{display:inline-block;font-size:.8rem;color:var(--accent-green);text-decoration:none;font-weight:500}.author-about-link:hover{text-decoration:underline}.blog-post .post-header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.post-back-link{display:inline-block;font-size:.85rem;color:var(--text-muted);margin-bottom:1rem;transition:color var(--transition)}.post-back-link:hover{color:var(--accent)}.blog-post .post-header h1{font-size:2.4rem;line-height:1.2;letter-spacing:-.03em}.matrix-text .matrix-char{display:inline;transition:color .15s,text-shadow .15s}.matrix-text .matrix-char.frontier{color:#fff;text-shadow:0 0 8px rgba(86,211,100,.9),0 0 20px rgba(86,211,100,.7),0 0 40px rgba(86,211,100,.4)}.matrix-text .matrix-char.scrambling{color:#56d36480;text-shadow:0 0 4px rgba(86,211,100,.2)}.matrix-text .matrix-char.trail-hot{color:#56d364;text-shadow:0 0 8px rgba(86,211,100,.8),0 0 16px rgba(86,211,100,.4)}.matrix-text .matrix-char.trail-warm{color:#56d364b3;text-shadow:0 0 6px rgba(86,211,100,.3)}.matrix-text .matrix-char.trail-fade{color:#c8e6d2d9;text-shadow:0 0 4px rgba(86,211,100,.15)}.matrix-text .matrix-char.resolved{color:var(--text);text-shadow:0 0 4px rgba(86,211,100,.1)}.blog-post .post-meta{display:flex;align-items:center;gap:1rem;color:var(--text-muted);font-size:.88rem;font-family:var(--font-mono);margin-top:1rem}.reading-time{background:var(--bg-card);border:1px solid var(--border);padding:.2rem .6rem;border-radius:99px;font-size:.8rem}.post-body{line-height:1.85;font-size:1.05rem}.post-body h2{font-size:1.5rem;margin-top:3rem;margin-bottom:1rem;letter-spacing:-.01em;padding-bottom:.5rem;border-bottom:1px solid rgba(86,211,100,.2);background:linear-gradient(90deg,var(--accent-green),var(--text) 80%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.post-body h3{font-size:1.2rem;margin-top:2rem;margin-bottom:.75rem;color:var(--accent-green);text-shadow:0 0 20px rgba(86,211,100,.15)}.post-body p{margin-bottom:1.25rem}.post-body ul,.post-body ol{margin:1rem 0 1.25rem 1.5rem}.post-body li{margin-bottom:.5rem}.post-body code{font-family:var(--font-mono);font-size:.86em;background:var(--bg-card);padding:.2em .45em;border-radius:4px;border:1px solid var(--border);color:var(--accent-green)}.post-body pre{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;overflow-x:auto;margin:1.5rem 0}.post-body pre code{background:none;border:none;padding:0;font-size:.9rem;color:var(--text)}.post-body blockquote{border-left:3px solid var(--accent);padding:.75rem 1rem;color:var(--text-muted);margin:1.5rem 0;font-style:italic;background:#56d3640d;border-radius:0 var(--radius) var(--radius) 0}.post-body strong{color:var(--text);font-weight:600}.post-body hr{border:none;height:1px;background:var(--border);margin:2.5rem 0}.post-body table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.93rem}.post-body th{text-align:left;padding:.75rem 1rem;border-bottom:2px solid var(--accent);font-weight:600;color:var(--text);font-size:.85rem;text-transform:uppercase;letter-spacing:.04em}.post-body td{padding:.65rem 1rem;border-bottom:1px solid var(--border);color:var(--text-muted)}.post-body tr:hover td{background:var(--bg-card);color:var(--text)}.post-body a{text-decoration:underline;text-underline-offset:3px;text-decoration-color:#56d36466;transition:text-decoration-color var(--transition)}.post-body a:hover{text-decoration-color:var(--accent)}.post-footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border)}.loading{color:var(--text-muted);font-family:var(--font-mono);padding:2rem 0}.about-profile{display:flex;justify-content:center;margin-bottom:2rem}.profile-picture{width:160px;height:160px;border-radius:50%;border:3px solid var(--accent-green);box-shadow:0 0 20px #56d36433;object-fit:cover}.profile-picture-small{width:48px;height:48px;border-radius:50%;border:2px solid var(--accent-green);object-fit:cover;vertical-align:middle;margin-right:.5rem}.about-page h1{font-size:2rem;margin-bottom:1.5rem}.about-page h2{font-size:1.35rem;margin-top:2.5rem;margin-bottom:1rem}.about-page h3{font-size:1.1rem;margin-top:1.75rem;margin-bottom:.5rem}.about-experience ul{list-style:none;padding:0;margin-bottom:1rem}.about-experience li{position:relative;padding-left:1.25rem;color:var(--text-muted);font-size:.93rem;line-height:1.6;margin-bottom:.3rem}.about-experience li:before{content:"›";position:absolute;left:0;color:var(--accent-green);font-weight:700}.about-experience p{color:var(--text-muted);font-size:.95rem;line-height:1.65;margin-bottom:.75rem}.about-intro p{font-size:1.05rem;line-height:1.75;margin-bottom:1rem}.about-skills ul{list-style:none}.about-skills li{padding:.6rem 0;border-bottom:1px solid var(--border);font-size:.95rem;line-height:1.6}.about-skills li:last-child{border-bottom:none}.about-certs{margin-top:2rem}.about-certs p{font-size:1.05rem}.contact-links{display:flex;gap:.75rem;margin-top:.5rem;flex-wrap:wrap}.site-footer{border-top:1px solid var(--border);padding:1.5rem 0;text-align:center}.site-footer p{color:var(--text-muted);font-size:.85rem}@media(max-width:640px){.hamburger{display:flex}.navbar-links{display:none;position:absolute;top:64px;left:0;right:0;flex-direction:column;background:#0d1117f7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:1rem 1.5rem;gap:0}.navbar-links.open{display:flex}.navbar-links a{padding:.75rem 0;border-bottom:1px solid var(--border)}.navbar-links a:last-child{border-bottom:none}.hero-name{font-size:2rem}.skills-grid{grid-template-columns:1fr}.blog-post .post-header h1{font-size:1.6rem}.blog-post-layout{flex-direction:column;width:auto;max-width:none;margin-left:0;transform:none;padding:0 1rem}.author-sidebar{width:100%;position:static;order:-1}.author-card{display:flex;flex-direction:row;align-items:center;text-align:left;gap:1rem;padding:1rem}.author-avatar{width:56px;height:56px;margin-bottom:0;flex-shrink:0}.author-info{flex:1;min-width:0}.author-role{margin-bottom:.25rem}.author-about-link{display:none}.author-links{margin-bottom:.5rem;justify-content:flex-start}.profile-picture-small{width:36px;height:36px}.about-profile .profile-picture{width:120px;height:120px}.post-body iframe{width:100%!important;max-width:100%}.post-body div[style]{justify-content:center!important}.post-body{overflow-x:auto;word-wrap:break-word}.post-body pre{overflow-x:auto}.post-body table{display:block;overflow-x:auto}.post-body img{max-width:100%;height:auto}}
