.navbar{background:#242424e6;height:80px;display:flex;justify-content:center;align-items:center;font-size:1.2rem;position:sticky;top:0;z-index:999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.navbar-container{display:flex;justify-content:space-between;align-items:center;height:80px;max-width:1200px;width:100%;padding:0 20px}.logo{color:#fff;font-size:2rem;font-weight:700;text-decoration:none;cursor:pointer;transition:color .3s ease}.logo:hover{color:var(--primary-color)}.nav-menu{display:flex;list-style:none;text-align:center;margin:0;padding:0}.nav-item{padding:0 1rem}.nav-links{color:var(--text-color);text-decoration:none;padding:.5rem 1rem;border-radius:4px;transition:all .3s ease}.nav-links:hover{color:var(--primary-color);background-color:#ffffff0d}.nav-links.active{color:var(--primary-color);font-weight:700}.menu-icon{display:none;color:#fff;font-size:1.8rem;cursor:pointer}@media screen and (max-width: 960px){.navbar-container{position:relative}.nav-menu{display:flex;flex-direction:column;width:100%;height:100vh;position:absolute;top:0;left:-100%;opacity:0;transition:all .5s ease;padding-top:80px}.nav-menu.active{background:#0f1016f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);left:0;opacity:1;transition:all .5s ease;z-index:1}.nav-links{text-align:center;padding:2rem;width:100%;display:table}.menu-icon{display:block;position:absolute;top:0;right:0;transform:translate(-100%,60%);z-index:2}}.background-animation{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;overflow:hidden;background-color:var(--bg-color)}.blob{position:absolute;filter:blur(80px);opacity:.3;border-radius:50%;animation:float 10s infinite ease-in-out alternate}.blob-1{top:10%;left:10%;width:300px;height:300px;background:var(--primary-color);animation-duration:12s}.blob-2{bottom:20%;right:10%;width:400px;height:400px;background:var(--secondary-color);animation-duration:15s;animation-delay:-5s}.blob-3{top:40%;left:40%;width:250px;height:250px;background:var(--accent-color);animation-duration:18s;animation-delay:-2s}@keyframes float{0%{transform:translate(0) scale(1)}to{transform:translate(30px,50px) scale(1.1)}}.footer{width:100%;padding:2rem 0;margin-top:auto;background:#0f1016cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.05);text-align:center;position:relative;z-index:10}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-links{display:flex;gap:1.5rem}.footer-icon{color:#a5a9ff;font-size:1.5rem;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.footer-icon:hover{color:var(--primary-color);transform:translateY(-3px);text-shadow:0 0 10px rgba(76,76,255,.6)}.copyright{color:#666;font-size:.9rem;margin:0}.skills-section{padding:4rem 2rem;max-width:1200px;margin:0 auto;color:#fff}.skills-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--primary-color)}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.skill-category-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.skill-category-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003;border-color:var(--primary-color)}.skill-category-card h3{margin-top:0;margin-bottom:1rem;font-size:1.25rem;color:#ddd;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.5rem}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:#646cff1a;color:#a5a9ff;padding:.25rem .75rem;border-radius:100px;font-size:.9rem;border:1px solid rgba(100,108,255,.2);transition:all .2s ease}.skill-tag:hover{background:var(--primary-color);color:#fff}.home-page{position:relative;overflow-x:hidden}.btn{padding:.8rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-block}.btn.primary{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;box-shadow:0 4px 15px #4c4cff66;border:none}.btn.primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #4c4cff99}.btn.secondary{background:transparent;border:2px solid var(--primary-color);color:#fff}.btn.secondary:hover{background:#4c4cff1a;border-color:var(--accent-color);color:var(--accent-color);transform:translateY(-3px)}.hero-section{min-height:90vh;display:flex;justify-content:center;align-items:center;padding:0 20px;position:relative;z-index:1}.hero-container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;width:100%;gap:4rem}.hero-content{flex:1;text-align:left}.hero-content h1{font-size:3.5rem;font-weight:800;margin-bottom:.5rem;line-height:1.1}.hero-content h3{font-size:2rem;font-weight:700;color:var(--primary-color);margin-bottom:1.5rem}.highlight{background:linear-gradient(90deg,var(--accent-color),var(--primary-color));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-bio{font-size:1.1rem;line-height:1.6;color:#e0e0e0;margin-bottom:2.5rem;max-width:600px}.hero-buttons{display:flex;gap:1.5rem;margin-bottom:2.5rem}.social-links{display:flex;gap:1.5rem;font-size:2rem}.social-links a{color:#ccc;transition:all .3s ease}.social-links a:hover{color:#fff;transform:translateY(-5px)}.hero-image-container{flex:1;display:flex;justify-content:center;align-items:center}.hero-image-wrapper{position:relative;width:350px;height:350px;border-radius:50%;padding:10px;background:linear-gradient(45deg,#646cff,#bd34fe);box-shadow:0 20px 50px #00000080}.hero-image{width:100%;height:100%;border-radius:50%;object-fit:cover;border:5px solid #242424;background-color:#242424}@media (max-width: 960px){.hero-container{flex-direction:column-reverse;text-align:center;gap:3rem;padding-top:4rem}.hero-content{text-align:center}.hero-bio{margin:0 auto 2rem}.hero-buttons,.social-links{justify-content:center}.hero-image-wrapper{width:250px;height:250px}.hero-content h1{font-size:2.8rem}}.projects-page{padding:80px 20px;max-width:1200px;margin:0 auto;color:#fff}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem}.project-card{background:#ffffff0d;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0000004d;border-color:var(--primary-color)}.project-image{position:relative;height:200px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover .project-image img{transform:scale(1.1)}.project-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.project-links{display:flex;gap:1.5rem}.project-links a{color:#fff;font-size:1.8rem;transition:color .2s ease,transform .2s ease}.project-links a:hover{color:var(--primary-color);transform:scale(1.2)}.project-content{padding:1.5rem}.project-content h3{margin:0 0 .5rem;font-size:1.4rem;color:#fff}.project-content p{font-size:.95rem;color:#ccc;line-height:1.5;margin-bottom:1.5rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{font-size:.8rem;padding:.25rem .75rem;border-radius:100px;background:#4c4cff1a;color:#a5a9ff;border:1px solid rgba(76,76,255,.2);transition:all .2s ease;cursor:default}.tech-tag:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px);box-shadow:0 4px 10px #4c4cff4d}.experience-page{padding:80px 20px;max-width:1000px;margin:0 auto;color:#fff}.page-title{text-align:center;font-size:3rem;margin-bottom:4rem;color:var(--primary-color)}.timeline{position:relative;padding:20px 0}.timeline:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:4px;background:#ffffff1a;transform:translate(-50%);border-radius:4px}.timeline-item{margin-bottom:4rem;position:relative;width:50%;box-sizing:border-box;clear:both}.timeline-item:nth-child(odd){float:left;left:0;padding-right:40px;text-align:right;clear:both}.timeline-item:nth-child(2n){float:right;left:0;padding-left:40px;text-align:left;clear:both;margin-top:4rem}.timeline:after{content:"";display:table;clear:both}.timeline-item:nth-child(2n){margin-top:0;left:0!important}.timeline-icon{position:absolute;top:20px;width:40px;height:40px;background:var(--primary-color);border-radius:50%;display:flex;justify-content:center;align-items:center;color:#fff;font-size:1.2rem;box-shadow:0 0 0 6px #242424;z-index:10}.timeline-item:nth-child(odd) .timeline-icon{right:-20px}.timeline-item:nth-child(2n) .timeline-icon{left:-20px}.timeline-content{background:#ffffff0d;padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:transform .4s cubic-bezier(.25,.8,.25,1),box-shadow .4s ease;will-change:transform}.timeline-content:hover{transform:translateY(-8px);box-shadow:0 15px 30px #0006;border-color:var(--primary-color)}.timeline-header h3{margin:0;font-size:1.5rem;color:#fff}.timeline-header h4{margin:.5rem 0;font-size:1.2rem;color:var(--primary-color);font-weight:500}.timeline-meta{display:flex;gap:1rem;font-size:.9rem;color:#aaa;margin-bottom:1.5rem;justify-content:flex-end}.timeline-item:nth-child(2n) .timeline-meta{justify-content:flex-start}.timeline-meta span{display:flex;align-items:center;gap:.5rem}.timeline-description{list-style:none;padding:0;margin:0;color:#ddd;line-height:1.6}.timeline-description li{margin-bottom:.5rem;position:relative}.timeline-item:nth-child(odd) .timeline-content{text-align:left}.timeline-item:nth-child(odd) .timeline-meta{justify-content:flex-start}@media screen and (max-width: 768px){.timeline:before{left:30px}.timeline-item{width:100%;padding-left:80px!important;padding-right:0!important;left:0!important;margin-bottom:3rem;float:none!important;clear:both}.timeline-item:nth-child(odd),.timeline-item:nth-child(2n){float:none;width:100%;text-align:left;padding-right:0;left:0!important}.timeline-item:nth-child(odd) .timeline-icon,.timeline-item:nth-child(2n) .timeline-icon{left:-60px!important;right:auto!important;top:20px}.timeline-content{padding:1.5rem;word-wrap:break-word;overflow:visible}}.app-container{text-align:center}*,*:before,*:after{box-sizing:border-box}:root{--primary-color: #4c4cff;--secondary-color: #7b2cbf;--accent-color: #00b4d8;--bg-color: #0f1016;--text-color: rgba(255, 255, 255, .9)}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--bg-color);color:var(--text-color);font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}#root{width:100%}
