.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#334155 100%);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;overflow:hidden}.loading-circle-container{display:flex;justify-content:center;align-items:center;margin:2rem 0}.loading-circle{width:80px;height:80px;border-radius:50%;border:3px solid rgba(255,255,255,.1);position:relative;overflow:hidden}.loading-circle-progress{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;border:3px solid transparent;border-top:3px solid var(--primary-color);animation:spin 1.5s linear infinite}.loading-dots{display:flex;gap:.8rem;align-items:center;margin-top:1rem}.loading-dot{width:12px;height:12px;border-radius:50%;background:var(--primary-color);opacity:.5}.loading-content{position:relative;display:flex;flex-direction:column;align-items:center;gap:2rem;z-index:10}.loading-logo{text-align:center;margin-bottom:2rem;position:relative}.loading-logo-text{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;font-family:Playfair Display,serif;color:var(--text-primary);text-shadow:0 0 20px rgba(129,140,248,.3);display:block;letter-spacing:2px}.loading-progress-container{position:relative;width:300px;height:6px;background:rgba(255,255,255,.1);border-radius:3px;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.loading-progress-bar{height:100%;background:linear-gradient(90deg,#818cf8,#a78bfa,#fbbf24);border-radius:3px;position:relative;box-shadow:0 0 20px #818cf899}.loading-progress-glow{position:absolute;top:-2px;left:-10px;width:20px;height:10px;background:radial-gradient(circle,rgba(255,255,255,.8) 0%,transparent 70%);border-radius:50%;filter:blur(2px)}.loading-text{font-size:1.2rem;color:var(--text-secondary);font-weight:500;text-align:center;min-height:1.5rem;letter-spacing:.5px}.loading-percentage{font-size:1.8rem;font-weight:700;color:var(--primary-color);text-shadow:0 0 20px rgba(129,140,248,.6);margin-top:1rem}@media (max-width: 768px){.loading-content{gap:1.5rem;padding:2rem}.loading-cube,.cube-face{width:60px;height:60px}.cube-front{transform:rotateY(0) translateZ(30px)}.cube-back{transform:rotateY(180deg) translateZ(30px)}.cube-right{transform:rotateY(90deg) translateZ(30px)}.cube-left{transform:rotateY(-90deg) translateZ(30px)}.cube-top{transform:rotateX(90deg) translateZ(30px)}.cube-bottom{transform:rotateX(-90deg) translateZ(30px)}.loading-progress-container{width:250px}.loading-text{font-size:1rem}.loading-percentage{font-size:1.5rem}}@media (max-width: 480px){.loading-progress-container{width:200px}.loading-logo-text{font-size:2.5rem}}.language-switcher{position:relative;z-index:1000}.language-switcher__button{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:.5rem;color:var(--text-primary);cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.875rem;font-weight:500}.language-switcher__button:hover{background:rgba(255,255,255,.15);border-color:#ffffff4d;transform:translateY(-1px)}.language-switcher__icon{font-size:1rem;color:var(--primary-color)}.language-switcher__text{white-space:nowrap;font-family:Poppins,sans-serif}.language-switcher__arrow{font-size:.75rem;color:var(--text-secondary);transition:transform .2s ease}.language-switcher__dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background:var(--card-bg);border:1px solid var(--card-border);border-radius:.75rem;box-shadow:var(--shadow-heavy);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);overflow:hidden;min-width:150px}.language-switcher__option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:transparent;border:none;color:var(--text-primary);cursor:pointer;transition:all .2s ease;text-align:left;font-size:.875rem;font-family:Poppins,sans-serif}.language-switcher__option:hover{background:rgba(255,255,255,.05);color:var(--primary-color)}.language-switcher__option--active{background:rgba(129,140,248,.1);color:var(--primary-color)}.language-switcher__flag{font-size:1.125rem;width:1.5rem;text-align:center}.language-switcher__name{flex:1;font-weight:500}.language-switcher__check{color:var(--primary-color);font-weight:700;font-size:.875rem}.language-switcher__overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:transparent;z-index:-1}@media (max-width: 768px){.language-switcher__button{padding:.4rem .6rem;font-size:.8rem}.language-switcher__text{display:none}.language-switcher__dropdown{right:0;left:auto;min-width:140px}.language-switcher__option{padding:.6rem .8rem;font-size:.8rem}}@media (max-width: 480px){.language-switcher__button{padding:.3rem .5rem;min-width:44px;min-height:44px;justify-content:center}.language-switcher__dropdown{min-width:120px}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(15,23,42,.9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(148,163,184,.2);transition:all .3s ease}.header--scrolled{background:rgba(15,23,42,.95);box-shadow:var(--shadow-light)}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.nav__logo{display:flex;align-items:center;gap:.8rem;font-size:1.5rem;font-weight:700;font-family:Playfair Display,serif;cursor:pointer}.nav__logo-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:50%;padding:.5rem;box-shadow:0 4px 12px #818cf84d}.nav__icon{font-size:1.5rem;color:#fff}.nav__logo-text{font-size:1.2rem;font-weight:600;color:var(--text-primary);letter-spacing:1px}.nav__desktop{display:flex;align-items:center;gap:2rem}.nav__menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav__language-switcher{display:flex;align-items:center}.nav__item{position:relative}.nav__link{text-decoration:none;color:var(--text-primary);font-weight:500;transition:color .3s ease;position:relative;padding:.5rem 0}.nav__link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--gradient-primary);transition:width .3s ease}.nav__link:hover{color:var(--primary-color)}.nav__link:hover:after{width:100%}.nav__toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:4px}.nav__toggle span{width:25px;height:3px;background:var(--text-primary);transition:all .3s ease;border-radius:2px}.nav__toggle--active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.nav__toggle--active span:nth-child(2){opacity:0}.nav__toggle--active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav__mobile{position:absolute;top:100%;left:0;right:0;background:rgba(15,23,42,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(148,163,184,.2);padding:1rem 0;display:none;flex-direction:column;gap:1rem}.nav__mobile--open{display:flex}.nav__mobile-link{text-decoration:none;color:var(--text-primary);font-weight:500;padding:.5rem 1rem;transition:all .3s ease;border-left:3px solid transparent}.nav__mobile-link:hover{color:var(--primary-color);border-left-color:var(--primary-color);background:rgba(129,140,248,.1)}.nav__mobile-language{padding:.5rem 1rem;border-top:1px solid rgba(148,163,184,.2);margin-top:.5rem}@media (max-width: 768px){.nav__desktop{display:none}.nav__toggle{display:flex}.nav__logo{font-size:1.25rem}}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#334155 100%)}.hero__canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:.6}.hero__shapes{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.hero__shape{position:absolute;opacity:.1}.hero__shape--circle{top:10%;right:15%;width:200px;height:200px;border-radius:50%;background:linear-gradient(45deg,#f093fb 0%,#f5576c 100%)}.hero__shape--triangle{bottom:15%;left:10%;width:0;height:0;border-left:75px solid transparent;border-right:75px solid transparent;border-bottom:130px solid #4facfe}.hero__shape--square{top:50%;right:5%;width:100px;height:100px;background:linear-gradient(45deg,#43e97b 0%,#38f9d7 100%);transform:rotate(45deg)}.hero__content{position:relative;z-index:3;text-align:center;color:#fff;width:100%}.hero__greeting{font-size:1.2rem;margin-bottom:1rem;opacity:.9}.hero__wave{display:inline-block;margin-right:.5rem;animation:wave 2s infinite}@keyframes wave{0%,to{transform:rotate(0)}25%{transform:rotate(20deg)}75%{transform:rotate(-10deg)}}.hero__title{font-size:clamp(3rem,8vw,6rem);font-weight:700;margin-bottom:1rem;font-family:Playfair Display,serif}.hero__subtitle{font-size:clamp(1.5rem,4vw,2.5rem);margin-bottom:2rem;font-weight:500}.hero__typed{color:#f59e0b;font-weight:600}.hero__description{font-size:1.2rem;max-width:600px;margin:0 auto 3rem;opacity:.9;line-height:1.6}.hero__buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:4rem}.btn{padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;position:relative;overflow:hidden;border:none;cursor:pointer;display:inline-block}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn:hover:before{left:100%}.btn--primary{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 15px #4f46e566}.btn--primary:hover{box-shadow:0 6px 20px #4f46e599;transform:translateY(-2px)}.btn--secondary{background:transparent;color:#fff;border:2px solid rgba(129,140,248,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn--secondary:hover{background:rgba(129,140,248,.1);border-color:#818cf8cc;box-shadow:0 4px 15px #818cf84d}.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);opacity:.8}.hero__scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer}.hero__scroll-arrow{font-size:1.5rem;opacity:.6}@media (max-width: 768px){.hero{padding:4rem 1rem 2rem;min-height:100vh;align-items:flex-start}.hero__content{padding:0 1rem;margin-top:2rem}.hero__title{font-size:clamp(3.5rem,8vw,5rem);line-height:1.1;margin-bottom:1.5rem}.hero__subtitle{font-size:clamp(1.5rem,4.5vw,2.2rem);line-height:1.3;margin-bottom:1.5rem;padding:0 .5rem}.hero__buttons{flex-direction:column;align-items:center;gap:1rem}.btn{width:200px}.hero__shape--circle{width:120px;height:120px;top:5%;right:5%}.hero__shape--triangle{border-left-width:40px;border-right-width:40px;border-bottom-width:70px;bottom:10%;left:5%}.hero__shape--square{width:60px;height:60px;top:30%;right:10%}}@media (max-width: 480px){.hero{padding:5rem .5rem 1rem}.hero__content{padding:0 .5rem;margin-top:1.5rem}.hero__title{font-size:clamp(3rem,7vw,4rem);line-height:1.1;margin-bottom:1rem}.hero__subtitle{font-size:clamp(1.3rem,4vw,1.8rem);line-height:1.2;padding:0 .25rem;margin-bottom:1.5rem}.hero__description{font-size:1rem;padding:0 .5rem}.hero__greeting{font-size:1rem}.btn{width:180px;font-size:.9rem}}.about{background:var(--bg-secondary);position:relative;overflow:hidden}.about__content{max-width:1200px;margin:0 auto}.about__header{text-align:center;margin-bottom:4rem}.about__header .section__title{color:var(--text-primary)}.about__header .section__subtitle{color:var(--text-secondary)}.section__title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:1rem;font-family:Playfair Display,serif}.section__subtitle{font-size:1.2rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.about__main{display:grid;gap:4rem}.about__text{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:start}.about__image-container{position:relative}.about__image{position:relative;border-radius:2rem;overflow:hidden;box-shadow:var(--shadow-medium);cursor:pointer}.about__image img{width:100%;height:400px;object-fit:cover;object-position:center;display:block;transition:transform .3s ease}.about__image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(129,140,248,.8),rgba(167,139,250,.8));opacity:0;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center}.about__image:hover .about__image-overlay{opacity:1}.about__image:hover img{transform:scale(1.1)}.about__image-text{color:#fff;font-size:1.2rem;font-weight:600;text-align:center}.about__description{padding:1rem 0}.about__description p{font-size:1.1rem;line-height:2;margin-bottom:2rem;color:var(--text-secondary);max-width:none;text-align:justify;text-justify:inter-word}.about__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.about__stat{text-align:center}.about__stat-number{font-size:2.5rem;font-weight:700;font-family:Playfair Display,serif;margin-bottom:.5rem}.about__stat-label{font-size:.9rem;color:var(--text-secondary);font-weight:500}.about__values{margin-top:2rem}.about__values-title{font-size:2rem;font-weight:600;text-align:center;margin-bottom:3rem;font-family:Playfair Display,serif}.about__values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.about__value-card{background:var(--card-bg);padding:2rem;border-radius:1.5rem;text-align:center;box-shadow:var(--shadow-light);border:1px solid var(--card-border);transition:all .3s ease;cursor:pointer}.about__value-card:hover{box-shadow:var(--shadow-medium);border-color:#818cf84d;transform:translateY(-5px)}.about__value-icon{width:60px;height:60px;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.5rem;color:#fff}.about__value-title{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.about__value-description{color:var(--text-secondary);line-height:1.6}.about__decoration{position:absolute;z-index:-1;opacity:.05}.about__decoration--1{top:10%;right:-10%;width:300px;height:300px;background:var(--gradient-primary);border-radius:50%;animation:floating 6s ease-in-out infinite}.about__decoration--2{bottom:10%;left:-10%;width:200px;height:200px;background:var(--gradient-secondary);border-radius:30%;animation:floating 8s ease-in-out infinite reverse}@media (max-width: 968px){.about__text{grid-template-columns:1fr;gap:2rem}.about__image-container{max-width:300px;margin:0 auto}.about__stats{grid-template-columns:repeat(3,1fr);gap:1rem}.about__stat-number{font-size:2rem}}@media (max-width: 768px){.about__stats{grid-template-columns:1fr;gap:1.5rem}.about__values-grid{grid-template-columns:1fr}.about__value-card{padding:1.5rem}.section__title{margin-bottom:.5rem}.about__header{margin-bottom:3rem}}@media (max-width: 480px){.about__description p{font-size:1rem}.about__value-icon{width:50px;height:50px;font-size:1.2rem;margin-bottom:1rem}.about__value-title{font-size:1.1rem}}.skills{background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#334155 100%);position:relative;overflow:hidden}.skills__content{width:100%;padding:0 2rem;max-width:none!important}.skills__header{text-align:center;margin-bottom:4rem}.skills__header .section__title{color:var(--text-primary)}.skills__header .section__subtitle{color:var(--text-secondary)}.skills__main{display:flex;flex-direction:column;align-items:center;gap:4rem;width:100%;max-width:none}.skills .container{max-width:none!important;width:100%}.skills__categories-title,.skills__grid-title{font-size:1.8rem;font-weight:600;color:var(--text-primary);margin-bottom:2rem;text-align:center;grid-column:1 / -1}.skills__categories-grid{display:grid;grid-template-columns:repeat(3,350px);gap:3rem;width:fit-content;margin:0 auto}.skills__grid{display:grid;grid-template-columns:repeat(4,280px);gap:2rem;width:fit-content;margin:0 auto}.skills__item{background:var(--card-bg);padding:2rem 1.5rem;border-radius:1.5rem;text-align:center;box-shadow:var(--shadow-light);border:1px solid var(--card-border);transition:all .3s ease;position:relative;overflow:hidden}.skills__item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));transform:scaleX(0);transition:transform .3s ease}.skills__item:hover:before{transform:scaleX(1)}.skills__item:hover{box-shadow:var(--shadow-medium);transform:translateY(-5px)}.skills__icon{font-size:3rem;margin-bottom:1rem;display:flex;justify-content:center}.skills__name{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.skills__progress{display:flex;align-items:center;gap:1rem}.skills__progress-bg{flex:1;height:8px;background:rgba(148,163,184,.2);border-radius:4px;overflow:hidden}.skills__progress-fill{height:100%;border-radius:4px;transition:width 1.5s ease}.skills__percentage{font-size:.9rem;font-weight:600;color:var(--text-secondary);min-width:40px}.skills__categories{display:grid;grid-template-columns:repeat(3,350px);gap:3rem;width:fit-content;margin:0 auto}.skills__category{background:var(--card-bg);padding:2.5rem;border-radius:1.5rem;box-shadow:var(--shadow-light);border:1px solid var(--card-border);transition:all .3s ease;width:100%;min-width:350px}.skills__category:hover{box-shadow:var(--shadow-medium);transform:translateY(-5px)}.skills__category-title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-primary);text-align:center;font-family:Playfair Display,serif}.skills__category-items{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.skills__category-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(129,140,248,.1);border-radius:25px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.skills__category-item:hover{background:rgba(129,140,248,.2);transform:scale(1.05)}.skills__category-icon{font-size:1.2rem}.skills__experience{background:var(--card-bg);padding:3rem 2rem;border-radius:2rem;box-shadow:var(--shadow-light);border:1px solid var(--card-border);width:fit-content;margin:0 auto}.skills__experience-title{font-size:2rem;font-weight:600;text-align:center;margin-bottom:3rem;color:var(--text-primary);font-family:Playfair Display,serif}.skills__timeline{position:relative;max-width:600px;margin:0 auto}.skills__timeline:before{content:"";position:absolute;left:30px;top:0;bottom:0;width:2px;background:var(--gradient-primary)}.skills__timeline-item{position:relative;padding-left:4rem;margin-bottom:3rem}.skills__timeline-item:last-child{margin-bottom:0}.skills__timeline-dot{position:absolute;left:21px;top:0;width:18px;height:18px;background:var(--gradient-primary);border:3px solid white;border-radius:50%;box-shadow:var(--shadow-light)}.skills__timeline-content h4{font-size:1.3rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.skills__timeline-content p{font-size:1rem;color:var(--primary-color);font-weight:500;margin-bottom:.5rem}.skills__timeline-content span{font-size:.9rem;color:var(--text-secondary);line-height:1.5}.skills__bg-element{position:absolute;z-index:-1;opacity:.03}.skills__bg-element--1{top:10%;left:-5%;width:200px;height:200px;background:var(--gradient-primary);border-radius:50%;animation:floating 8s ease-in-out infinite}.skills__bg-element--2{top:50%;right:-10%;width:150px;height:150px;background:var(--gradient-secondary);border-radius:30%;animation:floating 6s ease-in-out infinite reverse}.skills__bg-element--3{bottom:20%;left:10%;width:100px;height:100px;background:var(--gradient-accent);border-radius:20%;animation:floating 10s ease-in-out infinite}@media (max-width: 1024px){.skills__categories,.skills__categories-grid{grid-template-columns:repeat(2,300px);gap:2rem}.skills__grid{grid-template-columns:repeat(3,250px);gap:1.5rem}}@media (max-width: 900px){.skills__categories,.skills__categories-grid{grid-template-columns:repeat(2,280px);gap:1.5rem}.skills__grid{grid-template-columns:repeat(2,250px);gap:1.5rem}}@media (max-width: 768px){.skills__content{padding:0 1rem}.skills__categories,.skills__categories-grid{grid-template-columns:repeat(2,280px);gap:1.5rem;width:fit-content;margin:0 auto}.skills__grid{grid-template-columns:repeat(2,250px);gap:1.5rem;width:fit-content;margin:0 auto}.skills__category{min-width:280px;padding:2rem}.skills__experience{padding:2rem 1.5rem;width:100%;margin:0 auto}.skills__timeline:before{left:20px}.skills__timeline-item{padding-left:3rem}.skills__timeline-dot{left:11px}.skills__item{padding:1.5rem 1rem}.skills__icon{font-size:2.5rem}}@media (max-width: 480px){.skills__content{padding:0 .5rem}.skills__categories,.skills__categories-grid,.skills__grid{grid-template-columns:1fr;gap:1rem;width:100%}.skills__category{min-width:auto;padding:1.5rem}.skills__experience{padding:1.5rem 1rem}.skills__timeline:before{left:15px}.skills__timeline-item{padding-left:2.5rem}.skills__timeline-dot{left:8px;width:16px;height:16px}.skills__category-items{gap:.5rem}.skills__category-item{padding:.4rem .8rem;font-size:.8rem}.skills__category-icon{font-size:1rem}.skills__timeline-content h4{font-size:1.1rem}.skills__timeline-content p{font-size:.9rem}.skills__timeline-content span{font-size:.8rem}}.skills__popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(15,23,42,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem}.skills__popup{background:var(--card-bg);border-radius:1.5rem;padding:2rem;max-width:500px;width:100%;position:relative;border:1px solid var(--card-border);box-shadow:var(--shadow-heavy)}.skills__popup-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:var(--text-secondary);cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.skills__popup-close:hover{background:rgba(129,140,248,.1);color:var(--text-primary)}.skills__popup-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--card-border)}.skills__popup-icon{font-size:4rem;margin-bottom:1rem}.skills__popup-title{font-size:2rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.skills__popup-level{color:var(--text-secondary);font-size:1rem}.skills__popup-description h4{color:var(--primary-color);font-size:1.2rem;margin-bottom:1rem}.skills__popup-description p{color:var(--text-secondary);line-height:1.6;font-size:1rem}.projects{background:linear-gradient(135deg,#020617 0%,#0f172a 50%,#1e293b 100%);position:relative;overflow:hidden}.projects:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(129,140,248,.06) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(167,139,250,.04) 0%,transparent 50%),radial-gradient(circle at 60% 20%,rgba(251,191,36,.03) 0%,transparent 50%);pointer-events:none;z-index:0}.projects>*{position:relative;z-index:1}.projects__header{text-align:center;margin-bottom:4rem}.projects__header .section__title{color:var(--text-primary)}.projects__header .section__subtitle{color:var(--text-secondary)}.projects__section-title{font-size:2rem;font-weight:600;margin-bottom:2rem;text-align:center;font-family:Playfair Display,serif}.projects__featured{margin-bottom:4rem}.projects__featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:3rem}.projects__featured-item{background:linear-gradient(135deg,rgba(129,140,248,.1) 0%,rgba(167,139,250,.1) 100%);border-radius:2rem;overflow:hidden;box-shadow:0 8px 32px #0000004d;cursor:pointer;transition:all .4s ease;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.projects__featured-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(129,140,248,.05) 0%,rgba(167,139,250,.05) 50%,rgba(251,191,36,.05) 100%);opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:1}.projects__featured-item:hover{transform:translateY(-8px);box-shadow:0 20px 40px #818cf833}.projects__featured-item:hover:before{opacity:1}.projects__image{position:relative;height:250px;overflow:hidden}.projects__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.projects__featured-item:hover .projects__image img,.projects__item:hover .projects__image img{transform:scale(1.05)}.projects__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(129,140,248,.9),rgba(167,139,250,.9));display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;z-index:4}.projects__featured-item:hover .projects__overlay,.projects__item:hover .projects__overlay{opacity:1}.projects__overlay-content{text-align:center;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.projects__play-btn{width:60px;height:60px;border-radius:50%;background:var(--gradient-primary);border:none;color:#fff;font-size:1.5rem;cursor:pointer;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.projects__play-btn:hover{background:var(--gradient-secondary);transform:scale(1.1)}.projects__links{display:flex;gap:1rem;justify-content:center}.projects__link{width:45px;height:45px;border-radius:50%;background:rgba(255,255,255,.9);color:var(--text-primary);display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.2rem;transition:all .3s ease}.projects__link:hover{background:var(--primary-color);color:#fff;transform:scale(1.1)}.projects__link-only{display:flex;align-items:center;justify-content:center}.projects__link-button{width:50px;height:50px;border-radius:50%;background:rgba(0,0,0,.9);color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.5rem;transition:all .3s ease;border:2px solid white}.projects__link-button:hover{background:rgba(0,0,0,1);transform:scale(1.1);box-shadow:0 4px 12px #0000004d}.projects__info{padding:2rem;position:relative;z-index:3}.projects__title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#06b6d4;text-shadow:0 0 20px rgba(6,182,212,.3)}.projects__description{color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem;font-size:.95rem}.projects__tech{display:flex;flex-wrap:wrap;gap:.5rem}.projects__tech-item{padding:.4rem 1rem;background:linear-gradient(135deg,rgba(129,140,248,.2),rgba(167,139,250,.2));color:var(--text-primary);border-radius:20px;font-size:.8rem;font-weight:500;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.projects__tech-item:hover{background:linear-gradient(135deg,rgba(129,140,248,.3),rgba(167,139,250,.3));transform:translateY(-2px);box-shadow:0 4px 8px #818cf833}.projects__tech-more{padding:.3rem .8rem;background:rgba(167,139,250,.2);color:var(--secondary-color);border-radius:15px;font-size:.8rem;font-weight:500}.projects__filters{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.projects__filter{padding:.8rem 1.5rem;border:2px solid rgba(129,140,248,.3);background:transparent;color:var(--text-primary);border-radius:25px;font-weight:500;cursor:pointer;transition:all .3s ease}.projects__filter--active{background:var(--gradient-primary);color:#fff;border-color:transparent}.projects__filter:hover{border-color:var(--primary-color);background:rgba(129,140,248,.1)}.projects__filter--active:hover{background:var(--gradient-secondary)}.projects__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;justify-content:center}.projects__item{max-width:450px;background:linear-gradient(135deg,rgba(129,140,248,.08) 0%,rgba(167,139,250,.08) 100%);border-radius:1.5rem;overflow:hidden;box-shadow:0 4px 20px #0003;cursor:pointer;transition:all .4s ease;position:relative;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.projects__item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(129,140,248,.03) 0%,rgba(167,139,250,.03) 50%,rgba(251,191,36,.03) 100%);opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:1}.projects__item:hover{box-shadow:0 12px 30px #818cf826;transform:translateY(-8px)}.projects__item:hover:before{opacity:1}.projects__item .projects__image{height:200px}.projects__item .projects__info{padding:1.5rem;position:relative;z-index:3}.projects__item .projects__title{font-size:1.3rem;color:#06b6d4}.projects__modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--overlay-bg);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.projects__modal{background:linear-gradient(135deg,rgba(30,41,59,.95) 0%,rgba(51,65,85,.95) 100%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:2rem;max-width:800px;width:100%;max-height:85vh;overflow-y:auto;position:relative;border:1px solid rgba(129,140,248,.2);box-shadow:0 25px 50px -12px #000c,0 0 0 1px #818cf81a,inset 0 1px #ffffff1a}.projects__modal-close{position:absolute;top:1.5rem;right:1.5rem;width:44px;height:44px;border-radius:12px;background:rgba(15,23,42,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(129,140,248,.2);color:var(--text-primary);font-size:1.3rem;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.projects__modal-close:hover{background:linear-gradient(135deg,rgba(129,140,248,.8),rgba(167,139,250,.8));transform:scale(1.05);box-shadow:0 8px 25px #818cf84d}.projects__modal-content{padding:0}.projects__modal-info{padding:3rem;position:relative}.projects__modal-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#06b6d4;font-family:Playfair Display,serif;position:relative}.projects__modal-description{color:var(--text-secondary);line-height:1.8;margin-bottom:2.5rem;font-size:1.1rem;background:rgba(129,140,248,.05);padding:1.5rem;border-radius:1rem;border-left:4px solid var(--primary-color)}.projects__modal-section{margin-bottom:2.5rem;background:rgba(15,23,42,.3);padding:1.5rem;border-radius:1rem;border:1px solid rgba(129,140,248,.1)}.projects__modal-section h4{font-size:1.3rem;font-weight:600;margin-bottom:1.2rem;color:var(--primary-color);display:flex;align-items:center;gap:.5rem}.projects__modal-section h4:before{content:"";width:4px;height:20px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:2px}.projects__modal-features{list-style:none;padding:0;display:grid;gap:.8rem}.projects__modal-features li{color:var(--text-secondary);position:relative;padding:.8rem 1rem .8rem 2.5rem;background:rgba(129,140,248,.05);border-radius:.5rem;border-left:3px solid var(--primary-color);transition:all .3s ease}.projects__modal-features li:hover{background:rgba(129,140,248,.1);transform:translate(5px)}.projects__modal-features li:before{content:"✓";position:absolute;left:.8rem;color:var(--primary-color);font-weight:700;font-size:1.1rem}.projects__modal-section p{margin-bottom:1rem;color:var(--text-secondary);line-height:1.7;padding:.8rem;background:rgba(167,139,250,.05);border-radius:.5rem;border-left:2px solid var(--secondary-color)}.challenges-section{margin-bottom:1.5rem}.challenges-section strong{display:block;margin-bottom:.8rem;color:var(--primary-color);font-size:1.1rem}.challenges-list{list-style:none;padding:0;margin:0;display:grid;gap:.8rem}.challenges-list li{color:var(--text-secondary);position:relative;padding:.8rem 1rem .8rem 2.5rem;background:rgba(129,140,248,.05);border-radius:.5rem;border-left:3px solid var(--accent-color);transition:all .3s ease}.challenges-list li:hover{background:rgba(129,140,248,.1);transform:translate(5px)}.challenges-list li:before{content:"⚠️";position:absolute;left:.8rem;color:var(--accent-color);font-size:1rem}.solution-section{margin-top:1.5rem}.solution-section strong{display:block;margin-bottom:.8rem;color:var(--primary-color);font-size:1.1rem}.solution-list{list-style:none;padding:0;margin:0;display:grid;gap:.8rem}.solution-list li{color:var(--text-secondary);position:relative;padding:.8rem 1rem .8rem 2.5rem;background:rgba(129,140,248,.05);border-radius:.5rem;border-left:3px solid var(--primary-color);transition:all .3s ease}.solution-list li:hover{background:rgba(129,140,248,.1);transform:translate(5px)}.solution-list li:before{content:"✅";position:absolute;left:.8rem;color:var(--primary-color);font-size:1rem}.projects__modal-tech-list{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1rem}.projects__modal-tech-list .projects__tech-item{padding:.6rem 1.2rem;background:linear-gradient(135deg,rgba(129,140,248,.2),rgba(167,139,250,.2));border:1px solid rgba(129,140,248,.3);border-radius:2rem;color:var(--text-primary);font-weight:500;font-size:.9rem;transition:all .3s ease}.projects__modal-tech-list .projects__tech-item:hover{background:linear-gradient(135deg,rgba(129,140,248,.3),rgba(167,139,250,.3));transform:translateY(-2px);box-shadow:0 4px 12px #818cf833}.projects__modal-links{display:flex;gap:1.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(129,140,248,.1)}.projects__modal-links .btn{display:flex;align-items:center;gap:.8rem;font-size:1rem;padding:1rem 2rem;border-radius:1rem;font-weight:600;transition:all .3s ease;position:relative;overflow:hidden}.projects__modal-links .btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.projects__modal-links .btn:hover:before{left:100%}.projects__modal-links .btn--primary{background:linear-gradient(135deg,#818cf8,#a78bfa);border:none;box-shadow:0 8px 25px #818cf84d}.projects__modal-links .btn--primary:hover{transform:translateY(-3px);box-shadow:0 12px 35px #818cf866}.projects__modal-links .btn--secondary{background:rgba(15,23,42,.8);border:2px solid rgba(129,140,248,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.projects__modal-links .btn--secondary:hover{background:rgba(129,140,248,.1);border-color:var(--primary-color);transform:translateY(-3px);box-shadow:0 8px 25px #818cf833}@media (max-width: 768px){.projects__featured-grid{grid-template-columns:1fr;gap:2rem}.projects__grid{grid-template-columns:1fr;gap:1.5rem}.projects__item{max-width:100%}.projects__modal-info{padding:2rem}.projects__modal-title{font-size:2rem}.projects__modal-links{flex-direction:column;gap:1rem}.projects__filters{gap:.5rem;flex-wrap:wrap;justify-content:center}.projects__filter{padding:.6rem 1.2rem;font-size:.9rem;min-width:fit-content}}@media (max-width: 480px){.projects__featured-grid{grid-template-columns:1fr;gap:1.5rem}.projects__featured-item .projects__info{padding:1.5rem}.projects__modal-overlay{padding:1rem}.projects__modal{border-radius:1rem;max-width:95vw}.projects__modal-info{padding:1.5rem}.projects__modal-title{font-size:1.5rem}.projects__play-btn{width:50px;height:50px;font-size:1.2rem}.projects__filters{gap:.3rem}.projects__filter{padding:.5rem 1rem;font-size:.8rem}}.contact{background:linear-gradient(135deg,#1e293b 0%,#334155 50%,#475569 100%);color:#fff;position:relative;overflow:hidden}.contact__header{text-align:center;margin-bottom:4rem}.contact__header .section__title{color:#fff}.contact__header .section__subtitle{color:#fffc}.contact__main{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact__info-content{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:2rem;padding:3rem 2rem}.contact__info-title{font-size:2rem;font-weight:600;margin-bottom:1.5rem;font-family:Playfair Display,serif}.contact__info-description{font-size:1.1rem;line-height:1.7;margin-bottom:3rem;opacity:.9}.contact__details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem;width:100%}.contact__detail{display:flex;align-items:center;gap:1rem;padding:1rem;background:rgba(255,255,255,.1);border-radius:1rem;text-decoration:none;color:#fff;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);width:100%;box-sizing:border-box}.contact__detail:hover{background:rgba(255,255,255,.2);border-color:#ffffff4d;transform:translate(10px)}.contact__detail-icon{width:50px;height:50px;background:rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.contact__detail-content{flex:1;min-width:0}.contact__detail-content h4{font-size:1.1rem;font-weight:600;margin-bottom:.2rem;margin:0 0 .2rem}.contact__detail-content p{opacity:.8;font-size:.9rem;margin:0;word-wrap:break-word}.contact__social-title{font-size:1.2rem;font-weight:600;margin-bottom:1rem;text-align:center}.contact__social-links{display:flex;gap:1.5rem;justify-content:center;align-items:center;flex-wrap:wrap}.contact__social-link{width:50px;height:50px;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;text-decoration:none;transition:all .3s ease;border:1px solid rgba(255,255,255,.2);flex-shrink:0}.contact__social-link:hover{background:rgba(255,255,255,.2);border-color:#fff6;transform:translateY(-5px)}.contact__form-container{background:var(--card-bg);border-radius:2rem;padding:3rem 2rem;box-shadow:var(--shadow-heavy);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--card-border)}.contact__form{color:var(--text-primary)}.contact__form-group{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.contact__form-field{display:flex;flex-direction:column}.contact__form-field input,.contact__form-field textarea{padding:1rem 1.2rem;border:2px solid rgba(148,163,184,.3);border-radius:1rem;font-size:1rem;transition:all .3s ease;background:var(--bg-primary);color:var(--text-primary);font-family:inherit}.contact__form-field input:focus,.contact__form-field textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #818cf81a}.contact__input--error{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}.contact__error{color:#ef4444;font-size:.85rem;margin-top:.5rem;font-weight:500}.contact__form-field textarea{resize:vertical;min-height:120px}.contact__submit{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.1rem;font-weight:600;margin-top:1rem;position:relative;overflow:hidden}.contact__submit--loading{pointer-events:none;opacity:.7}.contact__submit-error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);border-radius:.5rem;padding:1rem;margin-top:1rem;color:#fca5a5;font-size:.9rem;text-align:center}.contact__spinner{width:20px;height:20px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.contact__success{text-align:center;color:var(--text-primary);padding:2rem}.contact__success-icon{font-size:4rem;margin-bottom:1rem}.contact__success h3{font-size:2rem;font-weight:600;margin-bottom:1rem;color:var(--primary-color);font-family:Playfair Display,serif}.contact__success p{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;color:var(--text-secondary)}.contact__bg-pattern{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 25%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(255,255,255,.05) 0%,transparent 50%);z-index:-1}@media (max-width: 968px){.contact__main{grid-template-columns:1fr;gap:3rem}.contact__info-content,.contact__form-container{padding:2rem 1.5rem}}@media (max-width: 768px){.contact__form-group{grid-template-columns:1fr;gap:1rem}.contact__info-title{font-size:1.5rem}.contact__info-description{font-size:1rem}.contact__detail{padding:.8rem}.contact__detail-icon{width:40px;height:40px;font-size:1rem}.contact__social-link{width:40px;height:40px;font-size:1.2rem}.contact__form-field input,.contact__form-field textarea{padding:.8rem 1rem;font-size:.9rem}}@media (max-width: 480px){.contact__info-content,.contact__form-container{padding:1.5rem 1rem}.contact__detail{flex-direction:column;text-align:center;gap:.5rem;align-items:center;justify-content:center}.contact__detail:hover{transform:translate(0) translateY(-5px)}.contact__detail-content{text-align:center;width:100%}.contact__social-links{justify-content:center;gap:1rem}.contact__success-icon{font-size:3rem}.contact__success h3{font-size:1.5rem}}.footer{background:linear-gradient(135deg,#1e293b 0%,#334155 100%);color:#fff;position:relative;overflow:hidden;padding:4rem 0 2rem}.footer__content{position:relative;z-index:2}.footer__main{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer__brand{max-width:400px;text-align:center}.footer__logo{font-size:2rem;font-weight:700;margin-bottom:1rem;font-family:Playfair Display,serif}.footer__tagline{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;opacity:.8}.footer__social{display:flex;gap:1.5rem;justify-content:center;align-items:center;flex-wrap:wrap}.footer__social-link{width:45px;height:45px;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-size:1.2rem;transition:all .3s ease;border:1px solid rgba(255,255,255,.2);flex-shrink:0}.footer__social-link:hover{background:rgba(99,102,241,.8);border-color:#6366f1cc;color:#fff}.footer__links-title,.footer__contact-title{font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.footer__links-list{list-style:none;padding:0;margin:0}.footer__links-list li{margin-bottom:.8rem}.footer__link{color:#ffffffb3;text-decoration:none;font-size:1rem;transition:all .3s ease;position:relative}.footer__link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--gradient-primary);transition:width .3s ease}.footer__link:hover{color:#fff;transform:translate(5px)}.footer__link:hover:after{width:100%}.footer__contact-text{font-size:1rem;line-height:1.6;margin-bottom:2rem;opacity:.8}.footer__cta{display:inline-block;padding:.8rem 1.5rem;background:var(--gradient-primary);color:#fff;text-decoration:none;border-radius:25px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}.footer__cta:hover{background:var(--gradient-secondary);box-shadow:0 4px 15px #6366f166}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer__copyright{font-size:.9rem;opacity:.7;display:flex;align-items:center;gap:.5rem}.footer__heart{color:#ef4444;display:inline-flex;align-items:center}.footer__scroll-top{width:50px;height:50px;background:var(--gradient-primary);border:none;border-radius:50%;color:#fff;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 15px #6366f14d}.footer__scroll-top:hover{background:var(--gradient-secondary);box-shadow:0 6px 20px #6366f166}.footer__bg-elements{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none}.footer__bg-circle{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(99,102,241,.1) 0%,transparent 70%)}.footer__bg-circle--1{width:300px;height:300px;top:-150px;right:-100px}.footer__bg-circle--2{width:200px;height:200px;bottom:-100px;left:-50px}@media (max-width: 968px){.footer__main{grid-template-columns:1fr 1fr;gap:2rem}.footer__brand{grid-column:1 / -1;max-width:100%}}@media (max-width: 768px){.footer{padding:3rem 0 1.5rem}.footer__main{grid-template-columns:1fr;gap:2rem;text-align:center}.footer__brand{text-align:center}.footer__social{justify-content:center}.footer__bottom{flex-direction:column;gap:1.5rem;text-align:center}.footer__links-title,.footer__contact-title{text-align:center}.footer__link{display:inline-block;margin:.5rem}.footer__link:hover{transform:translate(0) translateY(-2px)}}@media (max-width: 480px){.footer{padding:2rem 0 1rem}.footer__logo{font-size:1.5rem}.footer__tagline{font-size:1rem}.footer__social{gap:.8rem}.footer__social-link{width:40px;height:40px;font-size:1rem}.footer__scroll-top{width:45px;height:45px}.footer__cta{padding:.7rem 1.2rem;font-size:.9rem}.footer__copyright{font-size:.8rem}}.App{text-align:center;position:relative;overflow-x:hidden}.App:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,rgba(79,70,229,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(236,72,153,.1) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(6,182,212,.1) 0%,transparent 50%);pointer-events:none;z-index:-1}.particles-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1}.particle{position:absolute;width:4px;height:4px;background:rgba(129,140,248,.4);border-radius:50%;animation:float 3s infinite ease-in-out}.particle:nth-child(odd){animation-delay:-1s;background:rgba(167,139,250,.4)}.particle:nth-child(3n){animation-delay:-2s;background:rgba(251,191,36,.4)}@keyframes float{0%,to{transform:translateY(0) translate(0) scale(1);opacity:.7}33%{transform:translateY(-30px) translate(10px) scale(1.1);opacity:1}66%{transform:translateY(-60px) translate(-10px) scale(.9);opacity:.8}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #818cf8;--secondary-color: #a78bfa;--accent-color: #fbbf24;--text-primary: #f8fafc;--text-secondary: #cbd5e1;--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-dark: #020617;--gradient-primary: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);--gradient-secondary: linear-gradient(135deg, #ec4899 0%, #8b5cf6 100%);--gradient-accent: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%);--shadow-light: 0 4px 6px -1px rgba(0, 0, 0, .3);--shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, .4);--shadow-heavy: 0 25px 50px -12px rgba(0, 0, 0, .6);--card-bg: #1e293b;--card-border: rgba(148, 163, 184, .1);--overlay-bg: rgba(15, 23, 42, .9)}body{font-family:Poppins,sans-serif;line-height:1.6;color:var(--text-primary);background:var(--bg-primary);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;line-height:1.2}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (max-width: 768px){.container{padding:0 1rem}}@media (max-width: 480px){.container{padding:0 .5rem}}.section{padding:5rem 0;position:relative}@media (max-width: 768px){.section{padding:3rem 0}}@media (max-width: 480px){.section{padding:2rem 0}}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.highlight-text{color:#06b6d4;text-shadow:0 0 10px rgba(6,182,212,.3);font-weight:600}.highlight-text-orange{color:#f59e0b;text-shadow:0 0 10px rgba(245,158,11,.3);font-weight:600}.highlight-text-green{color:#10b981;text-shadow:0 0 10px rgba(16,185,129,.3);font-weight:600}.glass-effect{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:1rem}.floating-animation{animation:floating 3s ease-in-out infinite}@keyframes floating{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.pulse-animation{animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--gradient-primary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gradient-secondary)}html{scroll-behavior:smooth}@media (max-width: 1024px){.container{padding:0 2rem}}@media (max-width: 768px){.section{padding:3rem 0}.container{padding:0 1.5rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}}@media (max-width: 480px){.section{padding:2rem 0}.container{padding:0 1rem}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.25rem}.btn{min-height:44px;min-width:44px}button,a,input,textarea{min-height:44px}.nav__toggle,.btn{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}}
