:root{--agudef:#2c7a7b;--agudef-600:#16a085;--agudef-700:#1f5859;--agudef-800:#0e6655;--agudef-400:#48c9b0;--agudef-300:#7edbc6;--agudef-100:#d4ecec;--agudef-50:#ecf6f6;--bosque:#1b7a5a;--bosque-texto:#0f2a22;--bosque-soft:#2c3f38;--bosque-muted:#7b958c;--bosque-line:#e6eeeb;--bosque-line-soft:#eef3f1;--bosque-bg-50:#f3f9f6;--bosque-bg-100:#e8f3ee;--bosque-bg-200:#d4e8dd;--bosque-bg-soft:#f7faf9;--acento:#f39c12;--acento-600:#d68910;--acento-700:#b9770e;--acento-300:#fbbf77;--acento-100:#fdebd0;--ink:#1a202c;--ink-muted:var(--ink-soft);--ink-soft:#718096;--line:#e2e8f0;--line-soft:#edf2f7;--surface:#fff;--surface-alt:#f8f9fa;--surface-ghost:#fafafa;--ok:#27ae60;--ok-bg:#eafaf1;--warn:#f39c12;--warn-bg:#fef5e7;--danger:#c53030;--danger-bg:#fdecea;--danger-line:#f4d4d4;--danger-bg-soft:#fdecec;--danger-bg-light:#fdf4f4;--danger-soft:#c03a3a;--info:#2b6cb0;--info-bg:#eaf4fb;--shadow-xs:0 1px 4px #0000000a;--shadow-sm:0 1px 3px #0f172a0f, 0 1px 2px #0f172a0a;--shadow:var(--shadow-md);--shadow-lg:0 12px 30px #0f172a1a, 0 4px 10px #0f172a0d;--shadow-bosque:0 1px 2px #0f2a220a, 0 8px 24px -8px #0f2a2214;--shadow-bosque-lg:0 20px 40px -12px #0f2a222e;--shadow-bosque-xl:0 20px 40px -12px #0f2a2238, 0 2px 4px #0f2a220f;--r-xs:4px;--r-sm:6px;--r:8px;--r-md:12px;--r-lg:16px;--r-xl:20px;--r-2xl:24px;--r-full:999px;--t-fast:.15s ease;--t:.25s ease;--t-slow:.26s ease;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;--font-serif:"Fraunces", Georgia, serif;--font-product:"Manrope", system-ui, sans-serif;--bs-primary:var(--agudef);--bs-primary-rgb:44, 122, 123;--bs-link-color:var(--agudef-700);--bs-link-hover-color:var(--agudef-800);--bs-border-color:var(--line);--bs-body-color:var(--ink);--bs-body-bg:var(--surface-alt);--bs-secondary-color:var(--ink-muted)}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--surface-alt);color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.55}h1,h2,h3,h4,h5,h6{color:var(--ink);letter-spacing:-.01em;font-weight:600}h1{letter-spacing:-.02em;font-weight:700}a{color:var(--agudef-700);transition:color var(--t-fast);text-decoration:none}a:hover{color:var(--agudef-800);text-decoration:underline}::selection{background:var(--agudef-100);color:var(--agudef-800)}hr{border-color:var(--line);opacity:1}.u-divider{background:var(--line);height:1px;margin:1.5rem 0}.u-muted{color:var(--ink-soft)!important}.u-agudef{color:var(--agudef-700)!important}.u-bg-soft{background:var(--agudef-50)!important}.skeleton{background:linear-gradient(90deg, var(--line-soft) 0%, var(--line) 50%, var(--line-soft) 100%);border-radius:var(--r-sm);background-size:200% 100%;animation:1.3s linear infinite skeleton-shine}@keyframes skeleton-shine{to{background-position:-200% 0}}.spinner-agudef{border:2px solid var(--agudef-100);border-top-color:var(--agudef);border-radius:50%;width:20px;height:20px;animation:.72s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.btn{border-radius:var(--r);transition:background var(--t-fast), border-color var(--t-fast), color var(--t-fast), transform var(--t-fast), box-shadow var(--t-fast);padding:.55rem 1.1rem;font-weight:500}.btn:active{transform:translateY(1px)}.btn-primary,.btn-agudef{background:var(--agudef);border-color:var(--agudef);color:#fff}.btn-primary:hover,.btn-agudef:hover{background:var(--agudef-600);border-color:var(--agudef-600);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:focus,.btn-agudef:focus{box-shadow:0 0 0 3px var(--agudef-100)}.btn-outline-agudef{border:1px solid var(--agudef);color:var(--agudef-700);background:0 0}.btn-outline-agudef:hover{background:var(--agudef-50);color:var(--agudef-800)}.btn-acento{background:var(--acento);border-color:var(--acento);color:#fff}.btn-acento:hover{background:var(--acento-600);border-color:var(--acento-600);color:#fff;box-shadow:var(--shadow-sm)}.btn-ghost{border:1px solid var(--line);color:var(--ink-muted);background:0 0}.btn-ghost:hover{background:var(--surface);color:var(--ink);border-color:var(--agudef-300)}.btn-primary{letter-spacing:.3px;font-weight:700}.btn-sm{padding:.35rem .75rem;font-size:.875rem}.btn-lg{padding:.75rem 1.5rem;font-size:1.0625rem}.form-control,.form-select{border:1px solid var(--line);border-radius:var(--r);transition:border-color var(--t-fast), box-shadow var(--t-fast);background:var(--surface);padding:.55rem .85rem}.form-control:focus,.form-select:focus{border-color:var(--agudef);box-shadow:0 0 0 3px var(--agudef-100)}.form-label{color:var(--ink);margin-bottom:.35rem;font-size:.92rem;font-weight:500}.form-text{color:var(--ink-soft);font-size:.82rem}.input-group-text{background:var(--surface-alt);border-color:var(--line);color:var(--ink-muted)}.was-validated .form-control:valid,.form-control.is-valid{border-color:var(--ok)}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:var(--danger)}.card{border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface);box-shadow:var(--shadow-xs);transition:box-shadow var(--t), transform var(--t)}.card-header{background:var(--surface);border-bottom:1px solid var(--line-soft);padding:.9rem 1.15rem;font-weight:600}.card-body{padding:1.15rem}.card-footer{background:var(--surface-ghost);border-top:1px solid var(--line-soft);padding:.85rem 1.15rem}.badge{border-radius:var(--r-sm);letter-spacing:.01em;padding:.35em .65em;font-weight:600}.auth-icon{background:var(--agudef-50);width:70px;height:70px;color:var(--agudef-700);border-radius:50%;justify-content:center;align-items:center;margin:1.5rem auto 3rem;font-size:2rem;display:flex}body{background:linear-gradient(135deg,#f4f8fb 0%,#e9f2f1 100%)}.alert{border-radius:var(--r);border:1px solid #0000;border-left-width:3px;padding:.85rem 1.1rem}.alert-success{background:var(--ok-bg);border-left-color:var(--ok);color:var(--ok)}.alert-warning{background:var(--warn-bg);border-left-color:var(--warn);color:var(--warn)}.alert-danger{background:var(--danger-bg);border-left-color:var(--danger);color:var(--danger)}.alert-info{background:var(--info-bg);border-left-color:var(--info);color:var(--info)}.toast-container{z-index:1080;pointer-events:none;flex-direction:column;gap:.5rem;display:flex;position:fixed;top:1rem;right:1rem}.toast-agudef{pointer-events:auto;background:var(--surface);border:1px solid var(--line);border-left:3px solid var(--agudef);border-radius:var(--r);min-width:260px;box-shadow:var(--shadow);align-items:flex-start;gap:.6rem;padding:.75rem 1rem;font-size:.92rem;animation:.22s toast-in;display:flex}.toast-agudef.is-ok{border-left-color:var(--ok)}.toast-agudef.is-warn{border-left-color:var(--warn)}.toast-agudef.is-danger{border-left-color:var(--danger)}.toast-agudef__icon{flex-shrink:0;font-size:1.1rem;line-height:1}.toast-agudef__msg{color:var(--ink);flex:1}.toast-agudef.is-leaving{animation:.18s forwards toast-out}@keyframes toast-in{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:none}}@keyframes toast-out{to{opacity:0;transform:translate(18px)}}.table{background:var(--surface);border-radius:var(--r-md);overflow:hidden}.table>:not(caption)>*>*{border-bottom-color:var(--line-soft);padding:.85rem 1rem}.table>thead{background:var(--surface-ghost);text-transform:uppercase;letter-spacing:.04em;color:var(--ink-soft);font-size:.82rem}.table>thead th{font-weight:600}.table-hover>tbody>tr:hover>*{background:var(--agudef-50)}.hero{background:linear-gradient(135deg, var(--agudef-700) 0%, var(--agudef) 65%, var(--agudef-400) 100%);color:#fff;border-radius:0 0 var(--r-lg) var(--r-lg);margin-bottom:2rem;padding:3rem 0;position:relative;overflow:hidden}.hero:after{content:"";background:#ffffff0f;border-radius:50%;width:280px;height:280px;position:absolute;top:-80px;right:-80px}.hero h1{color:#fff;margin-bottom:.5rem}.hero p{color:#ffffffe0;max-width:560px}.section-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;display:flex}.section-header h2{margin:0;font-size:1.35rem}.tracking-wrapper{grid-template-columns:minmax(0,1fr) 320px;gap:1.25rem;display:grid}@media (width<=991px){.tracking-wrapper{grid-template-columns:1fr}}.tracking-map{border-radius:var(--r-md);border:1px solid var(--line);height:540px;box-shadow:var(--shadow-sm);background:var(--surface-ghost);overflow:hidden}@media (width<=768px){.tracking-map{height:380px}}.tracking-panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md);box-shadow:var(--shadow-xs);padding:1.15rem}.tracking-status{border-radius:var(--r-full);background:var(--agudef-100);color:var(--agudef-800);align-items:center;gap:.4rem;padding:.3rem .75rem;font-size:.8rem;font-weight:600;display:inline-flex}.tracking-status:before{content:"";background:var(--agudef);width:7px;height:7px;box-shadow:0 0 0 3px var(--agudef-100);border-radius:50%;animation:1.4s ease-in-out infinite tracking-ping}.tracking-status.is-entregado{background:var(--ok-bg);color:var(--ok)}.tracking-status.is-entregado:before{background:var(--ok);box-shadow:0 0 0 3px var(--ok-bg);animation:none}.tracking-status.is-error{background:var(--danger-bg);color:var(--danger)}.tracking-status.is-error:before{background:var(--danger);box-shadow:0 0 0 3px var(--danger-bg);animation:none}@keyframes tracking-ping{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}.tracking-steps{margin:1rem 0 0;padding:0;list-style:none;position:relative}.tracking-steps li{color:var(--ink-soft);padding:0 0 1.1rem 1.75rem;font-size:.9rem;position:relative}.tracking-steps li:before{content:"";background:var(--line);border:2px solid var(--surface);width:10px;height:10px;box-shadow:0 0 0 1px var(--line);border-radius:50%;position:absolute;top:4px;left:4px}.tracking-steps li:not(:last-child):after{content:"";background:var(--line);width:1px;position:absolute;top:14px;bottom:-2px;left:9px}.tracking-steps li.is-done{color:var(--ink)}.tracking-steps li.is-done:before{background:var(--agudef);box-shadow:0 0 0 1px var(--agudef)}.tracking-steps li.is-current{color:var(--agudef-800);font-weight:600}.tracking-steps li.is-current:before{background:var(--acento);box-shadow:0 0 0 1px var(--acento), 0 0 0 5px var(--acento-100)}.error-page{background:var(--surface-alt);justify-content:center;align-items:center;min-height:calc(100vh - 64px);padding:2rem 1rem;display:flex}.error-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);width:100%;max-width:520px;box-shadow:var(--shadow);text-align:center;padding:2.5rem 2rem}.error-code{background:linear-gradient(135deg, var(--agudef) 0%, var(--agudef-400) 100%);color:#0000;letter-spacing:-.04em;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:5rem;font-weight:800;line-height:1}.error-code.is-warn{background:linear-gradient(135deg, var(--warn) 0%, var(--acento) 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.error-code.is-danger{background:linear-gradient(135deg, var(--danger) 0%, #e53e3e 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.error-title{margin-bottom:.6rem;font-size:1.35rem}.error-text{color:var(--ink-muted);margin-bottom:1.5rem}.error-illustration{background:var(--agudef-50);width:120px;height:120px;color:var(--agudef-700);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.error-illustration.is-warn{background:var(--acento-100);color:var(--acento-700)}.error-illustration.is-danger{background:var(--danger-bg);color:var(--danger)}.error-actions{flex-wrap:wrap;justify-content:center;gap:.6rem;display:flex}.lista-page{min-height:60vh}.lista-buscador{max-width:600px;margin:0 auto 2rem}.lista-buscador .input-group{box-shadow:var(--shadow-sm);border-radius:var(--r);overflow:visible}.lista-buscador .form-control{border-right:0}.lista-buscador .btn{font-weight:600}.lista-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex}.lista-header__titulo{color:var(--ink);margin:0;font-size:1.35rem}.lista-header__titulo .query{color:var(--agudef-700);font-weight:700}.lista-header__contador{color:var(--ink-soft);background:var(--agudef-50);border-radius:var(--r-full);white-space:nowrap;padding:.3rem .75rem;font-size:.88rem;font-weight:500}.lista-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.lista-vacio{background:var(--surface);border:1px dashed var(--line);border-radius:var(--r-md);text-align:center;color:var(--ink-muted);padding:3rem 1.5rem}.lista-vacio__icono{color:var(--agudef-300);margin-bottom:1rem;font-size:3rem;display:block}.lista-vacio__titulo{color:var(--ink);margin-bottom:.35rem;font-size:1.1rem;font-weight:600}.lista-vacio__texto{margin-bottom:1.25rem;font-size:.94rem}@media (width<=575px){.lista-header{flex-direction:column;align-items:flex-start;gap:.5rem}.lista-header__titulo{font-size:1.1rem}}.producto-card{transition:transform var(--t), box-shadow var(--t), border-color var(--t);position:relative;overflow:visible;border:1px solid var(--bosque-line)!important;border-radius:var(--r-lg)!important;background:var(--surface)!important}.producto-card:hover{z-index:10;transform:translateY(-2px);box-shadow:var(--shadow-bosque-lg)!important;border-color:#b9d4cb!important}.producto-link{display:block}.producto-img-wrap{justify-content:center;padding:20px 20px 8px;display:flex}.producto-img-inner{border-radius:var(--r-lg);background:linear-gradient(135deg, var(--bosque-bg-100) 0%, var(--bosque-bg-200) 100%);justify-content:center;align-items:center;width:72px;height:72px;display:flex}.producto-img-inner i{color:var(--bosque);font-size:36px}.producto-codigo{margin-bottom:4px;font-size:11px;color:var(--bosque-muted)!important}.producto-nombre{font-family:var(--font-serif);color:var(--bosque-texto);letter-spacing:-.01em;margin:0 0 12px;font-size:18px;font-weight:600;line-height:1.2}.producto-footer{border-top:1px solid var(--bosque-line-soft);justify-content:space-between;align-items:flex-end;margin-top:8px;padding-top:12px;display:flex}.producto-precio-label{text-transform:uppercase;letter-spacing:.08em;color:var(--bosque-muted);margin-bottom:2px;font-size:9px;display:block}.producto-precio{font-family:var(--font-serif);color:var(--bosque-texto);font-size:22px;font-weight:700;line-height:1}.producto-precio-missing{color:var(--bosque-muted);font-size:18px}.producto-detalle-link{border-radius:var(--r);border:1px solid var(--bosque);color:var(--bosque);transition:background var(--t-fast), color var(--t-fast);white-space:nowrap;background:0 0;padding:6px 10px;font-size:11px;font-weight:600}.producto-card:hover .producto-detalle-link{background:var(--bosque);color:var(--surface)}.producto-badge{border-radius:var(--r-full);letter-spacing:.02em;z-index:5;align-items:center;gap:6px;padding:3px 10px;font-size:10px;font-weight:700;display:inline-flex;position:absolute;top:12px;right:12px}.producto-badge-dot{border-radius:50%;width:6px;height:6px}.badge-disponible{background:var(--bosque-bg-100);color:var(--bosque)}.badge-disponible .producto-badge-dot{background:var(--bosque)}.badge-agotado{background:var(--danger-bg-soft);color:var(--danger-soft)}.badge-agotado .producto-badge-dot{background:var(--danger-soft)}.popover-existencias-wrap{z-index:30;opacity:0;visibility:hidden;pointer-events:none;padding-top:8px;transition:opacity .18s ease-out,transform .18s ease-out,visibility .18s;position:absolute;top:100%;left:0;right:0;transform:translateY(6px)}.producto-card:hover .popover-existencias-wrap{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.popover-existencias{background:var(--surface);border-radius:var(--r-md);box-shadow:var(--shadow-bosque-xl);border:1px solid #d4e4de;overflow:hidden}.popover-existencias-header{border-bottom:1px solid var(--bosque-line-soft);background:var(--bosque-bg-50);color:var(--bosque);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:8px;padding:10px 14px;font-size:11px;font-weight:700;display:flex}.popover-existencias-title{flex:1}.popover-existencias-total{color:var(--bosque);text-transform:none;letter-spacing:0;font-size:11px;font-weight:700}.popover-existencias.sin-stock .popover-existencias-header{background:var(--danger-bg-light);color:var(--danger-soft);border-bottom-color:var(--danger-line)}.popover-existencias-list{max-height:220px;margin:0;padding:6px 0;list-style:none;overflow-y:auto}.popover-existencias-list li{color:var(--bosque-texto);justify-content:space-between;align-items:center;padding:6px 14px;font-size:13.5px;display:flex}.popover-existencias-list li:hover{background:var(--bosque-bg-soft)}.popover-sucursal{color:var(--bosque-soft)}.popover-cantidad{background:var(--bosque-bg-100);color:var(--bosque);border-radius:var(--r-full);text-align:center;min-width:28px;padding:2px 10px;font-size:12px;font-weight:700}.popover-existencias-vacio{align-items:flex-start;gap:10px;padding:14px;display:flex}.popover-existencias-vacio i{color:var(--danger-soft);flex-shrink:0;margin-top:1px;font-size:18px}.popover-existencias-vacio strong{color:var(--bosque-texto);margin-bottom:2px;font-size:13.5px;display:block}.popover-existencias-vacio small{color:var(--bosque-muted);font-size:12px;line-height:1.4;display:block}.detalle-producto{font-family:var(--font-product);color:var(--bosque-texto)}.detalle-breadcrumb{font-size:13px}.detalle-breadcrumb a{color:var(--bosque);text-decoration:none}.detalle-card{background:var(--surface);border:1px solid var(--bosque-line);border-radius:var(--r-xl);box-shadow:var(--shadow-bosque);overflow:hidden}.detalle-imagen{background:linear-gradient(135deg, var(--bosque-bg-100) 0%, var(--bosque-bg-200) 100%);justify-content:center;align-items:center;min-height:320px;padding:40px;display:flex}.detalle-imagen-box{background:var(--surface);border-radius:var(--r-2xl);justify-content:center;align-items:center;width:180px;height:180px;display:flex;box-shadow:0 1px 2px #0f2a220a,0 8px 24px -8px #0f2a221f}.detalle-imagen-box i{color:var(--bosque);font-size:96px}.detalle-info{padding:32px}.detalle-meta{color:var(--bosque-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:11px;font-weight:700}.detalle-nombre{font-family:var(--font-serif);letter-spacing:-.01em;color:var(--bosque-texto);margin:0 0 20px;font-size:34px;font-weight:600;line-height:1.1}.detalle-precio-wrap{border-bottom:1px solid var(--bosque-line-soft);align-items:flex-end;gap:10px;margin-bottom:20px;padding-bottom:16px;display:flex}.detalle-precio{font-family:var(--font-serif);color:var(--bosque-texto);font-size:36px;font-weight:700;line-height:1}.detalle-iva{color:var(--bosque-muted);margin-bottom:4px;font-size:13px}.badge-estado{border-radius:var(--r-full);align-items:center;gap:8px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.badge-estado-ok{background:var(--bosque-bg-100);color:var(--bosque)}.badge-estado-off{background:var(--danger-bg-soft);color:var(--danger-soft)}.detalle-sucursales{background:var(--bosque-bg-soft);border-top:1px solid var(--bosque-line-soft);padding:24px 32px}.detalle-sucursales-header{align-items:center;gap:8px;margin-bottom:14px;display:flex}.detalle-sucursales-header i{color:var(--bosque);font-size:16px}.detalle-sucursales-header h3{color:var(--bosque-texto);margin:0;font-size:14px;font-weight:700}.sucursal-chip{background:var(--surface);border:1px solid var(--bosque-line);border-radius:10px;justify-content:space-between;align-items:center;padding:10px 14px;font-size:13.5px;display:flex}.sucursal-nombre{color:var(--bosque-soft)}.sucursal-cantidad{background:var(--bosque-bg-100);color:var(--bosque);border-radius:var(--r-full);text-align:center;min-width:32px;padding:2px 10px;font-size:12px;font-weight:700}.sucursales-vacio{background:var(--surface);border:1px solid var(--danger-line);border-radius:10px;align-items:flex-start;gap:12px;padding:16px;display:flex}.sucursales-vacio i{color:var(--danger-soft);flex-shrink:0;margin-top:2px;font-size:20px}.sucursales-vacio strong{color:var(--bosque-texto);margin-bottom:2px;font-size:14px;display:block}.sucursales-vacio small{color:#617972;font-size:12px;line-height:1.4;display:block}@media print{.no-print,.navbar-agudef,.footer-agudef,.btn{display:none!important}body{background:#fff}.card{box-shadow:none;border:1px solid #000}}
