:root{--color-bg: #fff7ed;--color-surface: #ffffff;--color-primary: #7c2d12;--color-text: #1c1917;--color-muted: #78716c;--color-danger: #b91c1c;--color-ok: #15803d;color-scheme:light}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:var(--color-bg);color:var(--color-text)}.app-shell{height:100%;display:flex;flex-direction:column;overflow:hidden}.app-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--color-primary);color:#fff;font-weight:600}.app-header button{background:transparent;border:1px solid rgba(255,255,255,.6);color:#fff;border-radius:.4rem;padding:.35rem .75rem}.app-header-actions{display:flex;align-items:center;gap:.75rem}.app-header-link{color:#fff;text-decoration:underline;font-size:.9rem}.empresa-form{display:flex;flex-direction:column;gap:.5rem;max-width:320px}.empresa-form input{padding:.5rem;border:1px solid #d6d3d1;border-radius:.4rem;font-size:.95rem}.empresa-form button{margin-top:.25rem;padding:.6rem;background:var(--color-primary);color:#fff;border:none;border-radius:.4rem;font-weight:600}.empresa-creada{margin-top:1rem;padding:.75rem;background:#dcfce7;border-radius:.5rem}.empresa-creada code{word-break:break-all}.empresa-list li.empresa-row{display:flex;flex-direction:column;align-items:stretch;gap:.5rem;padding:.75rem 0}.empresa-row-info{display:flex;flex-direction:column;gap:.15rem}.empresa-row-meta{font-size:.8rem;color:var(--color-muted)}.empresa-row-meta code{word-break:break-all}.empresa-row-actions{display:flex;gap:.5rem}.empresa-row-actions button{padding:.35rem .75rem;border:1px solid #d6d3d1;border-radius:.4rem;background:var(--color-bg);font-size:.85rem}.empresa-edit-fields{display:flex;flex-direction:column;gap:.4rem;max-width:320px}.empresa-edit-fields input{padding:.4rem;border:1px solid #d6d3d1;border-radius:.4rem}.app-content{flex:1;padding:1rem;overflow-y:auto}.login-page{flex:1;display:flex;align-items:center;justify-content:center;padding:1.5rem}.login-form{width:100%;max-width:320px;display:flex;flex-direction:column;gap:.5rem;background:var(--color-surface);padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a}.login-form input{padding:.6rem;border:1px solid #d6d3d1;border-radius:.4rem;font-size:1rem}.login-form button{margin-top:.5rem;padding:.7rem;background:var(--color-primary);color:#fff;border:none;border-radius:.4rem;font-size:1rem}.login-error{color:var(--color-danger);margin:0;font-size:.85rem}.date-range-picker{background:var(--color-surface);border-radius:.75rem;padding:.75rem;box-shadow:0 1px 3px #0000000f;align-self:flex-start;width:fit-content}.date-presets{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.6rem;padding-bottom:.6rem;border-bottom:1px solid #f0efed}.date-presets button{padding:.4rem .75rem;border:1px solid #d6d3d1;border-radius:.4rem;background:var(--color-bg);color:var(--color-text);font-size:.8rem;font-weight:600}.date-presets button:active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.date-inputs{display:flex;gap:.75rem;flex-wrap:wrap}.date-inputs>div{flex:0 0 auto;width:145px}.date-inputs label{display:block;font-size:.75rem;color:var(--color-muted);margin-bottom:.2rem}.date-inputs input{width:100%;padding:.4rem;border:1px solid #d6d3d1;border-radius:.4rem;font-size:.9rem}.screen h1{font-size:1.1rem;margin:0 0 .75rem}.screen h2{font-size:.95rem;margin:1rem 0 .4rem;color:var(--color-muted)}.kpi-total{font-size:1.6rem;font-weight:700;margin:.25rem 0 .75rem}.kpi-total-small{font-size:1.25rem;margin-bottom:.5rem}.card{background:var(--color-surface);border-radius:.75rem;padding:1rem;box-shadow:0 1px 3px #00000014;margin-bottom:1rem}.card-label{display:block;font-size:.8rem;font-weight:600;color:var(--color-muted);text-transform:uppercase;letter-spacing:.02em}.card-principal{background:var(--color-primary)}.card-principal .card-label,.card-principal .kpi-total{color:#fff}.card-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width: 640px){.card-grid{grid-template-columns:repeat(2,1fr)}}.card-link{text-decoration:none;color:inherit;display:block;cursor:pointer;transition:transform .1s ease}.card-link:active{transform:scale(.98)}.back-link{display:inline-block;margin-bottom:.75rem;color:var(--color-primary);text-decoration:none;font-size:.9rem;font-weight:600}.list{list-style:none;margin:0;padding:0}.list li{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f0efed}.screen select{display:block;width:100%;padding:.5rem;margin-bottom:.75rem;border:1px solid #d6d3d1;border-radius:.4rem;font-size:1rem;background:var(--color-surface)}.stock-list li{align-items:center}.stock-meta{display:block;font-size:.75rem;color:var(--color-muted)}.stock-qty{font-weight:700;color:var(--color-danger)}.estado-badge{padding:.25rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;white-space:nowrap}.estado-ok{background:#dcfce7;color:var(--color-ok)}.estado-off{background:#fee2e2;color:var(--color-danger)}.dashboard-header-row{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:2px solid #e7c9b8}@media (min-width: 900px){.dashboard-header-row{flex-direction:row;align-items:stretch}}.dashboard-summary-strip{flex:1;min-width:0;display:flex;flex-wrap:wrap;gap:.5rem;align-content:stretch;align-items:stretch}.dashboard-summary-strip .card{position:relative;flex:0 0 auto;width:155px;margin-bottom:0;padding:.5rem .65rem;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden}.estado-dot{position:absolute;top:.4rem;right:.4rem;width:8px;height:8px;border-radius:50%}.estado-dot-ok{background:var(--color-ok)}.estado-dot-off{background:var(--color-danger)}.dashboard-summary-strip .card-label{font-size:.65rem}.dashboard-summary-strip .kpi-total{font-size:1.05rem;margin:.15rem 0 0;text-align:center}.card-principal .card-label{text-align:center}.dashboard-summary-strip .card-header-row{gap:.25rem;flex-wrap:wrap;row-gap:.15rem}.dashboard-summary-strip .mini-forma-pago{list-style:none;margin:.25rem 0 0;padding:.25rem 0 0;border-top:1px solid rgba(0,0,0,.08);font-size:.6rem}.card-principal .mini-forma-pago{border-top-color:#ffffff40;color:#fff}.dashboard-summary-strip .mini-forma-pago li{display:flex;justify-content:space-between;gap:.35rem}.card-principal .tasa-bcv{color:#fff}.dashboard-summary-strip .tasa-bcv{margin:.25rem 0 0;font-size:.6rem;opacity:.85}.dashboard-summary-strip .estado-badge{padding:.15rem .4rem;font-size:.6rem;background:#fff9}.card-panaderia-online{background:#dcfce7}.card-panaderia-offline{background:#fee2e2}.dashboard-bottom-row{display:grid;grid-template-columns:1fr;gap:.5rem}@media (min-width: 900px){.dashboard-bottom-row{grid-template-columns:1fr 1fr}}.dashboard-bottom-row .dashboard-col-split{display:flex;flex-direction:column;gap:.5rem;min-height:0}.dashboard-bottom-row .dashboard-col-split .dashboard-panel{flex:1;min-height:0}.dashboard-panel{background:var(--color-surface);border-radius:.75rem;padding:1rem;box-shadow:0 1px 3px #00000014}.dashboard-panel h2{margin-top:0}.scroll-box{max-height:320px;overflow-y:auto;padding-right:.25rem}@media (min-width: 900px){.dashboard-page{display:flex;flex-direction:column;height:100%;min-height:0}.dashboard-page>h1,.dashboard-page>.dashboard-header-row{flex-shrink:0}.dashboard-page>.dashboard-bottom-row{flex:1;min-height:0}.dashboard-bottom-row .dashboard-panel{display:flex;flex-direction:column;min-height:0;overflow:hidden}.dashboard-bottom-row .dashboard-panel .dashboard-section{display:flex;flex-direction:column;flex:1;min-height:0}.dashboard-bottom-row .scroll-box{flex:1;min-height:0;max-height:none}}.dashboard-section{margin:0}.card-header-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.card-header-row .card-label{margin:0}.viz-root{position:relative;flex:1;min-height:0;display:flex;flex-direction:column}.chart-svg{width:100%;flex:1;min-height:0;display:block}.chart-gridline{stroke:#e7e5e4;stroke-width:1}.chart-axis-label{fill:var(--color-muted);font-size:9px}.chart-value-label{fill:var(--color-text);font-size:9px;font-weight:600}.chart-line{stroke:#2a78d6;stroke-width:2;stroke-linejoin:round;stroke-linecap:round}.chart-dot{fill:#2a78d6;stroke:var(--color-surface);stroke-width:2}.chart-crosshair{stroke:#d6d3d1;stroke-width:1}.chart-bar{transition:opacity .1s ease}.chart-bar:hover{opacity:.85}.chart-empty{color:var(--color-muted);font-size:.85rem}.chart-tooltip{position:absolute;top:0;right:0;background:var(--color-text);color:#fff;border-radius:.4rem;padding:.35rem .6rem;font-size:.75rem;display:flex;flex-direction:column;gap:.1rem;pointer-events:none}.chart-legend{display:flex;flex-wrap:wrap;flex-shrink:0;gap:.5rem .75rem;margin-top:.4rem;font-size:.75rem;color:var(--color-muted)}.chart-legend-item{display:flex;align-items:center;gap:.3rem}.chart-legend-dot{width:8px;height:8px;border-radius:50%;display:inline-block}
