*{box-sizing:border-box;margin:0;padding:0}:root{--color-primary:#191d2b;--color-secondary:#2e9afe;--color-secondary-rgb:46,154,254;--color-accent:#ff0040;--color-white:#fff;--color-black:#000;--color-grey-0:#f8f8f8;--color-grey-1:#dbe1e8;--color-grey-2:#b2becd;--color-grey-3:#6c7983;--color-grey-4:#454e56;--color-grey-5:#2a2e35;--color-grey-6:#12181b;--text-color:#fff;--color-text-primary:#fff;--color-text-secondary:#fffc;--color-bg-primary:#191d2b;--background:linear-gradient(135deg,#191d2b,#004a8f);--glass-bg:#ffffff1a;--glass-border:#fff3}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#191d2b,#004a8f);background:var(--background);color:#fff;color:var(--text-color);font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh;overflow-x:hidden;transition:all .4s ease-in-out}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.reveal-element{opacity:0;transform:translateY(20px);transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1)}.reveal-element.revealed{opacity:1;transform:translateY(0)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#ffffff1a}::-webkit-scrollbar-thumb{background:#2e9afe;background:var(--color-secondary);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#ff0040;background:var(--color-accent)}.App{min-height:100vh}.App,main{overflow-x:hidden;position:relative;width:100%}main{z-index:1}.glass-card{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:20px;box-shadow:0 8px 32px 0 #1f26875e;transition:all .3s ease}.glass-card:hover{background:#2e9afe26;border-color:var(--color-secondary);box-shadow:0 12px 40px 0 #2e9afe73;transform:translateY(-5px)}@media (max-width:768px){html{font-size:14px}}@media (max-width:480px){html{font-size:12px}}.header{left:0;overflow-x:hidden;padding:1.5rem 0;position:fixed;right:0;top:0;width:100%;z-index:1000}.header-content{justify-content:center;margin:0 auto;max-width:1400px;padding:0 3rem}.header-content,.nav{align-items:center;display:flex}.nav{backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);background:#ffffff08;border:1px solid #ffffff14;border-radius:100px;box-shadow:0 8px 32px 0 #00000026,inset 0 1px 1px 0 #ffffff0d;gap:2rem;justify-content:space-between;padding:.8rem 2rem;transition:all .3s ease;width:-webkit-fit-content;width:fit-content}.nav:hover{background:#ffffff0d;border:1px solid #ffffff1f}.logo{align-items:center;border-right:1px solid #ffffff1a;display:flex;gap:.8rem;padding-right:1rem}.logo-image{filter:drop-shadow(0 2px 8px rgba(0,0,0,.2));height:36px;object-fit:contain;width:36px}.logo-text{color:var(--text-color);display:none;font-size:1.3rem;font-weight:700;letter-spacing:.5px}.nav-menu{display:flex;gap:.5rem;list-style:none;margin:0;padding:0;position:relative}.nav-indicator{background:linear-gradient(135deg,#8b5cf640,#ec489940);border:1px solid #8b5cf666;border-radius:50px;box-shadow:0 0 20px #8b5cf64d,inset 0 1px 2px #ffffff1a;height:100%;left:0;pointer-events:none;position:absolute;top:0;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:0}.nav-item{position:relative;z-index:1}.nav-item a{border-radius:50px;color:#ffffffd9;display:block;font-size:.95rem;font-weight:500;letter-spacing:.3px;padding:.6rem 1.3rem;position:relative;text-decoration:none;transition:all .3s ease}.nav-item a:hover{background:#2e9afe1a;color:#fff}.nav-item a.active{background:#0000;color:#fff}.nav-controls{border-left:1px solid #ffffff1a;gap:.5rem;padding-left:1rem}.glass-btn,.nav-controls{align-items:center;display:flex}.glass-btn{background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;cursor:pointer;font-size:1.1rem;height:38px;justify-content:center;padding:0;transition:all .3s ease;width:38px}.glass-btn:hover{background:#2e9afe33;border-color:var(--color-secondary);transform:scale(1.05)}.flag-image{border-radius:50%;height:20px;object-fit:cover;width:20px}.burger{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;cursor:pointer;display:none;flex-direction:column;gap:6px;height:48px;justify-content:center;padding:.75rem;transition:all .3s ease;width:48px;z-index:1001}.burger:hover{background:#ffffff1a;border-color:#8b5cf680;box-shadow:0 4px 15px #8b5cf633}.burger-line{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:3px;box-shadow:0 2px 4px #0003;height:3px;transition:all .3s cubic-bezier(.4,0,.2,1);width:24px}@media (max-width:992px){.header-content{padding:0 2rem}.nav{align-items:stretch;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background:#1a1f2efa;border-left:1px solid #ffffff1a;border-radius:30px 0 0 30px;box-shadow:-10px 0 40px #00000080;flex-direction:column;gap:1.5rem;height:100vh;padding:5rem 2rem 2rem;position:fixed;right:-100%;top:0;transition:right .4s cubic-bezier(.4,0,.2,1);width:340px}.nav.active{right:0}.logo{border-bottom:1px solid #ffffff1a;border-right:none;justify-content:center;padding-bottom:1.5rem;padding-right:0}.logo-text{font-size:1.5rem}.nav-menu{flex-direction:column;gap:.75rem}.nav-indicator{display:none}.nav-item a{border-radius:15px;font-size:1.05rem;padding:1.2rem 1.5rem;text-align:center}.nav-item a:hover{background:linear-gradient(135deg,#8b5cf626,#ec489926);border:1px solid #8b5cf633}.nav-item a.active{background:linear-gradient(135deg,#8b5cf64d,#ec48994d);border:1px solid #8b5cf680;box-shadow:0 4px 15px #8b5cf64d}.nav-controls{border-left:none;border-top:1px solid #ffffff1a;gap:1rem;justify-content:center;padding-left:0;padding-top:1.5rem}.glass-btn{font-size:1.2rem;height:50px;width:50px}.burger{display:flex}.burger.active{background:#8b5cf633;border-color:#8b5cf680}.burger.active .burger-line:first-child{background:linear-gradient(135deg,#f093fb,#764ba2);transform:rotate(45deg) translate(6px,6px)}.burger.active .burger-line:nth-child(2){opacity:0;transform:scale(0)}.burger.active .burger-line:nth-child(3){background:linear-gradient(135deg,#f093fb,#764ba2);transform:rotate(-45deg) translate(7px,-7px)}.header-content{justify-content:flex-end}.nav .logo{border-bottom:1px solid #ffffff1a;border-right:none;justify-content:center;padding-bottom:1rem;padding-right:0}.logo-text{display:block}}@media (max-width:768px){.nav{width:300px}.nav-item a{font-size:1rem;padding:1rem 1.2rem}}@media (max-width:480px){.header-content{padding:0 1.5rem}.nav{width:280px}.logo-image{height:32px;width:32px}}.hero{display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:8rem 2rem 4rem;position:relative;z-index:10}.hero,.hero-content{align-items:center;width:100%}.hero-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;max-width:1200px}.hero-text{z-index:2}.hero-title{display:flex;flex-direction:column;margin-bottom:1.5rem}.title-line{color:#ffffffe6;font-size:1.5rem;font-weight:400;letter-spacing:1px;margin-bottom:.5rem}.title-name{-webkit-text-fill-color:#0000;animation:gradient-flow 4s ease infinite;background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);-webkit-background-clip:text;background-clip:text;background-size:200% auto;font-size:4rem;font-weight:700;text-shadow:0 4px 20px #0000004d}@keyframes gradient-flow{0%,to{background-position:0}50%{background-position:100%}}.hero-subtitle{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#8b5cf6e6,#ec4899e6);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:500;letter-spacing:.5px;margin-bottom:1rem}.hero-description{color:#ffffffd9;font-size:1.1rem;letter-spacing:.3px;line-height:1.8;margin-bottom:2.5rem;max-width:500px;word-spacing:2px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:3rem}.btn{border:2px solid #0000;border-radius:50px;display:inline-block;font-size:1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.btn-primary{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#8b5cf6cc,#ec4899cc);border:2px solid #ffffff4d;box-shadow:0 4px 15px #8b5cf64d;color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#8b5cf6,#ec4899);box-shadow:0 10px 30px #8b5cf680;transform:translateY(-3px)}.btn-secondary{background:#0000;border:2px solid #8b5cf6b3;color:#fff;overflow:hidden;position:relative}.btn-secondary:before{background:linear-gradient(90deg,#0000,#8b5cf64d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.btn-secondary:hover:before{left:100%}.btn-secondary:hover{background:#8b5cf626;border-color:#ec4899cc;box-shadow:0 10px 30px #ec48994d;transform:translateY(-3px)}.hero-visual{align-items:center;display:flex;height:400px;justify-content:center;position:relative;z-index:10}.profile-image-container{background:linear-gradient(135deg,var(--color-secondary) 0,var(--color-accent) 100%);border-radius:50%;height:350px;padding:8px;position:relative;transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:350px;will-change:transform;z-index:12}.profile-image{border:4px solid var(--color-bg-primary);border-radius:50%;box-shadow:0 20px 60px #2e9afe4d;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.profile-image-container:hover .profile-image{transform:scale(1.05)}.glass-orb{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;box-shadow:0 8px 32px 0 #1f26875e;pointer-events:none;position:absolute;transition:transform .3s cubic-bezier(.25,.46,.45,.94);will-change:transform;z-index:11}.orb-1{height:300px;width:300px}.orb-2{height:200px;left:-50px;top:50px;width:200px}.orb-3{bottom:30px;height:150px;right:-30px;width:150px}.scroll-indicator{align-items:center;bottom:3rem;color:#ffffffb3;display:flex;flex-direction:column;font-size:.9rem;gap:.5rem;left:50%;position:absolute;transform:translateX(-50%);z-index:100}.mouse{border:2px solid #ffffffb3;border-radius:15px;display:flex;height:40px;justify-content:center;padding-top:6px;width:26px}.wheel{background:#ffffffb3;border-radius:2px;height:8px;width:3px}@media (max-width:968px){.hero-content{gap:3rem;grid-template-columns:1fr}.hero-visual{height:300px}.profile-image-container{height:280px;width:280px}.title-name{font-size:3rem}.orb-1{height:220px;width:220px}.orb-2,.orb-3{height:120px;width:120px}}@media (max-width:992px){.hero-content{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-text{order:2}.hero-visual{height:350px;order:1}.profile-image-container{height:300px;width:300px}.hero-description{margin-left:auto;margin-right:auto}.hero-buttons{justify-content:center;margin-bottom:4rem}.orb-2,.orb-3{display:none}.scroll-indicator{bottom:2.5rem}}@media (max-width:768px){.hero{min-height:100vh;padding:5rem 1.5rem 6rem}.hero-content{gap:2.5rem}.hero-visual{height:280px}.profile-image-container{height:240px;width:240px}.title-line{font-size:1.2rem}.title-name{font-size:2.8rem;line-height:1.1}.hero-subtitle{font-size:1.3rem}.hero-description{font-size:1rem;line-height:1.7}.hero-buttons{flex-direction:row;flex-wrap:wrap;gap:1rem;margin-bottom:4.5rem}.btn{flex:1 1 auto;justify-content:center;max-width:200px;min-width:140px;text-align:center}.orb-1{height:180px;width:180px}.scroll-indicator{bottom:1.5rem;left:50%;transform:translateX(-50%);z-index:100}}.typewriter{position:relative}.cursor,.typewriter{display:inline-block}.cursor{animation:blink 1s infinite;margin-left:3px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.click-spark-container{cursor:pointer;position:relative}.spark{animation:spark-burst .8s ease-out forwards;background:linear-gradient(135deg,var(--color-secondary),var(--color-accent));border-radius:50%;box-shadow:0 0 10px var(--color-secondary);height:4px;pointer-events:none;position:absolute;width:4px}@keyframes spark-burst{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(calc(cos(var(--angle))*80px),calc(sin(var(--angle))*80px)) scale(0)}}.gradual-blur{display:inline-block;font-size:inherit;letter-spacing:.4px;line-height:inherit;word-spacing:3px}.blur-word{animation:fade-in .3s ease forwards;animation-delay:calc(var(--word-index)*.05s);display:inline-block;filter:blur(0);margin-right:.25em;opacity:1;transition:opacity .2s ease}.gradual-blur:hover .blur-word{opacity:1}@keyframes fade-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.about{align-items:center;display:flex;min-height:100vh;overflow-x:hidden;padding:6rem 2rem;width:100%}.container{margin:0 auto;max-width:1200px;padding:0 1rem;width:100%}.section-title{color:#fff;font-size:3rem;font-weight:700;margin-bottom:4rem;text-align:center;text-shadow:0 4px 20px #0000004d}.about-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1.5fr}.about-image{align-items:center;display:flex;justify-content:center;min-height:400px}.about-image .animated-card{max-width:400px;width:100%}.about-image .animated-card-content{align-items:center;display:flex;justify-content:center;padding:3rem}.image-placeholder{align-items:center;display:flex;justify-content:center;width:100%}.image-placeholder svg{filter:drop-shadow(0 10px 30px rgba(0,0,0,.3));height:auto;max-width:280px;width:100%}.about-image .animated-card:hover .animated-card-content{transform:none}.about-card{padding:2.5rem}.about-card h3{color:#fff;font-size:2rem;font-weight:600;letter-spacing:.5px;margin-bottom:1.5rem}.about-card p{color:#ffffffe6;font-size:1.1rem;letter-spacing:.4px;line-height:1.8;margin-bottom:1.5rem;word-spacing:3px}.about-card .gradual-blur,.about-card p+p{display:block;margin-top:1rem}.stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-top:2.5rem}.stat-item{text-align:center}.stat-content{align-items:center;flex-direction:column;min-height:120px;padding:1.5rem}.stat-content,.stat-content h4{display:flex;justify-content:center}.stat-content h4{align-items:baseline;color:#fff;font-size:2.5rem;font-weight:700;line-height:1;margin-bottom:.5rem;white-space:nowrap}.stat-suffix{font-size:1.5rem;font-weight:600;margin-left:.2rem}.stat-content p{word-wrap:break-word;color:#fffc;font-size:.85rem;line-height:1.3;margin:0;max-width:100%;overflow-wrap:break-word;text-align:center;white-space:pre-line}@media (max-width:992px){.about-content{gap:2.5rem;grid-template-columns:1fr}.about-image{min-height:350px}.stats{gap:1.5rem;grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.section-title{font-size:2.5rem}.about-image{min-height:300px}.about-card{padding:2rem}.about-card h3{font-size:1.7rem}.about-card p{font-size:1rem}.stats{gap:1rem;grid-template-columns:repeat(3,1fr)}.stat-content{min-height:100px;padding:1rem}.stat-content h4{font-size:2rem}.stat-suffix{font-size:1.2rem}.stat-content p{font-size:.75rem}}@media (max-width:600px){.about{padding:4rem 1.5rem}.section-title{font-size:2rem;margin-bottom:3rem}.about-image{min-height:250px}.about-card{padding:1.5rem}.about-card h3{font-size:1.5rem;margin-bottom:1rem}.about-card p{font-size:.95rem;line-height:1.6}.stats{gap:1rem;grid-template-columns:1fr;margin-top:2rem}.stat-content{min-height:90px;padding:1.2rem}.stat-content h4{font-size:2.2rem}.stat-suffix{font-size:1.3rem}.stat-content p{font-size:.8rem;line-height:1.2}.image-placeholder svg{max-width:200px}}@media (max-width:400px){.about-card{padding:1.2rem}.stats{gap:.8rem}.stat-content{min-height:85px;padding:1rem}.stat-content h4{font-size:2rem}.stat-suffix{font-size:1.1rem}.stat-content p{font-size:.7rem}}.animated-card{--mouse-x:50%;--mouse-y:50%;border-radius:20px;overflow:hidden;position:relative}.animated-card-border{background:radial-gradient(600px circle at var(--mouse-x) var(--mouse-y),#fff6,#0000 40%);border-radius:20px;inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;padding:2px;pointer-events:none;position:absolute;transition:opacity .3s ease}.animated-card:hover .animated-card-border{opacity:1}.animated-card-content{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 32px 0 #1f26875e;height:100%;position:relative;transition:all .3s ease}.animated-card:hover .animated-card-content{background:#ffffff26;box-shadow:0 12px 40px 0 #1f268773;transform:translateY(-5px)}.animated-card:before{background:radial-gradient(400px circle at var(--mouse-x) var(--mouse-y),#ffffff1a,#0000 40%);border-radius:20px;content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s ease;z-index:1}.animated-card:hover:before{opacity:1}.timeline-section{min-height:100vh;padding:6rem 2rem;position:relative}.section-subtitle{margin-bottom:4rem;margin-top:-1rem}.timeline{margin:0 auto;max-width:1200px;padding:2rem 0;position:relative}.timeline:before{background:linear-gradient(to bottom,#0000,var(--color-secondary),var(--color-accent),#0000);bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:2px}.timeline-item{margin-bottom:3rem;padding:2rem;position:relative;width:50%}.timeline-item.left{left:0;padding-right:4rem}.timeline-item.right{left:50%;padding-left:4rem}.timeline-dot{align-items:center;animation:pulse-dot 2s ease-in-out infinite;background:linear-gradient(135deg,var(--color-secondary),var(--color-accent));border-radius:50%;box-shadow:0 0 30px rgba(var(--color-secondary-rgb),.5);display:flex;height:60px;justify-content:center;position:absolute;top:2rem;width:60px;z-index:5}.timeline-item.left .timeline-dot{right:-30px}.timeline-item.right .timeline-dot{left:-30px}.dot-icon{align-items:center;color:#fff;display:flex;font-size:1.8rem;justify-content:center}@keyframes pulse-dot{0%,to{box-shadow:0 0 30px rgba(var(--color-secondary-rgb),.5)}50%{box-shadow:0 0 50px rgba(var(--color-secondary-rgb),.8)}}.timeline-content{padding:2rem;position:relative}.timeline-year{background:linear-gradient(135deg,var(--color-secondary),var(--color-accent));border-radius:50px;box-shadow:0 4px 15px rgba(var(--color-secondary-rgb),.3);color:#fff;display:inline-block;font-size:.9rem;font-weight:700;margin-bottom:1rem;padding:.4rem 1.2rem}.timeline-content h3{color:#fff;font-size:1.6rem;font-weight:700;margin-bottom:.5rem}.timeline-institution{color:var(--color-secondary);font-size:1.1rem;font-weight:600;margin-bottom:1rem}.timeline-content p{color:#fffc;line-height:1.7;margin-bottom:1.5rem}.timeline-skills{display:flex;flex-wrap:wrap;gap:.6rem}.skill-tag{background:rgba(var(--color-secondary-rgb),.15);border:1px solid rgba(var(--color-secondary-rgb),.3);border-radius:20px;color:var(--color-secondary);font-size:.85rem;font-weight:500;padding:.4rem 1rem;transition:all .3s ease}.skill-tag:hover{background:rgba(var(--color-secondary-rgb),.25);box-shadow:0 4px 12px rgba(var(--color-secondary-rgb),.3);transform:translateY(-2px)}@media (max-width:992px){.timeline:before{left:25px}.timeline-item{left:0!important;padding-left:5rem!important;padding-right:1.5rem!important;width:100%}.timeline-dot{left:0!important;right:auto!important}.timeline-content{padding:2rem}}@media (max-width:768px){.timeline-section{padding:5rem 2rem}.timeline-item{padding-left:4.5rem!important;padding-right:1rem!important}.timeline-content h3{font-size:1.4rem}}@media (max-width:600px){.timeline-section{padding:4rem 1.5rem}.timeline:before{left:25px}.timeline-item{padding-left:4.5rem!important}.timeline-content{padding:1.5rem}.timeline-content h3{font-size:1.3rem}.timeline-dot{height:50px;left:0!important;width:50px}.dot-icon{font-size:1.5rem}}.projects{min-height:100vh;overflow-x:hidden;padding:6rem 2rem;width:100%}.projects-controls{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-bottom:3rem}.filter-buttons{display:flex;flex-wrap:wrap;gap:1rem}.filter-btn{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;color:var(--color-text-primary);cursor:pointer;font-size:.95rem;font-weight:500;padding:.7rem 1.5rem;transition:all .3s ease}.filter-btn:hover{background:rgba(var(--color-secondary-rgb),.15);border-color:var(--color-secondary);transform:translateY(-2px)}.filter-btn.active{background:var(--color-secondary);border-color:var(--color-secondary);color:#fff}.sort-dropdown{position:relative}.sort-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff0d;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23fff' d='M6 9 1 4h10z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;border:1px solid #ffffff1a;border-radius:50px;color:var(--color-text-primary);cursor:pointer;font-size:.95rem;font-weight:500;outline:none;padding:.7rem 2.5rem .7rem 1.2rem;transition:all .3s ease}.sort-select:focus{border-color:var(--color-secondary);box-shadow:0 0 0 3px rgba(var(--color-secondary-rgb),.1)}.sort-select:hover{background-color:rgba(var(--color-secondary-rgb),.1);border-color:var(--color-secondary)}.sort-select option{background:#1a1f2e;color:#fff;padding:.5rem}.sort-select option:checked{background:var(--color-secondary)}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}@media (max-width:992px){.projects-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.projects-controls{align-items:stretch;flex-direction:column;gap:1.5rem}.filter-buttons{justify-content:center}}@media (max-width:768px){.projects-grid{grid-template-columns:1fr}.filter-buttons{gap:.8rem}.filter-btn{font-size:.9rem;padding:.6rem 1.2rem}}@media (max-width:600px){.projects-grid{grid-template-columns:1fr}}.project-card{display:flex;flex-direction:column;height:100%}.project-card,.project-image{cursor:pointer;overflow:hidden;position:relative}.project-image{border-radius:12px;height:250px;margin-bottom:1.5rem;width:100%}.project-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.project-card:hover .project-image img{transform:scale(1.1)}.image-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:1}.image-overlay span{color:#fff;font-size:1rem;font-weight:600}.project-image:hover .image-overlay{opacity:1}.featured-badge{background:var(--color-accent);border-radius:20px;box-shadow:0 4px 15px #ff004066;color:#fff;font-size:.85rem;font-weight:600;padding:.4rem 1rem;position:absolute;right:1rem;top:1rem;z-index:2}.project-content{display:flex;flex-direction:column;flex-grow:1;gap:1rem;padding:0 2rem 2rem}.project-card h3{color:var(--color-text-primary);font-size:1.5rem;font-weight:600;margin:0}.project-card p{color:var(--color-text-secondary);flex-grow:1;font-size:1rem;line-height:1.6;margin:0}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tag{background:rgba(var(--color-secondary-rgb),.2);border:1px solid var(--color-secondary);border-radius:20px;color:var(--color-secondary);font-size:.85rem;padding:.4rem .8rem}.project-footer{align-items:center;display:flex;justify-content:space-between;margin-top:1.5rem}.project-year{color:var(--color-text-secondary);font-size:.9rem;font-weight:500}.project-link{align-items:center;background:var(--color-secondary);border:1px solid var(--color-secondary);border-radius:25px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.8rem 1.5rem;transition:all .3s ease}.project-link:hover{background:#0000;color:var(--color-secondary);transform:translateX(5px)}.current-project{background:#ff00401a;border:1px solid var(--color-accent);border-radius:20px;color:var(--color-accent);font-size:.9rem;font-weight:600;padding:.5rem 1rem}.image-modal{align-items:center;animation:fadeIn .3s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:9999}.modal-content{animation:slideUp .4s ease;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#1a1f2ef2;border:1px solid #ffffff1a;border-radius:20px;display:flex;flex-direction:column;max-height:90vh;max-width:90vw;overflow:hidden;position:relative}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.modal-close{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#000000b3;border:2px solid #ffffffe6;border-radius:50%;box-shadow:0 4px 20px #00000080,0 0 0 2px #ffffff1a;color:#fff;cursor:pointer;display:flex;height:44px;justify-content:center;outline:none;padding:0;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:44px;z-index:10}.modal-close svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));height:24px;pointer-events:none;width:24px}.modal-close:hover{background:var(--color-accent);border-color:var(--color-accent);box-shadow:0 6px 25px #ff004080,0 0 0 3px #ff004033;transform:rotate(90deg)}.modal-content img{background:#00000080;max-height:60vh;object-fit:contain;width:100%}.modal-info{color:#fff;padding:2rem}.modal-info h3{color:var(--color-text-primary);font-size:1.8rem;margin-bottom:1rem}.modal-info p{color:var(--color-text-secondary);line-height:1.6;margin-bottom:1.5rem}.modal-link{align-items:center;background:var(--color-secondary);border:1px solid var(--color-secondary);border-radius:25px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.modal-link:hover{background:#0000;color:var(--color-secondary);transform:translateX(5px)}@media (max-width:968px){.projects-controls{align-items:stretch;flex-direction:column}.filter-buttons{justify-content:center}.sort-dropdown,.sort-select{width:100%}.projects-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:600px){.projects{padding:4rem 1rem}.section-title{font-size:2rem;margin-bottom:2rem}.projects-controls{gap:1rem}.filter-buttons{gap:.5rem;justify-content:center}.filter-btn{font-size:.85rem;padding:.6rem 1rem}.sort-select{font-size:.85rem;padding:.6rem 2rem .6rem 1rem}.projects-grid{gap:1.5rem;grid-template-columns:1fr}.project-image{height:180px}.project-content{padding:0 1.2rem 1.5rem}.project-card h3{font-size:1.2rem}.project-card p{font-size:.95rem}.tag{font-size:.8rem;padding:.3rem .7rem}.image-modal{padding:1rem}.modal-content{max-height:95vh;max-width:95vw}.modal-content img{max-height:50vh}.modal-info{padding:1.5rem}.modal-info h3{font-size:1.3rem}.modal-info p{font-size:.95rem}.modal-link{font-size:.9rem;padding:.8rem 1.5rem}.current-project{font-size:.8rem;padding:.4rem .8rem}}.skills{align-items:center;display:flex;min-height:100vh;overflow-x:hidden;padding:6rem 2rem;width:100%}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}@media (max-width:600px){.skills-grid{gap:1.5rem;grid-template-columns:1fr}}.skills-category{border-radius:20px;height:100%;overflow:hidden;padding:2rem}.skills-category h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:1.8rem;font-weight:600;margin-bottom:2rem;text-align:center}.skills-list{display:flex;flex-direction:column;gap:1.5rem}.skill-item{width:100%}.skill-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.skill-name{color:#fff;font-size:1rem;font-weight:500}.skill-percentage{color:#fffc;font-size:.9rem;font-weight:600}.skill-bar{background:#ffffff1a;box-shadow:inset 0 2px 4px #0003;height:10px;overflow:hidden;width:100%}.skill-bar,.skill-progress{border-radius:10px;position:relative}.skill-progress{animation:gradient-shift 3s ease infinite,pulse-glow 2s ease-in-out infinite;background:linear-gradient(90deg,#3b82f6cc,#8b5cf6e6,#ec4899cc);background-size:200% 100%;box-shadow:0 0 20px #8b5cf699,inset 0 1px 2px #ffffff4d;height:100%;transition:width 1.5s cubic-bezier(.4,0,.2,1)}.skill-progress:before{animation:shine 2.5s ease infinite;background:linear-gradient(90deg,#0000,#fff9,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}@keyframes gradient-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes shine{0%{left:-100%}50%,to{left:100%}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #8b5cf699,inset 0 1px 2px #ffffff4d}50%{box-shadow:0 0 30px #8b5cf6cc,0 0 40px #ec489966,inset 0 1px 2px #ffffff4d}}@media (max-width:992px){.skills-grid{gap:2rem;grid-template-columns:1fr}.skills-category{padding:2.5rem}}@media (max-width:768px){.skills{padding:5rem 2rem}.section-title{font-size:2.2rem}.skills-category h3{font-size:1.6rem}}@media (max-width:600px){.skills{padding:4rem 1.5rem}.section-title{font-size:2rem;margin-bottom:2rem}.skills-category{padding:2rem}.skills-category h3{font-size:1.5rem;margin-bottom:2rem}.skill-name{font-size:.95rem}.skill-percentage{font-size:.9rem}.skill-bar{height:10px}.skills-list{gap:1.5rem}}.skills-carousel-container{margin:2rem 0;overflow:hidden;pointer-events:none;position:relative;width:100%}.skills-carousel-container:after,.skills-carousel-container:before{content:"";height:100%;pointer-events:none;position:absolute;top:0;width:100px;z-index:2}.skills-carousel-container:before{background:linear-gradient(to right,var(--color-bg),#0000);left:0}.skills-carousel-container:after{background:linear-gradient(to left,var(--color-bg),#0000);right:0}.skills-carousel{width:100%}.skills-carousel,.skills-track{display:flex;pointer-events:none}.skills-track{animation:scroll-left 30s linear infinite;gap:3rem;will-change:transform}.skills-carousel.reverse .skills-track{animation:scroll-right 30s linear infinite}.skill-logo-item{flex-shrink:0}.skill-logo-item,.skill-logo-wrapper{align-items:center;display:flex;justify-content:center;pointer-events:none}.skill-logo-wrapper{background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;min-height:80px;min-width:80px;padding:1.5rem;transition:all .3s ease}.skill-logo-img{filter:drop-shadow(0 2px 8px rgba(0,0,0,.3));height:3.5rem;object-fit:contain;width:3.5rem}.skill-logo-img,.skill-logo-wrapper i{pointer-events:none;transition:all .3s ease}.skill-logo-wrapper i{color:var(--color-secondary);font-size:3.5rem}.skill-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--color-secondary),var(--color-accent));-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700}.skills-carousel-container .skill-name{display:none}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scroll-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@media (max-width:992px){.skills-track{gap:2.5rem}.skill-logo-wrapper{min-height:95px;min-width:95px;padding:1.2rem}.skill-logo-wrapper i{font-size:2.6rem}.skill-logo-img{height:2.6rem;width:2.6rem}}@media (max-width:768px){.skills-track{gap:2.5rem}.skill-logo-wrapper{min-height:90px;min-width:90px;padding:1rem 1.2rem}.skill-logo-wrapper i{font-size:2.5rem}.skill-logo-img{height:2.5rem;width:2.5rem}}@media (max-width:600px){.skills-carousel{padding:2rem 1rem}.skills-track{gap:2rem}.skill-logo-wrapper{min-height:80px;min-width:80px;padding:1rem}.skill-logo-wrapper i{font-size:2.2rem}.skill-logo-img{height:2.2rem;width:2.2rem}}.glare-card{position:relative;transform-style:preserve-3d;transition:transform .1s ease;will-change:transform}.glare-card,.glare-effect{border-radius:20px;overflow:hidden}.glare-effect{height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:1}.glare-card>:not(.glare-effect){position:relative;z-index:2}.tech-showcase{background:#ffffff05;overflow:hidden;padding:6rem 0;position:relative}.tech-showcase:before{background:linear-gradient(90deg,#0000,var(--color-secondary),#0000);content:"";height:1px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:80%}.tech-showcase .section-title{margin-bottom:3rem;text-align:center}.hobbies{align-items:center;display:flex;min-height:100vh;overflow:hidden;padding:6rem 2rem;width:100%}.section-subtitle{color:#ffffffb3;font-size:1.1rem;margin-bottom:5rem;margin-top:-2rem;text-align:center}.hobbies-3d-carousel{align-items:center;display:flex;height:600px;justify-content:center;perspective:2000px;position:relative;width:100%}.carousel-container{height:100%;position:relative;transform-style:preserve-3d;width:100%}.hobby-card{border-radius:24px;cursor:pointer;height:520px;left:50%;position:absolute;top:50%;transform-style:preserve-3d;transition:all .8s cubic-bezier(.4,0,.2,1);width:380px}.hobby-card.active{opacity:1;pointer-events:all;transform:translate(-50%,-50%) translateZ(0) scale(1);z-index:10}.hobby-card.next{transform:translate(-25%,-50%) translateZ(-250px) translateX(380px) rotateY(-35deg) scale(.85)}.hobby-card.next,.hobby-card.prev{opacity:.6;pointer-events:all;z-index:5}.hobby-card.prev{transform:translate(-75%,-50%) translateZ(-250px) translateX(-380px) rotateY(35deg) scale(.85)}.hobby-card.hidden{opacity:0;pointer-events:none;transform:translate(-50%,-50%) translateZ(-500px) scale(.5);z-index:1}.card-inner{border-radius:24px;box-shadow:0 20px 60px #00000080,0 0 0 1px #ffffff1a;height:100%;overflow:hidden;position:relative;transition:all .4s ease;width:100%}.hobby-card.active .card-inner{box-shadow:0 30px 80px #8b5cf680,0 0 0 2px #8b5cf64d,0 0 60px #ec48994d}.hobby-card:hover .card-inner{box-shadow:0 35px 90px #8b5cf699,0 0 0 2px #8b5cf680,0 0 80px #ec489966}.hobby-image{height:100%;object-fit:cover;transition:transform .6s ease;width:100%}.hobby-card.active:hover .hobby-image{transform:scale(1.08)}.card-glow{background:radial-gradient(circle,#8b5cf64d 0,#0000 70%);height:200%;left:-50%;opacity:0;pointer-events:none;position:absolute;top:-50%;transition:opacity .4s ease;width:200%;z-index:-1}.hobby-card.active .card-glow{opacity:1}.card-title{background:linear-gradient(0deg,#000000f2 0,#000000d9 30%,#0009 60%,#0000);bottom:0;left:0;opacity:0;padding:2.5rem 2rem;position:absolute;right:0;transform:translateY(20px);transition:all .5s cubic-bezier(.4,0,.2,1)}.hobby-card.active:hover .card-title{opacity:1;transform:translateY(0)}.card-title h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f093fb 50%,#764ba2);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:2.2rem;font-weight:700;letter-spacing:1px;margin:0;text-align:center;text-shadow:0 4px 15px #000c}.carousel-nav{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:60px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:60px;z-index:100}.carousel-nav:hover{background:#8b5cf64d;border-color:#8b5cf680;box-shadow:0 8px 25px #8b5cf666;transform:translateY(-50%) scale(1.1)}.carousel-nav.prev{left:5%}.carousel-nav.next{right:5%}.carousel-dots{bottom:-3rem;display:flex;gap:1rem;left:50%;position:absolute;transform:translateX(-50%);z-index:100}.dot{background:#ffffff4d;border:none;border-radius:50%;cursor:pointer;height:12px;padding:0;transition:all .3s ease;width:12px}.dot:hover{background:#fff9;transform:scale(1.2)}.dot.active{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px;box-shadow:0 4px 15px #8b5cf680;width:32px}@media (max-width:992px){.hobbies{padding:5rem 2rem}.hobbies-3d-carousel{height:500px}.hobby-card{height:440px;width:320px}.hobby-card.next{transform:translate(-15%,-50%) translateZ(-200px) translateX(300px) rotateY(-30deg) scale(.8)}.hobby-card.prev{transform:translate(-85%,-50%) translateZ(-200px) translateX(-300px) rotateY(30deg) scale(.8)}.carousel-nav{height:50px;width:50px}.carousel-nav.prev{left:2%}.carousel-nav.next{right:2%}}@media (max-width:768px){.hobbies{padding:5rem 1rem}.section-subtitle{font-size:1rem;margin-bottom:4rem}.hobbies-3d-carousel{height:450px}.hobby-card{height:400px;width:280px}.hobby-card.next,.hobby-card.prev{opacity:.3;transform:translate(-50%,-50%) translateZ(-300px) scale(.7)}.card-title h3{font-size:1.6rem}.carousel-nav{height:45px;width:45px}.carousel-dots{bottom:-2.5rem;gap:.8rem}.dot{height:10px;width:10px}.dot.active{width:28px}}@media (max-width:600px){.hobbies{padding:4rem .5rem}.hobbies-3d-carousel{height:400px}.hobby-card{height:380px;width:260px}.card-title{padding:1.5rem}.card-title h3{font-size:1.4rem}.carousel-nav{height:40px;width:40px}.carousel-nav.prev{left:1%}.carousel-nav.next{right:1%}}.contact{align-items:center;display:flex;min-height:100vh;overflow-x:hidden;padding:6rem 2rem;width:100%}.contact-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.info-card{height:100%;padding:2.5rem}.info-card h3{color:#fff;font-size:2rem;font-weight:600;margin-bottom:1rem}.info-card>p{color:#ffffffe6;font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.contact-item{align-items:flex-start;display:flex;gap:1rem}.contact-item .icon{align-items:center;color:var(--color-secondary);display:flex;font-size:2rem;justify-content:center;min-width:24px}.contact-item h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.3rem}.contact-item p{color:#fffc;font-size:1rem;margin:0}.contact-item a{color:var(--color-secondary);display:inline-block;position:relative;text-decoration:none;transition:all .3s ease}.contact-item a:after{background:linear-gradient(90deg,var(--color-secondary),var(--color-accent));bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.contact-item a:hover{color:var(--color-accent);transform:translateX(3px)}.contact-item a:hover:after{width:100%}.social-links{display:flex;flex-wrap:wrap;gap:1rem}.social-link-wrapper{flex:1 1;min-width:120px}.social-link{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;color:#fff;display:flex;font-weight:500;gap:.5rem;justify-content:center;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.social-link i{font-size:1.3rem;transition:transform .3s ease}.social-link:hover{background:rgba(var(--color-secondary-rgb),.2);border-color:var(--color-secondary);box-shadow:0 8px 20px rgba(var(--color-secondary-rgb),.3);transform:translateY(-3px)}.social-link:hover i{transform:scale(1.2)}.contact-form{padding:2.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#fff;display:block;font-size:1rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{background:#ffffff1a;border:1px solid #fff3;border-radius:10px;color:#fff;font-family:Poppins,sans-serif;font-size:1rem;padding:1rem;transition:all .3s ease;width:100%}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff80}.form-group input:focus,.form-group textarea:focus{background:#ffffff26;border-color:#fff6;outline:none}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{align-items:center;background:var(--color-secondary);border:none;border-radius:50px;color:#fff;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem 2rem;transition:all .3s ease;width:100%}.submit-btn:disabled{cursor:not-allowed;opacity:.6}.submit-btn:not(:disabled):hover{background:rgba(var(--color-secondary-rgb),.8);box-shadow:0 10px 30px rgba(var(--color-secondary-rgb),.4);transform:translateY(-2px)}.spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@keyframes spin{to{transform:rotate(1turn)}}.status-message{animation:fadeIn .3s ease;border-radius:10px;font-weight:500;margin-top:1rem;padding:1rem;text-align:center}.status-message.success{background:#4caf5033;border:1px solid #4caf5080;color:#4caf50}.status-message.error{background:#f4433633;border:1px solid #f4433680;color:#f44336}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.contact-content{gap:2.5rem;grid-template-columns:1fr}.contact-form,.info-card{padding:2.5rem}.social-links{flex-wrap:wrap}.social-link-wrapper{flex-basis:calc(50% - 0.5rem);flex-grow:1;flex-shrink:1;min-width:150px}}@media (max-width:768px){.contact{padding:5rem 2rem}.section-title{font-size:2.2rem}.info-card h3{font-size:1.7rem}.social-link-wrapper{flex:1 1 100%}}@media (max-width:600px){.contact{padding:4rem 1rem}.section-title{font-size:2rem;margin-bottom:2rem}.contact-content{gap:1.5rem}.contact-form,.info-card{padding:1.5rem}.info-card h3{font-size:1.5rem}.info-card>p{font-size:.95rem;line-height:1.6}.contact-item .icon{font-size:1.5rem}.contact-item h4{font-size:1rem}.contact-item p{font-size:.9rem}.social-links{flex-direction:column;gap:.75rem}.social-link{padding:.9rem 1.2rem;text-align:center}.form-group label{font-size:.95rem}.form-group input,.form-group textarea{font-size:.95rem;padding:.9rem}.submit-btn{font-size:1rem;padding:.9rem 1.8rem}}.footer{margin-top:4rem;padding:3rem 2rem 2rem}.footer .animated-card{margin:0 auto;max-width:1200px}.footer-content{padding:3rem}.footer-top{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(4,1fr);margin-bottom:3rem}.footer-section h3{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.footer-section h4{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.footer-section p{color:#fffc;font-size:1rem;line-height:1.6;max-width:250px}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{margin-bottom:.8rem}.footer-section ul li a{color:#fffc;font-size:1rem;text-decoration:none;transition:all .3s ease}.footer-section ul li a:hover{color:#fff;padding-left:5px}.footer-bottom{align-items:center;border-top:1px solid #fff3;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:2rem}.footer-bottom p{color:#ffffffb3;font-size:.95rem;margin:0}@media (max-width:968px){.footer-top{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.footer{margin-top:2rem;padding:2rem 1rem 1rem}.footer-content{padding:1.5rem}.footer-top{gap:1.5rem;grid-template-columns:1fr}.footer-section h3{font-size:1.4rem}.footer-section h4{font-size:1rem}.footer-section p{font-size:.9rem;max-width:100%}.footer-section ul li{margin-bottom:.6rem}.footer-section ul li a{font-size:.9rem}.footer-bottom{flex-direction:column;gap:.5rem;padding-top:1.5rem;text-align:center}.footer-bottom p{font-size:.85rem}}.particles-canvas{opacity:.6}.grid-background,.particles-canvas{height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.grid-background{overflow:hidden}.grid-overlay{background-image:linear-gradient(#ffffff0d 1px,#0000 0),linear-gradient(90deg,#ffffff0d 1px,#0000 0);background-size:50px 50px;inset:0;mask-image:radial-gradient(ellipse 80% 50% at 50% 50%,#000 40%,#0000 100%);-webkit-mask-image:radial-gradient(ellipse 80% 50% at 50% 50%,#000 40%,#0000 100%);opacity:.3;position:absolute}.grid-background:before{background:radial-gradient(circle 800px at 50% 200px,#ffffff08,#0000 40%);content:"";inset:0;opacity:.2;position:absolute}
/*# sourceMappingURL=main.9f9743dd.css.map*/