@charset "UTF-8";.button{font-family:inherit;font-size:var(--text-ui);font-weight:500}.button:hover:not(:disabled){opacity:1}.button:disabled{cursor:not-allowed}.button--primary{background-color:var(--btn-primary-bg);color:var(--btn-primary-text)}.button--secondary{background-color:var(--btn-secondary-bg);color:var(--btn-secondary-text)}.button--error{background-color:var(--btn-action-bg);color:var(--btn-action-text)}.button--outline{background-color:transparent;color:var(--btn-outline-text);border:1px solid var(--btn-outline-border)}.coin-switcher-btn{font-family:inherit;border:none;cursor:pointer;font-weight:500;transition:background .2s ease,color .2s ease;-webkit-tap-highlight-color:transparent}.coin-switcher-btn--inline{position:relative;z-index:1;margin:0;line-height:1.2}.header-wrapper{--header-nav-chip-py: 6px;--header-nav-chip-px: 12px;--header-nav-chip-fs: .8125rem;--header-nav-chip-lh: 1.2;--header-nav-chip-radius: 6px;display:flex;justify-content:space-between;align-items:center;padding:0 2rem;background:linear-gradient(105deg,var(--verde-claro) 0%,var(--verde-medio-claro) 50%,var(--verde-medio) 100%);border-bottom:none;box-shadow:0 2px 12px #2d463447;top:0;z-index:100;height:56px;position:sticky}.header-wrapper .MuiTabs-flexContainer{align-items:center}.header-wrapper .MuiTab-root{color:#ffffffb8!important}.header-wrapper .MuiTab-root:hover,.header-wrapper .MuiTab-root.Mui-selected{color:#fff!important}.header-wrapper .MuiTabs-indicator{background-color:#ffffffe6!important}.header-wrapper .MuiTabs-root:has(.header-nav-tab--chip.Mui-selected) .MuiTabs-indicator{opacity:0}.header-wrapper .header-nav-tab--chip.MuiTab-root{box-sizing:border-box;align-self:center;min-height:0!important;max-height:none;padding:var(--header-nav-chip-py) var(--header-nav-chip-px)!important;margin-left:8px;border-radius:var(--header-nav-chip-radius);background:#ffffff38!important;color:#fff!important;box-shadow:0 1px 4px #0000001f;font-size:var(--header-nav-chip-fs)!important;font-weight:500!important;line-height:var(--header-nav-chip-lh)!important;display:inline-flex;align-items:center;justify-content:center}.header-wrapper .header-nav-tab--chip.MuiTab-root .MuiTab-wrapper{padding:0!important;min-height:0!important;line-height:inherit!important}.header-wrapper .header-nav-tab--chip.MuiTab-root:hover{background:#ffffff57!important;color:#fff!important}.header-wrapper .header-nav-tab--chip.MuiTab-root.Mui-selected{color:#fff!important;font-weight:600!important}.header-icon-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;border-radius:50%;background:transparent;color:#ffffffc7;cursor:pointer;font-size:1.2rem;transition:background .15s,color .15s;flex-shrink:0;text-decoration:none;box-sizing:border-box}.header-icon-btn:hover{background:#ffffff26;color:#fff}.header-icon-btn--active{color:#fff}.header-coin-slot{flex-shrink:0;margin-left:12px;display:flex;align-items:center}.header-coin-slot .coin-switcher-btn--inline{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:var(--header-nav-chip-py, 6px) var(--header-nav-chip-px, 12px);font-size:var(--header-nav-chip-fs, .8125rem);line-height:var(--header-nav-chip-lh, 1.2);border-radius:var(--header-nav-chip-radius, 6px);background:#ffffff38;color:#fff;box-shadow:0 1px 4px #0000001f}.header-coin-slot .coin-switcher-btn--inline:hover{background:#ffffff57;color:#fff}.header-coin-slot .coin-switcher-btn--inline:active{transform:scale(.97)}.header-icon-group{display:flex;align-items:center;gap:4px;margin-left:8px}.language-switcher{display:flex;gap:8px;align-items:center}.lang-btn{padding:6px 12px;border:1px solid #ddd;background:#fff;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;min-width:40px}.lang-btn:hover{background:#f5f5f5;border-color:#ccc}.lang-btn.active{background:#007bff;color:#fff;border-color:#007bff}.lang-btn.active:hover{background:#0056b3;border-color:#0056b3}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid rgba(255,255,255,.2);background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sidebar-header .sidebar-title{margin:0;font-size:1.5rem;font-weight:600;color:var(--texto-principal);font-family:Playfair Display,serif}.sidebar-header .sidebar-close-btn{background:none;border:none;color:var(--color-marron-acento);font-size:1.2rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.sidebar-header .sidebar-close-btn:hover{background:#ffffff4d;transform:scale(1.1)}.sidebar-header .sidebar-close-btn:active{transform:scale(.95)}.sidebar-content{flex:1;min-height:0;padding:1rem 0;overflow-y:auto}.sidebar-section{margin-bottom:.5rem}.sidebar-item{width:100%;display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:none;border:none;cursor:pointer;transition:all .3s ease;color:var(--texto-principal);font-size:1rem;font-weight:500;text-align:left;position:relative;overflow:hidden}.sidebar-item:before{content:"";position:absolute;left:0;top:0;height:100%;width:0;background:linear-gradient(90deg,rgba(255,255,255,.3) 0%,transparent 100%);transition:width .3s ease}.sidebar-item:hover{background:#fff3;transform:translate(8px)}.sidebar-item:hover:before{width:4px}.sidebar-item.active{background:#ffffff4d;color:var(--color-verde-profundo);font-weight:600}.sidebar-item.active:before{width:4px;background:var(--color-verde-profundo)}.sidebar-item .sidebar-icon{font-size:1.2rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-item .sidebar-label{flex:1}.sidebar-item .sidebar-label.cart-label{display:flex;align-items:center;justify-content:center;width:100%}.sidebar-footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,.2);background:#ffffff1a;text-align:center}.sidebar-footer .sidebar-footer-text{margin:0;font-size:.9rem;color:var(--color-marron-acento);font-weight:500;font-family:Playfair Display,serif;transition:all .3s ease;padding:.5rem;border-radius:4px}.sidebar-footer .sidebar-footer-text:hover{background:#fff3;color:var(--texto-principal);transform:scale(1.05)}.sidebar-footer .sidebar-footer-text:active{transform:scale(.98)}@media (max-width: 768px){.sidebar-header{padding:calc(env(safe-area-inset-top,0px) + 20px) 20px 18px;border-bottom:none;background:var(--verde-oscuro)}.sidebar-header .sidebar-title{color:var(--blanco);font-style:italic;font-weight:600}.sidebar-header .sidebar-close-btn{color:var(--blanco);background:#ffffff26}.sidebar-header .sidebar-close-btn:hover{background:#ffffff40;color:var(--blanco)}.sidebar-content{flex:1;background:var(--blanco)}.sidebar-item{color:var(--texto-gris)}.sidebar-item:before{display:none!important}.sidebar-item:hover{background:var(--fondo-claro);transform:none}.sidebar-item.active{background:var(--fondo-claro);color:var(--verde-oscuro);font-weight:600}.sidebar-item.active:before{display:block!important;width:3px!important;left:0;top:6px;bottom:6px;height:auto!important;border-radius:0 3px 3px 0;background:var(--verde-oscuro)!important}.sidebar-item .sidebar-icon{opacity:.65;color:inherit}.sidebar-item.active .sidebar-icon{opacity:1;color:var(--verde-oscuro)}.sidebar-footer{background:var(--blanco);border-top:1px solid rgba(0,0,0,.06)}.sidebar-footer .sidebar-footer-text{color:var(--texto-gris)}.sidebar-content::-webkit-scrollbar-track{background:#0000000a}.sidebar-content::-webkit-scrollbar-thumb{background:#0000001f}.sidebar-content::-webkit-scrollbar-thumb:hover{background:#00000038}}@media (max-width: 480px){.sidebar-header{padding:calc(env(safe-area-inset-top,0px) + 16px) 16px 14px}.sidebar-header .sidebar-title{font-size:1.35rem}.sidebar-item{padding:.875rem 1rem;font-size:.95rem}.sidebar-item .sidebar-icon{font-size:1.1rem;width:20px;height:20px}.sidebar-submenu-item{padding:.625rem .875rem;font-size:.85rem}}.sidebar-content::-webkit-scrollbar{width:4px}.sidebar-content::-webkit-scrollbar-track{background:#ffffff1a}.sidebar-content::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.sidebar-content::-webkit-scrollbar-thumb:hover{background:#ffffff80}.site-footer{margin-top:auto;background:var(--texto-principal);border-top:1px solid var(--color-crema-secundario);color:#ffffff8c}.site-footer__top{max-width:1100px;margin:0 auto;padding:3.5rem 3rem 2.5rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}.site-footer__logo{font-family:Playfair Display,serif;font-style:italic;font-size:1.5rem;color:#f3e5d8;margin-bottom:.625rem;line-height:1.2}.site-footer__tagline{margin:0 0 1.25rem;font-size:.75rem;line-height:1.75;color:#fff6;max-width:220px}.site-footer__social{display:flex;gap:.5rem}.site-footer__social-btn{width:34px;height:34px;border-radius:50%;background:#ffffff12;display:flex;align-items:center;justify-content:center;color:#fff9;text-decoration:none;transition:background .2s,color .2s}.site-footer__social-btn svg{width:15px;height:15px}.site-footer__social-btn:hover{background:var(--color-verde-profundo);color:var(--blanco)}.site-footer__col-title{margin:0 0 .875rem;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#ffffff59}.site-footer__link{display:block;font-size:.8125rem;color:#ffffff8c;text-decoration:none;margin-bottom:.5rem;transition:color .2s}.site-footer__link:hover{color:#fff}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.07);padding:1.25rem 3rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;font-size:11px;color:#ffffff40}.site-footer__copyright{flex-shrink:0}.site-footer__bottom-aside{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.35rem;text-align:right}.site-footer__bottom-sep{-webkit-user-select:none;user-select:none}.site-footer__credit-link{color:#ffffff73;text-decoration:underline;text-underline-offset:2px;transition:color .2s}.site-footer__credit-link:hover{color:#fff}@media (max-width: 900px){.site-footer__top{grid-template-columns:1fr 1fr;gap:2rem;padding:2.5rem 1.25rem 1.75rem}.site-footer__brand{grid-column:1 / -1}.site-footer__tagline{max-width:100%}}@media (max-width: 480px){.site-footer__top{grid-template-columns:1fr;gap:1.5rem}.site-footer__brand{grid-column:auto}.site-footer__bottom{padding:1rem 1.25rem;flex-direction:column;gap:.5rem;text-align:center}.site-footer__bottom-aside{justify-content:center;text-align:center}.site-footer__copyright{text-align:center}}.scroll-to-top{position:fixed;right:1.25rem;z-index:1015;width:38px;height:38px;border-radius:50%;border:1px solid rgba(109,136,116,.35);background:#fffffff0;color:var(--verde-oscuro);box-shadow:0 3px 11px #2d463424;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:opacity .28s ease,transform .28s ease,visibility .28s,bottom .22s ease,background .2s ease,color .2s ease,border-color .2s ease;-webkit-tap-highlight-color:transparent}.scroll-to-top svg{width:18px;height:18px}.scroll-to-top:hover{background:var(--verde-oscuro);color:var(--fondo-claro);border-color:var(--verde-oscuro)}.scroll-to-top:focus-visible{outline:2px solid var(--verde-oscuro);outline-offset:3px}.scroll-to-top--visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}@media (max-width: 768px){.scroll-to-top{width:32px;height:32px;right:max(.75rem,env(safe-area-inset-right,0px))}.scroll-to-top svg{width:15px;height:15px}}.layout-container{background-color:var(--fondo-claro)}.hamburger{display:none;position:fixed;top:16px;left:16px;z-index:1001;background:#ffffffe6;border:none;border-radius:8px;cursor:pointer;padding:8px;box-shadow:0 2px 8px #00000026;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hamburger:hover{background:#fff;box-shadow:0 4px 12px #0003;transform:scale(1.05)}.hamburger:active{transform:scale(.95)}.hamburger.hidden{opacity:0;pointer-events:none;transform:scale(.8)}.hamburger-icon{font-size:24px;color:var(--texto-principal);display:block;width:24px;height:24px;line-height:1}.layout-main{min-height:80vh;background-color:var(--fondo-claro);margin:0 auto;padding-bottom:clamp(2.5rem,6vw,5rem)}@media (max-width: 768px){.header-wrapper{display:none}.hamburger{display:none!important}.layout-container{padding-bottom:calc(52px + env(safe-area-inset-bottom,0px))}.layout-main{padding-top:0;min-height:auto;padding-inline:env(safe-area-inset-left,0px) env(safe-area-inset-right,0px)}.sidebar-backdrop{z-index:1040;background:#00000073;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.sidebar{left:auto!important;right:0!important;width:min(288px,90vw)!important;background:var(--blanco)!important;box-shadow:-12px 0 48px #00000026!important;border-radius:16px 0 0 16px;animation:slideDrawerRightIn .35s cubic-bezier(.4,0,.2,1) forwards!important;z-index:1050!important}}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease}.sidebar{position:fixed;top:0;left:0;width:280px;height:100%;display:flex;flex-direction:column;background:linear-gradient(135deg,var(--verde-claro) 0%,color-mix(in srgb,var(--verde-claro) 72%,white) 100%);box-shadow:4px 0 20px #00000026;z-index:1001;padding:0;transition:transform .3s cubic-bezier(.4,0,.2,1);transform:translate(-100%);animation:slideIn .3s ease forwards;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slideDrawerRightIn{0%{transform:translate(100%)}to{transform:translate(0)}}.mobile-top-bar,.mobile-bottom-dock{display:none}@media (max-width: 768px){.mobile-top-bar{display:flex;align-items:center;justify-content:space-between;gap:0;position:sticky;top:0;z-index:1020;height:calc(var(--mobile-nav-h) + env(safe-area-inset-top,0px));padding:calc(env(safe-area-inset-top,0px) + 4px) 14px 6px;box-sizing:border-box;background:var(--verde-claro);border-bottom:none;box-shadow:0 2px 12px #2d463447;-webkit-tap-highlight-color:transparent}.mobile-top-bar__side{flex:1 1 0;display:flex;align-items:center;min-width:0;position:relative;z-index:2}.mobile-top-bar__side--start{justify-content:flex-start;gap:5px}.mobile-top-bar__side--end{justify-content:flex-end;gap:0}.mobile-top-bar__menu{width:36px;height:36px;padding:4px;border:none;background:transparent;cursor:pointer;display:flex;flex-direction:column;justify-content:center;gap:5px;flex-shrink:0}.mobile-top-bar__menu span{display:block;height:2px;background:var(--texto-gris);border-radius:2px;transition:transform .25s ease,opacity .25s ease}.mobile-top-bar__menu--open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-top-bar__menu--open span:nth-child(2){opacity:0}.mobile-top-bar__menu--open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-top-bar__help{width:40px;height:40px;border-radius:50%;border:none;padding:0;cursor:pointer;flex-shrink:0;background:transparent;display:flex;align-items:center;justify-content:center;color:#ffffffc7;transition:background .15s ease,color .15s ease,transform .15s ease;-webkit-tap-highlight-color:transparent;text-decoration:none;box-sizing:border-box}.mobile-top-bar__help:hover{background:#ffffff26;color:#fff}.mobile-top-bar__help:active{transform:scale(.96)}.mobile-top-bar__help--active{color:#fff;background:#ffffff2e}.mobile-top-bar__help-icon{font-size:22px}.mobile-top-bar__logo-link{display:flex;align-items:center;justify-content:center;flex-shrink:0;text-decoration:none;color:inherit;-webkit-tap-highlight-color:transparent}.mobile-top-bar__coin{flex-shrink:0;display:flex;align-items:center;justify-content:center}.mobile-top-bar__coin .coin-switcher-btn--inline{padding:5px 9px;font-size:.6875rem;font-weight:500;border-radius:6px;min-width:0;background:#ffffff38;color:#fff;box-shadow:0 1px 4px #0000001f;letter-spacing:.03em}.mobile-top-bar__coin .coin-switcher-btn--inline:hover{background:#ffffff57;color:#fff}.mobile-top-bar__coin .coin-switcher-btn--inline:active{transform:scale(.96)}.mobile-top-bar__logo{position:absolute;left:50%;transform:translate(-50%);z-index:1;border:none;background:none;cursor:pointer;text-align:center;font-family:var(--fuente-secundaria);font-size:clamp(15px,3.8vw,18px);font-style:italic;font-weight:600;color:#fffffff5;text-shadow:0 1px 2px rgba(0,0,0,.12);padding:0 8px;max-width:calc(100vw - 168px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:auto}.mobile-top-bar__cart{width:40px;height:40px;border-radius:50%;border:none;padding:0;cursor:pointer;flex-shrink:0;background:transparent;display:flex;align-items:center;justify-content:center;transition:background .15s ease,transform .15s ease;text-decoration:none;box-sizing:border-box}.mobile-top-bar__cart:hover{background:#ffffff26}.mobile-top-bar__cart:active{transform:scale(.96)}.mobile-top-bar__cart-inner{display:flex;align-items:center;justify-content:center;transform:scale(.92)}.mobile-bottom-dock{display:flex;align-items:stretch;position:fixed;left:0;right:0;bottom:0;z-index:1010;background:var(--blanco);border-top:1px solid rgba(0,0,0,.08);padding-bottom:env(safe-area-inset-bottom,0px);-webkit-tap-highlight-color:transparent}.mobile-bottom-nav{display:flex;flex:1;min-width:0;position:relative;width:100%;background:var(--blanco);-webkit-tap-highlight-color:transparent}.mobile-bottom-nav__item{flex:1 1 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-width:0;padding:8px 0 10px;border:none;background:transparent;cursor:pointer;font-family:var(--fuente-principal);color:var(--texto-gris);text-decoration:none;box-sizing:border-box}.mobile-bottom-nav__item--active .mobile-bottom-nav__icon,.mobile-bottom-nav__item--active .mobile-bottom-nav__label{color:var(--verde-oscuro);opacity:1}.mobile-bottom-nav__icon{font-size:22px;opacity:.38;transition:opacity .2s ease,color .2s ease;display:flex;align-items:center;justify-content:center}.mobile-bottom-nav__label{font-size:10px;font-weight:500;opacity:.38;transition:opacity .2s ease,color .2s ease;text-align:center;line-height:1.15;width:100%;max-width:100%;padding:0 1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:normal}}.home{background:var(--fondo-claro);font-family:Poppins,sans-serif}@media (max-width: 768px){.home .home-color-overlay{background-color:var(--fondo-claro);margin-top:-110px;padding-top:2px;height:auto;min-height:0}.home .hero-carousel{margin-top:calc(env(safe-area-inset-top,0px) + var(--mobile-nav-h, 52px));min-height:0}.home .home-about{padding-top:1rem;padding-bottom:1.5rem}}.home-hero{min-height:340px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;position:relative}.home-hero-overlay{background:#ffffffb3;padding:2.5rem 2rem;border-radius:16px;text-align:center;max-width:600px;margin:2rem auto;box-shadow:0 4px 24px #00000012}.home-hero h1{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;margin-bottom:1rem;color:#5b4636}.home-hero p{font-size:1.2rem;color:#7c6a58;margin-bottom:.5rem}.home-hero-highlight{display:block;color:var(--color-dorado-premium);font-style:italic;margin-bottom:1.5rem}.home-hero-btn{background:var(--color-dorado-premium);color:#fff;border:none;border-radius:6px;padding:.7rem 2rem;font-size:1rem;cursor:pointer;transition:background .2s;font-weight:500}.home-hero-btn:hover{background:var(--color-dorado-premium)}.home-about{display:flex;align-items:center;background:var(--verde-claro);padding:2rem 1rem;gap:2rem}.home-about-img{width:180px;height:220px;object-fit:cover;border-radius:8px;box-shadow:0 2px 12px #00000014;background:#fff}.home-about-content{flex:1;display:flex;flex-direction:column;gap:.7rem}.home-about-content h2{font-family:Playfair Display,serif;font-size:1.4rem;font-style:italic;margin-bottom:.2rem;color:#2d2d2d}.home-about-content p{font-size:1rem;color:#222}.home-about-btn{background:var(--btn-primary-bg);color:var(--btn-primary-text);border:none;border-radius:var(--radius-pill);padding:.5rem 1.5rem;font-size:1rem;cursor:pointer;margin-bottom:.5rem;width:fit-content}.home-about-btn:hover{background:var(--btn-primary-hover)}.home-about-tip{font-family:Dancing Script,cursive;color:#5b4636;font-size:1rem;margin-left:1rem}.home-launches{background:#f7e3d8;padding:2rem 1rem 2.5rem;text-align:center}.home-launches h2{font-family:Playfair Display,serif;color:#d36c4e;font-size:1.5rem;margin-bottom:1.5rem}.home-launches-list{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:1.5rem}.home-launch-card{background:#fff;border-radius:10px;box-shadow:0 2px 12px #00000012;padding:1rem;width:200px;display:flex;flex-direction:column;align-items:center}.home-launch-card img{width:100%;height:140px;object-fit:cover;border-radius:8px;margin-bottom:.7rem}.home-launch-card div{margin-bottom:.3rem;font-size:1rem}.home-launch-card button{background:var(--color-dorado-premium);color:#fff;border:none;border-radius:6px;padding:.4rem 1.2rem;font-size:.95rem;cursor:pointer;margin-top:.2rem}.home-launch-card button:hover{background:var(--color-dorado-premium)}.home-launches-btn{background:var(--color-verde-profundo);color:#fff;border:none;border-radius:6px;padding:.6rem 2rem;font-size:1rem;cursor:pointer;margin-top:.7rem}.home-launches-btn:hover{background:#5b7c76}.home-bag-highlight{background:#e2bb97;display:flex;align-items:center;justify-content:center;padding:2.5rem 1rem;gap:2.5rem}.home-bag-highlight-content{flex:1;color:#b04a1b;font-size:1.15rem;font-family:Poppins,sans-serif;text-align:left}.home-bag-highlight-content button{background:var(--color-verde-profundo);color:#fff;border:none;border-radius:6px;padding:.5rem 1.5rem;font-size:1rem;cursor:pointer;margin-top:1rem}.home-bag-highlight-content button:hover{background:#5b7c76}.home-bag-img{width:180px;height:220px;object-fit:cover;border-radius:8px;box-shadow:0 2px 12px #00000014;background:#fff}.home-products{background:#f7e3d8;padding:2rem 1rem 2.5rem;text-align:center}.home-products h2{font-family:Playfair Display,serif;color:#d36c4e;font-size:1.5rem;margin-bottom:1.5rem}.home-products-list{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:1.5rem}.home-product-card{background:#fff;border-radius:10px;box-shadow:0 2px 12px #00000012;padding:2rem;width:200px;display:flex;flex-direction:column;align-items:center}.home-product-card img{width:100%;height:140px;object-fit:cover;border-radius:8px;margin-bottom:.7rem}.home-product-card div{margin-bottom:.3rem;font-size:1rem}.home-product-card button{background:var(--btn-secondary-bg);color:var(--btn-secondary-text);border:none;border-radius:var(--radius-pill);padding:.4rem 1.2rem;font-size:.95rem;cursor:pointer;margin-top:.2rem}.home-product-card button:hover{background:var(--btn-secondary-hover)}.home-products-btn{background:var(--btn-primary-bg);color:var(--btn-primary-text);border:none;border-radius:var(--radius-pill);padding:.6rem 2rem;font-size:1rem;cursor:pointer;margin-top:.7rem}.home-products-btn:hover{background:var(--btn-primary-hover)}@media (max-width: 900px){.home-about,.home-bag-highlight{flex-direction:column;align-items:flex-start;gap:1.5rem}.home-bag-img,.home-about-img{margin:0 auto}}@media (max-width: 600px){.home-hero-overlay{padding:1.2rem .5rem}.home-about,.home-bag-highlight{padding:.75rem .5rem 1.2rem}.home-launches-list,.home-products-list{flex-direction:column;gap:1rem}.home-launch-card,.home-product-card{width:100%;max-width:320px;margin:0 auto}}.home section{position:relative;overflow:hidden}.home .home-about-img{transition:transform .3s ease}.home .home-about-img:hover{transform:translateY(-5px)}.home .home-about-btn{transition:all .3s ease}.home .home-about-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px color-mix(in srgb,var(--btn-primary-bg) 35%,transparent)}.home .home-about-content h2,.home .home-about-content p,.home .home-about-content button,.home .home-about-content span{opacity:0;transform:translateY(20px);transition:all .6s ease}.home .home-about-content.visible h2,.home .home-about-content.visible p,.home .home-about-content.visible button,.home .home-about-content.visible span{opacity:1;transform:translateY(0)}.home .home-about-content.visible h2{transition-delay:.1s}.home .home-about-content.visible p{transition-delay:.2s}.home .home-about-content.visible button{transition-delay:.3s}.home .home-about-content.visible span{transition-delay:.4s}.tejidos-product-card{width:100%;min-width:0;max-width:100%;box-sizing:border-box;text-align:left;display:flex;flex-direction:column;height:100%;min-height:0}.latest-courses{padding:1.3rem clamp(.75rem,2.5vw,2rem) 2rem;background-color:var(--fondo-claro)}.latest-courses h2{font-family:Playfair Display,serif;font-size:2.2rem;color:var(--texto-oscuro);text-align:center;font-weight:600;margin:0;margin-bottom:1.25rem}.latest-courses .latest-courses-footer{text-align:center;margin-top:1.75rem}.latest-courses .latest-courses-loading{text-align:center;padding:3rem 1rem}.latest-courses .latest-courses-loading .loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid var(--color-verde-principal);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.latest-courses .latest-courses-loading p{color:#666;font-size:1.1rem}.latest-courses .latest-courses-error{text-align:center;padding:3rem 1rem;color:#666}.latest-courses .latest-courses-error p{margin-bottom:1.5rem;font-size:1.1rem}.latest-courses .latest-courses-empty{text-align:center;padding:3rem 1rem;color:#666}.latest-courses .latest-courses-empty p{font-size:1.1rem;font-style:italic}.latest-courses-carousel{display:flex;align-items:stretch;gap:clamp(.25rem,1vw,.5rem);width:100%;max-width:min(1720px,100vw - 32px);margin:0 auto;padding:0 clamp(4px,1vw,12px);box-sizing:border-box}.latest-courses-carousel__viewport{flex:1;min-width:0;display:flex;align-items:stretch;gap:16px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;padding:4px 2px 12px}.latest-courses-carousel__viewport::-webkit-scrollbar{display:none}.latest-courses-carousel-item{flex:0 0 100%;min-width:0;scroll-snap-align:start;box-sizing:border-box;display:flex;align-self:stretch}@media (min-width: 769px){.latest-courses-carousel-item{flex:0 0 calc((100% - 2 * 16px) / 3)}}@media (min-width: 1200px){.latest-courses-carousel-item{flex:0 0 calc((100% - 64px)/5)}}.latest-courses-carousel-item .tejidos-product-card{width:100%;max-width:100%;min-width:0;height:100%;display:flex;flex-direction:column;flex:1 1 auto}.latest-courses-carousel-item .tejidos-product-card .MuiCard-root{width:100%!important;max-width:100%!important;flex:1 1 auto;min-height:0;display:flex;flex-direction:column;box-sizing:border-box}.tejidos-product-card-wrap{height:100%}.latest-courses-carousel__btn{align-self:center;flex-shrink:0;width:40px;height:40px;border-radius:50%;border:1.5px solid rgba(109,136,116,.45);background:var(--blanco);color:var(--verde-oscuro);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease;box-shadow:0 2px 10px #2d46341f;-webkit-tap-highlight-color:transparent}.latest-courses-carousel__btn svg{width:22px;height:22px}.latest-courses-carousel__btn:hover:not(:disabled){background:var(--verde-oscuro);color:var(--fondo-claro);border-color:var(--verde-oscuro)}.latest-courses-carousel__btn:disabled{opacity:.35;cursor:not-allowed;box-shadow:none}.latest-courses-carousel__btn:focus-visible{outline:2px solid var(--verde-oscuro);outline-offset:2px}@media (max-width: 768px){.latest-courses{padding:1.5rem .75rem 2rem}.latest-courses h2{font-size:1.75rem}.latest-courses-carousel{gap:.25rem;padding:0}.latest-courses-carousel-item{flex:0 0 100%}.latest-courses-carousel__btn{width:36px;height:36px}.latest-courses-carousel__btn svg{width:20px;height:20px}.latest-courses-carousel__viewport{gap:12px;padding:4px 0 10px}}@media (max-width: 768px) and (orientation: landscape) and (min-width: 560px){.latest-courses-carousel__viewport{gap:16px}.latest-courses-carousel-item{flex:0 0 calc((100% - 2 * 16px) / 3)}}@media (max-width: 480px){.latest-courses h2{font-size:1.5rem}.latest-courses-carousel__btn{width:34px;height:34px}}.featured-post{display:grid;grid-template-columns:1fr 1fr;gap:2rem;background-color:var(--color-crema-secundario);padding:2rem;border-radius:12px;align-items:center;box-shadow:0 2px 16px #00000017}.featured-image-container{width:100%;overflow:hidden;border-radius:10px}.featured-image{width:100%;height:340px;border-radius:10px;object-fit:cover;display:block}.featured-content{padding:.5rem .5rem .5rem 0;display:flex;flex-direction:column;gap:.5rem}.post-date{font-family:var(--fuente-principal);font-size:var(--text-xs);font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--texto-blog-metadata);margin:0}.post-title-featured{font-family:var(--fuente-secundaria);font-size:var(--text-xl);font-weight:700;color:var(--texto-oscuro);margin:0;line-height:1.25;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-excerpt{font-family:var(--fuente-principal);font-size:var(--text-sm);color:var(--texto-gris);opacity:.85;line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.read-more-btn{align-self:flex-start;background-color:var(--btn-primary-bg);color:var(--btn-primary-text);border:none;padding:.5rem 1.25rem;font-family:var(--fuente-principal);font-weight:600;font-size:var(--text-base);border-radius:var(--radius-pill);cursor:pointer;transition:background .18s,transform .18s;margin-top:.5rem;text-transform:none;letter-spacing:0}.read-more-btn:hover{background-color:var(--btn-primary-hover);transform:translateY(-2px)}@media (max-width: 768px){.featured-post{grid-template-columns:1fr;gap:1rem;padding:1rem}.featured-image{height:200px}.featured-content{padding:0}.post-title-featured{-webkit-line-clamp:2}.post-excerpt{-webkit-line-clamp:3}.read-more-btn{align-self:stretch;width:100%;text-align:center}}.latest-blogs{padding:1.3rem clamp(.75rem,2.5vw,2rem) 2rem;background-color:var(--fondo-claro)}.latest-blogs h2{font-family:Playfair Display,serif;font-size:2.2rem;color:var(--texto-oscuro);text-align:center;font-weight:600;margin:0;margin-bottom:1.25rem}.latest-blogs .latest-blogs-footer{text-align:center;margin-top:1.75rem}.latest-blogs .latest-blogs-loading{text-align:center;padding:3rem 1rem}.latest-blogs .latest-blogs-loading .loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid var(--color-verde-principal);border-radius:50%;animation:latest-blogs-spin 1s linear infinite;margin:0 auto 1rem}.latest-blogs .latest-blogs-loading p{color:#666;font-size:1.1rem}.latest-blogs .latest-blogs-error{text-align:center;padding:3rem 1rem;color:#666}.latest-blogs .latest-blogs-error p{margin-bottom:1.5rem;font-size:1.1rem}.latest-blogs-carousel{display:flex;align-items:stretch;gap:clamp(.25rem,1vw,.5rem);width:100%;max-width:min(1720px,100vw - 32px);margin:0 auto;padding:0 clamp(4px,1vw,12px);box-sizing:border-box}.latest-blogs-carousel__viewport{flex:1;min-width:0;display:flex;align-items:stretch;gap:16px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;padding:4px 2px 12px}.latest-blogs-carousel__viewport::-webkit-scrollbar{display:none}.latest-blogs-carousel-item{flex:0 0 100%;min-width:0;scroll-snap-align:start;box-sizing:border-box;display:flex;flex-direction:column;align-self:stretch;min-height:0}.latest-blogs-carousel-item-inner{flex:1 1 auto;display:flex;flex-direction:column;min-height:0;height:100%}.latest-blogs-carousel-item-inner .MuiCard-root{width:100%!important;max-width:100%!important;flex:1 1 auto!important;min-height:0!important;height:100%!important;display:flex!important;flex-direction:column!important}@media (min-width: 769px){.latest-blogs-carousel-item{flex:0 0 calc((100% - 2 * 16px) / 3)}}@media (min-width: 1200px){.latest-blogs-carousel-item{flex:0 0 calc((100% - 64px)/5)}}.latest-blogs-carousel__btn{align-self:center;flex-shrink:0;width:40px;height:40px;border-radius:50%;border:1.5px solid rgba(109,136,116,.45);background:var(--blanco);color:var(--verde-oscuro);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease;box-shadow:0 2px 10px #2d46341f;-webkit-tap-highlight-color:transparent}.latest-blogs-carousel__btn svg{width:22px;height:22px}.latest-blogs-carousel__btn:hover:not(:disabled){background:var(--verde-oscuro);color:var(--fondo-claro);border-color:var(--verde-oscuro)}.latest-blogs-carousel__btn:disabled{opacity:.35;cursor:not-allowed;box-shadow:none}.latest-blogs-carousel__btn:focus-visible{outline:2px solid var(--verde-oscuro);outline-offset:2px}@keyframes latest-blogs-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.latest-blogs{padding:1.5rem .75rem 2rem}.latest-blogs h2{font-size:1.75rem}.latest-blogs-carousel{gap:.25rem;padding:0}.latest-blogs-carousel-item{flex:0 0 100%}.latest-blogs-carousel__btn{width:36px;height:36px}.latest-blogs-carousel__btn svg{width:20px;height:20px}.latest-blogs-carousel__viewport{gap:12px;padding:4px 0 10px}}@media (max-width: 768px) and (orientation: landscape) and (min-width: 560px){.latest-blogs-carousel__viewport{gap:16px}.latest-blogs-carousel-item{flex:0 0 calc((100% - 2 * 16px) / 3)}}@media (max-width: 480px){.latest-blogs h2{font-size:1.5rem}.latest-blogs-carousel__btn{width:34px;height:34px}}.home-blog-sections--loading,.home-blog-fetch-error{padding:2rem clamp(.75rem,2.5vw,2rem);background-color:var(--fondo-claro);text-align:center}.home-blog-sections--loading p,.home-blog-fetch-error p{color:#444;margin-bottom:1rem;font-size:1.05rem}.home-blog-sections--loading .loading-spinner,.home-blog-fetch-error .loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid var(--color-verde-principal);border-radius:50%;animation:home-blog-spin 1s linear infinite;margin:0 auto 1rem}.home-blog-sections-loading-inner{max-width:480px;margin:0 auto}.home-featured-blog{padding:0;margin:0;background-color:var(--fondo-claro)}.home-featured-blog .home-featured-blog-inner{width:100%;max-width:none;margin:0;padding:0;box-sizing:border-box}.home-featured-blog .featured-post{margin-top:1.5rem}@media (max-width: 992px){.home-featured-blog .featured-post{grid-template-columns:1fr}}@media (max-width: 768px){.home-featured-blog{padding-inline:1rem;box-sizing:border-box}}@media (max-width: 480px){.home-featured-blog{padding-inline:.5rem}}@keyframes home-blog-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-carousel{position:relative;width:100%;height:56vh;min-height:380px;max-height:520px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-carousel .carousel-container{position:relative;width:100%;height:100%;touch-action:pan-y pinch-zoom;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center}.hero-carousel .carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transform:scale(1.1);transition:all .8s cubic-bezier(.4,0,.2,1);min-width:100%;min-height:100%}.hero-carousel .carousel-slide.active{opacity:1;transform:scale(1)}.hero-carousel .carousel-slide:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-1}.hero-carousel .carousel-slide .slide-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#3d2c1eb3,#82a09599,#3d2c1ecc);display:flex;align-items:center;justify-content:center}.hero-carousel .carousel-slide .slide-content{text-align:center;color:#fff;max-width:700px;padding:1.5rem;animation:slideContentFadeIn 1s ease-out .3s both;position:relative;z-index:5}.hero-carousel .carousel-slide .slide-content .slide-title{font-family:Playfair Display,serif;font-size:3rem;font-weight:700;margin-bottom:.8rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);line-height:1.2}.hero-carousel .carousel-slide .slide-content .slide-subtitle{font-size:1.3rem;font-weight:500;margin-bottom:1rem;opacity:.9;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.hero-carousel .carousel-slide .slide-content .slide-description{font-size:1rem;line-height:1.5;margin-bottom:1.5rem;opacity:.95;text-shadow:1px 1px 2px rgba(0,0,0,.3);max-width:600px;margin-left:auto;margin-right:auto}.hero-carousel .carousel-slide .slide-content .slide-highlight{display:block;font-style:italic;font-size:1.1rem;font-weight:600;margin-bottom:2rem;color:#f8d7a3;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.hero-carousel .carousel-slide .slide-content .slide-button{background:var(--btn-action-bg);color:var(--btn-action-text);border:none;padding:1rem 2.5rem;border-radius:var(--radius-pill);font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px color-mix(in srgb,var(--btn-action-bg) 45%,transparent);text-transform:uppercase;letter-spacing:1px}.hero-carousel .carousel-slide .slide-content .slide-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px color-mix(in srgb,var(--btn-action-bg) 55%,transparent);background:var(--btn-action-hover)}.hero-carousel .carousel-slide .slide-content .slide-button:active{transform:translateY(-1px)}@media (max-width: 768px){.hero-carousel .carousel-slide .slide-content .slide-button{padding:.8rem 2rem;font-size:1rem}}.hero-carousel .carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff26;border:none;color:#fff;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .3s ease;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:10;opacity:.7}.hero-carousel .carousel-arrow:hover{background:#ffffff40;transform:translateY(-50%) scale(1.1);opacity:1}.hero-carousel .carousel-arrow.carousel-arrow-left{left:2rem}.hero-carousel .carousel-arrow.carousel-arrow-right{right:2rem}@media (max-width: 768px){.hero-carousel .carousel-arrow{width:35px;height:35px;font-size:.9rem;background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:.5}.hero-carousel .carousel-arrow:hover{background:#fff3;opacity:.8}.hero-carousel .carousel-arrow.carousel-arrow-left{left:.5rem}.hero-carousel .carousel-arrow.carousel-arrow-right{right:.5rem}}@media (max-width: 480px){.hero-carousel .carousel-arrow{width:30px;height:30px;font-size:.8rem;opacity:.4}.hero-carousel .carousel-arrow.carousel-arrow-left{left:.3rem}.hero-carousel .carousel-arrow.carousel-arrow-right{right:.3rem}}.hero-carousel .carousel-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.8rem;z-index:10}.hero-carousel .carousel-dots .carousel-dot{width:12px;height:12px;min-width:12px;min-height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:transparent;cursor:pointer;transition:all .3s ease;padding:0;margin:0;box-sizing:border-box;display:inline-block;flex-shrink:0}.hero-carousel .carousel-dots .carousel-dot:hover{background:#ffffff4d;border-color:#fffc}.hero-carousel .carousel-dots .carousel-dot.active{background:#ffffff80;border-color:#ffffff80;transform:scale(1.2);width:12px;height:12px}@media (max-width: 768px){.hero-carousel .carousel-dots{position:absolute;bottom:calc(.42rem + env(safe-area-inset-bottom,0px));gap:.45rem}.hero-carousel .carousel-dots .carousel-dot{width:10px;height:10px;min-width:10px;min-height:10px}.hero-carousel .carousel-dots .carousel-dot.active{width:10px;height:10px}}@media (max-width: 480px){.hero-carousel .carousel-dots{position:absolute;bottom:calc(.32rem + env(safe-area-inset-bottom,0px))}}@keyframes slideContentFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero-carousel{height:42vh;min-height:292px;max-height:400px}.hero-carousel .carousel-slide{width:100%;min-width:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-carousel .carousel-slide .slide-overlay{align-items:center;justify-content:center;padding:.5rem 1rem calc(1.35rem + env(safe-area-inset-bottom,0px));box-sizing:border-box}.hero-carousel .carousel-slide .slide-content{padding:.35rem .75rem;margin:clamp(.85rem,3.8vmin,1.65rem) auto 0;width:100%;max-width:min(22rem,92vw);box-sizing:border-box;animation:none;text-align:center}.hero-carousel .carousel-slide .slide-content .slide-title{font-size:1.38rem;margin-bottom:.18rem;line-height:1.18;font-weight:700;letter-spacing:-.01em}.hero-carousel .carousel-slide .slide-content .slide-subtitle{font-size:.8125rem;margin-bottom:.2rem;line-height:1.32;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-align:center;opacity:.94}.hero-carousel .carousel-slide .slide-content .slide-description{font-size:.8125rem;line-height:1.32;margin-bottom:.2rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-align:center;margin-left:auto;margin-right:auto;max-width:100%}.hero-carousel .carousel-slide .slide-content .slide-highlight{font-size:.8125rem;margin-bottom:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-align:center;margin-left:auto;margin-right:auto;max-width:100%;opacity:.98}}@media (max-width: 480px){.hero-carousel{height:36vh;min-height:268px;max-height:340px}.hero-carousel .carousel-slide{width:100%;min-width:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-carousel .carousel-slide .slide-overlay{padding:.45rem .75rem calc(1.2rem + env(safe-area-inset-bottom,0px))}.hero-carousel .carousel-slide .slide-content{padding:.25rem .5rem;margin-top:clamp(1rem,4.2vmin,1.85rem);max-width:min(20.5rem,94vw)}.hero-carousel .carousel-slide .slide-content .slide-title{font-size:1.22rem;margin-bottom:.15rem;line-height:1.16}.hero-carousel .carousel-slide .slide-content .slide-subtitle{font-size:.75rem;margin-bottom:.18rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-align:center}.hero-carousel .carousel-slide .slide-content .slide-description{font-size:.75rem;margin-bottom:.18rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-align:center;margin-left:auto;margin-right:auto;max-width:100%}.hero-carousel .carousel-slide .slide-content .slide-highlight{font-size:.75rem;line-height:1.28;-webkit-line-clamp:3;text-align:center;margin-left:auto;margin-right:auto;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}}.carousel-arrow:focus,.carousel-dot:focus{outline:2px solid white;outline-offset:2px}@media (prefers-reduced-motion: reduce){.hero-carousel .carousel-slide{transition:opacity .5s ease}.hero-carousel .slide-content{animation:none}}.login-error-message{background:#fee;border:1px solid #feb2b2;border-radius:8px;padding:12px 16px;margin-bottom:16px;display:flex;align-items:center;gap:8px;color:#c53030;font-size:14px;font-weight:500;animation:slideDown .3s ease-out}.login-error-message .error-icon{font-size:16px;flex-shrink:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.header-component{text-align:center;position:relative;z-index:5;margin-bottom:1rem}@media (max-width: 768px){.header-component{margin-top:.5rem;margin-bottom:.5rem}}.title{font-family:var(--fuente-secundaria);font-size:var(--text-2xl);color:var(--texto-principal);font-style:italic;margin-bottom:.2rem;line-height:1.2;word-wrap:break-word;overflow-wrap:break-word}.spinner-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.spinner-container{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 30px #0000004d;display:flex;flex-direction:column;align-items:center;gap:1rem;min-width:200px}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}.spinner-message{color:#333;font-size:1rem;font-weight:500;text-align:center;margin-top:.5rem}.blog-page-container{position:relative;font-family:Poppins,sans-serif;color:#5d5d5d;background:var(--fondo-claro)}.blog-header h1{font-family:Playfair Display,serif;color:#3b5a55;font-size:3.5rem;font-weight:700;margin:0}.blog-header p{color:#7b6252;font-size:1.2rem;margin-top:.5rem}.previous-entries-title{text-align:center;font-family:Playfair Display,serif;color:var(--color-rojo-accion);font-size:2.5rem;margin:2rem 0;font-weight:600}.post-date{color:#7b6252;font-size:.9rem;text-transform:uppercase;margin-bottom:.5rem}.post-excerpt{color:var(--color-rojo-accion);font-size:1rem;line-height:1.6}.read-more-btn{background-color:var(--btn-primary-bg);color:var(--btn-primary-text);border:none;padding:.8rem 1.5rem;font-family:Poppins,sans-serif;font-weight:700;font-size:.9rem;border-radius:var(--radius-pill);cursor:pointer;transition:background-color .3s ease;margin-top:1rem}.read-more-btn:hover{background-color:var(--btn-primary-hover)}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:2rem;margin-bottom:2rem;justify-items:stretch;max-width:1200px;margin-left:auto;margin-right:auto}.add-post-button{position:absolute;top:15px;right:10px}.featured-post{margin-top:1.5rem}@media (max-width: 992px){.featured-post{grid-template-columns:1fr}}@media (max-width: 768px){.blog-header h1{font-size:2.5rem}.previous-entries-title{font-size:2rem}.blog-page-container{padding:1rem}.posts-grid{grid-template-columns:1fr;gap:1.5rem}.add-post-button{position:relative;top:0;right:0}}@media (max-width: 480px){.blog-header h1{font-size:2rem}.previous-entries-title{font-size:1.8rem}.blog-page-container{padding:.5rem}.loading-container{padding:2rem 1rem;min-height:200px}.loading-spinner{width:40px;height:40px;border-width:3px}.loading-text{font-size:1rem}}.subtitle{font-family:var(--fuente-secundaria);font-size:var(--heading-section);color:var(--texto-apagado);line-height:1.4;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.blog-detail{padding:2rem 0 3rem;font-family:Poppins,sans-serif;color:var(--texto-oscuro);position:relative;max-width:100%;overflow-x:hidden;box-sizing:border-box}.blog-detail-edit-container{position:absolute;top:2rem;right:2rem;z-index:10}.blog-detail-edit-btn{background:var(--btn-primary-bg);color:var(--btn-primary-text);border:none;border-radius:var(--radius-pill);padding:.6rem 1.5rem;font-size:1rem;cursor:pointer;font-family:inherit;transition:background .2s;box-shadow:0 2px 8px #0000001a}.blog-detail-edit-btn:hover{background:var(--btn-primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.blog-detail-title{text-align:center;font-family:var(--fuente-secundaria);font-size:var(--text-xl);font-weight:700;color:#a07c54;margin-bottom:1.5rem;margin-top:1rem;font-style:italic}.blog-detail-date{text-align:left;font-family:var(--fuente-principal);font-size:var(--text-xs);font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--texto-blog-metadata);margin-left:.55rem;margin-right:.55rem;margin-bottom:.5rem}.blog-detail-intro{max-width:900px;margin:0 auto 1.5rem;font-size:var(--text-base);color:var(--texto-oscuro);line-height:1.7}.blog-detail-materials,.blog-detail-patterns{max-width:900px;margin:1.5rem auto .5rem;font-size:1rem}.blog-detail-materials-title,.blog-detail-patterns-title{font-weight:700;color:#b04a1b;display:block;margin-bottom:.3rem}.blog-detail-materials ul,.blog-detail-patterns ul{margin:0 0 0 1.5rem;padding:0;list-style:disc}.blog-detail-materials li,.blog-detail-patterns li{margin-bottom:.2rem}.blog-detail-video-section{max-width:900px;margin:2rem auto 1.5rem;text-align:center}.blog-detail-video-section span{display:block;margin-bottom:1rem;color:var(--texto-oscuro);font-size:1.1rem}.blog-detail-content .video-container{position:relative;width:100%;max-width:800px;margin:2rem auto;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #00000026;background:#000}.blog-detail-content .video-container:before{content:"";display:block;padding-top:56.25%}.blog-detail-content .video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;display:block}@media (max-width: 768px){.blog-detail{padding:1rem .35rem 2.5rem}.blog-detail-content .video-container{margin:1rem auto;width:100%;max-width:none}.blog-detail-content img{max-width:100%!important;height:auto!important}.blog-detail-content img.image-extra-small,.blog-detail-content img.image-small{max-width:100%!important;min-width:0!important}.blog-detail-content img:not(.image-normal):not(.image-big):not(.image-extra-big){min-width:0}}.blog-detail-video{display:flex;justify-content:center;align-items:center}.blog-detail-video img{max-width:400px;width:100%;border-radius:12px;box-shadow:0 2px 12px #00000014;margin:0 auto}.blog-detail-support{max-width:900px;margin:.5rem auto auto;margin-top:-20px;text-align:center;color:#7c6a58;font-size:1.1rem}.blog-detail-support-btns{margin-top:1rem;display:flex;gap:1rem;justify-content:center}.blog-detail-comments-section{max-width:900px;margin:2.5rem auto 1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000012;padding:2rem 1.5rem}.blog-detail-comment{display:flex;flex-direction:column;gap:.2rem;border-bottom:1px solid #e2bb97;padding-bottom:1rem;margin-bottom:1rem}.comment-author{font-weight:700;color:#7c6a58;font-size:1rem}.comment-date{font-size:.95rem;color:var(--color-dorado-premium)}.comment-text{font-size:1.05rem;color:var(--texto-oscuro);margin-bottom:.5rem}.comment-reply{align-self:flex-end;background:var(--btn-secondary-bg);color:var(--btn-secondary-text);border:none;border-radius:var(--radius-pill);padding:.3rem 1.2rem;font-size:.95rem;cursor:pointer;margin-top:.2rem;transition:background .2s}.comment-reply:hover{background:var(--btn-secondary-hover)}.blog-detail-form-section{max-width:900px;margin:2.5rem auto 0;background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000012;padding:2rem 1.5rem}.blog-detail-form-section h3{color:#a07c54;font-family:Playfair Display,serif;font-size:1.1rem;margin-bottom:1rem}.blog-detail-form{display:flex;flex-direction:column;gap:.8rem}.blog-detail-form textarea,.blog-detail-form input[type=text],.blog-detail-form input[type=email]{width:100%;padding:.7rem;border:1px solid #e2bb97;border-radius:6px;font-size:1rem;font-family:inherit;background:#f7f2ee;resize:vertical}.blog-detail-form textarea{min-height:80px;max-height:200px}.blog-detail-form-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#7c6a58}.blog-detail-form button[type=submit]{background:var(--btn-primary-bg);color:var(--btn-primary-text);border:none;border-radius:var(--radius-pill);padding:.6rem 1.5rem;font-size:1rem;cursor:pointer;font-family:inherit;align-self:flex-end;margin-top:.5rem;transition:background .2s}.blog-detail-form button[type=submit]:hover{background:var(--btn-primary-hover)}@media (max-width: 700px){.blog-detail,.blog-detail-comments-section,.blog-detail-form-section{padding:.75rem .3rem}.blog-detail-video img{max-width:100%}.blog-detail-edit-container{position:absolute;top:.65rem;right:.45rem}.blog-detail-edit-btn{padding:.5rem 1rem;font-size:.9rem}.blog-detail-content img{max-width:100%!important;height:auto!important}.blog-detail-content img.image-extra-small,.blog-detail-content img.image-small{max-width:100%!important;min-width:0!important}.blog-detail-content img:not(.image-normal):not(.image-big):not(.image-extra-big){min-width:0}}.blog-detail-content{padding:.45rem .5rem 0;padding-bottom:0;margin-bottom:0;max-width:100%;box-sizing:border-box}.blog-detail-content .rte-image-edit-btn{display:none!important}.blog-detail-content font[face=Poppins]{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif!important;font-weight:400;font-style:normal}.blog-detail-content font[face="Playfair Display"]{font-family:Playfair Display,Georgia,Times New Roman,serif!important;font-weight:400;font-style:normal}.blog-detail-content font[face=Arial]{font-family:Arial,Helvetica,sans-serif!important;font-weight:400;font-style:normal}.blog-detail-content font[face="Times New Roman"]{font-family:Times New Roman,Times,serif!important;font-weight:400;font-style:normal}.blog-detail-content font[face="Courier New"]{font-family:Courier New,Courier,monospace!important;font-weight:400;font-style:normal}.blog-detail-content font[face=Georgia]{font-family:Georgia,Times New Roman,serif!important;font-weight:400;font-style:normal}.blog-detail-content font[face=Verdana]{font-family:Verdana,Geneva,sans-serif!important;font-weight:400;font-style:normal}.blog-detail-content font[size="1"]{font-size:12px!important}.blog-detail-content font[size="2"]{font-size:16px!important}.blog-detail-content font[size="3"]{font-size:20px!important}.blog-detail-content font[size="4"]{font-size:24px!important}.blog-detail-content font[size="5"]{font-size:28px!important}.blog-detail-content font[size="6"]{font-size:32px!important}.blog-detail-content font[size="7"]{font-size:36px!important}.blog-detail-content strong,.blog-detail-content b{font-weight:700!important}.blog-detail-content em,.blog-detail-content i{font-style:italic!important}.blog-detail-content u{text-decoration:underline!important}.blog-detail-content div[style*="text-align: center"]{text-align:center!important}.blog-detail-content div[style*="text-align: right"]{text-align:right!important}.blog-detail-content div[style*="text-align: justify"]{text-align:justify!important}.blog-detail-content ul,.blog-detail-content ol{margin:1rem 0;padding-left:2rem}.blog-detail-content li{margin:.5rem 0}.blog-detail-content p{margin:1rem 0;line-height:1.6}.blog-detail-content br{display:block;margin:.5rem 0}.blog-detail-content *{box-sizing:border-box}.blog-detail-content font font{font-family:inherit!important}.blog-detail-content font{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width: 769px){.blog-detail-content{padding-left:2.5rem;padding-right:2.5rem;padding-top:.5rem}.blog-detail-date{margin-left:2.5rem;margin-right:0}}.blog-detail-content img{display:block;margin:2rem auto;max-width:100%;height:auto;border-radius:8px}.blog-detail-content img.image-extra-small{max-width:25%!important;min-width:120px;height:auto!important}.blog-detail-content img.image-small{max-width:50%!important;min-width:180px;height:auto!important}.blog-detail-content img.image-normal,.blog-detail-content img.image-big,.blog-detail-content img.image-extra-big{max-width:100%!important;height:auto!important}.blog-detail-content.rte-html-body .rte-image-wrap{display:flex!important;align-items:flex-start!important;flex-wrap:nowrap!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;float:none!important;clear:both!important;margin:.75rem 0 1rem!important}.blog-detail-content.rte-html-body .rte-image-wrap>img{display:block!important;flex-shrink:1!important;min-width:0!important;margin:0!important;float:none!important;width:auto!important;max-width:100%!important;height:auto!important}.blog-detail-content.rte-html-body .rte-image-wrap.rte-image-align-left,.blog-detail-content.rte-html-body .rte-image-wrap[data-rte-align=left]{justify-content:flex-start!important}.blog-detail-content.rte-html-body .rte-image-wrap.rte-image-align-right,.blog-detail-content.rte-html-body .rte-image-wrap[data-rte-align=right]{justify-content:flex-end!important}.blog-detail-content.rte-html-body .rte-image-wrap.rte-image-align-center,.blog-detail-content.rte-html-body .rte-image-wrap[data-rte-align=center],.blog-detail-content.rte-html-body .rte-image-wrap:not(.rte-image-align-left):not(.rte-image-align-right):not([data-rte-align=left]):not([data-rte-align=right]){justify-content:center!important}.blog-detail-content.rte-html-body img.rte-image-align-left,.blog-detail-content.rte-html-body img.rte-image-align-right,.blog-detail-content.rte-html-body img.rte-image-align-center,.blog-detail-content.rte-html-body img[data-rte-align=left],.blog-detail-content.rte-html-body img[data-rte-align=right],.blog-detail-content.rte-html-body img[data-rte-align=center]{display:block!important;width:fit-content!important;max-width:100%!important}.blog-detail-content.rte-html-body img.rte-image-align-center,.blog-detail-content.rte-html-body img[data-rte-align=center]{float:none!important;clear:both!important;margin:.75rem auto 1rem!important}.blog-detail-content.rte-html-body img.rte-image-align-left,.blog-detail-content.rte-html-body img[data-rte-align=left]{float:left!important;clear:left;margin:.75rem 1rem 1rem 0!important}.blog-detail-content.rte-html-body img.rte-image-align-right,.blog-detail-content.rte-html-body img[data-rte-align=right]{float:right!important;clear:right;margin:.75rem 0 1rem 1rem!important}.blog-detail-content.rte-html-body .rte-image-wrap img.rte-image-align-left,.blog-detail-content.rte-html-body .rte-image-wrap img.rte-image-align-right,.blog-detail-content.rte-html-body .rte-image-wrap img.rte-image-align-center,.blog-detail-content.rte-html-body .rte-image-wrap img[data-rte-align=left],.blog-detail-content.rte-html-body .rte-image-wrap img[data-rte-align=right],.blog-detail-content.rte-html-body .rte-image-wrap img[data-rte-align=center]{float:none!important;clear:none!important;margin:0!important}@media (max-width: 768px){.blog-detail-content img.image-extra-small,.blog-detail-content img.image-small,.blog-detail-content img.image-normal{width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important}.blog-detail-content.rte-html-body .rte-image-wrap>img{width:100%!important;max-width:100%!important;height:auto!important}.blog-detail-content.rte-html-body img.rte-image-align-left,.blog-detail-content.rte-html-body img.rte-image-align-right,.blog-detail-content.rte-html-body img.rte-image-align-center,.blog-detail-content.rte-html-body img[data-rte-align=left],.blog-detail-content.rte-html-body img[data-rte-align=right],.blog-detail-content.rte-html-body img[data-rte-align=center]{width:100%!important;max-width:100%!important;float:none!important;clear:both!important;margin:.75rem auto 1rem!important}}.comments-section{margin-top:2rem}.blog-detail-comments-section{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000012;padding:2rem 1.5rem;max-width:900px;margin:2.5rem auto 1.5rem}.blog-detail-comments-title{color:#d36c4e;font-family:Playfair Display,serif;font-size:1.3rem;margin-bottom:1.2rem}.blog-detail-comment{border-bottom:1px solid #e2bb97;padding-bottom:1.5rem;margin-bottom:1.5rem;padding-left:.5rem;background:#fff}.blog-detail-comment:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.comment-header-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.comment-author{font-weight:700;color:#7c6a58;font-size:1.05rem;margin-bottom:.2rem}.comment-date{font-size:.95rem;color:var(--color-dorado-premium);margin-bottom:.5rem}.comment-text{font-size:1.1rem;color:var(--texto-oscuro);margin-bottom:.7rem}.comment-actions-row{display:flex;align-items:center;gap:1rem;margin-top:.2rem}.comment-reply-btn{align-self:flex-start;background:var(--btn-secondary-bg);color:var(--btn-secondary-text);border:none;border-radius:var(--radius-pill);padding:.3rem 1.2rem;font-size:.95rem;cursor:pointer;transition:background .2s}.comment-reply-btn:hover{background:var(--btn-secondary-hover)}.toggle-replies-btn{background:var(--btn-outline-hover-bg);color:var(--btn-outline-text);border:1px solid var(--btn-outline-border);border-radius:var(--radius-pill);padding:.3rem 1.2rem;font-size:.95rem;cursor:pointer;margin-left:1rem;transition:background .2s;font-weight:600}.toggle-replies-btn:hover{background:color-mix(in srgb,var(--btn-primary-bg) 18%,transparent)}.blog-detail-replies{margin-left:2rem;border-left:2px solid #e0e0e0;padding-left:1.2rem;margin-top:1rem}.blog-detail-reply{background:#f8f9fa;border-radius:8px;margin-bottom:1rem;padding:1rem 1rem .5rem;box-shadow:0 1px 4px #00000008}.reply-form{margin-top:1rem;background:#f5f5f5;border-radius:8px;padding:1rem;box-shadow:0 1px 4px #0000000a}.reply-form textarea,.reply-form input{width:100%;margin-bottom:.7rem;padding:.6rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.reply-form button{background:var(--btn-primary-bg);color:var(--btn-primary-text);border:none;border-radius:var(--radius-pill);padding:.5rem 1.2rem;font-size:1rem;cursor:pointer;font-weight:600;transition:background .2s}.reply-form button:hover:not(:disabled){background:var(--btn-primary-hover)}.reply-form button:disabled{background:#aaa;cursor:not-allowed}.see-more-replies{background:var(--btn-secondary-bg);color:var(--btn-secondary-text);padding:.5rem 1.2rem;border:none;border-radius:var(--radius-pill);cursor:pointer;margin-top:.7rem;font-size:.95rem;font-weight:600;transition:background .2s}.see-more-replies:hover{background:var(--btn-secondary-hover)}.comment-success-msg{color:#388e3c;background:#e8f5e9;border:1px solid #c8e6c9;border-radius:6px;padding:.75rem 1rem;margin-top:1rem;font-size:1rem;text-align:center}.comment-error-msg{color:#c62828;background:#ffebee;border:1px solid #ffcdd2;border-radius:6px;padding:.75rem 1rem;margin-top:1rem;font-size:1rem;text-align:center}.content-protection-wrapper{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:auto}@media print{.content-protection-wrapper{display:none!important}}.help-page{background:var(--fondo-claro);min-height:100vh;font-family:var(--fuente-principal)}.help-faq{max-width:760px;margin:0 auto;padding:2rem 1.25rem 3rem}.help-add-section-btn{margin-top:1.5rem}.help-contact{margin-top:2rem;text-align:center;color:var(--texto-gris);font-size:var(--text-sm)}@media (max-width: 600px){.help-faq{padding:1.25rem 1rem 2rem}}.faq-group{margin-bottom:2rem}.faq-group-title{font-family:Poppins,sans-serif;font-size:var(--text-xs);font-weight:700;letter-spacing:.1em;color:var(--verde-medio);text-transform:uppercase;margin-bottom:.75rem;display:flex;align-items:center;gap:4px}.faq-list{display:flex;flex-direction:column;gap:.5rem}.courses-page{text-align:center;margin:0;padding:0;background-color:var(--fondo-claro);min-height:80vh;margin-bottom:2rem}.courses-page .products-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:2rem;margin-bottom:2rem;justify-items:stretch;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 .75rem}.courses-videos{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:2rem}.course-video{max-width:480px;width:100%}.course-title{margin-top:.5rem;font-weight:700}.no-drafts-message{text-align:center;padding:3rem 1rem;margin:2rem auto;max-width:600px}.no-drafts-message p{font-size:1.1rem;color:#666;margin:0}.loading-container{text-align:center;padding:3rem 1rem;margin:2rem auto}.loading-container .loading-spinner{font-size:1.1rem;color:#666}.error-message{text-align:center;padding:3rem 1rem;margin:2rem auto;max-width:600px}.error-message p{font-size:1.1rem;color:#d32f2f;margin-bottom:1rem}.loading-text{font-family:Poppins,sans-serif;font-size:1.1rem;color:#7b6252;margin:0;font-weight:500}.add-post-button-wrapper{padding-top:10px;display:flex;flex-wrap:wrap;align-items:center;gap:10px}.add-post-button-wrapper button{margin-left:0!important}.filters-section-compact{max-width:1200px;margin:1rem auto;padding:.75rem 1rem;background:#ffffff1a;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.filters-section-compact .filters-row{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;justify-content:space-between}.filters-section-compact .filters-row .filter-item{display:flex;align-items:center;gap:.5rem}.filters-section-compact .filters-row .filter-label-small{font-family:Poppins,sans-serif;font-size:.85rem;font-weight:500;color:#495057;white-space:nowrap}.filters-section-compact .filters-row .sort-filter{flex:0 0 auto}.filters-section-compact .filters-row .sort-select-compact{padding:.5rem .75rem;border:1px solid rgba(255,255,255,.3);border-radius:6px;font-size:.85rem;font-family:Poppins,sans-serif;background:#fff;cursor:pointer;transition:all .2s ease;min-width:140px}.filters-section-compact .filters-row .sort-select-compact:focus{outline:none;border-color:var(--color-verde-principal)}.filters-section-compact .filters-row .tags-toggle{flex:0 0 auto}.filters-section-compact .filters-row .tags-toggle .expand-filters-btn{padding:.5rem 1rem;border:1px solid rgba(255,255,255,.3);background:#fff;color:#495057;border-radius:6px;font-size:.85rem;font-family:Poppins,sans-serif;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.filters-section-compact .filters-row .tags-toggle .expand-filters-btn:hover{background:#f8f9fa;border-color:var(--color-verde-principal)}.filters-section-compact .filters-row .tags-toggle .expand-filters-btn .filter-badge{background:var(--color-verde-principal);color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600}.filters-section-compact .filters-row .clear-filters-btn{padding:.5rem 1rem;border:1px solid #dc3545;background:#fff;color:#dc3545;border-radius:6px;font-size:.85rem;font-family:Poppins,sans-serif;font-weight:500;cursor:pointer;transition:all .2s ease}.filters-section-compact .filters-row .clear-filters-btn:hover{background:#dc3545;color:#fff}.filters-section-compact .filters-row .results-count-compact{margin-left:auto}.filters-section-compact .filters-row .results-count-compact .results-text{font-family:Poppins,sans-serif;font-size:.85rem;color:#6c757d;font-weight:500}.filters-section-compact .tags-filter-expanded{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.2)}.filters-section-compact .tags-filter-expanded .tags-filter{display:flex;flex-wrap:wrap;gap:.5rem}.filters-section-compact .tags-filter-expanded .tags-filter .tag-filter-btn{padding:.4rem .85rem;border:1px solid var(--color-verde-principal);background:#fff;color:var(--color-verde-principal);border-radius:20px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Poppins,sans-serif}.filters-section-compact .tags-filter-expanded .tags-filter .tag-filter-btn:hover{background:#f0f5f3;transform:translateY(-1px)}.filters-section-compact .tags-filter-expanded .tags-filter .tag-filter-btn.active{background:var(--color-verde-principal);color:#fff;border-color:var(--color-verde-principal)}.filters-section-compact .tags-filter-expanded .tags-filter .no-tags{color:#6c757d;font-size:.85rem;font-style:italic}@media (max-width: 768px){.courses-page{padding-top:0}.courses-page .products-grid{gap:1rem;padding:0 .5rem}.loading-container{padding:2rem 1rem;min-height:200px}.loading-spinner{width:40px;height:40px;border-width:3px}.loading-text{font-size:1rem}.filters-section-compact{margin:1rem .5rem;padding:.75rem}.filters-section-compact .filters-row{flex-direction:column;align-items:stretch;gap:.75rem}.filters-section-compact .filters-row .filter-item{width:100%;justify-content:space-between}.filters-section-compact .filters-row .results-count-compact{margin-left:0;text-align:center}}.data-contact-form-container{width:100%;overflow:hidden;background:#fff4ecfa;display:flex;flex-direction:column;align-items:center;justify-content:center}.data-contact-form{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:800px;margin:0 auto;padding:0 1rem}.form-section-title{font-family:Playfair Display,serif;color:#222;font-size:2rem;font-weight:700;margin-bottom:1.2rem;margin-top:.5rem;text-align:left}.data-contact-form .form-row{display:flex;gap:1rem;margin-bottom:1rem}.data-contact-form .form-row .form-group{flex:1}.data-contact-form .form-group{display:flex;flex-direction:column;margin-bottom:1rem;width:100%}.data-contact-form label{font-family:Playfair Display,serif;color:var(--color-verde-profundo);font-size:1.1rem;font-weight:700;margin-bottom:.5rem;display:block}.data-contact-form .form-input{font-family:Poppins,sans-serif;font-size:1rem;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;background:#fff;width:100%;box-sizing:border-box;transition:border-color .2s ease}.data-contact-form .form-input[type=select],.data-contact-form select.form-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1.2rem center;background-size:1rem;padding-right:2.5rem}.data-contact-form .form-input:focus{outline:none;border-color:var(--color-dorado-premium);box-shadow:0 0 0 2px #bfa98a33}.data-contact-form .form-input::placeholder{color:#999;font-family:Poppins,sans-serif}.data-contact-form .form-error{color:#d36c4e;font-size:.875rem;margin-top:.25rem;font-family:Poppins,sans-serif;font-weight:500}.data-contact-form .form-button{background:var(--btn-primary-bg);color:var(--btn-primary-text);font-family:Poppins,sans-serif;font-weight:600;border:none;border-radius:var(--radius-pill);padding:1rem 0;font-size:1.1rem;margin-top:.5rem;cursor:pointer;transition:background .2s;width:100%}.data-contact-form .form-button:disabled{background:var(--btn-secondary-bg);opacity:.65;cursor:not-allowed}.data-contact-form .form-button:hover:not(:disabled){background:var(--btn-primary-hover)}@media (max-width: 900px){.data-contact-form-container{max-width:98vw;padding:1.5rem .5rem;margin:1.5rem auto}.form-section-title{font-size:1.3rem;margin-bottom:.7rem}.data-contact-form{padding:0 .5rem}.data-contact-form .form-row{flex-direction:column;gap:.5rem}.data-contact-form .form-group{margin-bottom:.75rem}.data-contact-form label{font-size:1rem;margin-bottom:.3rem}.data-contact-form .form-input{padding:.6rem .8rem;font-size:.95rem}}.help-form-page{background:var(--fondo-claro);min-height:100vh;font-family:var(--fuente-principal);padding:2rem 1rem 4rem;display:flex;justify-content:center;align-items:flex-start}.help-form-page__card{width:100%;max-width:660px;background:#fff;border-radius:18px;box-shadow:0 6px 32px #3d584321;overflow:hidden}.help-form-page__card-header{background:var(--verde-medio);padding:1.25rem 1.5rem;display:flex;align-items:center;gap:.75rem}.help-form-page__back-btn{background:#fff3;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;flex-shrink:0;transition:background .15s}.help-form-page__back-btn:hover{background:#ffffff59}.help-form-page__card-title{font-family:var(--fuente-secundaria);font-size:var(--text-lg);font-style:italic;color:#fff;margin:0;line-height:1.25}.help-form-page__card-body{padding:1.75rem 1.75rem 2rem}.help-form-page .MuiTextField-root .MuiOutlinedInput-root{font-family:var(--fuente-principal);font-size:var(--text-base);border-radius:10px;background:#fafaf8;transition:background .15s}.help-form-page .MuiTextField-root .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--verde-medio-claro)}.help-form-page .MuiTextField-root .MuiOutlinedInput-root.Mui-focused{background:#fff}.help-form-page .MuiTextField-root .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--verde-medio);border-width:2px}.help-form-page .MuiTextField-root .MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline{border-color:var(--rojo)}.help-form-page .MuiTextField-root .MuiInputLabel-root{font-family:var(--fuente-principal);font-size:var(--text-base)}.help-form-page .MuiTextField-root .MuiInputLabel-root.Mui-focused{color:var(--verde-medio)}.help-form-page .MuiTextField-root .MuiInputLabel-root.Mui-error{color:var(--rojo)}.help-form-page .MuiAccordion-root{margin-bottom:.6rem;border-radius:10px!important;box-shadow:none!important;border:1.5px solid rgba(109,136,116,.22);overflow:hidden;background:#fdfbf8}.help-form-page .MuiAccordion-root:before{display:none}.help-form-page .MuiAccordionSummary-root{background:#6a8f741a;min-height:44px!important;padding:0 1rem;border-bottom:1px solid rgba(109,136,116,.15)}.help-form-page .MuiAccordionSummary-root.Mui-expanded{min-height:44px!important}.help-form-page .MuiAccordionSummary-root .MuiTypography-root{font-family:var(--fuente-principal);font-size:var(--text-base);font-weight:600;color:var(--verde-medio)}.help-form-page .MuiAccordionSummary-root .MuiSvgIcon-root{color:var(--verde-medio)}.help-form-page .MuiAccordionDetails-root{padding:1.1rem 1rem .75rem}.help-form-page .MuiButton-contained{background:var(--btn-primary-bg)!important;color:var(--btn-primary-text)!important;border-radius:var(--radius-pill)!important;font-family:var(--fuente-principal)!important;font-size:var(--text-sm)!important;font-weight:600!important;text-transform:none!important;letter-spacing:0!important;box-shadow:none!important;padding:.55rem 1.5rem!important;transition:background .18s!important}.help-form-page .MuiButton-contained:hover{background:var(--btn-primary-hover)!important}.help-form-page .MuiButton-outlined{border-color:var(--btn-outline-border)!important;color:var(--btn-outline-text)!important;border-radius:var(--radius-pill)!important;font-family:var(--fuente-principal)!important;font-size:var(--text-sm)!important;font-weight:600!important;text-transform:none!important;letter-spacing:0!important;padding:.45rem 1.1rem!important}.help-form-page .MuiButton-outlined:hover{background:var(--btn-outline-hover-bg)!important}.help-form-page .form-error{color:var(--rojo);font-size:var(--text-xs);margin:.2rem 0 .4rem 2px}@media (max-width: 700px){.help-form-page{padding:1rem .75rem 3rem}.help-form-page__card{border-radius:14px}.help-form-page__card-body{padding:1.25rem 1rem 1.5rem}}.rich-text-editor{display:flex;flex-direction:column;height:100%;max-height:100vh;width:100%;box-sizing:border-box;overflow-x:hidden;position:relative}.rich-text-editor[data-editor-disabled=true] .rte-image-edit-btn{display:none}.rich-text-editor .toolbar{display:flex!important;flex-direction:row!important;align-items:center;gap:8px;padding:12px;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px 4px 0 0;flex-wrap:wrap;position:sticky;top:0;z-index:1000;box-shadow:0 2px 4px #0000001a;transition:box-shadow .3s ease;width:100%;box-sizing:border-box;min-height:48px;flex-shrink:0;overflow:visible}.rich-text-editor .toolbar:hover{box-shadow:0 4px 8px #00000026}.rich-text-editor .toolbar select{padding:4px 8px;border:1px solid #ced4da;border-radius:4px;background-color:#fff;font-size:14px;cursor:pointer;display:block!important;visibility:visible!important;opacity:1!important;flex-shrink:0}.rich-text-editor .toolbar select:disabled{background-color:#e9ecef;cursor:not-allowed;opacity:.6}.rich-text-editor .toolbar select.font-select{min-width:120px;font-weight:500}.rich-text-editor .toolbar button{display:flex!important;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #ced4da;background-color:#fff;border-radius:4px;cursor:pointer;transition:all .2s ease;flex-shrink:0;visibility:visible!important;opacity:1!important}.rich-text-editor .toolbar button:hover:not(:disabled){background-color:#e9ecef;border-color:#adb5bd}.rich-text-editor .toolbar button:active:not(:disabled){background-color:#dee2e6}.rich-text-editor .toolbar button.active{background-color:#6c757d!important;border-color:#495057!important;color:#fff!important;box-shadow:inset 0 1px 2px #0003}.rich-text-editor .toolbar button.active svg{color:#fff!important}.rich-text-editor .toolbar button.active:hover{background-color:#5a6268!important;border-color:#343a40!important}.rich-text-editor .toolbar button:disabled{background-color:#e9ecef;cursor:not-allowed;opacity:.6}.rich-text-editor .toolbar button svg{width:14px;height:14px;display:block!important;visibility:visible!important;opacity:1!important}.rich-text-editor .toolbar>*{visibility:visible!important;opacity:1!important;flex-shrink:0}.rich-text-editor .toolbar .rte-toolbar-table-cluster{display:inline-flex;align-items:center;flex-shrink:0;position:relative;max-width:100%}.rich-text-editor .toolbar .rte-table-insert-panel{position:absolute;top:calc(100% + 6px);right:0;left:auto;box-sizing:border-box;min-width:220px;max-width:min(280px,92vw);padding:10px 12px;border:1px solid #ced4da;border-radius:6px;background:#fff;box-shadow:0 6px 18px #0000001f;z-index:1001}.rich-text-editor .toolbar .rte-table-insert-panel .rte-table-insert-fields{display:flex;flex-direction:column;gap:8px}.rich-text-editor .toolbar .rte-table-insert-panel .rte-table-insert-label{display:flex;flex-direction:column;gap:4px;font-size:12px;font-weight:600;color:#495057}.rich-text-editor .toolbar .rte-table-insert-panel .rte-table-insert-label input{font-size:14px;padding:6px 8px;border:1px solid #ced4da;border-radius:4px;width:100%;box-sizing:border-box}.rich-text-editor .toolbar .rte-table-insert-panel .rte-table-insert-hint{margin:8px 0 0;font-size:11px;font-weight:400;color:#6c757d;line-height:1.35}.rich-text-editor .toolbar .rte-table-insert-panel .rte-table-insert-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.rich-text-editor .toolbar .rte-table-insert-panel .rte-table-insert-btn{flex:1;min-width:0;padding:6px 10px;font-size:13px;border-radius:var(--radius-pill);border:1px solid #ced4da;background:#fff;cursor:pointer}.rich-text-editor .toolbar .rte-table-insert-panel .rte-table-insert-btn:hover{background:#f8f9fa}.rich-text-editor .toolbar .rte-table-insert-panel .rte-table-insert-btn--primary{background:var(--btn-primary-bg);color:var(--btn-primary-text);border-color:var(--btn-primary-bg)}.rich-text-editor .toolbar .rte-table-insert-panel .rte-table-insert-btn--primary:hover{background:var(--btn-primary-hover);border-color:var(--btn-primary-hover)}.rich-text-editor .toolbar label,.rich-text-editor .toolbar svg,.rich-text-editor .toolbar .fa-font{display:inline-flex!important;align-items:center;cursor:pointer;transition:opacity .2s ease;visibility:visible!important;opacity:1!important;flex-shrink:0}.rich-text-editor .toolbar label:hover:not([style*="cursor: not-allowed"]),.rich-text-editor .toolbar svg:hover:not([style*="cursor: not-allowed"]),.rich-text-editor .toolbar .fa-font:hover:not([style*="cursor: not-allowed"]){opacity:.8}.rich-text-editor .toolbar label input[type=color],.rich-text-editor .toolbar svg input[type=color],.rich-text-editor .toolbar .fa-font input[type=color]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;padding:0;background:transparent;width:20px;height:20px;cursor:pointer;border-radius:2px}.rich-text-editor .toolbar label input[type=color]:disabled,.rich-text-editor .toolbar svg input[type=color]:disabled,.rich-text-editor .toolbar .fa-font input[type=color]:disabled{cursor:not-allowed;opacity:.6}.rich-text-editor .toolbar label input[type=color]::-webkit-color-swatch-wrapper,.rich-text-editor .toolbar svg input[type=color]::-webkit-color-swatch-wrapper,.rich-text-editor .toolbar .fa-font input[type=color]::-webkit-color-swatch-wrapper{padding:0}.rich-text-editor .toolbar label input[type=color]::-webkit-color-swatch,.rich-text-editor .toolbar svg input[type=color]::-webkit-color-swatch,.rich-text-editor .toolbar .fa-font input[type=color]::-webkit-color-swatch{border:none;border-radius:2px}.rich-text-editor .editor-area{border:1px solid #ced4da;border-top:none;border-radius:0 0 4px 4px;padding:16px;flex:1;min-height:400px;background-color:#fff;outline:none;font-family:inherit;line-height:1.6;overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch}.rich-text-editor .editor-area::selection{background-color:#000;color:#fff}.rich-text-editor .editor-area::-moz-selection{background-color:#000;color:#fff}.rich-text-editor .editor-area *::selection{background-color:#000!important;color:#fff!important}.rich-text-editor .editor-area *::-moz-selection{background-color:#000!important;color:#fff!important}.rich-text-editor .editor-area font[face=Poppins]{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif!important;font-weight:400;font-style:normal}.rich-text-editor .editor-area font[face="Playfair Display"]{font-family:Playfair Display,Georgia,Times New Roman,serif!important;font-weight:400;font-style:normal}.rich-text-editor .editor-area font[face=Arial]{font-family:Arial,Helvetica,sans-serif!important;font-weight:400;font-style:normal}.rich-text-editor .editor-area font[face="Times New Roman"]{font-family:Times New Roman,Times,serif!important;font-weight:400;font-style:normal}.rich-text-editor .editor-area font[face="Courier New"]{font-family:Courier New,Courier,monospace!important;font-weight:400;font-style:normal}.rich-text-editor .editor-area font[face=Georgia]{font-family:Georgia,Times New Roman,serif!important;font-weight:400;font-style:normal}.rich-text-editor .editor-area font[face=Verdana]{font-family:Verdana,Geneva,sans-serif!important;font-weight:400;font-style:normal}.rich-text-editor .editor-area:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40}.rich-text-editor .editor-area:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.rich-text-editor .editor-area:empty:before{content:attr(data-placeholder);color:#6c757d;font-style:italic;pointer-events:none}.rich-text-editor .editor-area h1,.rich-text-editor .editor-area h2,.rich-text-editor .editor-area h3,.rich-text-editor .editor-area h4,.rich-text-editor .editor-area h5,.rich-text-editor .editor-area h6{margin:16px 0 8px;font-weight:600}.rich-text-editor .editor-area h1{font-size:2em}.rich-text-editor .editor-area h2{font-size:1.5em}.rich-text-editor .editor-area h3{font-size:1.17em}.rich-text-editor .editor-area h4{font-size:1em}.rich-text-editor .editor-area h5{font-size:.83em}.rich-text-editor .editor-area h6{font-size:.67em}.rich-text-editor .editor-area p{margin:8px 0}.rich-text-editor .editor-area ul,.rich-text-editor .editor-area ol{margin:8px 0;padding-left:24px}.rich-text-editor .editor-area li{margin:4px 0}.rich-text-editor .editor-area img{max-width:100%;height:auto;margin:8px 0;border-radius:4px;transition:all .3s ease}.rich-text-editor .editor-area img.image-extra-small{max-width:25%!important;height:auto!important}.rich-text-editor .editor-area img.image-small{max-width:50%!important;height:auto!important}.rich-text-editor .editor-area img.image-normal{max-width:100%!important;height:auto!important}.rich-text-editor .editor-area img.image-big{max-width:125%!important;height:auto!important}.rich-text-editor .editor-area img.image-extra-big{max-width:150%!important;height:auto!important}.rich-text-editor .editor-area .rte-image-wrap{position:relative;display:block!important;width:fit-content!important;max-width:100%!important;margin-top:8px;margin-bottom:8px;margin-left:auto!important;margin-right:auto!important}.rich-text-editor .editor-area .rte-image-wrap.rte-image-align-left,.rich-text-editor .editor-area .rte-image-wrap[data-rte-align=left]{float:left!important;clear:left;margin:8px 12px 8px 0!important}.rich-text-editor .editor-area .rte-image-wrap.rte-image-align-right,.rich-text-editor .editor-area .rte-image-wrap[data-rte-align=right]{float:right!important;clear:right;margin:8px 0 8px 12px!important}.rich-text-editor .editor-area .rte-image-wrap.rte-image-align-center,.rich-text-editor .editor-area .rte-image-wrap[data-rte-align=center],.rich-text-editor .editor-area .rte-image-wrap:not(.rte-image-align-left):not(.rte-image-align-right):not([data-rte-align=left]):not([data-rte-align=right]){float:none!important;clear:both!important;margin:8px auto!important}.rich-text-editor .editor-area .rte-image-wrap img{display:block;margin:0;max-width:100%;height:auto}.rich-text-editor .editor-area .rte-image-wrap .rte-image-edit-btn{position:absolute;top:6px;left:6px;z-index:2;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;margin:0;border:none;border-radius:50%;cursor:pointer;color:#000000c7;background:#ffffffb8;box-shadow:0 1px 4px #0000001f;transition:background .2s ease,box-shadow .2s ease}.rich-text-editor .editor-area .rte-image-wrap .rte-image-edit-btn:hover{background:#ffffffeb;box-shadow:0 2px 8px #0000002e}.rich-text-editor .editor-area .rte-image-wrap .rte-image-edit-btn:focus-visible{outline:2px solid #007bff;outline-offset:2px}.rich-text-editor .editor-area img.rte-image-align-left,.rich-text-editor .editor-area img.rte-image-align-right,.rich-text-editor .editor-area img.rte-image-align-center,.rich-text-editor .editor-area img[data-rte-align=left],.rich-text-editor .editor-area img[data-rte-align=right],.rich-text-editor .editor-area img[data-rte-align=center]{display:block;width:fit-content;max-width:100%}.rich-text-editor .editor-area img.rte-image-align-center,.rich-text-editor .editor-area img[data-rte-align=center]{float:none!important;clear:both!important;margin:8px auto!important}.rich-text-editor .editor-area img.rte-image-align-left,.rich-text-editor .editor-area img[data-rte-align=left]{float:left!important;clear:left;margin:8px 12px 8px 0!important}.rich-text-editor .editor-area img.rte-image-align-right,.rich-text-editor .editor-area img[data-rte-align=right]{float:right!important;clear:right;margin:8px 0 8px 12px!important}.rich-text-editor .editor-area .rte-image-wrap img.rte-image-align-left,.rich-text-editor .editor-area .rte-image-wrap img.rte-image-align-right,.rich-text-editor .editor-area .rte-image-wrap img.rte-image-align-center,.rich-text-editor .editor-area .rte-image-wrap img[data-rte-align=left],.rich-text-editor .editor-area .rte-image-wrap img[data-rte-align=right],.rich-text-editor .editor-area .rte-image-wrap img[data-rte-align=center]{float:none!important;clear:none!important;margin:0!important}.rich-text-editor .editor-area table.rte-doc-table th,.rich-text-editor .editor-area table.rte-doc-table td{position:relative}.rich-text-editor .editor-area table.rte-doc-table[data-rte-col-resizing=true] th:after,.rich-text-editor .editor-area table.rte-doc-table[data-rte-col-resizing=true] td:after{opacity:0!important}.rich-text-editor .editor-area table.rte-doc-table th:after,.rich-text-editor .editor-area table.rte-doc-table td:after{content:"";position:absolute;top:0;right:-7px;width:14px;height:100%;box-sizing:border-box;z-index:3;pointer-events:none;opacity:0;transition:opacity .12s ease,background-color .12s ease;background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%236d8b74' d='M9 6 4 12l5 6V6zm6 0v12l5-6-5-6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center center;background-size:10px 14px;border-radius:3px}.rich-text-editor .editor-area table.rte-doc-table th.rte-doc-table-cell--resize-hover:after,.rich-text-editor .editor-area table.rte-doc-table td.rte-doc-table-cell--resize-hover:after{opacity:1;background-color:color-mix(in srgb,var(--color-verde-profundo) 35%,transparent)}.rich-text-editor .editor-area table.rte-doc-table th.rte-doc-table-cell--resize-hover,.rich-text-editor .editor-area table.rte-doc-table td.rte-doc-table-cell--resize-hover{cursor:col-resize}.rich-text-editor .editor-area blockquote{margin:16px 0;padding:8px 16px;border-left:4px solid #dee2e6;background-color:#f8f9fa;font-style:italic}.rich-text-editor .editor-area code{background-color:#f8f9fa;padding:2px 4px;border-radius:3px;font-family:Courier New,monospace;font-size:.9em}.rich-text-editor .editor-area pre{background-color:#f8f9fa;padding:16px;border-radius:4px;overflow-x:auto;margin:16px 0}.rich-text-editor .editor-area pre code{background-color:transparent;padding:0}.rich-text-editor .editor-area a{color:#007bff;text-decoration:underline}.rich-text-editor .editor-area a:hover{color:#0056b3}.video-preview{margin:16px 0;border:2px solid #e9ecef;border-radius:8px;overflow:hidden;background:#f8f9fa}.video-preview .video-preview-header{background:var(--color-verde-principal);color:#fff;padding:8px 12px;font-size:.9em;font-weight:500}.video-preview .video-preview-header .video-preview-label{display:flex;align-items:center;gap:6px}.video-preview .video-preview-container{padding:12px}.video-preview .video-preview-container iframe{width:100%;max-width:100%;border-radius:6px;box-shadow:0 2px 8px #0000001a}.video-preview .video-preview-url{padding:8px 12px;background:#e9ecef;border-top:1px solid #dee2e6;font-size:.8em;color:#6c757d;word-break:break-all}.video-helper-text{margin:16px 0;padding:12px;background-color:#f8f9fa;border-radius:6px;font-size:.9em;color:#6c757d;text-align:center;border:1px solid #e9ecef}.video-helper-text code{background-color:#e9ecef;padding:2px 6px;border-radius:3px;font-family:Courier New,monospace;font-size:.85em}@media (max-width: 768px){.rich-text-editor{max-height:70vh;width:100%;overflow-x:hidden}.rich-text-editor .toolbar{display:flex!important;flex-direction:row!important;gap:4px;padding:8px;position:sticky;top:0;z-index:1000;flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;max-width:100%;min-height:44px;flex-shrink:0}.rich-text-editor .toolbar::-webkit-scrollbar{height:4px}.rich-text-editor .toolbar::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.rich-text-editor .toolbar button{width:32px;height:32px;flex-shrink:0;min-width:32px}.rich-text-editor .toolbar button svg{width:14px;height:14px}.rich-text-editor .toolbar select{font-size:12px;padding:4px 6px;min-width:80px;flex-shrink:0}.rich-text-editor .toolbar select.font-select{min-width:100px}.rich-text-editor .editor-area{padding:12px;min-height:300px;font-size:16px;width:100%;box-sizing:border-box}.rich-text-editor .video-preview iframe{width:100%;height:200px}.rich-text-editor .video-helper-text{font-size:.8em;padding:8px;word-break:break-word}}@media (max-width: 480px){.rich-text-editor{max-height:60vh}.rich-text-editor .toolbar{display:flex!important;flex-direction:row!important;gap:3px;padding:6px;min-height:40px;flex-shrink:0}.rich-text-editor .toolbar button{width:30px;height:30px;min-width:30px}.rich-text-editor .toolbar button svg{width:12px;height:12px}.rich-text-editor .toolbar select{font-size:11px;padding:3px 4px;min-width:70px}.rich-text-editor .toolbar select.font-select{min-width:90px}.rich-text-editor .editor-area{padding:10px;min-height:250px;font-size:16px}.rich-text-editor .video-preview iframe{height:180px}.rich-text-editor .video-helper-text{font-size:.75em;padding:6px}}.rich-text-editor .editor-area h1,.rich-text-editor .editor-area h2,.rich-text-editor .editor-area h3,.rich-text-editor .editor-area h4,.rich-text-editor .editor-area h5,.rich-text-editor .editor-area h6{clear:both}.rich-text-editor .editor-area ul,.rich-text-editor .editor-area ol{margin:8px 0;padding-left:20px}.rich-text-editor .editor-area ul ul,.rich-text-editor .editor-area ul ol,.rich-text-editor .editor-area ol ul,.rich-text-editor .editor-area ol ol{margin:4px 0;padding-left:20px}.rich-text-editor .editor-area ul li,.rich-text-editor .editor-area ol li{margin:4px 0;line-height:1.5}.rich-text-editor .editor-area ul li ul,.rich-text-editor .editor-area ul li ol,.rich-text-editor .editor-area ol li ul,.rich-text-editor .editor-area ol li ol{margin:2px 0}.rich-text-editor .editor-area ul{list-style-type:disc}.rich-text-editor .editor-area ul ul{list-style-type:circle}.rich-text-editor .editor-area ul ul ul{list-style-type:square}.rich-text-editor .editor-area ol{list-style-type:decimal}.rich-text-editor .editor-area ol ol{list-style-type:lower-alpha}.rich-text-editor .editor-area ol ol ol{list-style-type:lower-roman}.image-context-menu__heading{padding:8px 12px;font-size:12px;font-weight:700;color:#666;border-bottom:1px solid #eee}.image-context-menu__divider{border-top:1px solid #eee;margin:4px 0}.image-context-menu__size-btn{width:100%;padding:8px 12px;border:none;background-color:transparent;text-align:left;cursor:pointer;font-size:12px;color:#333;transition:background-color .15s ease;border-left:3px solid transparent}.image-context-menu__size-btn:hover:not(.image-context-menu__size-btn--selected){background-color:#f5f5f5}.image-context-menu__size-btn--selected{background-color:#ede7f6;border-left-color:#7d3f98;font-weight:600;color:#5e2d82}.image-context-menu__size-btn--selected:hover{background-color:#e1d5f0}.image-context-menu__align-row{display:flex;gap:6px;padding:8px 12px;justify-content:stretch}.image-context-menu__align-btn{flex:1;padding:8px;border:1px solid #ddd;border-radius:6px;background-color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;color:#444;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.image-context-menu__align-btn:hover:not(.image-context-menu__align-btn--selected){background-color:#f5f5f5}.image-context-menu__align-btn--selected{background-color:#ede7f6;border-color:#7d3f98;color:#5e2d82}.image-context-menu__align-btn--selected:hover{background-color:#e1d5f0}.image-context-menu__delete-btn{width:100%;padding:8px 12px;border:none;background-color:transparent;text-align:left;cursor:pointer;font-size:12px;color:#f44;transition:background-color .15s ease}.image-context-menu__delete-btn:hover{background-color:#ffe6e6}.form-container{position:relative;font-family:Poppins,sans-serif;color:#5d5d5d;border-radius:8px}.form-inputs{max-width:90%;margin:32px auto;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;padding:24px}.doc-form{border-radius:12px}.doc-page{max-width:90%;margin:32px auto;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;padding:24px;min-height:500px}.form-section h2{color:#3b5a55;font-size:1.5rem;margin-bottom:1rem;font-weight:600}.form-group input,.form-group textarea,.form-group select,.form-input{width:100%;max-width:100%;box-sizing:border-box;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;font-family:Poppins,sans-serif;transition:border-color .2s,box-shadow .2s}.rich-text-editor .toolbar select{width:auto;max-width:none;padding:4px 8px;font-size:14px;min-width:120px}.form-group input[type=date]{cursor:pointer;background-color:#fff;color:#5d5d5d;font-family:Poppins,sans-serif;font-size:1rem;padding:.75rem;border:1px solid #ddd;border-radius:6px;transition:border-color .2s,box-shadow .2s}.form-group input[type=date]:focus{outline:none;border-color:var(--color-verde-principal);box-shadow:0 0 0 2px #82a09533}.form-group input[type=date]:hover{border-color:var(--color-verde-principal)}.form-group input[type=date]:not([readonly]){background-color:#d9d9d9;cursor:pointer}.form-group input.error,.form-group textarea.error,.form-group select.error{border-color:#dc3545;box-shadow:0 0 0 2px #dc354533}.rich-text-editor .toolbar select.error{border-color:#ced4da;box-shadow:none}.error-message{color:#dc3545;font-size:.875rem;margin-top:.25rem;font-weight:500}.char-count{color:#6c757d;font-size:.875rem;margin-top:.25rem;text-align:right}.form-input:focus{outline:none;border-color:var(--color-verde-principal);box-shadow:0 0 0 2px #82a09533}.toolbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center;background:#f5f5f5;border-radius:6px;padding:8px 12px;margin-bottom:12px}.toolbar select,.toolbar input[type=color],.toolbar button{font-size:1rem;padding:4px 8px;border:1px solid #ccc;border-radius:4px;background:#fff;cursor:pointer}.toolbar button{font-weight:700;min-width:32px;min-height:32px}.editor-area{min-height:400px;outline:none;font-size:1.1rem;font-family:Arial,sans-serif;background:#fafbfc;border-radius:6px;transition:box-shadow .2s;padding:1rem;border:1px solid #ddd}.editor-area:focus{box-shadow:0 0 0 2px #e91e6344;background:#fff}.editor-area img{max-width:400px;width:100%;height:auto;display:block;margin:12px auto}.blog-meta-inputs{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin-bottom:24px}.blog-title-input{flex:2 1 200px;font-size:1.2rem;padding:8px 12px;border:1px solid #ccc;border-radius:4px}.blog-date-input{flex:1 1 120px;font-size:1rem;padding:8px 12px;border:1px solid #ccc;border-radius:4px}.blog-cover-input{flex:1 1 180px}.image-upload-container{display:flex;flex-direction:column;gap:12px}.file-input-container{display:flex;align-items:center;gap:8px}.file-input-btn{padding:8px 16px;background:var(--color-verde-principal);color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;transition:background-color .2s;min-width:120px}.image-preview-container{display:flex;align-items:center;gap:12px;padding:12px;background:#f8f9fa;border-radius:6px;border:1px solid #e9ecef}.blog-cover-preview{max-width:120px;max-height:80px;border-radius:6px;object-fit:cover;border:1px solid #ddd}.remove-image-btn{padding:6px 12px;background:#dc3545;color:#fff;border:none;border-radius:4px;font-size:.875rem;cursor:pointer;transition:background-color .2s}.blog-save-btn{padding:8px 20px;font-size:1rem;background:#e91e63;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:700;transition:background .2s}.blog-save-btn:disabled{background:#aaa;cursor:not-allowed}.form-actions{display:flex;gap:1rem;justify-content:center;margin-top:3rem;margin-bottom:3rem;padding-top:2rem;border-top:2px solid var(--beige)}.submit-btn,.save-draft-btn,.back-btn{padding:1rem 2rem;border:none;border-radius:var(--radius-pill);font-family:Poppins,sans-serif;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;min-width:150px}.submit-btn:hover:not(:disabled){background:var(--btn-primary-hover);transform:translateY(-1px)}.submit-btn:disabled{background:#6c757d;color:#adb5bd;cursor:not-allowed;transform:none}.back-btn:hover:not(:disabled){background:var(--btn-secondary-hover);border-color:var(--btn-secondary-hover);transform:translateY(-1px)}.back-btn:disabled{background:#ccc;border-color:#ccc;cursor:not-allowed;transform:none}@media (max-width: 768px){.form-inputs,.doc-page{max-width:95%;margin:16px auto;padding:16px}.form-row{grid-template-columns:1fr}.toolbar{flex-direction:column;align-items:flex-start;gap:.5rem}.form-actions{flex-direction:column}.submit-btn,.save-draft-btn,.back-btn{width:100%}}@media (max-width: 480px){.form-inputs,.doc-page{padding:12px}.toolbar{gap:.3rem}.toolbar button{padding:.3rem .6rem;font-size:.8rem}}.color-swatch-btn{border:1px solid #ccc;width:24px;height:24px;border-radius:50%;margin:0 2px;cursor:pointer;outline:none;transition:box-shadow .2s,border-color .2s;box-shadow:0 1px 2px #0000000a;display:inline-block;position:relative}.color-swatch-btn:focus{border-color:var(--color-verde-principal);box-shadow:0 0 0 2px var(--verde-claro)}.color-swatch-btn:disabled{opacity:.5;cursor:not-allowed}.color-picker-input{width:28px;height:28px;border:none;background:none;margin-left:4px;cursor:pointer;padding:0;outline:none}.color-picker-input:focus{box-shadow:0 0 0 2px var(--verde-claro)}.loading-container{display:flex;justify-content:center;align-items:center;min-height:200px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;margin:32px auto;max-width:90%}.loading-spinner{color:var(--color-verde-principal);font-size:1.1rem;font-weight:500}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:1rem;color:#5d5d5d;margin-top:8px}.checkbox-label .form-checkbox{width:18px;height:18px;cursor:pointer;accent-color:var(--color-verde-principal)}.checkbox-label span{-webkit-user-select:none;user-select:none}.login-page-bg{min-height:100vh;background:#f3e3d3}.login-content{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column;align-items:center}.login-container{position:relative;width:100%;max-width:420px;margin:2rem auto;border-radius:16px;overflow:hidden;box-shadow:0 2px 16px #00000014;background:transparent}.login-bg-blur{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0;filter:blur(8px);opacity:.7;pointer-events:none}.login-form-container{position:relative;z-index:1;padding:2.5rem 2rem 2rem;background:#fff4ecf2;border-radius:16px}.login-form{display:flex;flex-direction:column;gap:1.2rem}.form-group label{font-family:Playfair Display,serif;color:var(--color-verde-profundo);font-size:1.1rem;font-weight:700;margin-bottom:.2rem}.input-icon-group{display:flex;align-items:center;position:relative}.input-icon{color:var(--color-dorado-premium);margin-right:.5rem;display:flex;align-items:center}.input-icon-btn{position:absolute;right:.5rem;background:none!important;color:var(--color-dorado-premium)!important}.form-input{flex:1;font-family:Poppins,sans-serif;font-size:1rem;padding:.7rem 2.5rem .7rem 2.2rem;border:2px solid var(--color-verde-profundo);border-radius:8px;background:#fff;outline:none;transition:border .2s}.form-input:focus{border-color:var(--color-dorado-premium)}.form-error{color:#d36c4e;font-size:.95rem;margin-top:.1rem;font-family:Poppins,sans-serif}.form-button{background:var(--color-dorado-premium);color:#444;font-family:Poppins,sans-serif;font-weight:600;border:none;border-radius:10px;padding:1rem 0;font-size:1.1rem;margin-top:.5rem;cursor:pointer;transition:background .2s;width:100%}.form-button:disabled{background:#e0c9a6;cursor:not-allowed}.forgot-link{text-align:left;margin-bottom:.5rem;font-size:1rem}.forgot-link a{color:#444;text-decoration:underline;font-weight:500}.divider{display:flex;align-items:center;margin:1.2rem 0 .7rem;color:#444;font-weight:700;font-size:1.2rem}.divider span{margin:0 1rem}.divider:before,.divider:after{content:"";flex:1;border-bottom:2px solid #444;margin:0 .5rem}.google-btn{display:flex;align-items:center;justify-content:center;gap:.7rem;background:#fff;color:#444;border:none;border-radius:var(--radius-pill);padding:.7rem 0;font-size:1.1rem;font-family:Poppins,sans-serif;font-weight:500;box-shadow:0 1px 4px #00000012;cursor:pointer;width:100%;margin-bottom:.5rem;transition:background .2s}.google-btn:hover{background:#f7f7f7}.google-icon{width:24px;height:24px}.register-link{text-align:center;margin-top:.7rem;font-size:1rem}.register-link a{color:#444;text-decoration:underline;font-weight:500}@media (max-width: 600px){.login-container{max-width:98vw;margin:1rem auto}.login-form-container{padding:1.2rem .5rem}}.form-container{max-width:90%;margin:0 auto;font-family:Poppins,sans-serif;width:100%;box-sizing:border-box;overflow-x:hidden}.form-inputs-course{margin-bottom:2rem;margin:32px auto;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;padding:24px;width:100%;box-sizing:border-box;overflow-x:hidden}.doc-form{background:#fff;border-radius:12px;width:100%;box-sizing:border-box;overflow-x:hidden}.form-section h2{color:#3b5a55;font-family:Playfair Display,serif;font-size:1.8rem;margin-bottom:1.5rem;font-weight:600}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--texto-gris);font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:Poppins,sans-serif;transition:border-color .3s ease;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--color-verde-principal)}.form-group textarea{resize:vertical;min-height:100px}.course-cover-preview{max-width:200px;max-height:150px;border-radius:8px;margin-top:.5rem;object-fit:cover}.image-upload-container{display:flex;flex-direction:column;gap:1rem}.file-input-container{display:flex;align-items:center;gap:1rem}.file-input-btn{background:var(--color-verde-principal);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-family:Poppins,sans-serif;font-weight:600;font-size:.9rem;cursor:pointer;transition:background-color .3s ease;min-width:120px}.file-input-btn:hover{background:var(--color-verde-profundo)}.image-preview-container{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.remove-image-btn{background:#dc3545;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-family:Poppins,sans-serif;font-weight:600;font-size:.8rem;cursor:pointer;transition:background-color .3s ease}.remove-image-btn:hover{background:#c82333}.chapters-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.chapters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.chapters-header h2{color:#3b5a55;font-family:Playfair Display,serif;font-size:1.8rem;margin:0;font-weight:600}.add-chapter-btn{background:var(--color-verde-principal);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-family:Poppins,sans-serif;font-weight:600;font-size:.9rem;cursor:pointer;transition:background-color .3s ease;display:flex;align-items:center;gap:.5rem}.add-chapter-btn:hover{background:var(--color-verde-profundo)}.chapters-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e0e0e0;padding-bottom:1rem}.chapter-tab{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f5f5f5;border-radius:8px;border:2px solid transparent;transition:all .3s ease}.chapter-tab.active{background:var(--color-verde-principal);color:#fff;border-color:var(--color-verde-profundo)}.chapter-title-input{border:none;background:transparent;font-size:.9rem;font-weight:600;min-width:120px;padding:.2rem .5rem;border-radius:4px}.chapter-tab.active .chapter-title-input{color:#fff}.chapter-title-input:focus{outline:none;background:#fff3}.chapter-state-select{border:1px solid #ddd;background:#fff;color:var(--texto-gris);font-size:.8rem;font-weight:600;padding:.2rem .5rem;border-radius:4px;min-width:80px;cursor:pointer;transition:all .3s ease}.chapter-state-select.published{background:#d4edda!important;color:#155724!important;border-color:#c3e6cb!important}.chapter-state-select.draft{background:#fff3cd!important;color:#856404!important;border-color:#ffeaa7!important}.chapter-tab.active .chapter-state-select{color:var(--texto-gris);background:#fff;border-color:#ffffff4d}.chapter-state-select:focus{outline:none;border-color:var(--color-verde-principal);background:#fff;color:var(--texto-gris)}.chapter-state-select option{background:#fff;color:var(--texto-gris);padding:.5rem}.chapter-state-badge{display:inline-block;padding:.2rem .6rem;border-radius:12px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-left:.8rem}.chapter-state-badge.draft{background:#fff3cd;color:#856404;border:1px solid #ffeaa7}.chapter-state-badge.published{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.remove-chapter-btn,.select-chapter-btn{background:none;border:none;padding:.3rem;border-radius:4px;cursor:pointer;font-size:.8rem;transition:background-color .3s ease;color:inherit}.remove-chapter-btn:hover{background:#f003;color:red}.select-chapter-btn:hover{background:#fff3}.remove-chapter-btn:disabled{opacity:.5;cursor:not-allowed}.chapter-editor{display:none}.chapter-editor.active{display:block}.chapter-editor h3{color:#3b5a55;font-family:Playfair Display,serif;font-size:1.5rem;margin-bottom:1rem;font-weight:600}.form-toolbar{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#f8f9fa;border-radius:8px;margin-bottom:1rem;flex-wrap:wrap}.form-toolbar button{background:#fff;border:1px solid #ddd;padding:.5rem;border-radius:4px;cursor:pointer;transition:all .3s ease;font-size:.9rem}.form-toolbar button:hover{background:#e9ecef;border-color:var(--color-verde-principal)}.form-toolbar select{padding:.5rem;border:1px solid #ddd;border-radius:4px;background:#fff;font-size:.9rem}.form-toolbar input[type=color]{width:30px;height:30px;border:none;border-radius:4px;cursor:pointer}.form-group .editor-area,.chapter-editor .editor-area{min-height:400px;border:1px solid #ccc;border-radius:8px;padding:1rem;font-family:Poppins,sans-serif;font-size:1rem;line-height:1.6;background:#fff}.form-group .editor-area:focus,.chapter-editor .editor-area:focus{outline:none;border-color:var(--color-verde-principal)}.rich-text-editor .editor-area{min-height:400px;border:1px solid #ccc;border-radius:8px;padding:1rem;font-family:Poppins,sans-serif;font-size:1rem;line-height:1.6;background:#fff;cursor:text!important;position:relative;overflow-wrap:break-word;word-wrap:break-word}.rich-text-editor .editor-area:focus{outline:none;border-color:var(--color-verde-principal)}.rich-text-editor .toolbar{display:flex!important;flex-direction:row!important;position:sticky;top:0;z-index:1000;background:#f8f9fa;border-radius:8px 8px 0 0;margin-bottom:0;flex-wrap:wrap;min-height:48px;flex-shrink:0;align-items:center}.rich-text-editor .toolbar button{background:#fff;border:1px solid #ddd;padding:.5rem;border-radius:4px;cursor:pointer;transition:all .3s ease;font-size:.9rem}.rich-text-editor .toolbar button:hover{background:#e9ecef;border-color:var(--color-verde-principal)}.rich-text-editor .toolbar select{padding:.5rem;border:1px solid #ddd;border-radius:4px;background:#fff;font-size:.9rem;width:auto;min-width:120px}.rich-text-editor .toolbar input[type=color]{width:30px;height:30px;border:none;border-radius:4px;cursor:pointer}.form-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.submit-btn,.save-draft-btn,.back-btn{padding:1rem 2rem;border:none;border-radius:var(--radius-pill);font-family:Poppins,sans-serif;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;min-width:150px}.submit-btn{background:var(--btn-primary-bg);color:var(--btn-primary-text)}.submit-btn:hover{background:var(--btn-primary-hover)}.submit-btn:disabled{background:#ccc;cursor:not-allowed}.save-draft-btn{background:transparent;color:var(--btn-outline-text);border:1px solid var(--btn-outline-border)}.save-draft-btn:hover{background:var(--btn-outline-hover-bg)}.back-btn{background:var(--btn-secondary-bg);color:var(--btn-secondary-text);border:2px solid var(--btn-secondary-bg)}.back-btn:hover{background:var(--btn-secondary-hover);border-color:var(--btn-secondary-hover)}.back-btn:disabled{background:#ccc;border-color:#ccc;cursor:not-allowed}.video-helper-text{font-size:.95rem;color:var(--texto-gris);background:#f8f9fa;border-radius:6px;padding:.5rem 1rem;margin:.5rem 0 1rem}.video-helper-text code{background:#e0e0e0;padding:2px 6px;border-radius:4px;font-size:.95em}.video-preview{margin:1rem 0;display:flex;justify-content:center}.video-preview iframe{border-radius:8px;max-width:100%;min-height:250px;background:#000}@media (max-width: 768px){.form-container{max-width:100%;padding:.75rem;margin:0}.form-inputs-course{margin:16px auto;padding:16px;border-radius:8px}.form-section h2{font-size:1.4rem;margin-bottom:1rem}.form-row{grid-template-columns:1fr;gap:.75rem}.form-group{margin-bottom:1rem}.form-group label{font-size:.85rem}.form-group input,.form-group textarea{padding:.7rem;font-size:16px}.chapters-section{padding:1rem;margin-bottom:1rem}.chapters-header{flex-direction:column;gap:1rem;align-items:flex-start}.chapters-header h2{font-size:1.4rem}.add-chapter-btn{width:100%;justify-content:center;padding:.7rem 1rem;font-size:.85rem}.chapters-tabs{flex-direction:column;gap:.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.chapter-tab{justify-content:space-between;min-width:100%;padding:.6rem .8rem}.chapter-title-input{min-width:100px;font-size:.85rem}.chapter-state-select{font-size:.75rem;min-width:70px;padding:.2rem .4rem}.form-toolbar{flex-direction:column;align-items:stretch}.form-actions{flex-direction:column;gap:.75rem;margin-top:1.5rem}.submit-btn,.save-draft-btn,.back-btn{width:100%;padding:.9rem 1.5rem;font-size:.95rem;min-width:auto}.file-input-btn{width:100%;padding:.7rem 1rem;font-size:.85rem}.course-cover-preview{max-width:100%;max-height:200px}.image-preview-container{width:100%}.remove-image-btn{width:100%;padding:.6rem 1rem}.checkbox-group{margin-top:20px}.checkbox-label{font-size:.85rem}}@media (max-width: 480px){.form-container{padding:.5rem}.form-inputs-course{padding:12px;margin:12px auto}.form-section h2{font-size:1.2rem;margin-bottom:.75rem}.form-group{margin-bottom:.75rem}.form-group label{font-size:.8rem;margin-bottom:.4rem}.form-group input,.form-group textarea{padding:.6rem;font-size:16px}.chapters-section{padding:.75rem}.chapters-header h2{font-size:1.2rem}.add-chapter-btn{padding:.6rem .9rem;font-size:.8rem}.chapter-tab{padding:.5rem .7rem;flex-wrap:wrap}.chapter-title-input{font-size:.8rem;min-width:80px}.chapter-state-select{font-size:.7rem;min-width:60px}.submit-btn,.save-draft-btn,.back-btn{padding:.8rem 1.2rem;font-size:.9rem}.file-input-btn{padding:.6rem .9rem;font-size:.8rem}.course-cover-preview{max-height:150px}.checkbox-label{font-size:.8rem}}.checkbox-row{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1rem 2.5rem}.form-group--course-flags .checkbox-row .checkbox-group{margin-top:30px;flex:1 1 240px;max-width:100%}.checkbox-group{display:flex;flex-direction:row;align-items:center;gap:8px;margin-top:40px}.checkbox-input{width:18px;height:18px;accent-color:#3b5a55;cursor:pointer}.checkbox-label{font-size:.9rem;color:var(--texto-gris);cursor:pointer;margin-bottom:0;text-transform:none;letter-spacing:normal;font-weight:500;line-height:1.4;margin-top:6px}.multiple-image-upload-container .course-images-preview{margin-top:16px}.multiple-image-upload-container .course-images-preview h4{font-size:1rem;color:var(--texto-gris);margin-bottom:12px;font-weight:600}.multiple-image-upload-container .course-images-preview .course-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;margin-top:12px}.multiple-image-upload-container .course-images-preview .course-images-grid .course-image-item{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease}.multiple-image-upload-container .course-images-preview .course-images-grid .course-image-item:hover{transform:scale(1.02)}.multiple-image-upload-container .course-images-preview .course-images-grid .course-image-item .course-image-preview{width:100%;height:100px;object-fit:cover;display:block}.multiple-image-upload-container .course-images-preview .course-images-grid .course-image-item .remove-course-image-btn{position:absolute;top:4px;right:4px;background:#dc3545e6;color:#fff;border:none;border-radius:4px;padding:4px 8px;font-size:.75rem;cursor:pointer;transition:background .2s ease}.multiple-image-upload-container .course-images-preview .course-images-grid .course-image-item .remove-course-image-btn:hover{background:#dc3545}@media (max-width: 768px){.multiple-image-upload-container .course-images-preview .course-images-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px}.multiple-image-upload-container .course-images-preview .course-images-grid .course-image-item .course-image-preview{height:80px}}@media (max-width: 480px){.multiple-image-upload-container .course-images-preview .course-images-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:6px}.multiple-image-upload-container .course-images-preview .course-images-grid .course-image-item .course-image-preview{height:60px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;max-width:400px;width:90%;max-height:90vh;overflow:hidden;animation:modalSlideIn .3s ease-out}.modal-header{padding:1.5rem 1.5rem 0}.modal-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#2c3e50}.modal-body{padding:1rem 1.5rem}.modal-body p{margin:0 0 .5rem;color:#6c757d;line-height:1.5}.modal-body .chapter-name{margin:.75rem 0 0;color:#2c3e50;font-size:.95rem}.modal-footer{padding:0 1.5rem 1.5rem;display:flex;gap:.75rem;justify-content:flex-end}.modal-footer button{padding:.75rem 1.5rem;border:none;border-radius:var(--radius-pill);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.modal-footer button.btn-cancel{background:transparent;color:var(--btn-outline-text);border:1px solid var(--btn-outline-border)}.modal-footer button.btn-cancel:hover{background:var(--btn-outline-hover-bg)}.modal-footer button.btn-delete{background:var(--btn-action-bg);color:var(--btn-action-text)}.modal-footer button.btn-delete:hover{background:var(--btn-action-hover);transform:translateY(-1px)}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 480px){.modal-content{width:95%;margin:1rem}.modal-header,.modal-body,.modal-footer{padding-left:1rem;padding-right:1rem}.modal-footer{flex-direction:column}.modal-footer button{width:100%}}.tags-input-container,.tags-input-wrapper{position:relative}.tags-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-height:200px;overflow-y:auto;z-index:1000;margin-top:4px}.tag-suggestion{padding:10px 16px;cursor:pointer;transition:background-color .2s;font-size:.9rem;color:#495057}.tag-suggestion:hover{background-color:#f8f9fa}.tag-suggestion.tag-suggestion-new{color:#28a745;font-weight:500}.tag-suggestion.tag-suggestion-new.tag-suggestion-new--divider{border-top:1px solid #e9ecef}.tags-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.tag-item{display:inline-flex;align-items:center;gap:.5rem;background:var(--color-verde-principal);color:#fff;padding:.4rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500}.tag-remove{background:none;border:none;color:#fff;cursor:pointer;font-size:1.2rem;line-height:1;padding:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.tag-remove:hover{background-color:#fff3}.related-courses{padding:1.3rem 0;background-color:var(--fondo-claro)}.related-courses h2{font-family:Playfair Display,serif;font-size:2.2rem;color:var(--texto-oscuro);text-align:center;font-weight:600;margin:0;margin-bottom:1rem}.related-courses .related-courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-bottom:2rem;max-width:100%;justify-content:center;align-items:center}@media (max-width: 1200px){.related-courses .related-courses-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.related-courses .related-courses-grid{grid-template-columns:1fr;gap:1.5rem}}.related-courses .related-courses-loading{text-align:center;padding:3rem 1rem}.related-courses .related-courses-loading .loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid var(--color-verde-principal);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.related-courses .related-courses-loading p{color:#666;font-size:1.1rem}*,*:before,*:after{box-sizing:border-box}.my-profile-container{position:relative;font-family:Poppins,sans-serif;color:#5d5d5d;min-height:100vh;background-color:var(--fondo-claro);padding:2rem 0}.my-profile-content{max-width:90%;margin:0 auto;background:#fffffff2;border-radius:16px;box-shadow:0 8px 32px #0000001a;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.my-profile-content h1{color:var(--color-verde-profundo);font-family:Playfair Display,serif;font-size:2rem;margin-bottom:2rem;text-align:center;font-weight:600;font-style:italic}.message{padding:1rem;border-radius:6px;margin-bottom:1.5rem;font-weight:500}.message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.profile-form{display:flex;flex-direction:column;gap:2rem}.form-section{background:#ffffffe6;border-radius:12px;padding:2rem;box-shadow:0 4px 16px #00000014;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.form-section h2{color:var(--color-verde-profundo);font-family:Playfair Display,serif;font-size:1.8rem;margin-bottom:1.5rem;font-weight:600;font-style:italic}.form-section h3{color:var(--color-verde-profundo);font-family:Playfair Display,serif;font-size:1.4rem;margin-bottom:1rem;font-weight:600;font-style:italic}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;width:100%;box-sizing:border-box}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#3b5a55;font-size:.9rem}.form-group input,.form-group textarea,.form-group select{width:100%;max-width:100%;box-sizing:border-box;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;font-family:Poppins,sans-serif;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--color-verde-principal);box-shadow:0 0 0 2px #82a09533}.form-error{color:#dc3545;font-size:.875rem;margin-top:.25rem;font-family:Poppins,sans-serif}.address-form{background:#faf6f2;border-radius:8px;padding:1.5rem;margin-bottom:2rem;border:1px solid #e0e0e0}.address-form h3{color:#3b5a55;font-family:Playfair Display,serif;font-size:1.3rem;margin-bottom:1rem;font-weight:600}.address-form-buttons{display:flex;gap:1rem;margin-top:1rem}.save-address-btn{background:var(--btn-primary-bg);color:var(--btn-primary-text);font-family:Poppins,sans-serif;font-weight:600;border:none;border-radius:var(--radius-pill);padding:.75rem 1.5rem;font-size:1rem;cursor:pointer;transition:background .2s}.save-address-btn:hover{background:var(--btn-primary-hover)}.cancel-btn{background:transparent;color:var(--btn-outline-text);font-family:Poppins,sans-serif;font-weight:600;border:1px solid var(--btn-outline-border);border-radius:var(--radius-pill);padding:.75rem 1.5rem;font-size:1rem;cursor:pointer;transition:background .2s}.cancel-btn:hover{background:var(--btn-outline-hover-bg)}.notifications-section{margin-top:2rem;margin-bottom:2rem}.notifications-section h3{color:#3b5a55;font-family:Playfair Display,serif;font-size:1.4rem;margin-bottom:1rem;font-weight:600}.addresses-list{margin-top:2rem}.addresses-list h3{color:#3b5a55;font-family:Playfair Display,serif;font-size:1.4rem;margin-bottom:1rem;font-weight:600}.address-item{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:flex-start;transition:box-shadow .2s}.address-item:hover{box-shadow:0 2px 8px #0000001a}.address-content{flex:1}.address-content p{margin:.25rem 0;color:#5d5d5d;font-family:Poppins,sans-serif}.address-content p strong{color:#3b5a55;font-weight:600}.address-actions{display:flex;gap:.5rem;margin-left:1rem}.edit-btn,.delete-btn{padding:.5rem 1rem;border:none;border-radius:var(--radius-pill);font-family:Poppins,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.edit-btn{background:var(--btn-secondary-bg);color:var(--btn-secondary-text);box-shadow:0 2px 8px color-mix(in srgb,var(--btn-secondary-bg) 40%,transparent)}.edit-btn:hover{background:var(--btn-secondary-hover);transform:translateY(-1px);box-shadow:0 4px 12px color-mix(in srgb,var(--btn-secondary-bg) 45%,transparent)}.delete-btn{background:var(--btn-action-bg);color:var(--btn-action-text);box-shadow:0 2px 8px color-mix(in srgb,var(--btn-action-bg) 40%,transparent)}.delete-btn:hover{background:var(--btn-action-hover);transform:translateY(-1px);box-shadow:0 4px 12px color-mix(in srgb,var(--btn-action-bg) 45%,transparent)}.no-addresses{text-align:center;color:var(--texto-oscuro);font-style:italic;padding:2rem;background:#fffc;border-radius:12px;border:2px dashed var(--verde-claro);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.form-buttons{display:flex;justify-content:center;margin-top:2rem}.submit-btn{background-color:var(--btn-primary-bg);color:var(--btn-primary-text);font-family:Poppins,sans-serif;font-weight:600;border:none;border-radius:var(--radius-pill);padding:1rem 2rem;font-size:1.1rem;cursor:pointer;transition:all .3s ease;min-width:150px;box-shadow:0 4px 15px color-mix(in srgb,var(--btn-primary-bg) 30%,transparent)}.submit-btn:disabled{background:var(--btn-secondary-bg);cursor:not-allowed;box-shadow:none}.submit-btn:hover:not(:disabled){background:var(--btn-primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px color-mix(in srgb,var(--btn-primary-bg) 38%,transparent)}.profile-logout-section{margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(109,136,116,.25);display:flex;justify-content:center}.profile-logout-btn{font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;color:var(--btn-action-bg);background:transparent;border:1px solid var(--btn-action-bg);border-radius:var(--radius-pill);padding:.75rem 1.5rem;cursor:pointer;transition:background .2s ease,color .2s ease}.profile-logout-btn:hover{background:color-mix(in srgb,var(--btn-action-bg) 12%,transparent)}@media (max-width: 768px){.my-profile-content{max-width:95%;padding:1.5rem}.form-row{grid-template-columns:1fr}.address-item{flex-direction:column;gap:1rem}.address-actions{margin-left:0;justify-content:flex-end}.address-form-buttons{flex-direction:column}.form-buttons{flex-direction:column;align-items:center}}@media (max-width: 480px){.my-profile-content{padding:1rem}.form-section{padding:1.5rem}.address-form{padding:1rem}.my-profile-content h1{font-size:1.5rem}}.push-notification-toggle .notification-status{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:8px;font-size:.9rem}.push-notification-toggle .notification-status.unsupported{background:#f8f9fa;color:#6c757d;border:1px solid #dee2e6}.push-notification-toggle .notification-status.denied{background:#fff3cd;color:#856404;border:1px solid #ffeaa7}.push-notification-toggle .notification-status .status-icon{font-size:1.2rem}.push-notification-toggle .notification-status .status-text{font-weight:500}.push-notification-toggle .notification-status small{display:block;margin-top:.25rem;opacity:.8}.push-notification-toggle .notification-controls{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px #0000001a}.push-notification-toggle .notification-controls .notification-info{display:flex;align-items:center;gap:.75rem;flex:1}.push-notification-toggle .notification-controls .notification-info .status-icon{font-size:1.5rem;flex-shrink:0}.push-notification-toggle .notification-controls .notification-info .status-details .status-text{display:block;font-weight:500;color:var(--texto-oscuro);margin-bottom:.25rem}.push-notification-toggle .notification-controls .notification-info .status-details small{display:block;color:#7b6252;font-size:.8rem;line-height:1.4}.push-notification-toggle .notification-controls .toggle-btn{padding:.5rem 1rem;border:none;border-radius:6px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;min-width:100px;display:flex;align-items:center;justify-content:center}.push-notification-toggle .notification-controls .toggle-btn:disabled{opacity:.6;cursor:not-allowed}.push-notification-toggle .notification-controls .toggle-btn.active{background:#dc3545;color:#fff}.push-notification-toggle .notification-controls .toggle-btn.active:hover:not(:disabled){background:#c82333;transform:translateY(-1px)}.push-notification-toggle .notification-controls .toggle-btn.inactive{background:var(--color-verde-principal);color:#fff}.push-notification-toggle .notification-controls .toggle-btn.inactive:hover:not(:disabled){background:var(--color-verde-profundo);transform:translateY(-1px)}.push-notification-toggle .notification-controls .toggle-btn .loading-spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.push-notification-toggle .notification-controls .toggle-btn .toggle-text{white-space:nowrap}.push-notification-toggle .error-message{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:6px;font-size:.85rem;margin-top:.5rem}.push-notification-toggle .error-message .error-icon{font-size:1rem}@media (max-width: 768px){.push-notification-toggle .notification-controls{flex-direction:column;align-items:stretch;gap:1rem}.push-notification-toggle .notification-controls .notification-info{justify-content:center;text-align:center}.push-notification-toggle .notification-controls .toggle-btn{width:100%}}.my-courses-container{min-height:100vh;background-color:var(--fondo-claro)}.my-courses-content{max-width:1200px;margin:0 auto;padding:0 2rem}.error-message{background:var(--alert-relleno-error);color:var(--rojo);padding:1rem;border-radius:var(--radius-sm);margin:1rem 0;border:1px solid var(--alert-borde-error)}.no-courses{text-align:center;padding:4rem 2rem;background:var(--blanco);border-radius:var(--radius-md);margin:2rem 0;box-shadow:var(--sombra-card);border:1px solid color-mix(in srgb,var(--btn-primary-bg) 10%,transparent)}.no-courses h2{font-family:var(--fuente-secundaria);color:var(--texto-oscuro);margin-bottom:1rem;font-size:1.8rem}.no-courses p{color:var(--texto-gris);margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.no-courses .browse-courses-btn{width:100%;max-width:200px;margin:0 auto}.courses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));gap:2rem;margin-top:2rem;margin-bottom:.5rem}.course-card{background:var(--color-crema-principal);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--sombra-card);border:1px solid color-mix(in srgb,var(--color-verde-profundo) 26%,transparent);transition:transform .25s ease,box-shadow .25s ease;cursor:pointer;position:relative}.course-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px color-mix(in srgb,var(--color-verde-profundo) 16%,transparent),0 4px 12px #0000000f}.course-card:hover .course-overlay{opacity:1}.course-card:hover .course-image img{transform:scale(1.05)}.course-image{position:relative;height:clamp(230px,32vmin,288px);overflow:hidden}.course-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.course-image .course-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:color-mix(in srgb,var(--color-verde-profundo) 82%,transparent);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.course-image .course-overlay .continue-text{color:var(--texto-sobre-verde);font-size:1.05rem;font-weight:600;letter-spacing:.04em;font-family:var(--fuente-principal)}.course-info{padding:.28rem .68rem .43rem;display:flex;flex-direction:column;gap:.225rem;background:var(--color-crema-secundario)}.course-title{font-family:var(--fuente-secundaria);color:var(--texto-oscuro);font-size:1.15rem;font-weight:700;margin:0;line-height:1.25}.course-progress{margin:0;display:flex;flex-direction:column;gap:.1rem}.course-progress .progress-bar{width:100%;height:8px;background:var(--color-crema-principal);border-radius:var(--radius-pill);overflow:hidden;margin:0;border:1px solid color-mix(in srgb,var(--color-verde-profundo) 12%,transparent)}.course-progress .progress-bar .progress-fill{height:100%;border-radius:var(--radius-pill);transition:width .35s ease}.course-progress .progress-bar .progress-fill.progress-high{background:var(--color-verde-profundo)}.course-progress .progress-bar .progress-fill.progress-medium{background:var(--color-verde-principal)}.course-progress .progress-bar .progress-fill.progress-low{background:var(--color-dorado-premium)}.course-progress .progress-text{color:var(--texto-blog-metadata);font-size:var(--text-sm);font-weight:600;font-family:var(--fuente-principal);line-height:1.25;margin:0}.course-stats{display:flex;justify-content:space-between;align-items:flex-start;font-size:var(--text-sm);color:var(--texto-apagado);font-family:var(--fuente-principal);margin:0;line-height:1.35}.course-stats .chapters-completed{font-weight:600;color:var(--texto-gris)}.course-stats .last-accessed{font-style:italic;color:var(--texto-blog-metadata)}@media (max-width: 768px){.my-courses-content{padding:0 1rem}.courses-grid{grid-template-columns:1fr;gap:1.5rem}.course-card{margin-bottom:0}.course-info{padding:.25rem .55rem .4rem;gap:.2rem}.course-stats{flex-direction:column;align-items:flex-start;gap:.175rem}}@media (max-width: 480px){.my-courses-container{padding:1rem 0}.no-courses{padding:2rem 1rem;margin:1rem 0}.no-courses h2{font-size:1.5rem}.no-courses p{font-size:1rem}}.course-content{line-height:1.6;color:#333}.course-content .rte-image-edit-btn{display:none!important}.course-content h1,.course-content h2,.course-content h3,.course-content h4,.course-content h5,.course-content h6{margin-top:1.5em;margin-bottom:.5em;color:#2c3e50}.course-content h1{font-size:2em}.course-content h2{font-size:1.75em}.course-content h3{font-size:1.5em}.course-content h4{font-size:1.25em}.course-content h5{font-size:1.1em}.course-content h6{font-size:1em}.course-content p{margin-bottom:1em}.course-content ul,.course-content ol{margin-bottom:1em;padding-left:2em}.course-content li{margin-bottom:.5em}.course-content a{color:#3498db;text-decoration:none}.course-content a:hover{text-decoration:underline}.course-content img{max-width:100%;height:auto;border-radius:8px;margin:1em 0}.course-content .video-container{position:relative;width:100%;margin:2em 0;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a;background:#000}.course-content .video-container:before{content:"";display:block;padding-top:56.25%}.course-content .video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.course-content pre{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;padding:1em;overflow-x:auto;margin:1em 0}.course-content code{background:#f1f3f4;padding:.2em .4em;border-radius:3px;font-family:Courier New,monospace;font-size:.9em}.course-content blockquote{border-left:4px solid #3498db;margin:1em 0;padding-left:1em;font-style:italic;color:#666}@media (max-width: 768px){.course-content h1{font-size:1.75em}.course-content h2{font-size:1.5em}.course-content h3{font-size:1.25em}.course-content h4{font-size:1.1em}.course-content h5{font-size:1em}.course-content h6{font-size:.9em}.course-content .video-container{margin:1em 0}.course-content ul,.course-content ol{padding-left:1.5em}}@media (max-width: 480px){.course-content h1{font-size:1.5em}.course-content h2{font-size:1.25em}.course-content h3{font-size:1.1em}.course-content .video-container{margin:.5em 0}}.course-viewer-container{min-height:100vh;background-color:var(--fondo-claro);padding:2rem 0}.course-viewer-content{max-width:1400px;margin:0 auto;padding:0 2rem}.error-message{background:#fee;color:#c53030;padding:1rem;border-radius:8px;margin:1rem 0;border:1px solid #feb2b2}.course-viewer-main{display:grid;grid-template-columns:300px 1fr;gap:2rem;margin-top:2rem;background:#fffffff2;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.chapter-navigation{background:#fffffff2;padding:1.5rem;border-right:1px solid #e2e8f0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.chapter-navigation .chapter-list{display:flex;flex-direction:column;gap:.5rem}.chapter-navigation .chapter-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:8px;cursor:pointer;transition:all .2s ease;position:relative}.chapter-navigation .chapter-item:hover{background:#a8c3a31a}.chapter-navigation .chapter-item.active{background:linear-gradient(135deg,var(--verde-claro) 0%,var(--verde-claro) 100%);color:#fff}.chapter-navigation .chapter-item.active .chapter-number{background:#fff3}.chapter-navigation .chapter-item.completed .chapter-title{color:var(--texto-oscuro);font-weight:600}.chapter-navigation .chapter-item.completed .completed-icon{color:var(--texto-oscuro);font-weight:700}.chapter-navigation .chapter-item .chapter-number{width:24px;height:24px;border-radius:50%;background:#a8c3a333;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;color:var(--texto-oscuro)}.chapter-navigation .chapter-item .chapter-title{flex:1;font-size:.9rem;line-height:1.4}.chapter-navigation .chapter-item .completed-icon{font-size:1rem;margin-left:auto}.chapter-content{padding:2rem;display:flex;flex-direction:column;height:100%}.chapter-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.chapter-header .chapter-title{color:var(--texto-oscuro);font-size:1.8rem;font-weight:600;margin-bottom:1rem;line-height:1.3;font-family:Playfair Display,serif;font-style:italic}.chapter-header .chapter-progress{display:flex;align-items:center;gap:1rem}.chapter-header .chapter-progress .progress-text{color:var(--texto-oscuro);font-size:.9rem;font-weight:500;min-width:60px}.chapter-header .chapter-progress .progress-bar{flex:1;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.chapter-header .chapter-progress .progress-bar .progress-fill{height:100%;background:linear-gradient(90deg,var(--verde-claro),var(--verde-claro));transition:width .3s ease}.chapter-body{flex:1;margin-bottom:2rem}.chapter-body .chapter-html-content{color:var(--texto-oscuro);line-height:1.7;font-size:1rem}.chapter-body .chapter-html-content h1,.chapter-body .chapter-html-content h2,.chapter-body .chapter-html-content h3,.chapter-body .chapter-html-content h4,.chapter-body .chapter-html-content h5,.chapter-body .chapter-html-content h6{color:var(--texto-oscuro);margin-top:1.5rem;margin-bottom:1rem;font-family:Playfair Display,serif;font-style:italic}.chapter-body .chapter-html-content h1{font-size:1.8rem}.chapter-body .chapter-html-content h2{font-size:1.6rem}.chapter-body .chapter-html-content h3{font-size:1.4rem}.chapter-body .chapter-html-content h4{font-size:1.2rem}.chapter-body .chapter-html-content p{margin-bottom:1rem}.chapter-body .chapter-html-content ul,.chapter-body .chapter-html-content ol{margin-bottom:1rem;padding-left:1.5rem}.chapter-body .chapter-html-content li{margin-bottom:.5rem}.chapter-body .chapter-html-content img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0}.chapter-body .chapter-html-content img.image-extra-small{max-width:25%!important;min-width:120px;height:auto!important}.chapter-body .chapter-html-content img.image-small{max-width:50%!important;min-width:180px;height:auto!important}.chapter-body .chapter-html-content img.image-normal{max-width:100%!important;height:auto!important}.chapter-body .chapter-html-content img.image-big{max-width:125%!important;height:auto!important}.chapter-body .chapter-html-content img.image-extra-big{max-width:150%!important;height:auto!important}.chapter-body .chapter-html-content code{background:#f7fafc;padding:.2rem .4rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9rem}.chapter-body .chapter-html-content pre{background:var(--texto-oscuro);color:#e2e8f0;padding:1rem;border-radius:8px;overflow-x:auto;margin:1rem 0}.chapter-body .chapter-html-content blockquote{border-left:4px solid var(--verde-claro);padding-left:1rem;margin:1rem 0;font-style:italic;color:var(--texto-oscuro)}.chapter-body .chapter-html-content .video-container{margin:2rem 0;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #00000026;background:#000;position:relative}.chapter-body .chapter-html-content .video-container:before{content:"";display:block;padding-top:56.25%}.chapter-body .chapter-html-content .video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.chapter-actions{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e2e8f0}.chapter-actions .action-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.chapter-actions .action-btn:disabled{opacity:.5;cursor:not-allowed}.chapter-actions .action-btn.prev-btn{background:#e2e8f0;color:var(--texto-oscuro)}.chapter-actions .action-btn.prev-btn:hover:not(:disabled){background:#cbd5e0}.chapter-actions .action-btn.next-btn{background:linear-gradient(135deg,var(--verde-claro) 0%,var(--verde-claro) 100%);color:#fff}.chapter-actions .action-btn.next-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #6d887466}.chapter-actions .action-btn.complete-btn{background:linear-gradient(135deg,var(--verde-claro) 0%,var(--verde-claro) 100%);color:#fff}.chapter-actions .action-btn.complete-btn:hover:not(:disabled){background:linear-gradient(135deg,var(--verde-claro) 0%,var(--verde-claro) 100%);transform:translateY(-1px);box-shadow:0 4px 12px #6d887466}.chapter-actions .action-btn.complete-course-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:600;padding:1rem 2rem;font-size:1.1rem}.chapter-actions .action-btn.complete-course-btn:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.chapter-actions .action-btn.complete-course-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.chapter-actions .center-actions{display:flex;gap:1rem}.chapter-actions .completion-actions{display:flex;flex-direction:column;gap:.75rem;align-items:center}.chapter-actions .diploma-btn{color:#fff;border:none;font-size:.9rem;padding:.6rem 1.2rem}.course-viewer-footer{margin-top:2rem;text-align:center}.course-viewer-footer .back-btn{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.course-viewer-footer .back-btn:hover{background:#ffffff1a;border-color:#ffffff80}@media (max-width: 1024px){.course-viewer-main{grid-template-columns:250px 1fr;gap:1rem}.chapter-content{padding:1.5rem}.chapter-navigation{padding:1rem}.chapter-navigation .chapter-item{padding:.5rem}.chapter-navigation .chapter-item .chapter-title{font-size:.85rem}}@media (max-width: 768px){.course-viewer-container{padding-top:1rem}.course-viewer-content{padding:0 1rem}.course-viewer-main{grid-template-columns:1fr;gap:0;margin-top:1rem}.header-component{margin-bottom:.5rem}.header-component .title{margin-bottom:.3rem}.header-component .subtitle{margin-bottom:.5rem}.chapter-navigation{border-right:none;border-bottom:1px solid #e2e8f0;max-height:200px;overflow-y:auto}.chapter-navigation .chapter-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem}.chapter-content{padding:1rem}.chapter-header .chapter-title{font-size:1.5rem}.chapter-actions{flex-direction:column;gap:1rem}.chapter-actions .center-actions{order:-1}.chapter-body .chapter-html-content img:not(.image-normal):not(.image-big):not(.image-extra-big){min-width:120px}.chapter-body .chapter-html-content img.image-extra-small{min-width:140px!important;max-width:35%!important}.chapter-body .chapter-html-content img.image-small{min-width:190px!important;max-width:55%!important}}@media (max-width: 480px){.course-viewer-container{padding-top:.5rem;padding-bottom:1rem}.course-viewer-content{padding:0 .75rem}.course-viewer-main{margin-top:.75rem}.header-component{margin-bottom:.25rem}.header-component .title{margin-bottom:.2rem;font-size:1.5rem}.header-component .subtitle{margin-bottom:.3rem;font-size:.95rem}.chapter-navigation .chapter-list{grid-template-columns:1fr}.chapter-header{margin-bottom:1rem}.chapter-header .chapter-title{font-size:1.3rem;margin-bottom:.5rem}.chapter-actions .action-btn{padding:.5rem 1rem;font-size:.9rem}.chapter-body .chapter-html-content img:not(.image-normal):not(.image-big):not(.image-extra-big){min-width:150px}.chapter-body .chapter-html-content img.image-extra-small{min-width:150px!important;max-width:40%!important}.chapter-body .chapter-html-content img.image-small{min-width:200px!important;max-width:60%!important}}.diploma-btn{display:flex;align-items:center;justify-content:center}.config-tab-content{width:100%;padding:1rem 0}.config-tab-content .config-section{margin-bottom:2rem}.config-tab-content .config-section h2{font-size:1.5rem;color:var(--texto-oscuro);margin-bottom:.5rem}.config-tab-content .config-section .section-description{color:var(--texto-oscuro);margin-bottom:1.5rem;line-height:1.6}.config-tab-content .config-section .email-list-section .add-email-section{display:flex;gap:1rem;margin-bottom:1.5rem}.config-tab-content .config-section .email-list-section .add-email-section .email-input{flex:1;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.config-tab-content .config-section .email-list-section .add-email-section .email-input:focus{outline:none;border-color:var(--color-verde-profundo)}.config-tab-content .config-section .email-list-section .error-message{background-color:#f9f9f9;color:#c33;padding:.75rem;border-radius:4px;margin-bottom:1rem;border:1px solid #fcc}.config-tab-content .config-section .email-list-section .success-message{background-color:#f9f9f9;color:#3c3;padding:.75rem;border-radius:4px;margin-bottom:1rem;border:1px solid #cfc}.config-tab-content .config-section .email-list-section .email-list{margin-bottom:2rem}.config-tab-content .config-section .email-list-section .email-list h3{font-size:1.2rem;color:var(--texto-oscuro);margin-bottom:1rem}.config-tab-content .config-section .email-list-section .email-list .empty-message{color:var(--texto-oscuro);font-style:italic;padding:1rem;background-color:#f9f9f9;border-radius:4px}.config-tab-content .config-section .email-list-section .email-list .email-items{list-style:none;padding:0;margin:0}.config-tab-content .config-section .email-list-section .email-list .email-items .email-item{display:flex;gap:1rem;align-items:center;margin-bottom:.5rem}.config-tab-content .config-section .email-list-section .email-list .email-items .email-item .email-text{flex:1;padding:.75rem;background-color:#f9f9f9;border-radius:4px;border:1px solid #eee;color:var(--texto-oscuro);font-size:1rem}.config-tab-content .config-section .email-list-section .save-section{display:flex;justify-content:flex-end}@media (max-width: 768px){.config-tab-content .config-section .email-list-section .add-email-section{flex-direction:column}.config-tab-content .config-section .email-list-section .add-email-section .email-input{width:100%}.config-tab-content .config-section .email-list-section .email-list .email-items .email-item{flex-direction:column;align-items:stretch;gap:.5rem}.config-tab-content .config-section .email-list-section .email-list .email-items .email-item .email-text,.config-tab-content .config-section .email-list-section .email-list .email-items .email-item .remove-button{width:100%}}.stats-page-container{padding:0;max-width:100%;margin:0;font-family:Poppins,sans-serif;color:var(--texto-oscuro);background:transparent;min-height:auto}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;min-height:300px}.loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid var(--color-verde-principal);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.loading-text{font-family:Poppins,sans-serif;font-size:1.1rem;color:var(--texto-oscuro);margin:0;font-weight:500}.error-container,.no-data-container{text-align:center;padding:3rem;color:#d32f2f;font-size:1.1rem}.no-courses-message{text-align:center;padding:2rem;color:var(--texto-oscuro);font-size:1rem;font-style:italic;background:#f8f9fa;border-radius:8px;border:1px solid #e0e0e0}.stats-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.summary-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000001a;text-align:center;border:1px solid #e0e0e0}.summary-card h3{font-family:Playfair Display,serif;font-size:1.2rem;color:var(--texto-oscuro);margin:0 0 1rem;font-weight:600}.summary-value{font-size:2.5rem;font-weight:700;color:var(--texto-oscuro);margin-bottom:.5rem;font-family:Poppins,sans-serif}.summary-subvalue{font-size:1rem;color:var(--texto-oscuro);font-weight:500}.stats-section{background:#fff;border-radius:12px;padding:2rem;margin:2rem 0;box-shadow:0 4px 12px #0000001a;border:1px solid #e0e0e0}.stats-section h2{font-family:Playfair Display,serif;font-size:1.8rem;color:var(--texto-oscuro);margin:0 0 1.5rem;font-weight:600;text-align:center}.courses-list{display:flex;flex-direction:column;gap:1rem}.course-item{display:flex;align-items:center;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #e0e0e0;transition:all .3s ease}.course-item:hover{background:#e9ecef;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.course-rank{background:var(--color-verde-principal);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1rem;flex-shrink:0}.course-info{flex:1}.course-info h4{font-size:1.2rem;color:var(--texto-oscuro);margin:0 0 .5rem;font-weight:600}.course-stats{display:flex;gap:1rem;font-size:.9rem;color:var(--texto-oscuro)}.sales-count{font-weight:600;color:var(--color-verde-principal)}.revenue{font-weight:500}.monthly-chart{display:flex;align-items:end;gap:1rem;height:300px;padding:1rem 0;overflow-x:auto;border-bottom:2px solid #e0e0e0}.month-bar{display:flex;flex-direction:column;align-items:center;min-width:100px;height:100%}.bar-container{flex:1;width:50px;background:#f0f0f0;border-radius:4px 4px 0 0;position:relative;margin-bottom:.5rem;display:flex;flex-direction:column;justify-content:flex-end}.bar-fill{width:100%;border-radius:4px 4px 0 0;min-height:4px;transition:all .3s ease;position:relative}.bar-usd{background:linear-gradient(135deg,#2e7d32,#1b5e20);margin-bottom:2px}.bar-ars{background:linear-gradient(135deg,#1976d2,#0d47a1)}.month-bar:hover .bar-usd{background:linear-gradient(135deg,#1b5e20,#0d4f1c)}.month-bar:hover .bar-ars{background:linear-gradient(135deg,#0d47a1,#0a3d91)}.month-label{font-size:.8rem;color:var(--texto-oscuro);text-align:center;margin-bottom:.25rem;font-weight:500}.month-values{display:flex;flex-direction:column;gap:.1rem;align-items:center}.month-value{font-size:.8rem;font-weight:600;text-align:center;padding:.1rem .2rem;border-radius:3px}.usd-value{color:#2e7d32;background:#2e7d321a}.ars-value{color:#1976d2;background:#1976d21a}.chart-legend{display:flex;justify-content:center;gap:2rem;margin-top:1rem;padding:1rem;background:#f8f9fa;border-radius:8px}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--texto-oscuro);font-weight:500}.legend-color{width:16px;height:16px;border-radius:3px}.usd-color{background:linear-gradient(135deg,#2e7d32,#1b5e20)}.ars-color{background:linear-gradient(135deg,#1976d2,#0d47a1)}.line-chart-container{margin-top:1rem}.line-chart{width:100%;height:300px;background:#fff;border-radius:8px;border:1px solid #e0e0e0;overflow:hidden}.line-chart-svg{width:100%;height:100%;display:block}.chart-area{width:100%;height:100%}.line-total{stroke:var(--color-verde-principal);stroke-width:3;fill:none;filter:drop-shadow(0 2px 4px rgba(130,160,149,.3))}.line-usd{stroke:#2e7d32;stroke-width:2;fill:none;stroke-dasharray:5,5;filter:drop-shadow(0 1px 2px rgba(46,125,50,.3))}.line-ars{stroke:#1976d2;stroke-width:2;fill:none;stroke-dasharray:3,3;filter:drop-shadow(0 1px 2px rgba(25,118,210,.3))}.data-point{fill:var(--color-verde-principal);stroke:#fff;stroke-width:2;cursor:pointer;transition:all .3s ease}.data-point:hover{r:6;fill:var(--color-verde-profundo);filter:drop-shadow(0 2px 4px rgba(130,160,149,.5))}.data-point-label{font-family:Poppins,sans-serif;font-size:10px;fill:var(--texto-oscuro);font-weight:500;opacity:0;transition:opacity .3s ease}.data-point:hover+.data-point-label,.data-point-label:hover{opacity:1}.x-axis-label{font-family:Poppins,sans-serif;font-size:10px;fill:var(--texto-oscuro);font-weight:500}.line-chart-legend{display:flex;justify-content:center;gap:2rem;margin-top:1rem;padding:1rem;background:#f8f9fa;border-radius:8px}.line-chart-legend .legend-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--texto-oscuro);font-weight:500}.legend-line{width:20px;height:3px;border-radius:2px}.total-line{background:var(--color-verde-principal)}.usd-line{background:#2e7d32;background-image:repeating-linear-gradient(90deg,#2e7d32,#2e7d32 5px,transparent 5px,transparent 10px)}.ars-line{background:#1976d2;background-image:repeating-linear-gradient(90deg,#1976d2,#1976d2 3px,transparent 3px,transparent 6px)}.detailed-stats{overflow-x:auto}.stats-table{width:100%;border-collapse:collapse;margin-top:1rem}.table-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:8px 8px 0 0;font-weight:600;color:var(--texto-oscuro);border:1px solid #e0e0e0;border-bottom:2px solid var(--color-verde-principal)}.table-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:1rem;padding:1rem;border-bottom:1px solid #e0e0e0;align-items:center;transition:background .3s ease}.table-row:hover{background:#f8f9fa}.table-row:last-child{border-bottom:none;border-radius:0 0 8px 8px}.course-title{font-weight:600;color:var(--texto-oscuro)}.sales-count,.revenue-usd,.revenue-ars,.revenue-total{text-align:right;font-weight:500}.sales-count{color:var(--color-verde-principal)}.revenue-usd{color:#2e7d32}.revenue-ars{color:#1976d2}.revenue-total{color:var(--texto-oscuro);font-weight:600}@media (max-width: 768px){.stats-summary{grid-template-columns:1fr;gap:1rem}.summary-card{padding:1.5rem}.summary-value{font-size:2rem}.stats-section{padding:1.5rem}.course-item{flex-direction:column;text-align:center;gap:.5rem}.course-rank{margin-right:0;margin-bottom:.5rem}.course-stats{flex-direction:column;gap:.25rem}.monthly-chart{height:250px;gap:.5rem}.month-bar{min-width:80px}.bar-container{width:40px}.chart-legend{flex-direction:column;gap:1rem}.line-chart{height:250px}.line-chart-legend{flex-direction:column;gap:1rem}.data-point-label,.x-axis-label{font-size:8px}.table-header,.table-row{grid-template-columns:1fr;gap:.5rem;text-align:center}.table-header>div,.table-row>div{padding:.5rem;border-bottom:1px solid #e0e0e0}.table-header>div:last-child,.table-row>div:last-child{border-bottom:none}}@media (max-width: 480px){.summary-card{padding:1rem}.summary-value{font-size:1.8rem}.stats-section{padding:1rem}.monthly-chart{height:200px}.month-bar{min-width:70px}.bar-container{width:35px}.month-value{font-size:.7rem}.chart-legend{gap:.5rem}.legend-item{font-size:.8rem}.line-chart{height:200px}.line-chart-legend .legend-item{font-size:.8rem}.data-point-label,.x-axis-label{font-size:7px}}.notifications-page{padding:2rem;max-width:100%;background-color:var(--fondo-claro, #f5f5f5);min-height:100%;border-radius:8px}.notifications-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--verde-claro)}.notifications-page .page-header h2{font-size:1.5rem;color:#5b4636;margin:0;margin-bottom:.5rem}.notifications-page .page-header .btn{padding:.75rem 1.5rem;border:none;border-radius:var(--radius-pill);font-weight:600;cursor:pointer;transition:all .3s ease}.notifications-page .page-header .btn.btn-primary{background:var(--btn-primary-bg);color:var(--btn-primary-text)}.notifications-page .page-header .btn.btn-primary:hover{background:var(--btn-primary-hover);transform:translateY(-2px);box-shadow:0 4px 8px color-mix(in srgb,var(--btn-primary-bg) 35%,transparent)}.notifications-page .error-message{background:#fee;color:#c33;padding:1rem;border-radius:5px;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.notifications-page .error-message button{background:none;border:none;color:#c33;font-size:1.2rem;cursor:pointer}.notifications-page .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem}.notifications-page .loading-container .loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid var(--color-verde-principal);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.notifications-page .loading-container .loading-text{color:#7b6252;font-size:1.1rem}.notifications-page .stats-overview{background:#fff;border-radius:10px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 10px #0000001a}.notifications-page .stats-overview h2{color:var(--texto-oscuro);margin-bottom:1rem;font-size:1.5rem}.notifications-page .stats-overview .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.notifications-page .stats-overview .stats-grid .stat-card{background:#f8f9fa;padding:1rem;border-radius:8px;text-align:center;border-left:4px solid var(--color-verde-principal)}.notifications-page .stats-overview .stats-grid .stat-card h3{color:var(--texto-oscuro);margin:0 0 .5rem;text-transform:capitalize;font-size:1rem}.notifications-page .stats-overview .stats-grid .stat-card .stat-value{font-size:2rem;font-weight:700;color:var(--color-verde-principal);margin-bottom:.5rem}.notifications-page .stats-overview .stats-grid .stat-card .stat-details{font-size:.9rem;color:#7b6252}.notifications-page .stats-overview .stats-grid .stat-card .stat-details div{margin-bottom:.25rem}.notifications-page .filters{display:flex;gap:1rem;margin-bottom:2rem;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.notifications-page .filters select{padding:.5rem;border:1px solid #ddd;border-radius:5px;background:#fff;color:var(--texto-oscuro);font-size:.9rem}.notifications-page .filters select:focus{outline:none;border-color:var(--color-verde-principal);box-shadow:0 0 0 2px #82a09533}.notifications-page .notifications-list h2{color:var(--texto-oscuro);margin-bottom:1rem;font-size:1.5rem}.notifications-page .notifications-list .notifications-grid{display:grid;gap:1rem;margin-bottom:2rem}.notifications-page .notifications-list .notifications-grid .notification-card{background:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 2px 10px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.notifications-page .notifications-list .notifications-grid .notification-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000026}.notifications-page .notifications-list .notifications-grid .notification-card .notification-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.notifications-page .notifications-list .notifications-grid .notification-card .notification-header h3{color:var(--texto-oscuro);margin:0;font-size:1.2rem;flex:1}.notifications-page .notifications-list .notifications-grid .notification-card .notification-header .notification-badges{display:flex;gap:.5rem;flex-wrap:wrap}.notifications-page .notifications-list .notifications-grid .notification-card .notification-header .notification-badges .status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase}.notifications-page .notifications-list .notifications-grid .notification-card .notification-header .notification-badges .status-badge.status-draft{background:#e3f2fd;color:#1976d2}.notifications-page .notifications-list .notifications-grid .notification-card .notification-header .notification-badges .status-badge.status-scheduled{background:#fff3e0;color:#f57c00}.notifications-page .notifications-list .notifications-grid .notification-card .notification-header .notification-badges .status-badge.status-sent{background:#e8f5e8;color:#2e7d32}.notifications-page .notifications-list .notifications-grid .notification-card .notification-header .notification-badges .status-badge.status-failed{background:#ffebee;color:#c62828}.notifications-page .notifications-list .notifications-grid .notification-card .notification-header .type-badge{padding:.25rem .75rem;background:var(--color-verde-principal);color:#fff;border-radius:20px;font-size:.8rem;font-weight:600}.notifications-page .notifications-list .notifications-grid .notification-card .notification-content{margin-bottom:1rem}.notifications-page .notifications-list .notifications-grid .notification-card .notification-content p{color:#7b6252;line-height:1.6;margin-bottom:1rem}.notifications-page .notifications-list .notifications-grid .notification-card .notification-content .notification-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem;font-size:.9rem;color:#7b6252}.notifications-page .notifications-list .notifications-grid .notification-card .notification-content .notification-details div{display:flex;align-items:center}.notifications-page .notifications-list .notifications-grid .notification-card .notification-content .notification-details div strong{color:var(--texto-oscuro);margin-right:.5rem}.notifications-page .notifications-list .notifications-grid .notification-card .notification-actions{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.notifications-page .notifications-list .notifications-grid .notification-card .notification-actions .btn{padding:.5rem 1rem;border:none;border-radius:var(--radius-pill);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.notifications-page .notifications-list .notifications-grid .notification-card .notification-actions .btn.btn-sm{padding:.375rem .75rem;font-size:.8rem}.notifications-page .notifications-list .notifications-grid .notification-card .notification-actions .btn.btn-primary{background:var(--btn-primary-bg);color:var(--btn-primary-text)}.notifications-page .notifications-list .notifications-grid .notification-card .notification-actions .btn.btn-primary:hover{background:var(--btn-primary-hover)}.notifications-page .notifications-list .notifications-grid .notification-card .notification-actions .btn.btn-secondary{background:var(--btn-secondary-bg);color:var(--btn-secondary-text)}.notifications-page .notifications-list .notifications-grid .notification-card .notification-actions .btn.btn-secondary:hover{background:var(--btn-secondary-hover)}.notifications-page .notifications-list .notifications-grid .notification-card .notification-actions .btn.btn-danger{background:var(--btn-action-bg);color:var(--btn-action-text)}.notifications-page .notifications-list .notifications-grid .notification-card .notification-actions .btn.btn-danger:hover{background:var(--btn-action-hover)}.notifications-page .notifications-list .notifications-grid .notification-card .notification-actions .sent-stats{display:flex;gap:1rem;font-size:.9rem;color:#7b6252;margin-left:auto}.notifications-page .notifications-list .notifications-grid .notification-card .notification-actions .scheduled-info{background:#fff3e0;border:1px solid #ffb74d;border-radius:5px;padding:.5rem;margin-bottom:.5rem;font-size:.9rem;color:#f57c00;font-weight:500}.notifications-page .notifications-list .pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem}.notifications-page .notifications-list .pagination button{padding:.5rem 1rem;border:1px solid #ddd;background:#fff;color:var(--texto-oscuro);border-radius:var(--radius-pill);cursor:pointer;transition:all .2s ease}.notifications-page .notifications-list .pagination button:hover:not(:disabled){background:var(--btn-secondary-bg);color:var(--btn-secondary-text);border-color:var(--btn-secondary-bg)}.notifications-page .notifications-list .pagination button:disabled{opacity:.5;cursor:not-allowed}.notifications-page .notifications-list .pagination span{color:#7b6252;font-weight:500}.notifications-page .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.notifications-page .modal-overlay .modal-content{background:#fff;border-radius:10px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px #0000004d}.notifications-page .modal-overlay .modal-content .modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee}.notifications-page .modal-overlay .modal-content .modal-header h2{color:var(--texto-oscuro);margin:0;font-size:1.5rem}.notifications-page .modal-overlay .modal-content .modal-header .close-btn{background:none;border:none;font-size:1.5rem;color:#7b6252;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.notifications-page .modal-overlay .modal-content .modal-header .close-btn:hover{color:var(--texto-oscuro)}.notifications-page .modal-overlay .modal-content .notification-form{padding:1.5rem}.notifications-page .modal-overlay .modal-content .notification-form .form-group{margin-bottom:1rem}.notifications-page .modal-overlay .modal-content .notification-form .form-group label{display:block;margin-bottom:.5rem;color:var(--texto-oscuro);font-weight:500}.notifications-page .modal-overlay .modal-content .notification-form .form-group label input[type=checkbox]{margin-right:.5rem}.notifications-page .modal-overlay .modal-content .notification-form .form-group input,.notifications-page .modal-overlay .modal-content .notification-form .form-group textarea,.notifications-page .modal-overlay .modal-content .notification-form .form-group select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:5px;font-size:1rem;color:var(--texto-oscuro);transition:border-color .2s ease,box-shadow .2s ease}.notifications-page .modal-overlay .modal-content .notification-form .form-group input:focus,.notifications-page .modal-overlay .modal-content .notification-form .form-group textarea:focus,.notifications-page .modal-overlay .modal-content .notification-form .form-group select:focus{outline:none;border-color:var(--color-verde-principal);box-shadow:0 0 0 2px #82a09533}.notifications-page .modal-overlay .modal-content .notification-form .form-group textarea{resize:vertical;min-height:100px}.notifications-page .modal-overlay .modal-content .notification-form .form-group small{color:#7b6252;font-size:.8rem;margin-top:.25rem;display:block}.notifications-page .modal-overlay .modal-content .notification-form .form-group .course-preview{margin-top:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.notifications-page .modal-overlay .modal-content .notification-form .form-group .course-preview .course-info{display:flex;align-items:center;gap:1rem}.notifications-page .modal-overlay .modal-content .notification-form .form-group .course-preview .course-info img{border-radius:5px;box-shadow:0 2px 4px #0000001a}.notifications-page .modal-overlay .modal-content .notification-form .form-group .course-preview .course-info div{flex:1}.notifications-page .modal-overlay .modal-content .notification-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){.notifications-page .modal-overlay .modal-content .notification-form .form-row{grid-template-columns:1fr}}.notifications-page .modal-overlay .modal-content .notification-form .form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1rem;border-top:1px solid #eee}.notifications-page .modal-overlay .modal-content .notification-form .form-actions .btn{padding:.75rem 1.5rem;border:none;border-radius:var(--radius-pill);font-weight:600;cursor:pointer;transition:all .2s ease}.notifications-page .modal-overlay .modal-content .notification-form .form-actions .btn.btn-secondary{background:transparent;color:var(--btn-outline-text);border:1px solid var(--btn-outline-border)}.notifications-page .modal-overlay .modal-content .notification-form .form-actions .btn.btn-secondary:hover{background:var(--btn-outline-hover-bg)}.notifications-page .modal-overlay .modal-content .notification-form .form-actions .btn.btn-primary{background:var(--btn-primary-bg);color:var(--btn-primary-text)}.notifications-page .modal-overlay .modal-content .notification-form .form-actions .btn.btn-primary:hover{background:var(--btn-primary-hover)}@media (max-width: 768px){.notifications-page .page-header{flex-direction:column;gap:1rem;align-items:stretch}.notifications-page .page-header h1{font-size:1.5rem;text-align:center}.notifications-page .stats-grid{grid-template-columns:1fr}.notifications-page .filters{flex-direction:column}.notifications-page .notification-card .notification-header{flex-direction:column;gap:1rem;align-items:stretch}.notifications-page .notification-card .notification-header .notification-badges{justify-content:center}.notifications-page .notification-card .notification-actions{flex-direction:column;align-items:stretch}.notifications-page .notification-card .notification-actions .sent-stats{margin-left:0;justify-content:center}.notifications-page .modal-overlay{padding:1rem}.notifications-page .modal-overlay .modal-content .form-actions{flex-direction:column}}.home-config-tab{padding:24px;background-color:var(--fondo-claro);border-radius:var(--radius-md);min-height:400px}.home-config-tab .home-config-header{margin-bottom:24px}.home-config-tab .home-config-header h2{font-family:var(--fuente-secundaria);font-size:var(--text-2xl);font-weight:500;color:var(--texto-principal);margin-bottom:8px}.home-config-tab .home-config-header .home-config-description{font-family:var(--fuente-principal);font-size:var(--text-base);color:var(--texto-apagado)}.home-config-tab .home-config-actions{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.home-config-tab .home-config-actions .add-slide-btn,.home-config-tab .home-config-actions .save-btn{display:flex;align-items:center;gap:8px;font-size:var(--text-ui);font-weight:500}.home-config-tab .home-config-loading{text-align:center;padding:40px;font-family:var(--fuente-principal);color:var(--texto-apagado)}.home-config-tab .no-slides{text-align:center;padding:40px;font-family:var(--fuente-principal);color:var(--texto-apagado);background-color:var(--blanco);border-radius:var(--radius-md);border:2px dashed var(--borde-input-suave)}.home-config-tab .slides-container{display:flex;flex-direction:column;gap:24px}.home-config-tab .slide-editor{background-color:var(--blanco);border-radius:var(--radius-md);padding:24px;border:1px solid var(--borde-input-suave);box-shadow:var(--sombra-card)}.home-config-tab .slide-editor .slide-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid var(--borde-input-suave)}.home-config-tab .slide-editor .slide-header h3{font-family:var(--fuente-secundaria);font-size:var(--heading-block);font-weight:500;color:var(--texto-principal);margin:0}.home-config-tab .slide-editor .slide-header .remove-slide-btn{display:inline-flex;align-items:center;gap:6px;font-size:var(--text-ui);font-weight:500}.home-config-tab .slide-editor .slide-header .remove-slide-btn svg{flex-shrink:0}.home-config-tab .slide-editor .slide-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.home-config-tab .slide-editor .slide-fields .form-group{display:flex;flex-direction:column;gap:8px}.home-config-tab .slide-editor .slide-fields .form-group label{font-family:var(--fuente-principal);font-size:var(--text-xs);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--texto-apagado)}.home-config-tab .slide-editor .slide-fields .form-group input,.home-config-tab .slide-editor .slide-fields .form-group textarea{font-family:var(--fuente-principal);font-size:var(--text-base);padding:10px 12px;border:1px solid var(--borde-input-suave);border-radius:var(--radius-sm);color:var(--texto-principal);background-color:var(--blanco);transition:border-color .2s}.home-config-tab .slide-editor .slide-fields .form-group input:focus,.home-config-tab .slide-editor .slide-fields .form-group textarea:focus{outline:none;border-color:var(--color-verde-profundo)}.home-config-tab .slide-editor .slide-fields .form-group input::placeholder,.home-config-tab .slide-editor .slide-fields .form-group textarea::placeholder{color:var(--texto-apagado)}.home-config-tab .slide-editor .slide-fields .form-group textarea{resize:vertical;min-height:60px}.home-config-tab .slide-editor .slide-fields .form-group .file-input-container{display:flex;align-items:center;gap:1rem;margin-bottom:12px}.home-config-tab .slide-editor .slide-fields .form-group .file-input-container .file-input-btn{background:var(--btn-primary-bg);color:var(--btn-primary-text);border:none;padding:.625rem 1.25rem;border-radius:var(--radius-pill);font-family:var(--fuente-principal);font-weight:500;font-size:var(--text-ui);cursor:pointer;transition:background-color .2s ease;min-width:120px}.home-config-tab .slide-editor .slide-fields .form-group .file-input-container .file-input-btn:hover{background:var(--btn-primary-hover)}.home-config-tab .slide-editor .slide-fields .form-group .image-preview-container{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin-top:12px}.home-config-tab .slide-editor .slide-fields .form-group .image-preview-container .image-preview{max-width:300px;max-height:200px;border-radius:var(--borde-radio, 4px);border:2px solid var(--borde-input-suave);object-fit:cover}.home-config-tab .slide-editor .slide-fields .form-group .image-preview-container .remove-image-btn{background:var(--btn-action-bg);color:var(--btn-action-text);border:none;padding:.5rem 1rem;border-radius:var(--radius-pill);font-family:var(--fuente-principal);font-weight:500;font-size:var(--text-ui);cursor:pointer;transition:background-color .2s ease}.home-config-tab .slide-editor .slide-fields .form-group .image-preview-container .remove-image-btn:hover{background:var(--btn-action-hover)}@media (max-width: 768px){.home-config-tab{padding:16px;min-width:0;box-sizing:border-box}.home-config-tab .home-config-header h2{font-size:clamp(1.25rem,5vw,var(--text-2xl));word-break:break-word}.home-config-tab .home-config-actions{flex-direction:column;align-items:stretch}.home-config-tab .home-config-actions .add-slide-btn,.home-config-tab .home-config-actions .save-btn{width:100%;justify-content:center}.home-config-tab .slide-editor{padding:16px;min-width:0;overflow-x:hidden}.home-config-tab .slide-editor .slide-header{flex-wrap:wrap;gap:10px;align-items:flex-start}.home-config-tab .slide-editor .slide-header h3{flex:1 1 auto;min-width:0}.home-config-tab .slide-editor .slide-header .remove-slide-btn{margin-left:auto}.home-config-tab .slide-editor .slide-fields{grid-template-columns:1fr}.home-config-tab .slide-editor .slide-fields .form-group{min-width:0}.home-config-tab .slide-editor .slide-fields .form-group .file-input-container{width:100%;flex-wrap:wrap;align-items:stretch;gap:.75rem;margin-bottom:8px}.home-config-tab .slide-editor .slide-fields .form-group .file-input-btn{width:100%;max-width:100%;min-width:0!important;box-sizing:border-box}.home-config-tab .slide-editor .slide-fields .form-group .image-preview-container{width:100%;max-width:100%}.home-config-tab .slide-editor .slide-fields .form-group .image-preview-container .image-preview{max-width:100%;width:100%;height:auto}.home-config-tab .slide-editor .slide-fields .form-group .image-preview-container .remove-image-btn{width:100%;max-width:280px;box-sizing:border-box}}.config-page{min-height:100vh;padding:2rem;background-color:var(--fondo-claro);box-sizing:border-box}.config-page .config-container{max-width:1400px;margin:0 auto;background:var(--fondo-claro);border-radius:var(--radius-md);padding:1rem;min-width:0;width:100%;box-sizing:border-box}.config-page .config-container h1{font-family:var(--fuente-secundaria);font-size:2rem;font-weight:500;color:var(--texto-principal);margin-bottom:2rem;line-height:1.25;padding-inline:2px}.config-page .config-container .config-tabs-wrapper{min-width:0;width:100%}.config-page .config-container .config-tabs-wrapper .admin-tabs{border-bottom:2px solid var(--verde-claro);width:100%;max-width:100%;box-sizing:border-box}.config-page .config-container .config-tabs-wrapper .admin-tabs .MuiTabs-scroller{overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch}.config-page .config-container .config-tabs-wrapper .admin-tabs .MuiTabs-flexContainer{justify-content:flex-start!important;gap:.5rem}.config-page .config-container .config-tabs-wrapper .tab-content{padding:1rem 0;min-width:0;overflow-x:hidden}@media (max-width: 768px){.config-page{padding:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px))}.config-page .config-container{padding:.75rem}.config-page .config-container h1{font-size:clamp(1.25rem,5vw,1.5rem);margin-bottom:1rem}.config-page .config-container .config-tabs-wrapper{margin-inline:-2px}.config-page .config-container .config-tabs-wrapper .admin-tabs{margin-inline:-4px;padding-inline:4px}.config-page .config-container .config-tabs-wrapper .admin-tabs .MuiTabs-scroller{scrollbar-width:thin}.config-page .config-container .config-tabs-wrapper .admin-tabs .MuiTabs-scroller::-webkit-scrollbar{height:4px}.config-page .config-container .config-tabs-wrapper .admin-tabs .MuiTabs-scroller::-webkit-scrollbar-thumb{background:var(--color-verde-principal);border-radius:2px}.config-page .config-container .config-tabs-wrapper .admin-tabs .MuiTabs-flexContainer{gap:.35rem}.config-page .config-container .config-tabs-wrapper .tab-content{padding:.5rem 0}}.config-page .admin-tabs :global(.Mui-selected){color:var(--color-verde-principal)!important;background-color:#82a0951a!important;border-radius:8px 8px 0 0;position:relative}.config-page .admin-tabs :global(.Mui-selected):after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:3px;background-color:var(--color-verde-principal)}.config-page .admin-tabs :global(.MuiTab-root){min-width:auto!important;padding:.75rem 1rem!important;font-size:1rem!important;text-transform:uppercase!important;font-weight:600!important;color:#4a4a4a!important;transition:all .3s ease!important;white-space:nowrap!important;flex-shrink:0!important}.config-page .admin-tabs :global(.MuiTab-root):hover{background-color:#82a0950d!important;color:var(--color-verde-principal)!important}@media (max-width: 768px){.config-page .admin-tabs :global(.MuiTab-root){padding:.6rem .75rem!important;font-size:.8rem!important;letter-spacing:.02em}.config-page .admin-tabs :global(.Mui-selected):after{height:2px}}.course-packs-page{text-align:center;margin:0;padding:0;background-color:var(--fondo-claro);min-height:80vh;margin-bottom:2rem}.course-packs-page .course-packs-content{max-width:1200px;margin:0 auto;padding:2rem}.course-packs-page .course-packs-content .admin-actions{margin:2rem 0;display:flex;justify-content:flex-end}.course-packs-page .course-packs-content .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;min-height:300px}.course-packs-page .course-packs-content .loading-container .loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid var(--color-verde-principal);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.course-packs-page .course-packs-content .loading-container .loading-text{font-family:var(--fuente-principal);font-size:1.1rem;color:#7b6252;margin:0;font-weight:500}.course-packs-page .course-packs-content .no-packs{text-align:center;padding:3rem 1rem;margin:2rem auto;max-width:600px}.course-packs-page .course-packs-content .no-packs p{font-size:1.1rem;color:var(--texto-gris);margin:0 0 1.5rem;font-family:var(--fuente-principal)}.course-packs-page .course-packs-content .packs-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:2rem;margin-bottom:2rem;justify-items:stretch;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 .75rem}@media (max-width: 768px){.course-packs-page{padding-top:0}.course-packs-page .course-packs-content{padding:1rem}.course-packs-page .course-packs-content .loading-container{padding:2rem 1rem;min-height:200px}.course-packs-page .course-packs-content .loading-container .loading-spinner{width:40px;height:40px;border-width:3px}.course-packs-page .course-packs-content .loading-container .loading-text{font-size:1rem}.course-packs-page .course-packs-content .packs-grid{grid-template-columns:1fr;gap:1.5rem}}.course-pack-form{min-height:100vh;background-color:var(--fondo-claro);font-family:var(--fuente-principal)}.course-pack-form .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;min-height:300px}.course-pack-form .loading-container .loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid var(--color-verde-principal);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.course-pack-form .loading-container .loading-text{font-family:var(--fuente-principal);font-size:1.1rem;color:#7b6252;margin:0;font-weight:500}.course-pack-form .form-content{max-width:90%;margin:0 auto;padding:2rem;font-family:var(--fuente-principal);width:100%;box-sizing:border-box}.course-pack-form .form-content .pack-form{background:#fff;border-radius:var(--borde-radio);box-shadow:0 2px 8px #00000014;padding:24px;width:100%;box-sizing:border-box;margin:32px auto}.course-pack-form .form-content .pack-form .form-section{padding:1rem}.course-pack-form .form-content .pack-form .form-section label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--texto-gris);font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;font-family:var(--fuente-principal)}.course-pack-form .form-content .pack-form .form-section input[type=text],.course-pack-form .form-content .pack-form .form-section input[type=number],.course-pack-form .form-content .pack-form .form-section input[type=url],.course-pack-form .form-content .pack-form .form-section textarea{width:100%;padding:.8rem;border:2px solid #e0e0e0;border-radius:var(--borde-radio);font-size:1rem;font-family:var(--fuente-principal);transition:border-color .3s ease;box-sizing:border-box}.course-pack-form .form-content .pack-form .form-section input[type=text]:focus,.course-pack-form .form-content .pack-form .form-section input[type=number]:focus,.course-pack-form .form-content .pack-form .form-section input[type=url]:focus,.course-pack-form .form-content .pack-form .form-section textarea:focus{outline:none;border-color:var(--color-verde-principal)}.course-pack-form .form-content .pack-form .form-section textarea{resize:vertical;min-height:100px}.course-pack-form .form-content .pack-form .form-section .error{color:var(--rojo);font-size:.875rem;margin-top:.25rem;font-family:var(--fuente-principal)}.course-pack-form .form-content .pack-form .form-section .image-upload-container{display:flex;flex-direction:column;gap:1rem}.course-pack-form .form-content .pack-form .form-section .file-input-container{display:flex;align-items:center;gap:1rem}.course-pack-form .form-content .pack-form .form-section .file-input-btn{background:var(--color-verde-principal);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:var(--borde-radio);font-family:var(--fuente-principal);font-weight:600;font-size:.9rem;cursor:pointer;transition:background-color .3s ease;min-width:120px}.course-pack-form .form-content .pack-form .form-section .file-input-btn:hover{background:var(--color-verde-profundo)}.course-pack-form .form-content .pack-form .form-section .image-preview-container{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.course-pack-form .form-content .pack-form .form-section .image-preview{max-width:300px;max-height:200px;margin-top:1rem;border-radius:var(--borde-radio);border:2px solid #e0e0e0;object-fit:cover}.course-pack-form .form-content .pack-form .form-section .remove-image-btn{background:var(--rojo);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-family:var(--fuente-principal);font-weight:600;font-size:.8rem;cursor:pointer;transition:background-color .3s ease}.course-pack-form .form-content .pack-form .form-section .remove-image-btn:hover{background:#c82333}.course-pack-form .form-content .pack-form .form-section .course-selector-controls{margin-bottom:1rem;display:flex;flex-direction:column;gap:1rem}.course-pack-form .form-content .pack-form .form-section .course-selector-controls .search-input-container{width:100%}.course-pack-form .form-content .pack-form .form-section .course-selector-controls .search-input-container .course-search-input{width:100%;padding:.8rem;border:2px solid #e0e0e0;border-radius:var(--borde-radio);font-size:1rem;font-family:var(--fuente-principal);transition:border-color .3s ease;box-sizing:border-box}.course-pack-form .form-content .pack-form .form-section .course-selector-controls .search-input-container .course-search-input:focus{outline:none;border-color:var(--color-verde-principal)}.course-pack-form .form-content .pack-form .form-section .course-selector-controls .filter-checkboxes{display:flex;gap:1rem;flex-wrap:wrap}.course-pack-form .form-content .pack-form .form-section .course-selector-controls .filter-checkboxes .filter-checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-family:var(--fuente-principal);font-size:.9rem;color:var(--texto-gris)}.course-pack-form .form-content .pack-form .form-section .course-selector-controls .filter-checkboxes .filter-checkbox-label input[type=radio]{cursor:pointer;accent-color:var(--color-verde-principal)}.course-pack-form .form-content .pack-form .form-section .course-selector-controls .filter-checkboxes .filter-checkbox-label span{-webkit-user-select:none;user-select:none}.course-pack-form .form-content .pack-form .form-section .courses-selector{max-height:400px;overflow-y:auto;border:2px solid #e0e0e0;border-radius:var(--borde-radio);padding:1rem;background:#fff}.course-pack-form .form-content .pack-form .form-section .courses-selector .no-courses-found{text-align:center;padding:2rem;color:var(--texto-gris);font-family:var(--fuente-principal);font-size:.9rem}.course-pack-form .form-content .pack-form .form-section .courses-selector .course-option{display:flex;align-items:center;padding:.75rem;margin-bottom:.5rem;border:2px solid #e0e0e0;border-radius:var(--borde-radio);cursor:pointer;transition:all .3s ease;background:#fff}.course-pack-form .form-content .pack-form .form-section .courses-selector .course-option:hover,.course-pack-form .form-content .pack-form .form-section .courses-selector .course-option.selected{background-color:#f0f5f3;border-color:var(--color-verde-principal)}.course-pack-form .form-content .pack-form .form-section .courses-selector .course-option input[type=checkbox]{margin-right:1rem;width:20px;height:20px;cursor:pointer;accent-color:var(--color-verde-principal)}.course-pack-form .form-content .pack-form .form-section .courses-selector .course-option .course-info{flex:1;display:flex;justify-content:space-between;align-items:center}.course-pack-form .form-content .pack-form .form-section .courses-selector .course-option .course-info strong{color:var(--texto-oscuro);font-family:var(--fuente-principal)}.course-pack-form .form-content .pack-form .form-section .courses-selector .course-option .course-info span{color:var(--texto-gris);font-size:.9rem;font-family:var(--fuente-principal)}.course-pack-form .form-content .pack-form .form-section .selected-count{margin-top:.5rem;color:var(--texto-gris);font-size:.9rem;font-family:var(--fuente-principal)}.course-pack-form .form-content .pack-form .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.course-pack-form .form-content .pack-form .form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:2px solid #e0e0e0}@media (max-width: 768px){.course-pack-form .form-content{padding:1rem}.course-pack-form .form-content .pack-form{padding:1.5rem;margin:1rem auto}.course-pack-form .form-content .pack-form .form-row{grid-template-columns:1fr}.course-pack-form .form-content .pack-form .form-actions{flex-direction:column-reverse}.course-pack-form .form-content .pack-form .form-actions button{width:100%}}.course-detail-container{min-height:100vh;background-color:var(--fondo-claro);padding:2rem 0}.course-detail-content{max-width:1400px;margin:0 auto;padding:0 2rem}.course-product-layout{display:grid;grid-template-columns:1fr 400px;gap:2rem;background:transparent;border-radius:0;box-shadow:none;overflow:visible;min-height:80vh}.image-carousel{position:relative;background:#ffffff1a;border-radius:12px;overflow:hidden;min-height:80vh;display:flex;flex-direction:column;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.image-carousel .main-image-container{position:relative;display:flex;align-items:center;justify-content:center;height:70vh;flex-shrink:0}.image-carousel .main-image-container .main-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.image-carousel .main-image-container .main-image img{width:100%;height:100%;object-fit:cover}.image-carousel .main-image-container .carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 4px 12px #00000026;color:#2c3e50}.image-carousel .main-image-container .carousel-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 16px #0003}.image-carousel .main-image-container .carousel-arrow:active{transform:translateY(-50%) scale(.95)}.image-carousel .main-image-container .carousel-arrow svg{width:20px;height:20px}.image-carousel .main-image-container .carousel-arrow-left{left:16px}.image-carousel .main-image-container .carousel-arrow-right{right:16px}.image-carousel .thumbnail-container{background:#ffffff1a;padding:1rem;border-top:1px solid #e9ecef;max-height:120px;overflow:hidden}.image-carousel .thumbnail-container .thumbnail-list{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem;justify-content:center}.image-carousel .thumbnail-container .thumbnail-list::-webkit-scrollbar{height:4px}.image-carousel .thumbnail-container .thumbnail-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.image-carousel .thumbnail-container .thumbnail-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.image-carousel .thumbnail-container .thumbnail-list .thumbnail-item{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.image-carousel .thumbnail-container .thumbnail-list .thumbnail-item:hover{transform:scale(1.05);border-color:#007bff}.image-carousel .thumbnail-container .thumbnail-list .thumbnail-item.active{border-color:#28a745;box-shadow:0 4px 12px #28a7454d}.image-carousel .thumbnail-container .thumbnail-list .thumbnail-item img{width:100%;height:100%;object-fit:cover}.course-info{background:#ffffff1a;border-radius:12px;padding:2rem;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.course-info .course-details{display:flex;flex-direction:column;gap:1.5rem;height:100%}.course-info .course-details .course-title{font-size:1.8rem;font-weight:700;color:#2c3e50;line-height:1.3;margin:0}.course-info .course-details .course-tags{display:flex;flex-wrap:wrap;gap:.5rem}.course-info .course-details .course-tags .course-tag{display:inline-block;background:var(--color-verde-principal);color:#fff;padding:.35rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500;transition:all .2s ease}.course-info .course-details .course-tags .course-tag:hover{background:#6d8a7f;transform:translateY(-1px)}.course-info .course-details .course-purchased{background:#d4edda;color:#155724;padding:.75rem 1rem;border-radius:8px;font-weight:600;text-align:center;border:1px solid #c3e6cb}.course-info .course-details .course-pricing .price-section{display:flex;flex-direction:column;gap:.5rem}.course-info .course-details .course-pricing .price-section .original-price{font-size:1rem;color:#6c757d;text-decoration:line-through}.course-info .course-details .course-pricing .price-section .current-price{font-size:1.5rem;font-weight:700;color:#2c3e50}.course-info .course-details .course-pricing .price-separator{height:1px;background:#e9ecef;margin:1rem 0}.course-info .course-details .course-description{flex:1;display:flex;flex-direction:column}.course-info .course-details .course-description p{color:#6c757d;line-height:1.6;margin:0;flex:1;text-align:justify;text-wrap:pretty}.course-info .course-details .course-chapter-outline{margin-top:.25rem;padding-top:1.25rem;border-top:1px solid rgba(0,0,0,.08)}.course-info .course-details .course-chapter-outline__title{font-size:1.05rem;font-weight:700;color:#2c3e50;margin:0 0 .75rem;font-family:inherit}.course-info .course-details .course-chapter-outline__list{margin:0;padding-left:1.25rem;color:#495057;font-size:.95rem;line-height:1.5}.course-info .course-details .course-chapter-outline__item{margin-bottom:.45rem;padding-left:.15rem}.course-info .course-details .course-chapter-outline__item::marker{color:var(--color-verde-principal);font-weight:600}.course-info .course-details .course-chapter-outline__name{color:#495057}.course-info .course-details .course-actions{margin-top:auto}.course-info .course-details .course-actions .course-action-button{width:100%;padding:.75rem 1rem;font-size:.9rem}.course-full-content{margin-top:2rem;background:#ffffff1a;border-radius:12px;box-shadow:none;padding:2rem;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.course-full-content h3{font-size:1.5rem;font-weight:700;color:#2c3e50;margin:0 0 1.5rem;text-align:center}.course-full-content .course-content-body .course-html-content{color:#495057;line-height:1.6;font-size:1rem;text-align:justify;text-wrap:pretty}.course-full-content .course-content-body .course-html-content h1,.course-full-content .course-content-body .course-html-content h2,.course-full-content .course-content-body .course-html-content h3,.course-full-content .course-content-body .course-html-content h4,.course-full-content .course-content-body .course-html-content h5,.course-full-content .course-content-body .course-html-content h6{color:#2c3e50;margin-top:1.5rem;margin-bottom:1rem;font-weight:600;text-align:center}.course-full-content .course-content-body .course-html-content h1{font-size:1.4em}.course-full-content .course-content-body .course-html-content h2{font-size:1.25em}.course-full-content .course-content-body .course-html-content h3{font-size:1.15em}.course-full-content .course-content-body .course-html-content h4{font-size:1.08em}.course-full-content .course-content-body .course-html-content h5{font-size:1em}.course-full-content .course-content-body .course-html-content h6{font-size:.95em}.course-full-content .course-content-body .course-html-content p{margin-bottom:1rem}.course-full-content .course-content-body .course-html-content img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0;box-shadow:0 4px 8px #0000001a}.course-full-content .course-content-body .course-html-content ul,.course-full-content .course-content-body .course-html-content ol{margin:1rem 0;padding-left:2rem}.course-full-content .course-content-body .course-html-content li{margin-bottom:.5rem}.related-courses{margin-top:3rem}.related-courses h2{margin-bottom:2rem}@media (max-width: 1200px){.course-product-layout{grid-template-columns:1fr 350px;gap:1.5rem}.course-info{padding:1.5rem}.course-info .course-details .course-title{font-size:1.6rem}.course-info .course-details .course-pricing .current-price{font-size:1.3rem}}@media (max-width: 1024px){.course-product-layout{grid-template-columns:1fr 300px;gap:1rem}.course-info{padding:1.25rem}.course-info .course-details{gap:1.25rem}.course-info .course-details .course-title{font-size:1.5rem}}@media (max-width: 768px){.course-detail-container{padding-top:1rem}.course-detail-content{padding:0 1rem}.course-product-layout{grid-template-columns:1fr;gap:1rem;min-height:auto}.image-carousel{order:1;border-right:none;border-bottom:1px solid rgba(255,255,255,.2);min-height:50vh}.image-carousel .main-image-container{height:50vh}.image-carousel .main-image-container .carousel-arrow{width:40px;height:40px}.image-carousel .main-image-container .carousel-arrow svg{width:16px;height:16px}.image-carousel .main-image-container .carousel-arrow-left{left:12px}.image-carousel .main-image-container .carousel-arrow-right{right:12px}.image-carousel .thumbnail-container{max-height:100px;padding:.75rem}.image-carousel .thumbnail-container .thumbnail-list .thumbnail-item{width:60px;height:60px}.course-info{order:2;border-left:none;border-top:1px solid rgba(255,255,255,.2);padding:1.5rem}.course-info .course-details{gap:1rem}.course-info .course-details .course-title{font-size:1.4rem}.course-full-content{margin-top:1.5rem;padding:1.5rem}.course-full-content h3{font-size:1.3rem}.related-courses{margin-top:2rem}}@media (max-width: 480px){.course-detail-content{padding:0 .5rem}.course-product-layout{border-radius:12px;margin:.5rem 0}.image-carousel{min-height:40vh}.image-carousel .main-image-container{height:40vh}.image-carousel .main-image-container .carousel-arrow{width:36px;height:36px}.image-carousel .main-image-container .carousel-arrow svg{width:14px;height:14px}.image-carousel .main-image-container .carousel-arrow-left{left:8px}.image-carousel .main-image-container .carousel-arrow-right{right:8px}.image-carousel .thumbnail-container{max-height:80px;padding:.5rem}.image-carousel .thumbnail-container .thumbnail-list .thumbnail-item{width:50px;height:50px}.course-info{padding:1rem}.course-info .course-details{gap:.75rem}.course-info .course-details .course-title,.course-info .course-details .course-pricing .current-price{font-size:1.2rem}.course-info .course-details .course-content h3{font-size:1.1rem}.course-info .course-details .course-content .course-content-body{max-height:200px;padding:.75rem}.course-info .course-details .course-content .course-content-body .course-html-content{font-size:.9rem}.course-info .course-details .course-content .course-content-body .course-html-content h1{font-size:1.4em}.course-info .course-details .course-content .course-content-body .course-html-content h2{font-size:1.25em}.course-info .course-details .course-content .course-content-body .course-html-content h3{font-size:1.15em}.course-info .course-details .course-content .course-content-body .course-html-content h4{font-size:1.08em}.course-info .course-details .course-content .course-content-body .course-html-content h5{font-size:1em}.course-info .course-details .course-content .course-content-body .course-html-content h6{font-size:.95em}.course-info .course-details .course-actions .course-action-button{padding:.6rem .8rem;font-size:.8rem}.course-full-content{margin-top:1rem;padding:1rem}.course-full-content h3{font-size:1.2rem}.course-full-content .course-content-body .course-html-content{font-size:.9rem}.course-full-content .course-content-body .course-html-content h1{font-size:1.4em}.course-full-content .course-content-body .course-html-content h2{font-size:1.25em}.course-full-content .course-content-body .course-html-content h3{font-size:1.15em}.course-full-content .course-content-body .course-html-content h4{font-size:1.08em}.course-full-content .course-content-body .course-html-content h5{font-size:1em}.course-full-content .course-content-body .course-html-content h6{font-size:.95em}}.pack-courses-info{margin:1.5rem 0;padding:1rem;background:#f8f9fa;border-radius:var(--borde-radio);border:1px solid #e0e0e0}.pack-courses-info .pack-courses-count{font-weight:600;color:var(--texto-oscuro);margin-bottom:.75rem;font-family:var(--fuente-principal)}.pack-courses-info .pack-courses-list{list-style:none;padding:0;margin:0}.pack-courses-info .pack-courses-list li{padding:.5rem 0;color:var(--texto-gris);font-family:var(--fuente-principal);border-bottom:1px solid #e0e0e0}.pack-courses-info .pack-courses-list li:last-child{border-bottom:none}.pack-courses-info .pack-courses-list li:before{content:"✓ ";color:var(--color-verde-principal);font-weight:700;margin-right:.5rem}.sc{width:100%;max-width:440px;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 40px #0000001f;margin:0 auto}@media (min-width: 768px){.sc{max-width:900px}}.sc__muestra-layout{display:flex;flex-direction:column;gap:10px}@media (min-width: 768px){.sc__muestra-layout{flex-direction:row;align-items:stretch;gap:24px}}.sc__muestra-inputs{display:flex;flex-direction:column;gap:10px}@media (min-width: 768px){.sc__muestra-inputs{flex:0 0 220px;justify-content:center}}.sc__header{background:#6d8874;padding:20px 20px 18px;position:relative;overflow:hidden}.sc__header:after{content:"";position:absolute;right:-40px;top:-40px;width:160px;height:160px;border-radius:50%;background:#ffffff0f;pointer-events:none}.sc__header-top{display:flex;align-items:flex-start;justify-content:space-between}.sc__brand{font-size:9px;letter-spacing:2.5px;text-transform:uppercase;color:#d4af80;margin-bottom:5px;font-family:var(--fuente-principal)}.sc__title{font-family:var(--fuente-secundaria);font-size:20px;color:#fff;line-height:1.2;font-weight:600;margin:0}.sc__title em{font-style:italic}.sc__info-btn{width:28px;height:28px;border-radius:50%;background:#ffffff26;border:1px solid rgba(255,255,255,.25);color:#fff;font-size:13px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;font-family:var(--fuente-principal);transition:background .2s;position:relative;z-index:1}.sc__info-btn:hover{background:#ffffff47}.sc__color-bar{height:3px;background:linear-gradient(90deg,#a8c3a3,#6d8874,#d4af80);margin-top:16px;border-radius:2px}.sc__body{padding:20px}@media (min-width: 768px){.sc__body{padding:28px 36px}}.sc__sec-lbl{font-size:9px;letter-spacing:2px;text-transform:uppercase;color:#6d8874;font-weight:600;margin-bottom:10px;display:flex;align-items:center;gap:6px;font-family:var(--fuente-principal)}.sc__sec-lbl:after{content:"";flex:1;height:1px;background:#6d887433}.sc__divider{height:1px;background:#0000000f;margin:18px 0}.sc__input-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media (min-width: 768px){.sc__input-grid{grid-template-columns:1fr 1fr;gap:16px}}.sc__input-group{display:flex;flex-direction:column;gap:5px}.sc__label{font-size:10.5px;font-weight:600;letter-spacing:.2px;color:#4a4a4ab3;display:flex;align-items:center;gap:5px;font-family:var(--fuente-principal)}.sc__tag{background:#e8ccbd;border-radius:100px;padding:1px 7px;font-size:9px;letter-spacing:.5px;color:#4a4a4a}.sc__tag--v{background:#d4af8040;color:#8c6a5d}.sc__iw{display:flex;align-items:center;background:#f3e5d8;border:1.5px solid transparent;border-radius:10px;transition:border-color .2s,background .2s;overflow:hidden}.sc__iw:focus-within{border-color:#6d8874;background:#fff}.sc__input{flex:1;border:none;background:transparent;padding:9px 0 9px 12px;font-size:16px;font-family:var(--fuente-principal);font-weight:600;color:#4a4a4a;outline:none;width:100%;min-width:0;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.sc__input::placeholder{opacity:.28;font-weight:400;font-size:13px}.sc__input::-webkit-outer-spin-button,.sc__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.sc__unit{padding:0 8px 0 2px;font-size:10px;font-weight:500;color:#4a4a4a61;white-space:nowrap;font-family:var(--fuente-principal)}.sc__stpr{display:flex;flex-direction:column;border-left:1px solid rgba(0,0,0,.07)}.sc__stpr button{width:26px;height:19px;border:none;background:transparent;font-size:10px;cursor:pointer;color:#4a4a4a;opacity:.4;transition:opacity .15s,background .15s,color .15s;line-height:1;display:flex;align-items:center;justify-content:center;font-family:var(--fuente-principal)}.sc__stpr button:hover{opacity:1;background:#6d88741f;color:#6d8874}.sc__sample-visual{background:#fff;border-radius:10px;padding:10px;margin-top:0;display:flex;gap:40px;align-items:center}@media (min-width: 768px){.sc__sample-visual{flex:1;padding:16px 20px;gap:40px;align-items:center}}.sc__grid-wrap{position:relative;width:72px;height:72px;flex-shrink:0}@media (min-width: 768px){.sc__grid-wrap{width:96px;height:96px}}.sc__canvas{width:72px;height:72px;border-radius:6px}@media (min-width: 768px){.sc__canvas{width:96px;height:96px}}.sc__grid-lbl-h{position:absolute;bottom:-16px;left:0;right:0;text-align:center;font-size:8.5px;color:#6d8874;font-weight:600;white-space:nowrap;font-family:var(--fuente-principal)}.sc__grid-lbl-v{position:absolute;right:-24px;top:50%;transform:translateY(-50%) rotate(90deg);font-size:8.5px;color:#8c6a5d;font-weight:600;white-space:nowrap;font-family:var(--fuente-principal)}.sc__sample-desc{font-size:11px;line-height:1.65;color:#4a4a4ab3;flex:1;margin:0;font-family:var(--fuente-principal)}.sc__sample-desc strong{color:#6d8874;opacity:1}@media (min-width: 768px){.sc__sample-desc{font-size:12.5px}}.sc__error{font-size:12px;color:#d54848;margin:10px 0 0;font-family:var(--fuente-principal)}.sc__calc-btn{width:100%;background:var(--btn-primary-bg);color:var(--btn-primary-text);border:none;border-radius:var(--radius-pill);padding:13px;font-size:13px;font-weight:700;cursor:pointer;font-family:var(--fuente-principal);transition:background .2s,transform .1s;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:18px;letter-spacing:.3px}.sc__calc-btn svg{width:16px;height:16px;stroke:var(--btn-primary-text);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.sc__calc-btn:hover{background:var(--btn-primary-hover)}.sc__calc-btn:active{transform:scale(.98)}.sc__result{margin-top:16px;animation:sc-slideup .3s ease}@keyframes sc-slideup{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.sc__result-cards{display:grid;gap:10px;margin-bottom:12px}@media (min-width: 768px){.sc__result-cards{grid-template-columns:1fr 1fr!important;gap:16px}}.sc__rc{border-radius:12px;padding:14px;text-align:center}.sc__rc--pts{background:#6d8874}.sc__rc--pts .sc__rc-lbl{color:#ffffffb3}.sc__rc--pts .sc__rc-val{color:#fff}.sc__rc--pts .sc__rc-unit{color:#fff9}.sc__rc--pts .sc__rc-dim{color:#ffffffd9}.sc__rc--vts{background:#d4af80}.sc__rc--vts .sc__rc-lbl{color:#4a4a4a99}.sc__rc--vts .sc__rc-val{color:#4a4a4a}.sc__rc--vts .sc__rc-unit{color:#4a4a4a8c}.sc__rc--vts .sc__rc-dim{color:#4a4a4abf}.sc__rc-lbl{font-size:8.5px;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:6px;font-family:var(--fuente-principal)}.sc__rc-val{font-family:var(--fuente-secundaria);font-size:40px;font-weight:600;line-height:1}@media (min-width: 768px){.sc__rc-val{font-size:52px}}.sc__rc-unit{font-size:10px;margin-top:3px;font-family:var(--fuente-principal)}.sc__rc-dim{font-size:9.5px;margin-top:5px;font-weight:600;font-family:var(--fuente-principal)}.sc__note{background:#a8c3a326;border-left:3px solid #a8c3a3;border-radius:0 8px 8px 0;padding:10px 12px;font-size:11px;line-height:1.7;margin-bottom:8px;font-family:var(--fuente-principal)}.sc__note strong{color:#6d8874}.sc__note--warn{background:#d4af802e;border-color:#d4af80}.sc__note--warn strong{color:#8c6a5d}.sc__reset-row{display:flex;justify-content:center;margin-top:10px}.sc__reset-btn{background:none;border:none;font-family:var(--fuente-principal);font-size:11px;color:#4a4a4a;opacity:.38;cursor:pointer;padding:4px 8px;transition:opacity .15s,color .15s}.sc__reset-btn:hover{opacity:.8;color:#d54848}.sc__modal-ov{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:10000;display:flex;align-items:flex-end;justify-content:center;animation:sc-fadein .2s ease}@media (min-width: 768px){.sc__modal-ov{align-items:center;padding:24px}}@keyframes sc-fadein{0%{opacity:0}to{opacity:1}}.sc__modal{background:#fff;border-radius:20px 20px 0 0;padding:28px 24px 40px;width:100%;max-width:480px;animation:sc-slideup .25s ease;max-height:85vh;overflow-y:auto}@media (min-width: 768px){.sc__modal{border-radius:20px;max-height:90vh;animation:sc-pop .22s ease}}@keyframes sc-pop{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.sc__modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.sc__modal-head h3{font-family:var(--fuente-secundaria);font-size:21px;margin:0}.sc__modal-close{width:30px;height:30px;border-radius:50%;background:#e8ccbd;border:none;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.6;transition:opacity .15s}.sc__modal-close:hover{opacity:1}.sc__modal-sub{font-size:12px;opacity:.55;margin-bottom:20px;font-family:var(--fuente-principal)}.sc__formula-box{background:#f3e5d8;border-radius:10px;padding:14px 16px;margin-bottom:16px;font-family:var(--fuente-secundaria);font-style:italic;font-size:13px;line-height:2;color:#4a4a4a}.sc__step-list{display:flex;flex-direction:column;gap:12px;margin-bottom:18px}.sc__step-li{display:flex;gap:10px;align-items:flex-start}.sc__step-li p{font-size:12px;line-height:1.7;color:#4a4a4acc;margin:0;font-family:var(--fuente-principal)}.sc__step-li p strong{color:#4a4a4a;opacity:1}.sc__step-num{width:24px;height:24px;border-radius:50%;background:#6d8874;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;font-family:var(--fuente-principal)}.sc__step-num--gold{background:#d4af80;color:#4a4a4a}.sc__example-box{background:#e8ccbd;border-radius:10px;padding:14px 16px;font-size:11.5px;line-height:1.8;font-family:var(--fuente-principal)}.sc__example-box strong{color:#6d8874}@media (min-width: 768px){.sc__brand{font-size:11px}.sc__title{font-size:24px}.sc__sec-lbl{font-size:11px;letter-spacing:2.5px;margin-bottom:14px}.sc__label{font-size:13px}.sc__tag{font-size:11px;padding:2px 9px}.sc__input{font-size:18px;padding:11px 0 11px 14px}.sc__unit{font-size:12px;padding:0 10px 0 4px}.sc__stpr button{font-size:12px;width:30px;height:22px}.sc__grid-lbl-h,.sc__grid-lbl-v{font-size:11px}.sc__sample-desc{font-size:16px}.sc__calc-btn{font-size:15px;padding:15px}.sc__rc-lbl{font-size:11px;letter-spacing:2px;margin-bottom:8px}.sc__rc-unit{font-size:13px;margin-top:5px}.sc__rc-dim{font-size:12px;margin-top:7px}.sc__note{font-size:13px;padding:12px 16px}.sc__reset-btn{font-size:13px}.sc__error,.sc__modal-sub{font-size:14px}.sc__formula-box{font-size:15px}.sc__step-li p{font-size:14px}.sc__example-box{font-size:13.5px}}.pc{width:100%;max-width:440px;margin:0 auto;background:var(--blanco);border-radius:20px;overflow:hidden;box-shadow:0 8px 40px #0000001f;font-family:var(--fuente-principal);color:var(--texto-gris)}@media (min-width: 768px){.pc{max-width:900px}}.pc__header{background:var(--verde-oscuro);padding:20px 20px 18px;position:relative;overflow:hidden}.pc__header:after{content:"";position:absolute;right:-40px;top:-40px;width:160px;height:160px;border-radius:50%;background:#ffffff0f;pointer-events:none}.pc__header-top{display:flex;justify-content:space-between;align-items:flex-start;position:relative;z-index:1}.pc__brand{font-size:9px;letter-spacing:2.5px;text-transform:uppercase;color:var(--beige);margin-bottom:4px}.pc__title{font-family:var(--fuente-secundaria);font-size:20px;color:var(--blanco);line-height:1.2;margin:0}.pc__title em{font-style:italic}.pc__info-btn{width:28px;height:28px;border-radius:50%;background:#ffffff26;border:1px solid rgba(255,255,255,.25);color:var(--blanco);font-size:13px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:var(--fuente-principal);transition:background .2s;position:relative;z-index:1}.pc__info-btn:hover{background:#ffffff40}.pc__color-bar{height:3px;background:linear-gradient(90deg,var(--verde-claro),var(--verde-oscuro),var(--beige));border-radius:2px;margin-top:16px}.pc__body{padding:20px}@media (min-width: 768px){.pc__body{padding:28px 36px}}.pc__sec-lbl{font-size:9px;letter-spacing:2px;text-transform:uppercase;color:var(--verde-oscuro);font-weight:600;margin-bottom:10px;display:flex;align-items:center;gap:6px}.pc__sec-lbl:after{content:"";flex:1;height:1px;background:#6d887433}.pc__divider{height:1px;background:#0000000f;margin:18px 0}.pc__ig{display:flex;flex-direction:column;gap:5px;margin-bottom:10px}.pc__ig label{font-size:10.5px;font-weight:600;opacity:.6}.pc__iw{display:flex;align-items:center;background:var(--fondo-claro);border:1.5px solid transparent;border-radius:10px;transition:border-color .2s,background .2s;overflow:hidden}.pc__iw:focus-within{border-color:var(--verde-oscuro);background:var(--blanco)}.pc__iw input{flex:1;border:none;background:transparent;padding:9px 0 9px 12px;font-size:14px;font-family:var(--fuente-principal);font-weight:600;color:var(--texto-gris);outline:none;width:100%;min-width:0}.pc__iw input::placeholder{opacity:.3;font-weight:400;font-size:13px}.pc__iw--prefix input{padding-left:6px}.pc__unit{padding:0 10px 0 2px;font-size:10px;font-weight:500;opacity:.45;white-space:nowrap;flex-shrink:0}.pc__unit--prefix{padding:0 0 0 12px;opacity:.5}.pc__grid2{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media (min-width: 768px){.pc__grid2{gap:16px}}.pc__cv-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media (min-width: 480px){.pc__cv-row{grid-template-columns:1fr 1fr 1fr}}@media (min-width: 768px){.pc__cv-row{gap:16px}}.pc__mat-list{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.pc__mat-row{background:var(--fondo-claro);border-radius:12px;padding:12px;border:1.5px solid transparent;transition:background .2s,border-color .2s;animation:pc-popin .2s ease}.pc__mat-row:focus-within{border-color:#6d887466;background:#f3e5d8b3}.pc__mat-top{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;margin-bottom:8px}.pc__mat-name-wrap{display:flex;align-items:center;background:var(--blanco);border-radius:8px;border:1.5px solid transparent;overflow:hidden;transition:border-color .2s}.pc__mat-name-wrap:focus-within{border-color:var(--verde-oscuro)}.pc__mat-name-wrap input{flex:1;border:none;background:transparent;padding:7px 10px;font-size:13px;font-weight:600;font-family:var(--fuente-principal);color:var(--texto-gris);outline:none;min-width:0;width:100%}.pc__mat-name-wrap input::placeholder{opacity:.35;font-weight:400}.pc__mat-del{width:28px;height:28px;border-radius:50%;background:#d548481a;border:none;color:var(--rojo);font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:700;transition:background .2s,color .2s;flex-shrink:0}.pc__mat-del:hover{background:var(--rojo);color:var(--blanco)}.pc__mat-fields{display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px}.pc__mf{display:flex;flex-direction:column;gap:3px}.pc__mf label{font-size:9px;font-weight:600;opacity:.45;letter-spacing:.5px;text-transform:uppercase}.pc__mf-iw{display:flex;align-items:center;background:var(--blanco);border-radius:8px;border:1.5px solid transparent;overflow:hidden;transition:border-color .2s}.pc__mf-iw:focus-within{border-color:var(--verde-oscuro)}.pc__mf-iw input{flex:1;border:none;background:transparent;padding:7px 0 7px 8px;font-size:13px;font-weight:700;font-family:var(--fuente-principal);color:var(--texto-gris);outline:none;width:100%;min-width:0}.pc__mf-iw input::placeholder{opacity:.3;font-weight:400;font-size:11px}.pc__mu{padding:0 7px 0 2px;font-size:9px;opacity:.4;white-space:nowrap}.pc__mat-subtotal{font-size:11px;color:var(--verde-oscuro);font-weight:700;margin-top:6px;text-align:right;min-height:14px}.pc__mat-subtotal--zero{color:#0003}.pc__empty-mats{background:var(--fondo-claro);border-radius:12px;padding:20px;text-align:center}.pc__empty-mats p{font-size:12px;opacity:.55;line-height:1.6;margin:0}.pc__add-mat{width:100%;border:1.5px dashed var(--verde-oscuro);border-radius:10px;padding:11px;background:transparent;font-family:var(--fuente-principal);font-size:12px;font-weight:600;color:var(--verde-oscuro);cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;gap:5px}.pc__add-mat:hover{background:#6d887414}.pc__mat-total{background:#6d88741a;border-radius:10px;padding:10px 14px;display:flex;justify-content:space-between;align-items:center;margin-top:10px}.pc__mat-total span{font-size:11px;opacity:.65;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.pc__mat-total strong{font-family:var(--fuente-secundaria);font-size:18px;color:var(--verde-oscuro)}.pc__markup-wrap{background:var(--fondo-claro);border-radius:10px;padding:14px 16px}.pc__markup-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;gap:12px}.pc__mk-caption{font-size:10.5px;opacity:.5;margin-bottom:3px}.pc__mk-val{font-family:var(--fuente-secundaria);font-size:22px;color:var(--verde-oscuro);font-weight:600}.pc__mk-hint{font-size:11px;color:var(--verde-oscuro);font-weight:600;text-align:right}.pc__mk-hint small{display:block;font-size:10px;opacity:.55;font-weight:400}.pc input[type=range]{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:4px;border-radius:2px;outline:none;cursor:pointer}.pc input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:var(--verde-oscuro);border:3px solid var(--blanco);box-shadow:0 2px 6px #0003;cursor:pointer}.pc input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--verde-oscuro);border:3px solid var(--blanco);box-shadow:0 2px 6px #0003;cursor:pointer}.pc__markup-hints{display:flex;justify-content:space-between;margin-top:6px}.pc__markup-hints span{font-size:9px;opacity:.45;letter-spacing:.3px}.pc__error{color:var(--rojo);font-size:12px;font-weight:600;text-align:center;margin-top:10px}.pc__calc-btn{width:100%;background:var(--btn-primary-bg);color:var(--btn-primary-text);border:none;border-radius:var(--radius-pill);padding:13px;font-size:13px;font-weight:700;cursor:pointer;font-family:var(--fuente-principal);transition:background .2s,transform .1s;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:18px}.pc__calc-btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.pc__calc-btn:hover{background:var(--btn-primary-hover)}.pc__calc-btn:active{transform:scale(.98)}.pc__result{margin-top:16px;animation:pc-slideup .3s ease}.pc__price-hero{background:var(--verde-oscuro);border-radius:14px;padding:18px;text-align:center;margin-bottom:12px}.pc__ph-lbl{font-size:9px;letter-spacing:2px;text-transform:uppercase;color:#fff9;margin-bottom:6px}.pc__ph-price{font-family:var(--fuente-secundaria);font-size:44px;color:var(--blanco);font-weight:600;line-height:1}.pc__ph-sub{font-size:11px;color:#ffffffb3;margin-top:6px}.pc__price-range{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-bottom:12px}.pc__pr-card{background:var(--fondo-claro);border-radius:12px;padding:12px;text-align:center}.pc__pr-card--sug{background:#6d88741f}.pc__pr-lbl{font-size:8.5px;letter-spacing:1.5px;text-transform:uppercase;opacity:.5;margin-bottom:4px}.pc__pr-val{font-family:var(--fuente-secundaria);font-size:17px;font-weight:600}.pc__pr-val--bad{color:var(--rojo)}.pc__pr-val--ok{color:var(--verde-oscuro)}.pc__pr-val--gold{color:var(--marron)}.pc__breakdown{background:var(--fondo-claro);border-radius:12px;overflow:hidden;margin-bottom:12px}.pc__bk-row{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-bottom:1px solid rgba(0,0,0,.05)}.pc__bk-row:last-child{border-bottom:none}.pc__bk-lbl{font-size:12px;opacity:.75;display:flex;align-items:center;gap:7px}.pc__bk-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.pc__bk-dot--cream{background:var(--rosa-claro)}.pc__bk-dot--green{background:var(--verde-claro)}.pc__bk-dot--gold{background:var(--beige)}.pc__bk-val{font-size:13px;font-weight:700}.pc__bk-row--total{background:#6d88741a}.pc__bk-row--total .pc__bk-lbl{font-weight:700;opacity:1;color:var(--verde-oscuro)}.pc__bk-row--total .pc__bk-val{color:var(--verde-oscuro);font-size:14px}.pc__margin-bar-wrap{background:var(--fondo-claro);border-radius:12px;padding:14px;margin-bottom:12px}.pc__mb-top{display:flex;justify-content:space-between;margin-bottom:8px}.pc__mb-lbl{font-size:11px;opacity:.65}.pc__mb-pct{font-family:var(--fuente-secundaria);font-size:20px;font-weight:600;color:var(--verde-oscuro)}.pc__margin-bar{height:8px;background:var(--rosa-claro);border-radius:100px;overflow:hidden}.pc__margin-fill{height:100%;border-radius:100px;background:linear-gradient(90deg,var(--beige),var(--verde-oscuro));transition:width .5s ease}.pc__note{background:#a8c3a326;border-left:3px solid var(--verde-claro);border-radius:0 8px 8px 0;padding:10px 12px;font-size:11px;line-height:1.7;margin-bottom:8px}.pc__note strong{color:var(--verde-oscuro)}.pc__note--warn{background:#d5484814;border-color:var(--rojo)}.pc__note--warn strong{color:var(--rojo)}.pc__reset-row{text-align:center;margin-top:4px}.pc__reset-btn{background:none;border:none;font-family:var(--fuente-principal);font-size:11px;color:var(--texto-gris);opacity:.45;cursor:pointer;padding:6px 12px}.pc__reset-btn:hover{opacity:.9;color:var(--rojo)}.pc__modal-ov{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:500;display:flex;align-items:center;justify-content:center;padding:20px;animation:pc-fadein .2s ease}.pc__modal{background:var(--blanco);border-radius:20px;padding:26px 22px 28px;width:100%;max-width:440px;max-height:88vh;overflow-y:auto}.pc__modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.pc__modal-head h3{font-family:var(--fuente-secundaria);font-size:20px;margin:0;color:var(--texto-gris)}.pc__modal-close{width:28px;height:28px;border-radius:50%;background:var(--rosa-claro);border:none;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.65;transition:opacity .2s}.pc__modal-close:hover{opacity:1}.pc__modal-sub{font-size:11.5px;opacity:.6;margin-bottom:16px;line-height:1.6}.pc__formula-box{background:var(--fondo-claro);border-radius:10px;padding:14px 16px;margin-bottom:14px;font-family:var(--fuente-secundaria);font-style:italic;font-size:13px;line-height:1.9}.pc__formula-box strong{font-style:normal;color:var(--verde-oscuro)}.pc__step-list{display:flex;flex-direction:column;gap:11px}.pc__step-li{display:flex;gap:10px;align-items:flex-start}.pc__step-li p{font-size:12px;line-height:1.7;opacity:.85;margin:0}.pc__step-li p strong{opacity:1;color:var(--texto-gris)}.pc__step-num{width:22px;height:22px;border-radius:50%;background:var(--verde-oscuro);color:var(--blanco);font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.pc__guide-heading{font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--verde-oscuro);margin:18px 0 8px}.pc__comp-table{width:100%;border-collapse:collapse;font-size:11.5px;margin-top:4px}.pc__comp-table th{background:var(--verde-oscuro);color:var(--blanco);padding:7px 10px;text-align:left;font-weight:500;font-size:10px}.pc__comp-table td{padding:7px 10px;border-bottom:1px solid rgba(0,0,0,.05)}.pc__comp-table tr:nth-child(2n) td{background:var(--fondo-claro)}.pc__ok{color:var(--verde-oscuro);font-weight:600}.pc__bad{color:var(--rojo)}@keyframes pc-slideup{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pc-fadein{0%{opacity:0}to{opacity:1}}@keyframes pc-popin{0%{transform:scale(.97);opacity:0}to{transform:scale(1);opacity:1}}@media (min-width: 768px){.pc__brand{font-size:11px}.pc__title{font-size:24px}.pc__sec-lbl{font-size:11px;letter-spacing:2.5px;margin-bottom:14px}.pc__ig label{font-size:13px}.pc__mf label{font-size:11px}.pc__iw input{font-size:18px;padding:12px 0 12px 14px}.pc__unit{font-size:12px;padding:0 12px 0 4px}.pc__unit--prefix{font-size:14px;padding:0 0 0 14px}.pc__iw--prefix input{padding-left:8px}.pc__mat-name-wrap input{font-size:15px;padding:9px 12px}.pc__mf-iw input{font-size:15px;padding:9px 0 9px 10px}.pc__mu{font-size:11px;padding:0 9px 0 4px}.pc__mat-subtotal{font-size:13px}.pc__empty-mats p{font-size:14px}.pc__add-mat{font-size:14px;padding:13px}.pc__mat-total{padding:12px 18px}.pc__mat-total span{font-size:13px}.pc__mat-total strong{font-size:22px}.pc__mk-caption{font-size:12px}.pc__mk-val{font-size:26px}.pc__mk-hint{font-size:13px}.pc__mk-hint small,.pc__markup-hints span{font-size:11px}.pc__calc-btn{font-size:15px;padding:15px}.pc__error{font-size:14px}.pc__reset-btn{font-size:13px}.pc__price-hero{padding:24px}.pc__ph-lbl{font-size:11px;letter-spacing:2.5px}.pc__ph-price{font-size:56px}.pc__ph-sub{font-size:13px;margin-top:8px}.pc__pr-lbl{font-size:10px;letter-spacing:2px}.pc__pr-val{font-size:22px}.pc__bk-row{padding:12px 18px}.pc__bk-lbl{font-size:14px}.pc__bk-val{font-size:15px}.pc__bk-row--total .pc__bk-val{font-size:16px}.pc__mb-lbl{font-size:13px}.pc__mb-pct{font-size:24px}.pc__note{font-size:13px;padding:12px 16px}.pc__modal{max-width:520px;padding:30px 26px 32px}.pc__modal-head h3{font-size:24px}.pc__modal-sub{font-size:14px}.pc__formula-box{font-size:15px;line-height:2}.pc__step-num{width:26px;height:26px;font-size:12px}.pc__step-li p{font-size:14px}.pc__guide-heading{font-size:12px}.pc__comp-table{font-size:13px}.pc__comp-table th,.pc__comp-table td{padding:9px 12px}.pc__comp-table th{font-size:11px}}.tools-page{padding-bottom:3rem}.tools-page__gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.1rem;padding:0 1rem;max-width:960px;margin:0 auto}.tools-page__workspace{display:flex;flex-direction:column;gap:1.5rem;padding:0 1rem;max-width:1140px;margin:0 auto}@media (min-width: 860px){.tools-page__workspace{flex-direction:row;align-items:flex-start;gap:1.75rem}}.tools-page__sidebar{display:flex;flex-direction:column;gap:.45rem;order:2}@media (min-width: 860px){.tools-page__sidebar{order:0;flex:0 0 210px;position:sticky;top:calc(var(--mobile-nav-h, 56px) + 1rem)}}.tools-page__sidebar-label{font-family:var(--fuente-principal);font-size:var(--text-xs);font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#6d8874;margin:0 0 6px 2px;display:flex;align-items:center;gap:6px}.tools-page__sidebar-label:after{content:"";flex:1;height:1px;background:#6d887438}.tools-page__active{flex:1;min-width:0;order:1}.tools-page__back{background:none;border:none;font-family:var(--fuente-principal);font-size:var(--text-sm);font-weight:600;color:#6d8874;cursor:pointer;padding:0;margin-bottom:.75rem;display:inline-flex;align-items:center;gap:4px;opacity:.75;transition:opacity .15s}.tools-page__back:hover{opacity:1}@media (min-width: 860px){.tools-page__back{display:none}}.tools-page__active-title{font-family:var(--fuente-secundaria);font-size:var(--text-md);color:var(--texto-oscuro);margin:0 0 .25rem}.tools-page__active-desc{font-family:var(--fuente-principal);font-size:var(--text-sm);color:var(--texto-gris);opacity:.75;margin:0 0 1rem;line-height:1.55}.tools-page__active-content{width:100%}.tool-card{position:relative;display:flex;flex-direction:row;align-items:flex-start;gap:1rem;width:100%;background:#6d8874;border:none;border-radius:18px;padding:1.25rem 1.4rem;cursor:pointer;text-align:left;overflow:hidden;font-family:var(--fuente-principal);box-shadow:0 6px 24px #3d584338;transition:transform .18s,box-shadow .18s}.tool-card:before{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#a8c3a3,#6d8874,#d4af80)}.tool-card:hover{transform:translateY(-3px);box-shadow:0 10px 32px #3d58434d}.tool-card:active{transform:translateY(-1px)}.tool-card--compact{flex-direction:row;align-items:center;gap:.65rem;padding:.7rem .9rem;border-radius:10px;background:transparent;border:1.5px solid rgba(109,136,116,.22);box-shadow:none;overflow:visible}.tool-card--compact:before{display:none}.tool-card--compact:hover{transform:none;background:#6d887414;border-color:#6d8874;box-shadow:none}.tool-card--compact .tool-card__icon{width:30px;height:30px;background:#6d88741f;border-radius:8px;color:#6d8874;font-size:1rem}.tool-card--compact .tool-card__title{font-size:var(--text-base);color:var(--texto-oscuro)}.tool-card--compact.tool-card--active{background:#6d88741a;border-color:#6d8874}.tool-card--compact.tool-card--active .tool-card__icon{background:#6d8874;color:#fff}.tool-card--compact.tool-card--active .tool-card__title{color:#6d8874}.tool-card__deco{position:absolute;right:-30px;top:-30px;width:130px;height:130px;border-radius:50%;background:#ffffff12;pointer-events:none}.tool-card__icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:#ffffff26;color:#fff;font-size:1.35rem;flex-shrink:0;position:relative;z-index:1}.tool-card__text{display:flex;flex-direction:column;gap:.3rem;flex:1;min-width:0;position:relative;z-index:1}.tool-card__title{font-size:var(--text-md);font-weight:700;color:#fff;line-height:1.25;font-family:var(--fuente-secundaria)}.tool-card__desc{font-size:var(--text-sm);color:#ffffffb8;line-height:1.5}.tool-card__indicator{width:7px;height:7px;border-radius:50%;background:#6d8874;flex-shrink:0}*{font-family:Poppins,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:500;line-height:1.3}p,div,span,a,button,input,textarea,select{font-family:Poppins,sans-serif;line-height:1.6}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.fade-in-up,.slide-in-left,.slide-in-right,.scale-in{opacity:0;transform:translateY(50px);transition:all .8s cubic-bezier(.4,0,.2,1)}.fade-in-up.visible{opacity:1;transform:translateY(0)}.slide-in-left{transform:translate(-100px)}.slide-in-left.visible{opacity:1;transform:translate(0)}.slide-in-right{transform:translate(100px)}.slide-in-right.visible{opacity:1;transform:translate(0)}.scale-in{transform:scale(.8)}.scale-in.visible{opacity:1;transform:scale(1)}.stagger-children>*{opacity:0;transform:translateY(30px);transition:all .6s cubic-bezier(.4,0,.2,1)}.stagger-children.visible>*{opacity:1;transform:translateY(0)}.stagger-children.visible>*:nth-child(1){transition-delay:.1s}.stagger-children.visible>*:nth-child(2){transition-delay:.2s}.stagger-children.visible>*:nth-child(3){transition-delay:.3s}.stagger-children.visible>*:nth-child(4){transition-delay:.4s}.stagger-children.visible>*:nth-child(5){transition-delay:.5s}.stagger-children.visible>*:nth-child(6){transition-delay:.6s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.float{animation:float 3s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.pulse{animation:pulse 2s ease-in-out infinite}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}.shake{animation:shake .5s ease-in-out}@keyframes bounce{0%,20%,53%,80%,to{transform:translateY(0)}40%,43%{transform:translateY(-30px)}70%{transform:translateY(-15px)}90%{transform:translateY(-4px)}}.bounce{animation:bounce 1s ease-in-out}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rotate{animation:rotate 2s linear infinite}@keyframes glow{0%,to{box-shadow:0 0 5px #82a09580}50%{box-shadow:0 0 20px #82a095cc,0 0 30px #82a09599}}.glow{animation:glow 2s ease-in-out infinite}@keyframes slideUpFromBottom{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.slide-up-from-bottom{animation:slideUpFromBottom .8s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.fade-in-scale{animation:fadeInScale .6s ease-out}@media (max-width: 768px){.fade-in-up,.slide-in-left,.slide-in-right{transform:translateY(30px)}.slide-in-left{transform:translate(-50px)}.slide-in-right{transform:translate(50px)}}@media (prefers-reduced-motion: reduce){.fade-in-up,.slide-in-left,.slide-in-right,.scale-in,.stagger-children>*{transition:opacity .3s ease;transform:none}.float,.pulse,.shake,.bounce,.rotate,.glow{animation:none}.parallax{transform:none!important}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#82a095b3;border-radius:4px;border:none;box-shadow:0 2px 8px #0003}::-webkit-scrollbar-thumb:hover{background:#6c8b7fe6;box-shadow:0 4px 12px #0000004d}::-webkit-scrollbar-corner{background:transparent}html,body{overflow-x:hidden}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:var(--fuente-principal);max-width:100%;overflow-x:hidden;line-height:1.6;background-color:var(--fondo-claro)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}h1,h2,h3,h4,h5,h6{font-family:var(--fuente-secundaria);font-weight:500;line-height:1.3}h1 *,h2 *,h3 *,h4 *,h5 *,h6 *{font-family:inherit}:root{--verde-claro: #a8c3a3;--rosa-claro: #e8ccbd;--fondo-claro: #f3e5d8;--verde-medio-claro: #8aab92;--verde-medio: #6a8f74;--verde-oscuro: #6d8874;--marron: #8c6a5d;--beige: #d4af80;--rojo: #d54848;--color-crema-principal: var(--fondo-claro);--color-crema-secundario: var(--rosa-claro);--color-verde-principal: var(--verde-claro);--color-verde-profundo: var(--verde-oscuro);--color-rojo-accion: var(--rojo);--color-dorado-premium: var(--beige);--color-marron-acento: var(--marron);--texto-principal: #4a4a4a;--texto-sobre-verde: var(--blanco);--texto-gris: var(--texto-principal);--texto-oscuro: #3d2c1e;--texto-precio: var(--color-dorado-premium);--texto-precio-original: #a8a8a8;--texto-precio-descuento: #4caf50;--espaciado-s: .5rem;--espaciado-m: 1rem;--espaciado-l: 2rem;--radius-xs: 4px;--radius-sm: 8px;--radius-md: 16px;--radius-pill: 100px;--borde-radio: var(--radius-sm);--btn-primary-bg: var(--color-verde-principal);--btn-primary-hover: color-mix(in srgb, var(--btn-primary-bg) 88%, black);--btn-primary-text: #ffffff;--btn-secondary-bg: var(--color-verde-profundo);--btn-secondary-hover: color-mix(in srgb, var(--btn-secondary-bg) 88%, black);--btn-secondary-text: #ffffff;--btn-action-bg: var(--color-rojo-accion);--btn-action-hover: color-mix(in srgb, var(--btn-action-bg) 88%, black);--btn-action-text: #ffffff;--btn-outline-border: var(--color-verde-profundo);--btn-outline-text: var(--color-verde-profundo);--btn-outline-hover-bg: color-mix(in srgb, var(--color-verde-profundo) 12%, transparent);--fuente-principal: "Poppins", sans-serif;--fuente-secundaria: "Playfair Display", serif;--text-xs: 11px;--text-sm: 13px;--text-base: 14px;--text-md: 16px;--text-lg: 18px;--text-xl: 24px;--text-2xl: 36px;--heading-section: 24px;--heading-block: 18px;--text-ui: 12px;--mobile-nav-h: 52px;--mobile-nav-border: rgba(0, 0, 0, .07);--blanco: #ffffff;--overlay-oscura: rgba(0, 0, 0, .2);--sombra-suave: rgba(0, 0, 0, .15);--sombra-card: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--marron-hover: #7a5a4e;--texto-apagado: #5d5d5d;--texto-blog-metadata: #7c6a58;--borde-input-suave: #cccccc;--verde-menu-hover: #8bae8a;--rojo-hover: color-mix(in srgb, var(--rojo) 88%, black);--alert-borde-success: #2e7d32;--alert-borde-info: #0288d1;--alert-borde-warning: #ed6c02;--alert-borde-error: var(--rojo);--alert-relleno-success: #c5e1a5;--alert-relleno-info: #b3e5fc;--alert-relleno-warning: #ffcc80;--alert-relleno-error: #ffcdd2;--alert-barra-success: #8bc34a;--alert-barra-info: #29b6f6;--alert-barra-warning: #ffa726;--alert-barra-error: #ef5350}.parent-container{position:relative;width:100%}.add-post-button-wrapper{position:absolute;top:-90px;right:50px;z-index:10}@media (max-width: 768px){:root{--text-xs: 10px;--text-sm: 11px;--text-base: 13px;--text-md: 15px;--text-lg: 17px;--text-xl: 20px;--text-2xl: 28px;--heading-section: 20px;--heading-block: 17px}.add-post-button-wrapper{position:static;top:auto;right:auto;text-align:center;margin:1rem 0 2rem}.subtitle{margin-bottom:1rem}}@media (max-width: 480px){.add-post-button-wrapper{margin:.5rem 0 1.5rem}}.rte-html-body{max-width:100%;overflow-x:hidden;overflow-wrap:break-word;-webkit-overflow-scrolling:touch}.rte-html-body.editor-area{overflow-x:auto}.rte-html-body table{border-collapse:collapse!important;border-spacing:0!important;width:100%;max-width:100%;margin:1rem 0;font-family:inherit;font-size:.9375rem;line-height:1.5;background:#fff;box-shadow:none;border:1px solid var(--color-verde-profundo)}.rte-html-body table caption{caption-side:top;text-align:left;font-weight:600;padding:0 0 .5rem;color:var(--texto-principal)}.rte-html-body table thead th{background-color:var(--color-verde-principal)!important;font-weight:700!important;color:var(--texto-sobre-verde)!important}.rte-html-body table tbody tr:nth-child(odd) td{background-color:var(--color-crema-principal)!important}.rte-html-body table tbody tr:nth-child(2n) td{background-color:var(--color-crema-secundario)!important}.rte-html-body table tbody td:first-child{font-weight:700!important}.rte-html-body table tbody tr:nth-child(odd) th{background-color:var(--color-crema-principal)!important;font-weight:700!important;color:var(--texto-principal)!important}.rte-html-body table tbody tr:nth-child(2n) th{background-color:var(--color-crema-secundario)!important;font-weight:700!important;color:var(--texto-principal)!important}.rte-html-body table th,.rte-html-body table td{border:1px solid var(--color-verde-profundo)!important;padding:10px 14px!important;text-align:left!important;vertical-align:top!important;color:var(--texto-principal);word-break:break-word;overflow-wrap:anywhere}.rte-html-body table.rte-doc-table{box-shadow:none!important;border:1px solid var(--color-verde-profundo)!important;background:transparent!important;width:100%!important;max-width:100%!important;table-layout:fixed!important}.rte-html-body table.rte-doc-table caption{color:var(--texto-principal)}.rte-html-body table.rte-doc-table thead th{background-color:var(--color-verde-principal)!important;font-weight:700!important;color:var(--texto-sobre-verde)!important;border:1px solid var(--color-verde-profundo)!important}.rte-html-body table.rte-doc-table tbody tr:nth-child(odd) td{background-color:var(--color-crema-principal)!important;font-weight:400!important;color:var(--texto-principal)!important;border:1px solid var(--color-verde-profundo)!important}.rte-html-body table.rte-doc-table tbody tr:nth-child(2n) td{background-color:var(--color-crema-secundario)!important;font-weight:400!important;color:var(--texto-principal)!important;border:1px solid var(--color-verde-profundo)!important}.rte-html-body table.rte-doc-table tbody td:first-child{font-weight:700!important}.rte-html-body table.rte-doc-table tbody tr:nth-child(odd) th{background-color:var(--color-crema-principal)!important;font-weight:700!important;color:var(--texto-principal)!important;border:1px solid var(--color-verde-profundo)!important}.rte-html-body table.rte-doc-table tbody tr:nth-child(2n) th{background-color:var(--color-crema-secundario)!important;font-weight:700!important;color:var(--texto-principal)!important;border:1px solid var(--color-verde-profundo)!important}.rte-html-body table.rte-doc-table th,.rte-html-body table.rte-doc-table td{border:1px solid var(--color-verde-profundo)!important;word-break:break-word;overflow-wrap:anywhere;min-width:0!important}.rte-html-body table.rte-doc-table col{min-width:0!important}@media (max-width: 768px){.rte-html-body table{font-size:.8125rem}.rte-html-body table th,.rte-html-body table td{padding:8px 10px!important}}.rte-html-body .rte-image-wrap{position:relative;display:block!important;width:fit-content!important;max-width:100%!important;margin-top:8px;margin-bottom:8px;margin-left:auto!important;margin-right:auto!important}.rte-html-body .rte-image-wrap.rte-image-align-left,.rte-html-body .rte-image-wrap[data-rte-align=left]{float:left!important;clear:left;margin:.75rem 1rem 1rem 0!important}.rte-html-body .rte-image-wrap.rte-image-align-right,.rte-html-body .rte-image-wrap[data-rte-align=right]{float:right!important;clear:right;margin:.75rem 0 1rem 1rem!important}.rte-html-body .rte-image-wrap.rte-image-align-center,.rte-html-body .rte-image-wrap[data-rte-align=center],.rte-html-body .rte-image-wrap:not(.rte-image-align-left):not(.rte-image-align-right):not([data-rte-align=left]):not([data-rte-align=right]){float:none!important;clear:both!important;margin-top:.75rem;margin-bottom:1rem;margin-left:auto!important;margin-right:auto!important}.rte-html-body .rte-image-wrap img{display:block;margin:0!important;max-width:100%;height:auto}.rte-html-body .rte-image-wrap img.image-extra-small{max-width:25%!important;height:auto!important}.rte-html-body .rte-image-wrap img.image-small{max-width:50%!important;height:auto!important}.rte-html-body .rte-image-wrap img.image-normal{max-width:100%!important;height:auto!important}.rte-html-body.editor-area .rte-image-wrap img.image-big{max-width:125%!important;height:auto!important}.rte-html-body.editor-area .rte-image-wrap img.image-extra-big{max-width:150%!important;height:auto!important}.rte-html-body img.rte-image-align-left,.rte-html-body img.rte-image-align-right,.rte-html-body img.rte-image-align-center,.rte-html-body img[data-rte-align=left],.rte-html-body img[data-rte-align=right],.rte-html-body img[data-rte-align=center]{display:block!important;width:fit-content!important;max-width:100%!important;height:auto!important}.rte-html-body img.rte-image-align-center,.rte-html-body img[data-rte-align=center]{float:none!important;clear:both!important;margin:.75rem auto 1rem!important}.rte-html-body img.rte-image-align-left,.rte-html-body img[data-rte-align=left]{float:left!important;clear:left;margin:.75rem 1rem 1rem 0!important}.rte-html-body img.rte-image-align-right,.rte-html-body img[data-rte-align=right]{float:right!important;clear:right;margin:.75rem 0 1rem 1rem!important}.rte-html-body .rte-image-wrap img.rte-image-align-left,.rte-html-body .rte-image-wrap img.rte-image-align-right,.rte-html-body .rte-image-wrap img.rte-image-align-center,.rte-html-body .rte-image-wrap img[data-rte-align=left],.rte-html-body .rte-image-wrap img[data-rte-align=right],.rte-html-body .rte-image-wrap img[data-rte-align=center]{float:none!important;clear:none!important;margin:0!important}.rte-html-body h1,.rte-html-body h2,.rte-html-body h3,.rte-html-body h4,.rte-html-body h5,.rte-html-body h6{clear:both}.rte-html-body:not(.editor-area) table{width:100%!important;max-width:100%!important;table-layout:fixed!important}.rte-html-body:not(.editor-area) table th,.rte-html-body:not(.editor-area) table td{word-break:break-word;overflow-wrap:anywhere;min-width:0!important}.rte-html-body:not(.editor-area) .rte-image-wrap{display:flex!important;align-items:flex-start!important;flex-wrap:nowrap!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;float:none!important;clear:both!important;margin-left:0!important;margin-right:0!important}.rte-html-body:not(.editor-area) .rte-image-wrap>img{display:block!important;flex-shrink:1!important;min-width:0!important;margin:0!important;float:none!important;width:auto!important;max-width:100%!important;height:auto!important}.rte-html-body:not(.editor-area) .rte-image-wrap.rte-image-align-left,.rte-html-body:not(.editor-area) .rte-image-wrap[data-rte-align=left]{justify-content:flex-start!important}.rte-html-body:not(.editor-area) .rte-image-wrap.rte-image-align-right,.rte-html-body:not(.editor-area) .rte-image-wrap[data-rte-align=right]{justify-content:flex-end!important}.rte-html-body:not(.editor-area) .rte-image-wrap.rte-image-align-center,.rte-html-body:not(.editor-area) .rte-image-wrap[data-rte-align=center],.rte-html-body:not(.editor-area) .rte-image-wrap:not(.rte-image-align-left):not(.rte-image-align-right):not([data-rte-align=left]):not([data-rte-align=right]){justify-content:center!important}@media (max-width: 768px){.rte-html-body:not(.editor-area) .rte-image-wrap>img{width:100%!important;max-width:100%!important;height:auto!important}.rte-html-body:not(.editor-area) .rte-image-wrap>img.image-extra-small,.rte-html-body:not(.editor-area) .rte-image-wrap>img.image-small{width:100%!important;max-width:100%!important;min-width:0!important}.rte-html-body:not(.editor-area) img.image-extra-small,.rte-html-body:not(.editor-area) img.image-small,.rte-html-body:not(.editor-area) img.image-normal{width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important}.rte-html-body:not(.editor-area) img.rte-image-align-left,.rte-html-body:not(.editor-area) img.rte-image-align-right,.rte-html-body:not(.editor-area) img.rte-image-align-center,.rte-html-body:not(.editor-area) img[data-rte-align=left],.rte-html-body:not(.editor-area) img[data-rte-align=right],.rte-html-body:not(.editor-area) img[data-rte-align=center]{width:100%!important;max-width:100%!important;float:none!important;clear:both!important;margin-left:auto!important;margin-right:auto!important}}.rte-html-body.editor-area table.rte-doc-table{width:max-content!important;max-width:none!important;table-layout:auto!important}.rte-html-body.editor-area table.rte-doc-table th,.rte-html-body.editor-area table.rte-doc-table td{min-width:3.5rem!important}.rte-html-body.editor-area table.rte-doc-table col{min-width:3.5rem}
