*{box-sizing:border-box;margin:0;padding:0}:root{--background:0 0% 100%;--foreground:222.2 84% 4.9%;--card:0 0% 100%;--card-foreground:222.2 84% 4.9%;--muted:210 40% 96.1%;--muted-foreground:215.4 16.3% 46.9%;--border:214.3 31.8% 91.4%;--input:214.3 31.8% 91.4%;--ring:222.2 84% 4.9%;--primary:222.2 47.4% 11.2%;--primary-foreground:210 40% 98%;--accent:210 40% 96.1%;--accent-foreground:222.2 47.4% 11.2%;--radius:.5rem;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-mono:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--max-width:900px}.dark{--background:222.2 84% 4.9%;--foreground:210 40% 98%;--card:222.2 84% 4.9%;--card-foreground:210 40% 98%;--muted:217.2 32.6% 17.5%;--muted-foreground:215 20.2% 65.1%;--border:217.2 32.6% 17.5%;--input:217.2 32.6% 17.5%;--ring:212.7 26.8% 83.9%;--primary:210 40% 98%;--primary-foreground:222.2 47.4% 11.2%;--accent:217.2 32.6% 17.5%;--accent-foreground:210 40% 98%}body{background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:var(--font-sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{margin:0 auto;max-width:var(--max-width);min-height:100vh;padding:40px 20px}.header{border-bottom:1px solid hsl(var(--border));justify-content:space-between;margin-bottom:48px;padding-bottom:24px}.header,.profile-section{align-items:flex-start;display:flex}.profile-section{flex:1;gap:24px}.profile-photo{border:1px solid hsl(var(--border));border-radius:calc(var(--radius) - 2px);flex-shrink:0;height:120px;-o-object-fit:cover;object-fit:cover;transition:all .2s ease;width:120px}.profile-photo:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.profile-info h1{color:hsl(var(--foreground));font-size:28px;font-weight:600;letter-spacing:-.025em;margin-bottom:6px}.profile-info .subtitle{color:hsl(var(--muted-foreground));font-size:16px;font-weight:400;margin-bottom:12px}.profile-social{align-items:center;display:flex;gap:12px}.social-link{align-items:center;border:1px solid hsl(var(--border));border-radius:calc(var(--radius) - 2px);color:hsl(var(--muted-foreground));display:inline-flex;height:32px;justify-content:center;text-decoration:none;transition:all .15s ease;width:32px}.social-link:hover{background-color:hsl(var(--accent));border-color:hsl(var(--muted-foreground)/.3);color:hsl(var(--foreground))}.social-link svg{height:16px;width:16px}.nav{align-items:center;display:flex;gap:8px;padding-top:5px}.nav-link{border-radius:calc(var(--radius) - 2px);color:hsl(var(--muted-foreground));font-size:14px;font-weight:500;padding:6px 12px;text-decoration:none;transition:all .15s ease}.nav-link:hover{background-color:hsl(var(--accent));color:hsl(var(--foreground))}.nav-link.router-link-exact-active{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:600}.mobile-menu-toggle{display:none}.content{margin-top:0}.content h2{border-bottom:1px solid hsl(var(--border));color:hsl(var(--foreground));font-size:24px;font-weight:600;letter-spacing:-.025em;margin-bottom:20px;margin-top:48px;padding-bottom:8px}.content h2:first-child{margin-top:0}.content h3{color:hsl(var(--foreground));font-size:18px;font-weight:600;letter-spacing:-.015em;margin-bottom:8px}.content p{line-height:1.7}.content p,.content ul{color:hsl(var(--muted-foreground))}.content ul{margin-bottom:16px;padding-left:24px}.content li{line-height:1.6;margin-bottom:8px}.experience-item{background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);margin-bottom:32px;padding:20px;transition:all .2s ease}.experience-item:hover{border-color:hsl(var(--muted-foreground)/.3);box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.experience-item:last-child{margin-bottom:0}.experience-title{color:hsl(var(--foreground));font-size:17px;font-weight:600;letter-spacing:-.01em;margin-bottom:6px}.experience-company{color:hsl(var(--muted-foreground));font-size:14px;margin-bottom:4px}.experience-period{color:hsl(var(--muted-foreground)/.8);font-family:var(--font-mono);font-size:13px;margin-bottom:12px}.experience-item ul{margin-top:12px}.experience-header{align-items:flex-start;display:flex;gap:16px;margin-bottom:12px}.experience-logo-container{align-items:center;background-color:#fff;border:1px solid hsl(var(--border));border-radius:var(--radius);display:flex;flex-shrink:0;height:48px;justify-content:center;overflow:hidden;width:48px}.experience-logo{height:100%;-o-object-fit:contain;object-fit:contain;padding:4px;width:100%}.experience-content{flex:1}.projects-list{display:flex;flex-direction:column;gap:24px}.project-item{background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:20px;transition:all .2s ease}.project-item:hover{border-color:hsl(var(--muted-foreground)/.3);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.project-title{color:hsl(var(--foreground));font-size:18px;font-weight:600;letter-spacing:-.015em;margin-bottom:12px}.project-description{color:hsl(var(--muted-foreground));line-height:1.7;margin-bottom:16px}.project-meta{border-top:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));display:flex;flex-direction:column;font-size:13px;gap:6px;padding-top:12px}.project-meta span{color:hsl(var(--foreground));font-weight:500}.contact-intro{color:hsl(var(--muted-foreground));line-height:1.7;margin-bottom:32px}.contact-form{max-width:600px}.form-group{margin-bottom:24px}.form-label{display:block;font-weight:500;margin-bottom:8px}.form-input,.form-label,.form-textarea{color:hsl(var(--foreground));font-size:14px}.form-input,.form-textarea{background-color:hsl(var(--background));border:1px solid hsl(var(--input));border-radius:calc(var(--radius) - 2px);font-family:var(--font-sans);padding:10px 12px;transition:all .15s ease;width:100%}.form-input:focus,.form-textarea:focus{border-color:hsl(var(--ring));box-shadow:0 0 0 3px hsl(var(--ring)/.1);outline:none}.form-input::-moz-placeholder,.form-textarea::-moz-placeholder{color:hsl(var(--muted-foreground)/.5)}.form-input::placeholder,.form-textarea::placeholder{color:hsl(var(--muted-foreground)/.5)}.form-textarea{min-height:120px;resize:vertical}.btn-submit{background-color:hsl(var(--primary));border:none;border-radius:calc(var(--radius) - 2px);box-shadow:0 1px 2px #0000000d;color:hsl(var(--primary-foreground));cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .15s ease}.btn-submit:hover{background-color:hsl(var(--primary)/.9);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.btn-submit:active{transform:translateY(1px)}.contact-links{border-top:1px solid hsl(var(--border));margin-top:32px;padding-top:24px}.contact-links p{color:hsl(var(--muted-foreground));font-size:14px;font-weight:500;margin-bottom:12px}.contact-link{color:hsl(var(--foreground));display:inline-block;font-size:14px;font-weight:500;margin-right:20px;text-decoration:none;transition:color .15s ease}.contact-link:hover{text-decoration:underline;text-underline-offset:4px}.contact-link:hover,.footer{color:hsl(var(--muted-foreground))}.footer{border-top:1px solid hsl(var(--border));font-size:13px;margin-top:80px;padding-top:24px;text-align:center}@media(max-width:768px){.header,.profile-section{flex-direction:column;gap:20px}.profile-photo{height:100px;width:100px}.nav{flex-wrap:wrap;justify-content:flex-start;width:100%}.profile-info h1{font-size:24px}.profile-info .subtitle{font-size:15px}.content h2{font-size:22px}}@media(max-width:480px){.container{padding:20px 16px}.profile-photo{height:80px;width:80px}.nav{gap:6px}.nav-link{font-size:13px;padding:5px 10px}.experience-item,.project-item{padding:16px}}.text-muted{color:hsl(var(--muted-foreground))}.text-sm{font-size:14px}.font-mono{font-family:var(--font-mono)}
