@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap);.app-about,.app-contact,.app-experience,.app-project,section{padding:10rem 0}@media screen and (max-width:1100px){.app-about,.app-contact,.app-experience,.app-project,section{padding:6rem 0}}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--text-color) 0,var(--secondary-color) 100%);-webkit-background-clip:text;font-size:3.5rem;font-weight:800;letter-spacing:-.05em;margin-bottom:4rem}@media screen and (max-width:1100px){.section-title{font-size:2.5rem;margin-bottom:2.5rem}}#main{background-color:var(--primary-color);font-family:var(--font-base);min-height:100vh;transition:background-color .4s ease-in-out}.app-animation-outer{display:flex;height:100vh;justify-content:center}.app-animation{margin:auto}.app-lottie-animation{height:400px}@media screen and (max-width:1100px){.app-lottie-animation{height:300px}}@media screen and (min-width:1100px){.app-contents{margin:0 auto;max-width:72%;padding:0 4rem}}@media screen and (max-width:1100px){.app-contents{padding:0 1.5rem}}.hover-underline-animation{position:relative;transition:color .3s ease}.hover-underline-animation:after{background:linear-gradient(90deg,var(--secondary-color),var(--accent-color));bottom:-4px;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:bottom right;transition:transform .4s cubic-bezier(.165,.84,.44,1);width:100%}.hover-underline-animation:hover:after{transform:scaleX(1);transform-origin:bottom left}.app-skill-items{display:flex;flex-wrap:wrap;gap:2.25rem;justify-content:flex-start;margin-top:2rem}@media screen and (max-width:1100px){.app-skill-items{gap:1.5rem;justify-content:flex-start}}.app-skill-items div{align-items:center;display:flex;flex-direction:column;transition:transform .4s cubic-bezier(.34,1.56,.64,1);width:80px}@media screen and (max-width:1100px){.app-skill-items div{width:70px}}.app-skill-items div:hover{transform:translateY(-8px)}.app-skill-items div a{align-items:center;display:flex;flex-direction:column;gap:.85rem;text-decoration:none;width:100%}.app-skill-items div a div{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--card-bg);border:1px solid var(--glass-border);border-radius:16px;box-shadow:0 4px 15px #00000014;display:flex;height:56px;justify-content:center;padding:12px;transition:all .3s cubic-bezier(.4,0,.2,1);width:56px}@media screen and (max-width:1100px){.app-skill-items div a div{border-radius:14px;height:48px;padding:10px;width:48px}}.app-skill-items div a div:hover{background:rgba(var(--secondary-color-rgb),.08);border-color:var(--secondary-color);box-shadow:0 0 25px #6366f140}.app-skill-items div a div svg{height:100%;width:100%}.app-skill-items div a p{color:var(--subtext-color);font-size:.85rem;font-weight:600;margin:0;overflow:hidden;text-align:center;text-overflow:ellipsis;transition:color .3s ease;white-space:nowrap;width:100%}.app-skill-items div a:hover p{color:var(--secondary-color)}.app-navbar{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:var(--card-bg);border:1px solid var(--glass-border);border-radius:100px;box-shadow:0 10px 30px #0000001a;display:flex;left:0;margin:0 auto;max-width:1200px;padding:.8rem 2.5rem;position:-webkit-sticky;position:sticky;right:0;top:1.5rem;transition:all .3s cubic-bezier(.165,.84,.44,1);width:calc(100% - 4rem);z-index:1000}@media screen and (max-width:1100px){.app-navbar{border-radius:20px;padding:.6rem 1.5rem;top:1rem;width:calc(100% - 2rem)}}.app-navbar-title p{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--secondary-color),var(--accent-color));-webkit-background-clip:text;color:var(--text-color);cursor:pointer;font-size:1.5rem;font-weight:800;letter-spacing:-.05em}.app-navbar-links{align-items:center;display:flex;flex:1 1;gap:2rem;justify-content:flex-end}.app-navbar-links li{list-style:none}.app-navbar-links li .hover-underline-animation,.app-navbar-links li a{color:var(--text-color);cursor:pointer;font-size:1rem;font-weight:600;text-decoration:none;transition:color .3s ease}.app-navbar-links li .hover-underline-animation:hover,.app-navbar-links li a:hover{color:var(--secondary-color)}.app-navbar-links li:last-child{margin-left:1rem}@media screen and (max-width:1100px){.app-navbar-links{display:none}}.app-navbar-links-mobile{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:var(--card-bg);border:1px solid var(--glass-border);border-radius:24px;box-shadow:0 20px 40px #00000026;display:flex;flex-direction:column;gap:.5rem;left:1rem;margin:0 auto;max-width:400px;padding:1.5rem;position:fixed;right:1rem;top:5.5rem;width:calc(100% - 2rem);z-index:999}.app-navbar-links-mobile li{list-style:none;width:100%}.app-navbar-links-mobile li .hover-underline-animation,.app-navbar-links-mobile li a{border-radius:12px;color:var(--text-color);cursor:pointer;display:block;font-size:1.1rem;font-weight:600;padding:.8rem 1rem;text-align:center;text-decoration:none;transition:all .2s ease}.app-navbar-links-mobile li .hover-underline-animation:hover,.app-navbar-links-mobile li a:hover{background:rgba(var(--secondary-color-rgb),.1);color:var(--secondary-color)}@media screen and (min-width:1101px){.app-navbar-links-mobile{display:none}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dark-mode-toggle-mobile,.dark-mode-toggle-web{cursor:pointer;transition:transform .3s ease}.dark-mode-toggle-mobile:hover,.dark-mode-toggle-web:hover{transform:scale(1.1) rotate(10deg)}.dark-mode-toggle-mobile svg,.dark-mode-toggle-web svg{cursor:pointer}.dark-mode-toggle-web{margin-left:2rem}@media screen and (max-width:1100px){.dark-mode-toggle-web{display:none}}.hamburger-menu{align-items:center;display:flex;flex:1 1;gap:1rem;justify-content:flex-end}@media screen and (min-width:1101px){.hamburger-menu{display:none}}#menu__toggle{display:none}.menu__btn{align-items:center;cursor:pointer;display:flex;height:24px;justify-content:center;width:24px}.menu__btn>span,.menu__btn>span:after,.menu__btn>span:before{background-color:var(--text-color);border-radius:2px;display:block;height:2px;position:absolute;transition:all .3s ease;width:24px}.menu__btn>span:before{content:"";top:-8px}.menu__btn>span:after{content:"";top:8px}#menu__toggle:checked+.menu__btn>span{background:#0000}#menu__toggle:checked+.menu__btn>span:before{top:0;transform:rotate(45deg)}#menu__toggle:checked+.menu__btn>span:after{top:0;transform:rotate(-45deg)}.app-social-links-pill{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1rem}.app-social-links-pill .social-pill{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:100px;box-shadow:0 4px 12px #0000000d;color:var(--text-color);font-size:1rem;font-weight:700;padding:.8rem 1.8rem;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.app-social-links-pill .social-pill:hover{background:var(--secondary-color);border-color:var(--secondary-color);box-shadow:0 10px 20px #6366f14d;color:#fff!important;transform:translateY(-4px) scale(1.05)}@media screen and (max-width:1100px){.app-social-links-pill .social-pill{font-size:.9rem;padding:.6rem 1.4rem}}.app-social-links-link{display:flex;flex-wrap:wrap;gap:2rem;margin-top:1.5rem}.app-social-links-link a{color:var(--text-color);font-size:1.1rem;font-weight:700;text-decoration:none;transition:color .3s ease}.app-social-links-link a:hover{color:var(--secondary-color)}.app-footer{align-items:center;border-top:1px solid var(--glass-border);display:flex;flex-direction:column;gap:2.5rem;margin-top:4rem;padding:8rem 0 6rem;text-align:center}@media screen and (max-width:1100px){.app-footer{gap:2rem;padding:6rem 1.5rem 4rem}}.app-footer .app-footer-title p{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--secondary-color),var(--accent-color));-webkit-background-clip:text;font-size:2.5rem;font-weight:800;letter-spacing:-.05em;line-height:1;margin:0}.app-footer .app-footer-description p{color:var(--subtext-color);font-size:1.25rem;font-weight:500;line-height:1.6;margin:0;max-width:500px}.app-footer .app-social-links-link{gap:3rem;justify-content:center;margin-top:.5rem}@media screen and (max-width:600px){.app-footer .app-social-links-link{gap:1.5rem}}.app-footer .app-social-links-link a{color:var(--text-color);font-size:1.1rem;font-weight:700;opacity:.8;text-decoration:none;transition:all .3s ease}.app-footer .app-social-links-link a:hover{color:var(--secondary-color);opacity:1;transform:translateY(-2px)}.app-intro-outer{align-items:center;display:flex;gap:4rem;height:90vh;justify-content:space-between;min-height:600px}@media screen and (max-width:1100px){.app-intro-outer{align-items:flex-start;flex-direction:column;gap:3rem;height:auto;justify-content:center;padding:8rem 0 4rem}}.app-intro{display:flex;flex-direction:column;max-width:640px;z-index:10}.app-intro-hello{align-items:center;display:flex;height:5rem;margin-bottom:.5rem}.hello-text{color:var(--secondary-color);font-size:3.5rem;font-weight:700;letter-spacing:-.04em}@media screen and (max-width:1100px){.hello-text{font-size:2.5rem}}.cursor{color:var(--accent-color);font-size:3.5rem;font-weight:300}.app-intro-name{color:var(--text-color);font-size:5rem;font-weight:800;letter-spacing:-.05em;line-height:1.1;margin-bottom:2rem}@media screen and (max-width:1100px){.app-intro-name{font-size:3.5rem}}.app-intro-name .app-intro-name-animated{-webkit-text-fill-color:#0000;animation:shine 240s ease-in-out infinite;background:linear-gradient(to right,var(--name-base-color) 0,var(--name-base-color) 20%,#ff9d00 45%,#d40032 55%,var(--name-base-color) 80%,var(--name-base-color) 100%);-webkit-background-clip:text;background-size:500% auto;display:inline-block}@keyframes shine{0%{background-position:200%}to{background-position:-200%}}.app-intro-description{color:var(--subtext-color);font-size:1.4rem;font-weight:400;line-height:1.6;margin-bottom:1.5rem}@media screen and (max-width:1100px){.app-intro-description{font-size:1.1rem}}.app-intro-current-description{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(var(--secondary-color-rgb),.08);border:1px solid rgba(var(--secondary-color-rgb),.2);border-radius:100px;box-shadow:0 8px 32px #0000000d;color:var(--text-color);display:inline-flex;font-size:1.05rem;font-weight:600;gap:.85rem;margin-bottom:3.5rem;padding:.7rem 1.4rem;transition:all .4s cubic-bezier(.165,.84,.44,1);width:-webkit-fit-content;width:fit-content}.app-intro-current-description:hover{background:rgba(var(--secondary-color-rgb),.12);border-color:var(--secondary-color);box-shadow:0 12px 40px #6366f126;transform:translateY(-3px) scale(1.02)}@media screen and (max-width:1100px){.app-intro-current-description{font-size:.9rem;margin-bottom:2.5rem;padding:.6rem 1.2rem}}.app-intro-current-description:before{animation:pulse 2.5s cubic-bezier(.4,0,.6,1) infinite;background:#10b981;border-radius:50%;box-shadow:0 0 0 0 #10b98180;content:"";display:block;height:8px;position:relative;width:8px}@keyframes pulse{0%{box-shadow:0 0 0 0 #10b981b3;transform:scale(.95)}70%{box-shadow:0 0 0 10px #10b98100;transform:scale(1)}to{box-shadow:0 0 0 0 #10b98100;transform:scale(.95)}}.profile-photo{animation:blob 10s infinite alternate;border:8px solid var(--card-bg);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;box-shadow:0 20px 40px #0003;height:400px;object-fit:cover;transition:all .5s cubic-bezier(.175,.885,.32,1.275);width:400px}.profile-photo:hover{border-color:var(--secondary-color);transform:scale(1.05) rotate(5deg)}@media screen and (max-width:1500px){.profile-photo{height:320px;width:320px}}@media screen and (max-width:1100px){.profile-photo{display:none}}.profile-photo-mobile{border:4px solid var(--secondary-color);border-radius:50%;box-shadow:0 10px 30px #6366f133;height:280px;margin:0 auto;width:280px}@media screen and (min-width:1100px){.profile-photo-mobile{display:none}}@keyframes blob{0%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}to{border-radius:50% 50% 33% 67%/55% 27% 73% 45%}}.app-about{padding:10rem 0}.app-about .about-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--card-bg);border:1px solid var(--glass-border);border-radius:24px;box-shadow:0 4px 20px #0000000d;padding:3.5rem}@media screen and (max-width:1100px){.app-about .about-content{padding:2rem}}.app-about h2{color:var(--text-color);font-size:1.25rem;font-weight:500;line-height:1.8;margin-bottom:2rem;opacity:.9}@media screen and (min-width:2600px){.app-about h2{font-size:1.5rem}}.app-skill{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding-top:10rem}.app-skill h1{color:var(--text-color);font-size:3.5rem;padding-bottom:2rem;transition:color .3s ease-in-out}@media screen and (min-width:2600px){.app-skill h1{font-size:4.2rem}}.app-skill p{color:var(--subtext-color);font-size:1.25rem;transition:color .3s ease-in-out}@media screen and (min-width:2600px){.app-skill p{font-size:1.5rem}}.app-skill h2{color:var(--text-color);font-size:1.25rem;font-weight:400;line-height:2.5rem;padding:1rem 0;transition:color .3s ease-in-out}@media screen and (min-width:2600px){.app-skill h2{font-size:1.5rem}}@media screen and (max-width:1100px){.app-skill{padding-left:1rem;padding-right:1rem}}.app-experience-item{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:var(--card-bg);border:1px solid var(--glass-border);border-radius:32px;box-shadow:0 10px 40px #0000000a;margin-bottom:4rem;overflow:hidden;padding:4rem;position:relative;transition:all .6s cubic-bezier(.16,1,.3,1)}.app-experience-item:after{background:linear-gradient(90deg,#0000,var(--secondary-color),#0000);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .4s ease}.app-experience-item:hover{border-color:rgba(var(--secondary-color-rgb),.3);box-shadow:0 25px 60px #0000001a;transform:translateY(-10px)}.app-experience-item:hover:after{opacity:.6}@media screen and (max-width:1100px){.app-experience-item{border-radius:24px;padding:2.5rem 2rem}}.app-experience-item .app-experience-item-title{align-items:baseline;display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}.app-experience-item .app-experience-item-title h1{color:var(--text-color);font-size:2.25rem;font-weight:800;letter-spacing:-.04em;line-height:1.1}.app-experience-item .app-experience-item-title h1 a{color:var(--secondary-color);font-weight:800;text-decoration:none}@media screen and (max-width:1100px){.app-experience-item .app-experience-item-title h1{font-size:1.75rem}}.app-experience-item .app-experience-item-subtitle{color:var(--subtext-color);font-size:1rem;font-weight:700;letter-spacing:.15em;margin-bottom:2.5rem;opacity:.8;text-transform:uppercase}@media screen and (max-width:1100px){.app-experience-item .app-experience-item-subtitle{font-size:.85rem;margin-bottom:2rem}}.app-experience-item ul{margin-bottom:3rem;padding-left:1.5rem}.app-experience-item ul li{color:var(--text-color);font-size:1.15rem;line-height:1.75;margin-bottom:1.5rem;opacity:.9;position:relative}@media screen and (max-width:1100px){.app-experience-item ul li{font-size:1rem;margin-bottom:1.2rem}}.app-experience-item ul li::marker{color:var(--secondary-color);font-weight:700}.app-experience-item .app-experience-images-container{display:flex;gap:1.5rem;margin-bottom:3rem;overflow-x:auto;padding-bottom:1rem;scroll-behavior:smooth}.app-experience-item .app-experience-images-container img{border-radius:16px;box-shadow:0 10px 30px #0000001a;object-fit:cover;transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.app-experience-item .app-experience-images-container img:hover{transform:scale(1.03) translateY(-5px)}.app-experience-item .app-experience-item-link-description{color:var(--text-color);font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;opacity:.95}.app-experience-item .app-experience-item-links{display:flex;flex-wrap:wrap;gap:1rem;list-style:none;margin-bottom:2.5rem;margin-top:1.5rem;padding:0}.app-experience-item .app-experience-item-links li a{align-items:center;background:rgba(var(--secondary-color-rgb),.05);border:1px solid rgba(var(--secondary-color-rgb),.1);border-radius:100px;color:var(--text-color);display:inline-flex;font-size:1rem;font-weight:700;gap:.5rem;opacity:.85;padding:.1rem 1rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.app-experience-item .app-experience-item-links li a:after{content:"→";font-size:1rem;transition:transform .3s ease}.app-experience-item .app-experience-item-links li a:hover{background:rgba(var(--secondary-color-rgb),.12);border-color:var(--secondary-color);color:var(--secondary-color);opacity:1;transform:translateY(-2px)}.app-experience-item .app-experience-item-links li a:hover:after{transform:translateX(4px)}.app-experience-item .app-experience-item-subtitle:last-of-type{font-size:.9rem;margin-bottom:1.5rem;margin-top:2rem;opacity:.7}.app-experience{align-items:flex-start;display:flex;flex-direction:column;gap:5rem;justify-content:flex-start;padding-top:14rem}.app-experience h1{color:var(--text-color);font-size:3.5rem;padding-bottom:2rem;transition:color .3s ease-in-out}@media screen and (min-width:2600px){.app-experience h1{font-size:4.2rem}}@media screen and (max-width:1100px){.app-experience{padding-left:1rem;padding-right:1rem}}.app-project-item{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:var(--card-bg);border:1px solid var(--glass-border);border-radius:32px;box-shadow:0 10px 40px #0000000a;margin-bottom:5rem;overflow:hidden;padding:4rem;position:relative;transition:all .6s cubic-bezier(.16,1,.3,1)}.app-project-item:after{background:linear-gradient(90deg,#0000,var(--accent-color),#0000);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .4s ease}.app-project-item:hover{border-color:rgba(var(--secondary-color-rgb),.3);box-shadow:0 30px 70px #0000001f;transform:translateY(-12px)}.app-project-item:hover:after{opacity:.6}@media screen and (max-width:1100px){.app-project-item{border-radius:24px;margin-bottom:3.5rem;padding:2.5rem 2rem}}.app-project-item .app-experience-item-title{margin-bottom:.75rem}.app-project-item .app-experience-item-title h1{font-size:2.75rem;font-weight:800;letter-spacing:-.05em;line-height:1.1}.app-project-item .app-experience-item-title h1 a{color:var(--text-color);text-decoration:none;transition:color .3s ease}.app-project-item .app-experience-item-title h1 a:hover{color:var(--secondary-color)}@media screen and (max-width:1100px){.app-project-item .app-experience-item-title h1{font-size:2rem}}.app-project-item .app-project-item-subtitle{color:var(--subtext-color);font-size:1rem;font-weight:700;letter-spacing:.15em;margin-bottom:2.5rem;opacity:.8;text-transform:uppercase}@media screen and (max-width:1100px){.app-project-item .app-project-item-subtitle{font-size:.85rem;margin-bottom:2rem}}.app-project-item .app-project-images-container{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:center;margin-bottom:3.5rem}.app-project-item .app-project-images-container img{border:1px solid var(--glass-border);border-radius:20px;box-shadow:0 15px 45px #0000001f;height:auto;max-width:100%;transition:transform .5s cubic-bezier(.175,.885,.32,1.275)}.app-project-item .app-project-images-container img:hover{border-color:rgba(var(--secondary-color-rgb),.3);transform:scale(1.04) translateY(-5px)}@media screen and (max-width:1100px){.app-project-item .app-project-images-container{display:none}}.app-project-item .app-project-item-context{color:var(--text-color);font-size:1.2rem;font-weight:500;line-height:1.7;margin-bottom:2rem;opacity:.95}@media screen and (max-width:1100px){.app-project-item .app-project-item-context{font-size:1.05rem}}.app-project-item .app-project-item-points{margin-bottom:3.5rem;padding:0}.app-project-item .app-project-item-points li{color:var(--text-color);font-size:1.15rem;line-height:1.75;list-style:none;margin-bottom:1.5rem;opacity:.9;padding-left:2rem;position:relative}@media screen and (max-width:1100px){.app-project-item .app-project-item-points li{font-size:1rem;padding-left:1.75rem}}.app-project-item .app-project-item-points li:before{color:var(--secondary-color);content:"→";font-weight:800;left:0;position:absolute}.app-project-item .app-project-item-points li a{color:var(--secondary-color);font-weight:700;text-decoration:none}.app-project-item .app-project-item-points li a:hover{text-decoration:underline}.app-project-item .app-project-item-links{display:flex;flex-wrap:wrap;gap:1.25rem;list-style:none;margin-bottom:3.5rem;padding:0}.app-project-item .app-project-item-links li a{align-items:center;background:rgba(var(--secondary-color-rgb),.05);border:1px solid rgba(var(--secondary-color-rgb),.1);border-radius:100px;color:var(--text-color);display:inline-flex;font-size:1.05rem;font-weight:700;gap:.5rem;opacity:.85;padding:.5rem 1.2rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.app-project-item .app-project-item-links li a:after{content:"→";font-size:1.2rem;transition:transform .3s ease}.app-project-item .app-project-item-links li a:hover{background:rgba(var(--secondary-color-rgb),.12);border-color:var(--secondary-color);color:var(--secondary-color);opacity:1;transform:translateY(-2px)}.app-project-item .app-project-item-links li a:hover:after{transform:translateX(4px)}.app-project-item .app-project-item-subtitle:last-of-type{font-size:.85rem;margin-bottom:1rem;margin-top:2rem}.app-project{align-items:flex-start;display:flex;flex-direction:column;gap:5rem;justify-content:flex-start;padding-top:10rem}.app-project h1{color:var(--text-color);font-size:3.5rem;padding-bottom:2rem;transition:color .3s ease-in-out}@media screen and (min-width:2600px){.app-project h1{font-size:4.2rem}}@media screen and (max-width:1100px){.app-project{padding-left:1rem;padding-right:1rem}}.app-project p button{background-color:#0000;border:none;color:var(--text-color);cursor:pointer;font:var(--font-base);font-size:1.25rem;transition:color .3s ease-in-out;transition:font-size .3s ease-in-out}@media screen and (min-width:2600px){.app-project p button{font-size:1.5rem}}.app-project p button:hover{color:var(--secondary-color);font-size:1.28rem}.app-contact{padding:10rem 0}.app-contact p{color:var(--subtext-color);font-size:1.3rem;line-height:1.6;margin-bottom:3rem;max-width:600px}.app-contact form{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:var(--card-bg);border:1px solid var(--glass-border);border-radius:32px;box-shadow:0 10px 40px #00000014;padding:5rem;width:100%}@media screen and (max-width:1100px){.app-contact form{border-radius:24px;padding:2.5rem 2rem}}.app-contact form .form-group{margin-bottom:2.5rem}.app-contact form .form-group:last-of-type{margin-bottom:3rem}.app-contact form label{color:var(--text-color);display:block;font-size:.9rem;font-weight:700;letter-spacing:.1em;margin-bottom:.75rem;text-transform:uppercase}.app-contact form input,.app-contact form textarea{background:#ffffff08;border:1px solid var(--glass-border);border-radius:12px;color:var(--text-color);font-family:var(--font-base);font-size:1rem;padding:1rem 1.2rem;transition:all .3s ease;width:100%}.app-contact form input:focus,.app-contact form textarea:focus{background:#ffffff0d;border-color:var(--secondary-color);box-shadow:0 0 15px #6366f133;outline:none}.app-contact form textarea{min-height:160px;resize:vertical}.app-contact form button{background:linear-gradient(135deg,var(--secondary-color),var(--accent-color));border:none;border-radius:100px;box-shadow:0 10px 20px #6366f14d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1.2rem 3rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.app-contact form button:hover{box-shadow:0 15px 30px #6366f166;transform:translateY(-4px) scale(1.02)}.app-contact form button:active{transform:translateY(0)}:root{--font-base:"Plus Jakarta Sans",sans-serif}body{-ms-overflow-style:none;background-color:var(--primary-color);min-height:100vh;overflow-y:overlay;scroll-behavior:smooth}body:before{background:url(https://grainy-gradients.vercel.app/noise.svg);content:"";filter:contrast(150%) brightness(100%);height:100%;left:0;opacity:.05;pointer-events:none;position:fixed;top:0;width:100%;z-index:9999}body::-webkit-scrollbar{width:6px}body::-webkit-scrollbar-track{background:#0000}body::-webkit-scrollbar-thumb{background:var(--glass-border);border-radius:10px}body::-webkit-scrollbar-thumb:hover{background:var(--secondary-color)}[data-theme=light]{--primary-color:#f8f9fa;--secondary-color:#6366f1;--secondary-color-rgb:99,102,241;--accent-color:#8b5cf6;--name-base-color:#4a4a4a;--text-color:#0f172a;--subtext-color:#475569;--card-bg:#ffffffb3;--glass-border:#0000000d}[data-theme=dark]{--primary-color:#020617;--secondary-color:#818cf8;--secondary-color-rgb:129,140,248;--accent-color:#c084fc;--name-base-color:#ccc;--text-color:#f1f5f9;--subtext-color:#94a3b8;--card-bg:#0f172ab3;--glass-border:#ffffff1a;background-image:radial-gradient(at 0 0,#100f15 0,#0000 50%),radial-gradient(at 50% 0,#2f3e6a1a 0,#0000 50%),radial-gradient(at 100% 0,#7227411a 0,#0000 50%)}*{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;margin:0;padding:0;transition:background-color .3s ease,color .3s ease,border-color .3s ease}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em}
/*# sourceMappingURL=main.1750128c.css.map*/