:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{width:100%;margin:0 auto;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#1f2937;background:#fff;overflow-x:hidden}.home{position:relative;background:#fff;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.glass-effect{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;box-shadow:0 8px 32px #0000004d}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1faee}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}.cursor-spotlight{position:fixed;width:400px;height:400px;background:radial-gradient(circle,rgba(0,168,232,.12) 0%,rgba(0,126,167,.08) 25%,rgba(0,52,89,.05) 50%,transparent 70%);border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);transition:none;z-index:1;will-change:transform}.background-blobs{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:0}.blob{position:absolute;border-radius:50%;filter:blur(40px);animation:float 20s infinite linear;opacity:.1}.blob-1{width:300px;height:300px;background:linear-gradient(45deg,#00a8e8,#007ea7);top:20%;left:10%;animation-delay:0s}.blob-2{width:200px;height:200px;background:linear-gradient(45deg,#003459,#00171f);top:60%;right:20%;animation-delay:-7s}.blob-3{width:250px;height:250px;background:linear-gradient(45deg,#007ea7,#00a8e8);bottom:30%;left:60%;animation-delay:-14s}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(100px,-100px) rotate(120deg)}66%{transform:translate(-50px,100px) rotate(240deg)}}.scroll-arrow{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:100;cursor:pointer;transition:all .3s ease}.arrow-container{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#00a8e8;animation:pulse 2s ease-in-out infinite;transition:all .3s ease}.scroll-arrow:hover .arrow-container{color:#007ea7;transform:scale(1.1)}.arrow-container svg{width:32px;height:32px;transition:transform .3s ease}.scroll-arrow:hover .arrow-container svg{transform:translateY(-2px)}.double-scroll-arrows{position:fixed;bottom:2rem;right:2rem;z-index:110;display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.arrow-wrapper{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#00a8e8;background:#fff;border-radius:50%;box-shadow:0 2px 8px #00a8e81f;cursor:pointer;transition:all .2s;border:2px solid #e0f7fa}.arrow-wrapper:hover{color:#007ea7;background:#e0f7fa;transform:scale(1.08)}.arrow-wrapper svg{width:28px;height:28px;transition:transform .2s}.arrow-wrapper:active svg{transform:translateY(2px)}@keyframes pulse{0%{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}to{opacity:.7;transform:scale(1)}}@media (max-width: 768px){.scroll-arrow{bottom:1rem}.arrow-container{width:35px;height:35px}.arrow-container svg{width:28px;height:28px}}.navbar{position:fixed;top:1rem;left:50%;transform:translate(-50%);width:calc(100% - 2rem);max-width:1120px;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;padding:.75rem 2rem;border-radius:50px;border:1px solid rgba(0,168,232,.1);box-shadow:0 8px 32px #00171f1a,0 4px 16px #00a8e80d,inset 0 1px #fffc}.nav-container{max-width:none;margin:0;padding:0;display:flex;justify-content:center;align-items:center;position:relative;z-index:2}.nav-logo h2{background:linear-gradient(45deg,#00a8e8,#007ea7,#003459);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700;font-size:1.5rem}.nav-menu{display:flex;list-style:none;gap:clamp(1rem,3vw,2.4rem);justify-content:center;align-items:center;width:100%}.nav-link{text-decoration:none;color:#4b5563;font-weight:500;transition:all .3s ease;padding:.75rem 1rem;border-radius:30px;position:relative;font-size:.95rem}.nav-link:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,#00a8e81a,#007ea714);border-radius:30px;opacity:0;transition:opacity .3s ease;z-index:-1}.nav-link:hover{color:#00a8e8;transform:translateY(-1px)}.nav-link:hover:before{opacity:1}.hero{min-height:100vh;display:flex;align-items:center;background:transparent;color:#1f2937;padding:80px 0 120px;position:relative;z-index:2}.hero-content{width:100%;max-width:1200px;margin:0 auto;padding:0 40px;display:flex;justify-content:center;align-items:center;min-height:80vh}.hero-text{width:min(100%,900px);padding:4rem 3rem 3rem;background:#ffffffeb;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(0,23,31,.08);border-radius:32px;box-shadow:0 12px 40px #00171f1f,inset 0 1px #fffc;max-width:900px;text-align:center;gap:2rem}.hero-profile-pic{width:140px;height:140px;object-fit:cover;border-radius:50%;margin-bottom:2rem;box-shadow:0 4px 16px #0000001f;display:block;margin-left:auto;margin-right:auto}.styled-profile-pic{width:180px;height:180px;margin-bottom:0;margin-left:0;margin-right:0;border:3px solid #00a8e8;box-shadow:0 4px 16px #00a8e826;background:linear-gradient(135deg,#e0f7fa,#fff);transition:transform .2s}.styled-profile-pic:hover{transform:scale(1.07) rotate(-2deg);box-shadow:0 8px 24px #00a8e840}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2;color:#00171f;overflow-wrap:anywhere}.highlight{background:linear-gradient(45deg,#00a8e8,#007ea7,#003459,#00171f);background-size:200% 200%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradient-shift 3s ease-in-out infinite}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero-subtitle{font-size:1.5rem;font-weight:400;margin-bottom:1.5rem;color:#007ea7;overflow-wrap:anywhere}.hero-description{font-size:1.1rem;margin-bottom:2.5rem;color:#003459;line-height:1.7;overflow-wrap:anywhere}.hero-buttons{display:flex;gap:1rem}.btn{padding:.875rem 2rem;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease;display:inline-block;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.btn:hover:before{left:100%}.btn-primary{background:linear-gradient(45deg,#00a8e8,#007ea7);color:#fff;border:1px solid rgba(0,168,232,.3)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00a8e84d}.btn-secondary{background:#007ea71a;color:#003459;border:1px solid rgba(0,126,167,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#007ea733;transform:translateY(-3px);box-shadow:0 10px 25px #007ea733}.scroll-arrow{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);cursor:pointer;z-index:10;animation:pulse 2s infinite;transition:all .3s ease}.scroll-arrow:hover{transform:translate(-50%) scale(1.1)}.arrow-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;color:#00a8e8;transition:all .3s ease}.arrow-icon svg{width:32px;height:32px;filter:drop-shadow(0 2px 4px rgba(0,168,232,.3))}@keyframes pulse{0%,to{opacity:.7;transform:translate(-50%) translateY(0)}50%{opacity:1;transform:translate(-50%) translateY(-5px)}}.about{padding:6rem 0;background:transparent;position:relative;z-index:2}.about .container{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(0,23,31,.1);border-radius:25px;padding:4rem;box-shadow:0 8px 32px #00171f1a,inset 0 1px #fffc}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;background:linear-gradient(45deg,#00a8e8,#007ea7,#003459);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.about-text p{font-size:1.1rem;margin-bottom:1.5rem;color:#00171f;line-height:1.7}.about-stats{display:flex;flex-direction:column;gap:2rem}.stat{text-align:center;padding:1.5rem;background:#fff6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,168,232,.2);border-radius:15px;box-shadow:0 4px 15px #00171f1a;transition:transform .3s ease,box-shadow .3s ease}.stat:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00a8e833}.stat h3{font-size:2.5rem;font-weight:700;background:linear-gradient(45deg,#00a8e8,#007ea7);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}.stat p{color:#00171f;font-weight:500}.skills{padding:6rem 0;background:transparent;position:relative;z-index:2}.skills .container{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(0,23,31,.1);border-radius:25px;padding:4rem;box-shadow:0 8px 32px #00171f1a,inset 0 1px #fffc}.skills-sections{display:flex;flex-direction:column;gap:3rem}.skill-category{background:#fff6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:20px;border:1px solid rgba(0,168,232,.2);box-shadow:0 4px 15px #00171f1a;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.skill-category:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00a8e833}.skill-category h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(45deg,#00a8e8,#007ea7)}.sleek-skills{padding:3rem 1rem;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;box-shadow:0 8px 32px #00000021;border:1px solid rgba(255,255,255,.1)}.sleek-skill-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:2.2rem;justify-items:center;max-width:700px;margin:0 auto}.skill-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;background:#fff;border-radius:14px;box-shadow:0 2px 10px #00000014;padding:.8rem 1.1rem;min-width:70px;transition:box-shadow .2s,transform .2s}.skill-item:hover{box-shadow:0 6px 18px #0077ff21;transform:translateY(-6px) scale(1.09)}.skill-icon svg{display:block;width:40px;height:40px}.skill-item:before{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid rgba(0,0,0,.9);opacity:0;visibility:hidden;transition:all .3s ease;pointer-events:none;z-index:10}.skill-item:hover:after,.skill-item:hover:before{opacity:1;visibility:visible}.skill-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px}.skill-icon svg{width:100%;height:100%}@media (max-width: 768px){.skill-items{gap:1.5rem}.skill-item{width:60px;height:60px}.skill-icon{width:35px;height:35px}.skill-category{padding:2rem}}@media (max-width: 480px){.skill-items{gap:1rem}.skill-item{width:50px;height:50px}.skill-icon{width:30px;height:30px}}.experience-section{padding:6rem 0;background:transparent;position:relative;z-index:2}.experience-section .container{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(0,23,31,.1);border-radius:25px;padding:4rem;box-shadow:0 8px 32px #00171f1a,inset 0 1px #fffc}.experience-section .section-title{text-align:center;font-size:3rem;margin-bottom:60px;color:#1f2937;font-weight:700}.timeline{position:relative;max-width:1200px;margin:0 auto;padding:0}.timeline-line{display:none}.timeline-item{position:relative;margin-bottom:60px;display:grid;grid-template-columns:180px 1fr;gap:40px;align-items:start;padding:0}.timeline-date{position:static;width:auto;font-size:1rem;font-weight:600;color:#6b7280;text-align:left;line-height:1.4;padding-top:8px}.experience-card{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,168,232,.15);border-radius:16px;padding:32px;box-shadow:0 4px 16px #00171f14;transition:all .3s ease;position:relative;overflow:hidden;width:100%;border-left:4px solid #00a8e8}.experience-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00a8e826;border-left-color:#007ea7}.experience-header{margin-bottom:20px;text-align:left}.experience-title{font-size:1.4rem;font-weight:700;color:#1f2937;margin-bottom:8px;line-height:1.3;text-align:left}.experience-company{font-size:1.1rem;color:#00a8e8;margin-bottom:0;font-weight:600;display:flex;align-items:center;gap:8px;text-align:left;justify-content:flex-start}.experience-company:after{content:"↗";font-size:.9rem;opacity:.7}.experience-description{margin-bottom:24px;text-align:left}.experience-description p{color:#4b5563;line-height:1.6;font-size:1rem;margin:0;text-align:left}.experience-technologies{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;justify-content:flex-start;text-align:left}.tech-tag{background:linear-gradient(135deg,#00a8e8,#007ea7);color:#fff;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:600;transition:all .3s ease;border:none;box-shadow:0 2px 4px #00a8e833;text-align:center}.tech-tag:hover{background:linear-gradient(135deg,#007ea7,#005f7f);transform:translateY(-2px);box-shadow:0 4px 8px #00a8e84d}.experience-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px;justify-content:flex-start;text-align:left}.experience-link{color:#00a8e8;text-decoration:none;font-size:.9rem;font-weight:600;padding:8px 16px;border:2px solid #00a8e8;border-radius:25px;transition:all .3s ease;background:transparent;position:relative;overflow:hidden;text-align:center}.experience-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#00a8e8;transition:left .3s ease;z-index:-1}.experience-link:hover:before{left:0}.experience-link:hover{color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00a8e84d}@media (max-width: 768px){.experience-section{padding:4rem 0}.experience-section .container{padding:2.5rem}.experience-section .section-title{font-size:2.5rem;margin-bottom:40px}.timeline{padding:0}.timeline-item{grid-template-columns:1fr;gap:16px;margin-bottom:40px}.timeline-date{font-size:.9rem;color:#00a8e8;font-weight:600;padding-top:0}.experience-card{padding:24px}.experience-title{font-size:1.2rem}.experience-company{font-size:1rem}.experience-description p{font-size:.95rem}.tech-tag{font-size:.8rem;padding:5px 12px}.experience-link{font-size:.85rem;padding:7px 14px}}@media (max-width: 480px){.experience-section .container{padding:2rem}.timeline-item{margin-bottom:32px}.timeline-date{font-size:.85rem}.experience-title{font-size:1.1rem}.experience-card{padding:20px}.experience-section .section-title{font-size:2rem}.experience-technologies{gap:8px}.experience-links{gap:10px}.tech-tag{font-size:.75rem;padding:4px 10px}.experience-link{font-size:.8rem;padding:6px 12px}}.contact{padding:6rem 0;background:transparent;position:relative;z-index:2}.contact .container{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(0,23,31,.1);border-radius:25px;padding:4rem;box-shadow:0 8px 32px #00171f1a,inset 0 1px #fffc}.contact .section-title{background:linear-gradient(45deg,#00a8e8,#007ea7,#003459);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.contact-text{display:flex;align-items:center;justify-content:center;height:100%}.contact-text p{font-size:1.1rem;line-height:1.7;color:#00171f}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;background:#fff6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,168,232,.2);border-radius:15px;transition:all .3s ease}.contact-item:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00a8e833;background:#fff9}.contact-item strong{background:linear-gradient(45deg,#00a8e8,#007ea7);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:600}.contact-item a{color:#00171f;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#00a8e8}.footer{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:2rem 0;text-align:center;color:#007ea7;border-top:1px solid rgba(29,53,87,.1);position:relative;z-index:2;margin:0;width:100%}@media (max-width: 768px){.cursor-spotlight{width:400px;height:400px}.navbar{width:calc(100% - 1rem);top:.5rem;padding:.5rem 1rem}.nav-menu{display:none}.hero-content{flex-direction:column;text-align:center;gap:2rem;padding:0 1rem;min-height:60vh}.hero-text{padding:2rem;max-width:100%}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center;flex-wrap:wrap}.scroll-arrow{bottom:1.5rem}.arrow-icon{width:40px;height:40px}.about-content{grid-template-columns:1fr;gap:2rem}.about .container,.skills .container,.contact .container{padding:2rem;margin:0 1rem}.about-stats{flex-direction:row;justify-content:space-around;flex-wrap:wrap}.contact-content{grid-template-columns:1fr;gap:2rem}.skills-grid{grid-template-columns:1fr}.blob{filter:blur(30px)}.blob-1{width:200px;height:200px}.blob-2{width:150px;height:150px}.blob-3{width:180px;height:180px}}@media (max-width: 480px){.cursor-spotlight{width:300px;height:300px}.hero-title,.section-title{font-size:2rem}.about-stats{flex-direction:column;gap:1rem}.skill-category,.about .container,.skills .container,.contact .container,.hero-text{padding:1.5rem}.blob{filter:blur(20px);opacity:.05}}.technologies-section{padding:6rem 0;scroll-margin-top:90px;position:relative;z-index:2}.technologies-section .section-title{text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:700;background:linear-gradient(45deg,#00a8e8,#007ea7,#003459);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.tech-skills-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;padding:0 1.5rem}.tech-category-card{background:#ffffffe0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(0,23,31,.08);border-radius:16px;box-shadow:0 8px 28px #00171f1a,0 2px 10px #0000000f;padding:1.5rem;min-height:100%;border-top:4px solid #00a8e8}.tech-category-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.tech-category-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 42px;width:42px;height:42px;border-radius:12px;color:#007ea7;background:#00a8e81a;border:1px solid rgba(0,168,232,.15)}.tech-category-header h3{color:#1f2937;font-size:1.08rem;line-height:1.25;font-weight:700}.tech-skill-list{display:flex;flex-wrap:wrap;gap:.65rem;list-style:none}.tech-skill-item{display:inline-flex;align-items:center;gap:.45rem;max-width:100%;min-height:36px;padding:.45rem .7rem;border-radius:999px;background:#f4f9fbeb;border:1px solid rgba(0,126,167,.14);color:#33454d;font-size:.86rem;line-height:1.2;font-weight:600}.tech-skill-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 22px;width:22px;height:22px;border-radius:50%;background:#ffffffd1;font-size:.58rem;font-weight:800;letter-spacing:0}@media screen and (max-width: 768px){.technologies-section{padding:4rem 0}.technologies-section .section-title{font-size:2.3rem;margin-bottom:2.25rem}.tech-skills-container{grid-template-columns:1fr;padding:0 1rem}}@media screen and (max-width: 480px){.technologies-section .section-title{font-size:2rem}.tech-category-card{padding:1.2rem}.tech-skill-item{font-size:.8rem;padding:.42rem .62rem}}.projects-section{padding:6rem 0;background:transparent}.projects-section h2{text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:700;background:linear-gradient(45deg,#00a8e8,#007ea7,#003459);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.projects-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;align-items:stretch;margin:0 auto;max-width:1200px;padding:0 1.5rem}.project-card{position:relative;overflow:hidden;background:linear-gradient(180deg,#fffffff5,#f7fcfee6);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(0,126,167,.14);border-radius:18px;box-shadow:0 10px 30px #00171f1a,0 2px 10px #0000000f;padding:2rem;height:100%;display:flex;flex-direction:column;align-items:flex-start;transition:transform .2s,box-shadow .2s,border-color .2s}.project-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#00a8e8,#007ea7,#003459)}.project-card:hover{transform:translateY(-6px);border-color:#00a8e847;box-shadow:0 18px 42px #00171f26,0 4px 14px #00000014}.project-card-header{width:100%;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid rgba(0,126,167,.12)}.project-card h3{margin:0 0 .4rem;font-size:1.45rem;line-height:1.2;font-weight:700;background:linear-gradient(45deg,#00a8e8,#007ea7,#003459);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.project-subtitle{margin:0;color:#53656d;font-size:.92rem;line-height:1.45;font-weight:650}.project-description{margin:0;font-size:.95rem;line-height:1.6;color:#33454d;flex:1 1 auto}.project-technologies{margin:1.4rem 0 1.6rem;display:flex;flex-wrap:wrap;gap:.5rem}.tech-button{background:#00a8e814;color:#006a8e;border:1px solid rgba(0,126,167,.14);border-radius:30px;padding:.34rem .78rem;font-size:.8rem;font-weight:650;cursor:default;box-shadow:none;transition:background .2s,border-color .2s,color .2s}.tech-button:hover{background:#00a8e824;border-color:#007ea738;color:#003459}.project-links{margin-top:auto;display:flex;flex-wrap:wrap;gap:.75rem;width:100%}.project-card a{flex:1 1 0;text-align:center;white-space:nowrap;color:#fff;text-decoration:none;font-weight:600;font-size:.95rem;border-radius:12px;padding:.6rem 1.2rem;background:linear-gradient(45deg,#00a8e8,#007ea7);box-shadow:0 2px 10px #00a8e821;transition:background .2s,box-shadow .2s,color .2s,border-color .2s}.project-card a:hover{background:linear-gradient(45deg,#007ea7,#00a8e8);box-shadow:0 6px 18px #00a8e838}.project-card a.project-link-secondary{background:#ffffffb8;color:#007ea7;border:1.5px solid #00a8e8;box-shadow:none}.project-card a.project-link-secondary:hover{background:#00a8e81a;color:#006a8e;box-shadow:0 4px 14px #00a8e82e}@media screen and (max-width: 480px){.projects-list{grid-template-columns:1fr;padding:0 1rem}.project-card{padding:1.4rem}.project-card h3{font-size:1.25rem}.project-links{flex-direction:column}}.certifications-section{padding:6rem 0;background:transparent;scroll-margin-top:90px;position:relative;z-index:2}.certifications-section .section-title{text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:700;background:linear-gradient(45deg,#00a8e8,#007ea7,#003459);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;max-width:1200px;margin:0 auto;padding:0 1.5rem}.certification-card{display:grid;grid-template-columns:52px 1fr;gap:1rem;align-items:start;min-height:148px;padding:1.5rem;background:#ffffffe6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(0,23,31,.08);border-radius:16px;box-shadow:0 8px 28px #00171f1a,0 2px 10px #0000000f;transition:transform .2s,box-shadow .2s}.certification-card:hover{transform:translateY(-5px);box-shadow:0 14px 34px #00171f29,0 4px 12px #00000014}.certification-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;color:#007ea7;background:#00a8e81a;border:1px solid rgba(0,168,232,.16)}.certification-content{min-width:0}.certification-type{display:inline-flex;margin-bottom:.6rem;padding:.25rem .6rem;border-radius:999px;color:#006a8e;background:#00a8e81a;font-size:.72rem;line-height:1;font-weight:800;text-transform:uppercase;letter-spacing:0}.certification-card h3{color:#1f2937;font-size:1.08rem;line-height:1.28;font-weight:700;margin:0 0 .45rem}.certification-card p{color:#4b5563;font-size:.92rem;line-height:1.45;margin:0}@media screen and (max-width: 768px){.certifications-section{padding:4rem 0}.certifications-section .section-title{font-size:2.3rem;margin-bottom:2.25rem}.certifications-grid{padding:0 1rem}}@media screen and (max-width: 480px){.certifications-section .section-title{font-size:2rem}.certification-card{grid-template-columns:44px 1fr;gap:.85rem;padding:1.2rem}.certification-icon{width:44px;height:44px}}
