.topbar{background:#0f172a;color:#e5e7eb;font-size:.875rem;border-bottom:1px solid rgba(255,255,255,.1)}.topbar-content{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.topbar-left,.topbar-right{display:flex;align-items:center;gap:1.25rem}.topbar-right{min-height:calc(100% + 20px);padding:10px 0}.topbar-link{color:#e5e7eb;opacity:.9}.topbar-whatsapp{color:#22c55e;background:#22c55e26;border:1px solid rgba(34,197,94,.35);padding:4px 10px;border-radius:999px;font-weight:700;transition:transform .2s ease,background .2s ease}.topbar-whatsapp:hover{transform:translateY(-1px);background:#22c55e38}.topbar-login{color:#e5e7eb;padding:4px 10px;border-radius:6px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;transition:background .2s ease,transform .2s ease}.topbar-login:hover{background:#ffffff1f;transform:translateY(-1px)}.topbar-sep{opacity:.4}.topbar-support{color:#a7f3d0;font-weight:600}.social-link{color:#e5e7eb;opacity:.8;transition:opacity .2s ease,transform .2s ease;padding:4px 8px;border-radius:6px}.social-link:hover{opacity:1;background:#ffffff14;transform:translateY(-1px)}.social-pulse{color:#e5e7eb;opacity:.9;width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-left:6px;position:relative;transition:transform .3s ease,opacity .3s ease,background .3s ease,box-shadow .3s ease;background:#ffffff0f;overflow:visible;animation:socialGlow 3s ease-in-out infinite;font-size:16px}.social-pulse:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;z-index:-1}.social-pulse:hover{transform:scale(1.15) translateY(-2px);opacity:1;box-shadow:0 4px 15px #0000004d}.social-facebook{color:#1877f2;background:#1877f226}.social-facebook:after{box-shadow:0 0 #1877f280;animation:socialPulseFacebook 2.4s ease-in-out infinite}.social-facebook:hover{background:#1877f240;box-shadow:0 4px 20px #1877f266}@keyframes socialPulseFacebook{0%{box-shadow:0 0 #1877f280}70%{box-shadow:0 0 0 12px #1877f200}to{box-shadow:0 0 #1877f200}}.social-tiktok{color:#fff;background:#ffffff26}.social-tiktok:after{box-shadow:0 0 #fe2c5580;animation:socialPulseTiktok 2.6s ease-in-out infinite}.social-tiktok:hover{background:#fe2c5533;color:#fe2c55;box-shadow:0 4px 20px #fe2c5566}@keyframes socialPulseTiktok{0%{box-shadow:0 0 #fe2c5580}70%{box-shadow:0 0 0 12px #fe2c5500}to{box-shadow:0 0 #fe2c5500}}.social-instagram{color:#e4405f;background:#e4405f26;background-image:linear-gradient(45deg,#e4405f26,#fdc40c26)}.social-instagram:after{box-shadow:0 0 #e4405f80;animation:socialPulseInstagram 2.5s ease-in-out infinite}.social-instagram:hover{background:linear-gradient(45deg,#e4405f4d,#fdc40c4d);box-shadow:0 4px 20px #e4405f66}@keyframes socialPulseInstagram{0%{box-shadow:0 0 #e4405f80}70%{box-shadow:0 0 0 12px #e4405f00}to{box-shadow:0 0 #e4405f00}}.social-youtube{color:red;background:#ff000026}.social-youtube:after{box-shadow:0 0 #ff000080;animation:socialPulseYoutube 2.7s ease-in-out infinite}.social-youtube:hover{background:#ff000040;box-shadow:0 4px 20px #f006}@keyframes socialPulseYoutube{0%{box-shadow:0 0 #ff000080}70%{box-shadow:0 0 0 12px #f000}to{box-shadow:0 0 #f000}}@keyframes socialGlow{0%,to{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.08);filter:brightness(1.3)}}.topbar-icon-only{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:#ffffff1a;color:#e5e7eb}.navbar{background-color:var(--bg-white);box-shadow:0 1px 2px #0000000a;position:sticky;top:0;z-index:1000;padding:.75rem 0}.navbar-content{display:flex;justify-content:space-between;align-items:center}.navbar-3col{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.navbar-col-left{justify-self:start}.navbar-col-center{justify-self:center}.navbar-col-right{justify-self:end}.navbar-logo{font-size:1.1rem;font-weight:800;color:var(--primary-color);letter-spacing:.5px;display:flex;align-items:center;margin-left:-10px}.logo-image{height:65px;width:auto;object-fit:contain}.logo-text{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-transform:uppercase;letter-spacing:1.25px}.navbar-menu{display:flex;list-style:none;align-items:center;gap:2rem}.nav-link{color:var(--text-dark);font-weight:600;position:relative;padding:.75rem .25rem;border-radius:6px;transition:color .2s ease;text-transform:none;letter-spacing:.2px}.nav-link:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:3px;border-radius:3px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));transform:scaleX(0);transform-origin:center;transition:transform .2s ease}.nav-link:hover{color:var(--primary-color)}.nav-link:hover:after{transform:scaleX(1)}.nav-link.active{color:var(--primary-color);font-weight:700}.nav-link.active:after{transform:scaleX(1)}.navbar-auth{display:flex;gap:.75rem;margin-left:1rem}.nav-btn{border-width:2px;border-style:solid;border-color:var(--primary-color);background:var(--bg-white)}.nav-cta{box-shadow:0 8px 20px #2563eb26;border-radius:999px;padding:10px 18px;font-weight:700}.cta-pulse{position:relative;animation:pulseGlow 2.2s ease-in-out infinite}@keyframes pulseGlow{0%{box-shadow:0 0 #2563eb59;transform:translateZ(0)}70%{box-shadow:0 0 0 12px #2563eb00}to{box-shadow:0 0 #2563eb00}}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:.25rem}.menu-toggle span{width:25px;height:3px;background-color:var(--text-dark);transition:all .3s ease;border-radius:2px}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width: 1200px){.topbar-left,.topbar-right{gap:1rem}.navbar-menu{gap:1.5rem}.logo-image{height:60px}}@media (max-width: 992px){.topbar{font-size:.8rem}.topbar-content{flex-direction:column;gap:.75rem;padding:.75rem 0}.topbar-left,.topbar-right{gap:.85rem;flex-wrap:wrap;justify-content:center}.social-pulse{width:32px;height:32px;font-size:15px}.navbar{padding:.65rem 0}.navbar-3col{grid-template-columns:1fr auto}.navbar-col-center{grid-column:1 / -1;order:3;width:100%}.navbar-actions.navbar-col-right{display:none}.menu-toggle{display:flex}.navbar-menu{position:absolute;top:100%;left:0;right:0;background-color:var(--bg-white);flex-direction:column;padding:1.5rem;box-shadow:var(--shadow-lg);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;gap:1rem;z-index:999}.navbar-menu.active{transform:translateY(0);opacity:1;visibility:visible}.navbar-auth{flex-direction:column;width:100%;margin-left:0;margin-top:1rem}.navbar-auth .btn{width:100%;text-align:center}.logo-image{height:55px}.nav-link{padding:.65rem .25rem;font-size:.95rem}}@media (max-width: 768px){.topbar{font-size:.75rem}.topbar-content{padding:.65rem 0}.topbar-left,.topbar-right{gap:.65rem}.topbar-right{gap:1rem}.topbar-login{margin-left:.75rem}.topbar-whatsapp,.topbar-login{padding:3px 8px;font-size:.75rem}.social-pulse{width:30px;height:30px;font-size:14px}.navbar{padding:.5rem 0}.logo-image{height:50px}.navbar-menu{padding:1.25rem}.nav-link{padding:.5rem 0;font-size:.9rem}.navbar-auth .btn{padding:.65rem 1.25rem;font-size:.9rem}.whatsapp-fab{width:52px;height:52px;font-size:24px;right:15px;bottom:15px}}@media (max-width: 576px){.topbar{font-size:.7rem}.topbar-content{padding:.5rem 0;gap:.5rem}.topbar-left,.topbar-right{gap:.5rem}.topbar-whatsapp,.topbar-login{padding:2px 6px;font-size:.7rem}.social-pulse{width:28px;height:28px;font-size:13px;margin-left:4px}.navbar{padding:.4rem 0}.logo-image{height:45px}.navbar-menu{padding:1rem}.nav-link{padding:.45rem 0;font-size:.85rem}.navbar-auth{gap:.5rem}.navbar-auth .btn{padding:.55rem 1rem;font-size:.85rem}.menu-toggle{padding:.35rem}.menu-toggle span{width:22px;height:2.5px}.whatsapp-fab{width:48px;height:48px;font-size:22px;right:12px;bottom:12px}}@media (max-width: 400px){.topbar-left,.topbar-right{font-size:.65rem}.social-pulse{width:26px;height:26px;font-size:12px}.logo-image{height:40px}.whatsapp-fab{width:45px;height:45px;font-size:20px}}.whatsapp-fab{position:fixed;right:18px;bottom:18px;width:56px;height:56px;border-radius:50%;background:#22c55e;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:26px;box-shadow:0 10px 25px #10b98159;z-index:1001;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.whatsapp-fab:hover{transform:translateY(-2px);box-shadow:0 14px 30px #10b98173;background:#16a34a}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.modal-content{background:#fff;border-radius:12px;padding:2rem;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:var(--shadow-lg)}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:var(--text-light);width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.modal-close:hover{background-color:var(--bg-light);color:var(--text-dark)}.modal-title{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;color:var(--text-dark)}.modal-subtitle{color:var(--text-light);margin-bottom:2rem}.register-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:.5rem;color:var(--text-dark);font-size:.875rem}.form-group input,.form-group select{padding:12px;border:2px solid var(--border-color);border-radius:8px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary-color)}.form-group input.error,.form-group select.error{border-color:#ef4444}.error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem}.checkbox-group{margin:.5rem 0}.checkbox-label{display:flex!important;flex-direction:row!important;align-items:flex-start!important;gap:10px;cursor:pointer;font-weight:500!important}.checkbox-label input[type=checkbox]{margin-top:3px;width:18px;height:18px;cursor:pointer}.checkbox-label span{font-size:.85rem;line-height:1.4;color:var(--text-gray)}.checkbox-label a{color:var(--primary-color);text-decoration:underline;font-weight:600}.form-footer{text-align:center;color:var(--text-light);font-size:.875rem}.form-footer a{color:var(--primary-color);font-weight:600}.form-terms{text-align:center;color:var(--text-light);font-size:.75rem;line-height:1.5}.form-terms a{color:var(--primary-color);text-decoration:underline}@media (max-width: 992px){.modal-content{max-width:480px;padding:1.85rem}.modal-title{font-size:1.65rem}.modal-subtitle{font-size:.95rem;margin-bottom:1.75rem}.register-form{gap:1.35rem}}@media (max-width: 768px){.modal-overlay{padding:15px}.modal-content{padding:1.5rem;max-width:100%}.modal-title{font-size:1.5rem;margin-bottom:.4rem}.modal-subtitle{font-size:.9rem;margin-bottom:1.5rem}.modal-close{width:38px;height:38px;font-size:1.75rem;top:.85rem;right:.85rem}.register-form{gap:1.25rem}.form-row{grid-template-columns:1fr;gap:1.25rem}.form-group label{font-size:.85rem;margin-bottom:.4rem}.form-group input,.form-group select{padding:11px;font-size:.95rem}.form-footer{font-size:.85rem}.form-terms{font-size:.7rem}}@media (max-width: 576px){.modal-overlay{padding:10px}.modal-content{padding:1.25rem;border-radius:10px}.modal-title{font-size:1.35rem}.modal-subtitle{font-size:.85rem;margin-bottom:1.35rem}.modal-close{width:36px;height:36px;font-size:1.65rem;top:.75rem;right:.75rem}.register-form,.form-row{gap:1.15rem}.form-group label{font-size:.8rem}.form-group input,.form-group select{padding:10px;font-size:.9rem;border-radius:7px}.btn{padding:11px 20px;font-size:.9rem}.form-footer{font-size:.8rem}.form-terms{font-size:.68rem}}@media (max-width: 400px){.modal-content{padding:1rem}.modal-title{font-size:1.25rem}.modal-subtitle{font-size:.8rem}.modal-close{width:34px;height:34px;font-size:1.5rem}.form-group input,.form-group select{padding:9px;font-size:.85rem}.btn{padding:10px 18px;font-size:.85rem}}.footer{background:linear-gradient(135deg,#0f172a,#1e293b);color:#e5e7eb;padding:4rem 0 2rem;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color))}.footer-content{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:3rem;margin-bottom:3rem}.footer-brand{max-width:350px}.footer-logo-wrapper{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.footer-logo{width:60px;height:60px;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(255,255,255,.1))}.footer-brand-name{font-size:1.75rem;font-weight:800;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;letter-spacing:.5px}.footer-tagline{color:#cbd5e1;line-height:1.7;margin-bottom:1.5rem;font-size:.95rem}.footer .social-links{display:flex!important;flex-direction:row!important;gap:1rem;margin-top:1.5rem;align-items:center;flex-wrap:nowrap!important}.footer .social-link{width:42px;height:42px;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex!important;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;transition:all .3s ease;border:2px solid rgba(255,255,255,.1);flex-shrink:0;position:relative;overflow:hidden}.footer .social-link:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;opacity:0;transition:opacity .3s ease}.footer .social-link:nth-child(1):before{background:linear-gradient(135deg,#1877f2,#0d5dbf)}.footer .social-link:nth-child(2):before{background:linear-gradient(135deg,#000,#fe2c55)}.footer .social-link:nth-child(3):before{background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.footer .social-link:nth-child(4):before{background:linear-gradient(135deg,red,#c00)}.footer .social-link:hover:before{opacity:1}.footer .social-link i{position:relative;z-index:1}.footer .social-link:hover{transform:translateY(-5px) scale(1.1);box-shadow:0 10px 25px #0000004d;border-color:transparent}.footer-section h4{font-size:1.1rem;font-weight:700;margin-bottom:1.25rem;color:#fff;position:relative;padding-bottom:.75rem}.footer-section h4:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:3px}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a,.footer-section ul li span{color:#cbd5e1;text-decoration:none;transition:all .3s ease;font-size:.95rem;display:inline-block}.footer-section ul li a:hover{color:var(--primary-color);transform:translate(5px)}.footer-contact li{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-contact li i{color:var(--primary-color);font-size:1.1rem;width:20px;text-align:center}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);font-size:.9rem;color:#94a3b8}.footer-bottom-links{display:flex;gap:1rem;align-items:center}.footer-bottom-links span{opacity:.5}.footer-bottom-links a{color:#cbd5e1;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:var(--primary-color)}@media (max-width: 1200px){.footer{padding:3.5rem 0 1.75rem}.footer-content{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:2.5rem;margin-bottom:2.5rem}.footer-brand{max-width:320px}.footer-logo{width:55px;height:55px}.footer-brand-name{font-size:1.6rem}.footer-section h4{font-size:1.05rem}}@media (max-width: 992px){.footer{padding:3rem 0 1.5rem}.footer-content{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-brand{grid-column:1 / -1;max-width:100%}.footer-logo{width:50px;height:50px}.footer-brand-name{font-size:1.5rem}.footer-tagline{font-size:.9rem}.footer .social-link{width:40px;height:40px;font-size:1.05rem}.footer-section h4{font-size:1rem;margin-bottom:1rem}.footer-section ul li{margin-bottom:.65rem}.footer-section ul li a,.footer-section ul li span{font-size:.9rem}}@media (max-width: 768px){.footer{padding:2.5rem 0 1.25rem}.footer-content{grid-template-columns:1fr 1fr;gap:1.75rem;margin-bottom:1.75rem}.footer-brand{grid-column:1 / -1;text-align:center}.footer-logo-wrapper{justify-content:center;margin-bottom:1.25rem}.footer-logo{width:48px;height:48px}.footer-brand-name{font-size:1.4rem}.footer-tagline{font-size:.85rem;text-align:center}.footer .social-links{justify-content:center;margin-top:1.25rem}.footer .social-link{width:38px;height:38px;font-size:1rem}.footer-section{text-align:center}.footer-section h4{font-size:.95rem;margin-bottom:.85rem}.footer-section h4:after{left:50%;transform:translate(-50%)}.footer-section ul{display:flex;flex-direction:column;align-items:center}.footer-section ul li{margin-bottom:.6rem}.footer-section ul li a,.footer-section ul li span{font-size:.85rem}.footer-section:last-child{grid-column:1 / -1}.footer-contact{display:inline-flex;flex-direction:column;align-items:flex-start;text-align:left}.footer-contact li{justify-content:flex-start;margin-bottom:.85rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center;padding-top:1.5rem;font-size:.85rem}.footer-bottom-links{flex-direction:column;gap:.5rem}.footer-bottom-links span{display:none}}@media (max-width: 576px){.footer{padding:2rem 0 1rem}.footer-content{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.footer-brand{grid-column:1 / -1}.footer-logo-wrapper{margin-bottom:1rem}.footer-logo{width:45px;height:45px}.footer-brand-name{font-size:1.3rem}.footer-tagline{font-size:.8rem;margin-bottom:1.25rem}.footer .social-links{gap:.75rem;margin-top:1rem}.footer .social-link{width:36px;height:36px;font-size:.95rem}.footer-section h4{font-size:.9rem;margin-bottom:.75rem;padding-bottom:.65rem}.footer-section h4:after{width:35px;height:2.5px;left:50%;transform:translate(-50%)}.footer-section{text-align:center}.footer-section ul{display:flex;flex-direction:column;align-items:center}.footer-section ul li{margin-bottom:.55rem}.footer-section ul li a,.footer-section ul li span{font-size:.8rem}.footer-section:last-child{grid-column:1 / -1}.footer-contact{display:inline-flex;flex-direction:column;align-items:flex-start;text-align:left}.footer-contact li{margin-bottom:.75rem;justify-content:flex-start}.footer-contact li i{font-size:1rem;width:18px}.footer-bottom{padding-top:1.25rem;font-size:.8rem}.footer-bottom-links{gap:.4rem}.footer-bottom-links a{font-size:.8rem}}@media (max-width: 400px){.footer{padding:1.75rem 0 .85rem}.footer-content{grid-template-columns:1fr 1fr;gap:1.25rem}.footer-brand{grid-column:1 / -1}.footer-logo{width:42px;height:42px}.footer-brand-name{font-size:1.2rem}.footer .social-link{width:34px;height:34px;font-size:.9rem}.footer-section h4{font-size:.85rem}.footer-section h4:after{left:50%;transform:translate(-50%)}.footer-section{text-align:center}.footer-section ul{display:flex;flex-direction:column;align-items:center}.footer-section ul li a,.footer-section ul li span{font-size:.75rem}.footer-section:last-child{grid-column:1 / -1}.footer-contact{display:inline-flex;flex-direction:column;align-items:flex-start;text-align:left}.footer-contact li{justify-content:flex-start}}.popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:9998;animation:fadeIn .4s ease-out}.welcome-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;width:90%;max-width:600px;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);border-radius:24px;padding:3px;box-shadow:0 25px 80px #00000080;animation:popupFadeIn .6s ease-out}.popup-content{background:linear-gradient(135deg,#667eeaf2,#764ba2f2,#f093fbf2);border-radius:22px;padding:3rem 2.5rem;text-align:center;position:relative;overflow:hidden}.popup-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border-radius:50%;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);color:#fff;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.popup-close:hover{background:#ffffff4d;transform:rotate(90deg);box-shadow:0 4px 15px #0000004d}.popup-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid rgba(255,255,255,.4);animation:iconPulse 2s ease-in-out infinite}.popup-icon i{font-size:2.5rem;color:#fbbf24;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}@keyframes iconPulse{0%,to{transform:scale(1);box-shadow:0 0 #fff6}50%{transform:scale(1.05);box-shadow:0 0 0 15px #fff0}}.popup-title{font-size:1.75rem;font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.4;text-shadow:0 4px 15px rgba(0,0,0,.3);animation:slideDown .6s ease-out .2s both}.popup-message{font-size:1.15rem;color:#fff;margin-bottom:1rem;line-height:1.7;text-shadow:0 2px 10px rgba(0,0,0,.2);animation:slideDown .6s ease-out .3s both}.popup-message strong{font-weight:800;color:#fbbf24;text-shadow:0 2px 8px rgba(0,0,0,.3)}.popup-submessage{font-size:1.05rem;color:#fffffff2;font-weight:600;line-height:1.6;text-shadow:0 2px 10px rgba(0,0,0,.2);animation:slideDown .6s ease-out .4s both}.popup-decoration{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;overflow:hidden}.decoration-circle{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);animation:floatCircle 8s ease-in-out infinite}.circle-1{width:150px;height:150px;top:-50px;left:-50px;animation-delay:0s}.circle-2{width:200px;height:200px;bottom:-80px;right:-80px;animation-delay:2s}.circle-3{width:100px;height:100px;top:50%;right:-30px;animation-delay:4s}@keyframes floatCircle{0%,to{transform:translate(0) scale(1);opacity:.3}50%{transform:translate(20px,-20px) scale(1.1);opacity:.5}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popupFadeIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 992px){.welcome-popup{width:92%;max-width:550px}.popup-content{padding:2.75rem 2rem}.popup-title{font-size:1.6rem}.popup-message{font-size:1.1rem}.popup-submessage{font-size:1rem}.popup-icon{width:75px;height:75px}.popup-icon i{font-size:2.25rem}}@media (max-width: 768px){.welcome-popup{width:94%}.popup-content{padding:2.5rem 1.75rem}.popup-title{font-size:1.5rem;margin-bottom:1.25rem}.popup-message{font-size:1.05rem}.popup-submessage{font-size:.95rem}.popup-icon{width:70px;height:70px;margin-bottom:1.25rem}.popup-icon i{font-size:2rem}.popup-close{width:38px;height:38px;font-size:1.35rem;top:.85rem;right:.85rem}}@media (max-width: 576px){.welcome-popup{width:95%;max-width:none}.popup-content{padding:2.25rem 1.5rem}.popup-title{font-size:1.35rem;margin-bottom:1rem}.popup-message{font-size:1rem;margin-bottom:.85rem}.popup-submessage{font-size:.9rem}.popup-icon{width:65px;height:65px;margin-bottom:1rem}.popup-icon i{font-size:1.85rem}.popup-close{width:36px;height:36px;font-size:1.25rem;top:.75rem;right:.75rem}.circle-1,.circle-2,.circle-3{display:none}}@media (max-width: 400px){.popup-content{padding:2rem 1.25rem}.popup-title{font-size:1.25rem}.popup-message{font-size:.95rem}.popup-submessage{font-size:.85rem}.popup-icon{width:60px;height:60px}.popup-icon i{font-size:1.75rem}}.cookie-consent{position:fixed;bottom:20px;left:20px;right:20px;background:#fff;border-radius:1rem;box-shadow:0 10px 40px #00000026;z-index:10001;padding:1rem 1.5rem;border:1px solid var(--border-color);animation:slideUp .5s ease-out}.cookie-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.cookie-text{display:flex;align-items:center;gap:1rem}.cookie-icon{font-size:1.5rem}.cookie-text p{font-size:.9rem;color:var(--text-gray);margin:0;line-height:1.4}.cookie-link{color:var(--primary-color);font-weight:600;text-decoration:underline;margin-left:.5rem}.cookie-actions{flex-shrink:0}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.cookie-consent{bottom:0;left:0;right:0;border-radius:1.5rem 1.5rem 0 0;padding:1.25rem}.cookie-content{flex-direction:column;text-align:center;gap:1rem}.cookie-actions,.cookie-actions button{width:100%}}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}:root{--primary-color: #2563eb;--primary-dark: #1e40af;--secondary-color: #10b981;--accent-color: #f59e0b;--text-dark: #1f2937;--text-light: #6b7280;--text-secondary: #6b7280;--bg-light: #f9fafb;--bg-white: #ffffff;--bg-card: #ffffff;--border-color: #e5e7eb;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}*,*:before,*:after{transition:background-color .3s ease,color .2s ease,border-color .3s ease}.page-spinner{width:44px;height:44px;border:4px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.theme-toggle-btn{background:none;border:1.5px solid var(--border-color);border-radius:50%;width:32px;height:32px;font-size:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-left:8px;transition:all .2s ease;line-height:1}.theme-toggle-btn:hover{background:var(--bg-light);border-color:var(--primary-color);transform:scale(1.1)}.topbar-user{display:flex;align-items:center;gap:6px}.topbar-logout-btn{background:none;border:none;cursor:pointer;color:#ef4444;font-size:14px;padding:2px 6px;border-radius:4px;transition:background .2s}.topbar-logout-btn:hover{background:#ef44441a}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);background:#fff;line-height:1.6;min-height:100vh;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none;font-family:inherit}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.btn{padding:12px 24px;border-radius:8px;font-weight:600;font-size:16px;transition:all .3s ease;display:inline-block}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background-color:var(--bg-white);color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background-color:var(--primary-color);color:#fff}.section{padding:80px 0}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:var(--text-dark)}.section-subtitle{font-size:1.25rem;text-align:center;color:var(--text-light);margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}@media (max-width: 1200px){.container{max-width:100%;padding:0 30px}.section-title{font-size:2.2rem}.section-subtitle{font-size:1.15rem}}@media (max-width: 992px){.container{padding:0 25px}.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}.section{padding:60px 0}.btn{padding:10px 20px;font-size:15px}}@media (max-width: 768px){.container{padding:0 20px}.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem;margin-bottom:2rem}.section{padding:50px 0}.btn{padding:10px 18px;font-size:14px}}@media (max-width: 576px){.container{padding:0 15px}.section-title{font-size:1.5rem}.section-subtitle{font-size:.95rem}.section{padding:40px 0}.btn{padding:8px 16px;font-size:13px}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg-light);border-radius:8px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:8px;border:2px solid var(--bg-light)}::-webkit-scrollbar-thumb:hover{background:#94a3b8}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}*:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.fade-in{animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
