@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);.navbar{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#fffc;border-bottom:1px solid #0000000f;height:90px;justify-content:space-between;padding:0 3rem;position:sticky;top:0;z-index:50}.navbar,.navbar-center{align-items:center;display:flex}.navbar-center{gap:.3rem}.navbar-links{gap:.8rem}.navbar-brand,.navbar-links{align-items:center;display:flex}.navbar-brand{text-decoration:none}.navbar-logo{height:86px;object-fit:contain;width:auto}.nav-link{border-radius:6px;color:#425466;font-size:.94rem;font-weight:500;padding:.4rem .9rem;text-decoration:none;transition:all .15s}.nav-link:hover{background:#0a25400a;color:#0a2540}.nav-active{background:#0070f30f;border-bottom:none;color:#0070f3;font-weight:600;padding-bottom:.4rem}.login-link{background:#0070f3;border-radius:8px;color:#fff;font-size:.9rem;font-weight:600;padding:.55rem 1.4rem;text-decoration:none;transition:all .15s}.login-link:hover{background:#005cc5;box-shadow:0 4px 12px #0070f34d;color:#fff}.user-dropdown{position:relative}.user-dropdown-btn{background:none;border:1px solid #e3e8ee;border-radius:8px;color:#0a2540;cursor:pointer;font-size:.9rem;font-weight:500;letter-spacing:0;padding:.45rem .9rem;text-transform:none;transition:all .15s}.user-dropdown-btn:hover{border-color:#0070f3;color:#0070f3}.dropdown-menu{animation:dropdownSlide .15s ease;background:#fff;border:1px solid #e3e8ee;border-radius:12px;box-shadow:0 12px 40px #00000014;min-width:220px;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);z-index:100}.dropdown-item{background:none;border:none;color:#425466;cursor:pointer;display:block;font-size:.88rem;font-weight:500;padding:.8rem 1.2rem;text-align:left;text-decoration:none;transition:background .15s;width:100%}.dropdown-item:hover{background:#f6f9fc;color:#0a2540}.dropdown-logout{border-top:1px solid #f0f2f5;color:#df1b41}.dropdown-logout:hover{background:#fef5f5}.mobile-logout{background:none;border:none;border-top:1px solid #f0f2f5;color:#df1b41;cursor:pointer;text-align:left;width:100%}.mobile-logout:hover{background:#fef5f5}.mobile-hamburger-wrapper{display:none;position:relative}.mobile-hamburger{background:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;padding:6px}.mobile-hamburger span{background:#0a2540;border-radius:2px;display:block;height:2px;width:18px}.mobile-hamburger:hover span{background:#0070f3}.mobile-menu{animation:dropdownSlide .15s ease;background:#fff;border:1px solid #e3e8ee;border-radius:12px;box-shadow:0 12px 40px #00000014;min-width:260px;overflow:hidden;position:absolute;right:0;top:calc(100% + 12px);z-index:200}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-link{color:#425466;display:block;font-size:.9rem;font-weight:500;padding:.85rem 1.3rem;text-decoration:none;transition:background .15s}.mobile-menu-link:hover{background:#f6f9fc;color:#0a2540}.mobile-divider{background:#f0f2f5;height:1px;margin:.3rem 0}.desktop-only{align-items:center;display:flex;gap:.8rem}@media (max-width:900px){.desktop-only,.navbar-center{display:none}.mobile-hamburger-wrapper{display:block}.navbar{height:70px;padding:0 1.2rem}.navbar-logo{height:73px}}.navbar-dash{gap:0;justify-content:flex-start}.navbar-brand-center{left:50%;position:absolute;transform:translateX(-50%)}.navbar-dash-right{color:#8898aa;font-size:.85rem;font-weight:500;letter-spacing:0;margin-left:auto;text-transform:none}.navbar-dash-user{color:#0a2540;font-size:1.1rem}.dash-hamburger-wrapper{position:relative}.dash-hamburger{background:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;padding:6px}.dash-hamburger span{background:#0a2540;border-radius:2px;display:block;height:2px;transition:all .2s;width:18px}.dash-hamburger:hover span{background:#0070f3}.dash-menu{animation:dropdownSlide .15s ease;background:#fff;border:1px solid #e3e8ee;border-radius:12px;box-shadow:0 12px 40px #00000014;left:0;min-width:260px;overflow:hidden;position:absolute;top:calc(100% + 12px);z-index:200}.dash-menu-link{background:none;border:none;color:#425466;cursor:pointer;display:block;font-size:.88rem;font-weight:500;padding:.8rem 1.3rem;text-align:left;text-decoration:none;transition:background .15s;width:100%}.dash-menu-link:hover{background:#f6f9fc;color:#0a2540}.dash-menu-active{background:#f6f9fc;border-left:3px solid #0070f3;color:#0070f3;font-weight:600}.dash-menu-logout{border-top:1px solid #f0f2f5;color:#df1b41}.dash-menu-logout:hover{background:#fef5f5}@media (max-width:900px){.navbar-dash{height:70px;padding:0 1.2rem}.navbar-dash .navbar-logo{height:73px}.navbar-dash-right{display:none}}.footer{background:#fff;border-top:1px solid #e3e8ee;color:#8898aa;margin-top:auto}.footer-content{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px;padding:2.5rem 3rem 1.5rem}.footer-section h3{color:#0a2540;font-size:.72rem;font-weight:600;letter-spacing:1.5px;margin-bottom:1.2rem;text-transform:uppercase}.footer-links{display:flex;flex-direction:column;gap:.7rem}.footer-link{color:#8898aa;font-size:.88rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:#0a2540}.footer-social{align-items:center;display:flex;gap:.5rem}.footer-bottom{border-top:1px solid #e3e8ee;padding:1rem 2rem;text-align:center}.footer-bottom p{color:#8898aa;font-size:.75rem;letter-spacing:.3px}@media (max-width:768px){.footer-content{grid-template-columns:1fr;padding:1.5rem}}.home{flex:1 1}.hero{align-items:center;background:linear-gradient(135deg,#0a2540,#1a3a5c 50%,#0a2540);display:flex;justify-content:center;min-height:80vh;overflow:hidden;padding:5rem 3rem;position:relative;text-align:center}.hero-video{height:auto;left:50%;min-height:100%;min-width:100%;object-fit:cover;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity 1s ease;width:auto;z-index:0}.hero-video-loaded{opacity:1}.hero-overlay{background:#0000;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-content{max-width:750px;position:relative;z-index:2}.hero h1{color:#fff;font-size:3.8rem;font-weight:700;letter-spacing:-2px;line-height:1.05;margin-bottom:1.5rem;text-shadow:0 0 5px #00000080,0 0 10px #00000080,0 0 20px #0006,0 2px 4px #00000080}.hero-subtitle{color:#fff;font-size:1.15rem;font-weight:400;line-height:1.8;margin-bottom:2.5rem;text-shadow:0 0 10px #000,0 0 20px #000,0 0 40px #000c,0 2px 4px #000}.hero-actions{display:flex;gap:1rem;justify-content:center}.hero-btn{border-radius:8px;font-size:.95rem;font-weight:600;padding:.85rem 2.2rem;text-decoration:none;transition:all .2s}.hero-btn-primary{background:#0070f3;color:#fff}.hero-btn-primary:hover{background:#005cc5;box-shadow:0 4px 15px #0070f34d}.hero-btn-secondary{background:#fff;border:none;color:#0a2540}.hero-btn-secondary:hover{background:#f6f9fc;box-shadow:0 4px 15px #ffffff4d}.features{margin:0 auto;max-width:1100px;padding:6rem 3rem}.features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.feature-card{background:#fff;border:1px solid #e3e8ee;border-radius:12px;padding:2.5rem 2rem;text-align:left;transition:all .3s}.feature-card:hover{border-color:#0070f3;box-shadow:0 12px 40px #0070f314;transform:translateY(-4px)}.feature-icon{align-items:center;background:linear-gradient(135deg,#f6f9fc,#eef1f6);border-radius:12px;display:flex;font-size:2.2rem;height:56px;justify-content:center;margin-bottom:1.2rem;width:56px}.feature-card h3{color:#0a2540;font-size:1.1rem;font-weight:600;letter-spacing:-.3px;margin-bottom:.6rem}.feature-card p{color:#425466;font-size:.92rem;line-height:1.7}@media (max-width:768px){.hero{min-height:65vh;padding:3rem 1.5rem}.hero h1{font-size:2.2rem;letter-spacing:-.5px}.hero-subtitle{font-size:1rem}.hero-actions{align-items:center;flex-direction:column}.features{padding:3rem 1.5rem}.features-grid{grid-template-columns:1fr}}.pricing{margin:0 auto;max-width:1200px;padding:6rem 3rem;text-align:center}.pricing-title{color:#0a2540;font-size:2.5rem;font-weight:700;letter-spacing:-1px;margin-bottom:.5rem}.pricing-subtitle{color:#8898aa;font-size:1.1rem;margin-bottom:3rem}.pricing-grid{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(4,1fr);text-align:center}.pricing-card{background:#fff;border:1px solid #e3e8ee;border-radius:16px;display:flex;flex-direction:column;padding:2.5rem 1.5rem 2rem;position:relative;transition:all .3s}.pricing-card:hover{box-shadow:0 16px 50px #0070f31a}.pricing-card:hover,.pricing-popular{border-color:#0070f3;transform:translateY(-6px)}.pricing-popular{border-width:2px;box-shadow:0 16px 50px #0070f31f}.pricing-badge{background:#0070f3;border-radius:20px;color:#fff;font-size:.7rem;font-weight:700;left:50%;padding:.3rem 1.2rem;position:absolute;top:-12px;transform:translateX(-50%);white-space:nowrap}.pricing-icon{font-size:2.5rem;margin-bottom:.8rem}.pricing-card h3{color:#0a2540;font-size:1.1rem;font-weight:700;margin-bottom:1rem}.pricing-price{color:#0a2540;font-size:2.2rem;font-weight:700;line-height:1;margin-bottom:1.2rem}.pricing-currency{font-size:1.2rem;margin-right:2px;vertical-align:top}.pricing-period{color:#8898aa;font-size:.85rem;font-weight:400}.pricing-custom{color:#8898aa;font-size:1.1rem;font-weight:500}.pricing-price-original{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-bottom:.3rem}.pricing-price-strikethrough{color:#8898aa;font-size:1rem;font-weight:400;text-decoration:line-through}.pricing-price-off{background:#0a2540;border-radius:20px;color:#fff;font-size:.65rem;font-weight:700;padding:.15rem .5rem}.pricing-divider{background:linear-gradient(90deg,#0000,#e3e8ee,#0000);height:1px;margin-bottom:1.5rem}.pricing-features{flex:1 1;list-style:none;margin-bottom:2rem;padding:0;text-align:left}.pricing-features li{align-items:flex-start;color:#425466;display:flex;font-size:.88rem;gap:.5rem;line-height:1.4;padding:.4rem 0}.pricing-check{color:#27ae60;flex-shrink:0;font-weight:700}.pricing-cross{color:#ccc;flex-shrink:0;font-weight:700}.pricing-btn{background:#0a2540;border-radius:8px;color:#fff;display:block;font-size:.88rem;font-weight:600;padding:.8rem;text-align:center;text-decoration:none;transition:all .2s;width:100%}.pricing-btn:hover{background:#0d3259;color:#fff}.pricing-btn-primary{background:#0070f3}.pricing-btn-primary:hover{background:#005cc5;box-shadow:0 4px 12px #0070f34d}.pricing-btn-wa{background:#25d366}.pricing-btn-wa:hover{background:#1da851;color:#fff}@media (max-width:900px){.pricing-grid{grid-template-columns:repeat(2,1fr)}.pricing{padding:4rem 1.5rem}.pricing-title{font-size:2rem}}@media (max-width:500px){.pricing-grid{grid-template-columns:1fr}.pricing-card:hover,.pricing-popular{transform:none}}.pricing-skeleton-card{align-items:center;display:flex;flex-direction:column;gap:.8rem}.skel{animation:skelShimmer 1.5s ease infinite;background:linear-gradient(90deg,#e8ecf1 25%,#f0f3f7 50%,#e8ecf1 75%);background-size:200% 100%;border-radius:6px}@keyframes skelShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skel-circle{border-radius:12px;height:48px;width:48px}.skel-w60{height:16px;width:60%}.skel-w40{height:16px;width:40%}.skel-w90{height:12px;width:90%}.skel-w85{height:12px;width:85%}.skel-w75{height:12px;width:75%}.skel-w70{height:12px;width:70%}.skel-big{height:28px}.skel-divider{height:1px;width:100%}.skel-btn{border-radius:8px;height:40px;margin-top:auto;width:100%}.info-page{flex:1 1;margin:0 auto;max-width:750px;padding:3rem}.info-page h1{color:#0a2540;font-size:2.8rem;font-weight:700;letter-spacing:-1.5px;margin-bottom:2rem}.info-content h2{color:#0070f3;font-size:1rem;font-weight:700;letter-spacing:.5px;margin-bottom:.6rem;margin-top:2.5rem;text-transform:uppercase}.info-content p{color:#425466;font-size:.95rem;line-height:1.9;margin-bottom:.8rem}@media (max-width:700px){.info-page{padding:1.5rem}.info-page h1{font-size:1.8rem}}.contacto-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-top:2rem}.contacto-card{align-items:center;background:#fff;border:1px solid #e3e8ee;border-radius:12px;color:#0a2540;display:flex;gap:1rem;padding:1.5rem;text-decoration:none;transition:all .2s}.contacto-card:hover{border-color:#0070f3;box-shadow:0 4px 15px #0070f314}.contacto-card strong{display:block;font-size:.9rem;font-weight:600;margin-bottom:.2rem}.contacto-card span{color:#8898aa;font-size:.85rem}@media (max-width:600px){.contacto-grid{grid-template-columns:1fr}}.login-container{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 140px);padding:2rem}.login-form{background:#fff;border:1px solid #e3e8ee;border-radius:12px;box-shadow:0 8px 30px #0000000a;max-width:400px;padding:3rem;width:100%}.login-form h2{color:#0a2540;font-size:1.6rem;font-weight:700;letter-spacing:-.5px;margin-bottom:2rem;text-align:center}.login-form input{border:1px solid #e3e8ee;border-radius:8px;font-family:inherit;font-size:.95rem;margin-bottom:.8rem;padding:.85rem 1rem;transition:border-color .2s;width:100%}.login-form input:focus{border-color:#0070f3;box-shadow:0 0 0 3px #0070f31a;outline:none}.login-form button{background:#0070f3;border-radius:8px;color:#fff;font-family:inherit;font-size:.9rem;font-weight:600;margin-bottom:1rem;margin-top:.5rem;padding:.9rem;transition:all .2s;width:100%}.login-form button:hover{background:#005cc5;box-shadow:0 4px 12px #0070f34d}.login-form button:disabled{background:#6cb4f7;cursor:wait}.login-form p{color:#8898aa;font-size:.85rem;text-align:center}.login-form a{color:#0070f3;font-weight:600;text-decoration:none}.login-form a:hover{text-decoration:underline}.error-message{border-radius:8px;color:#df1b41}.register-container{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 140px);padding:2rem}.register-form{background:#fff;border:1px solid #e3e8ee;border-radius:12px;box-shadow:0 8px 30px #0000000a;max-width:400px;padding:3rem;width:100%}.register-form h2{color:#0a2540;font-size:1.6rem;font-weight:700;letter-spacing:-.5px;margin-bottom:2rem;text-align:center}.register-form input{border:1px solid #e3e8ee;border-radius:8px;font-family:inherit;font-size:.95rem;margin-bottom:.8rem;padding:.85rem 1rem;transition:border-color .2s;width:100%}.register-form input:focus{border-color:#0070f3;box-shadow:0 0 0 3px #0070f31a;outline:none}.register-form button{background:#0070f3;border-radius:8px;color:#fff;font-family:inherit;font-size:.9rem;font-weight:600;margin-bottom:1rem;margin-top:.5rem;padding:.9rem;transition:all .2s;width:100%}.register-form button:hover{background:#005cc5;box-shadow:0 4px 12px #0070f34d}.register-form button:disabled{background:#6cb4f7;cursor:wait}.register-form p{color:#8898aa;font-size:.85rem;text-align:center}.register-form a{color:#0070f3;font-weight:600;text-decoration:none}.register-form a:hover{text-decoration:underline}.register-cuit-wrapper{margin-bottom:.8rem;position:relative}.register-cuit-wrapper input{margin-bottom:.2rem}.register-cuit-error{color:#df1b41}.register-cuit-error,.register-cuit-ok{display:block;font-size:.78rem;font-weight:500}.register-cuit-ok{color:#27ae60}.spinner-container{align-items:center;display:flex;justify-content:center;padding:3rem}.spinner{animation:spin .7s linear infinite;border:2.5px solid #e3e8ee;border-radius:50%;border-top-color:#0070f3;height:28px;width:28px}@keyframes spin{to{transform:rotate(1turn)}}.skeleton{animation:shimmer 1.5s ease infinite;background:linear-gradient(90deg,#e8ecf1 25%,#f0f3f7 50%,#e8ecf1 75%);background-size:200% 100%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-dashboard{padding:0}.skeleton-row{display:flex;gap:.5rem;margin-bottom:1rem}.skeleton-item{align-items:center;border-bottom:1px solid #f0f2f5;display:flex;gap:1.2rem;padding:1.2rem 0}.skeleton-item-text{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.skeleton-plans-grid{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(4,1fr)}.skeleton-plan-card{border:1px solid #e3e8ee;border-radius:12px;padding:2rem 1.5rem;text-align:center}@media (max-width:900px){.skeleton-plans-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.skeleton-plans-grid{grid-template-columns:1fr}}.notificaciones h2{color:#0a2540;font-size:1.8rem;font-weight:700;letter-spacing:-.5px}.notif-payment-banner{align-items:center;background:#df1b41;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;justify-content:space-between;margin-bottom:1.5rem;padding:1rem 1.5rem;transition:all .2s}.notif-payment-banner:hover{background:#c4162f;box-shadow:0 4px 15px #df1b414d}.notif-payment-banner-action{font-weight:700;margin-left:1rem;white-space:nowrap}.notif-top-bar{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.pdv-filter-btn,.pdv-filter-wrapper{position:relative}.pdv-filter-btn{align-items:center;background:none;color:#222;display:flex;padding:.5rem}.pdv-filter-btn:hover{color:#666}.pdv-filter-dot{background:#c0392b;border-radius:50%;height:8px;position:absolute;right:4px;top:4px;width:8px}.pdv-filter-panel{animation:notifSlide .15s ease;background:#fff;border:1px solid #e5e5e5;box-shadow:0 10px 40px #0000001a;min-width:220px;padding:1rem;position:absolute;right:0;top:calc(100% + 8px);z-index:100}.pdv-filter-title{color:#999;font-size:.72rem;font-weight:600;letter-spacing:1px;margin-bottom:.6rem;text-transform:uppercase}.pdv-filter-item{align-items:center;border-radius:3px;cursor:pointer;display:flex;font-size:.85rem;gap:.5rem;padding:.5rem .6rem;transition:background .15s}.pdv-filter-item:hover{background:#f5f5f5}.pdv-filter-item input{accent-color:#222}.pdv-filter-selected{color:#222;font-weight:600}.pdv-filter-clear{background:none;color:#c0392b;display:block;font-size:.78rem;font-weight:600;padding:.5rem 0 0;text-decoration:underline}.notif-filters{display:flex;gap:.3rem;margin-bottom:1.5rem}.notif-filter-btn{background:none;border-bottom:2px solid #0000;color:#999;font-size:.82rem;font-weight:500;letter-spacing:.8px;padding:.6rem 1.2rem;text-transform:uppercase;transition:all .2s}.notif-filter-btn:hover{color:#222}.notif-filter-btn.active{border-bottom-color:#222;color:#222;font-weight:600}.notificaciones-empty{border:1px solid #e5e5e5;padding:5rem 2rem;text-align:center}.notificaciones-empty-icon{display:block;font-size:4rem;margin-bottom:1rem}.notificaciones-empty p{color:#666;font-size:1.2rem;margin-bottom:.3rem}.notificaciones-hint{color:#bbb!important;font-size:.9rem!important}.notif-list{display:flex;flex-direction:column}.notif-item{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;gap:1.5rem;padding:1.3rem 1rem;transition:background .3s}.notif-latest{animation:notifSlide .5s ease}@keyframes notifSlide{0%{background:#e8ffe8;opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.notif-icon{align-items:center;background:#f5f5f5;display:flex;flex-shrink:0;font-size:2.2rem;height:55px;justify-content:center;width:55px}.notif-info{flex:1 1}.notif-info-top{align-items:center;display:flex;gap:.6rem;margin-bottom:.15rem}.notif-payer{color:#222;font-size:1.05rem;font-weight:700}.notif-status{border-radius:3px;font-size:.68rem;font-weight:700;letter-spacing:.5px;padding:.15rem .5rem;text-transform:uppercase}.status-approved{background:#d4edda;color:#155724}.status-pending{background:#fff3cd;color:#856404}.status-rejected{background:#f8d7da;color:#721c24}.notif-method-badge{background:#f0f3f7;border-radius:20px;color:#0a2540;display:inline-block;font-size:.78rem;font-weight:600;margin-top:.3rem;padding:.2rem .7rem}.notif-date{color:#bbb;display:block;font-size:.75rem;margin-top:.15rem}.notif-amount{color:#2e7d32;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700;white-space:nowrap}.fullscreen-notif{align-items:center;animation:fullscreenFadeIn .4s ease;cursor:pointer;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:10000}@keyframes fullscreenFadeIn{0%{opacity:0}to{opacity:1}}.fullscreen-content{color:#fff;max-width:600px;text-align:center;width:70%}.fullscreen-status{font-size:1.5rem;font-weight:700;letter-spacing:2px;margin-bottom:1.5rem;opacity:.9;text-transform:uppercase}.fullscreen-amount{font-family:Playfair Display,serif;font-size:5rem;font-weight:700;line-height:1;margin-bottom:1.5rem}.fullscreen-payer{font-size:2rem;font-weight:600;margin-bottom:.8rem}.fullscreen-method{font-size:1.2rem;margin-bottom:2rem;opacity:.8}.fullscreen-hint{font-size:.8rem;letter-spacing:1px;opacity:.5;text-transform:uppercase}@media (max-width:700px){.notif-item{gap:.8rem;padding:1rem .5rem}.notif-icon{font-size:1.5rem;height:40px;width:40px}.notif-payer{font-size:.9rem}.notif-amount{font-size:1.2rem}.fullscreen-amount{font-size:3rem}.fullscreen-payer{font-size:1.3rem}.fullscreen-content{width:85%}}.config-notif-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.5rem}.config-autosave{color:#27ae60;font-size:.8rem;font-weight:500;padding-top:.5rem;white-space:nowrap}.config-autosave-error{color:#c0392b}.config-notif h2{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:600;margin-bottom:.5rem}.config-notif-desc{color:#888;font-size:.95rem;margin-bottom:1rem}.config-msg{font-size:.85rem;margin-bottom:1.5rem;padding:.8rem;text-align:center}.config-section-title{border-bottom:1px solid #eee;color:#999;font-size:.75rem;font-weight:600;letter-spacing:1px;margin-bottom:.8rem;margin-top:2rem;padding-bottom:.4rem;text-transform:uppercase}.config-section-title:first-of-type{margin-top:0}.config-options{display:flex;flex-direction:column;gap:.8rem}.config-option{align-items:center;border:1px solid #e5e5e5;cursor:pointer;display:flex;justify-content:space-between;padding:1.3rem 1.5rem;transition:border-color .2s}.config-option:hover{border-color:#222}.config-option-selected{background:#fafafa;border-color:#222}.config-option-info strong{color:#222;display:block;font-size:.95rem;margin-bottom:.3rem}.config-option-info span{color:#888;font-size:.83rem;line-height:1.5}.toggle-switch{flex-shrink:0;position:relative}.toggle-switch input{display:none}.toggle-slider{background:#ccc;border-radius:12px;cursor:pointer;display:block;height:24px;position:relative;transition:background .2s;width:44px}.toggle-slider:after{background:#fff;border-radius:50%;content:"";height:20px;left:2px;position:absolute;top:2px;transition:transform .2s;width:20px}.toggle-switch input:checked+.toggle-slider{background:#222}.toggle-switch input:checked+.toggle-slider:after{transform:translateX(20px)}.config-radio{flex-shrink:0;position:relative}.config-radio input{display:none}.radio-dot{border:2px solid #ccc;border-radius:50%;cursor:pointer;display:block;height:22px;position:relative;transition:border-color .2s;width:22px}.radio-dot:after{background:#222;border-radius:50%;content:"";height:12px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:transform .2s;width:12px}.config-radio input:checked+.radio-dot{border-color:#222}.config-radio input:checked+.radio-dot:after{transform:translate(-50%,-50%) scale(1)}.config-save-btn{display:none}@media (max-width:600px){.config-option{flex-direction:row;gap:1rem;padding:1rem}.config-option-info strong{font-size:.88rem}.config-option-info span{font-size:.78rem}}.mis-datos h2{color:#0a2540;font-size:1.8rem;font-weight:700;letter-spacing:-.5px;margin-bottom:.5rem}.mis-datos-nro{color:#8898aa;font-size:.88rem;margin-bottom:2rem}.mis-datos-nro strong{background:#f0f3f7;border-radius:4px;color:#0a2540;font-family:SF Mono,Fira Code,monospace;font-size:.85rem;letter-spacing:.5px;padding:.2rem .6rem}.mis-datos-form{max-width:450px}.mis-datos-form label{color:#999;display:block;font-size:.75rem;letter-spacing:.8px;margin-bottom:.3rem;margin-top:1rem;text-transform:uppercase}.mis-datos-form input{border:none;border-bottom:1px solid #ddd;font-family:inherit;font-size:.95rem;padding:.9rem 0;transition:border-color .2s;width:100%}.mis-datos-form input:focus{border-bottom-color:#222;outline:none}.mis-datos-form input:disabled{background:none;color:#aaa}.mis-datos-form button{background:#222;color:#fff;font-family:inherit;font-size:.85rem;font-weight:600;letter-spacing:1px;margin-top:2rem;padding:.9rem;text-transform:uppercase;transition:background .2s;width:100%}.mis-datos-form button:hover{background:#000}.success-message{background:#f0faf0;border:1px solid #d4edda;color:#27ae60}.error-message,.success-message{font-size:.85rem;margin-bottom:1rem;padding:.8rem;text-align:center}.error-message{background:#fef5f5;border:1px solid #fde8e8;color:#c0392b}.mis-datos-password{border-top:1px solid #e5e5e5;margin-top:2.5rem;max-width:450px;padding-top:2rem}.mis-datos-password h3{color:#0a2540;font-size:1rem;font-weight:600;margin-bottom:.3rem}.mis-datos-password p{color:#8898aa;font-size:.88rem;margin-bottom:1rem}.mis-datos-pw-btn{background:none;border:1px solid #0070f3;border-radius:8px;color:#0070f3;cursor:pointer;font-family:inherit;font-size:.85rem;font-weight:600;padding:.7rem 1.5rem;transition:all .2s}.mis-datos-pw-btn:hover{background:#0070f30d}.mis-datos-pw-btn:disabled{cursor:wait;opacity:.6}.pdv-container{flex:1 1}.pdv-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.pdv-header h2{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:600}.pdv-add-btn{background:#222;color:#fff;font-size:.82rem;font-weight:600;letter-spacing:.8px;padding:.6rem 1.2rem;text-transform:uppercase;transition:background .2s}.pdv-add-btn:hover{background:#000}.pdv-form{border:1px solid #e5e5e5;margin-bottom:2rem;padding:2rem}.pdv-form h3{font-size:1rem;font-weight:600;letter-spacing:.5px;margin-bottom:1.5rem;text-transform:uppercase}.pdv-form input{border:none;border-bottom:1px solid #ddd;font-family:inherit;font-size:.95rem;margin-bottom:.5rem;padding:.9rem 0;transition:border-color .2s;width:100%}.pdv-form input:focus{border-bottom-color:#222;outline:none}.pdv-form-actions{display:flex;gap:1rem;margin-top:1.5rem}.pdv-form-actions button{background:#222;color:#fff;font-size:.82rem;font-weight:600;letter-spacing:.8px;padding:.7rem 1.5rem;text-transform:uppercase;transition:background .2s}.pdv-form-actions button:hover{background:#000}.pdv-cancel-btn{background:#fff!important;border:1px solid #ddd;color:#222!important}.pdv-cancel-btn:hover{background:#fff!important;border-color:#222}.pdv-empty{color:#999;font-size:.95rem;padding:3rem;text-align:center}.pdv-list{display:flex;flex-direction:column;gap:1rem}.pdv-card{border:1px solid #e5e5e5;padding:1.5rem;transition:border-color .2s}.pdv-card:hover{border-color:#222}.pdv-inactive{opacity:.5}.pdv-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.8rem}.pdv-card-header h4{font-size:1rem;font-weight:600}.pdv-status{font-size:.72rem;font-weight:600;letter-spacing:.8px;padding:.25rem .6rem;text-transform:uppercase}.pdv-status-active{border:1px solid #27ae60;color:#27ae60}.pdv-status-inactive{border:1px solid #c0392b;color:#c0392b}.pdv-card p{color:#666;font-size:.85rem;margin-bottom:.3rem}.pdv-card-actions{display:flex;gap:.8rem;margin-top:1rem}.pdv-card-actions button{background:none;border:1px solid #ddd;color:#222;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.4rem .8rem;text-transform:uppercase;transition:all .2s}.pdv-card-actions button:hover{border-color:#222}.pdv-delete-btn{border-color:#c0392b!important;color:#c0392b!important}.pdv-delete-btn:hover{background:#fef5f5!important}.pdv-form-section{border-bottom:1px solid #eee;color:#999;font-size:.75rem;font-weight:600;letter-spacing:1px;margin-bottom:.5rem;margin-top:1.5rem;padding-bottom:.3rem;text-transform:uppercase}.pdv-form-hint{color:#999;font-size:.78rem;line-height:1.5;margin-top:.3rem}.pdv-webhook{background:#f9f9f9;border:1px solid #e5e5e5;margin-top:.8rem;padding:.8rem}.pdv-webhook-label{color:#999;display:block;font-size:.72rem;font-weight:600;letter-spacing:.8px;margin-bottom:.4rem;text-transform:uppercase}.pdv-webhook-url{align-items:center;display:flex;gap:.5rem}.pdv-webhook-url code{color:#222;flex:1 1;font-size:.78rem;word-break:break-all}.pdv-webhook-url button{background:#222;border:none;color:#fff;font-size:.72rem;font-weight:600;letter-spacing:.5px;padding:.3rem .6rem;text-transform:uppercase;white-space:nowrap}.pdv-webhook-url button:hover{background:#000}.pdv-secret-card{background:#f6f9fc;border:1px solid #e3e8ee;border-radius:8px;margin-top:.8rem;padding:1rem}.pdv-secret-header{align-items:center;color:#0a2540;display:flex;font-size:.85rem;font-weight:600;justify-content:space-between;margin-bottom:.5rem}.pdv-secret-ok{color:#27ae60}.pdv-secret-ok,.pdv-secret-warn{font-size:.78rem;font-weight:600}.pdv-secret-warn{color:#f39c12}.pdv-secret-desc{color:#8898aa;font-size:.82rem;line-height:1.5;margin-bottom:.8rem}.pdv-secret-msg{color:#27ae60;font-size:.82rem;margin-bottom:.5rem}.pdv-secret-input-row{align-items:center;display:flex;gap:.5rem}.pdv-secret-input-row input{border:1px solid #e3e8ee;border-radius:6px;flex:1 1;font-family:inherit;font-size:.88rem;padding:.6rem .8rem}.pdv-secret-input-row input:focus{border-color:#0070f3;outline:none}.pdv-secret-input-row button{background:#0a2540;border-radius:6px;color:#fff;font-size:.78rem;font-weight:600;padding:.6rem 1rem;white-space:nowrap}.pdv-secret-input-row button:hover{background:#0d3259}.pdv-secret-input-row button:disabled{background:#ccc}.pdv-secret-btn{background:none;border:1px solid #0070f3;border-radius:6px;color:#0070f3;font-size:.82rem;font-weight:500;padding:.5rem 1rem;transition:all .2s}.pdv-secret-btn:hover{background:#0070f30d}@media (max-width:700px){.pdv-container{padding:1.5rem 1rem}.pdv-header{align-items:flex-start;flex-direction:column;gap:1rem}.pdv-card-actions{flex-wrap:wrap}}.colabs-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.colabs-header h2{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:600}.colabs-add-btn{background:#222;color:#fff;font-size:.82rem;font-weight:600;letter-spacing:.8px;padding:.6rem 1.2rem;text-transform:uppercase;transition:background .2s}.colabs-add-btn:hover{background:#000}.colabs-form{border:1px solid #e5e5e5;margin-bottom:2rem;padding:2rem}.colabs-form h3{font-size:1rem;font-weight:600;letter-spacing:.5px;margin-bottom:1.5rem;text-transform:uppercase}.colabs-form input[type=email],.colabs-form input[type=password]{border:none;border-bottom:1px solid #ddd;font-family:inherit;font-size:.95rem;margin-bottom:.5rem;padding:.9rem 0;transition:border-color .2s;width:100%}.colabs-form input:focus{border-bottom-color:#222;outline:none}.colabs-form input:disabled{background:none;color:#aaa}.colabs-form-section{border-bottom:1px solid #eee;color:#999;font-size:.75rem;font-weight:600;letter-spacing:1px;margin-bottom:.8rem;margin-top:1.5rem;padding-bottom:.3rem;text-transform:uppercase}.colabs-pdv-list{display:flex;flex-wrap:wrap;gap:.5rem}.colabs-pdv-item{align-items:center;border:1px solid #ddd;cursor:pointer;display:flex;font-size:.85rem;gap:.4rem;padding:.4rem .8rem;transition:all .2s}.colabs-pdv-item input{display:none}.colabs-pdv-selected{background:#222;border-color:#222;color:#fff}.colabs-pdv-item:hover{border-color:#222}.colabs-form-actions{display:flex;gap:1rem;margin-top:1.5rem}.colabs-form-actions button{background:#222;color:#fff;font-size:.82rem;font-weight:600;letter-spacing:.8px;padding:.7rem 1.5rem;text-transform:uppercase;transition:background .2s}.colabs-form-actions button:hover{background:#000}.colabs-cancel-btn{background:#fff!important;border:1px solid #ddd;color:#222!important}.colabs-cancel-btn:hover{background:#fff!important;border-color:#222}.colabs-empty{color:#999;font-size:.95rem;padding:3rem;text-align:center}.colabs-list{display:flex;flex-direction:column;gap:1rem}.colabs-card{border:1px solid #e5e5e5;padding:1.5rem;transition:border-color .2s}.colabs-card:hover{border-color:#222}.colabs-card-header h4{font-size:1rem;font-weight:600;margin-bottom:.5rem}.colabs-card-pdvs{color:#888;font-size:.85rem;margin-bottom:.8rem}.colabs-card-actions{display:flex;gap:.8rem}.colabs-card-actions button{background:none;border:1px solid #ddd;color:#222;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.4rem .8rem;text-transform:uppercase;transition:all .2s}.colabs-card-actions button:hover{border-color:#222}.colabs-delete-btn{border-color:#c0392b!important;color:#c0392b!important}.colabs-delete-btn:hover{background:#fef5f5!important}@media (max-width:700px){.colabs-header{align-items:flex-start;flex-direction:column;gap:1rem}}.mis-pagos h2{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem}.mp-msg{font-size:.9rem;font-weight:500;margin-bottom:1.5rem;padding:1rem}.mp-success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.mp-error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.mp-pending{background:#fff3cd;border:1px solid #ffeeba;color:#856404}.mp-planes-grid{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(4,1fr);margin-bottom:2.5rem}.mp-plan-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;display:flex;flex-direction:column;padding:2rem 1.5rem 1.5rem;position:relative;text-align:center;transition:all .3s}.mp-plan-card:hover{border-color:#222;box-shadow:0 12px 40px #00000014;transform:translateY(-4px)}.mp-plan-current{box-shadow:0 8px 30px #0000000f}.mp-plan-current,.mp-plan-popular{border-color:#222;border-width:2px}.mp-plan-popular{box-shadow:0 12px 40px #0000001a;transform:translateY(-4px)}.mp-plan-selected{border-color:#009ee3;border-width:2px;box-shadow:0 8px 30px #009ee326}.mp-plan-badge{background:#222;border-radius:20px;color:#fff;font-size:.62rem;font-weight:700;left:50%;letter-spacing:.8px;padding:.25rem 1rem;position:absolute;text-transform:uppercase;top:-11px;transform:translateX(-50%);white-space:nowrap}.mp-plan-badge-selected{background:#009ee3}.mp-plan-badge-popular{background:linear-gradient(135deg,#222,#444)}.mp-plan-icon{font-size:2.2rem;margin-bottom:.6rem}.mp-plan-card h4{font-size:1.05rem}.mp-plan-card h4,.mp-plan-price{color:#222;font-weight:700;margin-bottom:1rem}.mp-plan-price{font-family:Playfair Display,serif;font-size:2rem;line-height:1}.mp-plan-currency{font-size:1.1rem;margin-right:2px;vertical-align:top}.mp-plan-period{color:#999;font-family:Inter,sans-serif;font-size:.8rem;font-weight:400}.mp-plan-custom{color:#888;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:500}.mp-price-original{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-bottom:.3rem}.mp-price-strikethrough{color:#8898aa;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;text-decoration:line-through}.mp-price-off{background:#0a2540;border-radius:20px;color:#fff;font-family:Inter,sans-serif;font-size:.65rem;font-weight:700;padding:.15rem .5rem}.mp-plan-divider{background:linear-gradient(90deg,#0000,#e0e0e0,#0000);height:1px;margin-bottom:1.2rem}.mp-plan-features{flex:1 1;list-style:none;margin-bottom:1.5rem;padding:0;text-align:left}.mp-plan-features li{align-items:flex-start;color:#555;display:flex;font-size:.82rem;gap:.5rem;line-height:1.4;padding:.4rem 0}.mp-check{color:#27ae60}.mp-check,.mp-cross{flex-shrink:0;font-weight:700}.mp-cross{color:#ccc}.mp-plan-btn{background:#222;border-radius:6px;color:#fff;display:block;font-size:.82rem;font-weight:600;letter-spacing:.5px;padding:.75rem;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .2s;width:100%}.mp-plan-btn:hover{background:#000;color:#fff}.mp-plan-btn:disabled{background:#ccc}.mp-plan-btn-current,.mp-plan-btn-current:hover{background:#f0f0f0;color:#999}.mp-plan-btn-popular{background:#222}.mp-plan-btn-selected{background:#009ee3}.mp-plan-btn-selected:hover{background:#007bb5}.mp-plan-btn-wa{background:#25d366;border-radius:6px}.mp-plan-btn-wa:hover{background:#1da851}.mp-card-section{border:1px solid #e5e5e5;border-radius:12px;margin-bottom:2rem;padding:2rem}.mp-card-section h4{color:#999;font-size:.85rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;text-transform:uppercase}.mp-card-info{background:#f8f9fb;border-radius:8px;margin-bottom:.5rem;padding:1.2rem}.mp-card-display{display:block;font-size:.95rem;font-weight:500;margin-bottom:.4rem}.mp-card-auto{color:#27ae60;display:block;font-size:.82rem;font-weight:500;margin-bottom:.8rem}.mp-card-remove{background:none;color:#c0392b;font-size:.78rem;font-weight:600;padding:0;text-decoration:underline}.mp-no-card p{color:#425466;font-size:.9rem;line-height:1.6;margin-bottom:1rem}.mp-paid-ok{background:#f0faf0;border:1px solid #d4edda;border-radius:8px;padding:1.5rem;text-align:center}.mp-paid-ok span{color:#27ae60;display:block;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.mp-paid-ok p{color:#425466;margin-bottom:.3rem}.mp-auto-info{color:#0070f3;font-size:.85rem;margin-top:.5rem}.mp-payment-options{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:1fr 1fr;margin-top:1.2rem}.mp-payment-option{border:1px solid #e5e5e5;border-radius:10px;overflow:hidden;transition:all .2s}.mp-payment-option:hover{border-color:#ccc}.mp-option-active{border-color:#27ae60;border-width:2px}.mp-option-disabled{opacity:.7}.mp-option-header{align-items:center;background:#f8f9fb;border-bottom:1px solid #e8e8e8;display:flex;gap:.8rem;padding:1rem 1.2rem}.mp-option-icon{font-size:1.4rem}.mp-option-header strong{color:#222;display:block;font-size:.9rem}.mp-option-header small{color:#8898aa;display:block;font-size:.75rem;margin-top:.1rem}.mp-option-body{padding:1.2rem}.mp-option-hint{color:#8898aa;font-size:.82rem;margin:0}.mp-auto-active{color:#27ae60;font-size:.85rem;font-weight:500;margin:0 0 .8rem}.mp-checkout-btn-auto{background:#27ae60;margin-bottom:.8rem}.mp-checkout-btn-auto:hover{background:#219a52;box-shadow:0 4px 15px #27ae604d}.mp-auto-unavailable{font-size:.82rem;margin:.5rem 0}.mp-auto-pending,.mp-auto-unavailable{background:#fff3cd;border:1px solid #ffeeba;border-radius:6px;color:#856404;padding:.6rem 1rem}.mp-auto-pending{font-size:.85rem;font-weight:500;margin:0 0 .8rem}.mp-modal-overlay{align-items:center;background:#0006;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.mp-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #00000026;max-width:90vw;padding:2rem;width:440px}.mp-modal h3{font-size:1.1rem;font-weight:700;margin-bottom:.3rem}.mp-modal-label{color:#8898aa;display:block;font-size:.78rem;letter-spacing:.5px;margin-bottom:.3rem;text-transform:uppercase}.mp-modal-input{border:1px solid #e3e8ee;border-radius:8px;font-family:inherit;font-size:.95rem;margin-bottom:.5rem;padding:.8rem 1rem;width:100%}.mp-modal-input:focus{border-color:#0070f3;outline:none}.mp-modal-same{background:none;color:#0070f3;cursor:pointer;display:block;font-size:.82rem;font-weight:500;margin-bottom:1rem;padding:.4rem 0;text-align:left}.mp-modal-same:hover{text-decoration:underline}.mp-modal-actions{align-items:center;display:flex;gap:.8rem}.mp-modal-cancel{background:none;color:#8898aa;cursor:pointer;font-size:.88rem;font-weight:600;padding:.7rem 1rem}.mp-modal-cancel:hover{color:#425466}.mp-qr-container{background:#f8f9fb;border:1px solid #e3e8ee;border-radius:12px;display:flex;justify-content:center;padding:1.5rem}@media (max-width:700px){.mp-payment-options{grid-template-columns:1fr}}.mp-bricks-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.mp-bricks-header p{color:#8898aa;font-size:.88rem;margin-bottom:0}.mp-bricks-cancel{background:none;color:#df1b41;font-size:.82rem;font-weight:600;padding:0;text-decoration:underline;white-space:nowrap}.mp-bricks-container{border-radius:8px;min-height:300px;overflow:hidden}.mp-plan-error{background:#fef5f5;border:1px solid #fde8e8;border-radius:6px;color:#c0392b;font-size:.85rem;font-weight:500;margin-bottom:1rem;padding:.7rem 1rem}.mp-checkout-btn{align-items:center;background:#009ee3;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:.6rem;justify-content:center;padding:1rem 1.5rem;transition:all .2s;width:100%}.mp-checkout-btn:hover{background:#007bb5;box-shadow:0 4px 15px #009ee34d}.mp-checkout-btn:disabled{cursor:wait;opacity:.8}.mp-checkout-btn-disabled{background:#b0d8f0;cursor:default}.mp-checkout-btn-disabled:hover{background:#b0d8f0;box-shadow:none}.mp-logo-img{flex-shrink:0;height:24px;width:auto}.mp-selected-plan-hint{color:#222;font-size:.82rem;margin-top:.8rem;text-align:center}.mp-current-plan{border:1px solid #e5e5e5;border-radius:12px;margin-bottom:2rem;padding:2rem}.mp-current-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.mp-current-header h3{font-size:1.2rem;font-weight:700;margin-bottom:.4rem}.mp-current-price{color:#222;font-family:Playfair Display,serif;font-size:2rem;font-weight:700}.mp-current-price span{color:#999;font-size:.9rem;font-weight:400}.mp-plan-status{border-radius:20px;color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.5px;padding:.2rem .6rem;text-transform:uppercase}.mp-discount-badge{background:#f0faf0;border:1px solid #d4edda;border-radius:6px;color:#27ae60;font-size:.85rem;font-weight:500;padding:.6rem 1rem}.mp-discount-badge,.mp-usage{margin-bottom:1.2rem}.mp-usage-header{color:#666;display:flex;font-size:.85rem;justify-content:space-between;margin-bottom:.4rem}.mp-usage-bar{background:#f0f0f0;border-radius:4px;height:8px;overflow:hidden}.mp-usage-fill{border-radius:4px;height:100%;transition:width .3s}.mp-soporte{background:#f8f9fb;border-radius:6px;color:#222;font-size:.88rem;margin-bottom:1rem;padding:.8rem 1rem}.mp-paid-until{color:#888;font-size:.85rem}@media (max-width:900px){.mp-planes-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.mp-planes-grid{grid-template-columns:1fr}.mp-current-header{flex-direction:column;gap:.5rem}.mp-plan-card:hover,.mp-plan-popular{transform:none}}.soporte-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.soporte-header h2{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:600}.soporte-new-btn{background:#222;color:#fff;font-size:.82rem;font-weight:600;letter-spacing:.8px;padding:.6rem 1.2rem;text-transform:uppercase}.soporte-new-btn:hover{background:#000}.soporte-msg{font-size:.85rem;margin-bottom:1rem;padding:.8rem;text-align:center}.soporte-wa{background:#f0faf0;border:1px solid #d4edda;font-size:.9rem;margin-bottom:1.5rem;padding:1rem}.soporte-wa a{color:#25d366;font-weight:600;text-decoration:underline}.soporte-form{border:1px solid #e5e5e5;margin-bottom:1.5rem;padding:2rem}.soporte-form h3{font-size:1rem;font-weight:600;letter-spacing:.5px;margin-bottom:1.5rem;text-transform:uppercase}.soporte-form input,.soporte-form textarea{border:none;border-bottom:1px solid #ddd;font-family:inherit;font-size:.95rem;margin-bottom:.5rem;padding:.9rem 0;resize:vertical;width:100%}.soporte-form input:focus,.soporte-form textarea:focus{border-bottom-color:#222;outline:none}.soporte-word-count{color:#999;display:block;font-size:.75rem;margin-bottom:1rem;text-align:right}.soporte-images{margin-bottom:1rem}.soporte-upload-btn{border:1px solid #ddd;cursor:pointer;display:inline-block;font-size:.85rem;padding:.5rem 1rem;transition:border-color .2s}.soporte-upload-btn:hover{border-color:#222}.soporte-previews{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.8rem}.soporte-preview{position:relative}.soporte-preview img{border:1px solid #ddd;height:80px;object-fit:cover;width:80px}.soporte-preview button{align-items:center;background:#c0392b;border-radius:50%;color:#fff;display:flex;font-size:.7rem;height:20px;justify-content:center;position:absolute;right:-6px;top:-6px;width:20px}.soporte-form-actions{display:flex;gap:1rem;margin-top:1rem}.soporte-form-actions button{background:#222;color:#fff;font-size:.82rem;font-weight:600;letter-spacing:.8px;padding:.7rem 1.5rem;text-transform:uppercase}.soporte-form-actions button:hover{background:#000}.soporte-form-actions button:disabled{background:#999}.soporte-cancel{background:#fff!important;border:1px solid #ddd;color:#222!important}.soporte-empty{color:#999;padding:3rem;text-align:center}.soporte-list{display:flex;flex-direction:column;gap:1rem}.soporte-ticket{border:1px solid #e5e5e5;padding:1.5rem;transition:border-color .2s}.soporte-ticket:hover{border-color:#222}.soporte-ticket-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.8rem}.soporte-ticket-header h4{font-size:1rem;font-weight:600}.soporte-ticket-estado{border-radius:3px;color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.5px;padding:.15rem .5rem;text-transform:uppercase}.soporte-ticket-msg{color:#666;font-size:.9rem;line-height:1.6;margin-bottom:.8rem;white-space:pre-wrap}.soporte-ticket-imgs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.8rem}.soporte-ticket-imgs img{border:1px solid #ddd;cursor:pointer;height:100px;object-fit:cover;width:100px}.soporte-ticket-resp{background:#f8f9fb;border-left:3px solid #222;color:#222;font-size:.88rem;margin-bottom:.5rem;padding:.8rem}.soporte-ticket-date{color:#bbb;font-size:.75rem}@media (max-width:600px){.soporte-header{align-items:flex-start;flex-direction:column;gap:1rem}}.pendientes-popup{bottom:1.5rem;position:fixed;right:1.5rem;z-index:1000}.pendientes-open{animation:pendientesSlideUp .3s ease;background:#fff;border:1px solid #e3e8ee;border-radius:16px;box-shadow:0 16px 50px #0000001f;width:320px}@keyframes pendientesSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.pendientes-header{align-items:center;border-bottom:1px solid #f0f2f5;display:flex;justify-content:space-between;padding:1rem 1.2rem}.pendientes-title{color:#0a2540;font-size:.92rem;font-weight:700}.pendientes-close{background:none;border-radius:6px;color:#8898aa;font-size:1rem;padding:.2rem .4rem;transition:all .15s}.pendientes-close:hover{background:#f6f9fc;color:#0a2540}.pendientes-items{padding:.5rem 0}.pendientes-item{align-items:center;background:none;border:none;color:#0a2540;cursor:pointer;display:flex;font-family:inherit;font-size:.88rem;font-weight:500;gap:.7rem;padding:.75rem 1.2rem;text-align:left;text-decoration:none;transition:background .15s;width:100%}.pendientes-item:hover{background:#f6f9fc}.pendientes-item-icon{flex-shrink:0;font-size:1.1rem}.pendientes-arrow{color:#8898aa;font-size:.85rem;margin-left:auto}.pendientes-divider{background:#f0f2f5;height:1px;margin:.3rem 1.2rem}.pendientes-wa{color:#25d366;font-weight:600}.pendientes-wa .pendientes-item-icon{align-items:center;display:flex}.pendientes-wa:hover{background:#f0faf0}.pendientes-urgent{background:#fef5f5;color:#df1b41;font-weight:600}.pendientes-urgent:hover{background:#fde8e8}.pendientes-urgent .pendientes-arrow{color:#df1b41}.pendientes-closed{display:flex}.pendientes-toggle{align-items:center;animation:pendientesPulse 2s ease infinite;background:#0a2540;border-radius:50%;box-shadow:0 8px 25px #0a25404d;color:#fff;display:flex;height:52px;justify-content:center;position:relative;transition:all .2s;width:52px}.pendientes-toggle:hover{box-shadow:0 10px 30px #0a254066;transform:scale(1.1)}.pendientes-toggle-icon{align-items:center;display:flex;font-size:1.3rem;justify-content:center;line-height:1}@keyframes pendientesPulse{0%,to{box-shadow:0 8px 25px #0a25404d}50%{box-shadow:0 8px 35px #0a254080}}.pendientes-toggle-badge{align-items:center;background:#df1b41;border:2px solid #fff;border-radius:50%;color:#fff;display:flex;font-size:.65rem;font-weight:700;height:20px;justify-content:center;position:absolute;right:-4px;top:-4px;width:20px}@media (max-width:500px){.pendientes-open{right:1rem;width:calc(100vw - 2rem)}}.dashboard{display:flex;flex:1 1;flex-direction:column;min-height:calc(100vh - 90px)}.dashboard-main{flex:1 1;margin:0 auto;max-width:1200px;overflow-y:auto;padding:2rem 3rem;width:100%}@media (max-width:768px){.dashboard-main{padding:1.5rem 1rem}}.sa-title{color:#0a2540;font-size:1.8rem;font-weight:700;letter-spacing:-.5px;margin-bottom:0}.sa-loading{color:#999;padding:2rem}.sa-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.2rem}.sa-export-btn{background:#0070f3;border-radius:8px;color:#fff;font-size:.82rem;font-weight:600;padding:.5rem 1.2rem;transition:all .2s}.sa-export-btn:hover{background:#005cc5;box-shadow:0 4px 12px #0070f34d}.sa-filters{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1rem}.sa-filter-select{background:#fff;border:1px solid #e3e8ee;border-radius:8px;color:#0a2540;font-family:inherit;font-size:.9rem;min-width:180px;padding:.7rem 1rem}.sa-filter-select:focus{border-color:#0070f3;outline:none}.sa-result-count{color:#8898aa;font-size:.82rem;margin-bottom:1rem}.sa-totals{background:#fff;border:1px solid #e3e8ee;border-radius:8px;color:#425466;display:flex;font-size:.88rem;gap:2rem;margin-bottom:1rem;padding:.8rem 1rem}.sa-date-filter{align-items:center;display:flex;gap:.5rem}.sa-date-filter label{color:#8898aa;font-size:.82rem;white-space:nowrap}.sa-date-filter input{border:1px solid #e3e8ee;border-radius:8px;font-family:inherit;font-size:.88rem;padding:.6rem .8rem}.sa-date-filter input:focus{border-color:#0070f3;outline:none}.sa-id{background:#f0f3f7;border-radius:4px;color:#0a2540;font-family:SF Mono,Fira Code,monospace;font-size:.75rem;letter-spacing:.3px;padding:.15rem .5rem}.sa-id-primary{background:#0070f3;color:#fff;font-size:.78rem;font-weight:700;padding:.2rem .6rem}.sa-plan-badge{background:#f0f3f7;border-radius:4px;color:#425466;font-size:.72rem;font-weight:600;padding:.15rem .5rem;text-transform:capitalize}.sa-ticket-card{border:1px solid #e3e8ee;border-radius:12px;padding:1.5rem;transition:border-color .2s}.sa-ticket-card:hover{border-color:#0070f3}.sa-ticket-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.sa-ticket-user{align-items:center;color:#425466;display:flex;font-size:.85rem;gap:.5rem;margin-bottom:.3rem}.sa-respond-btn{background:none;border:1px solid #0070f3;border-radius:6px;color:#0070f3;cursor:pointer;font-size:.78rem;font-weight:600;margin-top:.8rem;padding:.4rem .8rem;transition:all .2s}.sa-respond-btn:hover{background:#0070f30d}.sa-user-search-wrapper{margin:.8rem 0}.sa-user-search-container{position:relative}.sa-user-results{background:#fff;border:1px solid #e3e8ee;border-radius:0 0 10px 10px;box-shadow:0 8px 30px #00000014;left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:100}.sa-user-result-item{align-items:center;cursor:pointer;display:flex;gap:.8rem;padding:.8rem 1rem;transition:background .15s}.sa-user-result-item:hover{background:#f6f9fc}.sa-user-result-info{display:flex;flex:1 1;flex-direction:column}.sa-user-result-info strong{color:#0a2540;font-size:.88rem}.sa-user-result-info span{color:#8898aa;font-size:.78rem}.sa-user-result-cuit{background:#f0f3f7;border-radius:4px;color:#425466;font-size:.75rem;padding:.15rem .5rem;white-space:nowrap}.sa-user-result-empty{color:#8898aa;font-size:.88rem;padding:1rem;text-align:center}.sa-user-selected{align-items:center;background:#f6f9fc;border:1px solid #e3e8ee;border-radius:8px;display:flex;justify-content:space-between;padding:.8rem 1rem}.sa-user-selected-info{align-items:center;display:flex;flex-wrap:wrap;gap:.6rem}.sa-user-selected-info strong{color:#0a2540;font-size:.9rem}.sa-user-selected-cuit{background:#e3e8ee;border-radius:4px;color:#425466;font-size:.78rem;padding:.1rem .4rem}.sa-user-selected-email{color:#8898aa;font-size:.78rem}.sa-user-selected-clear{background:none;border-radius:4px;color:#8898aa;font-size:1rem;padding:.2rem .5rem;transition:all .15s}.sa-user-selected-clear:hover{background:#fef5f5;color:#df1b41}.sa-cred-card{border:1px solid #e3e8ee;border-radius:12px;margin-bottom:1.2rem;padding:1.5rem}.sa-cred-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.8rem}.sa-cred-header h3{color:#0a2540;font-size:1rem;font-weight:600}.sa-cred-status{border-radius:20px;font-size:.78rem;font-weight:600;padding:.2rem .6rem}.sa-cred-ok{background:#d4edda;color:#155724}.sa-cred-warn{background:#fff3cd;color:#856404}.sa-cred-desc{color:#425466;font-size:.88rem;line-height:1.6;margin-bottom:1rem}.sa-cred-desc a{color:#0070f3;font-weight:500;text-decoration:none}.sa-cred-desc a:hover{text-decoration:underline}.sa-cred-input-row{align-items:center;display:flex;gap:.8rem}.sa-cred-input{border:1px solid #e3e8ee;border-radius:8px;flex:1 1;font-family:inherit;font-size:.9rem;padding:.7rem 1rem}.sa-cred-input:focus{border-color:#0070f3;box-shadow:0 0 0 3px #0070f31a;outline:none}.sa-cred-hint{color:#8898aa;font-size:.78rem;margin-top:.5rem}.sa-cred-url-row{align-items:center;display:flex;gap:.8rem}.sa-cred-url{background:#f0f3f7;border-radius:8px;color:#0a2540;flex:1 1;font-family:SF Mono,Fira Code,monospace;font-size:.82rem;padding:.7rem 1rem;word-break:break-all}.sa-cred-copy{background:#0a2540;border-radius:8px;color:#fff;font-size:.78rem;font-weight:600;padding:.6rem 1rem;transition:all .2s;white-space:nowrap}.sa-cred-copy:hover{background:#0d3259}.sa-cred-steps{color:#425466;font-size:.88rem;line-height:2;padding-left:1.2rem}.sa-cred-steps a{color:#0070f3;text-decoration:none}.sa-cred-steps a:hover{text-decoration:underline}.sa-stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}.sa-stat-card{align-items:center;border:1px solid #e5e5e5;border-left:4px solid;display:flex;gap:1rem;padding:1.3rem;transition:border-color .2s}.sa-stat-card:hover{border-color:#222;border-left-color:inherit}.sa-stat-icon{font-size:1.8rem}.sa-stat-value{color:#222;font-size:1.5rem;font-weight:700}.sa-stat-label{color:#999;font-size:.78rem;letter-spacing:.5px;text-transform:uppercase}.sa-search{border:1px solid #e3e8ee;border-radius:8px;flex:1 1;font-family:inherit;font-size:.9rem;min-width:200px;padding:.7rem 1rem;transition:border-color .2s}.sa-search:focus{border-color:#0070f3;box-shadow:0 0 0 3px #0070f31a;outline:none}.sa-table-wrap{overflow-x:auto}.sa-table{border-collapse:collapse;width:100%}.sa-table td,.sa-table th{border-bottom:1px solid #f0f2f5;font-size:.88rem;padding:.75rem .8rem;text-align:left}.sa-table th{background:#f6f9fc;color:#8898aa;font-size:.72rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.sa-row-blocked{opacity:.5}.sa-sub-badge{border-radius:20px;color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.5px;padding:.2rem .6rem;text-transform:uppercase}.sa-actions{display:flex;gap:.4rem}.sa-actions button{background:none;border:1px solid #e3e8ee;border-radius:6px;cursor:pointer;font-size:.85rem;padding:.3rem .5rem;transition:all .2s}.sa-actions button:hover{border-color:#0070f3}.sa-btn-danger{border-color:#df1b41!important}.sa-btn-danger:hover{background:#fef5f5!important}.sa-add-btn{background:#222;color:#fff;font-size:.82rem;font-weight:600;letter-spacing:.8px;padding:.6rem 1.2rem;text-transform:uppercase;transition:background .2s}.sa-add-btn:hover{background:#000}.sa-form{border:1px solid #e5e5e5;margin-bottom:1.5rem;padding:1.5rem}.sa-form input,.sa-form select{border:none;border-bottom:1px solid #ddd;font-family:inherit;font-size:.95rem;margin-bottom:.5rem;padding:.8rem 0;width:100%}.sa-form input:focus,.sa-form select:focus{border-bottom-color:#222;outline:none}.sa-form-row{display:flex;gap:1rem}.sa-form-row input{flex:1 1}.sa-form-actions{display:flex;gap:1rem;margin-top:1.5rem}.sa-form-actions button{background:#222;color:#fff;font-size:.82rem;font-weight:600;letter-spacing:.8px;padding:.7rem 1.5rem;text-transform:uppercase}.sa-form-actions button:hover{background:#000}.sa-cancel-btn{background:#fff!important;border:1px solid #ddd;color:#222!important}.sa-label{color:#999;display:block;font-size:.75rem;letter-spacing:.8px;margin-bottom:.3rem;margin-top:1rem;text-transform:uppercase}.sa-msg{color:#27ae60;font-size:.85rem;margin-bottom:1rem}.sa-btn-cobrar{background:#27ae60;border-radius:6px;color:#fff;font-size:.75rem;font-weight:600;padding:.3rem .7rem;transition:all .2s;white-space:nowrap}.sa-btn-cobrar:hover{background:#219a52}.sa-modal-overlay{align-items:center;background:#0006;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.sa-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #00000026;max-width:90vw;padding:2rem;width:400px}.sa-modal h3{margin-bottom:.5rem}.sa-cobrar-input,.sa-modal h3{font-size:1.1rem;font-weight:700}.sa-cobrar-input{border:1px solid #e3e8ee;border-radius:8px;font-family:inherit;margin-bottom:1rem;padding:.8rem 1rem;width:100%}.sa-cobrar-input:focus{border-color:#0070f3;outline:none}.sa-modal-actions{display:flex;gap:.8rem}.sa-btn-cobrar-confirm{background:#27ae60;border-radius:8px;color:#fff;flex:1 1;font-size:.9rem;font-weight:700;padding:.7rem;transition:all .2s}.sa-btn-cobrar-confirm:hover{background:#219a52}.sa-btn-cobrar-confirm:disabled{opacity:.6}.sa-btn-cancel{background:#f0f0f0;border-radius:8px;color:#666;font-size:.9rem;font-weight:600;padding:.7rem 1.2rem}.sa-cobrar-msg{border-radius:6px;font-size:.85rem;font-weight:500;margin-bottom:1rem;padding:.6rem 1rem}.sa-cobrar-ok{background:#d4edda;color:#155724}.sa-cobrar-pending{background:#fff3cd;color:#856404}.sa-cobrar-err{background:#f8d7da;color:#721c24}.sa-pay-badge{border-radius:20px;font-size:.72rem;font-weight:600;padding:.2rem .5rem;white-space:nowrap}.sa-pay-sub{background:#d4edda;color:#155724}.sa-pay-pending{background:#fff3cd;color:#856404}.sa-pay-manual{background:#d1ecf1;color:#0c5460}@media (max-width:768px){.sa-stats-grid{grid-template-columns:repeat(2,1fr)}.sa-header{align-items:flex-start;flex-direction:column;gap:1rem}.sa-form-row{gap:0}.sa-filters,.sa-form-row{flex-direction:column}.sa-search{min-width:auto}}@media (max-width:480px){.sa-stats-grid{grid-template-columns:1fr}}.App{display:flex;flex-direction:column;min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f6f9fc;color:#425466;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}button{border:none;cursor:pointer;outline:none}a,button{font-family:inherit}::selection{background:#0070f3;color:#fff}
/*# sourceMappingURL=main.5adccbdf.css.map*/