*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}html[data-theme=dark]{color-scheme:dark;color:#ffffffe6;background-color:#0a0a0a}html[data-theme=light]{color-scheme:light;color:#1a1a1a;background-color:#fff}body{margin:0;min-height:100vh}#app{width:100%}.container{max-width:1200px;margin:0 auto;padding:3rem 2rem;position:relative}.lang-toggle{position:fixed;top:2rem;right:6rem;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#ffffffe6;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:600;font-size:.9rem}.lang-toggle:hover{background:#ffffff1a;transform:scale(1.05)}html[data-theme=light] .lang-toggle{border-color:#0000001a;background:#00000008;color:#1a1a1a}html[data-theme=light] .lang-toggle:hover{background:#0000000f}.theme-toggle{position:fixed;top:2rem;right:2rem;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.theme-toggle:hover{background:#ffffff1a;transform:scale(1.1)}html[data-theme=dark] .theme-toggle .sun-icon{display:block}html[data-theme=dark] .theme-toggle .moon-icon{display:none}html[data-theme=light] .theme-toggle{border-color:#0000001a;background:#00000008}html[data-theme=light] .theme-toggle:hover{background:#0000000f}html[data-theme=light] .theme-toggle .sun-icon{display:none}html[data-theme=light] .theme-toggle .moon-icon{display:block}.hero{text-align:center;padding:2rem 0 3rem;margin-bottom:2rem}.hero h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}html[data-theme=dark] .hero .title{color:#a0a0a0}html[data-theme=dark] .hero .bio{color:#d0d0d0}html[data-theme=light] .hero .title{color:#606060}html[data-theme=light] .hero .bio{color:#404040}.hero .title{font-size:clamp(1.2rem,2.5vw,1.5rem);margin-bottom:1.5rem;font-weight:500}.hero .bio{font-size:1.1rem;max-width:600px;margin:0 auto 2.5rem}.social-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.social-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease}html[data-theme=dark] .social-link{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff}html[data-theme=dark] .social-link:hover{background:#ffffff1a;border-color:#fff3}html[data-theme=light] .social-link{background:#00000008;border:1px solid rgba(0,0,0,.1);color:#1a1a1a}html[data-theme=light] .social-link:hover{background:#0000000f;border-color:#00000026}.social-link:hover{transform:translateY(-2px)}.social-link svg{width:20px;height:20px}.projects{margin-bottom:4rem}.projects h2{font-size:2.5rem;margin-bottom:2rem;text-align:center}html[data-theme=dark] .projects h2{color:#fff}html[data-theme=light] .projects h2{color:#1a1a1a}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.project-card{border-radius:12px;padding:2rem;transition:all .3s ease;display:flex;flex-direction:column}html[data-theme=dark] .project-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1)}html[data-theme=dark] .project-card:hover{background:#ffffff0d;border-color:#fff3;box-shadow:0 8px 24px #0000004d}html[data-theme=light] .project-card{background:#00000005;border:1px solid rgba(0,0,0,.08)}html[data-theme=light] .project-card:hover{background:#0000000a;border-color:#0000001f;box-shadow:0 8px 24px #00000014}.project-card:hover{transform:translateY(-4px)}.project-card h3{font-size:1.5rem;margin-bottom:.75rem}html[data-theme=dark] .project-card h3{color:#fff}html[data-theme=light] .project-card h3{color:#1a1a1a}.project-card p{margin-bottom:1.5rem;line-height:1.6;flex-grow:1}html[data-theme=dark] .project-card p{color:silver}html[data-theme=light] .project-card p{color:#505050}.tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.tag{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500}html[data-theme=dark] .tag{background:#667eea33;color:#9bb3ff}html[data-theme=light] .tag{background:#667eea1a;color:#5568d3}.project-link{display:inline-flex;align-items:center;color:#667eea;text-decoration:none;font-weight:500;transition:color .3s ease}.project-link:hover{color:#8093ff}footer{text-align:center;padding:2rem 0;color:gray;margin-top:4rem}html[data-theme=dark] footer{border-top:1px solid rgba(255,255,255,.1)}html[data-theme=light] footer{border-top:1px solid rgba(0,0,0,.1)}@media(max-width:768px){.container{padding:2rem 1.5rem}.hero{padding:2rem 0 3rem}.projects-grid{grid-template-columns:1fr}.lang-toggle{top:1rem;right:4.5rem}.theme-toggle{top:1rem;right:1rem}}
