@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;700&family=IBM+Plex+Sans:wght@400;500;600&family=JetBrains+Mono:wght@500;600&display=swap";*{box-sizing:border-box}:root{--bg:#0a0d12;--surface:#12161d;--surface-2:#171c25;--border:#1e2430;--text:#e8ebf0;--text-muted:#8891a0;--text-body:#c3c8d1;--accent:#4fd8c4;--accent-ink:#0a0d12;--font-display:"Space Grotesk", sans-serif;--font-body:"IBM Plex Sans", sans-serif;--font-mono:"JetBrains Mono", monospace}a{color:var(--accent)}html{font-family:var(--font-body);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;min-height:80rem;line-height:1.5}.site-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:3rem;padding:1.5rem 2rem;display:flex}.brand{align-items:center;gap:.6rem;text-decoration:none;display:flex}.brand-dot{background:var(--accent);border-radius:50%;width:8px;height:8px}.brand-name{font-family:var(--font-mono);letter-spacing:.04em;color:var(--text);font-size:.95rem;font-weight:600}.site-header nav{align-items:center;gap:2rem;display:flex}.site-header nav a{color:var(--text-muted);font-size:.95rem;font-weight:500;text-decoration:none}.site-header nav a:hover,.site-header nav a.active{color:var(--text)}.social-links{align-items:center;gap:1rem;display:flex}.social-links a{color:var(--text-muted);display:flex}.social-links a:hover{color:var(--text)}.site-header nav a.resume-link{font-family:var(--font-mono);color:var(--accent-ink);background:var(--accent);border-radius:8px;padding:.5rem 1.1rem;font-size:.85rem;font-weight:600}.site-header nav a.resume-link:hover{opacity:.85;color:var(--accent-ink)}@media (width<=640px){.site-header{flex-wrap:wrap;row-gap:.75rem;padding:1.25rem}.site-header nav{flex-wrap:wrap;gap:1rem}}main{width:90%;max-width:50rem;margin:auto}#core-concepts{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2rem}main h2{text-align:center;font-family:var(--font-display);color:var(--text);margin:0 0 1.5rem;font-weight:700}#core-concepts ul{flex-wrap:wrap;justify-content:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}#core-concepts li{text-align:center;width:10rem}#core-concepts li img{object-fit:cover;width:6rem;height:4rem}#core-concepts li h3{margin:.5rem 0}#core-concepts li p{font-size:.9rem}#examples{margin:3rem auto}#examples h2{text-align:left}#examples menu{gap:.5rem;margin:1rem 0;padding:0;list-style:none;display:flex}#examples menu button{color:var(--text-muted);font-family:var(--font-body);cursor:pointer;background-color:#0000;border:none;border-radius:6px;padding:.5rem 1rem;font-size:1rem;font-weight:500;transition:all .2s ease-in-out}#examples menu button:hover{background-color:var(--surface-2);color:var(--text)}#examples menu button.active{background-color:var(--accent);color:var(--accent-ink)}#tab-content{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem}#tab-content h3{margin:0}#tab-content code{color:var(--text-body);font-size:1rem}.hero{flex-direction:column;gap:1.5rem;margin-bottom:3rem;display:flex}.hero-eyebrow{font-family:var(--font-mono);letter-spacing:.08em;color:var(--accent);text-transform:uppercase;font-size:.8rem}.hero h1{font-family:var(--font-display);color:var(--text);margin:0;font-size:2.75rem;font-weight:700;line-height:1.15}.hero p{color:var(--text-muted);max-width:42rem;margin:0;font-size:1.1rem;line-height:1.6}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hero-actions a{color:var(--text-muted);font-size:.95rem;font-weight:600;text-decoration:none}.hero-actions .primary{color:var(--accent-ink);background:var(--accent);border-radius:8px;padding:.85rem 1.75rem}.hero-actions .secondary{color:var(--text);border:1px solid var(--border);border-radius:8px;padding:.85rem 1.75rem}.hero-stats{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-top:1rem;display:grid}.hero-stats li{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:.4rem;padding:1.25rem 1rem;display:flex}.hero-stats .stat-value{font-family:var(--font-display);color:var(--accent);font-size:1.75rem;font-weight:700}.hero-stats .stat-label{font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);font-size:.7rem}.tech-stack-section{flex-direction:column;gap:1.25rem;padding-bottom:4rem;display:flex}ul.tech-stack{flex-wrap:wrap;gap:1rem;margin:0;padding:0;list-style:none;display:flex}ul.tech-stack li{background:var(--surface);border:1px solid var(--border);border-radius:10px;align-items:center;gap:.6rem;padding:.75rem 1.1rem;display:flex}ul.tech-stack img{width:22px;height:22px}ul.tech-stack span{font-family:var(--font-mono);color:var(--text-body);font-size:.85rem}ul.tech-stack--learning li{background:0 0;border-style:dashed}ul.tech-stack--learning span{color:var(--text-muted)}.playground-note{font-family:var(--font-mono);letter-spacing:.02em;color:var(--text-muted);margin:0 0 1.5rem;padding:0 2rem;font-size:.85rem}ul.core-concepts{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin:2rem 0;padding:0;list-style:none;display:grid}ul.core-concepts li{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:transform .2s,box-shadow .2s}ul.core-concepts li:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0000004d}ul.core-concepts li a{color:inherit;text-decoration:none;display:block}ul.core-concepts li img{object-fit:contain;width:80px;height:80px;margin-bottom:1rem}ul.core-concepts li h3{color:var(--accent);margin:0 0 .5rem}ul.core-concepts li p{color:var(--text-muted);margin:0;font-size:.9rem}.back-link{color:var(--accent);margin-bottom:1.5rem;padding:.5rem 0;text-decoration:none;display:inline-block}.back-link:hover{text-decoration:underline}.concept-detail{max-width:600px;margin:2rem auto;padding:2rem}.concept-detail article{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:12px;padding:2rem}.concept-detail img{object-fit:contain;width:150px;height:150px;margin-bottom:1.5rem}.concept-detail h1{color:var(--accent);margin:0 0 1rem}.concept-detail p{color:var(--text-body);line-height:1.6}.playground{padding:2rem}.playground h1{color:var(--accent)}.playground-section{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin:1.5rem 0;padding:1.5rem}.playground-section h2{color:var(--text);margin-top:0;font-size:1.1rem}.playground-section button{background:var(--accent);color:var(--accent-ink);cursor:pointer;border:none;border-radius:6px;margin-top:.5rem;margin-right:.5rem;padding:.5rem 1rem;font-weight:600;transition:opacity .2s}.playground-section button:hover{opacity:.8}.playground-section button:disabled{opacity:.5;cursor:not-allowed}.playground-section .fact{background:var(--bg);border-radius:8px;margin-top:1rem;padding:1rem;line-height:1.5}.playground-section .error{color:#ff6b6b}.skills-list,.contact-list{flex-wrap:wrap;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.skills-caption{color:var(--text-muted);margin:1.25rem 0 .75rem;font-size:.85rem}.skills-list li{font-family:var(--font-mono);background:var(--surface);border:1px solid var(--border);color:var(--text-body);border-radius:999px;padding:.4rem 1rem;font-size:.9rem}.contact-list a{color:var(--accent);text-decoration:none}.contact-list a:hover{text-decoration:underline}.experience-list{flex-direction:column;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.experience-list li{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.experience-list h3{font-family:var(--font-display);color:var(--text);margin:0 0 .25rem}.experience-list .period{font-family:var(--font-mono);color:var(--text-muted);margin:0 0 .75rem;font-size:.85rem}.highlight-bullets{color:var(--text-body);flex-direction:column;gap:.4rem;margin:0;padding-left:1.1rem;display:flex}.case-study-list{flex-direction:column;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.case-study-list li{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.case-study-list h3{font-family:var(--font-display);color:var(--text);margin:0}.case-study-list .period{font-family:var(--font-mono);color:var(--accent);margin:0 0 .25rem;font-size:.85rem}.case-study-list p{color:var(--text-body);margin:0;line-height:1.6}.case-study-list strong{color:var(--text)}
