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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{background-color:#000;color:#fff;height:100%;margin:0;scroll-behavior:smooth;width:100vw}.section,body,html{display:flex;justify-content:center}.section{background-color:#0a0a0a;color:#eee;flex-direction:column;height:70vh;margin-left:20%;margin-right:10%;opacity:0;padding:4rem 2rem;position:relative;scroll-snap-align:start;scroll-snap-stop:always;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.section.visible{opacity:1;transform:translateY(0)}.App{height:auto;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y mandatory}@media (max-width:1024px){.section{height:auto;margin-left:10%;margin-right:5%;padding:3rem 1.5rem}body,html{width:100%}}@media (max-width:768px){.section{height:auto;margin-left:5%;margin-right:5%;padding:2rem 1rem}.App{scroll-snap-type:none}body{font-size:.9rem}}@media (max-width:480px){.section{margin-left:2%;margin-right:2%;padding:1.5rem .8rem}body{font-size:.85rem}}@media (max-width:1024px){.section{height:auto;margin-left:10%;margin-right:5%;padding:3rem 1.5rem}.projects-section .slide{height:350px;width:90%}}@media (max-width:768px){.section{height:auto;margin-left:5%;margin-right:5%;padding:2rem 1rem}body{font-size:.9rem}.projects-section .slide{height:300px;width:100%}.App{scroll-snap-type:none}}@media (max-width:480px){.section{margin-left:2%;margin-right:2%;padding:1.5rem .8rem}body{font-size:.85rem}.projects-section .slide{height:250px;width:100%}}.about-me h2{border-bottom:2px solid #0fc;display:inline-block;font-size:2rem;margin-bottom:1rem}.about-me p{font-size:1.1rem;line-height:1.6;margin-bottom:1.2rem}.contact h2{border-bottom:2px solid #0fc;display:inline-block;font-size:2rem;margin-bottom:1rem}.contact p{font-size:1.1rem;margin-bottom:2rem}.contact-list{font-size:1.1rem;list-style:none;padding:0}.contact-list li{margin-bottom:1rem}.contact-list a{color:#0fc;text-decoration:underline;transition:color .3s ease}.contact-list a:hover{color:#0fa}.experience h2{border-bottom:2px solid #0fc;display:inline-block;font-size:2rem}.experience h2,.job{margin-bottom:2rem}.job h3{color:#0fc;font-size:1.4rem;margin-bottom:.5rem}.job-date{color:#aaa;font-style:italic;margin-bottom:1rem}.job ul{font-size:1.1rem;line-height:1.6;padding-left:1.2rem}.footer{background-color:#0a0a0a;border-top:1px solid #222;color:#ccc;font-size:.9rem;position:-webkit-sticky;position:sticky;text-align:center}.social-links{display:flex;gap:1.5rem;justify-content:center}.social-links a{color:#0fc;font-size:1.5rem;text-decoration:none;transition:color .3s ease}.social-links a:hover{color:#0fa}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}.slide-in{animation:slideInLeft 1s ease-out forwards;color:#fff}.typing{animation:typing 3s steps(16) infinite,blink .7s step-end infinite;border-right:2px solid #fff;overflow:hidden;white-space:nowrap}@keyframes typing{0%{width:0}50%{width:16ch}to{width:0}}@keyframes blink{50%{border-color:#0000}}.projects-section{background-color:#0a0a0a;color:#eee;flex-direction:column;margin-left:20%;margin-right:10%;min-height:70vh;padding:4rem 2rem}.projects-section,.slider{display:flex;justify-content:center;position:relative}.slider{align-items:center;gap:1rem;width:100%}.slide{aspect-ratio:16/9;border-radius:16px;box-shadow:0 4px 12px #0006;flex-shrink:0;max-width:700px;overflow:hidden;position:relative;width:100%}.slide img{height:100%;object-fit:cover;width:100%}.overlay{background:#0009;bottom:0;box-sizing:border-box;color:#fff;padding:1rem;position:absolute;width:100%}.overlay h3{font-size:clamp(1rem,2vw,1.3rem);margin-bottom:.5rem}.overlay li{font-size:clamp(.8rem,1.5vw,1rem);line-height:1.3}.nav-btn{background:#00000080;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:2rem;padding:.5rem 1rem;transition:.2s;z-index:10}.nav-btn:hover{background:#ffffff4d}.dots{display:flex;gap:.5rem;justify-content:center;margin-top:1rem}.dot{background:#666;border-radius:50%;cursor:pointer;height:10px;width:10px}.dot.active{background:#fff}@media (max-width:1024px){.projects-section{margin-left:10%;margin-right:5%;min-height:auto;padding:3rem 1.5rem}.slide{aspect-ratio:4/3;max-width:90%}}@media (max-width:768px){.projects-section{margin-left:5%;margin-right:5%;min-height:auto;padding:2rem 1rem}.slide{aspect-ratio:1/1;border-radius:10px;max-width:100%;width:100%}.nav-btn{font-size:1.5rem;padding:.3rem .6rem}}@media (max-width:480px){.projects-section{margin-left:2%;margin-right:2%;padding:1.5rem .8rem}.overlay{font-size:.75rem}.slide{height:250px}}.projects-section h3{color:#0fc;font-size:1.3rem;margin-bottom:1rem}.projects-section h2{border-bottom:2px solid #0fc;display:inline-block;font-size:2rem;margin-bottom:2rem}.projects-section a{all:unset;cursor:pointer;text-decoration:underline}.skills h2{border-bottom:2px solid #0fc;display:inline-block;font-size:2rem;margin-bottom:2rem}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.skill-category h3{color:#0fc;font-size:1.3rem;margin-bottom:1rem}.skill-category ul{list-style:none;padding:0}.skill-category li{align-items:center;display:flex;font-size:1.1rem;gap:.5rem;margin-bottom:.5rem}.skill-category li svg{color:#0fc;font-size:1.2rem}.side-nav{left:2rem;position:fixed;top:50%;transform:translateY(-50%);z-index:1000}.side-nav ul{list-style:none;margin:0;padding:0}.side-nav li{margin:1rem 0}.side-nav a{background-color:#111;border-radius:30px;box-shadow:0 4px 12px #0fc3;color:#0fc;display:block;font-weight:500;padding:.6rem 1rem;text-decoration:none;transition:all .3s ease}.side-nav a:hover{background-color:#0fc;color:#111;transform:scale(1.05)}.top-bar{display:none}@media (max-width:1050px){.side-nav{display:none}.top-bar{background:#111;box-shadow:0 4px 12px #0fc3;gap:1.2rem;left:0;padding:.5rem 1rem;position:fixed;top:0;width:100%;z-index:2000}.top-bar,.top-bar button{display:flex;justify-content:center}.top-bar button{align-items:center;background:#0fc;border:none;border-radius:50%;color:#111;cursor:pointer;padding:.5rem .8rem;transition:background .2s ease,transform .2s ease}.top-bar button:hover{background:#00ddb8;transform:scale(1.1)}.top-bar button:disabled{cursor:not-allowed;opacity:.4;transform:none}}
/*# sourceMappingURL=main.ec6d1785.css.map*/