.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.navbar-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-brand{font-size:1.5rem;font-weight:700;color:var(--text-primary);text-decoration:none;background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all .3s ease}.navbar-brand:hover{transform:scale(1.05);filter:brightness(1.2)}.navbar-links{display:flex;gap:2rem;align-items:center}.navbar-link{color:var(--text-secondary);text-decoration:none;font-weight:500;font-size:1rem;position:relative;padding:.5rem 0;transition:all .3s ease}.navbar-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--gradient-1);transition:width .3s ease}.navbar-link:hover{color:var(--primary-color)}.navbar-link:hover:after{width:100%}.navbar-link.active{color:var(--primary-light)}.navbar-link.active:after{width:100%}@media (max-width: 768px){.navbar-container{padding:1rem;flex-direction:column;gap:1rem}.navbar-links{gap:1rem;flex-wrap:wrap;justify-content:center}.navbar-link{font-size:.9rem}}.home{min-height:calc(100vh - 80px);padding:3rem 0;background:var(--bg-secondary)}.home-hero{text-align:center;max-width:800px;margin:0 auto;padding:2rem}.profile-image{width:200px;height:200px;border-radius:50%;object-fit:cover;object-position:center 15%;margin-bottom:2rem;animation:slideUp .8s ease-out}.home-title{font-size:4rem;font-weight:800;margin-bottom:1rem;background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:slideUp .8s ease-out}.home-subtitle{font-size:1.5rem;color:var(--primary-color);margin-bottom:1.5rem;font-weight:400;animation:slideUp .8s ease-out .2s both}.home-description{font-size:1.1rem;color:var(--text-primary);line-height:1.8;animation:slideUp .8s ease-out .4s both}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.home-content{max-width:1200px;margin:4rem auto 0;padding:0 2rem}.home-section{margin-bottom:4rem;background:#fff;border:1px solid var(--border-color);border-radius:12px;padding:2.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.home-section:last-child{margin-bottom:0}.section-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem;background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;border-bottom:2px solid rgba(36,107,207,.2);padding-bottom:.5rem}.about-content p{font-size:1.1rem;line-height:1.8;color:var(--text-primary);margin-bottom:1.5rem}.about-content p:last-child{margin-bottom:0}.resume-content{display:flex;flex-direction:column;gap:2rem}.resume-subsection{padding-bottom:2rem;border-bottom:1px solid rgba(36,107,207,.15)}.resume-subsection:last-child{border-bottom:none;padding-bottom:0}.resume-subsection h3{font-size:1.5rem;color:var(--primary-color);margin-bottom:1.5rem}.resume-item{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(36,107,207,.15)}.resume-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.resume-item img{max-width:60px;max-height:60px;margin-bottom:.75rem;object-fit:contain;border-radius:4px}.resume-item h4{font-size:1.2rem;color:var(--text-primary);margin-bottom:.5rem}.resume-company{color:var(--text-primary);font-size:1rem;margin-bottom:.5rem;font-weight:600}.resume-meta{color:var(--primary-color);font-size:.95rem;margin-bottom:.75rem;font-style:italic;font-weight:500}.resume-item p{color:var(--text-primary);line-height:1.7}.skills-grid{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.skill-tag{background:#fff;color:var(--primary-color);padding:.5rem 1.25rem;border-radius:20px;font-size:.9rem;font-weight:500;border:1px solid var(--border-color);box-shadow:0 1px 3px #00000014;transition:transform .2s ease,box-shadow .2s ease}@media (max-width: 768px){.home{padding:2rem 0}.profile-image{width:150px;height:150px;margin-bottom:1.5rem}.home-title{font-size:2.5rem}.home-subtitle{font-size:1.2rem}.home-description{font-size:1rem}.home-content{margin-top:2rem;padding:0 1rem}.home-section{padding:1.5rem;margin-bottom:2rem}.section-title{font-size:1.5rem}.about-content p{font-size:1rem}.resume-subsection h3{font-size:1.2rem}.resume-item h4{font-size:1.1rem}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-top:80px;animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #246BCF;--primary-dark: #1a5299;--primary-light: #4a8fe0;--secondary-color: #FFF440;--accent-color: #246BCF;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--text-primary: #1a1a1a;--text-secondary: #4a4a4a;--text-muted: #6b6b6b;--border-color: #e2e8f0;--border-hover: #cbd5e1;--gradient-1: linear-gradient(135deg, #246BCF 0%, #1a5299 100%);--gradient-2: linear-gradient(135deg, #4a8fe0 0%, #246BCF 100%);--gradient-3: linear-gradient(135deg, #246BCF 0%, #6ba3e0 100%)}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;background:var(--bg-secondary);color:var(--text-primary);line-height:1.6;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
