html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0;font-family:'Inter','Segoe UI',Tahoma,Geneva,Verdana,sans-serif}body{background-color:#f8fafc;color:#475569;line-height:1.6;position:relative;overflow-x:hidden}@keyframes float1{0%,100%{transform:translate(0,0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}@keyframes float2{0%,100%{transform:translate(0,0) scale(1)}33%{transform:translate(-30px,50px) scale(1.1)}66%{transform:translate(20px,-20px) scale(.9)}}@keyframes profileFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-15px)}}body::before,body::after{content:'';position:fixed;width:600px;height:600px;border-radius:50%;filter:blur(120px);z-index:-1;opacity:.6}body::before{top:-10%;left:-10%;background:#bfdbfe;animation:float1 18s infinite ease-in-out}body::after{bottom:-10%;right:-10%;background:#fbcfe8;animation:float2 22s infinite ease-in-out}.hero-section::before{content:'';position:fixed;top:40%;left:40%;width:400px;height:400px;background:#c7d2fe;border-radius:50%;filter:blur(120px);z-index:-1;opacity:.5;animation:float1 20s infinite ease-in-out reverse}h1,h2,h3,h4{color:#0f172a}section,footer{scroll-margin-top:100px}.reveal{opacity:0;transform:translateY(40px);transition:all 0.8s cubic-bezier(.25,.46,.45,.94)}.reveal.active{opacity:1;transform:translateY(0)}.btn{text-decoration:none;padding:.8rem 1.8rem;border-radius:30px;font-weight:600;font-size:.95rem;border:none;cursor:pointer;display:inline-block;transition:all 0.3s ease}.btn-primary{background:#3b82f6;color:#fff;box-shadow:0 4px 15px rgb(59 130 246 / .3)}.btn-primary:hover{background:#2563eb;transform:translateY(-3px);box-shadow:0 8px 25px rgb(59 130 246 / .4)}.btn-outline{background-color:rgb(255 255 255 / .5);color:#3b82f6;border:2px solid #3b82f6;backdrop-filter:blur(5px)}.btn-outline:hover{background-color:#3b82f6;color:#fff;transform:translateY(-3px);box-shadow:0 8px 25px rgb(59 130 246 / .3)}.timeline-btn-wrapper,.project-btn-wrapper{width:100%;display:flex;justify-content:center;align-items:center;padding:30px 0 10px 0}.cert-btn-wrapper{grid-column:1 / -1!important;width:100%;display:flex;justify-content:center;align-items:center;padding:40px 0 10px 0}.project-btn-wrapper{grid-column:1 / -1!important}.btn-see-more{display:inline-flex;align-items:center;gap:10px;padding:12px 28px;border-radius:50px;background:#3b82f6;color:#fff;font-weight:600;border:none;cursor:pointer;box-shadow:0 4px 15px rgb(59 130 246 / .3);transition:0.3s}.btn-see-more:hover{background:#2563eb;transform:translateY(-3px);box-shadow:0 8px 25px rgb(59 130 246 / .4)}main{max-width:1100px;margin:0 auto;padding:2rem}main h2{text-align:center;margin-top:4rem;margin-bottom:3.5rem;font-size:2.5rem;font-weight:800;color:#0f172a;position:relative;width:100%}main h2::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:#3b82f6;border-radius:2px}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgb(255 255 255 / .8);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgb(255 255 255 / .8);display:flex;justify-content:space-between;align-items:center;padding:1rem 5%;box-shadow:0 4px 30px rgb(0 0 0 / .03)}.nav-brand{font-size:1.6rem;font-weight:900;color:#0f172a;letter-spacing:.5px}.nav-links{list-style:none;display:flex;gap:1.5rem;align-items:center}.nav-links a{text-decoration:none;color:#475569;font-weight:600;font-size:1.05rem;padding:.6rem 1.2rem;border-radius:50px;transition:all 0.3s ease}.nav-links a:hover{color:#3b82f6;background:#eff6ff}.menu-toggle{display:none;font-size:1.8rem;color:#0f172a;cursor:pointer;transition:color 0.3s ease}.menu-toggle:hover{color:#3b82f6}.hero-section{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:12rem 2rem 6rem 2rem;gap:4rem}.hero-content{flex:1.2;min-width:0}.greeting{color:#3b82f6;font-weight:800;font-size:1.1rem;letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;display:block}.hero-title{font-size:4.5rem;line-height:1.1;margin-bottom:.5rem;font-weight:900;color:#0f172a;white-space:nowrap;letter-spacing:-1px}.hero-subtitle{font-size:2.2rem;color:#64748b;font-weight:500;margin-bottom:1.5rem;white-space:nowrap}.hero-description{font-size:1.15rem;color:#475569;margin-bottom:2.5rem;line-height:1.8;max-width:90%}.hero-buttons{display:flex;gap:1.2rem}.hero-image-wrapper{flex:.8;display:flex;justify-content:flex-end}.hero-profile-img{width:100%;max-width:380px;height:380px;object-fit:cover;border-radius:50%;border:8px solid rgb(255 255 255 / .9);box-shadow:0 15px 35px rgb(0 0 0 / .08);animation:profileFloat 6s ease-in-out infinite;transition:all 0.5s ease}.hero-profile-img:hover{box-shadow:0 25px 45px rgb(59 130 246 / .15);animation-play-state:paused;transform:scale(1.03)}.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.skill-category-box{background:rgb(255 255 255 / .75);backdrop-filter:blur(16px);border:1px solid rgb(255 255 255);border-radius:20px;padding:1.8rem;box-shadow:0 10px 30px rgb(0 0 0 / .03);transition:all 0.4s ease}.skill-category-box:hover{transform:translateY(-6px);background:rgb(255 255 255 / .95);box-shadow:0 20px 40px rgb(59 130 246 / .08)}.category-header{display:flex;align-items:center;gap:15px;margin-bottom:1.8rem}.icon-box{width:45px;height:45px;background:#eff6ff;color:#3b82f6;display:flex;align-items:center;justify-content:center;border-radius:12px;font-size:1.2rem}.category-header h3{margin:0;font-size:1.3rem;font-weight:800;color:#0f172a}.badges-container{display:flex;flex-wrap:wrap;gap:20px}.skill-logo-wrapper{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:5px;transition:all 0.3s ease}.skill-logo-wrapper:hover{transform:translateY(-8px) scale(1.15)}.skill-logo{width:50px;height:50px;object-fit:contain;filter:drop-shadow(0 4px 6px rgb(0 0 0 / .1));transition:filter 0.3s ease}.skill-logo-wrapper:hover .skill-logo{filter:drop-shadow(0 8px 15px rgb(59 130 246 / .3))}.skill-logo-wrapper::after{content:attr(data-tooltip);position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);background:#0f172a;color:#fff;padding:6px 14px;border-radius:8px;font-size:.8rem;font-weight:600;white-space:nowrap;opacity:0;visibility:hidden;transition:all 0.3s ease;z-index:10;box-shadow:0 4px 10px rgb(0 0 0 / .15)}.skill-logo-wrapper:hover::after{opacity:1;visibility:visible;bottom:-35px}.timeline{max-width:850px;margin:0 auto;padding:20px 0;position:relative}.timeline-item{position:relative;padding-left:80px;margin-bottom:50px}.timeline-item:not(:last-child)::before{content:'';position:absolute;left:30px;top:50%;transform:translateY(0);width:3px;height:calc(100% + 50px);background:#e2e8f0}.timeline-dot{position:absolute;left:30px;top:50%;transform:translate(-50%,-50%);width:24px;height:24px;background:#fff;border:4px solid #3b82f6;border-radius:50%;z-index:5;box-shadow:0 0 0 8px #f8fafc;transition:all 0.3s ease}.timeline-item:hover .timeline-dot{background-color:#3b82f6;box-shadow:0 0 0 8px #f8fafc,0 0 15px rgb(59 130 246 / .4);transform:translate(-50%,-50%) scale(1.1)}.timeline-content{background:rgb(255 255 255 / .85);backdrop-filter:blur(12px);padding:2rem;border-radius:20px;box-shadow:0 8px 30px rgb(0 0 0 / .04);border:1px solid #fff;transition:0.3s ease}.timeline-item:hover .timeline-content{transform:translateX(8px);background:#fff;box-shadow:0 12px 40px rgb(0 0 0 / .06)}.timeline-date{font-size:.85rem;color:#3b82f6;font-weight:700;margin-bottom:12px;display:inline-block;background:#eff6ff;padding:6px 16px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.timeline-content h3{margin:0 0 6px;font-size:1.4rem;font-weight:800;color:#1e293b}.timeline-content h4{margin:0 0 15px;font-size:1.05rem;font-weight:600;color:#64748b}.timeline-content p{margin:0;font-size:1rem;color:#475569;line-height:1.7}.timeline-item.activeEx .timeline-dot{background:linear-gradient(135deg,#2563eb,#0ea5e9);border-color:#fff;box-shadow:0 0 0 8px #f8fafc,0 0 18px rgb(37 99 235 / .35);animation:softPulseBlue 2.6s infinite ease-in-out}@keyframes softPulseBlue{0%,100%{box-shadow:0 0 0 8px #f8fafc,0 0 10px rgb(37 99 235 / .25)}50%{box-shadow:0 0 0 8px #f8fafc,0 0 22px rgb(14 165 233 / .45)}}.timeline-item.activeEx .timeline-content{border:1px solid rgb(37 99 235 / .25);box-shadow:0 12px 40px rgb(37 99 235 / .08)}.timeline-item.activeEx .timeline-date{background:linear-gradient(135deg,#2563eb,#0ea5e9);color:#fff}.preview-item{position:relative;pointer-events:none;user-select:none;margin-bottom:0!important;-webkit-mask-image:linear-gradient(to bottom,rgb(0 0 0) 0%,rgb(0 0 0 / .8) 30%,#fff0 95%);mask-image:linear-gradient(to bottom,rgb(0 0 0) 0%,rgb(0 0 0 / .8) 30%,#fff0 95%)}.preview-item .timeline-content,.preview-item .timeline-dot,.preview-item::before{filter:blur(4px);opacity:.6;transition:all 0.3s ease}.preview-item::after{display:none}.preview-overlay-btn{position:relative;margin-top:-100px;padding-top:0;padding-bottom:20px;z-index:20}.education-grid{display:flex;flex-direction:column;gap:1.8rem;max-width:850px;margin:0 auto}.education-card{position:relative;overflow:hidden;display:flex;align-items:flex-start;gap:1.5rem;width:100%;background:rgb(255 255 255 / .85);backdrop-filter:blur(12px);padding:2rem;border-radius:20px;box-shadow:0 8px 30px rgb(0 0 0 / .04);border:1px solid rgb(255 255 255);transition:all 0.4s ease}.education-card::before{content:'';position:absolute;left:0;top:0;height:100%;width:6px;background:#3b82f6;transform:scaleY(0);transition:transform 0.4s ease;transform-origin:bottom}.education-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgb(59 130 246 / .08);border-color:rgb(59 130 246 / .2)}.education-card:hover::before{transform:scaleY(1)}.card-icon{flex-shrink:0;width:60px;height:60px;background:#eff6ff;color:#3b82f6;display:flex;align-items:center;justify-content:center;border-radius:16px;font-size:1.8rem;transition:all 0.4s ease}.education-card:hover .card-icon{background:#3b82f6;color:#fff;transform:rotate(-10deg) scale(1.1);box-shadow:0 10px 20px rgb(59 130 246 / .3)}.card-content{flex:1}.education-date{display:inline-block;font-size:.85rem;font-weight:700;background:#fff0;color:#3b82f6;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.card-content h3{font-size:1.4rem;margin-bottom:6px;color:#1e293b;font-weight:800}.card-content h4{font-size:1.05rem;font-weight:500;color:#64748b}.cert-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem;max-width:1100px;margin:0 auto}.cert-card{position:relative;overflow:hidden;display:flex;align-items:flex-start;gap:1rem;width:100%;background:rgb(255 255 255 / .85);backdrop-filter:blur(12px);padding:1.8rem;border-radius:20px;box-shadow:0 8px 30px rgb(0 0 0 / .04);border:1px solid rgb(255 255 255);transition:all 0.4s ease}.cert-card::before{content:'';position:absolute;left:0;top:0;height:100%;width:5px;background:#3b82f6;transform:scaleY(0);transition:transform 0.4s ease;transform-origin:bottom}.cert-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgb(59 130 246 / .08);border-color:rgb(59 130 246 / .2)}.cert-card:hover::before{transform:scaleY(1)}.cert-icon{flex-shrink:0;width:45px;height:45px;background:#eff6ff;color:#3b82f6;display:flex;align-items:center;justify-content:center;font-size:1.4rem;border-radius:12px;transition:all 0.4s ease}.cert-card:hover .cert-icon{background:#3b82f6;color:#fff;transform:rotate(-10deg) scale(1.1);box-shadow:0 10px 20px rgb(59 130 246 / .3)}.cert-date{display:inline-block;font-size:.75rem;font-weight:800;color:#3b82f6;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.cert-card h3{font-size:1.15rem;margin-bottom:6px;color:#1e293b;font-weight:800;line-height:1.3}.cert-card h4{font-size:.95rem;font-weight:500;color:#64748b;margin-bottom:0}.cert-link{color:#1e293b;text-decoration:none;transition:color 0.3s}.cert-link:hover{color:#3b82f6}.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:1100px;margin:0 auto}.project-card{background:rgb(255 255 255 / .85);backdrop-filter:blur(16px);border-radius:24px;border:1px solid rgb(255 255 255);padding:0;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 8px 30px rgb(0 0 0 / .04);transition:all 0.4s cubic-bezier(.175,.885,.32,1.275)}.project-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgb(59 130 246 / .12);border-color:rgb(59 130 246 / .3)}.project-img-wrapper{width:100%;height:260px;overflow:hidden;position:relative;border-bottom:1px solid #f1f5f9}.project-image{width:100%;height:100%;object-fit:cover;transition:transform 0.6s cubic-bezier(.25,.46,.45,.94)}.project-card:hover .project-image{transform:scale(1.08)}.project-content{padding:2rem;display:flex;flex-direction:column;flex-grow:1}.project-content h3{margin-bottom:1rem;color:#1e293b;font-size:1.6rem;font-weight:800}.tech-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:1.2rem}.tech-tags span{background:#eff6ff;color:#2563eb;font-size:.75rem;font-weight:700;padding:6px 14px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.description{font-size:1rem;color:#475569;margin-bottom:2rem;line-height:1.7;flex-grow:1}.project-links{display:flex;gap:1.5rem;margin-top:auto;border-top:1px solid #f1f5f9;padding-top:1.5rem}.project-link{display:inline-flex;align-items:center;gap:8px;color:#64748b;font-weight:600;font-size:.95rem;text-decoration:none;transition:all 0.3s ease}.project-link:hover{color:#1e293b}.project-link.live{color:#3b82f6}.project-link.live:hover{color:#2563eb}footer{background:rgb(255 255 255 / .8);backdrop-filter:blur(20px);border-top:1px solid rgb(255 255 255);color:#0f172a;text-align:center;padding:6rem 1rem 4rem 1rem;margin-top:4rem}.footer-title{color:#0f172a;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.footer-desc{color:#475569;margin-bottom:3rem;max-width:720px;margin-left:auto;margin-right:auto;line-height:1.8;font-size:1.1rem}.footer-buttons{display:flex;justify-content:center;gap:1.5rem;margin-bottom:4rem}.footer-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:.8rem 2.2rem;color:#3b82f6;border-color:#3b82f6;font-size:1.05rem}.footer-btn i{font-size:1.4rem}.footer-btn:hover{background-color:#3b82f6;color:#fff}.footer-copy{color:#94a3b8;font-size:.95rem;font-weight:500}@media (max-width:992px){.cert-grid{grid-template-columns:repeat(2,1fr)}.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.8rem}}@media (max-width:768px){.navbar{padding:1rem 5%}.menu-toggle{display:block}.nav-links{position:absolute;top:100%;left:0;width:100%;background:rgb(255 255 255 / .98);backdrop-filter:blur(16px);flex-direction:column;gap:0;padding:1rem 0;border-bottom:1px solid #e2e8f0;box-shadow:0 10px 20px rgb(0 0 0 / .05);clip-path:polygon(0 0,100% 0,100% 0,0 0);transition:clip-path 0.4s ease-in-out}.nav-links.active{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.nav-links li{width:100%;text-align:center}.nav-links a{display:block;font-size:1.1rem;padding:1rem 2rem;border-radius:0}.hero-section{flex-direction:column-reverse;text-align:center;padding:8rem 1.5rem 4rem 1.5rem;gap:2rem}.hero-content{min-width:100%}.hero-title{font-size:2.8rem;white-space:normal;letter-spacing:-.5px;line-height:1.2}.hero-subtitle{font-size:1.5rem;white-space:normal;line-height:1.4;margin-bottom:1rem}.hero-description{font-size:1rem;margin:0 auto 2rem auto;max-width:100%}.hero-buttons{justify-content:center}.hero-image-wrapper{justify-content:center;width:100%}.hero-profile-img{width:250px;height:250px}.skills-grid,.cert-grid,.project-grid{grid-template-columns:1fr}.cert-btn-wrapper,.project-btn-wrapper{grid-column:1 / -1!important}.timeline-item{padding-left:60px}.timeline-item:not(:last-child)::before{left:20px}.timeline-dot{left:20px}.preview-overlay-btn{margin-top:-80px;padding-bottom:10px}.education-card{flex-direction:column;align-items:center;text-align:center;padding:1.5rem}.education-card::before{display:none}.footer-buttons{flex-direction:column;gap:1rem;padding:0 1.5rem}}@media (max-width:480px){.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.2rem}main h2{font-size:2rem;margin-top:3rem}.preview-overlay-btn{margin-top:-60px}}.admin-body{background-color:#f1f5f9;color:#333;overflow:hidden;background-image:none}.admin-body::before,.admin-body::after{display:none}.dashboard-wrapper{display:flex;height:100vh;width:100vw}.sidebar{width:250px;background-color:#1e293b;color:#fff;display:flex;flex-direction:column;padding:20px 0}.sidebar-header{padding:0 20px 20px;border-bottom:1px solid #334155}.sidebar-nav{flex-grow:1;margin-top:20px}.nav-item{padding:15px 20px;cursor:pointer;transition:0.3s;list-style:none;color:#cbd5e1}.nav-item:hover,.nav-item.active{background-color:#334155;border-left:4px solid #3b82f6;color:#fff}.sidebar-footer{padding:20px}.admin-main{flex:1;overflow-y:auto;padding:40px;background-color:#f8fafc;scroll-behavior:smooth}.admin-main h2{text-align:left;font-size:1.5rem;color:#0f172a;margin-bottom:1.5rem;border-bottom:2px solid #cbd5e1;padding-bottom:10px;left:0;transform:none}.admin-main h2::after{display:none}.tab-content{display:none}.tab-content.active{display:block}.form-container{width:100%;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgb(0 0 0 / .05);margin-bottom:2rem;border:1px solid #e2e8f0;color:#333}.form-group{margin-bottom:1.2rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:700;color:#0f172a}.form-group input[type="text"],.form-group input[type="url"],.form-group input[type="month"],.form-group select,.form-group textarea{width:100%;padding:.8rem;border:1px solid #cbd5e1;border-radius:8px;font-size:1rem;background:#fff;color:#333}.form-group input[type="file"]{display:block;margin-top:.5rem}#projects-table{width:100%;border-collapse:collapse;background:#fff;box-shadow:0 4px 6px rgb(0 0 0 / .05);border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;color:#333}#projects-table th,#projects-table td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0}#projects-table th{background-color:#1e293b;color:#fff}.admin-thumb{width:80px;height:50px;object-fit:cover;border-radius:6px}.btn-small{padding:.4rem .8rem;font-size:.85rem;margin-right:.5rem;color:#fff;border-radius:6px}.btn-warning{background-color:#f59e0b}.btn-danger{background-color:#ef4444}