@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap";:root{--background:#030303;--foreground:#cecece;--primary:#f8f8f8;--primary-foreground:#030303;--muted:#555;--muted-foreground:#717171;--accent:#00a88b;--accent-foreground:#f8f8f8;--border:#222;--input:#161616;--ring:#00a88b;--radius:0rem;--container-2xl:42rem;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--transition-default:all .2s cubic-bezier(.4, 0, .2, 1);--transition-slow:all .7s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);color:var(--foreground);font-family:var(--font-sans);font-feature-settings:normal;font-variation-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.625}h1{font-size:.875rem}h2{font-size:.75rem}h3{font-size:.5rem}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit;cursor:pointer}.min-h-screen{min-height:100vh}.bg-background{background-color:var(--background)}.container{max-width:var(--container-2xl);margin-left:auto;margin-right:auto;padding:6rem 1.5rem}@media (width>=768px){.container{padding-top:8rem;padding-bottom:8rem}}header{margin-bottom:5rem}.profile-container{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;display:flex}@media (width>=640px){.profile-container{flex-direction:row;gap:1.25rem}}.avatar-wrapper{border:1px solid var(--border);background-color:#121212;border-radius:9999px;flex-shrink:0;width:9rem;height:9rem;position:relative;overflow:hidden}.avatar-img{object-fit:cover;width:100%;height:100%;transition:var(--transition-slow)}.avatar-wrapper:hover .avatar-img{filter:grayscale()}.profile-info{text-align:center;flex-direction:column;align-items:center;display:flex}@media (width>=640px){.profile-info{text-align:start;align-items:start}}.profile-name{letter-spacing:-.025em;color:var(--primary);font-size:1.875rem;font-weight:500;line-height:1.25}.profile-tagline{color:var(--muted-foreground);max-width:24rem;margin-top:.125rem}section{margin-bottom:5rem}section:last-child{margin-bottom:0}.section-title{text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground);margin-bottom:2rem;font-size:.875rem;font-weight:500}.section-title.mb-4{margin-bottom:1rem}.about-text{color:var(--foreground);line-height:1.625}.list-container{flex-direction:column;gap:2.5rem;display:flex}.grid-item{transition:var(--transition-default);grid-template-columns:1fr;gap:.75rem;display:grid}@media (width>=640px){.grid-item{grid-template-columns:120px 1fr;gap:2rem}}.grid-left{color:var(--muted-foreground);font-variant-numeric:tabular-nums;font-size:.875rem;font-weight:400}.grid-right{flex-direction:column;display:flex}.item-header{color:var(--primary);font-size:1rem;font-weight:500}.item-link{color:var(--primary);transition:var(--transition-default);align-items:center;gap:.125rem;display:inline-flex}.item-link:hover{color:var(--accent)}.item-desc{color:var(--foreground);white-space:pre-line;margin-top:.5rem;font-size:.9375rem;line-height:1.625}.tags-container{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.tag-badge{color:var(--accent);letter-spacing:.02em;text-transform:none;background-color:#00a88b14;border:1px solid #00a88b26;border-radius:9999px;align-items:center;padding:.25rem .625rem;font-size:.6875rem;font-weight:700;display:inline-flex}.icon-arrow{width:.875rem;height:.875rem;transition:var(--transition-default);opacity:.5}.grid-item:hover .icon-arrow,.item-link:hover .icon-arrow,.contact-link:hover .icon-arrow{opacity:1;transform:translate(.125rem,-.125rem)}.achievement-item{margin-bottom:1.5rem}.achievement-item:last-child{margin-bottom:0}.achievement-title{color:var(--primary);margin-bottom:.25rem;font-size:1rem;font-weight:500}.achievement-desc{color:var(--foreground);font-size:.9375rem}.contact-container{flex-direction:column;gap:1rem;font-size:.875rem;display:flex}.contact-row{grid-template-columns:120px 1fr;align-items:baseline;gap:2rem;display:grid}.contact-label{color:var(--muted-foreground);font-size:.875rem}.contact-link{color:var(--primary);transition:var(--transition-default);align-items:center;gap:.25rem;width:fit-content;display:inline-flex}.contact-link:hover{color:var(--accent)}.subprojects-section{border-top:1px solid var(--border);margin-top:5rem;padding-top:3rem}.transition-colors{transition:var(--transition-default)}.text-muted-foreground{color:var(--muted-foreground)}.text-sm{font-size:.875rem}.sub-experiences-wrapper{margin-top:.5rem}.experience-intro{color:var(--muted-foreground);margin-bottom:.75rem;font-size:.9375rem;line-height:1.6}.sub-experiences-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.sub-experience-item{color:var(--foreground);font-size:.9375rem;line-height:1.625;position:relative}.sub-experience-title{color:var(--primary);font-weight:600}.sub-experience-desc{color:var(--foreground)}
