body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-orange:#f17989;--primary-orange-dark:#e67e22;--primary-orange-darker:#d35400;--accent-yellow:#f1c40f;--accent-red:#e74c3c;--gradient-primary:linear-gradient(45deg,var(--primary-orange),var(--primary-orange-dark));--gradient-primary-hover:linear-gradient(45deg,var(--primary-orange-dark),var(--primary-orange-darker));--gradient-banner-title:linear-gradient(45deg,var(--accent-yellow),var(--primary-orange-dark),var(--accent-red));--gradient-header:linear-gradient(135deg,#f8d9c4,#f8bd96);--gradient-warm:linear-gradient(135deg,#f8eae1,#f3c9ae);--gradient-neutral:linear-gradient(135deg,#f8f9fa,#e9ecef);--text-white:#fff;--text-dark:#555;--text-light:#ecf0f1;--text-primary:#2c3e50;--bg-white-semi:#ffffff1a;--bg-white-light:#ffffff26;--bg-white-medium:#fff3;--bg-white-strong:#ffffff4d;--bg-black-light:#0000001a;--bg-black-medium:#0003;--bg-black-strong:#0000004d;--bg-black-overlay:#000000b3;--border-white-light:#fff3;--border-white-medium:#ffffff4d;--border-white-strong:#ffffff80;--shadow-light:0 2px 10px #0000001a;--shadow-medium:0 5px 15px #0003;--shadow-strong:0 10px 30px #0000001a;--shadow-button:0 4px 15px #0000004d;--shadow-button-hover:0 6px 20px #0006;--shadow-hover:0 20px 40px #00000026;--shadow-image:0 8px 25px #0003;--shadow-modal:0 10px 30px #0000004d;--shadow-white:0 6px 20px #ffffff4d;--text-shadow-light:2px 2px 4px #0000001a;--text-shadow-medium:2px 2px 4px #0000004d;--text-shadow-strong:3px 3px 6px #000000b3;--text-shadow-dark:2px 2px 4px #000c}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{justify-content:space-between;min-height:100vh}.header{background:linear-gradient(135deg,#f8d9c4,#f8bd96);background:var(--gradient-header);box-shadow:0 2px 10px #0000001a;box-shadow:var(--shadow-light);justify-content:space-between!important;padding:1rem 0}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1600px;padding:0 2rem;position:relative}.logo h1{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#f17989,#e67e22);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:#fff;color:var(--text-white);font-size:2rem;font-weight:700;letter-spacing:2px;text-shadow:2px 2px 4px #0000004d;text-shadow:var(--text-shadow-medium)}.nav{display:flex;gap:2rem}.nav-button{align-items:center;border:2px solid #0000;border-radius:25px;color:#fff;color:var(--text-white);display:flex;font-size:1.5rem;font-weight:1000;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.nav-button:hover{box-shadow:0 5px 15px #0003;box-shadow:var(--shadow-medium);transform:translateY(-2px)}.nav-button:not(.games-button):hover{background:#ffffff1a;background:var(--bg-white-semi);border-color:#ffffff4d;border-color:var(--bg-white-strong)}.social-media{align-items:center;display:flex;gap:1rem}.logo-image{border-radius:50%;height:100px;object-fit:contain;width:100px}.social-link{align-items:center;background:#ffffff1a;background:var(--bg-white-semi);border-radius:50%;color:#fff;color:var(--text-white);display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.social-link:hover{background:#fff3;background:var(--bg-white-medium);box-shadow:0 5px 15px #0003;box-shadow:var(--shadow-medium);transform:translateY(-3px)}.social-icon{filter:brightness(0) invert(1);height:24px;object-fit:contain;width:24px}.mobile-menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px;padding:.5rem}.mobile-menu-toggle span{background:#fff;border-radius:2px;height:3px;transition:all .3s ease;width:25px}.mobile-menu-toggle:hover span{background:#f1c40f;background:var(--accent-yellow)}@media (max-width:768px){.header-content{flex-wrap:wrap;padding:0 1rem}.logo h1{font-size:1.5rem}.mobile-menu-toggle{display:flex;order:2}.nav{background:#0000001a;background:var(--bg-black-light);border-radius:10px;flex-direction:column;margin-top:1rem;max-height:0;opacity:0;order:3;overflow:hidden;transition:all .3s ease;width:100%}.nav-open{max-height:400px;opacity:1}.nav-button{font-size:1.2rem;justify-content:center;margin:.25rem 0;padding:1rem;width:100%}.social-media{gap:.5rem;order:1}.social-link{height:35px;width:35px}}@media (max-width:480px){.header-content{padding:0 .5rem}.logo h1,.nav-button{font-size:1.2rem}.social-media{gap:.3rem}.social-link{height:30px;width:30px}.social-icon{height:18px;width:18px}}@media (max-width:768px){.mobile-menu-toggle.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}}.banner-section{align-items:center;background-image:url(/static/media/banner.ef69ae389c3143a165be.PNG);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:60vh;justify-content:center;min-height:700px;overflow:hidden;position:relative}.banner-section:before{background:#0000004d;background:var(--bg-black-strong);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.banner-content{color:#fff;color:var(--text-white);max-width:800px;padding:2rem;position:relative;text-align:center;z-index:2}.banner-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#f1c40f,#e67e22,#e74c3c);background:var(--gradient-banner-title);-webkit-background-clip:text;background-clip:text;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.8));font-size:4rem;font-weight:700;margin-bottom:1rem;text-shadow:3px 3px 6px #000000b3;text-shadow:var(--text-shadow-strong)}.banner-subtitle{color:#fff;font-size:1.5rem;font-weight:600;letter-spacing:1px;margin-bottom:2rem;text-shadow:2px 2px 4px #000c;text-shadow:var(--text-shadow-dark)}.banner-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.banner-btn{border:none;border-radius:50px;box-shadow:0 4px 15px #0000004d;box-shadow:var(--shadow-button);cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;letter-spacing:1px;padding:1rem 2rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.banner-btn.primary{background:linear-gradient(45deg,#f17989,#e67e22);background:var(--gradient-primary);color:#fff;color:var(--text-white)}.banner-btn.primary:hover{background:linear-gradient(45deg,#e67e22,#d35400);background:var(--gradient-primary-hover);box-shadow:0 6px 20px #0006;box-shadow:var(--shadow-button-hover);transform:translateY(-3px)}.banner-btn.secondary{background:#0000;border:3px solid #fff;color:#fff;color:var(--text-white)}.banner-btn.secondary:hover{background:#fff;box-shadow:0 6px 20px #ffffff4d;box-shadow:var(--shadow-white);color:#2c3e50;color:var(--text-primary);transform:translateY(-3px)}.banner-image{height:auto;margin-bottom:2rem;max-width:400px;object-fit:contain;width:100%}.game-description{margin:0 auto;max-width:800px;text-align:center}.description-text{color:#fff;color:var(--text-white);font-size:1.3rem;font-weight:400;letter-spacing:.5px;line-height:1.6;margin-bottom:2rem;text-shadow:2px 2px 4px #000c;text-shadow:var(--text-shadow-dark)}@media (max-width:768px){.banner-section{height:auto;min-height:600px;padding:2rem 0}.banner-content{padding:1rem}.banner-image{margin-bottom:1.5rem;max-width:300px}.game-description{max-width:100%;padding:0 1rem}.description-text{font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem}.banner-buttons{align-items:center;flex-direction:column;gap:1rem}.banner-btn{max-width:250px;width:100%}}@media (max-width:480px){.banner-section{height:auto;min-height:500px;padding:1.5rem 0}.banner-content{padding:.5rem}.banner-image{margin-bottom:1rem;max-width:250px}.game-description{padding:0 .5rem}.description-text{font-size:1rem;letter-spacing:.3px;line-height:1.4;margin-bottom:1rem}.banner-btn{font-size:1rem;max-width:200px;padding:.8rem 1.5rem}}.games-section{background:linear-gradient(135deg,#f8eae1,#f3c9ae);background:var(--gradient-warm);min-height:60vh;padding:4rem 2rem}.games-container{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.game-card{background:#0000;border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;height:100%;overflow:visible;text-align:center;transition:all .3s ease;width:100%}.game-image{overflow:hidden;position:relative}.game-image,.game-image img{border-radius:15px;width:100%}.game-image img{height:100%;object-fit:contain;transition:transform .3s ease}.game-content{flex-direction:column;flex-grow:1;justify-content:center;margin-top:2rem;padding:0;text-align:center}.game-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#f17989,#e67e22);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.game-description,.game-title{text-shadow:2px 2px 4px #0000001a;text-shadow:var(--text-shadow-light)}.game-description{color:#2c3e50;color:var(--text-primary);font-size:1.1rem;font-weight:500;letter-spacing:.3px;line-height:1.6;margin:0}@media (max-width:992px){.games-container{gap:2rem;grid-template-columns:1fr;max-width:600px}.games-section{padding:3rem 1.5rem}}@media (max-width:768px){.games-section{padding:2rem 1rem}.game-content{margin-top:0;padding:0}.game-title{font-size:2rem}.game-description{font-size:1rem}.game-image{height:250px;margin-bottom:1rem}}@media (max-width:480px){.games-section{padding:1.5rem .5rem}.game-content{margin-top:0;padding:0}.game-title{font-size:1.8rem}.game-description{font-size:.95rem;line-height:1.5}.game-image{height:200px;margin-bottom:.8rem}}.about-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);background:var(--gradient-neutral);min-height:60vh;padding:4rem 2rem;position:relative}.about-container{margin:0 auto;max-width:1200px;text-align:center}.about-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#f17989,#e67e22);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;margin-bottom:3rem;position:relative;text-shadow:2px 2px 4px #0000001a;text-shadow:var(--text-shadow-light)}.about-content{align-items:center;display:flex;flex-direction:column;gap:3rem}.developer-profiles{align-items:center;display:flex;flex-wrap:wrap;gap:4rem;justify-content:center}.developer-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;display:flex;flex-direction:column;padding:2rem}.developer-image{border:4px solid #ffffff4d;border:4px solid var(--border-white-medium);border-radius:20px;box-shadow:0 8px 25px #0003;box-shadow:var(--shadow-image);height:150px;margin-bottom:1.5rem;overflow:hidden;transition:all .3s ease;width:150px}.developer-card:hover .developer-image{border-color:#ffffff80;border-color:var(--border-white-strong);transform:scale(1.05)}.developer-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.developer-name{color:#555;color:var(--text-dark);font-size:1.5rem;font-weight:600;margin:0}.about-description{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;background:var(--bg-white-semi);border:2px solid #fff3;border:2px solid var(--border-white-light);border-radius:20px;box-shadow:0 10px 30px #0000001a;box-shadow:var(--shadow-strong);padding:2.5rem}.about-description p{color:#555;color:var(--text-dark);font-size:1.3rem;font-weight:400;letter-spacing:.5px;line-height:1.6;margin:0;text-shadow:1px 1px 3px #0000004d;text-shadow:1px 1px 3px var(--bg-black-strong)}@media (max-width:768px){.about-section{padding:3rem 1rem}.about-title{font-size:2.5rem;margin-bottom:2rem}.developer-profiles{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.developer-card{max-width:300px;padding:1.5rem;width:100%}.developer-image{height:120px;width:120px}.developer-name{font-size:1.3rem}.about-description{margin:0 1rem;padding:2rem 1.5rem}.about-description p{font-size:1.1rem}.about-title:after{width:300px}}@media (max-width:480px){.about-section{padding:2rem .5rem}.about-title{font-size:2rem}.developer-card{margin:0 1rem;padding:1rem}.developer-image{height:100px;width:100px}.developer-name{font-size:1.2rem}.about-description{margin:0 .5rem;padding:1.5rem 1rem}.about-description p{font-size:1rem;line-height:1.5}.about-title:after{width:200px}}.contact-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);background:var(--gradient-neutral);color:#fff;color:var(--text-white);padding:4rem 2rem;text-align:center}.contact-container{margin:0 auto;max-width:1000px}.contact-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#f17989,#e67e22);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;position:relative;text-shadow:2px 2px 4px #0000001a;text-shadow:var(--text-shadow-light)}.contact-content{align-items:center;display:flex;flex-direction:column;gap:2rem;justify-content:space-between}.contact-info{flex:1 1;text-align:left}.contact-email{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-top:30px}.email-icon{min-width:24px}.contact-email-link,.email-icon{color:#f17989;color:var(--primary-orange)}.contact-email-link{font-size:1.3rem;font-weight:500;text-decoration:none}.contact-email-link:hover{color:#f17989;color:var(--primary-orange)}.contact-image{flex:1 1;text-align:center}.contact-image img{border:4px solid #f17989;border:4px solid var(--primary-orange);border-radius:50%;height:auto;height:150px;max-width:100%;width:150px}.contact-image img:hover{border-color:#f17989;border-color:var(--primary-orange)}@media (max-width:768px){.contact-section{padding:3rem 1rem}.contact-title{font-size:2.5rem;margin-bottom:2rem}.contact-title:after{width:200px}.contact-content{flex-direction:column;gap:2rem}.contact-email{color:#f17989;color:var(--primary-orange);padding:1.5rem;text-align:center}.contact-email-link{font-size:1.1rem}.contact-image img{height:200px;width:200px}}@media (max-width:480px){.contact-section{padding:2rem .5rem}.contact-title{font-size:2rem}.contact-email{flex-direction:column;gap:.5rem;padding:1rem}.contact-email-link{font-size:1rem}.contact-image img{height:150px;width:150px}}.newsletter-section{background:linear-gradient(135deg,#f8eae1,#f3c9ae);background:var(--gradient-warm);padding:4rem 2rem;text-align:center}.newsletter-container{margin:0 auto;max-width:800px}.newsletter-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#f17989,#e67e22);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;margin-bottom:1.5rem;text-shadow:2px 2px 4px #0000001a;text-shadow:var(--text-shadow-light)}.newsletter-description{color:#ecf0f1;color:var(--text-light);font-size:1.2rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px}.newsletter-form{align-items:center;display:flex;gap:1rem;justify-content:center;margin:0 auto;max-width:500px;text-shadow:2px 2px 4px #0000001a;text-shadow:var(--text-shadow-light)}.newsletter-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;background:var(--bg-white-semi);border:2px solid #0003;border-radius:50px;flex:1 1;font-size:1rem;padding:1rem 1.5rem;transition:all .3s ease}.newsletter-input,.newsletter-input::placeholder{color:#555;color:var(--text-dark)}.newsletter-input:focus{background:#ffffff26;background:var(--bg-white-light);border-color:#f17989;border-color:var(--primary-orange);box-shadow:0 5px 15px #0003;box-shadow:var(--shadow-medium);outline:none;transform:translateY(-2px)}.newsletter-btn{background:linear-gradient(45deg,#f17989,#e67e22);background:var(--gradient-primary);border:none;border-radius:50px;box-shadow:0 4px 15px #0000004d;box-shadow:var(--shadow-button);color:#fff;color:var(--text-white);cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:1px;padding:1rem 2rem;text-transform:uppercase;transition:all .3s ease}.newsletter-btn:hover{background:linear-gradient(45deg,#e67e22,#d35400);background:var(--gradient-primary-hover);box-shadow:0 6px 20px #0006;box-shadow:var(--shadow-button-hover);transform:translateY(-3px)}@media (max-width:768px){.newsletter-section{padding:3rem 1rem}.newsletter-title{font-size:2.5rem;margin-bottom:1rem}.newsletter-description{font-size:1.1rem;margin-bottom:2rem}.newsletter-form{flex-direction:column;gap:1.5rem}.newsletter-btn,.newsletter-input{max-width:300px;width:100%}}@media (max-width:480px){.newsletter-section{padding:2rem .5rem}.newsletter-title{font-size:2rem}.newsletter-description{font-size:1rem;margin-bottom:1.5rem}.newsletter-btn,.newsletter-input{font-size:.9rem;padding:.8rem 1.2rem}}.footer{background:linear-gradient(135deg,#f8d9c4,#f8bd96);background:var(--gradient-header);margin-top:auto;padding:2rem 0}.footer-content{gap:2rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.footer-content,.footer-logo{align-items:center;display:flex}.footer-logo-image{border-radius:50%;height:60px;object-fit:contain;transition:transform .3s ease;width:60px}.footer-logo-image:hover{transform:scale(1.1)}.footer-text{flex:1 1;text-align:center}.footer-text p{color:#ecf0f1;color:var(--text-light);font-size:.9rem;font-weight:400;letter-spacing:.5px;margin:0}.footer-social{align-items:center;display:flex;gap:1rem}.footer-social-link{align-items:center;background:#ffffff1a;background:var(--bg-white-semi);border-radius:50%;color:#ecf0f1;color:var(--text-light);display:flex;height:35px;justify-content:center;transition:all .3s ease;width:35px}.footer-social-link:hover{background:#fff3;background:var(--bg-white-medium);color:#f17989;color:var(--primary-orange);transform:translateY(-2px)}.footer-social-icon{filter:brightness(0) invert(1);height:18px;object-fit:contain;width:18px}.footer-social-link:hover .footer-social-icon{filter:brightness(0) saturate(100%) invert(64%) sepia(76%) saturate(2068%) hue-rotate(21deg) brightness(93%) contrast(90%)}@media (max-width:768px){.footer-content{flex-direction:column;gap:1.5rem;padding:0 1rem;text-align:center}.footer-logo-image{height:50px;width:50px}.footer-text p{font-size:.85rem}.footer-social{gap:.8rem}.footer-social-link{height:32px;width:32px}.footer-social-icon{height:16px;width:16px}}@media (max-width:480px){.footer{padding:1.5rem 0}.footer-content{gap:1rem;padding:0 .5rem}.footer-logo-image{height:45px;width:45px}.footer-text p{font-size:.8rem}.footer-social{gap:.6rem}.footer-social-link{height:30px;width:30px}.footer-social-icon{height:14px;width:14px}}.social-button{align-items:center;background:#ffffff1a;background:var(--bg-white-semi);border:none;border-radius:50%;color:#fff;color:var(--text-white);cursor:pointer;display:flex;height:60px;justify-content:center;transition:all .3s ease;width:60px}.social-button:hover{background:#fff3;background:var(--bg-white-medium);box-shadow:0 5px 15px #0003;box-shadow:var(--shadow-medium);transform:translateY(-3px)}.footer-social-button{align-items:center;background:#ffffff1a;background:var(--bg-white-semi);border:none;border-radius:50%;color:#ecf0f1;color:var(--text-light);cursor:pointer;display:flex;height:35px;justify-content:center;transition:all .3s ease;width:35px}.footer-social-button:hover{background:#fff3;background:var(--bg-white-medium);color:#f17989;color:var(--primary-orange);transform:translateY(-2px)}.modal-overlay{align-items:center;animation:fadeIn .3s ease;background:#000000b3;background:var(--bg-black-overlay);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:slideIn .3s ease;background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000004d;box-shadow:var(--shadow-modal);max-width:500px;width:90%}.modal-header{align-items:center;background:linear-gradient(135deg,#f8d9c4,#f8bd96);background:var(--gradient-header);border-bottom:1px solid #eee;border-radius:15px 15px 0 0;display:flex;justify-content:space-between;padding:1.5rem 2rem}.modal-header h2{color:#2c3e50;color:var(--text-primary);font-size:1.5rem;font-weight:600;margin:0}.modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#7f8c8d;cursor:pointer;display:flex;height:30px;justify-content:center;transition:all .3s ease;width:30px}.modal-close:hover{background:#0000001a;background:var(--bg-black-light);color:#2c3e50;color:var(--text-primary)}.modal-body{padding:2rem;text-align:center}.modal-body p{color:#2c3e50;color:var(--text-primary);font-size:1rem;line-height:1.6;margin:0 0 1rem}.modal-body p:last-child{margin-bottom:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.modal-content{margin:1rem;width:95%}.modal-header{padding:1rem 1.5rem}.modal-header h2{font-size:1.3rem}.modal-body{padding:1.5rem}.modal-body p{font-size:.9rem}}@media (max-width:480px){.modal-header{padding:.8rem 1rem}.modal-header h2{font-size:1.2rem}.modal-body{padding:1rem}.modal-body p{font-size:.85rem}.social-button{height:35px;width:35px}}.modal-message.success{color:#27ae60;font-weight:500}.modal-message.error{color:#e74c3c;font-weight:500}.modal-actions{margin-top:1.5rem}.modal-btn{background:linear-gradient(45deg,#f17989,#e67e22);background:var(--gradient-primary);border:none;border-radius:25px;box-shadow:0 4px 15px #0000004d;box-shadow:var(--shadow-button);color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 2rem;transition:all .3s ease}.modal-btn:hover{background:linear-gradient(45deg,#e67e22,#d35400);background:var(--gradient-primary-hover);box-shadow:0 6px 20px #0006;box-shadow:var(--shadow-button-hover);transform:translateY(-2px)}.newsletter-btn.loading{cursor:not-allowed;opacity:.7;position:relative}.newsletter-btn.loading:after{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#fff;content:"";height:16px;left:50%;margin:auto;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.newsletter-input:disabled{cursor:not-allowed;opacity:.7}.input-wrapper{align-items:center;display:flex;position:relative}.newsletter-input.valid{border-color:#27ae60!important;box-shadow:0 0 5px #27ae604d}.newsletter-input.invalid{border-color:#e74c3c!important;box-shadow:0 0 5px #e74c3c4d}.validation-icon{font-size:1.2rem;font-weight:700;pointer-events:none;position:absolute;right:15px}.validation-icon.valid{color:#27ae60}.validation-icon.invalid{color:#e74c3c}.validation-message{font-size:.9rem;margin-top:.5rem;text-align:center}.validation-message.error{color:#e74c3c}.newsletter-btn.disabled{background:#95a5a6!important;cursor:not-allowed;opacity:.6}.newsletter-btn.disabled:hover{box-shadow:0 4px 15px #0000004d!important;box-shadow:var(--shadow-button)!important;transform:none!important}.language-switcher{align-items:center;display:flex;gap:5px}.lang-btn{background:#ffffff1a;border:2px solid #fff3;border-radius:20px;color:#fff;cursor:pointer;font-size:12px;font-weight:700;min-width:40px;padding:8px 12px;transition:all .3s ease}.lang-btn:hover{background:#fff3;border-color:#fff6;transform:translateY(-2px)}.lang-btn.active{background:#ffffffe6;border-color:#ffffffe6;color:#333}.lang-btn.active:hover{background:#fff;border-color:#fff}@media (max-width:768px){.language-switcher{margin-top:10px}.lang-btn{font-size:11px;padding:6px 10px}}
/*# sourceMappingURL=main.2edc7b24.css.map*/