html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;vertical-align:baseline;border:0;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*,:before,:after{box-sizing:border-box}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;padding:0}
@font-face{font-family:Freesentation;src:url(/fonts/freesentation/Freesentation-3Light.ttf)format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Freesentation;src:url(/fonts/freesentation/Freesentation-4Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Freesentation;src:url(/fonts/freesentation/Freesentation-5Medium.ttf)format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Freesentation;font-weight:600;src:url(/fonts/freesentation/Freesentation-6SemiBold.ttf)format("truetype");font-style:normal}@font-face{font-family:Freesentation;font-weight:700;src:url(/fonts/freesentation/Freesentation-7Bold.ttf)format("truetype");font-style:normal}
:root{--background:#fdfdfd;--foreground:#171717;--accent:#2563eb;--muted:#727171;--border:#e5e7eb;--bg-card:#f9fafb}@media (prefers-color-scheme:dark){:root{--background:#212121;--foreground:#e8e8e8;--accent:#60a5fa;--muted:#a0a0a0;--border:#2c2c2c;--bg-card:#1e1e1e}}html{font-size:18px}body{background:var(--background);color:var(--foreground);word-break:keep-all;margin:0;font-family:Freesentation,sans-serif;font-weight:500;line-height:1.5}h1,h2,h3,h4,h5{margin:0;font-weight:700}h1{font-size:2.1875rem;line-height:1.5}h2{margin-bottom:3rem;font-size:1.875rem;line-height:1.4}h3{font-size:1.625rem;line-height:1.25}h4{font-size:1.25rem;line-height:1.4}h5{font-size:1.125rem;line-height:1.45}b{font-weight:600}.small{font-size:.875rem;line-height:1.5}::selection{background-color:color-mix(in srgb, var(--accent), transparent 70%);color:inherit}::selection{background-color:color-mix(in srgb, var(--accent), transparent 70%);color:inherit}.container{max-width:820px;margin:0 auto;padding:100px 20px}section{border-bottom:1px solid var(--border);padding-bottom:2.5rem}section:last-child{border:none}.intro-main{flex-direction:column;gap:2.5rem;display:flex}.color-highlight{color:var(--accent)}.color-lowlight{color:var(--muted)}ul{margin-left:1.5rem;font-weight:400;list-style-type:disc;list-style-position:outside}ul ul{margin-top:.3rem;list-style:circle}.section-values{flex-direction:column;gap:1.5rem;display:flex}.value-item h4{margin-bottom:1rem}.value-item ul>li{margin-bottom:.4rem}.experience-area{align-items:flex-start;gap:100px;display:flex}.experience-area+.experience-area{margin-top:60px}.experience-item{width:100%;max-width:220px;position:sticky;top:40px}.experience-item figure{border:1px solid var(--border);border-radius:20px;width:100px;height:100px;margin-bottom:1rem;overflow:hidden}.experience-item figure img{object-fit:cover;width:100%;height:100%}.experience-item h4{margin-bottom:6px}.experience-list h4{margin-bottom:.6rem}.experience-list>li{margin-bottom:1rem;font-weight:700}.experience-list>li li{margin-bottom:.6rem}.education-wrapper{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:3rem;width:100%;max-width:600px;display:flex}.education-area{flex-direction:column;gap:3rem;display:flex}.education-item{flex-direction:column;gap:2px;font-weight:400;display:flex}.education-item h4{font-weight:600}.education-major{align-items:center;gap:4px;display:flex}.education-date{color:var(--muted)}.education-status.graduated{color:var(--accent)}.education-status.dropout{color:var(--muted)}.education-status{font-weight:500}.projects-area{grid-template-columns:repeat(2,1fr);gap:24px;padding:20px 0;display:grid}.project-item{aspect-ratio:16/9;background-color:var(--bg-card);border:1px solid var(--border);border-radius:12px;width:100%;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:block;position:relative;overflow:hidden}.project-item figure{width:100%;height:100%;margin:0;position:relative}.project-content{z-index:2;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:20px;transition:opacity .4s,transform .4s;display:flex;position:absolute;inset:0}.project-label{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:600;transition:color .4s}.project-desc{text-align:center;color:var(--muted);font-size:.875rem;font-weight:400}.project-item img{object-fit:cover;opacity:0;z-index:1;width:100%;height:100%;transition:opacity .4s,transform .4s;position:absolute;inset:0;transform:scale(1.05)}.project-item:after{content:"";opacity:0;z-index:2;background:linear-gradient(#0000,#0000004d);transition:opacity .4s;position:absolute;inset:0}.project-item:hover{box-shadow:0 15px 30px #00000014}.project-item:hover .project-content{transform:translateY(-5px)}.project-item:has(img):hover .project-content{opacity:0}.project-item:hover img{opacity:1;transform:scale(1)}.project-item:hover:after{opacity:1}footer{text-align:center;background-color:var(--bg-card);border-top:1px solid var(--border);color:var(--muted);padding:40px 20px}button{all:unset;font-family:inherit;font-size:inherit;color:var(--foreground);cursor:pointer}.button-copy:hover{text-decoration:underline}@media screen and (max-width:1024px){.project-item img{opacity:1!important;transform:scale(1)!important}.project-item:after{background:linear-gradient(#0000,#00000080);opacity:1!important}.project-content{opacity:1;transform:translateY(0)}.project-item:has(img) .project-content{display:none}.project-item:has(img) .project-desc{color:#fffc}.project-item:not(:has(img)) .project-label{color:var(--foreground)}.project-item:not(:has(img)) .project-desc{color:var(--muted)}.project-item:not(:has(img)):after{display:none}}@media (max-width:768px){html{font-size:16px}.container{padding:85px 20px}.education-area{gap:2.5rem}.experience-area{flex-direction:column;gap:2rem}.experience-item{align-items:center;gap:1rem;max-width:100%;display:flex;position:static}.experience-item figure{margin-bottom:0}.education-wrapper{flex-direction:column}.project-label{font-size:1.25rem}}@media screen and (max-width:568px){.projects-area{grid-template-columns:1fr}.project-label{font-size:1.5rem}}

