:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.page-content{padding-top:10rem}:root{--accent: #ffd600;--page-bg: #242424}body{margin:0;background-color:var(--page-bg);color:#f5f5f5}.experience-section{padding:6rem 0 4rem}.experience-heading{width:80%;margin:0 auto 3rem;font-size:2.8rem;font-weight:700;text-align:center}.timeline{position:relative;width:80%;margin:0 auto;padding:2rem 0 4rem}.timeline:before{content:"";position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);width:3px;background:#333;z-index:0}.timeline-item{position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center;margin:3rem 0;width:100%}.timeline-card{background:#1f1f1f;color:#fff;border-radius:18px;padding:1.5rem 1.8rem;box-shadow:0 14px 30px #0009;position:relative;z-index:1;max-width:40rem;width:100%;box-sizing:border-box}.timeline-item:nth-child(odd) .timeline-card{grid-column:1 / 2;justify-self:end;margin-right:3rem}.timeline-item:nth-child(2n) .timeline-card{grid-column:2 / 3;justify-self:start;margin-left:3rem}.timeline-item:nth-child(odd) .timeline-card:before,.timeline-item:nth-child(2n) .timeline-card:before{content:"";position:absolute;top:26px;width:0;height:0;border:10px solid transparent}.timeline-item:nth-child(odd) .timeline-card:before{right:-20px;border-left-color:#1f1f1f}.timeline-item:nth-child(2n) .timeline-card:before{left:-20px;border-right-color:#1f1f1f}.timeline-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:70px;height:70px;border-radius:50%;background:var(--accent);border:4px solid #000;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 22px #000000b3;z-index:2}.timeline-icon i{color:#000;font-size:1.7rem}.exp-role{margin:0 0 .4rem;font-size:1.2rem;font-weight:700}.exp-company{margin:0 0 .7rem;font-size:1.05rem;font-weight:700}.exp-location{margin:0;font-size:.95rem;color:#f3c3c3}.exp-dates{margin:0 0 .9rem;font-size:.9rem;color:#bbb}.exp-description{margin:0 0 .6rem;font-size:.95rem}.exp-tech{margin:0;font-size:.9rem}.exp-links{margin-top:.9rem;display:flex;justify-content:center}.exp-links a{font-size:1.1rem;color:#fff;display:inline-block}.exp-links a:hover{animation:spin-exp-link 1.5s both infinite linear}@keyframes spin-exp-link{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:900px){.experience-heading,.timeline{width:90%}}@media(max-width:768px){.timeline{width:90%;padding:1.5rem 0 3rem;display:flex;flex-direction:column;align-items:center}.timeline:before{display:none}.timeline-item{width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center;margin:2.5rem 0}.timeline-icon{position:relative;left:auto;top:auto;transform:none;margin:0 auto 1rem;width:56px;height:56px;border-width:3px}.timeline-card{max-width:420px;width:100%;margin:0 auto}.timeline-item:nth-child(odd) .timeline-card,.timeline-item:nth-child(2n) .timeline-card{margin:0 auto}.timeline-item:nth-child(odd) .timeline-card:before,.timeline-item:nth-child(2n) .timeline-card:before{display:none}}.footer{padding:0rem 1.5rem 3rem}.footer-outer{max-width:1000px;margin:0 auto;text-align:center}.footer-title{font-size:2.8rem;margin:0 0 .75rem;font-weight:700}.footer-subtitle{margin:0;font-size:1.4rem;font-weight:600}.contacts{max-width:1000px;margin:1.75rem auto 0;display:flex;gap:.75rem;justify-content:center}.contacts a{width:44px;height:44px;border-radius:12px;background-color:var(--accent);display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 4px 10px #00000059;transition:background-color .2s ease,transform .15s ease,box-shadow .15s ease}.icon{font-size:1.4rem;color:#000}.contacts a:hover{background-color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #00000080}.contacts a:hover .icon{color:var(--accent)}.about{padding:.5rem 1.5rem 4rem}.about-welcome{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.about-photo{width:260px;height:auto;border-radius:24px;border:4px solid var(--accent);object-fit:cover;flex-shrink:0}.about-intro{display:flex;flex-direction:column;gap:1.25rem}.about-greeting{margin:0;font-size:1.4rem;line-height:1.6}.wave{display:inline-block;transform-origin:70% 70%;animation:wave 1.6s ease-in-out infinite;margin-left:.25rem}@keyframes wave{0%{transform:rotate(0)}15%{transform:rotate(14deg)}30%{transform:rotate(-8deg)}40%{transform:rotate(14deg)}50%{transform:rotate(-4deg)}60%{transform:rotate(10deg)}to{transform:rotate(0)}}.name{font-weight:700}.social-links{display:flex;gap:1rem}.social-links a{width:56px;height:56px;border-radius:14px;background-color:var(--accent);border:none;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 4px 10px #00000059;transition:background-color .2s ease,transform .15s ease,box-shadow .15s ease}.social-links i{font-size:1.6rem;color:#000}.social-links a:hover{background-color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #00000080}.social-links a:hover i{color:var(--accent)}.about-description{max-width:1000px;margin:3rem auto 0;font-size:1.05rem;line-height:1.7;text-align:left}.about-description h1{font-size:2.4rem;margin:0 0 1rem;text-align:center;text-decoration:underline}.about-description p+p{margin-top:.9rem}.about-description strong{font-weight:600;color:var(--accent)}.projects-section{padding:3rem 0 4rem}.projects-heading{text-align:center;font-size:2.8rem;font-weight:700;margin-bottom:2.5rem}.projects-grid{width:80%;margin:0 auto;display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:center}.project-card{background:#000;border:2px solid var(--accent);border-radius:14px;width:270px;min-height:380px;display:flex;flex-direction:column;overflow:hidden;box-shadow:none;transition:transform .25s ease,box-shadow .25s ease}.project-card:hover{transform:translateY(-10px);box-shadow:0 0 32px #ffd600f2}.project-title{margin:0;padding:.9rem 1rem;text-align:center;font-size:1.1rem;font-weight:700;color:#fff;border-bottom:2px solid var(--accent)}.project-image-wrapper{background:#111}.project-image{width:100%;display:block}.project-description{flex:1;padding:.9rem 1rem;font-size:.95rem;color:#fff;text-align:left}.project-links{display:flex;justify-content:center;gap:1.2rem;padding:.8rem .6rem 1rem}.project-links a{font-size:2rem;color:#fff;display:inline-block;margin:10px 0}.project-links a:hover{animation:spin-icon 1.5s both infinite linear}@keyframes spin-icon{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:900px){.projects-grid{width:90%;gap:1.8rem}.project-card{width:100%;max-width:320px}}.navbar{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:2.5rem 2rem;background-color:#181818;z-index:1000}.navbar-left{margin:0;font-size:2.5rem;font-weight:700;position:relative;cursor:pointer;line-height:1.2;padding-bottom:.2rem;background:linear-gradient(90deg,#fff,#ffd600,#fff);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;transition:background-position .4s ease,transform .2s ease}.navbar-left:after{content:"";position:absolute;left:0;bottom:-.35rem;height:3px;width:0;background:#ffd600;border-radius:999px;transition:width .3s ease}.navbar-left:hover{background-position:100% 0;transform:translateY(-1px)}.navbar-left:hover:after{width:100%}.navbar-right{display:flex;gap:.5rem}.navbar-right button{padding:.3rem 1rem;border-radius:999px;border:1px solid #ffffff;background:#000;color:#fff;cursor:pointer;font-size:.9rem;transition:color .25s ease,border-color .25s ease,box-shadow .25s ease,background .25s ease,transform .15s ease}.navbar-right button:hover{color:var(--accent, #ffd600);border-color:var(--accent, #ffd600);background:radial-gradient(circle at 50% 0%,rgba(255,214,0,.18),transparent 55%);box-shadow:0 0 14px #ffd600bf;transform:translateY(-1px)}.navbar-right button:active{transform:translateY(0);box-shadow:0 0 8px #ffd60099}@media(max-width:768px){.navbar{padding:1rem 1.25rem;flex-direction:column;align-items:center;gap:.75rem}.navbar-left{font-size:2rem;text-align:center;width:100%}.navbar-right{width:100%;justify-content:center;flex-wrap:wrap;gap:.5rem}.navbar-right button{padding:.25rem .8rem;font-size:.85rem}}@media(max-width:430px){.navbar-right{justify-content:center}}
