@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--primary-purple:indigo;--primary-blue:#b8d4e0;--primary-peach:#fad4c0;--accent-orange:#f4a460;--accent-beige:#f5e6d3;--accent-teal:#4ecdc4;--accent-red:#ff6b6b;--accent-yellow:#ffd93d;--accent-pink:#ff8fab;--accent-lavender:#a06cd5;--accent-green:#95e1d3;--text-dark:#333;--text-gray:#666;--white:#fff}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-peach) 100%);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}button{cursor:pointer;border:none;font-family:inherit;transition:all .3s}button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000026}a{color:inherit;text-decoration:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.fade-in-up{animation:.6s ease-out fadeInUp}.float{animation:3s ease-in-out infinite float}html{scroll-behavior:smooth}::selection{background:var(--primary-purple);color:#fff}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--primary-purple);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#3a006b}.auth-page{background:linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-peach) 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.auth-container{width:100%;max-width:600px;position:relative}.back-button{color:var(--text-dark);background:#fff;border-radius:12px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:inline-flex}.back-button:hover{transform:translate(-5px);box-shadow:0 5px 15px #0000001a}.auth-card{background:#fff;border-radius:24px;padding:3rem;animation:.6s ease-out fadeInUp;box-shadow:0 20px 60px #00000026}.register-card{max-width:700px;margin:0 auto}.auth-header{text-align:center;margin-bottom:2.5rem}.auth-header .logo{justify-content:center;align-items:center;margin-bottom:1rem;padding:10px 20px;display:flex}.auth-card .logo img{object-fit:contain;width:260px;height:auto}.auth-header h1{color:var(--primary-purple);margin-bottom:.5rem;font-size:2rem}.auth-header p{color:var(--text-gray);font-size:1rem}.auth-form{margin-bottom:2rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-dark);margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.input-wrapper{align-items:center;display:flex;position:relative}.input-icon{color:var(--text-gray);font-size:1.125rem;position:absolute;left:1rem}.input-wrapper input{background:var(--white);border:2px solid #e0e0e0;border-radius:12px;width:100%;padding:1rem 1rem 1rem 3rem;font-size:1rem;transition:all .3s}.input-wrapper input:focus{border-color:var(--primary-purple);background:#fff;outline:none}.toggle-password{color:var(--text-gray);cursor:pointer;background:0 0;padding:.5rem;position:absolute;right:1rem}.toggle-password:hover{color:var(--primary-purple);box-shadow:none;transform:none}.form-options{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.checkbox-label{color:var(--text-dark);cursor:pointer;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.checkbox-label.full-width{width:100%;margin-bottom:1rem;line-height:1.5}.checkbox-label input[type=checkbox]{cursor:pointer;width:18px;height:18px;accent-color:var(--primary-purple)}.forgot-link,.link-primary{color:var(--primary-purple);font-weight:600;transition:color .3s}.forgot-link:hover,.link-primary:hover{color:#3a006b;text-decoration:underline}.btn-submit{background:var(--primary-purple);color:#fff;border-radius:12px;width:100%;padding:1rem;font-size:1.125rem;font-weight:600;transition:all .3s}.btn-submit:hover:not(:disabled){background:#3a006b;transform:translateY(-2px);box-shadow:0 8px 20px #4b00824d}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.auth-divider{color:var(--text-gray);align-items:center;margin:2rem 0;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#e0e0e0;flex:1;height:1px}.auth-divider span{padding:0 1rem;font-size:.9rem}.auth-footer{text-align:center}.auth-footer p{color:var(--text-gray);font-size:.95rem}.benefits-note{text-align:center;border-top:2px dashed #e0e0e0;margin-top:2rem;padding-top:2rem}.benefits-note p{color:var(--text-gray);margin:.5rem 0;font-size:.95rem;font-weight:500}.toast-notificacion{color:#fff;z-index:10000;text-align:center;letter-spacing:.3px;border-radius:16px;align-items:center;gap:12px;padding:16px 32px;font-size:1.05rem;font-weight:600;transition:all .3s ease-in-out;display:flex;position:fixed;top:10%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 30px #00000059}.checkbox-group label{color:#4b5563;cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:row;align-items:center;gap:10px;margin-bottom:0;font-size:.88rem;transition:color .2s;display:flex}.checkbox-group label:hover{color:#111827}.checkbox-group span{font-size:.88rem;line-height:1.2;display:inline-block}.checkbox-group input[type=checkbox]{appearance:none;cursor:pointer;background-color:#fff;border:2px solid #d1d5db;border-radius:4px;outline:none;flex-shrink:0;place-content:center;width:18px;height:18px;margin:0;transition:all .2s cubic-bezier(.4,0,.2,1);display:grid}.checkbox-group input[type=checkbox]:hover{background-color:#eff6ff;border-color:#2563eb}.checkbox-group input[type=checkbox]:checked{background-color:#2563eb;border-color:#2563eb;transform:scale(1.05)}.checkbox-group input[type=checkbox]:checked:before{content:"";clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);background-color:#fff;width:10px;height:10px}.checkbox-group label a{color:#2563eb;font-weight:500;text-decoration:none;transition:color .2s,-webkit-text-decoration .2s,text-decoration .2s}.checkbox-group label a:hover{color:#1d4ed8;text-decoration:underline}@media (width<=768px){.auth-page{padding:1rem}.auth-card{padding:2rem 1.5rem}.auth-header h1{font-size:1.5rem}.form-row{grid-template-columns:1fr}.form-options{flex-direction:column;align-items:flex-start}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffff2;padding:1rem 0;position:sticky;top:0;box-shadow:0 2px 20px #0000001a}.navbar-container{justify-content:space-between;align-items:center;display:flex}.navbar-logo{color:var(--primary-purple);align-items:center;gap:10px;font-size:1.5rem;font-weight:700;display:flex}.logo-icon{font-size:2rem}.navbar-menu{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text-dark);background:0 0;padding:.5rem 1rem;font-size:1rem;font-weight:500;transition:color .3s}.nav-link:hover{color:var(--primary-purple);box-shadow:none;transform:none}.navbar-buttons{gap:1rem;display:flex}.btn-primary,.btn-secondary{border-radius:12px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600}.btn-primary{background:var(--primary-purple);color:#fff}.btn-primary:hover{background:#3a006b}.btn-secondary{color:var(--primary-purple);border:2px solid var(--primary-purple);background:0 0}.btn-secondary:hover{background:var(--primary-purple);color:#fff}.menu-toggle{color:var(--primary-purple);background:0 0;font-size:1.5rem;display:none}@media (width<=768px){.menu-toggle{display:block}.navbar-menu{opacity:0;pointer-events:none;background:#fff;flex-direction:column;padding:2rem;transition:all .3s;position:fixed;top:70px;left:0;right:0;transform:translateY(-100%);box-shadow:0 10px 30px #0000001a}.navbar-menu.active{opacity:1;pointer-events:all;transform:translateY(0)}.navbar-buttons{flex-direction:column;width:100%}.btn-primary,.btn-secondary{text-align:center;width:100%}}.hero{align-items:center;min-height:90vh;padding:100px 0;display:flex}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-title{color:var(--text-dark);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2}.gradient-text{background:linear-gradient(135deg, var(--primary-purple), var(--accent-teal));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--text-gray);margin-bottom:2rem;font-size:1.25rem;line-height:1.6}.hero-buttons{gap:1rem;margin-bottom:1rem;display:flex}.btn-hero-primary{background:var(--primary-purple);color:#fff;border-radius:12px;padding:1rem 2rem;font-size:1.125rem;font-weight:600;display:inline-block}.btn-hero-secondary{color:var(--primary-purple);background:#fff;border-radius:12px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;display:flex}.hero-note{color:var(--text-gray);font-size:.9rem}.hero-illustration{width:400px;height:400px;margin:0 auto;position:relative}.illustration-central{background:var(--accent-orange);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;font-size:4rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 40px #0003}.illustration-item{border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:2.5rem;animation:3s ease-in-out infinite float;display:flex;position:absolute;box-shadow:0 5px 20px #00000026}.illustration-item:first-child{animation-delay:0s;top:0;left:50%;transform:translate(-50%)}.illustration-item:nth-child(2){animation-delay:.5s;top:20%;right:10%}.illustration-item:nth-child(3){animation-delay:1s;bottom:20%;right:10%}.illustration-item:nth-child(4){animation-delay:1.5s;bottom:20%;left:10%}.illustration-item:nth-child(5){animation-delay:2s;top:20%;left:10%}@media (width<=968px){.hero-container{text-align:center;grid-template-columns:1fr}.hero-title{font-size:2.5rem}.hero-buttons{flex-wrap:wrap;justify-content:center}.hero-illustration{width:300px;height:300px}.illustration-central{width:100px;height:100px;font-size:3rem}.illustration-item{width:60px;height:60px;font-size:2rem}}.about{background:#fff}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-title{color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section-subtitle{color:var(--text-gray);font-size:1.125rem;line-height:1.6}.about-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.about-card{background:var(--accent-beige);text-align:center;border-radius:20px;padding:2.5rem;transition:transform .3s}.about-card:hover{transform:translateY(-10px)}.about-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:2rem;display:flex}.about-card h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.5rem}.about-card p{color:var(--text-gray);line-height:1.6}.features{background:linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-peach) 100%)}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.feature-card{text-align:center;background:#fff;border-radius:20px;padding:2rem;transition:all .3s}.feature-card:hover{transform:translateY(-10px)scale(1.02);box-shadow:0 15px 40px #00000026}.feature-emoji{border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 1.5rem;font-size:3rem;display:flex;box-shadow:0 5px 20px #0000001a}.feature-card h3{color:var(--text-dark);margin-bottom:.75rem;font-size:1.25rem}.feature-card p{color:var(--text-gray);line-height:1.5}.pricing{background:#fff}.billing-toggle{background:var(--accent-beige);border-radius:12px;justify-content:center;gap:0;max-width:400px;margin-bottom:3rem;margin-left:auto;margin-right:auto;padding:.5rem;display:flex}.billing-toggle button{color:var(--text-gray);background:0 0;border-radius:8px;flex:1;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;position:relative}.billing-toggle button:hover{box-shadow:none;transform:none}.billing-toggle button.active{background:var(--primary-purple);color:#fff}.save-badge{color:#fff;white-space:nowrap;background:#ff6b6b;border-radius:8px;padding:.25rem .5rem;font-size:.7rem;position:absolute;top:-25px;right:-10px}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.pricing-card{background:#fff;border-radius:20px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 5px 30px #0000001a}.pricing-card:hover{transform:translateY(-10px);box-shadow:0 15px 50px #0003}.pricing-card.popular{border:3px solid var(--primary-purple);transform:scale(1.05)}.pricing-card.popular:hover{transform:scale(1.08)translateY(-10px)}.popular-badge{background:var(--primary-purple);color:#fff;z-index:1;padding:.5rem 3rem;font-size:.8rem;font-weight:700;position:absolute;top:20px;right:-35px;transform:rotate(45deg)}.plan-header{text-align:center;color:#fff;padding:2rem}.plan-header h3{margin-bottom:.5rem;font-size:1.75rem}.plan-header p{opacity:.9;font-size:1rem}.plan-price{text-align:center;justify-content:center;align-items:flex-start;gap:.25rem;padding:2rem;display:flex}.currency{color:var(--text-gray);margin-top:.5rem;font-size:1.5rem}.amount{color:var(--text-dark);font-size:3.5rem;font-weight:800}.period{color:var(--text-gray);align-self:flex-end;margin-bottom:1rem;font-size:1rem}.savings{text-align:center;color:#4caf50;margin-bottom:1rem;font-size:.9rem;font-weight:600}.features-list{padding:0 2rem 2rem;list-style:none}.features-list li{border-bottom:1px solid #f0f0f0;align-items:center;gap:.75rem;padding:.75rem 0;display:flex}.features-list li:last-child{border-bottom:none}.features-list li.not-included{opacity:.4}.check-icon{color:#4caf50;flex-shrink:0;font-size:1.25rem}.times-icon{color:#ccc;flex-shrink:0;font-size:1.25rem}.btn-plan{text-align:center;border-radius:12px;width:calc(100% - 4rem);margin:0 2rem 2rem;padding:1rem;font-size:1.125rem;font-weight:600;transition:all .3s}.btn-plan:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.pricing-note{text-align:center;background:var(--accent-beige);border-radius:16px;padding:2rem}.pricing-note p{color:var(--text-gray);margin:.5rem 0;font-size:1rem}@media (width<=968px){.pricing-card.popular{transform:scale(1)}.pricing-card.popular:hover{transform:translateY(-10px)}}.footer{background:var(--text-dark);color:#fff;padding:4rem 0 2rem}.footer-content{grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-section h3{color:#fff;margin-bottom:1.5rem;font-size:1.25rem}.footer-logo{align-items:center;gap:10px;margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:flex}.footer-description{color:#ffffffb3;margin-bottom:1.5rem;line-height:1.6}.social-links{gap:1rem;display:flex}.social-links a{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;transition:all .3s;display:flex}.social-links a:hover{background:var(--primary-purple);transform:translateY(-3px)}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:#ffffffb3;transition:color .3s}.footer-section ul li a:hover{color:#fff}.contact-list li{align-items:center;gap:.75rem;display:flex}.contact-list svg{color:var(--primary-purple)}.footer-bottom{text-align:center;border-top:1px solid #ffffff1a;padding-top:2rem}.footer-bottom p{color:#ffffff80;margin:.5rem 0}@media (width<=968px){.footer-content{grid-template-columns:1fr;gap:2rem}}.info-section{background:linear-gradient(#c5d4d9 0%,#f3e8ff4d 40%,#fff 100%);padding:4.5rem 1.5rem}.info-section .container{max-width:900px;margin:0 auto}.info-content{text-align:center}.info-title{color:#1f2937;margin-bottom:2rem;font-size:2.25rem;font-weight:800;line-height:1.3}.highlight-text{background:linear-gradient(135deg, var(--accent-teal) 0%, var(--accent-lavender) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.info-text{color:#4b5563;margin-bottom:1.25rem;font-size:1.15rem;line-height:1.8}.info-text strong{color:#6b21a8;font-weight:600}.info-text-secondary{color:#6b7280;margin-bottom:0;font-size:1.1rem}@media (width<=768px){.info-section{padding:3rem 1rem}.info-title{font-size:1.75rem}.info-text{font-size:1rem}}.info-banner{background:linear-gradient(135deg, var(--primary-purple), var(--accent-teal));color:#fff;text-align:center;border-radius:1.25rem;margin-top:2.5rem;padding:1.75rem 2.5rem;box-shadow:0 10px 25px #a855f740}.banner-quote{letter-spacing:.01em;margin:0;font-size:1.28rem;font-weight:600;line-height:1.5}.info-banner strong{color:#fef08a;font-weight:700}.historia-carta-section{background:linear-gradient(#fff 0%,#f3e8ff66 100%);padding:5rem 1.5rem}.historia-carta-container{max-width:1050px;margin:0 auto}.historia-carta-header{text-align:center;margin-bottom:3rem}.historia-tag{color:var(--primary-purple,#9333ea);letter-spacing:.05em;background:#f3e8ff;border-radius:9999px;margin-bottom:.75rem;padding:.35rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.historia-title{color:#1f2937;font-size:2.5rem;font-weight:800}.highlight-brand{background:linear-gradient(135deg, var(--primary-purple,#a855f7), var(--accent-teal,#2dd4bf));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.letter-card{background:#fff;border:1px solid #f3e8ffcc;border-radius:1.75rem;grid-template-columns:280px 1fr;display:grid;overflow:hidden;box-shadow:0 20px 40px #a855f714}.letter-sidebar{text-align:center;background:linear-gradient(#f3e8ff80 0%,#ccfbf133 100%);border-right:1px solid #f3f4f6;flex-direction:column;align-items:center;padding:3rem 1.5rem;display:flex}.profile-photo-wrapper{background:linear-gradient(135deg, var(--primary-purple,#a855f7), var(--accent-teal,#2dd4bf));border-radius:50%;width:140px;height:140px;margin-bottom:1.25rem;padding:5px;box-shadow:0 8px 20px #00000014}.profile-photo{object-fit:cover;background:#fff;border-radius:50%;width:100%;height:100%}.profile-name{color:#111827;margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.profile-role{color:#6b7280;margin-bottom:1.5rem;font-size:.875rem;line-height:1.4}.profile-badge{color:#6b21a8;background:#fff;border:1px solid #f3e8ff;border-radius:9999px;padding:.5rem .9rem;font-size:.8rem;font-weight:600;box-shadow:0 4px 12px #0000000d}.letter-body{padding:3rem 3.5rem}.letter-lead{color:#581c87;border-left:4px solid var(--accent-teal,#2dd4bf);margin-bottom:1.75rem;padding-left:1rem;font-size:1.15rem;font-weight:600;line-height:1.7}.letter-text p{color:#4b5563;margin-bottom:1.25rem;font-size:.975rem;line-height:1.75}.letter-text strong{color:#1f2937;font-weight:600}.letter-footer{border-top:1px dashed #e5e7eb;margin-top:2rem;padding-top:1.75rem}.letter-closing{color:#374151;margin-bottom:1.5rem;font-size:1rem;font-style:italic;line-height:1.6}.letter-signature{flex-direction:column;gap:.25rem;display:flex}.letter-signature span{color:#6b7280;font-size:.875rem}.letter-signature strong{color:var(--primary-purple,#9333ea);font-size:1.1rem;font-weight:700}.letter-highlight-quote{border-left:4px solid var(--primary-purple,#a855f7);color:#581c87;background:linear-gradient(135deg,#f3e8ff99 0%,#ccfbf166 100%);border-radius:.85rem;margin:1.75rem 0;padding:1.25rem 1.75rem;font-size:1.15rem;font-style:italic;font-weight:700;line-height:1.6}.contact-container{flex-direction:column;align-items:center;gap:.5rem;margin-top:1.25rem;display:flex}.contact-label{color:#374151;font-size:.9rem;font-weight:600}.linkedin-btn{color:#fff;background-color:#0a66c2;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.55rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #0a66c240}.linkedin-btn:hover{color:#fff;background-color:#084e96;transform:translateY(-2px);box-shadow:0 6px 16px #0a66c259}.linkedin-icon{width:18px;height:18px}@media (width<=850px){.letter-card{grid-template-columns:1fr}.letter-sidebar{border-bottom:1px solid #f3f4f6;border-right:none;padding:2.5rem 1.5rem}.letter-body{padding:2rem 1.5rem}.historia-title{font-size:1.85rem}}.portal-layout{background-color:#f4f7f6;min-height:100vh;display:flex}.portal-sidebar{background-color:#420563;border-right:1px solid #e0e0e0;flex-direction:column;width:260px;padding:1.5rem;display:flex}.portal-sidebar-header{letter-spacing:1px;color:#fff;opacity:.95;margin-bottom:2rem;font-size:1.1rem;font-weight:700}.portal-sidebar-header .logo{justify-content:start;align-items:center;margin-bottom:.75rem;padding:10px auto;display:flex}.portal-sidebar-header .logo img{object-fit:cover;width:180px;height:auto}.portal-sidebar ul{flex-grow:1;margin:0;padding:0;list-style:none}.portal-subtitle{letter-spacing:.2px;opacity:.95;margin-top:10px;margin-bottom:25px;font-size:1.1rem}.portal-sidebar li a{color:#fffc;border-radius:8px;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.85rem 1.25rem;font-weight:500;text-decoration:none;transition:all .2s ease-in-out;display:flex}.icon-menu{font-size:1.1rem;transition:color .2s}.icon-blue{color:#09f}.icon-green{color:#0c6}.icon-yellow{color:#e9c600}.icon-pink{color:#f39}.icon-orange{color:#ff9633}.portal-sidebar li a:hover{color:#fff;background-color:#5a0886}.portal-sidebar li a.active{color:#3a005c;background-color:#f3e8ff;font-weight:600}.portal-sidebar li a.active .icon-menu{color:#3a005c!important}.btn-logout{color:#ffffffb3;cursor:pointer;text-align:center;background-color:#5a0886;border:1px solid #f396;border-radius:8px;margin-top:auto;padding:.75rem 1rem;font-size:.95rem;font-weight:600;transition:all .2s}.btn-logout:hover{color:#fff;background-color:#f39;border-color:#f39}.btn-logout-admin{color:#ffffffb3;cursor:pointer;text-align:center;background-color:#ffffff1a;border-radius:8px;margin-top:auto;padding:.75rem 1rem;font-size:.95rem;font-weight:600;transition:all .2s}.btn-logout-admin:hover{color:#fff;background-color:#f35;border-color:#f39}.portal-content{flex:1;padding:2rem 3rem;overflow-y:auto}.portal-content .pricing-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.pricing-header{text-align:center;margin-bottom:2.5rem}.pricing-header h2{color:#1e293b;margin-bottom:.5rem;font-size:2rem}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:stretch;gap:1.5rem;display:grid}.pricing-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;padding:2rem 1.25rem 1.5rem;display:flex;position:relative}.pricing-card.featured{border:2px solid #01875f;box-shadow:0 10px 25px #01875f1f}.pricing-card h3{color:#0f172a;margin-top:0;margin-bottom:.5rem;font-size:1.25rem}.pricing-card .price{color:#0f172a;margin-bottom:1.5rem;font-size:1.75rem;font-weight:700}.pricing-card .price span{color:#64748b;font-size:.875rem;font-weight:400}.pricing-card .badge{color:#fff;text-transform:uppercase;background-color:#01875f;border-radius:20px;padding:3px 10px;font-size:.7rem;font-weight:700;position:absolute;top:12px;right:15px}.features-list{text-align:left;flex-grow:1;margin-bottom:2rem;padding-left:0;list-style:none}.features-list li{color:#334155;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;font-size:.875rem;line-height:1.3;display:flex}.features-list li.feature-disabled{color:#94a3b8;text-decoration:line-through}.features-list .icon-check{color:#28a745;flex-shrink:0;font-weight:700}.features-list .icon-times{color:#dc3545;flex-shrink:0;font-weight:700}.btn-playstore{color:#fff;background-color:#01875f;border-radius:8px;justify-content:center;align-items:center;gap:8px;margin-top:auto;padding:.75rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background-color .2s,transform .1s;display:flex}.btn-playstore:hover{background-color:#016c4c;transform:translateY(-2px)}.plan-badge-status{text-align:center;color:#64748b;background-color:#f1f5f9;border-radius:8px;margin-top:auto;padding:.75rem;font-size:.875rem;font-weight:600}.info-note{color:#64748b;max-width:600px;margin:20px auto;font-size:.85rem}.profile-list{flex-direction:column;gap:1rem;display:flex}.profile-card{background:#fff;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:1.5rem;display:flex;box-shadow:0 4px 15px #0000000d}.profile-card-info{align-items:center;gap:1rem;display:flex}.profile-card-avatar{background-color:#f0e6ff;border-radius:35px;justify-content:center;align-items:center;width:70px;height:70px;font-size:3rem;display:flex}.profile-card-name{color:#333;font-size:1.25rem;font-weight:600;display:block}.profile-card-details{color:#666;font-size:.9rem}.profile-card-actions{flex-wrap:wrap;gap:.75rem;display:flex}.btn-icon{color:#4b5563;cursor:pointer;background-color:#f3f4f6;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.3rem 1rem;font-size:.9rem;font-weight:600;transition:background-color .2s;display:flex}.btn-icon:hover{background-color:#e5e7eb}.btn-icon.btn-danger{color:#c92a2a;background-color:#fff}.btn-icon.btn-danger:hover{background-color:#fad2d2}.btn-add-profile{color:#fff;cursor:pointer;background-color:indigo;border:none;border-radius:8px;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:600}.btn-add-profile:hover{background-color:#3a006a}.account-grid{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.portal-form-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 8px 30px #0000000d}.portal-form-card h3{color:indigo;align-items:center;gap:.75rem;margin-top:0;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;display:flex}.portal-form-card .form-group{margin-bottom:1rem}.portal-form-card .form-group label{color:#333;margin-bottom:.5rem;font-weight:500;display:block}.portal-form-card .form-group input{box-sizing:border-box;border:1px solid #ccc;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:1rem}.portal-form-card .btn-submit{width:100%;margin-top:1rem;padding:.85rem;font-size:1rem}.portal-form-card .btn-secondary{color:indigo;background-color:#f0e6ff}.portal-form-card .btn-secondary:hover{background-color:#e0cffc}.portal-form-card .form-divider{border:0;border-top:1px solid #e0e0e0;margin:1.5rem 0}.notification-prefs{margin-top:2rem}.toggle-group{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.toggle-group:last-child{border-bottom:none;padding-bottom:0}.toggle-group label:first-child{flex:1;padding-right:1rem}.toggle-group label p{color:#666;margin:.25rem 0 0;font-size:.9rem}.toggle-switch{width:50px;height:28px;display:inline-block;position:relative}.toggle-switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:#ccc;border-radius:28px;transition:all .4s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .4s;position:absolute;bottom:4px;left:4px}input:checked+.slider{background-color:indigo}input:checked+.slider:before{transform:translate(22px)}.report-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.report-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 8px 30px #0000000d}.report-card-full{grid-column:1/-1}.report-card h3{color:indigo;align-items:center;gap:.75rem;margin-top:0;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;display:flex}.report-card p{color:#666;margin-top:0;margin-bottom:1rem;font-size:1rem}.bar-chart-container{flex-direction:column;gap:1rem;display:flex}.bar-chart-row{align-items:center;gap:1rem;display:flex}.bar-chart-icon{width:20px;font-size:1.2rem}.bar-chart-label{color:#333;text-transform:capitalize;width:100px;font-weight:500}.bar-chart-bar{background-color:#f3f4f6;border-radius:8px;flex:1;height:20px;overflow:hidden}.bar-chart-fill{background-color:indigo;border-radius:8px;height:100%;transition:width .5s ease-out}.bar-chart-percent{color:#333;width:50px;font-weight:600}.badge-container{flex-wrap:wrap;gap:.75rem;display:flex}.value-badge{border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;display:flex}.value-badge.completed{color:#0d7c71;background-color:#e0fdf4}.value-badge.pending{color:#6b7280;background-color:#f3f4f6}.economy-balance{border-bottom:1px solid #eee;justify-content:space-between;align-items:baseline;margin-bottom:1rem;padding-bottom:1rem;display:flex}.economy-balance span:first-child{color:#666;font-size:1.1rem;font-weight:500}.economy-balance .economy-total{color:indigo;font-size:2.5rem;font-weight:700}.economy-details p{justify-content:space-between;margin:.5rem 0;font-size:1rem;display:flex}.economy-details p span{font-weight:600}.economy-details p:first-child span{color:#28a745}.economy-details p:last-child span{color:#dc3545}.dashboard-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.dashboard-widget{color:#333;background:#fff;border-radius:16px;padding:1.5rem 2rem;text-decoration:none;transition:all .3s;box-shadow:0 8px 30px #0000000d}.dashboard-widget:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000014}.dashboard-widget h3{color:indigo;margin-top:1rem;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.dashboard-widget p{color:#666;font-size:1rem;line-height:1.5}.widget-link{color:indigo;margin-top:1rem;font-weight:600;text-decoration:none;display:inline-block}.widget-link:hover{text-decoration:underline}.dashboard-widget.alert{color:#721c24;background-color:#fff6f6;border:1px solid #f8d7da}.dashboard-widget.alert h3{color:#c92a2a}.dashboard-widget.alert p strong{color:#c92a2a;font-size:1.1rem}.widget-child-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.widget-child-list li{align-items:center;gap:.75rem;font-size:1rem;font-weight:500;display:flex}.widget-avatar{background:#f0e6ff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;display:flex}@media (width<=992px){.dashboard-grid,.report-grid{grid-template-columns:1fr}}.portal-recursos-page .recursos-header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.search-bar{background:#fff;border:1px solid #e0e0e0;border-radius:8px;align-items:center;padding:.5rem 1rem;display:flex;box-shadow:0 4px 15px #0000000d}.search-bar .search-icon{color:#999;margin-right:.75rem}.search-bar input{color:#333;background:0 0;border:none;outline:none;font-size:1rem}.search-bar input::placeholder{color:#999}.recursos-container{grid-template-columns:240px 1fr;gap:2rem;display:grid}.recursos-sidebar h4{color:#333;border-bottom:1px solid #e0e0e0;margin-top:0;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:600}.recursos-sidebar ul{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.btn-categoria{color:#333;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:500;display:flex}.btn-categoria:hover{background-color:#f3f4f6}.btn-categoria.active{color:indigo;background-color:#f0e6ff;font-weight:600}.btn-categoria svg{font-size:1.1rem}.recursos-grid{grid-template-columns:repeat(2,1fr);align-items:flex-start;gap:1.5rem;display:grid}.resource-card{background:#fff;border-radius:12px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 8px 30px #0000000d}.resource-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000014}.resource-card-image{background-position:50%;background-size:cover;height:200px}.resource-card-content{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.resource-card-categoria{color:indigo;text-transform:uppercase;margin-bottom:.5rem;font-size:.8rem;font-weight:600}.resource-card-title{color:#333;margin:0 0 .75rem;font-size:1.25rem;font-weight:600;line-height:1.4}.resource-card-resumen{color:#666;flex-grow:1;margin:0;font-size:.95rem;line-height:1.6}.resource-card-footer{color:#666;border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1rem;font-size:.9rem;display:flex}@media (width<=1200px){.recursos-container{grid-template-columns:1fr}}@media (width<=768px){.recursos-header{flex-direction:column;gap:1rem}.search-bar{width:100%}.recursos-grid{grid-template-columns:1fr}}.portal-calendar-page{position:relative}.calendar-container{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 8px 30px #0000000d}.rbc-event{padding:4px 8px;font-size:.9rem}.portal-modal-overlay{z-index:1000;background-color:#0009;justify-content:center;align-items:flex-start;padding:2rem 1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.portal-modal-card{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;padding:2rem;position:relative;overflow-y:auto;box-shadow:0 10px 40px #0003}.portal-modal-card h3{color:indigo;margin-top:0;margin-bottom:.5rem;font-size:1.75rem;font-weight:600}.portal-modal-card p{color:#666;margin-bottom:1.5rem;font-size:1rem}.modal-close-btn{color:#999;cursor:pointer;background:0 0;border:none;font-size:1.5rem;position:absolute;top:1rem;right:1rem}.modal-close-btn:hover{color:#333}.danger-zone{background-color:#fff6f6;border:1px solid #f8d7da;margin-top:2rem}.danger-zone h3{color:#c92a2a}.danger-zone p{color:#721c24;font-size:.9rem;line-height:1.5}.btn-danger{color:#fff;cursor:pointer;background-color:#dc3545;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1rem;padding:.85rem 1rem;font-size:1rem;font-weight:600;display:flex}.btn-danger:hover{background-color:#c82333}.btn-icon-small.btn-danger{color:#64748b;background-color:#f1f5f9;width:36px;height:36px;margin:0;padding:0}.btn-icon-small:hover{color:indigo;background-color:#f3e8ff}.btn-icon-small.btn-warn:hover{color:#b45309;background-color:#fef3c7}.btn-icon-small.btn-danger:hover{color:#dc3545;background-color:#fee2e2}.account-forms-container{grid-template-columns:1fr 1fr;gap:2rem;max-width:1000px;display:grid}.account-form{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 8px 30px #00000014}.account-form h3{color:indigo;margin-top:0;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.admin-table-container{background:#fff;border-radius:12px;overflow-x:auto;box-shadow:0 4px 15px #0000000d}.admin-table{border-collapse:collapse;width:100%;min-width:600px}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid #eee;padding:1rem}.admin-table th{color:#666;text-transform:uppercase;background-color:#f8f9fa;font-size:.85rem;font-weight:600}.admin-table tr:hover{background-color:#f1f5f9}.badge{border-radius:20px;padding:4px 10px;font-size:.8rem;font-weight:600}.badge.plan-básico{color:#00695c;background-color:#e0f2f1}.badge.plan-premium{color:#7b1fa2;background-color:#f3e5f5}.badge.plan-familiar{color:#c2185b;background-color:#fce4ec}.status-indicator{text-transform:capitalize;align-items:center;gap:5px;font-size:.9rem;display:flex}.status-indicator.activo{color:#28a745}.status-indicator.inactivo{color:#6c757d}.status-indicator.bloqueado{color:#dc3545}.btn-icon-small{cursor:pointer;color:#666;background:0 0;border:none;padding:5px;font-size:1rem;transition:color .2s}.btn-icon-small:hover{color:indigo}.btn-icon-small.btn-danger:hover{color:#dc3545}.btn-icon-small.btn-warn:hover{color:#ffc107}.action-buttons{gap:5px;display:flex}.admin-content-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.content-card{background:#fff;border:1px solid #eee;border-radius:12px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 15px #00000014}.content-card-img{background-color:#e0e0e0;background-position:50%;background-size:cover;height:160px;position:relative}.content-card-img .badge{text-transform:capitalize;position:absolute;top:10px;right:10px;box-shadow:0 2px 5px #0003}.badge.value-honestidad{color:#005f56;background-color:#4ecdc4}.badge.value-empatia{color:#fff;background-color:#ff6b6b}.badge.value-generosidad{color:#5c4a00;background-color:#ffd93d}.badge.value-responsabilidad{color:#fff;background-color:#a06cd5}.badge.value-valentia{color:#fff;background-color:orange}.content-card-body{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.content-card-body h3{color:#333;margin:0 0 .5rem;font-size:1.2rem}.content-card-body p{color:#666;flex-grow:1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.4}.content-actions{border-top:1px solid #f0f0f0;gap:.5rem;padding-top:1rem;display:flex}.content-actions button{flex:1;justify-content:center}.admin-tabs{border-bottom:1px solid #eee;gap:1rem;margin-bottom:2rem;padding-bottom:1px;display:flex}.admin-tab{color:#666;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:1rem;font-weight:500;transition:all .2s;display:flex}.admin-tab:hover{color:indigo;background-color:#f9f9f9;border-radius:5px 5px 0 0}.admin-tab.active{color:indigo;border-bottom:3px solid indigo}.store-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;display:grid}.store-card{background:#fff;border:1px solid #eee;border-radius:12px;flex-direction:column;align-items:center;padding:1rem;display:flex;position:relative;box-shadow:0 4px 10px #0000000d}.store-card-header{justify-content:space-between;width:100%;margin-bottom:.5rem;display:flex}.store-price{color:#fff;background-color:orange;border-radius:12px;padding:2px 8px;font-size:.85rem;font-weight:700}.store-actions-mini{gap:5px;display:flex}.store-actions-mini button{cursor:pointer;color:#999;background:0 0;border:none;padding:2px;font-size:.9rem}.store-actions-mini button:hover{color:indigo}.store-actions-mini button.danger:hover{color:#dc3545}.store-image-preview{background-color:#f8f9fa;border-radius:8px;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:1rem;display:flex}.store-image-preview img{object-fit:contain;max-width:100%;max-height:100%}.store-card-info{text-align:center}.store-card-info h4{color:#333;margin:0 0 .25rem}.store-card-info p{color:#666;margin:0;font-size:.8rem}.empty-state{text-align:center;color:#999;background:#f8f9fa;border:2px dashed #e0e0e0;border-radius:12px;grid-column:1/-1;padding:3rem}.admin-config-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.admin-config-right-col{flex-direction:column;display:flex}.admin-team-list{margin:0;padding:0;list-style:none}.admin-team-item:last-child{border-bottom:none}.portal-table-container{background-color:#f0e6ff;border:1px solid #eef2f5;border-radius:12px;width:100%;margin-top:1.5rem;overflow-x:auto;box-shadow:0 4px 12px #00000080}.portal-table-container table{border-collapse:collapse;text-align:left;width:100%}.portal-table-container th{color:#334155;text-transform:uppercase;letter-spacing:.5px;background-color:#f8fafc;border-bottom:2px solid #e2e8f0;padding:14px 16px;font-size:.9rem;font-weight:600}.portal-table-container td{color:#475569;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:16px;font-size:.95rem}.portal-table-container tbody tr:hover{background-color:#e3dbff;transition:background-color .2s}.img-thumb{object-fit:cover;border:1px solid #e3dbff;border-radius:6px;width:50px;height:50px}@media (width<=992px){.admin-config-grid{grid-template-columns:1fr}}.admin-menu li a{color:#b8c7ce!important}.admin-menu li a:hover{color:#fff!important;background-color:#2c3e50!important}.admin-menu li a.active-admin{border-left:4px solid #fff;color:#fff!important;background-color:#007bff!important}.account-form .form-group input{box-sizing:border-box;border:1px solid #ccc;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:1rem}.account-form .form-group label{margin-bottom:.5rem;font-weight:500;display:block}.account-form .btn-submit{width:100%;margin-top:1rem}.cancion-card{background:#fff;border:1px solid #eee;border-radius:12px;flex-direction:column;align-items:center;padding:.7rem;display:flex;position:relative;box-shadow:0 4px 10px #0000000d}.cardStyle{background:#fff;border:1px solid #f0f0f0;border-radius:16px;align-items:center;gap:16px;padding:20px;display:flex;box-shadow:0 2px 10px #00000008}.iconContainerStyle{border-radius:14px;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.smallCardStyle{text-align:center;background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:18px 12px;box-shadow:0 2px 8px #00000008}.sectionTitleStyle{color:#374151;margin-bottom:12px;font-size:1.1rem;font-weight:600}.subLabelStyle{color:#6b7280;letter-spacing:.5px;font-size:.8rem;font-weight:600}.progressBgStyle{background-color:#f3f4f6;border-radius:6px;height:10px;margin-top:4px;overflow:hidden}.progressFillStyle{border-radius:6px;height:100%;transition:width .4s}.badgeCardStyle{text-align:center;background:#fafafa;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;align-items:center;min-width:110px;padding:12px;display:flex}@media (width<=992px){.account-forms-container{grid-template-columns:1fr}.portal-content{padding:1.5rem}.profile-card{flex-direction:column;align-items:flex-start;gap:1rem}}.profile-card-avatar-container{background-color:#f0eefd;border:2px solid #7963c5;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;overflow:hidden}.profile-card-avatar-img{object-fit:cover;width:100%;height:100%}.toast-notificacion{color:#fff;z-index:10000;text-align:center;border-radius:16px;align-items:center;gap:12px;padding:16px 32px;font-size:1.05rem;font-weight:600;transition:all .3s ease-in-out;display:flex;position:fixed;top:10%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 30px #00000059}.toast-notificacion .toast-icon{font-size:1.25rem}.modal-confirmar-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background-color:#0f172a99;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.2s ease-out fadeIn;display:flex;position:fixed;top:0;left:0}.modal-confirmar-card{text-align:left;background:#fff;border-radius:16px;width:90%;max-width:420px;padding:2rem;animation:.25s cubic-bezier(.16,1,.3,1) slideUp;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-confirmar-card h3{color:#1e293b;margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.modal-confirmar-card p{color:#64748b;margin:0 0 1.5rem;font-size:.95rem;line-height:1.5}.modal-confirmar-actions{justify-content:flex-end;gap:12px;display:flex}.modal-confirmar-actions button{cursor:pointer;border:none;border-radius:8px;outline:none;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s}.modal-confirmar-actions .btn-cancel{color:#475569;background-color:#f1f5f9}.modal-confirmar-actions .btn-cancel:hover{color:#1e293b;background-color:#e2e8f0}.modal-confirmar-actions .btn-confirm{color:#fff;background-color:#ef4444;box-shadow:0 2px 4px #ef444433}.modal-confirmar-actions .btn-confirm:hover{background-color:#dc2626;transform:translateY(-1px);box-shadow:0 4px 8px #ef44444d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(15px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.input-disabled{cursor:not-allowed;color:#64748b;background-color:#f8fafc}.team-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.btn-add-admin{color:#00695c;cursor:pointer;background-color:#e0f2f1;border:none;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:.85rem;font-weight:600;display:flex}.btn-add-admin:hover{background-color:#b2dfdb}.admin-team-item{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.admin-subtext{color:#64748b;font-size:.8rem;display:block}.role-tag{text-transform:capitalize;color:indigo;font-weight:600}.admin-actions{gap:8px;display:flex}.btn-edit{color:#0284c7;background-color:#e0f2fe}.btn-edit:hover{background-color:#bae6fd}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:480px;padding:1.5rem;box-shadow:0 20px 25px -5px #0000001a}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.modal-header h3{color:#1e293b;margin:0;font-size:1.25rem}.btn-close-modal{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:1.1rem}.modal-form .form-group{flex-direction:column;margin-bottom:1rem;display:flex}.modal-form label{color:#334155;margin-bottom:.4rem;font-size:.875rem;font-weight:600}.modal-form input,.modal-form select{border:1px solid #cbd5e1;border-radius:6px;padding:.6rem .8rem;font-size:.9rem}.label-optional{color:#94a3b8;font-size:.75rem;font-weight:400}.modal-actions{justify-content:flex-end;gap:10px;margin-top:1.5rem;display:flex}.btn-cancel{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:6px;padding:.6rem 1rem}.btn-submit-modal{color:#fff;cursor:pointer;background:indigo;border:none;border-radius:6px;padding:.6rem 1.2rem;font-weight:600}@media (width<=992px){.portal-layout{flex-direction:column}.portal-sidebar{border-bottom:1px solid #e0e0e0;border-right:none;width:100%;padding:1rem}.portal-sidebar ul{flex-wrap:wrap;gap:.5rem;display:flex}.portal-sidebar li{flex:auto}.portal-sidebar li a{text-align:center;margin-bottom:0;padding:.6rem .8rem;font-size:.9rem}.btn-logout{width:100%;margin-top:1rem}.portal-content{padding:1.25rem}}@media (width<=768px){.account-grid,.account-forms-container,.report-grid{grid-template-columns:1fr;gap:1.25rem}.bar-chart-row{flex-wrap:wrap}.bar-chart-label{width:80px;font-size:.85rem}.economy-balance{flex-direction:column;align-items:flex-start;gap:.5rem}.auth-container{max-width:100%}.auth-card .logo img{width:180px}.toast-notificacion{width:90%;padding:12px 20px;font-size:.95rem}}@media (width<=600px){.portal-table-container table{min-width:500px}}.mobile-menu-btn,.sidebar-backdrop{display:none}@media (width<=992px){.mobile-menu-btn{z-index:1100;color:#fff;cursor:pointer;background-color:#2c3e50;border:none;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;display:flex;position:fixed;top:15px;left:15px;box-shadow:0 4px 10px #00000026}.sidebar-backdrop{z-index:999;background-color:#00000080;width:100vw;height:100vh;display:block;position:fixed;top:0;left:0}.portal-sidebar{z-index:1000;width:260px;height:100vh;padding-top:70px;transition:left .3s;position:fixed;top:0;left:-280px;overflow-y:auto;box-shadow:2px 0 12px #0000001a}.portal-sidebar.is-open{left:0}.portal-content{width:100%;margin-top:50px;padding:1rem}}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{text-transform:none;appearance:button;cursor:pointer;overflow:visible}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-toolbar{flex-wrap:wrap;justify-content:center;align-items:center;margin-bottom:10px;font-size:16px;display:flex}.rbc-toolbar .rbc-toolbar-label{text-align:center;flex-grow:1;padding:0 10px}.rbc-toolbar button{color:#373a3c;text-align:center;vertical-align:middle;white-space:nowrap;background:0 0;border:1px solid #ccc;border-radius:4px;margin:0;padding:.375rem 1rem;line-height:normal;display:inline-block}.rbc-toolbar button:active,.rbc-toolbar button.rbc-active{background-color:#e6e6e6;background-image:none;border-color:#adadad;box-shadow:inset 0 3px 5px #00000020}.rbc-toolbar button:active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button.rbc-active:focus{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.rbc-toolbar button:focus{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:hover{color:#373a3c;cursor:pointer;background-color:#e6e6e6;border-color:#adadad}.rbc-btn-group{white-space:nowrap;display:inline-block}.rbc-btn-group>button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:0 4px 4px 0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px 0 0 4px}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}@media (width<=767px){.rbc-toolbar{flex-direction:column}}.rbc-event{box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;text-align:left;background-color:#3174ad;border:none;border-radius:5px;width:100%;margin:0;padding:2px 5px}.rbc-slot-selecting .rbc-event{cursor:inherit;pointer-events:none}.rbc-event.rbc-selected{background-color:#265985}.rbc-event:focus{outline:5px auto #3b99fc}.rbc-event-label{text-overflow:ellipsis;white-space:nowrap;font-size:80%;display:block;overflow:hidden}.rbc-event-overlaps{box-shadow:-1px 1px 5px #33333380}.rbc-event-continues-prior{border-top-left-radius:0;border-bottom-left-radius:0}.rbc-event-continues-after{border-top-right-radius:0;border-bottom-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later{border-bottom-right-radius:0;border-bottom-left-radius:0}.rbc-row{flex-direction:row;display:flex}.rbc-row-segment{padding:0 1px 1px}.rbc-row-segment .rbc-event-content{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.rbc-selected-cell{background-color:#0000001a}.rbc-show-more{text-overflow:ellipsis;white-space:nowrap;z-index:4;color:#3174ad;background-color:#ffffff4d;height:auto;font-size:85%;font-weight:700;line-height:normal;display:block;overflow:hidden}.rbc-show-more:hover,.rbc-show-more:focus{color:#265985}.rbc-month-view{-webkit-user-select:none;user-select:none;border:1px solid #ddd;flex-direction:column;flex:1 0 0;width:100%;height:100%;display:flex;position:relative}.rbc-month-header{flex-direction:row;display:flex}.rbc-month-row{flex-direction:column;flex:1 0 0;height:100%;display:flex;position:relative;overflow:hidden}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{text-align:right;flex:1 1 0;min-width:0;padding-right:5px}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{flex-direction:row;flex:1 0 0;display:flex;position:absolute;inset:0 1px 0 0;overflow:hidden}.rbc-day-bg{flex:1 0}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{z-index:5;background-color:#fff;border:1px solid #e5e5e5;padding:10px;position:absolute;box-shadow:0 5px 15px #00000040}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{flex-direction:column;flex:1 0 0;display:flex;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{border-spacing:0;border-collapse:collapse;border:1px solid #ddd;width:100%}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{vertical-align:top;padding:5px 10px}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{text-transform:lowercase;padding-left:15px;padding-right:15px}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:left;border-bottom:1px solid #ddd;padding:3px 5px}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" »"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"« "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{flex-direction:column;min-height:100%;display:flex}.rbc-time-column .rbc-timeslot-group{flex:1}.rbc-timeslot-group{border-bottom:1px solid #ddd;flex-flow:column;min-height:40px;display:flex}.rbc-time-gutter,.rbc-header-gutter{flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{margin-right:10px;position:absolute;inset:0}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-event,.rbc-day-slot .rbc-background-event{border:1px solid #265985;flex-flow:column wrap;align-items:flex-start;min-height:20px;max-height:100%;display:flex;position:absolute;overflow:hidden}.rbc-day-slot .rbc-background-event{opacity:.75}.rbc-day-slot .rbc-event-label{flex:none;width:auto;padding-right:5px}.rbc-day-slot .rbc-event-content{word-wrap:break-word;flex:1 1 0;width:100%;height:100%;min-height:1em;line-height:1}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-view-resources .rbc-time-gutter,.rbc-time-view-resources .rbc-time-header-gutter{z-index:10;background-color:#fff;border-right:1px solid #ddd;margin-right:-1px;position:sticky;left:0}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{flex:1 0 0;min-width:auto}.rbc-time-view-resources .rbc-time-header-cell-single-day{display:none}.rbc-time-view-resources .rbc-day-slot{min-width:140px}.rbc-time-view-resources .rbc-header,.rbc-time-view-resources .rbc-day-bg{flex:1 1 0;width:140px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{flex:1 0 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{z-index:10;color:#fff;background-color:#00000080;width:100%;padding:3px;font-size:75%;position:absolute}.rbc-slot-selecting{cursor:move}.rbc-time-view{border:1px solid #ddd;flex-direction:column;flex:1;width:100%;min-height:0;display:flex}.rbc-time-view .rbc-time-gutter{white-space:nowrap;text-align:right}.rbc-time-view .rbc-allday-cell{box-sizing:content-box;width:100%;height:100%;position:relative}.rbc-time-view .rbc-allday-cell+.rbc-allday-cell{border-left:1px solid #ddd}.rbc-time-view .rbc-allday-events{z-index:4;position:relative}.rbc-time-view .rbc-row{box-sizing:border-box;min-height:20px}.rbc-time-header{flex-direction:row;flex:none;display:flex}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-left:1px solid #ddd;border-right-width:0}.rbc-time-header>.rbc-row:first-child,.rbc-time-header>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{border-left:1px solid #ddd;flex-direction:column;flex:1;min-width:0;display:flex}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd;flex-shrink:0}.rbc-time-content{border-top:2px solid #ddd;flex:1 0;align-items:flex-start;width:100%;display:flex;position:relative;overflow-y:auto}.rbc-time-content>.rbc-time-gutter{flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{-webkit-user-select:none;user-select:none;width:100%}.rbc-current-time-indicator{z-index:3;pointer-events:none;background-color:#74ad31;height:1px;position:absolute;left:0;right:0}.rbc-resource-grouping.rbc-time-header-content{flex-direction:column;display:flex}.rbc-resource-grouping .rbc-row .rbc-header{width:141px}.rbc-calendar{box-sizing:border-box;flex-direction:column;align-items:stretch;height:100%;display:flex}.rbc-m-b-negative-3{margin-bottom:-3px}.rbc-h-full{height:100%}.rbc-calendar *,.rbc-calendar :before,.rbc-calendar :after{-webkit-box-sizing:inherit;box-sizing:inherit}.rbc-abs-full{position:absolute;inset:0;overflow:hidden}.rbc-ellipsis{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e6e6e6}.rbc-header{text-overflow:ellipsis;white-space:nowrap;text-align:center;vertical-align:middle;border-bottom:1px solid #ddd;flex:1 0;min-height:0;padding:0 3px;font-size:90%;font-weight:700;overflow:hidden}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-button-link{color:inherit;cursor:pointer;-webkit-user-select:text;user-select:text;background:0 0;border:none;margin:0;padding:0}.rbc-row-content{-webkit-user-select:none;user-select:none;z-index:4;position:relative}.rbc-row-content-scrollable{flex-direction:column;height:100%;display:flex}.rbc-row-content-scrollable .rbc-row-content-scroll-container{-ms-overflow-style:none;scrollbar-width:none;height:100%;overflow-y:scroll}.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar{display:none}.rbc-today{background-color:#eaf6ff}.politicas-container{color:#1f2937;box-sizing:border-box;min-height:100vh;padding:40px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.politicas-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;max-width:800px;margin:0 auto;padding:40px;box-shadow:0 4px 6px -1px #0000000d}.politicas-header{border-bottom:2px solid #c3c5c9;margin-bottom:32px;padding-bottom:24px}.politicas-meta{align-items:center;gap:12px;margin-bottom:12px;display:flex}.badge{color:#6a25eb;background-color:#f4efff;border:1px solid #c0bffe;border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:600}.update-date{color:#6b7280;font-size:.8rem}.politicas-title{color:#111827;letter-spacing:-.02em;margin:0 0 8px;font-size:2rem;font-weight:700}.politicas-subtitle{color:#5c616d;text-align:justify;margin:0;font-size:.95rem;line-height:1.5}.politicas-callout{background-color:#f8fafc;border-left:4px solid #2563eb;border-radius:0 8px 8px 0;margin-bottom:32px;padding:16px;font-size:.875rem;line-height:1.6}.politicas-callout p{color:#334155;margin:0}.politicas-body{flex-direction:column;gap:32px;display:flex}.politicas-section h2{color:#111827;margin:0 0 12px;font-size:1.15rem;font-weight:600}.politicas-section p{color:#4b5563;margin:0 0 12px;font-size:.9rem;line-height:1.6}.politicas-section ol{flex-direction:column;gap:8px;margin:0;padding-left:20px;display:flex}.politicas-section .politicas-description{color:#4b5563;margin:5px 0;font-weight:400;display:block}.politicas-section .politicas-tipoabcd li{color:#39424e;font-weight:600}.politicas-section .politicas-tipopunto{flex-direction:column;gap:8px;margin:0;padding-left:20px;display:flex}.politicas-section .politicas-tipopunto li{color:#4b5563;font-size:.9rem;font-weight:400;line-height:1.5}.politicas-link{color:#2563eb;font-weight:500;text-decoration:underline}.politicas-link:hover{color:#1d4ed8}.politicas-footer{color:#6b7280;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-top:48px;padding-top:24px;font-size:.8rem;display:flex}.back-to-top{color:#6b7280;text-decoration:none;transition:color .2s}.back-to-top:hover{color:#1f2937}@media (width<=640px){.politicas-card{padding:24px 16px}.politicas-title{font-size:1.5rem}.politicas-meta{flex-direction:column;align-items:flex-start;gap:6px}.politicas-footer{flex-direction:column;align-items:flex-start;gap:12px}}
