*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}:root,[data-theme=dark]{--bg-primary: #0a0a0a;--bg-secondary: #111111;--bg-card: #1a1a1a;--text-primary: #ffffff;--text-secondary: #a0a0a0;--text-muted: #666666;--accent-color: #3b82f6;--border-color: #2a2a2a;--link-color: #60a5fa;--navbar-bg: rgba(26, 26, 26, .9)}[data-theme=light]{--bg-primary: #ffffff;--bg-secondary: #f5f5f5;--bg-card: #f0f0f0;--text-primary: #1a1a1a;--text-secondary: #555555;--text-muted: #888888;--accent-color: #2563eb;--border-color: #e0e0e0;--link-color: #2563eb;--navbar-bg: rgba(255, 255, 255, .9)}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;font-weight:400;color:var(--text-primary);background-color:var(--bg-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}body{min-height:100vh;background-color:var(--bg-primary);transition:background-color .3s ease}a{color:var(--link-color);text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}a:hover{color:var(--text-primary)}#root{max-width:700px;margin:0 auto;padding:4rem 1.5rem 6rem}h1{font-size:3rem;font-weight:700;line-height:1.1;margin-bottom:.5rem;color:var(--text-primary)}h2{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-primary)}h3{font-size:1.1rem;font-weight:600;color:var(--text-primary)}p{color:var(--text-secondary);line-height:1.7}.emoji{display:inline-block;animation:wave 2s ease-in-out infinite}@keyframes wave{0%,to{transform:rotate(0)}25%{transform:rotate(20deg)}75%{transform:rotate(-10deg)}}.hero{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:3rem}.hero-content{flex:1}.hero-greeting{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.hero-greeting h1{font-size:3rem;font-weight:700}.hero-wave{font-size:2.5rem}.hero-subtitle{font-size:1.1rem;color:var(--text-secondary);margin-top:.5rem}.hero-avatar{width:100px;height:100px;border-radius:50%;border:3px solid var(--text-primary);overflow:hidden;flex-shrink:0;background-color:var(--bg-card)}.hero-avatar img{width:100%;height:100%;object-fit:cover}.section{margin-bottom:3rem}.section-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.section-content{color:var(--text-secondary);line-height:1.8}.section-content a{color:var(--text-primary);text-decoration:underline;text-underline-offset:3px}.experience-list{display:flex;flex-direction:column;gap:1rem}.experience-card{display:flex;align-items:center;gap:1rem;padding:.75rem 0;transition:all .2s ease}.experience-card:hover{transform:translate(4px)}.experience-logo{width:48px;height:48px;border-radius:12px;background-color:var(--bg-card);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.5rem;overflow:hidden}.experience-logo img{width:100%;height:100%;object-fit:cover}.experience-info{flex:1}.experience-company{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.125rem}.experience-role{font-size:.875rem;color:var(--text-secondary)}.experience-date{font-size:.875rem;color:var(--text-muted);text-align:right;white-space:nowrap}.education-list{display:flex;flex-direction:column;gap:1rem}.education-card{display:flex;align-items:center;gap:1rem;padding:.75rem 0;transition:all .2s ease}.education-card:hover{transform:translate(4px)}.education-icon{width:48px;height:48px;border-radius:12px;background-color:var(--bg-card);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.5rem}.education-info{flex:1}.education-degree{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.125rem}.education-institution{font-size:.875rem;color:var(--text-secondary)}.education-year{font-size:.875rem;color:var(--text-muted);text-align:right;white-space:nowrap}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.project-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;padding:1.5rem;text-decoration:none;color:var(--text-primary);transition:all .2s ease}.project-card:hover{border-color:var(--text-secondary);transform:translateY(-2px)}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;color:var(--text-secondary)}.project-links a{color:var(--text-secondary);transition:color .2s}.project-links a:hover{color:var(--text-primary)}.project-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.project-description{font-size:.9rem;color:var(--text-secondary);margin-bottom:1rem;line-height:1.5}.project-footer{display:flex;gap:1rem;font-size:.85rem;color:var(--text-secondary)}.project-language{display:flex;align-items:center;gap:.3rem}.language-dot{width:10px;height:10px;border-radius:50%;background:#3178c6}.skills-list{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{font-size:.875rem;padding:.5rem 1rem;background-color:var(--bg-card);border-radius:8px;color:var(--text-secondary);border:1px solid var(--border-color);transition:all .2s ease}.skill-tag:hover{border-color:var(--text-muted);color:var(--text-primary)}.navbar{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);background-color:var(--navbar-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:16px;padding:.75rem 1.5rem;display:flex;gap:.5rem;z-index:100;transition:background-color .3s ease,border-color .3s ease}.nav-item{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);text-decoration:none;transition:all .2s ease;font-size:1.25rem;background:none;border:none;cursor:pointer}.nav-item:hover{background-color:var(--bg-secondary);color:var(--text-primary);transform:translateY(-2px)}.theme-toggle{font-size:1.25rem}.theme-toggle svg{display:block}.nav-item svg{flex-shrink:0}.nav-item.active{background-color:var(--accent-color);color:#fff}.nav-divider{width:1px;background-color:var(--border-color);margin:0 .25rem}@media (max-width: 640px){#root{padding:2rem 1rem 5rem}.hero{flex-direction:column-reverse;align-items:center;text-align:center}.hero-greeting{justify-content:center}.hero-greeting h1{font-size:2.25rem}.experience-card,.education-card{flex-wrap:wrap}.experience-date,.education-year{width:100%;text-align:left;margin-top:.25rem;padding-left:4rem}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
