.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 a{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;text-decoration:none}.nav-links{display:flex;list-style:none;gap:2rem;align-items:center}.nav-links li{position:relative}.nav-links a{color:var(--text-secondary);text-decoration:none;font-size:.95rem;font-weight:500;transition:color .3s ease;position:relative;padding:.5rem 0}.nav-links a:hover,.nav-links a.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{display:none}.nav-mobile-toggle{display:flex}.nav-container{padding:0 1rem}}.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:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);color:var(--text-primary);cursor:pointer;transition:all .3s ease;text-decoration:none}.social-link:hover{background:#ffffff1a;border-color:var(--social-color);box-shadow:0 0 20px #6366f180}.social-glow{position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border-radius:50%;background:radial-gradient(circle,var(--social-color),transparent);opacity:0;filter:blur(10px);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;background:linear-gradient(135deg,#0a0a0a,#1a1a2e)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 50%,rgba(99,102,241,.1),transparent 50%),radial-gradient(circle at 70% 80%,rgba(118,75,162,.1),transparent 50%);z-index:1}.hero-content{position:relative;z-index:2;text-align:center;padding:2rem;max-width:900px}.hero-name{font-size:clamp(2.5rem,8vw,5rem);font-weight:800;margin-bottom:1rem;line-height:1.2}.hero-title{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:600;color:var(--text-secondary);margin-bottom:1.5rem}.hero-tagline{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-secondary);line-height:1.8;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.hero-cta{display:flex;gap:1.5rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.cta-button{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;gap:.5rem;box-shadow:0 5px 20px #6366f14d}.cta-button a{color:#fff;text-decoration:none;display:flex;align-items:center;gap:.5rem}.cta-button.secondary{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:none}.cta-button.secondary:hover{background:#ffffff26}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:2}.mouse{width:30px;height:50px;border:2px solid rgba(255,255,255,.3);border-radius:25px;position:relative}.mouse:before{content:"";width:6px;height:6px;background:#ffffff80;border-radius:50%;position:absolute;top:8px;left:50%;transform:translate(-50%);animation:scroll 2s infinite}@keyframes scroll{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(20px)}}@media (max-width: 768px){.hero-cta{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:300px;justify-content:center}}.about-page{position:relative;min-height:100vh;padding:8rem 2rem 4rem;overflow:hidden;background:linear-gradient(135deg,#0a0a0a,#1a1a2e)}.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}.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;background:radial-gradient(circle at 50% 10%,#1a1a2e,#0a0a0a)}.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;background:linear-gradient(135deg,#0a0a0a,#1a1a2e)}.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 .3s ease;cursor:pointer;transform-style:preserve-3d}.project-card:hover{background:#ffffff14;border-color:#6366f180;box-shadow:0 20px 40px #6366f14d}.project-thumbnail{position:relative;width:100%;height:250px;overflow:hidden;background:linear-gradient(135deg,#6366f133,#764ba233)}.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:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;gap:1.5rem;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.project-link{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:var(--text-primary);text-decoration:none;transition:all .3s ease}.project-link:hover{background:#6366f180;border-color:#6366f1;box-shadow:0 5px 20px #6366f180}.project-content{padding:2rem}.project-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.project-description{font-size:1rem;line-height:1.6;color:var(--text-secondary);margin-bottom:1.5rem}.project-tech{display:flex;flex-wrap:wrap;gap:.75rem}.tech-tag{padding:.4rem .8rem;background:#6366f11a;border:1px solid rgba(99,102,241,.3);border-radius:15px;color:var(--text-primary);font-size:.85rem;font-weight:500;transition:all .3s ease}.tech-tag:hover{background:#6366f133;border-color:#6366f1}@media (max-width: 768px){.projects-page{padding:6rem 1rem 2rem}.projects-grid{grid-template-columns:1fr;gap:2rem}.projects-title{margin-bottom:2rem}}.resume-page{position:relative;min-height:100vh;padding:8rem 2rem 4rem;overflow:hidden;background:linear-gradient(135deg,#0a0a0a,#1a1a2e)}.resume-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 30%,rgba(99,102,241,.1),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:4rem}.resume-title{font-size:clamp(3rem,6vw,5rem);font-weight:800;margin-bottom:2rem}.download-button{position:relative;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:inline-flex;align-items:center;gap:.75rem;box-shadow:0 5px 20px #6366f166;transition:all .3s ease;overflow:hidden;text-decoration:none}.download-button:hover:not(:disabled){box-shadow:0 10px 30px #6366f199}.download-button:disabled{opacity:.7;cursor:not-allowed}.button-glow{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background:radial-gradient(circle,rgba(255,255,255,.3),transparent);border-radius:50px;filter:blur(20px);z-index:-1}.resume-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.resume-section{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}.section-title{display:flex;align-items:center;gap:1rem;font-size:2rem;font-weight:700;margin-bottom:2rem;color:var(--text-primary)}.section-title svg{color:#6366f1}.timeline{position:relative;padding-left:3rem}.timeline:before{content:"";position:absolute;left:1rem;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#6366f1,#764ba2)}.timeline-item{position:relative;margin-bottom:2.5rem;padding-left:2rem}.timeline-icon{position:absolute;left:-2.5rem;top:0;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:#6366f133;border:2px solid #6366f1;border-radius:50%;color:#6366f1;z-index:1}.timeline-content h3{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.timeline-content h4{font-size:1.1rem;font-weight:500;color:var(--text-secondary);margin-bottom:.5rem}.timeline-period{display:inline-block;padding:.3rem .8rem;background:#6366f11a;border:1px solid rgba(99,102,241,.3);border-radius:15px;font-size:.85rem;color:#6366f1;margin-bottom:1rem}.timeline-content p{color:var(--text-secondary);line-height:1.6}@media (max-width: 968px){.resume-content{grid-template-columns:1fr;gap:2rem}}@media (max-width: 768px){.resume-page{padding:6rem 1rem 2rem}.resume-title{margin-bottom:1.5rem}.timeline{padding-left:2rem}.timeline:before{left:.5rem}.timeline-icon{left:-1.75rem;width:2.5rem;height:2.5rem}}.coding-profiles-page{position:relative;min-height:100vh;padding:8rem 2rem 4rem;overflow:hidden;background:linear-gradient(135deg,#0a0a0a,#1a1a2e)}.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;background:linear-gradient(135deg,#0a0a0a,#1a1a2e)}.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%)}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-color:var(--bg-primary);color:var(--text-primary);overflow-x:hidden}html{scroll-behavior:smooth}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--accent-hover)}
