*{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#0a192f;--bg-secondary:#172a45;--bg-navbar:#0a192fe6;--text-primary:#ccd6f6;--text-secondary:#8892b0;--accent:#64ffda;--border:#ccd6f61a}body.light-mode{--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-navbar:#ffffffe6;--text-primary:#1d1d1d;--text-secondary:#4a4a4a;--accent:#0077b6;--border:#1d1d1d1a}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#0a192f,#172a45 50%,#0a192f);background:linear-gradient(135deg,var(--bg-primary) 0,var(--bg-secondary) 50%,var(--bg-primary) 100%);background-attachment:fixed;color:#ccd6f6;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;min-height:100vh;transition:background .3s ease,color .3s ease}body.light-mode{background:#0a192f;background:var(--bg-primary)}.container{margin:0 auto;max-width:650px;padding:0 1.5rem}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0a192fe6;background-color:var(--bg-navbar);border-bottom:1px solid #ccd6f61a;border-bottom:1px solid var(--border);padding:1rem 0;position:fixed;top:0;transition:background-color .3s ease,border-color .3s ease;width:100%;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:650px;padding:0 1.5rem}.nav-logo{color:#ccd6f6;color:var(--text-primary);font-size:1.25rem;font-weight:400;line-height:1.5;text-decoration:none;transition:color .2s}.nav-logo:hover{color:#64ffda;color:var(--accent)}.nav-menu{align-items:center;display:flex;gap:1.5rem}.nav-link{color:#ccd6f6;color:var(--text-primary);font-size:.95rem;font-weight:400;text-decoration:none;transition:color .2s}.nav-link:hover{color:#64ffda;color:var(--accent)}.nav-link.github-link{align-items:center;display:flex;padding:.25rem}.nav-link.github-link svg{height:20px;width:20px}.theme-toggle{align-items:center;background:none;border:none;color:#ccd6f6;color:var(--text-primary);cursor:pointer;display:flex;justify-content:center;margin-left:.5rem;padding:.25rem;transition:color .2s,transform .2s}.theme-toggle:hover{color:#64ffda;color:var(--accent);transform:scale(1.1)}.theme-toggle svg{height:20px;width:20px}.header{margin:0 auto;max-width:650px;padding:100px 1.5rem 40px}.header-container{display:flex;flex-direction:column}.header-top{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-bottom:1.5rem}.header-title-section{flex:1 1;min-width:280px}.profile-image-container{align-items:flex-start;display:flex;flex-shrink:0;justify-content:center}.profile-image{border-radius:50%;height:180px;object-fit:cover;width:180px}.header-title-section h1{color:#ccd6f6;color:var(--text-primary);font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:.5rem;text-align:left;transition:color .3s ease}.header-title-section h2{color:#8892b0;color:var(--text-secondary);font-size:1.25rem;font-weight:400;margin-bottom:0;text-align:left;transition:color .3s ease}.header-description{width:100%}.header-description p{color:#8892b0;color:var(--text-secondary);font-size:1rem;line-height:1.6;margin-bottom:.8rem;text-align:left;transition:color .3s ease}.header-description em{color:#8892b0;color:var(--text-secondary);font-style:italic;font-weight:400}section{margin:0 auto;max-width:650px;padding:30px 1.5rem}.section-title{color:#ccd6f6;color:var(--text-primary);font-size:1.5rem;font-weight:600;margin-bottom:1rem;text-transform:capitalize;transition:color .3s ease}.work-section{padding:30px 0}.work-item{margin-bottom:1.5rem}.work-header{align-items:baseline;display:flex;gap:1rem;margin-bottom:.5rem}.work-header h3{color:#ccd6f6;color:var(--text-primary);font-size:1.25rem;font-weight:600;margin:0;transition:color .3s ease}.work-type{font-weight:400}.work-date,.work-type{color:#8892b0;color:var(--text-secondary);font-size:.875rem;transition:color .3s ease}.work-date{margin-bottom:.5rem}.work-company{color:#64ffda;color:var(--accent);font-weight:400;margin-bottom:.5rem}.work-company,.work-description{font-size:1rem;transition:color .3s ease}.work-description{color:#8892b0;color:var(--text-secondary);line-height:1.6;margin-top:.5rem}.projects-section{padding:30px 0}.projects-list{display:flex;flex-direction:column;gap:1.5rem}.project-item{margin-bottom:1rem}.project-header{align-items:baseline;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.5rem}.project-header h3{color:#ccd6f6;color:var(--text-primary);font-size:1.25rem;font-weight:600;margin:0;transition:color .3s ease}.project-links{gap:.5rem}.project-link,.project-links{align-items:center;display:flex}.project-link{color:#64ffda;color:var(--accent);justify-content:center;padding:.25rem;text-decoration:none;transition:color .2s,transform .2s}.project-link:hover{color:#ccd6f6;color:var(--text-primary);transform:translateY(-2px)}.project-link svg{height:20px;width:20px}.project-description{color:#8892b0;color:var(--text-secondary);font-size:1rem;line-height:1.6;margin-top:.5rem;transition:color .3s ease}.projects-footer{margin-top:1.5rem;text-align:left}.see-all-link{color:#64ffda;color:var(--accent);font-size:.95rem;font-weight:400;text-decoration:none;transition:opacity .2s}.see-all-link:hover{opacity:.8;text-decoration:underline}.contact-section{padding:30px 0}.contact-text{color:#8892b0;color:var(--text-secondary);font-size:1rem;line-height:1.6;margin-bottom:1rem;transition:color .3s ease}.email-container{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.email{color:#64ffda;color:var(--accent);cursor:pointer;font-size:1rem;font-weight:400;text-decoration:none;transition:opacity .2s}.email:hover{opacity:.8;text-decoration:underline}.email-copied{color:#64ffda;color:var(--accent);font-size:.875rem;font-style:italic}.social-links{gap:1.5rem;margin-top:1rem}.social-link,.social-links{display:flex;justify-content:center}.social-link{align-items:center;color:#ccd6f6;color:var(--text-primary);transition:color .2s,transform .2s}.social-link:hover{color:#64ffda;color:var(--accent);transform:translateY(-2px)}.social-link svg{height:24px;width:24px}.footer{border-top:1px solid #ccd6f61a;border-top:1px solid var(--border);margin:0 auto;max-width:650px;padding:25px 1.5rem;transition:border-color .3s ease}.footer .container{text-align:left}.footer p{color:#8892b0;color:var(--text-secondary);font-size:.875rem;margin-bottom:.25rem;transition:color .3s ease}@media (max-width:768px){.nav-menu{gap:1rem}.header-top{align-items:center;flex-direction:column;margin-bottom:1rem;text-align:center}.header-title-section{order:2;text-align:center;width:100%}.header-title-section h1,.header-title-section h2{text-align:center}.header-title-section h1{font-size:2rem}.header-title-section h2{font-size:1.1rem}.profile-image-container{margin-bottom:0;order:1}.profile-image{height:160px;width:160px}.header-description,.header-description p{text-align:center}.section-title{font-size:1.25rem}.project-header h3,.work-header h3{font-size:1.1rem}.project-header{align-items:flex-start;flex-direction:column;gap:.75rem}.project-links{gap:.75rem}}@media (max-width:480px){.nav-menu{flex-wrap:wrap;gap:.75rem}.nav-link{font-size:.9rem}.nav-link.github-link{padding:.2rem}.theme-toggle{margin-left:.25rem;padding:.2rem}.header{padding:90px 0 30px}.header-top{align-items:center;flex-direction:column;gap:1rem}.header-title-section{text-align:center;width:100%}.header-title-section h1,.header-title-section h2{text-align:center}.profile-image{height:140px;width:140px}.header-description p{text-align:center}section{padding:25px 0}.social-links{gap:1rem}.project-header{align-items:flex-start;flex-direction:column;gap:.75rem}.project-links{align-self:flex-start;gap:.75rem}.project-link{padding:.3rem}}
/*# sourceMappingURL=main.e92c14f4.css.map*/