:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;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;display:flex;place-items:center;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{max-width:1280px;margin:0 auto;padding:2rem;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%;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:1000px;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:3rem;justify-content:center;align-items:center;width:100%}.nav-link{text-decoration:none;color:#4b5563;font-weight:500;transition:all .3s ease;padding:.75rem 1.25rem;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{max-width:1200px;margin:0 auto;padding:0 40px;display:flex;justify-content:center;align-items:center;min-height:80vh}.hero-text{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}.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}.hero-description{font-size:1.1rem;margin-bottom:2.5rem;color:#003459;line-height:1.7}.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}}.skill-tooltip{visibility:hidden;background-color:#333;color:#fff;text-align:center;border-radius:4px;padding:4px 8px;position:absolute;z-index:1;bottom:110%;left:50%;transform:translate(-50%);opacity:0;transition:opacity .2s;font-size:.9rem;white-space:nowrap}.skill-item:hover .skill-tooltip{visibility:visible;opacity:1}.tech-skills-container{display:flex;flex-direction:row;gap:2rem;padding:2rem 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)}.skills-description{flex:1;display:flex;flex-direction:column;justify-content:flex-start;padding:1.5rem 2rem;background:#ffffff12;background:linear-gradient(145deg,#00a8e80d,#007ea71a,#00345926);border-radius:16px;box-shadow:0 4px 15px #00171f26,0 0 15px #00a8e81a;border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden;animation:pulse-glow 3s infinite alternate}@keyframes pulse-glow{0%{box-shadow:0 4px 15px #00171f26,0 0 5px #00a8e81a}to{box-shadow:0 4px 15px #00171f26,0 0 20px #00a8e84d}}.skills-text-content{line-height:1.8;text-align:left;width:100%}.skills-text-content p{margin-bottom:1rem;position:relative;padding-left:1rem;color:#000;font-size:1rem;transition:color .3s ease;text-align:left;text-shadow:0 1px 1px rgba(255,255,255,.2)}.skills-text-content p:hover{color:#333}.skills-text-content p:before{content:"•";position:absolute;left:0;color:#000;text-align:left;font-size:1.2rem;font-weight:700}.skills-text-content p:first-child{font-size:1.15rem;font-weight:600;margin-bottom:1.2rem;color:#000;border-bottom:1px solid rgba(0,0,0,.2);padding-bottom:.7rem;padding-left:0;text-align:left}.skills-text-content p:first-child:before{content:""}.skills-text-content p:nth-child(2),.skills-text-content p:nth-child(3),.skills-text-content p:nth-child(4),.skills-text-content p:nth-child(5),.skills-text-content p:nth-child(6){color:#000}.sleek-skills{flex:1;padding:2rem 1rem;background:#ffffff12;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;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:1.8rem;justify-items:center;max-width:700px;margin:0 auto}@media screen and (max-width: 992px){.tech-skills-container{flex-direction:column;padding:1.5rem 1rem}.skills-description,.sleek-skills{flex:none;width:100%}}@media screen and (max-width: 768px){.sleek-skill-items{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(70px,1fr))}.skills-text-content p{font-size:.95rem}.skills-text-content p:first-child{font-size:1.1rem}}@media screen and (max-width: 480px){.sleek-skill-items{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(60px,1fr))}.skills-description{padding:1.2rem 1rem}.skills-text-content p{margin-bottom:.8rem;font-size:.9rem}}.project-technologies{margin:1rem 0 .5rem;display:flex;flex-wrap:wrap;gap:.5rem}.tech-button{background:linear-gradient(45deg,#00a8e8,#007ea7);color:#fff;border:none;border-radius:30px;padding:.3rem .9rem;font-size:.85rem;font-weight:500;cursor:default;box-shadow:0 2px 10px #00a8e821;transition:background .2s,box-shadow .2s,transform .2s}.tech-button:hover{background:linear-gradient(45deg,#007ea7,#00a8e8);box-shadow:0 6px 18px #00a8e82e}.projects-section{padding:6rem 0;background:transparent}.projects-section h2{text-align:center;margin-bottom:2rem;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}.projects-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;justify-items:center;margin:0 auto;max-width:1200px}.project-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:2rem;width:300px;transition:transform .2s}.project-card:hover{transform:translateY(-8px) scale(1.03)}.project-card h3{margin-top:0;margin-bottom:.7rem;font-size:1.35rem;font-weight:700;background:linear-gradient(45deg,#00a8e8,#007ea7,#003459);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.project-card{background:#ffffffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(0,23,31,.08);border-radius:22px;box-shadow:0 8px 32px #00171f21,0 2px 12px #00000014;padding:2.2rem 1.5rem 1.5rem;width:100%;max-width:370px;min-height:320px;display:flex;flex-direction:column;align-items:flex-start;transition:transform .2s,box-shadow .2s;position:relative}.tech-button:hover{background:#005bb5}.project-card a{display:inline-block;margin-top:auto;color:#fff;text-decoration:none;font-weight:700;font-size:1rem;border-radius:30px;padding:.5rem 1.2rem;background:linear-gradient(45deg,#00a8e8,#007ea7);box-shadow:0 2px 10px #00a8e821;transition:background .2s,box-shadow .2s,transform .2s}.project-card a:hover{background:linear-gradient(45deg,#007ea7,#00a8e8);text-decoration:underline;box-shadow:0 6px 18px #00a8e82e}
