:root{--bg: #f4f2ec;--panel: #ffffff;--texto: #1f2430;--muted: #6b7280;--primario: #16213e;--primario-2: #0f1830;--oro: #b08d46;--oro-2: #8a6d34;--borde: #e5e7eb;--rojo: #dc2626}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--texto)}a{color:var(--primario);text-decoration:none}a:hover{text-decoration:underline}h1{font-size:1.5rem;margin:0 0 1rem}h2{font-size:1.15rem;margin:1.5rem 0 .5rem}.centro{display:grid;place-items:center;height:100vh}.app{display:flex;min-height:100vh}.sidebar{width:220px;background:#16213e;color:#e5e7eb;display:flex;flex-direction:column;padding:1rem}.marca{font-weight:700;font-size:1.15rem;margin-bottom:1.5rem;color:var(--oro);font-family:Great Vibes,cursive;font-size:1.9rem;line-height:1}.sidebar nav{display:flex;flex-direction:column;gap:.25rem;flex:1}.sidebar nav a{color:#cbd2e0;padding:.55rem .75rem;border-radius:8px;text-decoration:none}.sidebar nav a:hover{background:#ffffff14}.sidebar nav a.active{background:var(--oro);color:#16213e;font-weight:600}.submenu{display:flex;flex-direction:column;gap:.1rem;margin:.15rem 0 .35rem .6rem;border-left:2px solid rgba(255,255,255,.15);padding-left:.5rem}.submenu .subitem{color:#9aa3b2;padding:.32rem .6rem;border-radius:6px;font-size:.82rem;text-transform:capitalize;text-decoration:none}.submenu .subitem:hover{background:#ffffff14;color:#e8ebf3;text-decoration:none}.submenu .subitem.activo{background:var(--oro);color:#16213e}.subitem-ico{display:inline-block;width:1.3rem;text-align:center}.usuario-box{border-top:1px solid rgba(255,255,255,.15);padding-top:.75rem;font-size:.85rem}.usuario-nombre{font-weight:600}.usuario-rol{color:var(--oro);text-transform:capitalize;margin-bottom:.5rem}.usuario-box .btn-link{color:var(--oro);font-weight:600}.ver-web{color:var(--oro)!important}.contenido{flex:1;padding:1.75rem 2rem;max-width:1100px;min-width:0}.topbar{display:none;align-items:center;gap:.8rem;background:#16213e;color:#e5e7eb;padding:.6rem 1rem;position:sticky;top:0;z-index:40}.topbar-toggle{background:none;border:none;color:var(--oro);font-size:1.5rem;line-height:1;cursor:pointer;padding:.1rem .3rem}.topbar-marca{font-family:Great Vibes,cursive;font-size:1.6rem;color:var(--oro)}.sidebar-overlay{display:none}@media(max-width:820px){.app{flex-direction:column}.topbar{display:flex}.sidebar{position:fixed;top:0;left:0;bottom:0;width:240px;z-index:60;transform:translate(-100%);transition:transform .25s ease;overflow-y:auto}.sidebar.abierto{transform:translate(0);box-shadow:4px 0 24px #00000059}.sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:55}.contenido{padding:1.1rem;max-width:none}}.login-wrap{display:grid;place-items:center;min-height:100vh;padding:1rem;background:linear-gradient(#10213ebd,#10213edb),url(/og-image.jpg) center / cover fixed}.login-card{background:var(--panel);padding:2.3rem 2rem 2rem;border-radius:16px;width:360px;max-width:100%;box-shadow:0 20px 55px #0006;display:flex;flex-direction:column;border-top:4px solid var(--oro)}.login-brand{text-align:center;font-family:Great Vibes,cursive;font-size:3rem;color:var(--oro-2);line-height:1;margin-bottom:.1rem}.login-card .sub{text-align:center;color:var(--muted);margin:.25rem 0 1.4rem;font-size:.9rem}.login-card label{display:flex;flex-direction:column;font-size:.85rem;gap:.3rem;margin-bottom:.9rem}input,select,textarea{padding:.55rem .65rem;border:1px solid var(--borde);border-radius:8px;font-size:.95rem;background:#fff;font-family:inherit}input:focus,select:focus,textarea:focus{outline:2px solid var(--primario);border-color:transparent}.btn{background:var(--primario);color:#fff;border:0;padding:.55rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600}.btn:hover{background:var(--primario-2)}.btn:disabled{opacity:.6;cursor:default}.btn-sec{background:#e5e7eb;color:#374151;border:0;padding:.55rem 1rem;border-radius:8px;cursor:pointer}.btn-link{background:none;border:0;color:var(--primario);cursor:pointer;padding:0;font-size:.85rem}.btn-link.rojo{color:var(--rojo)}.fila-titulo{display:flex;align-items:center;justify-content:space-between;gap:1rem}.volver{display:inline-block;margin-bottom:.5rem;font-size:.85rem}.meta{color:var(--muted);margin-top:-.25rem}.alerta{background:#fee2e2;color:#991b1b;padding:.6rem .8rem;border-radius:8px;margin-bottom:1rem}.vacio{color:var(--muted);font-style:italic}.stats{display:flex;flex-wrap:wrap;gap:1rem;margin:1rem 0 1.5rem}.stat{background:var(--panel);border:1px solid var(--borde);border-top:4px solid var(--primario);border-radius:14px;padding:1.1rem 1.4rem;min-width:150px;text-align:center;flex:1;box-shadow:0 2px 10px #0000000a}.stat-emoji{font-size:1.9rem;line-height:1}.stat-num{font-size:2.3rem;font-weight:800;line-height:1.15}.stat-lbl{color:var(--muted);font-size:.85rem;text-transform:capitalize}.cards{display:flex;gap:1rem;margin:1rem 0}.card{background:var(--panel);border:1px solid var(--borde);border-radius:12px;padding:1rem 1.5rem;min-width:140px}.card-num{font-size:2rem;font-weight:700;color:var(--primario)}.card-lbl{color:var(--muted);font-size:.85rem}.tabla{width:100%;border-collapse:collapse;background:var(--panel);border-radius:12px;overflow:hidden}.tabla th,.tabla td{text-align:left;padding:.6rem .8rem;border-bottom:1px solid var(--borde);font-size:.9rem}.tabla th{background:#faf9fc;color:var(--muted);font-weight:600}.tabla tr.inactivo{opacity:.5}.tabla .der{text-align:right}.form-inline{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;margin:1rem 0}.estado{font-size:.75rem;padding:.15rem .5rem;border-radius:999px;text-transform:capitalize}.estado.borrador{background:#e5e7eb;color:#374151}.estado.confirmado{background:#dcfce7;color:#166534}.estado.finalizado{background:#dbeafe;color:#1e40af}.estado.cancelado{background:#fee2e2;color:#991b1b}.tabs{display:flex;gap:.25rem;margin:1.25rem 0 1rem;border-bottom:1px solid var(--borde);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tab{background:none;border:0;padding:.5rem .9rem;cursor:pointer;text-transform:capitalize;color:var(--muted);border-bottom:2px solid transparent;flex:0 0 auto;white-space:nowrap}.tab.activo{color:var(--primario);border-bottom-color:var(--primario);font-weight:600}@media(max-width:600px){.tabla{display:block;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.tabla th,.tabla td{padding:.45rem .55rem;font-size:.82rem}.cards{flex-wrap:wrap}.card{flex:1 1 45%;min-width:0;padding:.8rem 1rem}.card-num{font-size:1.35rem;line-height:1.15}.card-lbl{font-size:.78rem}.fila-titulo{flex-wrap:wrap;gap:.5rem}h1{font-size:1.3rem}}@media print{.sidebar,.no-print{display:none!important}.contenido{padding:0!important;max-width:none!important}}.pp-doc{background:#fff;border:1px solid var(--borde);border-radius:12px;padding:2rem;max-width:800px;margin:1rem auto;color:#1f2430}.pp-banner{width:100%;display:block;border-radius:10px;margin-bottom:.8rem}.pp-header{display:flex;justify-content:space-between;align-items:center;border-bottom:3px solid var(--primario);padding-bottom:.8rem}.pp-header h1{margin:0;font-size:1.9rem;color:var(--primario);letter-spacing:.5px}.pp-sub{color:var(--muted);font-size:.95rem}.pp-badge{background:var(--primario);color:#fff;padding:.4rem .9rem;border-radius:999px;font-weight:700;font-size:.85rem}.pp-info{display:grid;grid-template-columns:1fr 1fr;gap:.4rem 2rem;margin:1.2rem 0}.pp-info div{display:flex;justify-content:space-between;border-bottom:1px dashed var(--borde);padding:.25rem 0}.pp-info span{color:var(--muted)}.pp-table{width:100%;border-collapse:collapse;margin-top:1rem}.pp-table th{text-align:left;background:#faf9fc;color:var(--muted);padding:.5rem .6rem;border-bottom:2px solid var(--borde);font-size:.85rem}.pp-table td{padding:.55rem .6rem;border-bottom:1px solid var(--borde);vertical-align:top}.pp-desc{color:var(--muted);font-size:.8rem;margin-top:.15rem}.pp-table tfoot td{border-top:2px solid var(--primario);border-bottom:none;font-size:1.1rem;font-weight:700;padding-top:.8rem}.pp-foot{margin-top:1.5rem;color:var(--muted);font-size:.85rem;text-align:center}.pp-num{text-align:right;white-space:nowrap}.ct-contact{text-align:center;color:var(--muted);font-size:.8rem;margin-top:.4rem}.ct-title{text-align:center;font-size:1.15rem;font-weight:700;margin:1.2rem 0 .5rem;text-transform:uppercase;letter-spacing:.5px}.ct-p{text-align:justify;line-height:1.55;margin:.55rem 0;font-size:.9rem}.ct-p b{color:#1f2430}.ct-li{margin:.2rem 0 .2rem 1.2rem;font-size:.9rem;line-height:1.5}.ct-firmas{display:flex;justify-content:space-between;gap:3rem;margin-top:3.5rem}.ct-firma{flex:1;text-align:center;border-top:1px solid #333;padding-top:.4rem;font-size:.85rem}.ct-anexo{page-break-before:always;margin-top:2rem}.ct-anexo h2{text-align:center}.galeria-admin{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.galeria-item{border:1px solid var(--borde);border-radius:12px;overflow:hidden;background:var(--panel)}.galeria-item img{width:100%;height:140px;object-fit:cover;display:block}.galeria-cap{padding:.4rem .6rem;font-size:.85rem}.galeria-acc{display:flex;gap:.4rem;padding:0 .6rem .5rem;flex-wrap:wrap}.pub{--verde: #b08d46;--verde-2: #8a6d34;color:#33302b;background:#faf7f1;font-family:Segoe UI,system-ui,sans-serif}.pub a{color:var(--verde)}.pub h2{text-align:center;font-size:2rem;margin:0 0 .3rem;color:var(--verde-2);font-family:Georgia,Times New Roman,serif;font-weight:600}.pub-btn{background:var(--verde);color:#fff;padding:.55rem 1.1rem;border-radius:999px;text-decoration:none;font-weight:600;display:inline-block;border:0;cursor:pointer}.pub-btn:hover{background:var(--verde-2);text-decoration:none}.pub-btn.grande{padding:.8rem 1.6rem;font-size:1.05rem}.pub a.pub-btn{color:#fff}.pub a.pub-btn-ghost{color:var(--oro)}.pub a.pub-btn-ghost:hover{color:var(--navy)}.pub-nav{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;padding:.55rem 1.2rem;background:#16213ef7;border-bottom:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.pub-nav-links a:not(.pub-btn):not(.pub-btn-ghost){color:#e8ebf3}.pub-nav-links a:not(.pub-btn):not(.pub-btn-ghost):hover{color:var(--oro)}.pub-nav-nombre,.pub-nav-toggle{color:var(--oro)!important}.pub-btn-ghost{border:1.5px solid var(--oro);color:var(--oro);padding:.45rem 1rem;border-radius:999px;text-decoration:none;font-weight:600;display:inline-block;background:transparent}.pub-btn-ghost:hover{background:var(--oro);color:var(--navy);text-decoration:none}@font-face{font-family:Great Vibes;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/great-vibes.woff2) format("woff2")}.pub-nav-logo{display:flex;align-items:center;gap:.55rem;text-decoration:none}.pub-nav-logo img{height:48px;width:auto;display:block;border-radius:8px}.pub-nav-nombre{font-family:Great Vibes,cursive;font-size:2.2rem;color:var(--oro);line-height:1;white-space:nowrap}.pub-nav-links{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.pub-nav-links a{text-decoration:none;color:#4a4238;font-size:.92rem}.pub-nav-toggle{display:none;background:none;border:none;font-size:1.5rem;line-height:1;color:var(--verde-2);cursor:pointer;padding:.2rem .4rem}.pub-hero{background-size:cover;background-position:center;min-height:78vh;display:flex;align-items:center;justify-content:center}.pub-hero-overlay{background:#00000073;color:#fff;text-align:center;padding:2.5rem 1.5rem;border-radius:16px;max-width:720px;margin:1rem}.pub-hero-overlay h1{font-size:3.4rem;margin:0;letter-spacing:1px;font-family:Georgia,Times New Roman,serif;font-weight:600}.pub-hero-overlay p{margin:.3rem 0;font-size:1.1rem}.pub-hero-sub{opacity:.9;font-size:.98rem!important;margin:.8rem 0 1.4rem!important}.pub-sec{max-width:1000px;margin:0 auto;padding:3rem 1.2rem}:root{--navy: #16213e;--navy-2: #1e2a4a;--navy-borde: #33406b;--oro: #d0a952}.pub-head{margin-bottom:1.8rem}.pub-eyebrow{color:var(--oro);letter-spacing:.35em;text-transform:uppercase;font-size:.78rem;font-weight:700}.pub-head .pub-titulo{font-family:Georgia,Times New Roman,serif;font-size:2.7rem;font-weight:700;color:var(--navy);margin:.35rem 0 .55rem;line-height:1.05;text-align:left}.pub-rule{width:72px;height:3px;background:var(--oro);border:0;margin:0}.pub-sub2{color:#7a7266;font-style:italic;margin:1rem 0 0;max-width:620px}.pub-dark{background:var(--navy);color:#e8ebf3}.pub-sec.pub-dark{max-width:none}.pub-sec.pub-dark>*{max-width:1000px;margin-left:auto;margin-right:auto}.pub-dark .pub-titulo{color:#fff}.pub-dark .pub-sub2{color:#b9c0d4}.pub-dark .pub-vacio{color:#cbd2e0}.pub-dark .pub-plan-tipo{color:#fff}.pub-dark .pub-plan{background:var(--navy-2);border-color:var(--navy-borde);color:#e8ebf3}.pub-dark .pub-plan.destacado{border-color:var(--oro);box-shadow:0 8px 28px #00000059}.pub-dark .pub-plan-nom{color:#fff}.pub-dark .pub-plan-sub{color:#b9c0d4}.pub-dark .pub-plan-precio{color:var(--oro)}.pub-dark .pub-plan-incluye li{border-bottom-color:#ffffff1a;color:#dfe3ee}.pub-dark .pub-plan-incluye li:before{color:var(--oro)}.pub-agenda{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.2rem}.pub-agenda-card{display:flex;gap:1rem;background:#fff;border:1px solid var(--borde);border-left:4px solid var(--oro);border-radius:14px;padding:1.1rem 1.2rem}.pub-agenda-fecha{flex-shrink:0;width:66px;height:66px;background:var(--navy);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center}.pub-agenda-fecha .dia{font-family:Georgia,serif;font-size:1.55rem;font-weight:700;color:var(--oro);line-height:1}.pub-agenda-fecha .mes{font-size:.62rem;letter-spacing:.15em;color:#fff;margin-top:3px}.pub-agenda-nom{font-family:Georgia,serif;font-size:1.15rem;font-weight:700;color:#33302b}.pub-agenda-desc{color:#7a7266;font-size:.88rem;margin:.25rem 0 .55rem}.pub-agenda-badge{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.04em;padding:.2rem .65rem;border-radius:999px}.pub-agenda-badge.boda{background:#fce7f3;color:#be185d}.pub-agenda-badge.xv{background:#f3e8ff;color:#7e22ce}.pub-agenda-badge.corp{background:#e0eaff;color:#1d4ed8}.pub-agenda-badge.cumple{background:#fef3c7;color:#b45309}.pub-agenda-badge.aniv{background:#ffe4e6;color:#be123c}.pub-agenda-badge.otro{background:#e5e7eb;color:#374151}.pub-dark .pub-contacto-info{color:#cbd2e0}.pub-dark .pub-contacto-info a{color:var(--oro)}.pub-sec.alt{background:#f0e9da;max-width:none}.pub-sec.alt>*{max-width:1000px;margin-left:auto;margin-right:auto}.pub-sub{text-align:center;color:#7a7266;margin:0 0 1.5rem}.pub-vacio{text-align:center;color:#7a7266}.pub-nota{text-align:center;color:#7a7266;font-size:.85rem;margin-top:1.2rem}.pub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.8rem}.pub-foto{padding:0;border:0;cursor:pointer;border-radius:12px;overflow:hidden;background:#eee}.pub-foto img{width:100%;height:200px;object-fit:cover;display:block;transition:transform .3s}.pub-foto:hover img{transform:scale(1.05)}.pub-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;z-index:50;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;cursor:zoom-out}.pub-lightbox img{max-width:95%;max-height:88%;border-radius:8px}.pub-lightbox-cap{color:#fff;margin-top:.6rem}.pub-cal{max-width:420px;margin:0 auto;border:1px solid var(--borde);border-radius:14px;padding:1rem;background:#fff}.pub-cal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem}.pub-cal-head button{border:0;background:#f2ece1;width:34px;height:34px;border-radius:8px;cursor:pointer;font-size:1.1rem}.pub-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.pub-cal-dow{text-align:center;font-size:.75rem;color:#8a998f;padding:.2rem 0}.pub-cal-dia{text-align:center;padding:.5rem 0;border-radius:8px;font-size:.9rem}.pub-cal-dia.libre{background:#e7f5e8;color:#1b5e20;font-weight:600}.pub-cal-dia.ocupado{background:#fde2e2;color:#b42318;text-decoration:line-through}.pub-cal-dia.pasado{color:#c3ccc6}.pub-cal-ref{display:flex;gap:1.2rem;justify-content:center;margin-top:.8rem;font-size:.82rem;color:#7a7266}.pub-cal-ref .dot{display:inline-block;width:11px;height:11px;border-radius:3px;margin-right:.3rem;vertical-align:middle}.pub-cal-ref .dot.libre{background:#e7f5e8;border:1px solid #1b5e20}.pub-cal-ref .dot.ocupado{background:#fde2e2;border:1px solid #b42318}.pub-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.pub-card{border:1px solid var(--borde);border-radius:12px;padding:1.1rem;background:#fff}.pub-card-nom{font-weight:700}.pub-card-desc{color:#7a7266;font-size:.85rem;margin:.3rem 0}.pub-card-precio{color:var(--verde-2);font-weight:800;font-size:1.2rem;margin-top:.4rem}.pub-contacto{text-align:center}.pub-contacto-info{margin-top:1.2rem;color:#4a4238;line-height:1.7}.pub-footer{background:var(--navy);color:#e8ebf3;text-align:center;padding:1.5rem 1rem}.pub-social{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap;margin-top:.6rem}.pub-social a{color:var(--oro);text-decoration:none}.pub-plan-tipo{text-align:center;color:var(--verde-2);font-family:Georgia,serif;font-size:1.3rem;margin:1.5rem 0 1rem}.pub-planes{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.2rem;align-items:start}.pub-plan{position:relative;border:1px solid var(--borde);border-radius:16px;padding:1.6rem 1.3rem;background:#fff;display:flex;flex-direction:column;text-align:center}.pub-plan.destacado{border:2px solid var(--verde);box-shadow:0 8px 24px #b08d462e}.pub-plan-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--verde);color:#fff;font-size:.72rem;font-weight:700;padding:.25rem .8rem;border-radius:999px;white-space:nowrap}.pub-plan-nom{font-family:Georgia,serif;font-size:1.5rem;color:var(--verde-2)}.pub-plan-sub{color:#7a7266;font-size:.88rem;margin-top:.2rem}.pub-plan-precio{font-size:1.3rem;font-weight:800;color:#33302b;margin:.8rem 0}.pub-plan-incluye{list-style:none;padding:0;margin:.5rem 0 1.2rem;text-align:left;flex:1}.pub-plan-incluye li{padding:.3rem 0 .3rem 1.5rem;position:relative;font-size:.9rem;border-bottom:1px solid #f0ece4}.pub-plan-incluye li:before{content:"✓";position:absolute;left:0;color:var(--verde);font-weight:700}.pub-deco-foto{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:12px;margin:-.4rem 0 .9rem}.pub-prox{max-width:620px;margin:0 auto;display:flex;flex-direction:column;gap:.7rem}.pub-prox-item{display:flex;align-items:center;gap:1rem;background:#fff;border:1px solid var(--borde);border-left:4px solid var(--verde);border-radius:12px;padding:.8rem 1.1rem}.pub-prox-emoji{font-size:1.8rem}.pub-prox-nom{font-weight:700;font-size:1.05rem}.pub-prox-fecha{color:#7a7266;font-size:.9rem}@media(max-width:820px){.pub-hero-overlay h1{font-size:2.2rem}.pub-head .pub-titulo{font-size:2rem}.pub-nav-toggle{display:block}.pub-nav-links{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:var(--navy);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 8px 20px #00000059}.pub-nav-links.abierto{display:flex}.pub-nav-links a{padding:.85rem 1.2rem;border-top:1px solid rgba(255,255,255,.08);font-size:1rem}.pub-nav-links a.pub-btn,.pub-nav-links a.pub-btn-ghost{margin:.6rem 1.2rem;text-align:center;border-top:none}}.recibo-wrap{max-width:480px;margin:2rem auto;padding:0 1rem}.recibo{background:#fff;border:1px solid var(--borde);border-radius:12px;padding:1.5rem}.recibo-head{text-align:center}.recibo-head h2{margin:0;color:var(--primario)}.recibo hr{border:0;border-top:1px solid var(--borde);margin:.8rem 0}.recibo-row{display:flex;justify-content:space-between;padding:.3rem 0}.recibo-row span{color:var(--muted)}.recibo-monto{text-align:center;font-size:1.8rem;font-weight:700;margin:1rem 0;color:var(--primario)}.recibo-pie{text-align:center;color:var(--muted);font-size:.85rem;margin-top:1.2rem}.playlist{list-style:decimal inside;padding:0}.playlist li{display:flex;align-items:center;gap:.5rem;padding:.5rem .25rem;border-bottom:1px solid var(--borde)}.playlist li span{flex:1}.playlist li small{color:var(--muted)}.cat-page{max-width:760px;margin:0 auto;padding:1.5rem 1.2rem 3rem;background:#faf7f1;min-height:100vh}.cat-brand{display:flex;align-items:center;gap:12px;border-bottom:2px solid var(--oro);padding-bottom:12px;margin-bottom:1.2rem}.cat-brand img{height:56px;width:auto;border-radius:8px}.cat-marca{font-family:Great Vibes,cursive;font-size:2.4rem;color:var(--verde-2);line-height:1}.cat-marca-sub{color:#7a7266;font-size:.85rem}.cat-head{text-align:center;margin-bottom:1.4rem}.cat-head .pub-eyebrow{display:block}.cat-titulo{font-family:Georgia,Times New Roman,serif;font-size:2.2rem;color:var(--navy);margin:.2rem 0 .4rem}.cat-rule{width:70px;height:3px;background:var(--oro);margin:.3rem auto .6rem}.cat-nota{color:#7a7266;font-size:.9rem;font-style:italic;margin:0}.cat-cat{margin-bottom:1.5rem;break-inside:avoid}.cat-cat h2{font-family:Georgia,serif;text-align:left;color:var(--verde-2);font-size:1.3rem;border-bottom:1px solid var(--borde);padding-bottom:.3rem;margin:0 0 .6rem}.cat-item{padding:.55rem 0;border-bottom:1px solid #f0ece4;break-inside:avoid}.cat-item-top{display:flex;justify-content:space-between;gap:1rem;align-items:baseline}.cat-item-nom{font-weight:700;color:#33302b;display:inline-flex;align-items:center;gap:.5rem}.cat-item-foto{width:52px;height:52px;object-fit:cover;border-radius:8px;flex:0 0 auto}.cat-item-precio{color:var(--verde-2);font-weight:700;white-space:nowrap}.cat-item-det{color:#6a6358;font-size:.86rem;margin-top:.15rem}.cat-cta{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap;margin:1.6rem 0 1rem}.cat-foot{text-align:center;color:#7a7266;font-size:.8rem;border-top:1px solid var(--borde);padding-top:1rem;margin-top:1rem}@media print{.cat-page{max-width:none;padding:0;background:#fff}.cat-cta{display:none}}.cat-item-top{flex-wrap:wrap}.pub-videos{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.4rem;align-items:start}.pub-video-box{position:relative;padding-top:56.25%;border-radius:14px;overflow:hidden;background:#000;box-shadow:0 8px 24px #00000026}.pub-video-box iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.pub-video-file{width:100%;max-height:72vh;border-radius:14px;background:#000;display:block;box-shadow:0 8px 24px #00000026}.pub-video-cap{text-align:center;color:#7a7266;margin-top:.5rem;font-size:.92rem}.wa-float{position:fixed;right:18px;bottom:18px;z-index:45;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.7rem;box-shadow:0 6px 18px #00000047;text-decoration:none;transition:transform .2s ease;animation:wa-pulse 2.6s infinite}.wa-float:hover{transform:scale(1.08);text-decoration:none}@keyframes wa-pulse{0%{box-shadow:0 6px 18px #00000047,0 0 #25d36680}70%{box-shadow:0 6px 18px #00000047,0 0 0 16px #25d36600}to{box-shadow:0 6px 18px #00000047,0 0 #25d36600}}.pub-lb-nav{position:fixed;top:50%;transform:translateY(-50%);background:#ffffff26;color:#fff;border:0;width:46px;height:64px;font-size:2.2rem;line-height:1;cursor:pointer;border-radius:10px;z-index:51}.pub-lb-nav.izq{left:12px}.pub-lb-nav.der{right:12px}.pub-lb-nav:hover{background:#ffffff4d}.pub-lb-cerrar{position:fixed;top:14px;right:16px;background:#ffffff26;color:#fff;border:0;width:40px;height:40px;border-radius:50%;font-size:1.1rem;cursor:pointer;z-index:52}.pub-lb-cerrar:hover{background:#ffffff4d}@keyframes pub-reveal{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:no-preference){@supports (animation-timeline: view()){.pub-sec{animation:pub-reveal linear both;animation-timeline:view();animation-range:entry 0% entry 42%}}}.pub-testis{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.2rem;align-items:start}.pub-testi{background:#fff;border:1px solid var(--borde);border-radius:16px;padding:1.4rem 1.3rem;margin:0;box-shadow:0 6px 20px #0000000d;position:relative}.pub-testi-stars{color:var(--oro);letter-spacing:2px;font-size:1.05rem}.pub-testi blockquote{margin:.5rem 0 .9rem;font-family:Georgia,serif;font-style:italic;color:#4a4238;line-height:1.5}.pub-testi figcaption{color:#7a7266;font-size:.9rem}.pub-testi figcaption b{color:var(--navy);font-style:normal}.pp-page{max-width:640px;padding-bottom:6rem}.pp-invitados{text-align:center;margin:0 0 1.4rem}.pp-invitados label{font-weight:600;color:var(--navy);display:inline-flex;align-items:center;gap:.6rem}.pp-invitados input{width:110px;font-size:1.2rem;text-align:center;padding:.5rem;border:2px solid var(--oro);border-radius:10px}.modal-fondo{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem;z-index:1000;overflow:auto}.modal-caja{background:#fff;border-radius:14px;padding:1.2rem 1.4rem;max-width:720px;width:100%;box-shadow:0 12px 40px #00000040}.pp-thumb{width:48px;height:48px;object-fit:cover;border-radius:8px;flex:0 0 auto}.pp-qty{display:inline-flex;align-items:center;gap:.1rem;flex:0 0 auto;margin-left:.4rem}.pp-qty button{width:32px;height:32px;border:1.5px solid var(--oro);background:#fff;color:var(--navy);border-radius:8px;font-size:1.2rem;line-height:1;cursor:pointer;font-weight:700;padding:0}.pp-qty button:disabled{opacity:.35;cursor:default}.pp-qty-n{width:3rem;text-align:center;font-weight:700;color:var(--navy);font-size:1.05rem;border:1.5px solid var(--borde);border-radius:8px;padding:.35rem .2rem;-moz-appearance:textfield}.pp-qty-n::-webkit-outer-spin-button,.pp-qty-n::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pp-datos{display:flex;gap:.6rem;flex-wrap:wrap}.pp-datos input{flex:1 1 220px;padding:.6rem .7rem;border:1px solid var(--borde);border-radius:10px;font-size:1rem}.pp-guardado{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;border-radius:10px;padding:.6rem .8rem;margin:.6rem 0;font-weight:600;text-align:center}.pp-cap{margin-top:.5rem;font-size:.85rem;color:#9a9284}.pp-cap.tope{color:#b45309;font-weight:600}.pp-cat{margin-bottom:1.4rem}.pp-cat h2{font-family:Georgia,serif;text-align:left;color:var(--verde-2);font-size:1.2rem;border-bottom:1px solid var(--borde);padding-bottom:.3rem;margin:0 0 .5rem}.pp-hint{font-family:Segoe UI,sans-serif;font-size:.78rem;color:#9a9284;font-style:italic;font-weight:400}.pp-opt{display:flex;align-items:flex-start;gap:.6rem;padding:.7rem .8rem;border:1px solid var(--borde);border-radius:12px;margin-bottom:.5rem;cursor:pointer;background:#fff;transition:border-color .15s,box-shadow .15s}.pp-opt.sel{border-color:var(--oro);box-shadow:0 3px 12px #b08d462e}.pp-opt input{width:auto;margin-top:.25rem;flex:0 0 auto}.pp-opt-nom{flex:1;color:#33302b;font-weight:600}.pp-opt-nom small{color:#9a9284;font-weight:400}.pp-opt-det{color:#7a7266;font-size:.82rem;font-weight:400;margin-top:.15rem}.pp-opt-precio{color:var(--verde-2);font-weight:700;white-space:nowrap}.pp-total{position:sticky;bottom:0;background:var(--navy);color:#fff;border-radius:14px;padding:.9rem 1.2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.4rem;box-shadow:0 -6px 20px #00000026;flex-wrap:wrap}.pp-total-lbl{font-size:.8rem;color:#c9d0e0}.pp-total-num{font-size:1.7rem;font-weight:800;color:var(--oro);line-height:1.1}.pp-fijo{background:#f6f1e6;border-color:var(--oro);cursor:default}.pp-check{color:#166534;font-weight:800;font-size:1.15rem;flex:0 0 auto;margin-top:.05rem}
