@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";.header{position:fixed;top:0;left:0;right:0;z-index:100;padding:0;pointer-events:none}.menu-btn{position:fixed;top:1.25rem;right:1.25rem;width:56px;height:56px;background:#1e1e1ed9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(240,248,255,.12);border-radius:16px;cursor:pointer;z-index:1001;transition:all .4s cubic-bezier(.25,.8,.25,1);pointer-events:auto;box-shadow:0 4px 24px #00000040,0 0 0 1px #ffffff08 inset}.menu-btn:hover{background:#232323f2;border-color:#f0f8ff40;transform:scale(1.05);box-shadow:0 8px 32px #00000059,0 0 20px #f0f8ff1a}.menu-btn__burger{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:2px;background:#f0f8ff;transition:all .4s cubic-bezier(.25,.8,.25,1);border-radius:2px}.menu-btn__burger:before,.menu-btn__burger:after{content:"";position:absolute;left:0;width:100%;height:2px;background:#f0f8ff;transition:all .4s cubic-bezier(.25,.8,.25,1);border-radius:2px}.menu-btn__burger:before{top:-8px;width:65%}.menu-btn__burger:after{bottom:-8px;width:80%}.menu-btn--open{background:#f0f8ff1f;border-color:#f0f8ff4d;transform:rotate(0)}.menu-btn--open .menu-btn__burger{background:transparent}.menu-btn--open .menu-btn__burger:before{top:0;width:100%;transform:rotate(45deg);background:#f0f8ff}.menu-btn--open .menu-btn__burger:after{bottom:0;width:100%;transform:rotate(-45deg);background:#f0f8ff}.menu-btn__shortcut{position:absolute;bottom:-28px;left:50%;transform:translate(-50%);font-size:.65rem;color:#ffffffb3;opacity:0;transition:opacity .3s ease,transform .3s ease;white-space:nowrap;background:#141414f2;padding:4px 10px;border-radius:6px;border:1px solid rgba(240,248,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:none}.menu-btn:hover .menu-btn__shortcut{opacity:1;transform:translate(-50%) translateY(2px)}.nav{position:fixed;top:0;right:0;width:100%;max-width:360px;height:100vh;height:100dvh;background:#141414f7;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);z-index:1000;display:flex;flex-direction:column;justify-content:center;border-left:1px solid rgba(240,248,255,.08);box-shadow:-20px 0 60px #00000080,-5px 0 20px #0000004d;pointer-events:auto}.nav:before{content:"";position:absolute;top:0;left:0;right:0;height:120px;background:linear-gradient(to bottom,rgba(240,248,255,.03),transparent);pointer-events:none}.nav__list{list-style:none;padding:2rem;width:100%}.nav__item{margin-bottom:.35rem}.nav__item:last-child{margin-bottom:0}.nav__link{display:flex;align-items:center;gap:1.125rem;padding:1.1rem 1.5rem;font-size:1.05rem;font-weight:500;color:#ffffffb3;border-radius:14px;transition:all .35s cubic-bezier(.25,.8,.25,1);position:relative;overflow:hidden;letter-spacing:.01em}.nav__link:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%) scaleY(0);width:4px;height:50%;background:linear-gradient(to bottom,#f0f8ff,#f0f8ff80);border-radius:0 4px 4px 0;transition:all .35s cubic-bezier(.25,.8,.25,1)}.nav__link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(240,248,255,.08),transparent);opacity:0;transition:opacity .35s ease;border-radius:14px}.nav__link:hover{color:#fff;padding-left:1.75rem;background:#f0f8ff0f}.nav__link:hover:before{transform:translateY(-50%) scaleY(1)}.nav__link:hover:after{opacity:1}.nav__link:hover .nav__icon{color:#f0f8ff;transform:scale(1.15) translate(2px)}.nav__link--active{color:#fff;background:#f0f8ff1a;padding-left:1.75rem}.nav__link--active:before{transform:translateY(-50%) scaleY(1)}.nav__link--active:after{opacity:1}.nav__link--active .nav__icon{color:#f0f8ff}.nav__icon{font-size:1.35rem;color:#ffffff80;transition:all .35s cubic-bezier(.25,.8,.25,1);flex-shrink:0}.nav__label{flex:1}.nav__shortcut{font-size:.7rem;color:#fff6;background:#f0f8ff0d;padding:3px 8px;border-radius:5px;border:1px solid rgba(240,248,255,.1);opacity:.6;transition:all .3s ease}.nav__link:hover .nav__shortcut{opacity:1;color:#f0f8ff;border-color:#f0f8ff40}.nav__footer{position:absolute;bottom:2rem;left:0;right:0;padding:0 2rem;text-align:center}.nav__hint{font-size:.75rem;color:#ffffff80;letter-spacing:.02em}.nav__hint kbd{display:inline-block;padding:2px 6px;margin:0 2px;background:#f0f8ff14;border:1px solid rgba(240,248,255,.15);border-radius:4px;font-family:inherit;font-size:.7rem;color:#f0f8ff}.nav-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:999;pointer-events:auto}@media (max-width: 576px){.menu-btn{top:1rem;right:1rem;width:50px;height:50px;border-radius:14px}.menu-btn__burger{width:20px}.menu-btn__burger:before{top:-7px}.menu-btn__burger:after{bottom:-7px}.nav{max-width:100%}.nav__list{padding:1.5rem}.nav__link{padding:1rem 1.25rem;font-size:1rem}}.footer{position:relative;z-index:1;padding:2rem 1.5rem;background:#27272799;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(240,248,255,.1)}.footer__container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.footer__copyright{color:#ffffffb3;font-size:.85rem;transition:color .3s ease-out}.footer__copyright:hover{color:#f0f8ff}.footer__shortcuts{margin-top:.25rem}.footer__shortcut-hint{font-size:.75rem;color:#fff9}.footer__shortcut-hint kbd{display:inline-block;padding:.15rem .4rem;background:#f0f8ff1a;border:1px solid rgba(240,248,255,.2);border-radius:4px;font-family:inherit;font-size:.7rem;color:#f0f8ff;margin:0 .15rem}@media (max-width: 576px){.footer{padding:1.5rem 1rem}}.particles-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.particles-background canvas{position:absolute;top:0;left:0;width:100%!important;height:100%!important;pointer-events:none}.layout{display:flex;flex-direction:column;min-height:100vh;position:relative;background:transparent}.main-content{flex:1;position:relative;z-index:1;background:transparent}.typewriter{display:inline}.typewriter__cursor{display:inline-block;margin-left:2px;color:#f0f8ff;font-weight:400}.home{min-height:100vh;padding:8vh 6vw;display:flex;align-items:center;justify-content:center;overflow:hidden;background:transparent;position:relative}.home__container{max-width:1300px;width:100%;margin:0 auto;display:flex;flex-direction:column-reverse;align-items:center;gap:4rem}@media screen and (min-width: 992px){.home__container{flex-direction:row;justify-content:space-between;gap:6rem}}.home__content{flex:1;z-index:1;display:flex;flex-direction:column;gap:1.25rem;opacity:0;transform:translateY(30px);animation:fadeInUp 1s cubic-bezier(.25,.46,.45,.94) forwards .2s;position:relative;padding:2.5rem;background:#27272799;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(240,248,255,.1);border-radius:24px;box-shadow:0 8px 32px #0003;text-align:center}@media screen and (min-width: 992px){.home__content{text-align:left;padding:3rem}}.home__content:before{content:"";position:absolute;width:200px;height:200px;background:radial-gradient(circle at center,rgba(240,248,255,.15),transparent 70%);filter:blur(60px);top:-80px;left:-80px;z-index:-1;pointer-events:none}.home__content .intro-text{max-width:600px;color:#ffffffb3;margin:0;font-size:1.05rem;line-height:1.8;position:relative;z-index:1}.home__greeting{font-size:1rem;font-weight:500;color:#f0f8ff;letter-spacing:2px;text-transform:uppercase;margin-bottom:.5rem}.home__name{font-size:clamp(2.5rem,5vw,4rem);margin:0;font-weight:800;position:relative;z-index:1;line-height:1.1;letter-spacing:-.03em}.home__name--last{color:#f0f8ff;position:relative;display:inline-block}.home__title{color:#ffffffb3;background-color:transparent;font-size:1.25rem;font-weight:400;margin:.5rem 0 1rem;padding:0;display:block;position:relative;z-index:1;line-height:1.5}.home__socials{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:.75rem;margin:.5rem 0 1.5rem;justify-content:center}@media screen and (min-width: 992px){.home__socials{justify-content:flex-start}}.home__social-link{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1);position:relative;border-radius:12px;background:#f0f8ff14;color:#fff;border:1px solid rgba(240,248,255,.15);overflow:hidden}.home__social-link svg{font-size:1.25rem;color:#f0f8ff;transition:all .3s cubic-bezier(.25,.8,.25,1)}.home__social-link span{display:none}.home__social-link:hover{transform:translateY(-4px);box-shadow:0 8px 25px #f0f8ff40;background:#f0f8ff;border-color:#f0f8ff}.home__social-link:hover svg{color:#272727;transform:scale(1.1)}.home__cta{display:inline-flex;align-items:center;gap:.75rem;background:#f0f8ff;color:#272727;font-weight:600;padding:1rem 2rem;font-size:1rem;border-radius:12px;margin-top:.5rem;box-shadow:0 4px 20px #0003;transition:all .3s cubic-bezier(.25,.8,.25,1);border:none;position:relative;overflow:hidden;z-index:1;text-decoration:none;align-self:center}@media screen and (min-width: 992px){.home__cta{align-self:flex-start}}.home__cta: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}.home__cta:hover{transform:translateY(-4px);box-shadow:0 12px 35px #f0f8ff59;color:#272727}.home__cta:hover:before{left:100%}.home__cta:hover svg{transform:translate(4px)}.home__cta svg{transition:transform .3s cubic-bezier(.25,.8,.25,1)}.home__image-wrapper{flex-basis:40%;max-width:400px;z-index:1;position:relative;opacity:0;transform:translateY(30px) scale(.95);animation:fadeInUp 1s cubic-bezier(.25,.46,.45,.94) forwards .4s;perspective:1000px}@media screen and (min-width: 992px){.home__image-wrapper{flex-shrink:0}}.home__image-wrapper:before{content:"";position:absolute;width:100%;height:100%;background:radial-gradient(circle at center,rgba(240,248,255,.15),transparent 60%);filter:blur(60px);z-index:-1;pointer-events:none}.home__image-container{position:relative;width:260px;height:260px;border-radius:50%;overflow:hidden;border:3px solid rgba(240,248,255,.3);box-shadow:0 20px 60px #0000004d}@media screen and (min-width: 768px){.home__image-container{width:320px;height:320px}}@media screen and (min-width: 992px){.home__image-container{width:380px;height:380px}}.home__image-container:before{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;background:linear-gradient(135deg,rgba(240,248,255,.5),transparent 50%,rgba(240,248,255,.3));animation:spin 12s linear infinite;z-index:-1}.home__image{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.175,.885,.32,1.275)}.home__image:hover{transform:scale(1.05)}.home__image-glow{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;box-shadow:inset 0 0 60px #f0f8ff33;pointer-events:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 992px){.home{padding:10vh 5vw}.home__container{gap:3rem}.home__content{width:100%;align-items:center;text-align:center}.home__image-wrapper{max-width:280px}}@media (max-width: 576px){.home{padding:8vh 4vw}.home__content{padding:1.75rem}.home__image-wrapper{max-width:220px}.home__cta{padding:.875rem 1.5rem;font-size:.95rem}}.experience{min-height:100vh;padding:4rem 1.5rem}.experience__container{max-width:900px;margin:0 auto}.experience__timeline{position:relative;padding-left:2.5rem}.experience__timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#f0f8ff,#f0f8ff1a);border-radius:1px}@media screen and (min-width: 768px){.experience__timeline{padding-left:3.5rem}}.experience__card{position:relative;background:#1e1e1ebf;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(240,248,255,.1);border-radius:16px;padding:1.75rem;margin-bottom:1.75rem;transition:all .3s ease-out;box-shadow:0 4px 20px #00000026}.experience__card:before{content:"";position:absolute;left:-2.5rem;top:2rem;width:14px;height:14px;background:#272727;border:3px solid aliceblue;border-radius:50%;transform:translate(-50%);box-shadow:0 0 0 4px #f0f8ff26;transition:all .3s ease-out}@media screen and (min-width: 768px){.experience__card:before{left:-3.5rem}}.experience__card:hover{border-color:#f0f8ff40;transform:translate(6px);box-shadow:0 15px 35px #00000026,0 0 25px #f0f8ff0d}.experience__card:hover:before{background:#f0f8ff;box-shadow:0 0 0 6px #f0f8ff33,0 0 20px #f0f8ff66}.experience__card--expanded{border-color:#f0f8ff4d}.experience__card--expanded:before{animation:pulse-dot 1.5s ease-in-out infinite}.experience__header{display:flex;align-items:flex-start;gap:1.25rem}.experience__logo{width:52px;height:52px;object-fit:contain;border-radius:12px;background:#f0f8ff14;padding:.5rem;flex-shrink:0}@media screen and (min-width: 768px){.experience__logo{width:60px;height:60px}}.experience__info{flex:1;min-width:0}.experience__meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.625rem;font-size:.8rem}.experience__period{color:#f0f8ff;background:#f0f8ff1f;padding:.3rem .75rem;border-radius:6px;font-weight:600;letter-spacing:.02em}.experience__position{color:#ffffffb3;background:#f0f8ff0f;padding:.3rem .75rem;border-radius:6px}.experience__company{font-size:1.2rem;font-weight:600;margin:0}.experience__company a{display:inline-flex;align-items:center;gap:.5rem;color:#fff;transition:color .3s}.experience__company a svg{font-size:.75rem;opacity:0;transition:all .3s;transform:translate(-4px)}.experience__company a:hover{color:#f0f8ff}.experience__company a:hover svg{opacity:1;transform:translate(0)}.experience__toggle{background:#f0f8ff14;border:1px solid rgba(240,248,255,.15);width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-out;flex-shrink:0}.experience__toggle svg{color:#ffffffb3;transition:all .3s ease-out}.experience__toggle:hover{background:#f0f8ff26;border-color:#f0f8ff4d}.experience__toggle:hover svg{color:#f0f8ff}.experience__toggle--active{background:#f0f8ff26;border-color:#f0f8ff4d}.experience__toggle--active svg{color:#f0f8ff;transform:rotate(180deg)}.experience__details{overflow:hidden;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid rgba(240,248,255,.1)}.experience__tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.experience__tags .tag{font-size:.75rem;padding:.25rem .6rem;background:#f0f8ff14;border:1px solid rgba(240,248,255,.12);border-radius:5px;color:#ffffffb3}.experience__responsibilities{list-style:none;padding:0;margin:0}.experience__responsibilities li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:#ffffffb3;line-height:1.7;font-size:.95rem}.experience__responsibilities li:before{content:"";position:absolute;left:0;top:.6rem;width:6px;height:6px;background:#f0f8ff;border-radius:50%}.experience__responsibilities li:last-child{margin-bottom:0}@keyframes pulse-dot{0%,to{box-shadow:0 0 0 6px #f0f8ff33,0 0 20px #f0f8ff66}50%{box-shadow:0 0 0 10px #f0f8ff1a,0 0 30px #f0f8ff99}}.projects{min-height:100vh;padding:4rem 1.5rem}.projects__container{max-width:1200px;margin:0 auto}.projects__controls{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2.5rem}@media screen and (min-width: 768px){.projects__controls{flex-direction:row;align-items:center;justify-content:space-between}}.projects__search{position:relative;flex:1;max-width:400px}.projects__search-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:#ffffffb3;font-size:1rem}.projects__search-input{width:100%;padding:.875rem 1rem .875rem 3rem;background:#232323e6;border:1px solid rgba(240,248,255,.15);border-radius:12px;color:#fff;font-size:.95rem;transition:all .3s ease-out;box-shadow:inset 0 2px 4px #0000001a}.projects__search-input::placeholder{color:#fff9}.projects__search-input:focus{outline:none;border-color:#f0f8ff66;background:#282828;box-shadow:0 0 0 4px #f0f8ff1a}.projects__search-clear{position:absolute;right:.875rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#ffffffb3;cursor:pointer;padding:.25rem;transition:color .3s}.projects__search-clear:hover{color:#f0f8ff}.projects__filters{display:flex;gap:.5rem;flex-wrap:wrap}.projects__filter-btn{padding:.625rem 1.25rem;background:#f0f8ff0d;border:1px solid rgba(240,248,255,.15);border-radius:10px;color:#ffffffb3;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease-out}.projects__filter-btn:hover{border-color:#f0f8ff59;color:#f0f8ff;background:#f0f8ff1a}.projects__filter-btn--active{background:#f0f8ff26;border-color:#f0f8ff66;color:#f0f8ff}.projects__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.75rem}@media (max-width: 400px){.projects__grid{grid-template-columns:1fr}}.projects__empty{text-align:center;padding:5rem 2rem;color:#ffffffb3}.projects__empty svg{font-size:3.5rem;margin-bottom:1.25rem;opacity:.4}.projects__empty h3{color:#fff;margin-bottom:.5rem;font-weight:600}.project-card{background:#1e1e1ebf;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(240,248,255,.1);border-radius:16px;overflow:hidden;transition:all .3s ease-out;box-shadow:0 4px 20px #00000026}.project-card:hover{border-color:#f0f8ff40;transform:translateY(-4px);box-shadow:0 20px 40px #0003,0 0 30px #f0f8ff0d}.project-card:hover .project-card__overlay{opacity:1}.project-card:hover .project-card__image img{transform:scale(1.08)}.project-card__image{position:relative;height:200px;overflow:hidden;background:#27272780}.project-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease-out}.project-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#272727d9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease-out}.project-card__links{display:flex;gap:1rem}.project-card__link{width:48px;height:48px;background:#f0f8ff;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#272727;font-size:1.2rem;transition:all .3s ease-out}.project-card__link:hover{transform:scale(1.1) rotate(-5deg);box-shadow:0 8px 20px #f0f8ff4d}.project-card__content{padding:1.5rem}.project-card__meta{margin-bottom:.75rem}.project-card__year{font-size:.8rem;font-weight:600;color:#f0f8ff;background:#f0f8ff1f;padding:.3rem .75rem;border-radius:6px;letter-spacing:.02em}.project-card__title{font-size:1.2rem;font-weight:600;margin-bottom:.875rem;color:#fff;line-height:1.4}.project-card__tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.project-card__tags .tag{font-size:.7rem;padding:.25rem .6rem;background:#f0f8ff14;border:1px solid rgba(240,248,255,.12);border-radius:5px;color:#ffffffb3}.project-card__description{font-size:.9rem;color:#ffffffb3;line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0}.certifications{min-height:100vh;padding:4rem 1.5rem}.certifications__container{max-width:1200px;margin:0 auto}.certifications__controls{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2.5rem}@media screen and (min-width: 768px){.certifications__controls{flex-direction:row;align-items:center;justify-content:space-between}}.certifications__search{position:relative;flex:1;max-width:400px}.certifications__search-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:#ffffffb3}.certifications__search-input{width:100%;padding:.875rem 1rem .875rem 3rem;background:#232323e6;border:1px solid rgba(240,248,255,.15);border-radius:12px;color:#fff;font-size:.95rem;transition:all .3s ease-out;box-shadow:inset 0 2px 4px #0000001a}.certifications__search-input::placeholder{color:#fff9}.certifications__search-input:focus{outline:none;border-color:#f0f8ff66;background:#282828;box-shadow:0 0 0 4px #f0f8ff1a}.certifications__search-clear{position:absolute;right:.875rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#ffffffb3;cursor:pointer;transition:color .3s}.certifications__search-clear:hover{color:#f0f8ff}.certifications__filters{display:flex;gap:.5rem;flex-wrap:wrap}.certifications__filter-btn{padding:.625rem 1.25rem;background:#f0f8ff0d;border:1px solid rgba(240,248,255,.15);border-radius:10px;color:#ffffffb3;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease-out}.certifications__filter-btn:hover{border-color:#f0f8ff59;color:#f0f8ff;background:#f0f8ff1a}.certifications__filter-btn--active{background:#f0f8ff26;border-color:#f0f8ff66;color:#f0f8ff}.certifications__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.75rem}@media (max-width: 400px){.certifications__grid{grid-template-columns:1fr}}.certifications__empty{text-align:center;padding:5rem 2rem;color:#ffffffb3}.certifications__empty svg{font-size:3.5rem;margin-bottom:1.25rem;opacity:.4}.certifications__empty h3{color:#fff;margin-bottom:.5rem;font-weight:600}.cert-card{background:#1e1e1ebf;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(240,248,255,.1);border-radius:16px;overflow:hidden;transition:all .3s ease-out;box-shadow:0 4px 20px #00000026}.cert-card:hover{border-color:#f0f8ff40;transform:translateY(-4px);box-shadow:0 20px 40px #0003,0 0 30px #f0f8ff0d}.cert-card:hover .cert-card__overlay{opacity:1}.cert-card__image{position:relative;min-height:180px;height:auto;overflow:hidden;cursor:pointer;background:#27272780}.cert-card__image img{width:100%;height:auto;object-fit:contain;object-position:center;transition:transform .5s ease-out;display:block}.cert-card__image:hover img{transform:scale(1.05)}.cert-card__badge{position:absolute;top:1rem;right:1rem;padding:.3rem .875rem;background:#f0f8ff;color:#272727;font-size:.7rem;font-weight:600;border-radius:6px;letter-spacing:.02em;text-transform:uppercase}.cert-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#272727bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease-out}.cert-card__overlay svg{font-size:2rem;color:#f0f8ff}.cert-card__content{padding:1.5rem}.cert-card__date{font-size:.8rem;color:#f0f8ff;font-weight:600;letter-spacing:.02em}.cert-card__title{font-size:1.1rem;font-weight:600;margin:.5rem 0;color:#fff;line-height:1.4}.cert-card__description{font-size:.9rem;color:#ffffffb3;line-height:1.7;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.cert-card__link{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f0f8ff1a;border:1px solid rgba(240,248,255,.15);color:#f0f8ff;border-radius:8px;font-size:.85rem;font-weight:500;margin-bottom:1rem;transition:all .3s ease-out}.cert-card__link:hover{background:#f0f8ff;color:#272727;border-color:#f0f8ff}.cert-card__footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid rgba(240,248,255,.1)}.cert-card__issuer{display:flex;align-items:center;gap:.5rem}.cert-card__issuer img{width:24px;height:24px;object-fit:contain}.cert-card__issuer span{font-size:.8rem;color:#ffffffb3}.cert-card__tag{font-size:.7rem;padding:.25rem .6rem;background:#f0f8ff14;border:1px solid rgba(240,248,255,.1);border-radius:5px;color:#ffffffb3}.cert-preview{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:2rem}.cert-preview__content{position:relative;max-width:90vw;max-height:90vh}.cert-preview__content img{max-width:100%;max-height:85vh;border-radius:12px;box-shadow:0 25px 60px #00000080}.cert-preview__close{position:absolute;top:-3rem;right:0;background:#f0f8ff1a;border:1px solid rgba(240,248,255,.2);color:#fff;font-size:1.25rem;cursor:pointer;width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:all .3s ease-out}.cert-preview__close:hover{background:#f0f8ff26;color:#f0f8ff}.skills-page{min-height:100vh;padding:4rem 0}.skills-page__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.skills-page .section-header{text-align:center;margin-bottom:3rem}.skills-page .section-header h2{font-size:clamp(2rem,5vw,2.75rem);font-weight:700;margin-bottom:1.25rem;color:#fff}.skills-page .section-header h2 span{color:#f0f8ff}.skills-page .section-header .intro-text{max-width:600px;margin:0 auto;color:#ffffffb3;font-size:1.05rem;line-height:1.7}.skills-page__controls{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem;align-items:center}.skills-page__search{position:relative;width:100%;max-width:400px}.skills-page__search-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:#ffffffb3}.skills-page__search-input{width:100%;padding:.875rem 1rem .875rem 3rem;background:#232323e6;border:1px solid rgba(240,248,255,.15);border-radius:12px;color:#fff;font-size:.95rem;transition:all .3s ease-out;box-shadow:inset 0 2px 4px #0000001a}.skills-page__search-input::placeholder{color:#fff9}.skills-page__search-input:focus{outline:none;border-color:#f0f8ff66;background:#282828;box-shadow:0 0 0 4px #f0f8ff1a}.skills-page__search-clear{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#ffffffb3;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color .3s}.skills-page__search-clear:hover{color:#f0f8ff}.skills-page__tabs{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.skills-page__tab{padding:.625rem 1.5rem;background:#f0f8ff0d;border:1px solid rgba(240,248,255,.15);border-radius:10px;color:#ffffffb3;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease-out}.skills-page__tab:hover{border-color:#f0f8ff59;color:#f0f8ff;background:#f0f8ff1a}.skills-page__tab--active{background:#f0f8ff;border-color:#f0f8ff;color:#272727;font-weight:600}.skills-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.25rem}.skills-page__empty{text-align:center;padding:5rem 1.5rem;color:#ffffffb3}.skills-page__empty svg{font-size:3.5rem;margin-bottom:1.25rem;opacity:.4}.skills-page__empty h3{font-size:1.4rem;margin-bottom:.75rem;color:#fff;font-weight:600}.skills-page__empty p{font-size:1rem}.skill-card{position:relative;background:#1e1e1ebf;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(240,248,255,.1);border-radius:14px;padding:1.75rem 1.25rem 3.5rem;cursor:pointer;overflow:hidden;transition:border-color .3s ease-out,box-shadow .3s ease-out;min-height:140px;box-shadow:0 4px 20px #00000026}.skill-card:hover{border-color:#f0f8ff4d;box-shadow:0 15px 35px #00000026,0 0 25px #f0f8ff14}.skill-card:hover .skill-card__icon{transform:scale(1.1)}.skill-card:hover .skill-card__back{opacity:1;transform:translateY(0)}.skill-card:focus{outline:2px solid aliceblue;outline-offset:2px}.skill-card:focus-visible{outline:2px solid aliceblue;outline-offset:2px}.skill-card__front{display:flex;flex-direction:column;align-items:center;gap:.75rem}.skill-card__icon{font-size:2.5rem;color:#f0f8ff;transition:transform .3s ease-out}.skill-card__name{font-size:.9rem;font-weight:600;color:#fff;text-align:center;line-height:1.3}.skill-card__back{position:absolute;bottom:0;left:0;right:0;padding:.5rem 1rem .75rem;background:#272727f2;opacity:0;transform:translateY(100%);transition:all .3s ease-out}.skill-card__progress{height:4px;background:#f0f8ff26;border-radius:2px;overflow:hidden;margin-bottom:.25rem}.skill-card__progress-bar{height:100%;background:linear-gradient(90deg,#f0f8ff,#f0f8ffb3);border-radius:2px;transition:width .6s ease-out}.skill-card__level{font-size:.75rem;color:#f0f8ff;text-align:center;font-weight:600}.skill-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem}.skill-modal__content{background:#272727;border:1px solid rgba(240,248,255,.2);border-radius:20px;padding:2.5rem;max-width:480px;width:100%;position:relative;max-height:85vh;overflow-y:auto;box-shadow:0 25px 60px #0006}.skill-modal__close{position:absolute;top:1rem;right:1rem;background:#f0f8ff1a;border:none;color:#ffffffb3;font-size:1.25rem;cursor:pointer;padding:.5rem;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:all .3s ease-out}.skill-modal__close:hover{background:#f0f8ff26;color:#f0f8ff;transform:rotate(90deg)}.skill-modal__header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.skill-modal__icon{font-size:3.5rem;color:#f0f8ff}.skill-modal__title{font-size:1.75rem;font-weight:700;color:#fff}.skill-modal__progress{margin-bottom:1.75rem}.skill-modal__progress-bar{height:8px;background:#f0f8ff26;border-radius:4px;overflow:hidden;margin-bottom:.75rem}.skill-modal__progress-fill{height:100%;background:#f0f8ff;border-radius:4px}.skill-modal__level{font-size:.95rem;color:#f0f8ff;font-weight:600}.skill-modal__description{color:#ffffffb3;line-height:1.75;font-size:1rem;margin-bottom:1.75rem}.skill-modal__projects h4{font-size:1rem;color:#fff;margin-bottom:.75rem;font-weight:600}.skill-modal__projects ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem}.skill-modal__projects li{padding:.5rem 1rem;background:#f0f8ff14;border:1px solid rgba(240,248,255,.15);border-radius:8px;font-size:.85rem;color:#f0f8ff}.skill-modal__project-link{display:flex!important;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease-out}.skill-modal__project-link:hover{background:#f0f8ff33!important;border-color:#f0f8ff66!important;transform:translateY(-2px);box-shadow:0 4px 12px #f0f8ff26}.skill-modal__project-icon{font-size:.7rem;opacity:.6;transition:opacity .3s}.skill-modal__project-link:hover .skill-modal__project-icon{opacity:1}@media (max-width: 768px){.skills-page{padding-top:3rem}.skills-page__grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:1rem}.skill-card{padding:1.5rem 1rem}.skill-card__icon{font-size:2.25rem}.skill-card__name{font-size:.85rem}.skill-modal__content{padding:2rem 1.5rem}.skill-modal__header{flex-direction:column;text-align:center;gap:1rem}.skill-modal__icon{font-size:2.75rem}.skill-modal__title{font-size:1.5rem}}.about-page{min-height:100vh;padding:4rem 0}.about-page__container{max-width:960px;margin:0 auto;padding:0 1.5rem}.about-page__hero{display:flex;align-items:center;gap:3.5rem;margin-bottom:4rem}@media (max-width: 768px){.about-page__hero{flex-direction:column;text-align:center;gap:2.5rem}}.about-page__image-wrapper{flex-shrink:0;width:260px;height:260px;border-radius:24px;overflow:hidden;border:2px solid rgba(240,248,255,.2);box-shadow:0 25px 50px #00000040,0 0 40px #f0f8ff1a;transform-style:preserve-3d}.about-page__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease-out}.about-page__image:hover{transform:scale(1.06)}.about-page__intro{flex:1}.about-page__name{font-size:clamp(2.25rem,5vw,3rem);font-weight:700;color:#fff;margin-bottom:.5rem;letter-spacing:-.02em}.about-page__name span{color:#f0f8ff}.about-page__title{font-size:1.25rem;color:#ffffffb3;font-weight:500;margin-bottom:1rem}.about-page__tagline{font-size:1rem;color:#ffffffb3;line-height:1.7;margin-bottom:1.5rem}.about-page__social{display:flex;gap:.75rem}@media (max-width: 768px){.about-page__social{justify-content:center}}.about-page__social-link{width:46px;height:46px;display:flex;align-items:center;justify-content:center;background:#f0f8ff14;border:1px solid rgba(240,248,255,.15);border-radius:12px;color:#f0f8ff;font-size:1.2rem;transition:all .3s ease-out}.about-page__social-link:hover{background:#f0f8ff;color:#272727;transform:translateY(-4px);box-shadow:0 12px 25px #f0f8ff40}.about-page__bio{margin-bottom:4rem;padding:2.5rem;background:#1e1e1ed9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(240,248,255,.12);border-radius:20px;box-shadow:0 8px 32px #0003}.about-page__bio h3{font-size:1.5rem;color:#fff;margin-bottom:1.25rem;position:relative;display:inline-block;font-weight:600}.about-page__bio h3:after{content:"";position:absolute;bottom:-6px;left:0;width:50px;height:3px;background:#f0f8ff;border-radius:2px}.about-page__bio p{color:#ffffffb3;font-size:1.05rem;line-height:1.8}.about-page__highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:4rem}.about-page__highlight{padding:2rem;background:#1e1e1ebf;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(240,248,255,.1);border-radius:16px;text-align:center;transition:all .3s ease-out;box-shadow:0 4px 20px #00000026}.about-page__highlight:hover{border-color:#f0f8ff40;transform:translateY(-4px);box-shadow:0 15px 35px #0003,0 0 25px #f0f8ff14}.about-page__highlight-icon{font-size:2.25rem;margin-bottom:1rem;display:block}.about-page__highlight h4{font-size:1.1rem;color:#fff;margin-bottom:.625rem;font-weight:600}.about-page__highlight p{font-size:.9rem;color:#ffffffb3;line-height:1.7}.about-page__contact{padding:3rem;background:#191919f2;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(240,248,255,.12);border-radius:24px;text-align:center;margin-bottom:2.5rem;box-shadow:0 12px 40px #0000004d,inset 0 1px #ffffff08;position:relative;overflow:hidden}.about-page__contact:before{content:"";position:absolute;top:0;left:0;right:0;height:150px;background:linear-gradient(to bottom,rgba(240,248,255,.03),transparent);pointer-events:none}.about-page__contact h3{font-size:1.75rem;color:#fff;margin-bottom:1rem;font-weight:600;position:relative}.about-page__contact-intro{max-width:550px;margin:0 auto 2rem;color:#ffffffb3;font-size:1rem;line-height:1.7;position:relative}.about-page__contact-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem;position:relative}.about-page__email-btn,.about-page__form-toggle,.about-page__resume-btn{display:inline-flex;align-items:center;gap:.625rem;padding:.9rem 1.75rem;border-radius:12px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease-out;text-decoration:none}.about-page__email-btn{background:transparent;border:1px solid rgba(240,248,255,.4);color:#f0f8ff}.about-page__email-btn:hover{background:#f0f8ff;color:#272727;border-color:#f0f8ff;box-shadow:0 8px 25px #f0f8ff33}.about-page__form-toggle{background:#f0f8ff1a;border:1px solid rgba(240,248,255,.2);color:#fff}.about-page__form-toggle:hover{border-color:#f0f8ff66;background:#f0f8ff2e}.about-page__resume-btn{background:#f0f8ff;border:1px solid aliceblue;color:#272727}.about-page__resume-btn:hover{background:transparent;color:#f0f8ff;box-shadow:0 8px 25px #f0f8ff33}.about-page__form{max-width:500px;margin:0 auto;overflow:hidden;padding:2rem;background:#141414cc;border:1px solid rgba(240,248,255,.1);border-radius:18px;box-shadow:inset 0 2px 10px #0003}.about-page__form-group{margin-bottom:1.5rem;text-align:left}.about-page__form-group label{display:block;margin-bottom:.6rem;color:#fff;font-weight:500;font-size:.9rem;letter-spacing:.01em}.about-page__form-group input,.about-page__form-group textarea{width:100%;padding:1rem 1.25rem;background:#232323e6;border:1px solid rgba(240,248,255,.15);border-radius:12px;color:#fff;font-size:.95rem;font-family:inherit;transition:all .3s ease-out}.about-page__form-group input::placeholder,.about-page__form-group textarea::placeholder{color:#fff9}.about-page__form-group input:focus,.about-page__form-group textarea:focus{outline:none;border-color:#f0f8ff80;background:#282828;box-shadow:0 0 0 4px #f0f8ff1a,0 4px 15px #0003}.about-page__form-group textarea{resize:vertical;min-height:130px;line-height:1.6}.about-page__submit-btn{display:inline-flex;align-items:center;gap:.625rem;padding:1rem 2.5rem;background:#f0f8ff;border:none;border-radius:12px;color:#272727;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease-out}.about-page__submit-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #f0f8ff59}.about-page__footer{text-align:center;color:#ffffffb3;font-size:.9rem}.about-page__footer .heart{color:#ff6b6b;animation:heartbeat 1.5s infinite}@media (max-width: 768px){.about-page{padding-top:3rem}.about-page__image-wrapper{width:200px;height:200px;border-radius:20px}.about-page__bio,.about-page__contact{padding:2rem 1.5rem}.about-page__form{padding:1.5rem}.about-page__highlight{padding:1.75rem 1.5rem}.about-page__contact-buttons{flex-direction:column;align-items:stretch}.about-page__contact-buttons button,.about-page__contact-buttons a{justify-content:center}}.copyright-page{min-height:100vh;padding:120px 0 60px;font-family:Poppins,sans-serif}.copyright-page__container{max-width:900px;margin:0 auto;padding:0 20px}.copyright-page__back{margin-bottom:40px}.copyright-page__back-link{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;background:#27272799;border:2px solid rgba(240,248,255,.2);border-radius:30px;color:#fff;font-size:.95rem;font-weight:500;transition:all .4s ease}.copyright-page__back-link:hover{border-color:#f0f8ff;color:#f0f8ff;transform:translate(-5px)}.copyright-page__back-link svg{transition:transform .4s ease}.copyright-page__back-link:hover svg{transform:translate(-5px)}.copyright-page__content{text-align:center}.copyright-page__title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:#fff;margin-bottom:40px;font-family:Poppins,sans-serif}.copyright-page__title span{color:#f0f8ff;font-size:1.2em}.copyright-page__card{background:#27272799;border:2px solid rgba(240,248,255,.15);border-radius:20px;padding:40px;margin-bottom:40px;text-align:left}.copyright-page__card h2{font-size:1.8rem;color:#f0f8ff;margin-bottom:15px;font-family:Poppins,sans-serif}.copyright-page__year{font-size:1.2rem;color:#fff;font-weight:600;margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid rgba(240,248,255,.2)}.copyright-page__license-text p{color:#ffffffd9;line-height:1.8;margin-bottom:20px;font-size:.95rem}.copyright-page__disclaimer{font-size:.85rem!important;color:#fff9!important;font-style:italic;padding:20px;background:#0003;border-radius:10px;border-left:3px solid aliceblue}.copyright-page__attribution{background:#27272799;border:2px solid rgba(240,248,255,.15);border-radius:20px;padding:30px;margin-bottom:40px}.copyright-page__attribution h3{font-size:1.5rem;color:#fff;margin-bottom:15px;font-family:Poppins,sans-serif}.copyright-page__attribution p{color:#ffffffd9;font-size:1rem;line-height:1.7;margin-bottom:10px}.copyright-page__attribution p strong{color:#f0f8ff}.copyright-page__attribution .heart-icon{color:#ff6b6b;animation:heartbeat 1.5s ease-in-out infinite;vertical-align:middle;margin:0 5px}.copyright-page__contact h3{font-size:1.5rem;color:#fff;margin-bottom:20px;font-family:Poppins,sans-serif}.copyright-page__links{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.copyright-page__link{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:#f0f8ff1a;border:2px solid rgba(240,248,255,.3);border-radius:30px;color:#fff;font-size:1rem;font-weight:500;transition:all .4s ease}.copyright-page__link svg{font-size:1.2rem;color:#f0f8ff;transition:transform .4s ease}.copyright-page__link:hover{background:#f0f8ff;color:#272727;transform:translateY(-3px);box-shadow:0 10px 25px #f0f8ff4d}.copyright-page__link:hover svg{color:#272727;transform:scale(1.1)}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}@media (max-width: 768px){.copyright-page{padding-top:100px}.copyright-page__card{padding:25px 20px}.copyright-page__links{flex-direction:column;align-items:center}.copyright-page__link{width:100%;max-width:280px;justify-content:center}}.custom-cursor{position:fixed;width:40px;height:40px;margin-left:-20px;margin-top:-20px;border:2px solid aliceblue;border-radius:50%;pointer-events:none;z-index:9999;opacity:0;visibility:hidden;transition:width .25s cubic-bezier(.25,.8,.25,1),height .25s cubic-bezier(.25,.8,.25,1),margin .25s cubic-bezier(.25,.8,.25,1),border-color .2s ease,background-color .2s ease,opacity .2s ease,visibility .2s ease,border-radius .25s ease,border-width .2s ease;will-change:left,top,width,height;mix-blend-mode:difference}.custom-cursor--visible{opacity:1;visibility:visible}.custom-cursor--clicking{width:30px;height:30px;margin-left:-15px;margin-top:-15px;border-width:3px;background-color:#f0f8ff26}.custom-cursor--link{width:60px;height:60px;margin-left:-30px;margin-top:-30px;border-color:#f0f8ff;background-color:#f0f8ff1a;mix-blend-mode:normal}.custom-cursor--text{width:4px;height:30px;margin-left:-2px;margin-top:-15px;border-radius:2px;border-color:#f0f8ff;background-color:#f0f8ff;mix-blend-mode:normal}@media (pointer: coarse){.custom-cursor{display:none!important}}@media (prefers-reduced-motion: reduce){.custom-cursor{display:none!important}}.custom-cursor-dot{position:fixed;width:8px;height:8px;margin-left:-4px;margin-top:-4px;background-color:#f0f8ff;border-radius:50%;pointer-events:none;z-index:10000;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease,width .2s ease,height .2s ease,margin .2s ease;will-change:left,top}.custom-cursor-dot--visible{opacity:1;visibility:visible}.custom-cursor-dot--clicking{width:5px;height:5px;margin-left:-2.5px;margin-top:-2.5px}@media (pointer: coarse){.custom-cursor-dot{display:none!important}}@media (prefers-reduced-motion: reduce){.custom-cursor-dot{display:none!important}}body.custom-cursor-active,body.custom-cursor-active *,body.custom-cursor-active a,body.custom-cursor-active button,body.custom-cursor-active input,body.custom-cursor-active textarea,body.custom-cursor-active select,body.custom-cursor-active [role=button]{cursor:none!important}.scroll-progress{position:fixed;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#f0f8ff,#f0f8ff99);transform-origin:0%;z-index:110;opacity:0;transition:opacity .3s ease-out;box-shadow:0 0 10px #f0f8ff80}.scroll-progress--visible{opacity:1}.back-to-top{position:fixed;bottom:2rem;left:2rem;width:50px;height:50px;background:#f0f8ff26;border:1px solid rgba(240,248,255,.3);border-radius:12px;color:#f0f8ff;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:99;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all .3s ease-out}.back-to-top svg{font-size:1.2rem;transition:transform .3s ease-out}.back-to-top:hover{background:#f0f8ff;color:#272727;box-shadow:0 8px 25px #f0f8ff4d}.back-to-top:hover svg{transform:translateY(-2px)}@media (max-width: 576px){.back-to-top{bottom:1.5rem;left:1.5rem;width:44px;height:44px}}.page-loader{position:fixed;top:0;right:0;bottom:0;left:0;background:#272727;display:flex;align-items:center;justify-content:center;z-index:99999}.page-loader__content{display:flex;flex-direction:column;align-items:center;gap:2rem}.page-loader__logo{width:100px;height:100px;background:#f0f8ff1a;border:2px solid rgba(240,248,255,.3);border-radius:24px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.page-loader__logo:before{content:"";position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;background:conic-gradient(from 0deg,transparent,rgba(240,248,255,.3),transparent);animation:rotate 2s linear infinite}.page-loader__logo:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;background:#272727;border-radius:21px}.page-loader__initials{font-size:2.5rem;font-weight:800;color:#f0f8ff;letter-spacing:-.05em;position:relative;z-index:1}.page-loader__bar{width:200px;height:4px;background:#f0f8ff26;border-radius:2px;overflow:hidden;transform-origin:left}.page-loader__bar:after{content:"";display:block;width:100%;height:100%;background:linear-gradient(90deg,#f0f8ff,#f0f8ff80);border-radius:2px}.page-loader__text{font-size:.9rem;color:#ffffffb3;font-weight:500;letter-spacing:.05em}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes glow{0%,to{box-shadow:0 0 8px #f0f8ff66}50%{box-shadow:0 0 25px #f0f8ffb3,0 0 40px #f0f8ff80}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes typewriter{0%{width:0}to{width:100%}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes slideInFromBottom{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:fadeIn .8s cubic-bezier(.25,.46,.45,.94) forwards}.animate-fade-in-up{animation:fadeInUp .8s cubic-bezier(.25,.46,.45,.94) forwards}.animate-fade-in-down{animation:fadeInDown .8s cubic-bezier(.25,.46,.45,.94) forwards}.animate-scale-in{animation:scaleIn .7s cubic-bezier(.25,.46,.45,.94) forwards}.animate-pulse{animation:pulse 2.5s ease-in-out infinite}.animate-float{animation:float 4s ease-in-out infinite}.animate-glow{animation:glow 2.5s ease-in-out infinite}.animate-slide-up{animation:slideUp .9s cubic-bezier(.25,.46,.45,.94) forwards}.animate-zoom-in{animation:zoomIn .8s cubic-bezier(.25,.46,.45,.94) forwards}.stagger-1{animation-delay:.12s}.stagger-2{animation-delay:.24s}.stagger-3{animation-delay:.36s}.stagger-4{animation-delay:.48s}.stagger-5{animation-delay:.6s}.stagger-6{animation-delay:.72s}.stagger-7{animation-delay:.84s}.stagger-8{animation-delay:.96s}.stagger-9{animation-delay:1.08s}.stagger-10{animation-delay:1.2s}.stagger-11{animation-delay:1.32s}.stagger-12{animation-delay:1.44s}.stagger-13{animation-delay:1.56s}.stagger-14{animation-delay:1.68s}.stagger-15{animation-delay:1.8s}.stagger-16{animation-delay:1.92s}.stagger-17{animation-delay:2.04s}.stagger-18{animation-delay:2.16s}.stagger-19{animation-delay:2.28s}.stagger-20{animation-delay:2.4s}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}html:focus-within{scroll-behavior:smooth}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:#272727;color:#fff;line-height:1.7;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeSpeed;position:relative}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:700;line-height:1.15;margin-bottom:1rem;letter-spacing:-.02em}h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:800}h2{font-size:clamp(1.75rem,4vw,2.75rem)}h3{font-size:clamp(1.25rem,3vw,1.75rem)}p{font-family:Poppins,sans-serif;margin-bottom:1rem;color:#ffffffb3;font-weight:400}a{font-family:Poppins,sans-serif;color:inherit;text-decoration:none;transition:color .3s ease}a:hover{color:#f0f8ff;text-decoration:none}button,input,select,textarea{font-family:Poppins,sans-serif}span{font-family:inherit}main{min-height:100vh!important;width:100%;transition:margin-top .5s cubic-bezier(.26,.86,.44,.985);will-change:transform,opacity}header{position:fixed;z-index:100;width:100%;pointer-events:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{position:relative;min-height:100vh;padding:4rem 0}@media screen and (min-width: 768px){.section{padding:5rem 0}}.text-secondary{color:#f0f8ff}.text-gradient{background:linear-gradient(135deg,#fff,#f0f8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-center{text-align:center}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:#f0f8ff;color:#272727;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease-out;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{transform:translateY(-3px);box-shadow:0 0 40px #f0f8ff59,0 10px 30px #f0f8ff40}.btn:hover:before{left:100%}.btn:active{transform:translateY(-1px)}.btn-outline{background:transparent;border:2px solid aliceblue;color:#f0f8ff}.btn-outline:hover{background:#f0f8ff;color:#272727}.card{background:#272727b3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:12px;box-shadow:0 4px 20px #00000040,inset 0 0 0 1px #f0f8ff0d;border:1px solid rgba(240,248,255,.1);transition:transform .3s ease-out,box-shadow .3s ease-out,border-color .3s ease-out,background .3s ease-out}.card:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 15px 50px #00000059,0 0 30px #f0f8ff33;border-color:#f0f8ff40;background:#2d2d2dd9}.card{padding:1.5rem}.grid{display:grid;gap:2rem}.grid.cols-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid.cols-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.flex{display:flex}.flex-center{display:flex;justify-content:center;align-items:center}.flex-between{display:flex;justify-content:space-between;align-items:center}.flex-wrap{flex-wrap:wrap}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.section-header{text-align:center;max-width:800px;margin:0 auto 4rem}.section-header h2{margin-bottom:1.5rem;position:relative;display:inline-block}.section-header h2 span{color:#f0f8ff}.section-header h2:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:60px;height:4px;background:#f0f8ff;border-radius:2px}.section-header .intro-text{font-size:1.1rem;color:#ffffffb3;line-height:1.9;margin-top:1.5rem}.tag{display:inline-block;padding:.4rem .9rem;background:#f0f8ff14;border-radius:20px;font-size:.8rem;font-weight:500;color:#f0f8ff;border:1px solid rgba(240,248,255,.15);transition:all .25s ease}.tag:hover{background:#f0f8ff26;border-color:#f0f8ff4d;transform:translateY(-2px)}.tags-container{display:flex;flex-wrap:wrap;gap:.5rem}.spinner{width:40px;height:40px;border:3px solid rgba(240,248,255,.3);border-top-color:#f0f8ff;border-radius:50%;animation:spin 1s linear infinite}.page-loader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#272727;display:flex;justify-content:center;align-items:center;z-index:9999;transition:opacity .5s ease,visibility .5s ease}.page-loader.loaded{opacity:0;visibility:hidden}.page-loader__spinner{width:50px;height:50px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#f0f8ff;animation:spin 1s ease-in-out infinite}.page{opacity:0;animation:fadeIn .5s ease-out forwards}.particles-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.animate-on-scroll{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.animate-on-scroll.visible,.animate-on-scroll.in-view{opacity:1;transform:translateY(0)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#f0f8ff;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#fff}::selection{background:#f0f8ff4d;color:#fff}:focus-visible{outline:2px solid aliceblue;outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@keyframes spin{to{transform:rotate(360deg)}}.toast-container{position:fixed;bottom:2rem;right:2rem;z-index:10000;display:flex;flex-direction:column;gap:.75rem;max-width:400px;pointer-events:none}@media (max-width: 576px){.toast-container{bottom:1rem;right:1rem;left:1rem;max-width:none}}.toast{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;background:#272727f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:12px;border:1px solid rgba(240,248,255,.15);box-shadow:0 10px 40px #0000004d;pointer-events:auto;min-width:280px}.toast--success{border-color:#4ade804d}.toast--success .toast__icon{background:#4ade8026}.toast--error{border-color:#f871714d}.toast--error .toast__icon{background:#f8717126}.toast--warning{border-color:#fbbf244d}.toast--warning .toast__icon{background:#fbbf2426}.toast--info{border-color:#f0f8ff4d}.toast--info .toast__icon{background:#f0f8ff26}.toast__icon{font-size:1.25rem;padding:.5rem;border-radius:8px;flex-shrink:0}.toast__content{flex:1;min-width:0}.toast__title{display:block;font-size:.9rem;font-weight:600;color:#fff;margin-bottom:.25rem}.toast__message{font-size:.85rem;color:#ffffffb3;margin:0;line-height:1.5}.toast__close{background:transparent;border:none;color:#ffffffb3;font-size:1.5rem;line-height:1;cursor:pointer;padding:0;margin-left:.5rem;transition:color .3s;flex-shrink:0}.toast__close:hover{color:#fff}
