.navbar{position:fixed;top:0;left:0;right:0;background-color:var(--bg-color);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow);z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.5rem;font-weight:700;color:var(--text-color)}.nav-logo:hover{color:var(--primary-color)}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-toggle{display:none;flex-direction:column;gap:.4rem;background:transparent;border:none;padding:.25rem}.nav-toggle-bar{width:24px;height:2px;background-color:var(--text-color);border-radius:999px;transition:transform .3s ease,opacity .3s ease}.nav-link{color:var(--text-color);font-weight:500;padding:.5rem 1rem;border-radius:.375rem;transition:all .3s ease}.nav-link:hover,.nav-link.active{color:var(--primary-color);background-color:var(--bg-light)}@media(max-width:768px){.nav-container{padding:1rem}.nav-menu{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background-color:var(--bg-color);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow);display:none}.nav-menu.open{display:flex}.nav-item{border-top:1px solid var(--border-color)}.nav-link{padding:.9rem 1rem;font-size:1rem;display:block}.nav-toggle{display:flex}}.home-page{display:flex;align-items:flex-start;justify-content:center;padding-top:2rem;position:relative}.hero{max-width:1000px;width:100%}.hero-content{display:flex;align-items:flex-start;gap:3rem}.profile-section{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.profile-picture{flex-shrink:0}.profile-picture img{width:200px;height:200px;border-radius:50%;object-fit:cover;border:4px solid var(--primary-color);box-shadow:var(--shadow)}.social-links{display:flex;gap:1.5rem;justify-content:center}.social-links a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--text-color);transition:all .3s ease}.social-links a:hover{color:var(--primary-color);transform:translateY(-3px)}.social-links svg{width:28px;height:28px}.education-info{display:flex;flex-direction:column;gap:1rem;padding-top:1rem;border-top:2px solid var(--border-color);width:200px}.education-degree{display:flex;flex-direction:column;gap:.25rem;text-align:center}.education-degree strong{color:var(--text-color);font-size:.875rem;font-weight:600;line-height:1.3}.education-degree span{color:var(--text-light);font-size:.75rem;line-height:1.3}.hero-text{flex:1;text-align:left}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:var(--text-light);margin-bottom:1.5rem}.about-me{margin-top:1rem}.about-me h2{font-size:1.5rem;color:var(--text-color);margin-bottom:.75rem}.hero-description{font-size:1rem;color:var(--text-color);line-height:1.6;margin-bottom:.75rem}.hero-description:last-child{margin-bottom:0}.skills-section{margin-top:1.5rem}.skills-section h2{font-size:1.5rem;color:var(--text-color);margin-bottom:1rem}.skill-category{margin-bottom:1rem}.skill-category:last-child{margin-bottom:0}.category-title{font-size:.875rem;font-weight:600;color:var(--text-light);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.skills-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background-color:var(--primary-color);color:#fff;padding:.4rem .8rem;border-radius:9999px;font-size:.8rem;font-weight:500;transition:all .3s ease}.skill-tag:hover{background-color:var(--secondary-color);transform:translateY(-2px);box-shadow:var(--shadow)}.visitor-counter{position:fixed!important;bottom:2rem!important;left:2rem!important;z-index:9999!important;background:#fff;padding:.5rem;border-radius:.5rem;box-shadow:0 4px 6px #0000001a}.visitor-counter img{display:block!important;max-width:200px;height:auto}@media(max-width:768px){.visitor-counter{bottom:1rem;left:1rem}.visitor-counter img{max-width:150px;height:auto}.hero-content{flex-direction:column;text-align:center;gap:2rem}.profile-section{width:100%;align-items:center}.education-info{width:100%;max-width:280px;margin:0 auto}.profile-picture img{width:200px;height:200px}.hero-text{text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1rem}}.about-page h1{margin-bottom:2rem;text-align:center}.experience-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.about-content{max-width:900px;margin:0 auto}.experience-item{margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid var(--border-color)}.experience-item:last-child{border-bottom:none}.experience-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem;flex-wrap:wrap;gap:1rem}.experience-header h2{color:var(--primary-color);margin:0;font-size:1.5rem}.experience-period{color:var(--text-light);font-size:1rem;font-weight:500}.experience-company{color:var(--text-color);font-size:1.25rem;margin-bottom:1rem;font-weight:600}.experience-description{color:var(--text-color);font-size:1.125rem;line-height:1.8;list-style-position:outside;padding-left:1.5rem}.experience-description li{margin-bottom:.5rem}@media(max-width:768px){.experience-tabs{flex-direction:column;align-items:center}.tab-button{width:min(100%,320px)}.experience-header{flex-direction:column;align-items:flex-start;gap:.25rem}.experience-header h2{font-size:1.25rem}.experience-company{font-size:1.125rem}.experience-description{font-size:1rem}}.projects-page h1{margin-bottom:2rem;text-align:center}.projects-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem}.project-card{background-color:var(--bg-light);border:1px solid var(--border-color);border-radius:.75rem;padding:2rem;transition:all .3s ease}.project-card:hover{box-shadow:var(--shadow);transform:translateY(-4px);border-color:var(--primary-color)}.project-card h3{color:var(--text-color);margin-bottom:1rem}.project-header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap}.project-status{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;font-weight:600;color:#15803d;background:#dcfce7;border:1px solid #86efac;padding:.2rem .6rem;border-radius:9999px}.project-status.blue{color:#1d4ed8;background:#dbeafe;border-color:#93c5fd}.status-dot{width:8px;height:8px;border-radius:50%;background:#16a34a;box-shadow:0 0 0 3px #16a34a33}.status-dot.blue{background:#2563eb;box-shadow:0 0 0 3px #2563eb33}.project-card p{color:var(--text-light);margin-bottom:1.5rem;line-height:1.6}.technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background-color:var(--primary-color);color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.project-link{display:inline-block;color:var(--primary-color);font-weight:600;transition:all .3s ease}.project-link:hover{color:var(--secondary-color);transform:translate(4px)}.project-links{display:flex;flex-wrap:wrap;gap:1rem}@media(max-width:768px){.projects-tabs{flex-direction:column;align-items:center}.tab-button{width:min(100%,320px)}.projects-grid{grid-template-columns:1fr}}.resume-page h1{margin-bottom:2rem;text-align:center}.resume-content{max-width:600px;margin:0 auto;text-align:center}.resume-intro{font-size:1.125rem;color:var(--text-color);margin-bottom:2rem;line-height:1.8}.resume-button{display:inline-flex;align-items:center;gap:.5rem;background-color:var(--primary-color);color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:var(--shadow)}.resume-button:hover{background-color:var(--secondary-color);transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.resume-button svg{flex-shrink:0}.resume-viewer{margin-top:2rem;border:1px solid var(--border-color);border-radius:.75rem;overflow:hidden;box-shadow:var(--shadow);background:var(--bg-light)}.resume-viewer iframe{width:100%;height:70vh;border:none;display:block}@media(max-width:768px){.resume-viewer iframe{height:60vh}}.education-page h1{margin-bottom:2rem;text-align:center}.education-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.tab-button{background-color:var(--bg-light);color:var(--text-color);border:1px solid var(--border-color);padding:.6rem 1.5rem;border-radius:9999px;font-weight:600;transition:all .3s ease}.tab-button:hover{border-color:var(--primary-color);color:var(--primary-color)}.tab-button.active{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color);box-shadow:var(--shadow)}.education-content{max-width:900px;margin:0 auto}.education-item{margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid var(--border-color)}.education-item:last-child{border-bottom:none}.education-section-title{color:var(--text-color);font-size:1.6rem;margin:0 0 1.5rem;text-align:left}.education-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem;flex-wrap:wrap;gap:1rem}.education-header h3{color:var(--primary-color);margin:0;font-size:1.5rem}.education-period{color:var(--text-light);font-size:1rem;font-weight:500}.education-institution{color:var(--text-color);font-size:1.25rem;margin-bottom:1rem;font-weight:600}.education-description{color:var(--text-color);font-size:1.125rem;line-height:1.8}@media(max-width:768px){.education-tabs{flex-direction:column;align-items:center}.tab-button{width:min(100%,320px)}.education-header{flex-direction:column;align-items:flex-start;gap:.25rem}.education-header h3{font-size:1.25rem}.education-institution{font-size:1.125rem}.education-description{font-size:1rem}}.blog-page h1{margin-bottom:2rem;text-align:center}.blog-content{max-width:800px;margin:0 auto;text-align:center}.coming-soon{font-size:1.5rem;color:var(--text-light);padding:4rem 2rem}.contact-page{display:flex;flex-direction:column}.contact-page h1{margin-bottom:2rem;text-align:left}.contact-content{max-width:720px;width:100%;margin:0 auto}.contact-intro{text-align:left;font-size:1.125rem;color:var(--text-light);margin-bottom:3rem}.contact-list{list-style:none;display:flex;flex-direction:column;gap:1.5rem;padding:0;margin:0}.contact-item{display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem;background-color:var(--bg-light);border:1px solid var(--border-color);border-radius:.75rem;box-shadow:var(--shadow)}.contact-details{display:flex;flex-direction:column;gap:.35rem;word-break:break-word}.contact-icon{font-size:1.75rem;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#e0ecff;color:#1d4ed8}.contact-label{font-weight:600;font-size:1.125rem;color:var(--text-color)}.contact-details a{color:var(--primary-color);font-weight:500}.contact-details a:hover{color:var(--secondary-color)}@media(max-width:768px){.contact-page h1,.contact-intro{text-align:left}}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-top:80px}.page{max-width:1200px;margin:0 auto;padding:3rem 2rem;min-height:calc(100vh - 80px)}@media(max-width:768px){.page{padding:2rem 1rem}}:root{--primary-color: #3b82f6;--secondary-color: #1e40af;--text-color: #1f2937;--text-light: #6b7280;--bg-color: #ffffff;--bg-light: #f9fafb;--border-color: #e5e7eb;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-color);background-color:var(--bg-color);line-height:1.6}#root{min-height:100vh;display:flex;flex-direction:column}a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--secondary-color)}h1,h2,h3,h4,h5,h6{line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}button{cursor:pointer;border:none;outline:none;font-family:inherit}
