.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#0c0f14d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;max-width:900px;margin:0 auto}.nav-logo{font-family:var(--font-mono);font-weight:600;font-size:1.25rem;color:var(--accent);letter-spacing:.05em}.nav-links{display:flex;gap:1.5rem;list-style:none}.nav-links a{color:var(--text-muted);font-size:.9rem;font-weight:500}.nav-links a:hover{color:var(--text)}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.nav-toggle span{width:22px;height:2px;background:var(--text);transition:transform .2s}.nav-toggle span:nth-child(1).open{transform:rotate(45deg) translate(5px,5px)}.nav-toggle span:nth-child(2).open{opacity:0}.nav-toggle span:nth-child(3).open{transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:640px){.nav-toggle{display:flex}.nav-links{position:absolute;top:100%;left:0;right:0;flex-direction:column;background:var(--bg-card);border-bottom:1px solid var(--border);padding:1rem;gap:0;max-height:0;overflow:hidden;transition:max-height .3s}.nav-links.open{max-height:320px}.nav-links li{padding:.75rem 0;border-bottom:1px solid var(--border)}.nav-links li:last-child{border-bottom:none}}.footer{background:var(--bg-card);border-top:1px solid var(--border);padding:1.5rem 0;margin-top:2rem}.footer-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.footer-inner p{font-size:.9rem;color:var(--text-muted)}.footer-tagline{color:var(--accent);font-family:var(--font-mono);font-size:.85rem}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:6rem 0 4rem;overflow:hidden}.hero-gradient{position:absolute;top:-30%;right:-20%;width:60%;height:80%;background:radial-gradient(ellipse,rgba(14,165,233,.15) 0%,transparent 70%);pointer-events:none}.hero-inner{position:relative;z-index:1}.hero-greeting{font-size:.9rem;color:var(--accent);font-family:var(--font-mono);margin-bottom:.5rem}.hero-name{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;margin-bottom:.25rem}.hero-title{font-size:1.35rem;color:var(--text-muted);margin-bottom:1.5rem}.hero-desc{max-width:540px;color:var(--text-muted);font-size:1.05rem;margin-bottom:2rem;line-height:1.7}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-block;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;border-radius:8px;transition:background .2s,color .2s,border-color .2s;font-family:var(--font-sans)}.btn-primary{background:var(--accent);color:#fff;border:2px solid var(--accent)}.btn-primary:hover{background:var(--accent-dim);border-color:var(--accent-dim);color:#fff}.btn-secondary{background:transparent;color:var(--text);border:2px solid var(--border)}.btn-secondary:hover{border-color:var(--accent);color:var(--accent)}.about-card p{margin-bottom:1rem;color:var(--text-muted)}.about-card p:last-child{margin-bottom:0}.about-card strong{color:var(--accent);font-weight:600}.experience-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.experience-role{font-size:1.1rem;font-weight:600;color:var(--text);margin-bottom:.25rem}.experience-company{font-size:.95rem;color:var(--accent)}.experience-period{font-size:.85rem;color:var(--text-muted);font-family:var(--font-mono);white-space:nowrap}.experience-points{list-style:none;color:var(--text-muted);font-size:.95rem}.experience-points li{position:relative;padding-left:1.25rem;margin-bottom:.5rem}.experience-points li:before{content:"";position:absolute;left:0;top:.5em;width:5px;height:5px;background:var(--accent);border-radius:50%}.experience-points li:last-child{margin-bottom:0}@media(max-width:640px){.experience-header{flex-direction:column;gap:.5rem}}.education-degree{font-size:1.1rem;font-weight:600;color:var(--text);margin-bottom:.25rem}.education-school{color:var(--accent);font-size:.95rem;margin-bottom:.25rem}.education-period{font-size:.85rem;color:var(--text-muted);font-family:var(--font-mono);margin-bottom:1rem}.education-courses{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none}.education-courses li{font-size:.9rem;color:var(--text-muted);background:var(--bg-elevated);padding:.35rem .75rem;border-radius:6px;border:1px solid var(--border)}.projects-grid{display:flex;flex-direction:column;gap:1rem}.project-title{font-size:1.05rem;font-weight:600;color:var(--text);margin-bottom:.75rem}.project-desc{font-size:.95rem;color:var(--text-muted);line-height:1.6;margin-bottom:.75rem}.project-points{list-style:none;margin-bottom:.75rem}.project-points li{position:relative;padding-left:1.25rem;margin-bottom:.4rem;font-size:.9rem;color:var(--text-muted);line-height:1.5}.project-points li:before{content:"";position:absolute;left:0;top:.5em;width:5px;height:5px;background:var(--accent);border-radius:50%}.project-technologies{font-size:.85rem;color:var(--text-muted);font-family:var(--font-mono)}.project-technologies strong{color:var(--accent);font-weight:600}.articles-grid{display:flex;flex-direction:column;gap:1rem}.article-card{display:block;color:inherit;transition:border-color .2s,box-shadow .2s,transform .15s}.article-card:hover{border-color:#0ea5e966;box-shadow:0 4px 24px #0ea5e91f;transform:translateY(-2px)}.article-card:hover .article-link{color:var(--accent)}.article-title{font-size:1.05rem;font-weight:600;color:var(--text);margin-bottom:.75rem;line-height:1.4}.article-summary{font-size:.95rem;color:var(--text-muted);line-height:1.6;margin-bottom:.75rem}.article-link{font-size:.9rem;font-weight:500;color:var(--text-muted);transition:color .2s}.skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.skill-group-title{font-size:.9rem;font-weight:600;color:var(--accent);margin-bottom:.75rem;font-family:var(--font-mono)}.skill-tags{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{font-size:.85rem;color:var(--text-muted);background:var(--bg-elevated);padding:.35rem .65rem;border-radius:6px;border:1px solid var(--border)}@media(max-width:640px){.skills-grid{grid-template-columns:1fr}}.contact-intro{color:var(--text-muted);margin-bottom:1.25rem}.contact-list{list-style:none}.contact-list li{margin-bottom:.75rem;font-size:.95rem}.contact-label{color:var(--text-muted);min-width:80px;display:inline-block}.contact-list a{word-break:break-all}.contact-location{margin-top:1.25rem;font-size:.9rem;color:var(--text-muted)}.article-page{padding:5rem 0 4rem;min-height:100vh}.article-back{display:inline-block;font-size:.9rem;color:var(--text-muted);margin-bottom:2rem;transition:color .2s}.article-back:hover{color:var(--accent)}.article-content{max-width:720px}.article-header{margin-bottom:2rem}.article-page-title{font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700;line-height:1.3;color:var(--text);margin-bottom:1rem}.article-authors{font-size:1rem;color:var(--accent);margin-bottom:.25rem}.article-affiliation{font-size:.9rem;color:var(--text-muted)}.article-summary-box{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin-bottom:2rem}.article-summary-box h2{font-size:1rem;font-weight:600;color:var(--accent);margin-bottom:.75rem;font-family:var(--font-mono)}.article-summary-box p{font-size:.95rem;color:var(--text-muted);line-height:1.65}.article-content section{margin-bottom:2rem}.article-content section h2{font-size:1.1rem;font-weight:600;color:var(--text);margin-bottom:.75rem;font-family:var(--font-mono)}.article-content section p,.article-content section li{font-size:.95rem;color:var(--text-muted);line-height:1.7;margin-bottom:.75rem}.article-content section ul{list-style:none;padding-left:0}.article-content section li{position:relative;padding-left:1.25rem;margin-bottom:.5rem}.article-content section li:before{content:"";position:absolute;left:0;top:.5em;width:5px;height:5px;background:var(--accent);border-radius:50%}.article-keywords{font-size:.9rem;color:var(--text-muted);font-style:italic}.article-pdf-link{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.article-pdf-link a{font-weight:600}.article-pdf-note{font-size:.8rem;color:var(--text-muted);margin-top:.75rem}.article-pdf-note code{font-family:var(--font-mono);font-size:.85em;background:var(--bg-elevated);padding:.15rem .4rem;border-radius:4px}:root{--bg: #0c0f14;--bg-card: #141922;--bg-elevated: #1a1f2e;--text: #e6edf3;--text-muted: #8b949e;--accent: #0ea5e9;--accent-dim: #0284c7;--border: #21262d;--success: #22c55e;--font-sans: "DM Sans", system-ui, sans-serif;--font-mono: "JetBrains Mono", monospace}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:#38bdf8}#root{min-height:100vh}.container{max-width:900px;margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}.section-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--accent);margin-bottom:1.5rem;font-family:var(--font-mono)}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin-bottom:1rem;transition:border-color .2s,box-shadow .2s}.card:hover{border-color:#0ea5e94d;box-shadow:0 4px 24px #0ea5e914}@media(max-width:640px){.section{padding:3rem 0}}
