@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.navigation{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 0;background:#0a0a0acc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease}.navigation.scrolled{padding:1rem 0;background:#0a0a0af2;box-shadow:0 4px 20px #0000004d}.nav-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;cursor:pointer}.nav-links{display:flex;list-style:none;gap:2rem;align-items:center}.nav-links li{position:relative}.nav-links button{color:var(--text-secondary);background:none;border:none;font-size:.95rem;font-weight:500;transition:color .3s ease;position:relative;padding:.5rem 0;cursor:pointer;font-family:inherit}.nav-links button:hover,.nav-links button.active{color:var(--text-primary)}.nav-indicator{position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px}.nav-mobile-toggle{display:none;flex-direction:column;cursor:pointer;gap:4px}.nav-mobile-toggle span{width:25px;height:2px;background:var(--text-primary);transition:all .3s ease}@media (max-width: 768px){.nav-links{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:#0a0a0af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3rem;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:999}.nav-links.active{right:0}.nav-links button{font-size:1.5rem;font-weight:600}.nav-mobile-toggle{display:flex;z-index:1001;width:30px;height:20px;justify-content:space-between}.nav-mobile-toggle span{width:100%;height:2px;background:var(--text-primary);transition:all .3s ease;transform-origin:left center}.nav-mobile-toggle span.rotate:nth-child(1){transform:rotate(45deg);width:26px}.nav-mobile-toggle span.hide{opacity:0;transform:translate(10px)}.nav-mobile-toggle span.rotate:nth-child(3){transform:rotate(-45deg);width:26px}.nav-container{padding:0 1.5rem}}@media (max-width: 480px){.nav-links button,.nav-logo{padding:12px;min-height:44px;display:flex;align-items:center}}.scroll-progress{position:fixed;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#667eea,#764ba2,#f093fb);transform-origin:0%;z-index:9999}.scroll-container{height:100vh;overflow-y:scroll;overflow-x:hidden;scroll-behavior:smooth;scroll-snap-type:y mandatory;scroll-snap-stop:always;-webkit-overflow-scrolling:touch}.scroll-container>section,.scroll-container>div[data-section]{min-height:100vh;scroll-snap-align:start;scroll-snap-stop:always;position:relative;width:100%}@media (max-width: 768px){.scroll-container{scroll-snap-type:y proximity}}@media (hover: none) and (pointer: coarse){.scroll-container{scroll-snap-type:y proximity;-webkit-overflow-scrolling:touch}}@media (prefers-reduced-motion: reduce){.scroll-container{scroll-behavior:auto;scroll-snap-type:none}}.social-links{display:flex;gap:1.5rem;align-items:center;justify-content:center}.social-links.horizontal{flex-direction:row}.social-links.vertical{flex-direction:column}.social-link{position:relative;width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);color:#94a3b8;cursor:pointer;transition:all .3s ease;text-decoration:none}.social-link:hover{background:#ffffff14;border-color:#06b6d480;color:#fff;box-shadow:0 0 15px #06b6d440}.social-glow{position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:50%;background:radial-gradient(circle,rgba(6,182,212,.4),transparent);opacity:0;filter:blur(12px);z-index:-1}@media (max-width: 768px){.social-links{gap:1rem}.social-link{width:45px;height:45px}}.hero-page{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 50%,rgba(6,182,212,.03),transparent 60%),radial-gradient(circle at 20% 80%,rgba(99,102,241,.02),transparent 50%);z-index:1}.hero-container{position:relative;z-index:2;width:100%;max-width:1400px;padding:0 3rem;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.hero-left{display:flex;flex-direction:column;gap:1.5rem}.hero-intro{font-size:1.25rem;font-weight:400;color:#94a3b8;margin:0;letter-spacing:.5px}.hero-name{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;color:#fff;margin:0;line-height:1.1;letter-spacing:-1px}.hero-role{min-height:3rem;display:flex;align-items:center;gap:.3rem}.typing-text{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:600;background:linear-gradient(135deg,#06b6d4,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cursor{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:300;color:#06b6d4;animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-bio{font-size:1.125rem;font-weight:400;color:#cbd5e1;line-height:1.7;margin:0;max-width:600px}.hero-buttons{display:flex;gap:1.25rem;margin-top:1rem;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;font-family:Inter,sans-serif;border:none;text-decoration:none}.btn-primary{background:linear-gradient(135deg,#06b6d4,#3b82f6);color:#fff;box-shadow:0 4px 20px #06b6d440}.btn-primary:hover{box-shadow:0 6px 30px #06b6d466;transform:translateY(-2px)}.btn-secondary{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:1px solid rgba(255,255,255,.1)}.btn-secondary:hover{background:#ffffff14;border-color:#fff3}.hero-social{margin-top:1rem}.hero-right{display:flex;align-items:center;justify-content:center}.profile-image-wrapper{position:relative;width:clamp(300px,40vw,450px);height:clamp(300px,40vw,450px);display:flex;align-items:center;justify-content:center}.profile-glow{position:absolute;top:-30px;right:-30px;bottom:-30px;left:-30px;border-radius:50%;background:radial-gradient(circle,rgba(6,182,212,.3) 0%,rgba(59,130,246,.25) 35%,rgba(147,51,234,.15) 70%,transparent 100%);filter:blur(25px);opacity:.6;animation:breathe 4s ease-in-out infinite}@keyframes breathe{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.profile-image{position:relative;width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:center;border:3px solid rgba(255,255,255,.1);box-shadow:0 0 30px #06b6d433,0 0 60px #3b82f626,0 0 90px #9333ea1a;z-index:2}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:2;opacity:.6;transition:opacity .3s ease}.scroll-indicator:hover{opacity:1}.mouse{width:26px;height:42px;border:2px solid rgba(255,255,255,.3);border-radius:20px;position:relative}.mouse:before{content:"";width:4px;height:4px;background:#ffffff80;border-radius:50%;position:absolute;top:8px;left:50%;transform:translate(-50%);animation:scroll 2s ease-in-out infinite}@keyframes scroll{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(16px)}}@media (max-width: 1024px){.hero-container{gap:4rem;padding:0 2rem}.profile-image-wrapper{width:clamp(250px,35vw,350px);height:clamp(250px,35vw,350px)}}@media (max-width: 768px){.hero-container{grid-template-columns:1fr;gap:2rem;padding:6rem 1.5rem 2rem;text-align:center;min-height:auto;justify-content:flex-start}.hero-left{align-items:center;order:2;margin-top:1rem}.hero-right{order:1;margin-top:1rem}.hero-bio{max-width:100%;font-size:1rem;padding:0 .5rem}.hero-buttons{justify-content:center;width:100%;margin-top:1.5rem}.btn-primary,.btn-secondary{flex:1;min-width:140px;justify-content:center}.profile-image-wrapper{width:clamp(180px,50vw,250px);height:clamp(180px,50vw,250px)}}@media (max-width: 480px){.hero-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}.about-page{position:relative;min-height:100vh;padding:8rem 2rem 4rem;overflow:hidden}.about-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 50%,rgba(99,102,241,.1),transparent 70%);z-index:0}.about-container{position:relative;z-index:1;max-width:1400px;margin:0 auto}.about-content{width:100%}.about-title{font-size:clamp(3rem,6vw,5rem);font-weight:800;margin-bottom:4rem;text-align:center}.about-grid{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:4rem;align-items:center}.about-image-container{position:relative}.about-image{position:relative;width:100%;aspect-ratio:1;border-radius:50%;overflow:hidden;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 40px #0000004d}.profile-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.about-image:hover .profile-img{transform:scale(1.05)}.image-glow{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background:radial-gradient(circle,rgba(99,102,241,.3),transparent);border-radius:50%;filter:blur(20px);z-index:-1;will-change:transform,opacity}.about-text{display:flex;flex-direction:column;gap:1.5rem}.about-bio{font-size:1.1rem;line-height:1.8;color:var(--text-secondary)}.about-skills-preview{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.about-skills-preview span{padding:.5rem 1rem;background:#6366f11a;border:1px solid rgba(99,102,241,.3);border-radius:20px;color:var(--text-primary);font-size:.9rem;font-weight:500}.highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:4rem}.highlight-card{padding:2rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;text-align:center;transition:all .3s ease;cursor:pointer}.highlight-card:hover{background:#ffffff14;border-color:#6366f180;box-shadow:0 10px 30px #6366f133}.highlight-icon{color:#6366f1;margin-bottom:1rem}.highlight-card h3{font-size:1.3rem;margin-bottom:.5rem;color:var(--text-primary)}.highlight-card p{color:var(--text-secondary);line-height:1.6}@media (max-width: 968px){.about-grid{grid-template-columns:1fr;gap:2rem}.about-image{max-width:400px;margin:0 auto}.highlights-grid{grid-template-columns:1fr}}@media (max-width: 768px){.about-page{padding:6rem 1rem 2rem}.about-title{margin-bottom:2rem}}.skills-page{position:relative;min-height:100vh;padding:8rem 2rem 4rem;overflow:hidden}.skills-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 15% 50%,rgba(99,102,241,.08),transparent 25%),radial-gradient(circle at 85% 30%,rgba(139,92,246,.08),transparent 25%);z-index:0}.skills-container{position:relative;z-index:1;max-width:1400px;margin:0 auto}.skills-title{font-size:clamp(3rem,5vw,4.5rem);font-weight:800;margin-bottom:5rem;text-align:center;letter-spacing:-.02em}.gradient-text{background:linear-gradient(135deg,#6366f1,#a855f7,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 0 20px rgba(99,102,241,.3))}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;perspective:1000px}.skill-category-card{background:#ffffff08;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:2.5rem;position:relative;overflow:hidden;box-shadow:0 4px 24px -1px #0003,0 0 0 1px #ffffff05 inset;transition:all .4s cubic-bezier(.4,0,.2,1)}.skill-category-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.05) 0%,transparent 100%);opacity:0;transition:opacity .4s ease}.skill-category-card:hover{background:#ffffff0d;border-color:#6366f14d;box-shadow:0 20px 40px -5px #0000004d,0 0 20px #6366f11a;transform:translateY(-5px)}.skill-category-card:hover:before{opacity:1}.category-title{font-size:1.5rem;font-weight:700;margin-bottom:2rem;color:#fff;display:flex;align-items:center;gap:.75rem;letter-spacing:.02em;text-shadow:0 2px 10px rgba(0,0,0,.5)}.category-content{display:flex;flex-direction:column;gap:1.5rem}.skill-item{display:flex;flex-direction:column;gap:.75rem}.skill-info{display:flex;justify-content:space-between;align-items:center}.skill-header{display:flex;align-items:center;gap:.75rem}.skill-name{font-size:1rem;color:#ffffffe6;font-weight:500}.skill-percentage{font-size:.875rem;color:#ffffff80;font-family:monospace}.skill-progress{height:6px;background:#ffffff0d;border-radius:10px;overflow:hidden;position:relative}.skill-progress-bar{height:100%;border-radius:10px;position:relative}.skill-progress-bar:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transform:translate(-100%);animation:shine 2.5s infinite}@keyframes shine{to{transform:translate(100%)}}@media (max-width: 768px){.skills-page{padding:6rem 1.5rem 3rem}.skills-grid{grid-template-columns:1fr;gap:1.5rem}.skill-category-card{padding:1.5rem}.skills-title{margin-bottom:3rem}}.projects-page{position:relative;min-height:100vh;padding:8rem 2rem 4rem;overflow:hidden}.projects-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 70%,rgba(99,102,241,.1),transparent 70%);z-index:0}.projects-container{position:relative;z-index:1;max-width:1400px;margin:0 auto}.projects-title{font-size:clamp(3rem,6vw,5rem);font-weight:800;margin-bottom:4rem;text-align:center}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem;perspective:1000px}.project-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;transform-style:preserve-3d}.project-card:hover{background:#ffffff14;border-color:#6366f180;box-shadow:0 20px 40px #6366f14d}.project-card.has-image{border:1px solid rgba(99,102,241,.15);background:#0f0f2399;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.project-card.has-image:hover{border-color:#6366f199;box-shadow:0 0 20px #6366f126,0 20px 60px #6366f140,inset 0 1px #ffffff1a}.project-card.featured{border-color:#667eea4d}.project-card.featured:hover{border-color:#667eeab3;box-shadow:0 0 30px #667eea33,0 0 60px #764ba226,0 25px 60px #6366f14d,inset 0 1px #ffffff26}.project-thumbnail{position:relative;width:100%;height:250px;overflow:hidden;background:linear-gradient(135deg,#6366f133,#764ba233)}.project-thumbnail-image{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .6s cubic-bezier(.4,0,.2,1),filter .6s ease;filter:brightness(.85) saturate(1.1)}.project-card:hover .project-thumbnail-image{transform:scale(1.05);filter:brightness(.7) saturate(1.2)}.project-image-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0a0a1e26,#0a0a1e66 60%,#0a0a1ebf);pointer-events:none;transition:opacity .4s ease}.project-card:hover .project-image-gradient{opacity:.6}.project-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-primary)}.project-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a1ebf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;gap:1.5rem;opacity:0;transition:opacity .4s cubic-bezier(.4,0,.2,1)}.project-card:hover .project-overlay{opacity:1}.project-link{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);color:var(--text-primary);text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #0003}.project-link:hover{background:#6366f180;border-color:#6366f1cc;box-shadow:0 0 20px #6366f166,0 8px 25px #6366f14d;transform:translateY(-2px)}.project-content{padding:1.75rem 2rem 2rem}.project-name{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary);transition:color .3s ease}.project-card:hover .project-name{color:#818cf8}.project-description{font-size:.95rem;line-height:1.65;color:var(--text-secondary);margin-bottom:1.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-tech{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.25rem}.tech-tag{padding:.35rem .75rem;background:#6366f11a;border:1px solid rgba(99,102,241,.25);border-radius:20px;color:#a5b4fc;font-size:.8rem;font-weight:500;transition:all .3s ease;letter-spacing:.02em}.tech-tag:hover{background:#6366f140;border-color:#6366f199;color:#c7d2fe;box-shadow:0 0 10px #6366f133}.project-view-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.4rem;background:linear-gradient(135deg,#6366f126,#764ba226);border:1px solid rgba(99,102,241,.3);border-radius:12px;color:#a5b4fc;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;letter-spacing:.02em}.project-view-btn:hover{background:linear-gradient(135deg,#6366f14d,#764ba24d);border-color:#6366f199;color:#e0e7ff;box-shadow:0 0 15px #6366f133,0 8px 20px #6366f126}.project-view-btn svg{transition:transform .3s ease}.project-view-btn:hover svg{transform:translate(2px,-2px)}@media (max-width: 1024px){.projects-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.project-thumbnail{height:220px}}@media (max-width: 768px){.projects-page{padding:6rem 1rem 2rem}.projects-grid{grid-template-columns:1fr;gap:2rem}.projects-title{margin-bottom:2rem}.project-thumbnail{height:200px}.project-content{padding:1.5rem}.project-name{font-size:1.3rem}}@media (max-width: 480px){.projects-page{padding:5rem .75rem 2rem}.project-thumbnail{height:180px}.project-content{padding:1.25rem}.project-link{width:48px;height:48px}.tech-tag{font-size:.75rem;padding:.3rem .6rem}}.resume-page{position:relative;min-height:100vh;padding:6rem 2rem 4rem;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.resume-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 30%,rgba(99,102,241,.05),transparent 70%);z-index:0}.resume-container{position:relative;z-index:1;max-width:1200px;margin:0 auto}.resume-header{text-align:center;margin-bottom:3.5rem}.resume-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;margin-bottom:1.5rem;letter-spacing:-.5px}.gradient-text{background:linear-gradient(135deg,#06b6d4,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.download-button{position:relative;padding:.875rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;background:linear-gradient(135deg,#06b6d4,#3b82f6);color:#fff;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 4px 20px #06b6d440;transition:all .3s ease;text-decoration:none;font-family:Inter,sans-serif}.download-button:hover:not(:disabled){box-shadow:0 6px 30px #06b6d466;transform:translateY(-2px)}.download-button:disabled{opacity:.7;cursor:not-allowed}.resume-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.resume-section{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a}.section-title{display:flex;align-items:center;gap:.75rem;font-size:1.75rem;font-weight:700;margin-bottom:2rem;color:#fff}.section-title svg{color:#06b6d4}.timeline{position:relative;padding-left:2.5rem}.timeline:before{content:"";position:absolute;left:.75rem;top:.5rem;bottom:0;width:1px;background:linear-gradient(180deg,#06b6d4,#06b6d44d)}.timeline-item{position:relative;margin-bottom:2rem;padding-left:1.5rem}.timeline-item:last-child{margin-bottom:0}.timeline-icon{position:absolute;left:-2rem;top:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#06b6d426;border:2px solid #06b6d4;border-radius:50%;color:#06b6d4;z-index:1}.timeline-content h3{font-size:1.125rem;font-weight:600;margin-bottom:.25rem;color:#fff;line-height:1.4}.timeline-content h4{font-size:1rem;font-weight:400;color:#94a3b8;margin-bottom:.5rem;line-height:1.4}.timeline-period{display:inline-block;padding:.25rem .75rem;background:#06b6d41a;border:1px solid rgba(6,182,212,.25);border-radius:12px;font-size:.8rem;font-weight:500;color:#06b6d4;margin-bottom:1rem}.timeline-content p{color:#cbd5e1;line-height:1.8;font-size:.95rem}.timeline-content .description-list{margin:.75rem 0 0;padding-left:0;list-style-type:none}.timeline-content .description-list li{position:relative;color:#cbd5e1;line-height:2;margin-bottom:.5rem;padding-left:1.25rem;font-size:.95rem}.timeline-content .description-list li:last-child{margin-bottom:0}.timeline-content .description-list li:before{content:"▹";position:absolute;left:0;top:0;color:#06b6d4;font-weight:700;font-size:1.1rem}@media (max-width: 968px){.resume-content{grid-template-columns:1fr;gap:2.5rem}.resume-section{padding:1.75rem}}@media (max-width: 768px){.resume-page{padding:5rem 1.5rem 3rem}.resume-title{margin-bottom:1.25rem}.resume-header{margin-bottom:2.5rem}.section-title{font-size:1.5rem}.timeline{padding-left:2rem}.timeline:before{left:.5rem}.timeline-icon{left:-1.75rem;width:2.25rem;height:2.25rem}.timeline-item{padding-left:1.25rem}}@media (max-width: 480px){.resume-page{padding:4.5rem 1rem 2.5rem}.resume-section{padding:1.5rem}.download-button{padding:.75rem 1.75rem;font-size:.95rem}}.coding-profiles-page{position:relative;min-height:100vh;padding:8rem 2rem 4rem;overflow:hidden}.coding-profiles-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 50%,rgba(99,102,241,.1),transparent 70%);z-index:0}.coding-profiles-container{position:relative;z-index:1;max-width:1200px;margin:0 auto}.coding-profiles-title{font-size:clamp(3rem,6vw,5rem);font-weight:800;margin-bottom:4rem;text-align:center}.coding-profiles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;perspective:1000px}.coding-profile-card{position:relative;padding:3rem 2rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:25px;text-align:center;text-decoration:none;color:var(--text-primary);transition:all .3s ease;cursor:pointer;overflow:hidden}.coding-profile-card:hover{background:#ffffff14;border-color:var(--profile-color);box-shadow:0 20px 40px #6366f166}.profile-icon-wrapper{position:relative;display:inline-block;margin-bottom:1.5rem}.profile-icon{position:relative;z-index:2;transition:all .3s ease}.profile-icon-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;background:radial-gradient(circle,var(--profile-color),transparent);border-radius:50%;filter:blur(20px);z-index:1;opacity:.5}.profile-name{font-size:1.8rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary)}.profile-stats{font-size:1.1rem;font-weight:600;color:var(--profile-color);margin-bottom:1rem}.profile-description{font-size:1rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.profile-glow{position:absolute;top:-50px;right:-50px;bottom:-50px;left:-50px;background:radial-gradient(circle,var(--profile-color),transparent);border-radius:25px;filter:blur(30px);opacity:0;z-index:-1;transition:opacity .3s ease}.coding-profile-card:hover .profile-glow{opacity:.3}@media (max-width: 768px){.coding-profiles-page{padding:6rem 1rem 2rem}.coding-profiles-grid{grid-template-columns:1fr;gap:2rem}.coding-profiles-title{margin-bottom:2rem}.coding-profile-card{padding:2rem 1.5rem}}.contact-page{position:relative;min-height:100vh;padding:8rem 2rem 4rem;overflow:hidden}.contact-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 50%,rgba(99,102,241,.1),transparent 70%);z-index:0}.contact-container{position:relative;z-index:1;max-width:1200px;margin:0 auto}.contact-title{font-size:clamp(3rem,6vw,5rem);font-weight:800;margin-bottom:4rem;text-align:center}.gradient-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info h2{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.contact-info>p{font-size:1.1rem;line-height:1.8;color:var(--text-secondary);margin-bottom:3rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-detail{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:15px;transition:all .3s ease;cursor:pointer}.contact-detail:hover{background:#ffffff14;border-color:#6366f180}.contact-detail svg{color:#6366f1;flex-shrink:0}.contact-detail h3{font-size:1.1rem;font-weight:600;margin-bottom:.25rem;color:var(--text-primary)}.contact-detail p{font-size:.95rem;color:var(--text-secondary)}.contact-form{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem}.form-group{margin-bottom:1.5rem}.form-input,.form-textarea{width:100%;padding:1rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:var(--text-primary);font-size:1rem;font-family:inherit;transition:all .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#6366f1;background:#ffffff14;box-shadow:0 0 0 3px #6366f11a}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-secondary)}.form-textarea{resize:vertical;min-height:150px}.submit-button{width:100%;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 5px 20px #6366f166;transition:all .3s ease;margin-top:1rem}.submit-button:hover:not(:disabled){box-shadow:0 10px 30px #6366f199}.submit-button:disabled{opacity:.7;cursor:not-allowed}.submit-status{padding:1rem;border-radius:12px;margin-bottom:1rem;text-align:center;font-weight:500}.submit-status.success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#22c55e}.submit-status.error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444}@media (max-width: 968px){.contact-content{grid-template-columns:1fr;gap:3rem}}@media (max-width: 768px){.contact-page{padding:6rem 1rem 2rem}.contact-title{margin-bottom:2rem}.contact-form{padding:2rem 1.5rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0a0a0a;--bg-secondary: #111111;--text-primary: #ffffff;--text-secondary: #a0a0a0;--accent: #6366f1;--accent-hover: #818cf8;--gradient-1: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-2: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--gradient-3: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%)}html{scroll-behavior:smooth;overflow:hidden;height: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:linear-gradient(135deg,#0f1419,#0a1628,#0d1b2a,#1b263b,#0f1419);background-attachment:fixed;color:var(--text-primary);overflow:hidden;height:100%;position:fixed;width:100%}#root{height:100%;overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.scroll-container::-webkit-scrollbar{width:10px}.scroll-container::-webkit-scrollbar-track{background:var(--bg-secondary)}.scroll-container::-webkit-scrollbar-thumb{background:var(--accent);border-radius:5px}.scroll-container::-webkit-scrollbar-thumb:hover{background:var(--accent-hover)}@media (max-width: 768px){body{-webkit-text-size-adjust:100%}.scroll-container::-webkit-scrollbar{width:0px;display:none}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
