body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth;scroll-padding-left:82px;scroll-padding-top:0}body{background:#d3d3d3;color:#222;font-family:Segoe UI,Arial,sans-serif;margin:0;text-align:justify}.navbar-vertical{align-items:center;background:#353a47;box-shadow:2px 0 8px #0000000d;display:flex;flex-direction:column;height:100vh;left:0;max-height:100vh;overflow-x:hidden;overflow-y:auto;padding:1.2em 0;position:fixed;top:0;transition:width .26s cubic-bezier(.65,.05,.35,1);width:72px;z-index:1000}.navbar-vertical.expanded{width:180px}.logo-title-vertical{align-items:center;display:flex;flex-direction:column;margin-bottom:2em;transition:margin-bottom .26s cubic-bezier(.65,.05,.35,1)}.navbar-vertical.expanded .logo-title-vertical{margin-bottom:3.3em}.logo-vertical{height:32px;transition:width .26s,height .26s;width:32px}.navbar-vertical.expanded .logo-vertical{height:44px;width:44px}.navbar-name-block{display:none;opacity:0;transition:opacity .26s,margin-top .26s}.navbar-vertical.expanded .navbar-name-block{align-items:center;animation:fadein .26s;display:flex;flex-direction:column;margin-bottom:.25em;margin-top:.15em;opacity:1}.navbar-name{color:#fff;font-size:1.08em;font-weight:700;letter-spacing:.07em;line-height:1.15em;text-transform:uppercase;transition:color .26s,font-size .26s,letter-spacing .26s}@keyframes fadein{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.navbar-links-vertical{align-items:center;display:flex;flex:1 1 auto;flex-direction:column;gap:.2em;list-style:none;margin:0;padding:0;transition:margin-top .26s cubic-bezier(.65,.05,.35,1),gap .26s cubic-bezier(.65,.05,.35,1);width:100%}.navbar-links-vertical li{display:flex;justify-content:center;width:100%}.navbar-vertical.expanded .navbar-links-vertical{gap:.24em;margin-top:1.2em}.navbar-links-vertical a{align-items:center;border-radius:.5em;box-sizing:border-box;color:#fff;display:flex;font-size:1em;font-weight:500;gap:.9em;justify-content:center;margin:.18em 0;padding:.8em 0;text-decoration:none;transition:background .2s,color .18s,transform .13s,padding .22s cubic-bezier(.65,.05,.35,1),width .26s cubic-bezier(.65,.05,.35,1),font-size .18s cubic-bezier(.65,.05,.35,1),gap .2s cubic-bezier(.65,.05,.35,1);width:100%}.navbar-vertical.expanded .navbar-links-vertical a{align-items:center;font-size:1em;justify-content:flex-start;padding-left:.85em;padding-right:.4em;width:168px}.navbar-vertical:not(.expanded) .nav-label{display:none;opacity:0;transition:opacity .18s}.navbar-vertical.expanded .nav-label{display:inline;font-size:1em;font-weight:500;letter-spacing:.01em;margin-left:.12em;opacity:1;transition:opacity .26s;vertical-align:middle}.nav-label{transition:opacity .18s,margin .18s}.navbar-links-vertical a:focus,.navbar-links-vertical a:hover{background:#222532;color:#56e0c7;text-decoration:none;transform:scale(1.08)}.nav-icon{align-items:center;display:flex;font-size:1.25em;justify-content:center;transition:font-size .26s cubic-bezier(.65,.05,.35,1)}.navbar-vertical.expanded .nav-icon{font-size:1em}.nav-toggle.nav-toggle-bottom{align-self:center;background:none;border:none;border-radius:.4em;color:#fff;cursor:pointer;font-size:1.13em;margin-bottom:1.4em;margin-top:auto;outline:none;padding:.3em .45em;transition:color .18s,background .13s}.nav-toggle.nav-toggle-bottom:hover{background:#222532;color:#56e0c7}body.dark{background:#181a20;color:#e5eaf4;transition:background .3s,color .3s}body.dark .navbar-vertical{background:#22232a;box-shadow:2px 0 10px #00000024}body.dark .logo-title-vertical,body.dark .nav-icon,body.dark .nav-label,body.dark .navbar-links-vertical a,body.dark .navbar-name{color:#e5eaf4}body.dark .navbar-links-vertical a:focus,body.dark .navbar-links-vertical a:hover{background:#30344d;color:#63ffe4}body.dark .section{background:#23242b;box-shadow:0 1px 8px #141e2830;color:#e5eaf4}body.dark .section h2{color:#63ffe4}body.dark .dark-toggle,body.dark .nav-toggle{background:#252632;color:#f7f7f7}body.dark .dark-toggle:hover{background:#30344d;color:gold}.dark .main-vertical-container,body.dark .main-vertical-container{background:#181a20;color:#e5eaf4}.dark .about-page-container,body.dark .about-page-container{background:#23242b;box-shadow:0 1px 8px #141e2829;color:#e5eaf4}.dark .mobile-nav-dropdown,body.dark .mobile-nav-dropdown{background:#22232a;color:#e5eaf4}.dark-toggle{align-self:center;background:none;border:none;border-radius:.4em;color:gold;cursor:pointer;font-size:1.18em;margin-bottom:.4em;outline:none;padding:.25em .45em;transition:color .18s,background .13s}.dark-toggle:hover{background:#ececec;color:#57b7ff}.main-vertical-container{display:flex;flex-direction:column;margin-left:72px;min-height:100vh;transition:margin-left .26s cubic-bezier(.65,.05,.35,1)}.navbar-vertical.expanded~.main-vertical-container,body .navbar-vertical.expanded+.main-vertical-container{margin-left:180px}main{margin:2.2em auto 0;max-width:900px;padding:0 1em 4em}.section{background:#fff;border-radius:1em;box-shadow:0 1px 6px #323c500a;margin-bottom:2.5em;padding:1em 2em 2em;scroll-margin-left:82px;scroll-margin-top:2em;transition:scroll-margin-left .26s cubic-bezier(.65,.05,.35,1)}.section h2{color:#353a47;font-size:2em;letter-spacing:.01em;margin-bottom:.8em;text-align:center}a{color:#3578e5;text-decoration:none}a:hover{text-decoration:underline}ul{padding-left:1.3em}.home-instruct{background:linear-gradient(90deg,#d9edff 40%,#b0c7fd);border:1.2px solid #bdd8fe;border-radius:1.6em;box-shadow:0 1px 7px #466eaa12;color:#2e437a;display:inline-block;font-family:Segoe UI Semibold,Segoe UI,Arial,sans-serif;font-size:1em;font-weight:600;letter-spacing:.01em;margin:1.15em auto 1.75em;padding:.3em 1.4em;position:sticky;text-align:center;top:.25em;transition:background .17s,color .17s;-webkit-user-select:none;user-select:none;z-index:99}@media (max-width:900px){.home-instruct{font-size:.75em;margin-bottom:1.1em;margin-top:1em;padding:.5em 1em;top:6em}}body.dark .home-instruct{background:linear-gradient(90deg,#212336 40%,#32224d);border:1.2px solid #4e7fa6;box-shadow:0 1px 9px #1adad71a;color:#8de2ff}.homepage-tooltip{background:#000;border-radius:.5em;box-shadow:0 2px 10px #323c5a21;color:#cfe7e9;font-size:1em;left:0;max-width:250px;opacity:0;padding:.5em;pointer-events:none;position:relative;text-align:center;top:-1em;transform:translate(-50%,-100%);transition:opacity .18s cubic-bezier(.39,1.45,.69,1.04);visibility:hidden;white-space:pre-line;width:max-content;z-index:11}.section.about-clickable-tile:focus .homepage-tooltip,.section.about-clickable-tile:focus-visible .homepage-tooltip,.section.about-clickable-tile:hover .homepage-tooltip{opacity:1;visibility:visible}.section.about-clickable-tile{position:relative}body.dark .homepage-tooltip{background:#63ffe4;box-shadow:0 2px 12px #32c8ff21;color:#222}@media (max-width:900px){html{scroll-padding-left:0!important;scroll-padding-top:70px}.main-vertical-container{margin-left:0!important}.navbar-vertical,.navbar-vertical.expanded{display:none!important}.mobile-nav-dropdown{align-items:center;background:#353a47;box-shadow:0 2px 8px #0000000d;display:flex;height:70px;left:0;padding:0 1em;position:fixed;top:0;width:100vw;z-index:1002}.mobile-nav-logo-block{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-right:1.1em;min-width:60px}.mobile-nav-logo{height:48px;width:48px}.mobile-navbar-name-block{align-items:center;display:flex;flex-direction:column;line-height:1.1;margin-bottom:.6em;margin-top:.02em}.mobile-navbar-name{color:#fff;font-family:inherit;font-size:.68em;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.mobile-nav-select{appearance:none;border:none;border-radius:.5em;box-shadow:0 1px 4px #1e1e1e12;flex:1 1;font-size:1.1em;margin:0 .8em 0 .1em;max-width:340px;min-width:100px;outline:none;padding:.55em 1em;width:60vw}.mobile-nav-select,.mobile-nav-select option{background:#232532;color:#fff}.mobile-dark-toggle{align-items:center;align-self:center;background:none;border:none;border-radius:.3em;color:gold;cursor:pointer;display:flex;font-size:1.4em;justify-content:center;margin-left:auto;margin-right:1em;margin-top:.3em;padding:.23em .41em;transition:color .18s,background .13s}.mobile-dark-toggle:hover{background:#ececec;color:#57b7ff}.main-vertical-container.mobile{margin-left:0!important;margin-top:70px}}@media (max-width:420px){.mobile-nav-dropdown{width:420px}}body.dark .mobile-nav-dropdown{background:#22232a}body.dark .mobile-nav-select,body.dark .mobile-nav-select option{background:#232532;color:#e5eaf4}@media (max-width:600px){.mobile-nav-dropdown{height:56px;padding:0 .5em}.mobile-nav-logo-block{margin-right:.7em;min-width:45px}.mobile-nav-logo{height:32px;width:32px}.mobile-navbar-name-block{margin-bottom:.34em;margin-top:.01em}.mobile-navbar-name{font-size:.63em}.mobile-nav-select{font-size:1em;margin-right:.5em;padding:.43em .7em;width:56vw}}.about-clickable-tile{cursor:pointer;outline:none;transition:box-shadow .17s,transform .12s}.about-clickable-tile:active,.about-clickable-tile:focus,.about-clickable-tile:hover{border:1.5px solid #97a7ff;box-shadow:0 4px 20px #3c78ff17,0 1.5px 8px #1e28461c;transform:scale(1.012)}.about-page-container{background:#fff;border-radius:1em;box-shadow:0 1px 8px #323c500f;margin:5.5em auto 0;max-width:800px;padding:3em 1.2em 2em;text-align:center}.navbar-redirect-overlay{animation:fadeOverlayOut .4s cubic-bezier(.45,0,.55,1);background:#25293566;inset:0;pointer-events:none;position:fixed;z-index:2000}@keyframes fadeOverlayOut{0%{opacity:0}20%{opacity:.15}60%{opacity:.5}to{opacity:0}}.exp3-page-container{margin:2em auto 0;max-width:1500px;min-height:100vh;overflow:hidden;padding-bottom:0;position:relative;transform:scale(.75);transform-origin:top center}.exp3-title{font-size:2.7em;font-weight:900;letter-spacing:.01em;margin-bottom:3em;text-align:center}.exp3-timeline{display:flex;flex-direction:column;min-height:400px;position:relative;width:100%}.exp3-row{align-items:center;display:grid;grid-template-columns:1fr 60px 1fr;margin-bottom:2.5em;min-height:112px;position:relative;z-index:1}.exp3-col{align-items:center;display:flex;justify-content:center;min-height:80px}.exp3-col-left,.exp3-col-right{align-items:center;display:flex;justify-content:flex-end;min-width:200px;position:relative;width:100%}.exp3-col-right{justify-content:flex-start}.exp3-card{background:#fff;border-radius:1.2em;box-shadow:0 1px 8px #323c5017;box-sizing:border-box;margin:0 auto;padding:2em 2.2em 1.5em;text-align:left;transition:box-shadow .23s cubic-bezier(.4,1.4,.4,1),transform .19s cubic-bezier(.4,1.4,.4,1);width:90%;will-change:box-shadow,transform}.exp3-card:focus-within,.exp3-card:hover{box-shadow:0 8px 36px #5128ff21;transform:scale(1.045) translateY(-5px);z-index:4}.exp3-logo{background:#fff;border:2.5px solid #fff;border-radius:15%;box-shadow:0 1px 4px #3c506e21;height:48px;object-fit:contain;transition:box-shadow .18s,border .18s,transform .16s;width:48px;z-index:2}.exp3-card:focus-within .exp3-logo,.exp3-card:hover .exp3-logo{border-color:#6a5acd;box-shadow:0 4px 14px #7e6bff26,0 1px 8px #9ed0ff11;transform:scale(1.1) rotate(-4deg)}.exp3-company{color:#7a6cff;font-size:1.13em;font-weight:700;margin-bottom:.7em}.exp3-card ul{margin:.8em 0 0;padding-left:1.2em}.exp3-card li{font-size:1.05em;margin-bottom:.6em}.exp3-col-center{align-items:center;display:flex;flex-direction:column;min-width:38px;position:relative;width:60px;z-index:2}.exp3-logo-stack{height:56px;justify-content:center}.exp3-date,.exp3-logo-stack{align-items:center;display:flex}.exp3-date{color:#5b6373;font-size:1.13em;font-weight:600;margin:0 .75em;min-width:46px;padding:0;text-align:center;white-space:nowrap}.exp3-date-right{justify-content:flex-start;margin-left:.15em}.exp3-date-left{justify-content:flex-end;margin-right:.15em}.exp3-timeline-line{background:#9da1a6;border-radius:2px;height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:3px;z-index:0}@media (max-width:850px){.exp3-page-container{max-width:99vw;min-height:0;min-height:auto;padding-left:.2em;padding-right:.2em;transform:none!important}.exp3-timeline-line{display:none!important}.exp3-row{grid-template-columns:1fr!important;margin-bottom:2.2em}.exp3-col-center{display:none!important}.exp3-col-left,.exp3-col-right{justify-content:center!important;min-width:0;min-width:auto;padding:0;width:100%}.exp3-card-group-mobile{align-items:stretch;display:flex;flex-direction:column;width:100%}.exp3-card{border-radius:1em;box-sizing:border-box;margin:.5em auto 1.4em;max-width:90vw;min-width:0;min-width:auto;padding:1.2em 1em;width:90vw}.exp3-title{font-size:2em;margin-bottom:2em}.exp3-date{font-size:1.1em;justify-content:center!important;margin:0 0 .5em;min-width:0;min-width:auto;text-align:center;width:100%}}@media (max-width:600px){.exp3-title{font-size:1.4em}.exp3-card{font-size:.98em;margin:.5em auto 1em;padding:1em .6em;width:97vw}}body.dark .exp3-card{background:#23242b;box-shadow:0 1px 8px #141e282b;color:#e5eaf4}body.dark .exp3-timeline-line{background:#30344d}body.dark .exp3-logo{background:#23242b;border:2.5px solid #63ffe4}body.dark .exp3-company{color:#68e6ff}body.dark .exp3-date{color:#a4b7ca}.exp3-edu-grade{color:#2d6e5b;font-size:1.08em;font-weight:600;margin:.4em 0 .8em}body.dark .exp3-edu-grade{color:#7affed}.exp3-edu-label{color:#6d74cf;font-size:1.04em;font-weight:700}body.dark .exp3-edu-label{color:#86d5ff}.exp3-edu-coursework ul{font-size:.97em;margin:.2em 0 .7em 1em}.exp3-card,.exp3-card-group-mobile{animation:timeline-fade-up .7s cubic-bezier(.34,1.56,.64,1) forwards;animation-delay:0s;animation-delay:var(--delay,0s);opacity:0}.projects-page-container{margin:2.5em auto 0;max-width:1200px;min-height:80vh;padding-bottom:5em;padding-top:.5em;position:relative}.projects-title{font-size:2.3em;font-weight:900;letter-spacing:.01em;margin-bottom:1.7em;text-align:center}.projects-filter-row{align-items:center;display:flex;flex-wrap:wrap;font-size:1.13em;gap:1em;justify-content:center;margin-bottom:1.8em}.projects-filter-label{color:#7a6cff;font-weight:600;margin-right:.7em}.projects-picklist-container{min-width:190px;position:relative}.projects-picklist-input{background:#f2f3fe;border:none;border-radius:1.1em;box-shadow:0 1px 4px #a0a0c814;color:#5c5d81;font-size:1em;font-weight:600;outline:none;padding:.34em 1em;transition:box-shadow .17s;width:220px}.projects-picklist-input:focus{box-shadow:0 2px 12px #a8edea50}.projects-picklist-dropdown{background:#fff;border:1px solid #eee;border-radius:1em;box-shadow:0 5px 20px #50648c26;left:0;list-style:none;margin-top:.2em;max-height:170px;min-width:180px;overflow-y:auto;padding:.4em 0;position:absolute;top:110%;z-index:10}.projects-picklist-dropdown li{border-radius:.7em;cursor:pointer;padding:.38em 1em;transition:background .13s}.projects-picklist-dropdown li:focus,.projects-picklist-dropdown li:hover{background:#cce9f7}.projects-skill-chiplist{display:flex;flex-wrap:wrap;gap:.5em;margin-left:1.2em}.projects-skill-chip{align-items:center;background:#f2f3fe;border:none;border-radius:1.1em;box-shadow:0 1px 4px #a0a0c814;color:#5c5d81;display:flex;font-size:1em;font-weight:600;gap:.4em;padding:.34em 1em;transition:background .15s,color .15s,box-shadow .14s}.projects-skill-chip.selected{background:linear-gradient(90deg,#a8edea,#fed6e3);box-shadow:0 2px 8px #7b3cff12;color:#4537de}.projects-skill-chip.clear{background:#ffeded;border:1px solid #ffd1d1;color:#b30000;font-weight:700}.chip-remove-btn{align-items:center;background:none;border:none;color:#ca377a;cursor:pointer;display:flex;font-size:1.05em;margin-left:.4em;padding:0}.chip-remove-btn:hover{color:#f03}.projects-grid{grid-gap:2.1em;display:grid;gap:2.1em;grid-template-columns:repeat(3,1fr);margin-top:1.6em}.projects-empty{color:#ba2469;font-size:1.14em;padding:2.5em 0;text-align:center}.project-card.no-image{animation:timeline-fade-up .7s cubic-bezier(.34,1.56,.64,1) forwards;animation-delay:0s;animation-delay:var(--delay,0s);background:#fff;border-radius:1.2em;box-shadow:0 2px 18px #3c467817;display:flex;flex-direction:column;min-height:210px;opacity:0;position:relative;transition:transform .2s cubic-bezier(.4,1.4,.4,1),box-shadow .2s cubic-bezier(.4,1.4,.4,1)}.project-card.no-image:focus,.project-card.no-image:hover{box-shadow:0 8px 36px #5128ff2e;transform:scale(1.04) translateY(-7px);z-index:2}.project-card-content{display:flex;flex-direction:column;height:100%;padding:1.5em 1.2em 1em}.project-card-title{color:#6441a5;font-size:1.3em;font-weight:700;letter-spacing:.01em;margin-bottom:.7em;text-align:left}.project-card-skills{display:flex;flex-wrap:wrap;gap:.38em;margin-bottom:1em}.project-skill-badge{background:#eff7fa;border-radius:1.1em;box-shadow:0 1px 4px #3c6e8c0a;color:#14747a;cursor:pointer;display:inline-block;font-size:.99em;font-weight:600;padding:.2em .9em;transition:background .15s,color .15s,transform .13s,opacity .16s}.project-skill-badge:hover{background:#ccf2ff;color:#0a3840;transform:scale(1.08)}.project-skill-badge.active{background:#e8eaf3!important;color:#b1b6d1!important;cursor:default!important;opacity:.55;pointer-events:none}body.dark .project-skill-badge.active{background:#22263b!important;color:#6f758c!important}.project-card-description{color:#454457;flex:1 0 auto;font-size:.8em;margin:.4em 0 .7em 1em;padding-left:0}.project-card-description li{line-height:1.5;margin-bottom:.5em}.project-card-links{display:flex;gap:1em;margin-top:1em}.project-card-links a{color:#6a5acd;font-size:1.5em;transition:color .15s}.project-card-links a:hover{color:#3cf}@media (max-width:1100px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:750px){.projects-grid{gap:1.4em;grid-template-columns:1fr}.projects-page-container{padding:.8em .8em 3em}.project-card{border-radius:1.2em;margin:.6em .2em 1.4em;min-height:190px}.project-card-content{padding:1.3em 1em 1em}}body.dark .project-card.no-image,body.dark .projects-page-container{background:#181a21;color:#f4f7fa}body.dark .project-card-description{color:#f4f7fa}body.dark .project-card-title{color:#aaf7fe}body.dark .projects-filter-label{color:#80d0f7}body.dark .project-skill-badge{background:#21333a;color:#7ad7ff}body.dark .project-skill-badge:hover{background:#102932;color:#00eaff}body.dark .projects-skill-chip{background:#2a2d3a;color:#6ad6e7}.body.dark .projects-skill-chip.selected{background:linear-gradient(90deg,#55b9e6,#9bffe6);color:#244c5a}body.dark .projects-skill-chip.clear{background:#38242e;border:1px solid #e66e6e;color:#ff8484}body.dark .project-card-links a{color:#6beeff}body.dark .project-card-links a:hover{color:#a1fffc}body.dark .projects-picklist-input{background:#212336;border:none;box-shadow:0 1px 6px #7bc2e940;color:#e2f4ff}body.dark .projects-picklist-input:focus{box-shadow:0 2px 12px #79e6f760}body.dark .projects-picklist-dropdown{background:#23253d;border:1px solid #3c425a;box-shadow:0 5px 20px #1e28504a;color:#c3e6ff}body.dark .projects-picklist-dropdown li{color:#bcf3f7}body.dark .projects-picklist-dropdown li:focus,body.dark .projects-picklist-dropdown li:hover{background:#182c3a;color:#fff}@keyframes timeline-fade-up{0%{opacity:0;transform:translateY(40px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.skills3-page-container,.skills3-page-container.large{margin:2.5em auto 0;max-width:1600px;min-height:75vh;padding-bottom:3em;position:relative}.skills3-title{font-size:2.5em;font-weight:900;letter-spacing:.01em;margin-bottom:.25em;text-align:center}.skills3-cat-grid,.skills3-cat-grid.large{grid-gap:2.6em;display:grid;gap:2.6em;grid-template-columns:repeat(3,1fr);width:100%}.skills3-cat-col{align-items:center;display:flex;flex-direction:column;min-height:420px;min-width:0;position:relative;transition:z-index .17s}.skills3-cat-area{width:420px}.skills3-cat-area,.skills3-cat-area.large{align-items:center;background:none;border-radius:1.2em;box-shadow:none;display:flex;flex-direction:column;height:390px;justify-content:flex-start;margin:0 auto;max-width:100%;min-height:370px;min-width:270px;overflow:visible;padding:2.2em 1.2em 2.7em;position:relative;transition:box-shadow .22s,background .25s}.skills3-cat-area.large{width:350px}.skills3-cat-area.carded{background:#eee;background:var(--cat-color,#eee);box-shadow:0 2px 17px #283c7821;width:350px}.skills3-cat-title{color:#1a2333;font-size:1.29em;font-weight:800;letter-spacing:.03em;margin-bottom:5em;text-align:center;z-index:4}.skills3-cat-area.carded .skills3-cat-title{color:#fff;margin-bottom:3em}.skills3-floatcloud.globe3d,.skills3-floatcloud.globe3d.large{height:350px;margin:0 auto;pointer-events:none;position:relative;width:350px}.skills3-floatskill{background:none;border-radius:1.2em;box-shadow:none;font-size:1em;font-weight:700;left:50%;padding:.1em 1em;pointer-events:none;position:absolute;top:50%;transition:color .15s,filter .17s,opacity .12s,transform .13s;-webkit-user-select:none;user-select:none;will-change:left,top,transform}.skills3-chip-wrap{align-items:flex-start;animation:skills3-chip-appear .4s cubic-bezier(.39,1.45,.69,1.04) both;display:flex;flex-wrap:wrap;gap:1.1em .63em;justify-content:center;min-height:200px;pointer-events:all;width:94%}@keyframes skills3-chip-appear{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.skills3-chip{animation:skills3-chip-fadein .45s cubic-bezier(.56,1.39,.68,1.05) both;animation-delay:0s;animation-delay:var(--chip-ani,0s);background:#fff;border:none;border-radius:1.07em;box-shadow:0 1px 7px #32326e1a;color:#624ecb;color:var(--cat-color,#624ecb);cursor:pointer;font-size:1.08em;font-weight:700;margin:0 .1em;opacity:0;outline:none;padding:.38em 1.3em;transition:background .15s,color .12s,box-shadow .11s,transform .13s}.skills3-chip:focus,.skills3-chip:hover{background:#f2f2fa;box-shadow:0 3px 18px #b6adfd22;color:#222;transform:scale(1.08)}@keyframes skills3-chip-fadein{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1400px){.skills3-cat-area,.skills3-cat-area.large{width:350px}.skills3-floatcloud.globe3d{height:250px;width:250px}}@media (max-width:1100px){.skills-no-match{background:#fffffff2;border-radius:.6em;box-shadow:0 2px 8px #0003;left:50%;max-width:90%;padding:.6em 1em;position:fixed;top:70px;transform:translateX(-50%);z-index:1500}body.dark .skills-no-match{background:#1e1e28e6;color:#ff8484}.skills3-cat-grid,.skills3-cat-grid.large{gap:2.4em 1.3em;grid-template-columns:1fr 1fr}.skills3-cat-area,.skills3-cat-area.large{width:320px}.skills3-floatcloud.globe3d,.skills3-floatcloud.globe3d.large{display:none;height:190px;width:190px}}@media (max-width:750px){.skills3-cat-grid,.skills3-cat-grid.large{gap:2em 0;grid-template-columns:1fr}.skills3-cat-area,.skills3-cat-area.carded,.skills3-cat-area.large{max-width:97vw;min-width:0;min-width:auto}.skills3-floatcloud.globe3d,.skills3-floatcloud.globe3d.large{display:none;height:160px;width:96vw}}body.dark .skills3-cat-area.carded{background:linear-gradient(115deg,#23233a 10%,#3e316b);box-shadow:0 2px 17px #1e2c4e30}body.dark .skills3-cat-title{color:#fff}body.dark .skills3-cat-area.carded .skills3-cat-title{color:#b0f4ff}body.dark .skills3-floatskill{color:#b0d3ff}body.dark .skills3-chip{background:#1b1d2e;color:#98edff;color:var(--cat-color,#98edff)}body.dark .skills3-chip:focus,body.dark .skills3-chip:hover{background:#32214c;color:#f0faff}.skills-no-match{color:#ba2469;font-size:1.1em;margin-bottom:1.5em;text-align:center}body.dark .skills-no-match{color:#ff8484}.certs-page-container{margin:2.5em auto 0;max-width:1200px;padding:0 1em 3em}.certs-title{font-size:2.3em;font-weight:900;letter-spacing:.01em;margin-bottom:1.8em;text-align:center}.certs-grid{grid-gap:1.8em;display:grid;gap:1.8em;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.cert-card{background:#fff;border-radius:1em;box-shadow:0 2px 12px #323c500f;display:flex;flex-direction:column;justify-content:space-between;padding:1.8em 1.4em;transition:transform .2s,box-shadow .2s}.cert-card:focus-within,.cert-card:hover{box-shadow:0 4px 24px #323c501a;transform:translateY(-4px)}.cert-title{color:#353a47;font-size:1.3em;font-weight:700;margin-bottom:.6em;text-align:left}.cert-about{color:#5b6373;flex:1 1;font-size:1em;margin-bottom:1em}.cert-link{align-self:flex-start;background:#3578e5;border-radius:.5em;color:#fff;font-weight:600;padding:.6em 1em;text-decoration:none;transition:background .2s}.cert-link:focus,.cert-link:hover{background:#2a5fb8}body.dark .cert-card{background:#23242b;box-shadow:0 2px 12px #141e281a}body.dark .cert-title{color:#63ffe4}body.dark .cert-about{color:#e5eaf4}body.dark .cert-link{background:#63ffe4;color:#23232a}body.dark .cert-link:focus,body.dark .cert-link:hover{background:#4ad4c2}.contact-card-container{display:flex;flex-wrap:wrap;gap:2.5em;justify-content:center;margin:1.5em 0}.contact-card-icon{align-items:center;background:none;border-radius:1.5em;display:flex;font-size:2.2em;height:2.5em;justify-content:center;min-height:2.2em;min-width:2.2em;position:relative;text-decoration:none;transition:transform .15s;width:2.5em}.contact-card-icon:hover{transform:scale(1.25)}.contact-card-icon.github{color:#181717}.contact-card-icon.linkedin{color:#0077b5}.contact-card-icon.gmail{color:#d14836}.contact-card-icon.phone{color:#4caf50}.contact-card-icon:after{background:#000000bf;border-radius:.5em;color:#fff;content:attr(data-tooltip);font-size:.35em;left:50%;opacity:0;padding:.25em .5em;pointer-events:none;position:absolute;top:75%;transform:translateX(-50%);transition:opacity .2s;white-space:nowrap;z-index:10}.contact-card-icon:hover:after{opacity:1}@media (max-width:900px){.contact-card-container{gap:1.5em}.contact-card-icon{font-size:1.7em;height:2em;min-height:1.7em;min-width:1.7em;width:2em}}@media (max-width:600px){.contact-card-container{gap:.9em;justify-content:center;padding:0 .2em}.contact-card-icon{font-size:1.3em;height:1.7em;margin-bottom:.3em;min-height:1.3em;min-width:1.3em;width:1.7em}}@media (max-width:400px){.contact-card-container{align-items:center;flex-direction:column;gap:.2em}.contact-card-icon{margin-bottom:.5em}}.about-page-container{background:#0000;border-radius:1.2em;box-shadow:none;margin:2.7em auto 0;max-width:1200px;min-height:540px;padding:0 1.2em 3em}.about-profile-pic-wrap{align-items:center;display:flex;justify-content:center;margin-bottom:2.2em}.about-profile-pic{border:4px solid #fff;border-radius:50%;box-shadow:0 2px 14px #283c781a;height:122px;object-fit:cover;width:122px}.about-card{margin:0 auto;max-width:100%;padding:0 2.3em 2.2em;width:90%}.about-name{color:#1a2333;font-size:2em;font-weight:800;letter-spacing:.01em;margin-bottom:.5em;text-align:center}.about-location{color:#678;font-size:1.12em;font-weight:500;letter-spacing:.04em;margin-bottom:1.3em;text-align:center}.about-body p{color:#454457;font-size:1.06em;line-height:1.66;margin-bottom:1.18em;text-align:justify}@media (max-width:900px){.about-card{padding:0 .7em}.about-name{font-size:1.32em}.about-profile-pic{height:80px;margin-top:2em;width:80px}.about-body p{font-size:.8em}}body.dark .about-page-container{background:#0000}body.dark .about-card{background:#0000;box-shadow:0 2px 12px #141e2821}body.dark .about-name{color:#63ffe4}body.dark .about-body p{color:#e5eaf4}.about-cta{color:#6441a5;font-size:.75em;font-weight:500;margin-bottom:.8em;margin-top:5em;text-align:center}.about-cta-link{color:#3578e5;font-weight:700;transition:color .01s}.about-cta-link:focus,.about-cta-link:hover{color:#4ad4c2}body.dark .about-cta,body.dark .about-cta-link{color:#63ffe4}body.dark .about-cta-link:focus,body.dark .about-cta-link:hover{color:#ffd686}.section-about-card{background:#0000;border-radius:1em;margin:.6em 0;padding:0 1.5em}.section-about-para{color:#3a4157;font-size:1.08em;letter-spacing:.01em;line-height:1.62;margin-bottom:1.05em;text-align:left}.section-about-para:last-child{margin-bottom:0}body.dark .section-about-card{background:#23242b}body.dark .section-about-para{color:#e5eaf4}.resume-btn-center{align-items:center;display:flex;justify-content:center;margin-top:1.7em}.resume-tooltip-container{align-items:center;display:flex;flex-direction:column;position:relative}.resume-pdf-link{align-items:center;background:#0000;border:none;border-radius:50%;box-shadow:none;cursor:pointer;display:flex;justify-content:center;margin:0 auto;outline:none;padding:.35em;transition:transform .19s cubic-bezier(.54,1.7,.7,1.01),box-shadow .17s}.resume-pdf-link:focus-visible{box-shadow:0 0 0 3px #eb4d4b50}.resume-pdf-link:focus .resume-pdf-icon,.resume-pdf-link:hover .resume-pdf-icon{animation:pdf-bounce .48s;filter:drop-shadow(0 2px 12px #e85d5d44);transform:scale(1.18) rotate(-4deg)}.resume-pdf-icon{color:#e2574c;font-size:2.65em;transition:transform .16s,filter .14s}.resume-tooltip{background:#353a47;border-radius:.7em;bottom:-2.6em;box-shadow:0 2px 8px #283c5029;color:#fff;font-size:.75em;left:50%;opacity:0;padding:.53em 1.05em;pointer-events:none;position:absolute;transform:translateX(-50%);transition:opacity .15s cubic-bezier(.39,1.45,.69,1.04),visibility .14s;visibility:hidden;white-space:nowrap;z-index:22}.resume-pdf-link:focus+.resume-tooltip,.resume-pdf-link:hover+.resume-tooltip{opacity:1;visibility:visible}@media (max-width:700px){.resume-pdf-icon{font-size:2em}.resume-tooltip{bottom:-2.2em;font-size:.87em}}@keyframes pdf-bounce{0%{transform:scale(1) rotate(0deg)}40%{transform:scale(1.23) rotate(-10deg)}65%{transform:scale(.96) rotate(6deg)}to{transform:scale(1.18) rotate(-4deg)}}.section-projects-cards{display:flex;flex-direction:column;gap:1.2em;margin:1.3em 0}.section-project-card{background:#0000;border:none;border-radius:1em;box-shadow:none;cursor:default;padding:none;transition:none}.section-project-title{color:#6441a5;font-size:1.16em;font-weight:700;letter-spacing:.01em;margin-bottom:.05em;text-align:left}.section-project-desc{color:#5b6373;font-size:1.04em;line-height:1.55;text-align:left}body.dark .section-project-title{color:#63ffe4}body.dark .section-project-desc{color:#d8f1ff}.section-exp-summary-card{background:#0000;border-radius:1em;display:flex;flex-direction:column;gap:.65em;margin:.6em 0;padding:1.55em 1.5em 1.25em}.section-exp-header-flex{align-items:flex-start;display:flex;gap:1.5em;justify-content:space-between}.section-exp-role{color:#614bf6;font-size:1.15em;font-weight:700;letter-spacing:.01em;padding-bottom:.5em}.section-exp-company{color:#5b6373;font-size:1.03em;font-weight:600}.section-exp-dates{align-self:flex-start;color:#8892b0;font-size:.98em;font-weight:500;letter-spacing:.01em;margin-top:.1em;min-width:110px;text-align:right;white-space:nowrap}.section-exp-summary{color:#444;font-size:1.05em;line-height:1.56;margin-top:.5em;text-align:left}body.dark .section-exp-summary-card{background:#23242b}body.dark .section-exp-role{color:#63ffe4}body.dark .section-exp-company{color:#c6eaff}body.dark .section-exp-dates{color:#72e8f6}body.dark .section-exp-summary{color:#e5eaf4}.section-edu-badges{display:flex;flex-direction:column;gap:1.1em;margin:0}.section-edu-badge{align-items:center;background:#0000;border-radius:.85em;display:flex;font-size:1.08em;justify-content:space-between;padding:.25em 1.5em}.section-edu-degree{color:#555;font-weight:900;letter-spacing:.01em}.section-edu-school{color:#614bf6;font-size:.95em;font-weight:600}.section-edu-dates{align-self:flex-start;color:#8892b0;font-size:.9em;font-weight:500;letter-spacing:.01em;margin-top:.1em;min-width:110px;text-align:right;white-space:nowrap}body.dark .section-edu-degree{color:#63ffe4}body.dark .section-edu-school{color:#b7d9f9}body.dark .section-edu-dates{color:#76ffe9}.section-cert-columns-list{grid-gap:.7em 1.4em;display:grid;gap:.7em 1.4em;grid-template-columns:repeat(2,1fr);list-style:none;margin:1.2em auto .5em 1em;max-width:auto;padding:0;width:100%}.section-cert-columns-li{padding:.22em 0}.section-cert-columns-text{border-bottom:2px solid #0000;color:#387eb9;cursor:pointer;display:inline-block;font-size:1.07em;font-weight:600;text-align:left;transition:border .14s}.section-cert-columns-text:focus,.section-cert-columns-text:hover{border-bottom:2px solid #246abb}body.dark .section-cert-columns-text{color:#63ffe4}body.dark .section-cert-columns-text:focus,body.dark .section-cert-columns-text:hover{border-bottom:2px solid #63ffe4}@media (max-width:650px){.section-cert-columns-list{grid-template-columns:1fr;max-width:98vw}}.section-skills-chipcloud{display:flex;flex-direction:column;gap:1.35em;margin:1.6em 0 1em}.section-skills-cat{margin-bottom:.1em}.section-skills-cat-title{font-size:1.08em;font-weight:900;letter-spacing:.01em;margin-bottom:.55em}.section-skills-chips{display:flex;flex-wrap:wrap;gap:.45em .6em}.section-skills-chip{background:#eceff3;border:none;border-radius:1.07em;box-shadow:0 1px 5px #3c3c780f;color:#555;font-size:.9em;font-weight:600;margin-bottom:.15em;padding:.32em 1.05em;-webkit-user-select:none;user-select:none}body.dark .section-skills-chip{background:#23253a;color:#e8eef7}.skills3-instruct{color:#161517;display:block;font-size:1.02em;font-weight:800;letter-spacing:.01em;margin-bottom:3.5em;margin-left:auto;margin-right:auto;max-width:500px;text-align:center}body.dark .skills3-instruct{color:#f7f7f7}
/*# sourceMappingURL=main.4ecc1946.css.map*/