*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#e2e8f0;background:#0f172a;min-height:100vh;transition:background-color .3s ease,color .3s ease}html{scroll-behavior:smooth}nav.navbar{position:fixed;top:0;left:0;right:0;display:flex;justify-content:flex-end;align-items:center;gap:2rem;background:#0f172acc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:1.2rem 5%;color:#e2e8f0;z-index:1000;border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 4px 30px #0000004d;transition:all .3s ease}nav.navbar ul{display:flex;gap:2.5rem;list-style:none}nav.navbar a{color:#cbd5e0;text-decoration:none;font-weight:500;font-size:.95rem;transition:all .3s ease;position:relative}nav.navbar a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#3b82f6;transition:width .3s ease}nav.navbar a:hover{color:#3b82f6}nav.navbar a:hover:after{width:100%}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e293b,#0f172a);position:relative;overflow:hidden;padding-top:80px;transition:background .3s ease}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(168,85,247,.1) 0%,transparent 50%)}.hero-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:4rem;position:relative;z-index:1}.profile-photo-container{flex-shrink:0;position:relative;animation:floatPhoto 3s ease-in-out infinite}.bracket-left,.bracket-right{position:absolute;font-size:150px;font-weight:100;color:transparent;font-family:Arial,sans-serif;z-index:1;line-height:1;-webkit-text-stroke:1.5px rgba(238,90,111,.35)}.bracket-left{top:30%;left:-35px;transform:translateY(-50%)}.bracket-right{bottom:10%;right:-50px;transform:translateY(50%)}@keyframes floatPhoto{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.profile-photo{width:450px;height:450px;border-radius:50%;position:relative;background:transparent;padding:0;box-shadow:none;z-index:2;display:flex;align-items:center;justify-content:center}.profile-photo:before{content:"";position:absolute;width:58%;height:58%;top:65%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:28px solid #ff6b6b;background:transparent;z-index:-1;box-shadow:0 0 80px #ff6b6b99,inset 0 0 60px #ff6b6b4d}.photo-placeholder{width:90%;height:90%;border-radius:50%;background:transparent;display:flex;align-items:flex-start;justify-content:center;overflow:visible;position:relative;border:none;z-index:3;padding-top:0}.photo-placeholder img{width:125%;height:125%;object-fit:cover;object-position:center 70%;border-radius:50%;display:block;mix-blend-mode:normal;position:relative;z-index:3;transform:translateY(-12%)}.photo-placeholder svg{width:50%;height:50%;color:#fff6}.hero-text{flex:1;color:#fff}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2;color:#fff;letter-spacing:-1px;animation:fadeInUp 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-subtitle{font-size:1.4rem;color:#fffffff2;margin-bottom:2.5rem;font-weight:400;line-height:1.6;animation:fadeInUp 1s ease-out .3s backwards;min-height:2.8rem;display:flex;align-items:center}.typing-cursor{display:inline-block;margin-left:2px;animation:blink 1s infinite;font-weight:300}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-cta{display:flex;gap:20px;margin-top:30px;flex-wrap:wrap}.social-links{display:flex;gap:20px;margin-top:30px;justify-content:flex-start}.social-links a{display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:50%;background:#3b82f61a;border:1px solid rgba(59,130,246,.3);color:#cbd5e0;transition:all .3s ease}.social-links a:hover{color:#fff;transform:translateY(-5px)}.social-links a:nth-child(1):hover{background:#ea4335;box-shadow:0 10px 20px #ea433566}.social-links a:nth-child(2):hover{background:#333;box-shadow:0 10px 20px #3336}.social-links a:nth-child(3):hover{background:#0077b5;box-shadow:0 10px 20px #0077b566}.social-links a:nth-child(4):hover{background:#25d366;box-shadow:0 10px 20px #25d36666}.social-links a:nth-child(5):hover{background:#1877f2;box-shadow:0 10px 20px #1877f266}.social-links a:nth-child(6):hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);box-shadow:0 10px 20px #e1306c66}.social-links a:nth-child(7):hover{background:#08c;box-shadow:0 10px 20px #08c6}.social-links svg{width:24px;height:24px}.hero-cta .btn-primary,.hero-cta .btn-secondary{padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-block;letter-spacing:.3px}.btn-primary{background:#fff;color:#2563eb;box-shadow:0 4px 15px #0000001a}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 25px #00000026}.btn-secondary{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:2px solid rgba(255,255,255,.5)}.btn-secondary:hover{background:#ffffff40;border-color:#fffc}.about{background:#1e293b;padding:5rem 5%;transition:background-color .3s ease}.about h2{font-size:2.8rem;margin-bottom:1.5rem;color:#f1f5f9;font-weight:700;letter-spacing:-.5px}.about p{font-size:1.15rem;line-height:1.8;color:#cbd5e0;max-width:800px}.projects{background:#0f172a;padding:5rem 5%;transition:background-color .3s ease}.projects h2{font-size:2.8rem;margin-bottom:3rem;text-align:center;color:#f1f5f9;font-weight:700;letter-spacing:-.5px}.project-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.project-card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.project-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.project-card:hover:before{transform:scaleX(1)}.project-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #00000080;border-color:#475569}.project-card h3{color:#f1f5f9;margin-bottom:.8rem;font-size:1.5rem;font-weight:600}.project-card p{color:#cbd5e0;margin-bottom:1.5rem;line-height:1.6}.project-card a{color:#3b82f6;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem}.project-card a:hover{color:#60a5fa;gap:.8rem}.project-card a:after{content:"→";transition:transform .3s ease}.project-card a:hover:after{transform:translate(3px)}.skills{background:#1e293b;padding:5rem 5%;transition:background-color .3s ease}.skills h2{font-size:2.8rem;margin-bottom:3rem;text-align:center;color:#f1f5f9;font-weight:700;letter-spacing:-.5px}.skills-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem}.skill-category h3{font-size:1.3rem;color:#3b82f6;margin-bottom:1.2rem;font-weight:600;border-bottom:2px solid #334155;padding-bottom:.5rem}.skill-badges{display:flex;flex-wrap:wrap;gap:.8rem}.skill-badge{background:#0f172a;color:#e2e8f0;padding:1rem 1.3rem;border-radius:10px;font-weight:500;transition:all .3s ease;border:2px solid #334155;font-size:.9rem;cursor:pointer;display:flex;align-items:center;gap:.6rem}.skill-badge img{width:24px;height:24px;object-fit:contain}.skill-badge span{white-space:nowrap}.skill-badge:hover{transform:translateY(-5px);box-shadow:0 6px 20px #3b82f666}.skill-badge:hover{color:#fff}.skill-badge:nth-child(1):hover{background:#a8b9cc;border-color:#a8b9cc;box-shadow:0 4px 12px #a8b9cc66}.skill-badge:nth-child(2):hover{background:#00599c;border-color:#00599c;box-shadow:0 4px 12px #00599c66}.skill-badge:nth-child(3):hover{background:#239120;border-color:#239120;box-shadow:0 4px 12px #23912066}.skill-badge:nth-child(4):hover{background:#007396;border-color:#007396;box-shadow:0 4px 12px #00739666}.skill-badge:nth-child(5):hover{background:#3776ab;border-color:#3776ab;box-shadow:0 4px 12px #3776ab66}.skill-badge:nth-child(6):hover{background:#f7df1e;border-color:#f7df1e;box-shadow:0 4px 12px #f7df1e66;color:#000}.skill-category:nth-child(2) .skill-badge:nth-child(1):hover{background:#e34f26;border-color:#e34f26;box-shadow:0 4px 12px #e34f2666}.skill-category:nth-child(2) .skill-badge:nth-child(2):hover{background:#1572b6;border-color:#1572b6;box-shadow:0 4px 12px #1572b666}.skill-category:nth-child(2) .skill-badge:nth-child(3):hover{background:#61dafb;border-color:#61dafb;box-shadow:0 4px 12px #61dafb66;color:#000}.skill-category:nth-child(2) .skill-badge:nth-child(4):hover{background:#000;border-color:#000;box-shadow:0 4px 12px #0009}.skill-category:nth-child(2) .skill-badge:nth-child(5):hover{background:#06b6d4;border-color:#06b6d4;box-shadow:0 4px 12px #06b6d466}.skill-category:nth-child(3) .skill-badge:nth-child(1):hover{background:#393;border-color:#393;box-shadow:0 4px 12px #3936}.skill-category:nth-child(3) .skill-badge:nth-child(2):hover{background:#009688;border-color:#009688;box-shadow:0 4px 12px #00968866}.skill-category:nth-child(3) .skill-badge:nth-child(3):hover{background:#000;border-color:#000;box-shadow:0 4px 12px #0009}.skill-category:nth-child(3) .skill-badge:nth-child(4):hover{background:#092e20;border-color:#092e20;box-shadow:0 4px 12px #092e2066}.skill-category:nth-child(4) .skill-badge:nth-child(1):hover{background:#f80000;border-color:#f80000;box-shadow:0 4px 12px #f8000066}.skill-category:nth-child(4) .skill-badge:nth-child(2):hover{background:#4169e1;border-color:#4169e1;box-shadow:0 4px 12px #4169e166}.skill-category:nth-child(4) .skill-badge:nth-child(3):hover{background:#4479a1;border-color:#4479a1;box-shadow:0 4px 12px #4479a166}.skill-category:nth-child(4) .skill-badge:nth-child(4):hover{background:#47a248;border-color:#47a248;box-shadow:0 4px 12px #47a24866}.skill-category:nth-child(5) .skill-badge:nth-child(1):hover{background:#0078d4;border-color:#0078d4;box-shadow:0 4px 12px #0078d466}.skill-category:nth-child(5) .skill-badge:nth-child(2):hover{background:#000;border-color:#000;box-shadow:0 4px 12px #0009}.skill-category:nth-child(5) .skill-badge:nth-child(3):hover{background:#2496ed;border-color:#2496ed;box-shadow:0 4px 12px #2496ed66}.skill-category:nth-child(6) .skill-badge:nth-child(1):hover{background:#f05032;border-color:#f05032;box-shadow:0 4px 12px #f0503266}.skill-category:nth-child(6) .skill-badge:nth-child(2):hover{background:#181717;border-color:#181717;box-shadow:0 4px 12px #18171799}.skill-category:nth-child(6) .skill-badge:nth-child(3):hover{background:teal;border-color:teal;box-shadow:0 4px 12px #00808066}.skill-category:nth-child(6) .skill-badge:nth-child(4):hover{background:#f9ab00;border-color:#f9ab00;box-shadow:0 4px 12px #f9ab0066;color:#000}.skill-category:nth-child(6) .skill-badge:nth-child(5):hover{background:#007acc;border-color:#007acc;box-shadow:0 4px 12px #007acc66}.skills ul{display:flex;gap:1rem;flex-wrap:wrap;list-style:none;padding:0;justify-content:center;max-width:900px;margin:0 auto}.skills li{background:#0f172a;color:#e2e8f0;padding:1rem 1.8rem;border-radius:8px;font-weight:600;transition:all .3s ease;border:2px solid #334155;font-size:.95rem}.skills li:hover{transform:translateY(-3px);border-color:#3b82f6;background:#1e293b;color:#3b82f6;box-shadow:0 4px 12px #3b82f64d}.experience{background:#0f172a;padding:5rem 5%;transition:background-color .3s ease}.experience h2{font-size:2.8rem;margin-bottom:3rem;text-align:center;color:#f1f5f9;font-weight:700;letter-spacing:-.5px}.experience-list{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.experience-card{background:#1e293b;border-radius:12px;padding:2rem;display:flex;gap:2rem;border:2px solid #334155;transition:all .3s ease;box-shadow:0 4px 6px #0000004d}.experience-card:hover{transform:translateY(-5px);border-color:#3b82f6;box-shadow:0 8px 20px #3b82f64d}.experience-logo{flex-shrink:0;width:80px;height:80px;background:#0f172a;border-radius:10px;display:flex;align-items:center;justify-content:center;border:2px solid #334155;overflow:hidden}.experience-logo img{max-width:70%;max-height:70%;object-fit:contain}.experience-content{flex:1}.experience-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;flex-wrap:wrap;gap:1rem}.experience-header h3{font-size:1.5rem;color:#f1f5f9;margin-bottom:.3rem;font-weight:600}.experience-company{font-size:1.1rem;color:#3b82f6;margin-bottom:.5rem;font-weight:500}.experience-duration{background:#3b82f626;color:#60a5fa;padding:.4rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;white-space:nowrap;border:1px solid rgba(59,130,246,.3)}.experience-location{color:#94a3b8;font-size:.95rem;margin-bottom:1rem}.experience-description{color:#cbd5e0;line-height:1.7;margin-bottom:1.2rem;font-size:1rem}.experience-technologies{display:flex;flex-wrap:wrap;gap:.6rem}.tech-tag{background:#0f172a;color:#3b82f6;padding:.4rem .9rem;border-radius:6px;font-size:.85rem;font-weight:500;border:1px solid #334155;transition:all .2s ease}.tech-tag:hover{color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0006}.tech-tag:nth-child(1):hover{background:#000;border-color:#000;box-shadow:0 4px 12px #0009}.tech-tag:nth-child(2):hover{background:#4479a1;border-color:#4479a1;box-shadow:0 4px 12px #4479a166}.tech-tag:nth-child(3):hover{background:#000;border-color:#000;box-shadow:0 4px 12px #0009}.tech-tag:nth-child(4):hover{background:#092e20;border-color:#092e20;box-shadow:0 4px 12px #092e2066}.contact{background:#0f172a;padding:5rem 5%;transition:background-color .3s ease}.contact h2{font-size:2.8rem;margin-bottom:3rem;text-align:center;color:#f1f5f9;font-weight:700;letter-spacing:-.5px}.contact form{display:flex;flex-direction:column;gap:1.5rem;max-width:600px;margin:0 auto;background:#1e293b;padding:3rem;border-radius:12px;box-shadow:0 4px 6px #0000004d;transition:background-color .3s ease}.contact input,.contact textarea{padding:1rem 1.2rem;border-radius:8px;border:2px solid #334155;font-family:inherit;font-size:1rem;transition:all .3s ease;background:#0f172a;color:#e2e8f0}.contact input:focus,.contact textarea:focus{outline:none;border-color:#3b82f6;background:#1e293b;box-shadow:0 0 0 3px #3b82f633}.contact textarea{resize:vertical;min-height:150px}.contact button{padding:1rem 2rem;border-radius:8px;border:none;background:#3b82f6;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #3b82f666}.contact button:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 6px 16px #3b82f680}.contact button:active{transform:translateY(0)}.education{background:#1e293b;padding:5rem 5%;transition:background-color .3s ease}.education h2{font-size:2.8rem;margin-bottom:3rem;text-align:center;color:#f1f5f9;font-weight:700;letter-spacing:-.5px}.education-list{display:flex;flex-direction:column;gap:2rem;max-width:900px;margin:0 auto}.education-card{background:#0f172a;border:2px solid #334155;border-left:4px solid #3b82f6;border-radius:12px;padding:2rem;transition:all .3s ease;display:flex;gap:2rem;align-items:flex-start}.education-card:hover{transform:translate(5px);border-left-color:#2563eb;box-shadow:0 4px 12px #3b82f633;background:#1e293b}.education-logo{flex-shrink:0;width:80px;height:80px;background:#1e293b;border-radius:12px;padding:.8rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000004d;border:2px solid #334155;transition:all .3s ease}.education-logo img{width:100%;height:100%;object-fit:contain}.education-content{flex:1;min-width:0}.education-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.8rem;flex-wrap:wrap;gap:1rem}.education-card h3{color:#f1f5f9;font-size:1.5rem;font-weight:600;margin:0;flex:1}.education-year{color:#3b82f6;font-weight:600;font-size:.95rem;background:#3b82f61a;padding:.4rem 1rem;border-radius:20px;white-space:nowrap;border:1px solid #334155}.education-institution{color:#cbd5e0;font-size:1.2rem;font-weight:600;margin:.5rem 0 .3rem}.education-location{color:#94a3b8;font-size:.95rem;margin:0 0 1rem;display:flex;align-items:center;gap:.3rem}.education-location:before{content:"📍";font-size:.9rem}.education-description{color:#cbd5e0;line-height:1.6;margin:0}@media(max-width:968px){.hero-content{flex-direction:column;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.profile-photo{width:260px;height:320px}}@media(max-width:768px){nav.navbar{flex-direction:column;padding:1rem 5%;gap:1rem}nav.navbar ul{gap:1.5rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.profile-photo{width:180px;height:220px}section{padding:3rem 5%}.project-list{grid-template-columns:1fr}.hero-cta{flex-direction:column;width:100%}.btn-primary,.btn-secondary{width:100%;text-align:center}.about h2,.projects h2,.skills h2,.contact h2{font-size:2rem}.education-card{flex-direction:column;align-items:center;text-align:center}.education-logo{margin-bottom:1rem}}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#0f172a}::-webkit-scrollbar-thumb{background:#334155;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#475569}
