:root{--bg:#0a0a0a;--bg-secondary:#111;--surface:#171717;--surface-hover:#1f1f1f;--text:#f5f5f5;--text-muted:#737373;--text-secondary:#b3b3b3;--accent:#7c3aed;--accent-hover:#8b5cf6;--accent-soft:#7c3aed24;--border:#262626;--border-light:#3a3a3a;--shadow-sm:3px 2px 4px #ffffff47;--shadow-md:6px 6px 4px #ffffff61;--radius-md:12px;--transition-normal:.3s ease;--fs-sm:.875rem;--fs-base:1rem;--fs-lg:1.125rem;--fs-xl:1.5rem;--fs-2xl:2rem;--fs-3xl:2.5rem}*,:before,:after{box-sizing:border-box}.title{font-size:var(--fs-2xl)}@media (width<=768px){.title{font-size:var(--fs-xl)}p{font-size:var(--fs-sm)}}*{font-family:Inter,sans-serif}html{scroll-behavior:smooth;background-color:var(--bg);color:var(--text)}body{margin:0}section{flex-direction:column;justify-content:center;align-items:center;margin-top:20px;padding:20px;display:flex}section:first-child{margin:0;padding:0}#about,#home,#projects,#contact{scroll-margin-top:55px}.appShell{width:100%;min-height:100dvh}@media (width<=768px){section{margin-top:0}section:first-child{margin:0;padding:0}}._header_agus6_1{z-index:999;background-color:var(--surface-hover);border-bottom:2px solid var(--border);border-top:2px solid var(--border);grid-template-columns:1fr 2fr auto;width:100%;margin-bottom:10px;padding:10px 80px;display:grid;position:sticky;top:0;box-shadow:0 2px 4px #ffffff47,0 -2px 4px #ffffff47}._header_agus6_1 h2{grid-column:1;margin:0}._navButtons_agus6_20{flex-direction:row;grid-column:3;justify-content:center;align-self:center;align-items:center;gap:2rem;width:100%;display:flex}._navButtons_agus6_20 ._navButton_agus6_20{font-size:var(--fs-lg);color:var(--text-secondary);text-decoration:none;transition:color .3s}._navButtons_agus6_20 ._navButton_agus6_20:hover,._navButtons_agus6_20 ._navButton_agus6_20._active_agus6_36{color:var(--accent)}._navButtons_agus6_20 ._navButton_agus6_20:active{color:var(--text-secondary)}@media (width<=768px){._header_agus6_1{padding:10px 40px}}@media (width<=450px){._header_agus6_1{padding:10px 20px}._navButtons_agus6_20{gap:1rem}._navButtons_agus6_20 ._navButton_agus6_20{font-size:var(--fs-base)}}._hero_exhgc_1{background-color:var(--bg-secondary);height:100dvh;color:var(--text);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}._hero_exhgc_1 div{flex-direction:column;gap:0;width:40%;display:flex}._hero_exhgc_1 h2{width:60%;font-size:var(--fs-3xl);margin-top:0;margin-bottom:30px}._hero_exhgc_1 h3{width:35%;max-width:760px}._hero_exhgc_1 h3:first-child{color:var(--text-secondary)}._hero_exhgc_1 h3,._hero_exhgc_1 a{font-weight:400;font-size:var(--fs-xl);margin-top:0}._hero_exhgc_1 a{background-color:var(--accent);width:150px;font-size:var(--fs-lg);border-radius:var(--radius-md);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);color:var(--text);transition:background-color var(--transition-normal), transform var(--transition-normal);margin-top:15px;padding:13px;text-decoration:none}._hero_exhgc_1 a:hover{background-color:var(--accent-hover);transform:scale(1.05)}._hero_exhgc_1 a:active{color:var(--text);background-color:var(--accent-hover);transform:scale(.98)}@media (width<=768px){._hero_exhgc_1 h2{font-size:var(--fs-2xl);width:90%}._hero_exhgc_1 h3,._hero_exhgc_1 a{font-size:var(--fs-lg)}._hero_exhgc_1 h3{width:50%}}@media (width<=430px){._hero_exhgc_1 h3{width:70%;font-size:var(--fs-lg)}._hero_exhgc_1 h2{font-size:var(--fs-2xl)}}@media (width<=1150px){._hero_exhgc_1 h2{width:70%}}._projects_14654_1{justify-self:center;gap:50px;width:90%}._projects_14654_1 a{justify-self:center;width:fit-content}._projectCard_14654_11{flex-direction:row;grid-template-columns:320px 1fr;justify-content:center;align-items:center;gap:30px;padding:50px;display:grid}._projectCard_14654_11:first-of-type{padding:0 50px 50px}._projectInfo_14654_24{background-color:var(--surface);border-radius:var(--radius-md);height:100%;box-shadow:var(--shadow-md);flex-direction:column;align-self:flex-start;gap:2rem;padding:2rem;line-height:25px;display:flex}._projectInfo_14654_24 ._techContainer_14654_36{flex-direction:column;gap:15px;display:flex}._projectInfo_14654_24 ._tech_14654_36{flex-direction:row;justify-content:space-between;align-items:center;display:flex}._projectInfo_14654_24 *{margin:0}._projectImage_14654_51{border-radius:var(--radius-md);border:2px solid var(--border);height:auto;max-height:30rem;transition:transform var(--transition-normal)}._projectImage_14654_51:hover{cursor:pointer;transform:scale(1.05)}._links_14654_63{flex-direction:row;justify-content:flex-start;gap:15px;display:flex}._links_14654_63 a{background-color:var(--accent);width:100px;font-size:var(--fs-base);text-align:center;border-radius:var(--radius-md);border:1px solid var(--border-light);color:var(--text);transition:background-color var(--transition-normal), transform var(--transition-normal);padding:10px;text-decoration:none;box-shadow:4px 3px 4px #00000047}._links_14654_63 a:hover,._links_14654_63 a:active{background-color:var(--accent-hover);transform:translateY(-3px)}@media (width<=1040px){._projects_14654_1{width:100%}}@media (width<=768px){._projectCard_14654_11{grid-template-columns:1fr;width:fit-content;padding:20px}._projectCard_14654_11:first-of-type{padding:0 20px 20px}._projectInfo_14654_24{justify-self:center;width:70%}._projects_14654_1{gap:10px}}@media (width<=530px){._projectInfo_14654_24{width:100%}._projectImage_14654_51{max-height:25rem}}._footer_1aoti_1 p,._footer_1aoti_1 a{color:var(--text-secondary);margin:5px}._footer_1aoti_1 p:last-of-type,._footer_1aoti_1 a:last-of-type{color:var(--text-muted);font-size:var(--fs-sm)}._footer_1aoti_1{padding-top:0}._about_tkxgv_1{background-color:#0000;grid-template-columns:1fr 1fr;justify-content:center;align-items:center;max-width:100dvw;padding:20px;display:grid}._aboutInfo_tkxgv_11{flex-direction:column;justify-content:center;align-items:center;display:flex}._desc_tkxgv_18{width:80%;max-width:700px;font-weight:400;line-height:30px;font-size:var(--fs-lg)}@media (width<=768px){._about_tkxgv_1{grid-template-columns:1fr}}@media (width<=430px){._desc_tkxgv_18{width:90%}}._skillsContainer_1xtk8_1{flex-direction:column;align-self:flex-start;align-items:center;display:flex}._title_1xtk8_8{margin-bottom:40px}._skills_1xtk8_1{grid-template-columns:1fr 1fr 1fr;gap:30px;width:fit-content;display:grid}._skills_1xtk8_1 div{background-color:var(--surface);border:2px solid var(--accent-soft);border-radius:var(--radius-md);justify-content:center;align-items:center;width:fit-content;height:fit-content;padding:15px;display:flex}@media (width<=768px){._skills_1xtk8_1{gap:50px}._skills_1xtk8_1 div{padding:10px}._skills_1xtk8_1 img{width:40px;height:40px}}._methods_jyq9u_1{flex-direction:row;gap:20px;display:flex}._methods_jyq9u_1 a{transition:transform .2s,opacity .2s}._methods_jyq9u_1 a:hover{opacity:.85;transform:translateY(-3px)}._contact_jyq9u_14{gap:10px}._contact_jyq9u_14 h2{font-size:var(--fs-lg);text-align:center;margin-top:0;margin-bottom:30px;font-weight:400}@media (width<=768px){._contact_jyq9u_14 img{width:50px;height:50px}}
