:root{--bg:#f6f8ff;--panel:#ffffff;--surface:#eef3ff;--surfaceSoft: rgba(79,140,255,.08);--text:#0b1220;--muted:#4b5b78;--primary:#4f8cff;--danger:#ff4f6d;--border:#e6eaf5}*{box-sizing:border-box}html,body{width:100%;max-width:100%;overflow-x:hidden}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Helvetica Neue,Arial;background:var(--bg);color:var(--text)}#root{min-height:100vh}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.container{width:100%;max-width:1440px;margin:0 auto;padding:16px}@media (min-width: 1800px){.container{max-width:1600px}}.card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px}.pdv-stack{display:flex;flex-direction:column;gap:12px}.pdv-product-grid{display:grid;grid-template-columns:1fr;gap:12px;align-items:start}.pdv-col-left,.pdv-col-right,.pdv-span-2{grid-column:1}@media (min-width: 1100px){.pdv-product-grid{grid-template-columns:1fr;gap:14px}.pdv-col-left,.pdv-col-right,.pdv-span-2{grid-column:1}}.pdv-card{background:var(--panel);border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:14px;box-shadow:0 10px 28px #00000040}.pdv-card-title{font-weight:900;letter-spacing:.2px;margin-bottom:10px;display:flex;align-items:center;gap:10px}.pdv-card-title:before{content:"";width:10px;height:10px;border-radius:3px;background:var(--primary);box-shadow:0 0 0 4px #5cd6ff1f}.row{display:flex;gap:12px;flex-wrap:wrap}.grid{display:grid}.table{width:100%;border-collapse:collapse}.table th,.table td{border-bottom:1px solid var(--border);padding:10px;text-align:left}.table th{color:var(--muted);font-weight:600}.table-responsive{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive::-webkit-scrollbar{height:8px}.table-responsive::-webkit-scrollbar-thumb{background:#0000002e;border-radius:999px}.input{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:10px;color:var(--text);min-width:240px}.input-group{display:flex;align-items:stretch;width:100%;min-width:240px}.input-prefix,.input-suffix{display:flex;align-items:center;justify-content:center;padding:0 10px;background:var(--surface);border:1px solid var(--border);color:var(--muted);font-weight:800}.input-prefix{border-right:0;border-radius:10px 0 0 10px}.input-suffix{border-left:0;border-radius:0 10px 10px 0}.input-group-field{min-width:0;flex:1;border-radius:0}.input-group .input-group-field{border-left:0;border-right:0}.input-group.no-suffix .input-group-field{border-right:1px solid var(--border);border-radius:0 10px 10px 0}.input-group:not(.no-suffix) .input-group-field{border-right:0}.input-group:not(.no-suffix) .input-suffix{border-left:0}.input-group:not(.input-group-readonly) .input-group-field{background:var(--surface)}.input-group-readonly .input-prefix,.input-group-readonly .input-suffix{background:#1d4ed81f;border-color:#1d4ed859}.input-readonly{background:#1d4ed81a!important;border-color:#1d4ed859!important;font-weight:900}.input-group .badge{margin:0;border-color:#1d4ed859;color:#e6eefceb}.input-group .badge{font-size:11px;padding:3px 8px}.btn{background:var(--primary);border:none;color:#fff;padding:10px 12px;border-radius:10px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;line-height:1}.btn.secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn.danger{background:var(--danger)}.btn:disabled{opacity:.6;cursor:not-allowed}:where(button,.btn,input,select,textarea,a):focus-visible{outline:2px solid rgba(29,78,216,.9);outline-offset:2px}.badge{display:inline-block;padding:4px 8px;border-radius:999px;border:1px solid var(--border);color:var(--muted);font-size:12px}.badge.danger{border-color:#ff4f6dd9;color:var(--danger)}.badge.success{border-color:#1d4ed8bf;color:#e6eefcf2}.badge.open{border-color:#22c55ed9;background:#22c55e1f;color:#dcfce7fa;font-weight:900;letter-spacing:.02em}.badge.closed{border-color:#ff4f6dd9;background:#ff4f6d1a;color:#ffd2dbfa;font-weight:900;letter-spacing:.02em}.callout{border:1px solid var(--border);border-radius:12px;padding:10px 12px;background:#00000005}.callout.danger{border-color:#ff4f6d8c;background:#ff4f6d14}.callout.success{border-color:#1d4ed873;background:#1d4ed81a}.stock-row.low{background:#ff4f6d12}.stock-row.low td:first-child{border-left:4px solid rgba(255,79,109,.85)}.sidebar{width:260px;background:var(--panel);border-right:1px solid var(--border);padding:12px;position:fixed;top:0;bottom:0;left:0}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:1999;display:none}.main{margin-left:260px}.header{height:56px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:var(--panel);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:sticky;top:0}.header-left{display:flex;flex-direction:column;min-width:0}.header-brand{display:flex;align-items:center;gap:8px;min-width:0}.header-title{white-space:nowrap}.header-subtitle{display:none}.header-right,.header-actions-desktop{display:flex;gap:10px;align-items:center}.header-actions-mobile{display:none}.menu-title{margin:10px 0 6px;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.06em}.menu-item{display:block;padding:10px;border-radius:10px;color:var(--text)}.menu-item:hover{background:var(--surface)}.menu-item.active{background:var(--surface);border:1px solid var(--border)}.small{font-size:12px;color:var(--muted)}.only-mobile{display:none}.only-desktop{display:block}@media (max-width: 900px){.only-mobile{display:block}.only-desktop{display:none}}.config-layout{display:flex;gap:12px;align-items:flex-start}.config-main{flex:1;min-width:0}.config-side{width:420px;max-width:100%}@media (max-width: 900px){.config-layout{flex-direction:column}.config-side{width:100%}}.list-card{padding:12px;border-radius:14px}.dash-filters-sticky{position:sticky;top:72px;z-index:50}.dash-filter-row{display:grid;grid-template-columns:1.2fr 1fr auto;gap:10px;align-items:end}.dash-actions{display:flex;gap:10px;align-items:center;justify-content:flex-end}.dash-action-btn{min-width:120px}.dash-kpi-card{padding:14px 16px}.dash-kpi-value{font-size:28px;font-weight:900;line-height:1.08;letter-spacing:-.02em;overflow-wrap:anywhere;word-break:break-word}.dash-toggle-btn{padding:10px 12px;border-radius:12px}.dash-pay-row{display:grid;grid-template-columns:1fr 140px;gap:10px;align-items:center}@media (max-width: 900px){.dash-filters-sticky{top:64px}}@media (max-width: 720px){.dash-filter-row{grid-template-columns:1fr}.dash-actions{width:100%;justify-content:stretch}.dash-action-btn{flex:1;min-width:0}.dash-loadmore{width:100%}}@media (max-width: 480px){.dash-actions{flex-direction:column}.dash-action-btn{width:100%}.dash-custom-range{grid-template-columns:1fr!important}.dash-pay-row{grid-template-columns:1fr}.dash-pay-money{text-align:left!important}.dash-kpi-card{min-width:0!important}.dash-kpi-card{padding:12px}.dash-kpi-value{font-size:20px;line-height:1.1}}@media (max-width: 360px){.dash-kpi-value{font-size:18px}}.reports-page{display:flex;flex-direction:column;gap:12px}.reports-header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;flex-wrap:wrap}.reports-grid{display:grid;grid-template-columns:minmax(260px,320px) 1fr;gap:12px;align-items:start}.reports-list{padding:12px}.reports-content{padding:12px;min-width:0}.reports-list-items{display:flex;flex-direction:column;gap:6px}.reports-item-btn{width:100%;text-align:left;background:transparent;border:1px solid transparent;cursor:pointer}.reports-item-btn.active{background:var(--surface);border-color:var(--border)}.reports-item-btn:hover{background:var(--surfaceSoft)}.reports-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px;align-items:end}.reports-filter{min-width:0}.reports-filter .input{min-width:0;width:100%}.reports-apply{justify-self:end;min-width:140px}.reports-kpis{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:10px}.reports-result-header{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;align-items:flex-start}.reports-actions{display:flex;gap:8px;flex-wrap:wrap}.reports-chart-row{display:flex;align-items:center;gap:10px;min-width:0}.reports-chart-label{flex:0 1 220px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reports-chart-bar{flex:1;height:10;border-radius:99px;border:1px solid var(--border);overflow:hidden;min-width:120px}.reports-chart-bar-fill{height:100%;background:#ffffff40}.reports-chart-value{flex:0 0 140px;text-align:right;font-weight:800;white-space:nowrap}@media (min-width: 901px){.reports-list{position:sticky;top:92px;max-height:calc(100vh - 120px);overflow:auto}.reports-list::-webkit-scrollbar{width:10px}.reports-list::-webkit-scrollbar-thumb{background:#0000001f;border-radius:999px}}@media (max-width: 1100px){.reports-apply{justify-self:stretch;min-width:0}}@media (max-width: 900px){.reports-grid{grid-template-columns:1fr}.reports-list-items{flex-direction:row;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px}.reports-item-btn{flex:0 0 auto;min-width:200px}.reports-filters,.reports-kpis{grid-template-columns:1fr 1fr}}@media (max-width: 520px){.reports-filters{grid-template-columns:1fr}.reports-actions{width:100%}.reports-actions .btn{flex:1}.reports-kpis{grid-template-columns:1fr}.reports-content,.reports-list{padding:10px}.reports-chart-row{flex-wrap:wrap;align-items:flex-start;gap:8px}.reports-chart-label{flex:1 1 100%;white-space:normal}.reports-chart-bar{flex:1 1 100%;min-width:0}.reports-chart-value{flex:1 1 100%;text-align:left}}@media (max-width: 380px){.reports-item-btn{min-width:170px}}.list-card+.list-card{margin-top:10px}.list-card-title{font-weight:800}.list-card-sub{opacity:.85;margin-top:4px}.list-card-actions{display:flex;gap:10px;margin-top:10px;flex-wrap:wrap}.perm-item{display:flex;gap:10px;align-items:center}.perm-index{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:22px;border-radius:999px;border:1px solid var(--border);color:var(--muted);font-size:12px;font-weight:900;letter-spacing:.02em}.perm-label{flex:1;min-width:0}.modal-card{width:560px;max-width:100%;padding:16px;max-height:85vh;overflow-y:auto}@media (max-width: 900px){.modal-card{width:100%;max-width:100%;max-height:92vh}}.sidebar .menu-group{border:1px solid var(--border);border-radius:14px;overflow:hidden;background:var(--panel)}.sidebar .menu-item{display:flex;align-items:center;gap:10px;border-radius:0;border:0;border-bottom:1px solid var(--border);padding:10px 12px}.sidebar .menu-item:last-child{border-bottom:0}.sidebar .menu-item.active{border:0;border-left:3px solid var(--primary)}.sidebar .menu-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;color:var(--muted)}.sidebar .menu-item.active .menu-icon{color:var(--primary)}.sidebar .menu-label{flex:1}body.sidebar-collapsed .sidebar{width:78px;padding:12px 8px}body.sidebar-collapsed .main{margin-left:78px}body.sidebar-collapsed .sidebar .menu-label,body.sidebar-collapsed .sidebar .menu-title,body.sidebar-collapsed .sidebar .small,body.sidebar-collapsed .sidebar .sidebar-brand{display:none}body.sidebar-collapsed .sidebar .menu-item{justify-content:center}body.pdv-fullscreen .sidebar{display:none}body.pdv-fullscreen .main{margin-left:0}body.pdv-fullscreen .header{display:none}body.pdv-fullscreen .container{max-width:none;padding:0}@media (min-width: 981px){body.pdv-fullscreen{height:100vh;overflow:hidden}body.pdv-fullscreen #root{height:100vh}body.pdv-fullscreen .pdv-wrap{height:100vh;overflow:hidden}}@media (max-width: 980px){body.pdv-fullscreen{overflow:auto}body.pdv-fullscreen .pdv-wrap{height:auto;min-height:100vh;overflow:auto}}.pdv-root{min-height:100vh;display:flex;flex-direction:column;padding:14px;gap:12px}.pdv-topbar{display:flex;justify-content:space-between;align-items:center;gap:12px;background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:12px 14px}.pdv-status{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.pdv-alert{display:flex;gap:10px;align-items:center;background:#ff4f6d1f;border:1px solid rgba(255,79,109,.35);border-radius:12px;padding:10px 12px}.pdv-grid{display:flex;gap:12px;flex:1;align-items:stretch}.pdv-panel{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:10px;min-width:280px}.pdv-sku{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px;color:var(--text);width:100%;font-size:20px;font-weight:800;outline:none}.pdv-sku:focus{border-color:var(--primary)}.pdv-total-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:12px}.pdv-total-big{font-size:36px;font-weight:900;line-height:1.1}.pdv-total-sub{display:flex;flex-wrap:wrap;gap:10px;color:var(--muted);font-size:12px}.pdv-hints{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:6px}.pdv-hint{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:8px 10px;font-size:12px;color:var(--muted)}.pdv-items{flex:1;overflow:auto;border:1px solid var(--border);border-radius:12px;padding:10px;background:var(--surfaceSoft)}.pdv-row-selected{background:var(--surface)}.pdv-totals{display:flex;flex-direction:column;gap:10px}.pdv-total-row{display:flex;justify-content:space-between;gap:10px;align-items:center}.pdv-grand-total{border-top:1px solid var(--border);padding-top:10px;font-size:18px}.pdv-actions{display:flex;flex-direction:column;gap:10px;margin-top:6px}.pdv-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:18px;z-index:9999}.pdv-modal{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:14px;width:var(--modal-width,720px);max-width:calc(100vw - 36px);max-height:calc(100vh - 36px);display:flex;flex-direction:column;overflow:hidden}.pdv-modal-header{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px}.pdv-modal-body{flex:1;overflow:auto;min-height:0}.pdv-modal-footer{margin-top:12px}.pdv-modal-body.pdv-scrollbar-right{overflow-y:scroll;overflow-x:hidden;scrollbar-gutter:stable both-edges;-webkit-overflow-scrolling:touch;position:relative;padding-right:14px}.pdv-modal-body.pdv-scrollbar-right:after{content:"";position:absolute;top:8px;bottom:8px;right:4px;width:10px;border-radius:999px;background:#00000024;border:1px solid rgba(0,0,0,.1);pointer-events:none}.pdv-modal-body.pdv-scrollbar-right::-webkit-scrollbar{width:12px}.pdv-modal-body.pdv-scrollbar-right::-webkit-scrollbar-track{background:#00000024;border-radius:999px}.pdv-modal-body.pdv-scrollbar-right::-webkit-scrollbar-thumb{background:#00000059;border-radius:999px}.pdv-modal-body.pdv-scrollbar-right::-webkit-scrollbar-thumb:hover{background:#00000073}.pdv-modal-body.pdv-scrollbar-right{scrollbar-width:auto;scrollbar-color:rgba(0,0,0,.38) rgba(0,0,0,.14)}@media (max-width:768px){.pdv-modal-backdrop{padding:8px;align-items:flex-end}.pdv-modal{width:calc(100vw - 16px);max-width:calc(100vw - 16px);max-height:calc(100vh - 16px);border-radius:18px 18px 12px 12px}.pdv-modal-header{margin-bottom:8px;align-items:flex-start;flex-direction:column}.pdv-modal-header .btn{width:100%}.pdv-modal-footer{display:flex;flex-direction:column;gap:8px}.pdv-modal-footer .btn{width:100%}}.pdv-pay-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.pdv-pay-box{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:12px}.pdv-pay-actions{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}@media (max-width: 980px){.pdv-grid{flex-direction:column}}@media (max-width: 768px){.container{padding:12px}.btn{min-height:44px;padding:12px 14px;border-radius:12px}.menu-item{min-height:44px;padding:12px 14px}.sidebar .menu-item{padding:12px 14px}.input,select,textarea{min-height:44px;padding:12px;border-radius:12px}.badge{padding:6px 10px}.table th,.table td{padding:12px}button,a,.menu-item{touch-action:manipulation;-webkit-tap-highlight-color:transparent}.grid{grid-template-columns:1fr!important}.grid>label{display:block}.input{min-width:0;width:100%}.filter-row{flex-direction:column;align-items:stretch}.filter-row>*{width:100%!important;min-width:0!important}.filter-row .row,.filter-row .btn{width:100%}.main{margin-left:0}.sidebar{z-index:2000;transform:translate(-110%);transition:transform .22s ease;box-shadow:14px 0 30px #00000059}body.sidebar-drawer-open .sidebar{transform:translate(0)}body.sidebar-drawer-open .sidebar-overlay{display:block}body.sidebar-drawer-open{overflow:hidden}body.sidebar-collapsed .sidebar{width:260px;padding:12px}body.sidebar-collapsed .sidebar .menu-label{display:inline}body.sidebar-collapsed .sidebar .menu-title,body.sidebar-collapsed .sidebar .small,body.sidebar-collapsed .sidebar .sidebar-brand{display:block}.header{height:auto;padding:8px 12px;gap:8px}.header-left{flex:1}.header-brand{flex-wrap:wrap}.header-title{max-width:52vw;overflow:hidden;text-overflow:ellipsis}.header-subtitle{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:70vw}.header-actions-desktop{display:none}.header-actions-mobile{display:flex}}@media (max-width: 480px){.header-title{max-width:46vw}}@media (max-width: 480px){.container{padding:10px}.card{padding:14px}}.right{text-align:right}.pdv-wrap{min-height:100vh;display:flex;flex-direction:column;padding:14px;gap:12px}.pdv-top{display:flex;justify-content:space-between;align-items:center;gap:12px;background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:12px 14px}.pdv-top-left{display:flex;align-items:center;gap:12px}.pdv-logo{width:52px;height:52px;border-radius:14px;background:var(--surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-weight:900}.pdv-store-name{font-weight:900;font-size:16px}.pdv-top-right{display:flex;align-items:center;gap:10px}.pdv-client-bar{display:flex;justify-content:space-between;align-items:center;gap:12px;background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:10px 12px}.pdv-client-left{display:flex;flex-direction:column;gap:2px;min-width:0}.pdv-client-name{font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:680px}.pdv-client-actions{display:flex;align-items:center;gap:8px}.pdv-error{background:#ff4f6d1f;border:1px solid rgba(255,79,109,.35);border-radius:12px;padding:10px 12px}.pdv-main{display:grid;grid-template-columns:minmax(320px,360px) minmax(420px,1fr) minmax(280px,320px);gap:12px;flex:1;min-height:0;overflow:hidden}.pdv-main .pdv-panel{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:10px;min-height:0;overflow:hidden}.pdv-panel-title{font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:12px}.pdv-input-compact{min-width:0;width:100%}.pdv-total-line{display:flex;justify-content:space-between;gap:10px;align-items:center}.pdv-total-box{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:12px}.pdv-total-value{font-size:40px;font-weight:1000;line-height:1.05}.pdv-btn-finalizar{padding:14px 12px;font-weight:900}.pdv-search-input{min-width:0;width:100%;font-size:18px;font-weight:800;outline:none}.pdv-search-input:focus{border-color:var(--primary)}.pdv-table-wrap{flex:1;min-height:0;overflow:auto;border:1px solid var(--border);border-radius:12px;padding:10px;background:var(--surfaceSoft)}.pdv-main>.pdv-panel:first-child,.pdv-main>.pdv-panel:last-child{overflow:auto}.pdv-main>.pdv-panel:nth-child(2){overflow:hidden}.pdv-shortcuts{display:flex;flex-direction:column;gap:10px}.pdv-shortcuts .btn{width:100%;display:flex;justify-content:flex-start}.pdv-shortcuts-sep{height:1px;background:var(--border);margin:4px 0}@media (max-width: 980px){.pdv-main{grid-template-columns:1fr}}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.pdv-pay-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:12px;align-items:start}.pdv-pay-methods{display:flex;gap:8px;flex-wrap:wrap}.pdv-pay-methods .btn{flex:1;min-width:150px}.pdv-pay-quick{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.pdv-pay-quick .btn{min-width:110px}.pdv-keypad{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px}.pdv-keypad button{padding:14px 10px;font-weight:900;font-size:18px}.pdv-pay-lines{margin-top:10px;border:1px solid var(--border);border-radius:12px;overflow:hidden}.pdv-pay-line{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-bottom:1px solid var(--border)}.pdv-pay-line:last-child{border-bottom:0}.pdv-pay-line .small{margin:0}@media (max-width: 980px){.pdv-pay-layout{grid-template-columns:1fr}}.pdv-error-overlay{position:fixed;right:16px;bottom:16px;z-index:9998;max-width:420px;width:360px}.pdv-error-overlay-toggle{width:100%;text-align:left;background:var(--panel);border:1px solid rgba(255,79,109,.35);border-radius:14px;padding:10px 12px;color:var(--text);cursor:pointer;box-shadow:0 8px 26px #00000059}.pdv-error-overlay-toggle.open{border-color:#ff4f6da6}.pdv-error-overlay-panel{margin-top:10px;background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:12px;box-shadow:0 10px 34px #00000059}@media (max-width: 520px){.pdv-error-overlay{right:10px;left:10px;width:auto;max-width:none}}@media (max-width: 768px){.table th,.table td{padding:8px}.table-responsive th,.table-responsive td{white-space:nowrap}}@media (max-width: 480px){.table th,.table td{padding:7px;font-size:12px}}.mobile-list{display:flex;flex-direction:column;gap:10px;margin-top:12px}.mobile-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:12px}.mobile-card-top{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.mobile-card-title{font-weight:900}.mobile-card-sub{margin-top:4px;opacity:.9}.mobile-kv{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.mobile-kv .badge{font-size:11px}.mobile-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.mobile-card-actions .btn{width:100%}.mobile-card-actions .btn.danger{grid-column:span 2}@media (max-width:480px){.mobile-card-actions{grid-template-columns:1fr}.mobile-card-actions .btn.danger{grid-column:auto}}.pv-action-bar{position:sticky;bottom:10px;display:flex;gap:10px;align-items:center;justify-content:space-between;margin-top:12px;padding:12px;border:1px solid var(--border);background:var(--panel);border-radius:14px}.pv-action-bar .btn{flex:1}.pv-action-bar-left{min-width:130px}@media (max-width: 520px){.pv-action-bar{bottom:6px;flex-direction:column;align-items:stretch}.pv-action-bar-left{min-width:auto}}img,svg,canvas{max-width:100%;height:auto}pre,code{max-width:100%;white-space:pre-wrap;word-break:break-word}@media (max-width: 768px){.table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive .table{display:table;overflow:visible}.header{padding-top:calc(8px + env(safe-area-inset-top))}.container,.sidebar{padding-bottom:calc(12px + env(safe-area-inset-bottom))}body.sidebar-drawer-open{position:fixed;width:100%}}.pdv-page-scroll,.pdv-page-scroll-force{max-height:calc(100dvh - 140px);overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable}.pdv-sale-layout{display:flex;gap:12px;align-items:stretch;flex-wrap:wrap}.pdv-sale-layout>.card{min-width:280px}@media (max-width: 768px){.pdv-page-scroll{max-height:none;overflow-y:visible}.pdv-page-scroll-force{max-height:calc(100dvh - 120px);overflow-y:auto}.pdv-sale-layout{flex-direction:column}.pdv-sale-layout>.card{min-width:0}}.pdv-cash-close-layout{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.pdv-cash-close-layout>*{min-width:0}.pdv-cash-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px;margin-bottom:10px}.pdv-cash-counted-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}@media (max-width: 768px){.pdv-cash-close-layout{flex-direction:column;align-items:stretch}.pdv-cash-close-layout .btn{width:100%}}.pdv-sticky-actions{position:sticky;bottom:0;background:var(--panel);padding-top:12px;padding-bottom:4px;margin-top:12px;border-top:1px solid var(--border)}.pdv-pay-actions{position:sticky;bottom:0;background:var(--panel);padding-top:12px;padding-bottom:4px;border-top:1px solid var(--border)}.pdv-modal-body{scrollbar-gutter:stable;-webkit-overflow-scrolling:touch}.pdv-toast{position:fixed;right:16px;bottom:16px;z-index:9999;max-width:420px;background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:10px 12px;color:var(--text);box-shadow:0 10px 30px #00000059}@media (max-width: 520px){.pdv-toast{right:10px;left:10px;max-width:none}}.reports-top-tabs{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.reports-top-tabs-items{display:flex;gap:8px;flex-wrap:wrap;min-width:0}.reports-top-tabs-note{white-space:nowrap}.reports-mode-switch{align-items:center}.reports-mode-switch .btn{min-width:110px}.reports-result-card{display:flex;flex-direction:column;gap:10px;min-width:0}.reports-result-scroll{margin-top:10px;max-width:100%;max-height:calc(100dvh - 330px);overflow:scroll;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable both-edges;padding-right:2px}.reports-result-scroll::-webkit-scrollbar{width:10px;height:10px}.reports-result-scroll::-webkit-scrollbar-thumb{background:#0000002e;border-radius:999px}.reports-result-scroll::-webkit-scrollbar-corner{background:transparent}.reports-table-scroll{overflow:scroll;max-width:100%;max-height:calc(100dvh - 410px);scrollbar-gutter:stable both-edges;border:1px solid var(--border);border-radius:12px;background:var(--panel)}.reports-table-scroll .table{min-width:max-content}.reports-table-scroll thead th{position:sticky;top:0;background:var(--panel);z-index:1}.reports-debug-payload{min-width:max-content;white-space:pre;overflow:scroll}@media (max-width: 1200px){.reports-grid{grid-template-columns:1fr}.reports-list{position:static;top:auto;max-height:none;overflow:visible}.reports-list-items{flex-direction:row;gap:8px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding-bottom:6px;scrollbar-gutter:stable}.reports-list-items::-webkit-scrollbar{height:8px}.reports-list-items::-webkit-scrollbar-thumb{background:#0000002e;border-radius:999px}.reports-item-btn{flex:0 0 auto;min-width:220px}}@media (max-width: 900px){.reports-top-tabs{align-items:stretch}.reports-top-tabs-items{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable}.reports-top-tabs-items::-webkit-scrollbar{height:8px}.reports-top-tabs-items::-webkit-scrollbar-thumb{background:#0000002e;border-radius:999px}.reports-top-tabs-items .btn{flex:0 0 auto;white-space:nowrap}.reports-top-tabs-note,.reports-mode-switch{width:100%}.reports-mode-switch .btn{flex:1;min-width:0}.reports-result-scroll{max-height:calc(100dvh - 300px)}.reports-table-scroll{max-height:calc(100dvh - 390px)}}@media (max-width: 520px){.reports-item-btn{min-width:180px}.reports-result-scroll{max-height:calc(100dvh - 270px)}.reports-table-scroll{max-height:calc(100dvh - 360px)}}.reports-page-stage-1-3{min-width:0;gap:14px}.reports-header-stage-1-3{padding:0 2px}.reports-header-stage-1-3 h3{font-size:clamp(20px,3vw,28px);line-height:1.1}.reports-top-tabs-shell{padding:12px;border:1px solid var(--border);border-radius:16px;background:var(--panel)}.reports-top-tabs-head{display:flex;flex-direction:column;gap:4px;min-width:0}.reports-top-tabs-kicker{font-weight:800;letter-spacing:.01em}.reports-top-tabs-helper{opacity:.9}.reports-top-tabs-scroll{display:flex;gap:8px;min-width:0}.reports-tab-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);background:var(--surfaceSoft);color:var(--text);border-radius:999px;padding:10px 14px;font-weight:800;cursor:pointer;white-space:nowrap;transition:transform .15s ease,border-color .15s ease,background .15s ease}.reports-tab-btn:hover{background:var(--surface)}.reports-tab-btn.active{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 6px 18px #0000002e}.reports-list-stage-1-3{display:flex;flex-direction:column;gap:12px;border-radius:16px;background:linear-gradient(180deg,#ffffff05,#fff0);border:1px solid var(--border)}.reports-list-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.reports-list-kicker{font-weight:800;letter-spacing:.01em;text-transform:none}.reports-list-helper{opacity:.88;max-width:58ch}.reports-item-chip{border-radius:14px;padding:12px 14px;background:var(--surfaceSoft);border:1px solid transparent;min-height:74px}.reports-item-chip.active{background:var(--surface);border-color:var(--primary);box-shadow:0 6px 18px #0000001f}.reports-item-chip .small{margin-top:4px;opacity:.9}.reports-content-stage-1-3{border-radius:16px}.reports-content-top,.reports-selected-head{min-width:0}.reports-selected-title{font-size:clamp(17px,2.5vw,22px);line-height:1.15}@media (min-width: 1101px){.reports-grid{grid-template-columns:minmax(280px,340px) 1fr;gap:14px}}@media (max-width: 1100px){.reports-page-stage-1-3{gap:12px}.reports-top-tabs-shell{padding:10px 10px 12px}.reports-list-stage-1-3{order:1}.reports-content-stage-1-3{order:2}}@media (max-width: 900px){.reports-header-stage-1-3{align-items:flex-start}.reports-top-tabs-shell{padding:10px;border-radius:14px}.reports-top-tabs-helper{line-height:1.35}.reports-top-tabs-scroll{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable both-edges}.reports-top-tabs-scroll::-webkit-scrollbar{height:8px}.reports-top-tabs-scroll::-webkit-scrollbar-thumb{background:#0000002e;border-radius:999px}.reports-tab-btn{flex:0 0 auto;min-height:42px;padding:10px 14px}.reports-list-stage-1-3{padding:10px}.reports-list-header{display:block}.reports-list-helper{margin-top:4px;max-width:none}.reports-list-items{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scrollbar-gutter:stable both-edges;padding-bottom:4px;-webkit-overflow-scrolling:touch}.reports-list-items::-webkit-scrollbar{height:8px}.reports-list-items::-webkit-scrollbar-thumb{background:#0000002e;border-radius:999px}.reports-item-chip{flex:0 0 min(280px,82vw);min-width:unset;min-height:88px;padding:14px}}@media (max-width: 520px){.reports-page-stage-1-3{gap:10px}.reports-header-stage-1-3 h3{font-size:22px}.reports-top-tabs-shell{padding:10px 10px 8px}.reports-tab-btn{min-height:44px;padding:10px 13px;font-size:14px}.reports-list-stage-1-3{padding:10px;border-radius:14px}.reports-item-chip{flex-basis:86vw;min-height:96px;padding:14px 13px}.reports-item-chip>div:first-child{font-size:15px;line-height:1.2}}@media (max-width: 380px){.reports-top-tabs-kicker,.reports-list-kicker{font-size:12px}.reports-item-chip{flex-basis:90vw}}.reports-page-stage-4-7{min-width:0}.reports-header-stage-4-7{padding:0 2px}.reports-list-stage-4-7,.reports-content-stage-4-7{min-width:0}.reports-content-top-stage-4-7{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap}.reports-selected-head-stage-4-7{display:flex;flex-direction:column;gap:4px;min-width:0}.reports-mode-switch-stage-4-7{gap:8px;padding:4px;border:1px solid var(--border);border-radius:16px;background:var(--surfaceSoft)}.reports-mode-btn{min-height:44px;padding-inline:16px;border-radius:12px;font-weight:800}.reports-filters-stage-4-7{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;align-items:stretch}.reports-filter-stage-4-7{display:flex;flex-direction:column;gap:6px;min-width:0;padding:10px;border:1px solid var(--border);border-radius:14px;background:var(--surfaceSoft)}.reports-filter-stage-4-7 .small:first-child{font-weight:800;opacity:.95}.reports-filter-stage-4-7 .input{min-height:44px}.reports-filter-checkbox-card{justify-content:center}.reports-checkbox-row{min-height:44px}.reports-filter-actions{justify-content:flex-end;background:transparent;border-style:dashed}.reports-apply-stage-4-7{min-height:46px;width:100%;justify-content:center}.reports-kpis-stage-4-7{grid-template-columns:repeat(3,minmax(180px,1fr));gap:12px}.reports-kpi-card{border-radius:16px}.reports-result-card-stage-4-7{display:flex;flex-direction:column;gap:12px;min-width:0;border-radius:18px}.reports-result-header-stage-4-7{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap}.reports-result-summary{display:flex;flex-direction:column;gap:6px;min-width:0;flex:1}.reports-result-title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.reports-result-mode-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;border:1px solid var(--border);background:var(--surfaceSoft);font-size:12px;font-weight:800;white-space:nowrap}.reports-result-summary-text{line-height:1.45}.reports-actions-stage-4-7{display:flex;gap:8px;flex-wrap:wrap}.reports-actions-stage-4-7 .btn{min-height:44px}.reports-result-scroll-stage-4-7{display:flex;flex-direction:column;gap:12px;padding:2px 4px 2px 2px;max-width:100%;max-height:calc(100dvh - 290px);overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable both-edges}.reports-result-scroll-stage-4-7::-webkit-scrollbar{width:10px;height:10px}.reports-result-scroll-stage-4-7::-webkit-scrollbar-thumb{background:#0000002e;border-radius:999px}.reports-chart-block,.reports-chart-stack{min-width:0}.reports-chart-row-stage-4-7{padding:10px 12px;border:1px solid var(--border);border-radius:14px;background:var(--surfaceSoft)}.reports-table-scroll-stage-4-7{overflow:auto;max-width:100%;max-height:calc(100dvh - 380px);overscroll-behavior:contain;scrollbar-gutter:stable both-edges;border:1px solid var(--border);border-radius:14px;background:var(--panel)}.reports-table-scroll-stage-4-7 .reports-result-table{min-width:max-content;border-collapse:separate;border-spacing:0}.reports-table-scroll-stage-4-7 .reports-result-table thead th{position:sticky;top:0;z-index:2;background:var(--panel)}.reports-table-scroll-stage-4-7 .reports-result-table tbody td{vertical-align:top}.reports-line-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px}.reports-line-card{display:flex;flex-direction:column;gap:10px;padding:14px;border:1px solid var(--border);border-radius:16px;background:var(--surfaceSoft);min-width:0}.reports-line-card-head{display:flex;flex-direction:column;gap:4px;min-width:0}.reports-line-card-title{font-weight:900;font-size:16px;line-height:1.25;word-break:break-word}.reports-line-card-meta{opacity:.86}.reports-line-card-body{display:flex;flex-direction:column;gap:8px}.reports-line-row{display:grid;grid-template-columns:minmax(120px,160px) minmax(0,1fr);gap:10px;align-items:flex-start;padding-top:8px;border-top:1px dashed var(--border)}.reports-line-row:first-child{border-top:0;padding-top:0}.reports-line-label{font-size:12px;font-weight:800;opacity:.86;text-transform:uppercase;letter-spacing:.02em}.reports-line-value{font-weight:600;word-break:break-word}.reports-line-value.is-right{text-align:right}@media (max-width: 1100px){.reports-filters-stage-4-7,.reports-kpis-stage-4-7{grid-template-columns:repeat(2,minmax(0,1fr))}.reports-result-scroll-stage-4-7{max-height:calc(100dvh - 260px)}.reports-table-scroll-stage-4-7{max-height:calc(100dvh - 340px)}}@media (max-width: 760px){.reports-content-top-stage-4-7{align-items:stretch}.reports-mode-switch-stage-4-7{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.reports-mode-btn{width:100%;min-width:0;padding-inline:10px}.reports-filters-stage-4-7{grid-template-columns:1fr}.reports-filter-stage-4-7{padding:12px}.reports-filter-actions{border-style:solid;background:var(--surface)}.reports-kpis-stage-4-7{grid-template-columns:1fr}.reports-result-header-stage-4-7{flex-direction:column;align-items:stretch}.reports-actions-stage-4-7{width:100%}.reports-actions-stage-4-7 .btn{flex:1 1 0}.reports-result-scroll-stage-4-7{max-height:none;min-height:220px;padding-right:0}.reports-table-scroll-stage-4-7{max-height:none}.reports-line-list{grid-template-columns:1fr}.reports-line-row{grid-template-columns:1fr;gap:4px}.reports-line-value.is-right{text-align:left}}@media (max-width: 560px){.reports-mode-switch-stage-4-7{grid-template-columns:1fr}.reports-mode-btn{min-height:46px}.reports-result-mode-badge{font-size:11px}.reports-table-scroll-stage-4-7 .reports-result-table thead{display:none}.reports-table-scroll-stage-4-7 .reports-result-table,.reports-table-scroll-stage-4-7 .reports-result-table tbody,.reports-table-scroll-stage-4-7 .reports-result-table tr,.reports-table-scroll-stage-4-7 .reports-result-table td{display:block;width:100%}.reports-table-scroll-stage-4-7 .reports-result-table tbody{padding:6px}.reports-table-scroll-stage-4-7 .reports-result-table tr{margin-bottom:10px;border:1px solid var(--border);border-radius:14px;background:var(--surfaceSoft);overflow:hidden}.reports-table-scroll-stage-4-7 .reports-result-table td{padding:10px 12px;border-bottom:1px dashed var(--border);text-align:left!important}.reports-table-scroll-stage-4-7 .reports-result-table td:last-child{border-bottom:0}.reports-table-scroll-stage-4-7 .reports-result-table td:before{content:attr(data-label);display:block;margin-bottom:4px;font-size:11px;font-weight:800;letter-spacing:.02em;text-transform:uppercase;opacity:.76}}.reports-page-stage-8-10{min-width:0;container-type:inline-size}.reports-grid-stage-8-10{align-items:start}.reports-top-tabs-shell-stage-8-10,.reports-list-stage-8-10,.reports-content-stage-8-10{box-shadow:0 10px 24px #0000001a}.reports-content-stage-8-10{display:flex;flex-direction:column;gap:0;min-height:0}.reports-filters-shell-stage-8-10{position:relative;z-index:0}.reports-filters-stage-8-10{scroll-margin-top:84px}.reports-result-panel-stage-8-10{display:flex;flex-direction:column;gap:12px;min-height:0}.reports-empty-state-stage-8-10{padding:12px 14px;border:1px dashed var(--border);border-radius:14px;background:var(--surfaceSoft);line-height:1.45}.reports-inline-error-stage-8-10{box-shadow:0 8px 18px #ff4f6d1a}.reports-kpi-card-stage-8-10{box-shadow:inset 0 1px #ffffff0a,0 8px 20px #00000014}.reports-kpi-value-stage-8-10{font-weight:900;font-size:clamp(18px,2.8vw,24px);line-height:1.1;letter-spacing:-.02em;word-break:break-word}.reports-result-card-stage-8-10{scroll-margin-top:96px}.reports-result-header-stage-8-10{position:sticky;top:0;z-index:4;padding-bottom:10px;background:linear-gradient(180deg,var(--panel) 82%,rgba(0,0,0,0));-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.reports-actions-stage-8-10 .btn{min-width:124px}.reports-result-meta-stage-8-10{display:flex;flex-wrap:wrap;gap:8px}.reports-meta-pill-stage-8-10{display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border-radius:999px;background:var(--surfaceSoft);border:1px solid var(--border);font-size:12px;font-weight:700;line-height:1.2}.reports-scroll-hint-stage-8-10{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:12px;border:1px dashed var(--border);background:#ffffff05;line-height:1.4}.reports-result-scroll-stage-8-10{padding:2px 6px 6px 2px;overscroll-behavior:contain;touch-action:pan-x pan-y;scrollbar-color:rgba(0,0,0,.22) transparent;-webkit-overflow-scrolling:touch}.reports-result-scroll-stage-8-10:focus-within{outline:2px solid rgba(29,78,216,.18);outline-offset:2px;border-radius:14px}.reports-result-scroll-stage-8-10::-webkit-scrollbar-thumb{background:#0000003d}.reports-table-scroll-stage-4-7{scrollbar-color:rgba(0,0,0,.22) transparent;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y}.reports-table-scroll-stage-4-7::-webkit-scrollbar{width:10px;height:10px}.reports-table-scroll-stage-4-7::-webkit-scrollbar-thumb{background:#0000003d;border-radius:999px}.reports-table-scroll-stage-4-7 .reports-result-table thead th{box-shadow:0 1px 0 var(--border)}.reports-debug-payload-stage-8-10{font-size:12px;line-height:1.45}.reports-line-card{box-shadow:0 8px 20px #00000014}.reports-item-chip{transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.reports-item-chip:hover{transform:translateY(-1px);box-shadow:0 10px 22px #0000001a}.reports-tab-btn{box-shadow:0 4px 12px #0000000f}@media (min-width: 901px){.reports-content-stage-8-10{min-height:calc(100dvh - 210px)}.reports-result-panel-stage-8-10,.reports-result-card-stage-8-10{flex:1;min-height:0}.reports-result-scroll-stage-8-10{flex:1;min-height:280px}}@media (max-width: 900px){.reports-top-tabs-shell-stage-8-10,.reports-list-stage-8-10,.reports-content-stage-8-10{box-shadow:none}.reports-content-stage-8-10{border-radius:16px}.reports-result-header-stage-8-10{top:-2px;padding-bottom:8px}.reports-actions-stage-8-10{width:100%}.reports-actions-stage-8-10 .btn{flex:1 1 0;min-width:0}}@media (max-width: 640px){.reports-page-stage-8-10{gap:10px}.reports-content-stage-8-10{padding:12px}.reports-kpi-card-stage-8-10{padding:14px 12px!important}.reports-kpi-value-stage-8-10{font-size:clamp(18px,6vw,22px)}.reports-result-header-stage-8-10{padding-bottom:8px}.reports-result-meta-stage-8-10{gap:6px}.reports-meta-pill-stage-8-10{width:100%;justify-content:flex-start;border-radius:12px}.reports-scroll-hint-stage-8-10{font-size:12px}}@media (max-width: 420px){.reports-content-stage-8-10{padding:10px}.reports-tab-btn{min-height:46px}.reports-item-chip{border-radius:16px}.reports-kpi-value-stage-8-10{font-size:18px}.reports-result-mode-badge{padding:5px 9px}.reports-result-scroll-stage-8-10{padding-right:0}.reports-debug-payload-stage-8-10{font-size:11px}}.reports-kpis-stage-11{grid-template-columns:repeat(3,minmax(0,1fr))}.reports-kpi-card-shell-stage-11{min-width:0;display:flex;flex-direction:column;gap:6px}.reports-result-meta-stage-11{margin-top:2px}.reports-result-status-stage-11{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.reports-status-pill-stage-11{display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border-radius:999px;border:1px solid var(--border);background:#ffffff08;font-size:12px;font-weight:800;line-height:1.2;max-width:100%}.reports-table-shell-stage-11{display:flex;flex-direction:column;gap:8px;min-width:0}.reports-table-topbar-stage-11{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:var(--surfaceSoft)}.reports-table-scroll-stage-11{border-radius:16px;box-shadow:inset 0 1px #ffffff08}.reports-result-table-stage-11{table-layout:auto}.reports-result-table-stage-11 thead th,.reports-result-table-stage-11 tbody td{padding:11px 12px}.reports-result-table-stage-11 thead th{font-size:12px;letter-spacing:.02em;text-transform:uppercase}.reports-result-table-stage-11 tbody tr:nth-child(2n){background:#ffffff05}.reports-result-table-stage-11 tbody tr:hover{background:#ffffff09}.reports-result-table-stage-11 .reports-result-col{min-width:110px;max-width:260px;vertical-align:top}.reports-result-table-stage-11 .reports-result-col.is-numeric,.reports-result-table-stage-11 .reports-result-col.is-money{min-width:120px;white-space:nowrap}.reports-result-table-stage-11 .reports-result-col.is-date{min-width:132px;white-space:nowrap}.reports-result-table-stage-11 .reports-result-col.is-textual{white-space:normal;word-break:break-word;overflow-wrap:anywhere}.reports-result-table-stage-11 .reports-result-col.is-wide-text{min-width:180px;max-width:360px}.reports-cell-content-stage-11{display:block;min-width:0}@media (max-width: 980px){.reports-kpis-stage-11{grid-template-columns:repeat(2,minmax(0,1fr))}.reports-table-topbar-stage-11{padding:9px 10px}.reports-result-table-stage-11 thead th,.reports-result-table-stage-11 tbody td{padding:10px 11px}}@media (max-width: 720px){.reports-kpis-stage-11{grid-template-columns:1fr}.reports-result-status-stage-11{gap:6px}.reports-status-pill-stage-11{width:100%;justify-content:flex-start;border-radius:12px}.reports-table-topbar-stage-11{display:block}.reports-table-topbar-stage-11 .small+.small{margin-top:4px}.reports-table-scroll-stage-11{border-radius:14px}.reports-result-table-stage-11 .reports-result-col{min-width:150px;max-width:none}.reports-result-table-stage-11 .reports-result-col.is-wide-text{min-width:220px}}@media (max-width: 560px){.reports-result-meta-stage-11{gap:6px}.reports-table-topbar-stage-11{padding:8px 9px}.reports-result-table-stage-11 .reports-result-col{min-width:170px}.reports-result-table-stage-11 .reports-result-col.is-wide-text{min-width:240px}.reports-result-table-stage-11 .reports-result-col.is-money,.reports-result-table-stage-11 .reports-result-col.is-numeric,.reports-result-table-stage-11 .reports-result-col.is-date{min-width:150px}}.reports-table-shell-stage-12{position:relative}.reports-table-topbar-stage-12{box-shadow:inset 0 1px #ffffff08}.reports-mobile-presentation-stage-12{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;padding:10px 12px;border:1px solid var(--border);border-radius:14px;background:#ffffff06}.reports-mobile-presentation-copy-stage-12{line-height:1.45;flex:1;min-width:220px}.reports-view-switch-stage-12{display:flex;gap:8px;flex-wrap:wrap}.reports-view-switch-btn-stage-12{min-height:40px;border-radius:12px}.reports-view-switch-btn-stage-12.is-active{background:var(--primary);border-color:var(--primary);color:#fff}.reports-view-hint-stage-12{padding:9px 11px;border-radius:12px;border:1px dashed var(--border);background:#ffffff08;line-height:1.45}.reports-table-scroll-stage-12{position:relative;background:linear-gradient(180deg,#ffffff05,#ffffff03)}.reports-table-scroll-stage-12:after{content:"";position:sticky;right:0;display:block;width:18px;height:100%;margin-left:auto;pointer-events:none;background:linear-gradient(90deg,#0000,#00000014)}.reports-result-table-stage-12 thead th{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.reports-result-table-stage-12 tbody td{font-size:13px;line-height:1.42}.reports-cell-content-stage-12{display:block}.reports-line-list-stage-12{grid-template-columns:1fr;gap:10px}.reports-line-card-stage-12{border-radius:18px;background:linear-gradient(180deg,#ffffff0a,#ffffff05);border-color:#ffffff14;padding:13px 14px}.reports-line-card-stage-12.is-adaptive{box-shadow:0 12px 28px #0000001a}.reports-line-row-stage-12{grid-template-columns:minmax(110px,150px) minmax(0,1fr);gap:8px;padding-top:7px}@media (max-width: 900px){.reports-mobile-presentation-stage-12{padding:10px}.reports-mobile-presentation-copy-stage-12{min-width:0}.reports-view-switch-btn-stage-12{flex:1 1 0;min-width:0}}@media (max-width: 640px){.reports-table-shell-stage-12{gap:10px}.reports-mobile-presentation-stage-12{display:block}.reports-view-switch-stage-12{margin-top:8px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.reports-view-switch-btn-stage-12{width:100%;padding-inline:8px}.reports-view-hint-stage-12{font-size:12px}.reports-table-scroll-stage-12:after{display:none}.reports-result-table-stage-12 tbody td{font-size:12.5px}}@media (max-width: 480px){.reports-mobile-presentation-stage-12{padding:9px}.reports-view-switch-stage-12{grid-template-columns:1fr}.reports-line-card-stage-12{padding:12px}.reports-line-row-stage-12{grid-template-columns:1fr;gap:4px}}.dashboard-config-page-stage-13{min-width:0;container-type:inline-size}.dashboard-config-header-stage-13{border-radius:18px}.dashboard-config-store-stage-13{min-width:220px}.dashboard-config-actions-stage-13 .btn{min-height:44px}.dashboard-config-kpi-grid-stage-13,.dashboard-config-block-grid-stage-13,.dashboard-config-kpi-grid-stage-13 label,.dashboard-config-block-grid-stage-13 label{min-width:0}.dashboard-config-kpi-grid-stage-13 label span,.dashboard-config-block-grid-stage-13 label span{min-width:0;overflow-wrap:anywhere}.dashboard-config-audit-stage-14{border-radius:18px}.dashboard-config-audit-refresh-stage-14{min-height:42px}.dashboard-config-audit-item-stage-14{background:var(--surfaceSoft);min-width:0}.dashboard-config-audit-desc-stage-14{line-height:1.45;overflow-wrap:anywhere}.reports-page-stage-13{min-width:0}.reports-dashboard-intro-stage-13{border-radius:16px;line-height:1.45;overflow-wrap:anywhere}.reports-filters-shell-stage-13,.reports-result-panel-stage-13{min-width:0}@media (max-width: 900px){.dashboard-config-header-stage-13 .row{align-items:stretch!important}.dashboard-config-store-stage-13{text-align:left!important;width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:14px;background:var(--surfaceSoft)}.dashboard-config-actions-stage-13{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch!important}.dashboard-config-actions-stage-13 .btn{width:100%}.dashboard-config-actions-stage-13 .small{grid-column:1/-1}.dashboard-config-kpi-grid-stage-13,.dashboard-config-block-grid-stage-13{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important}.dashboard-config-audit-head-stage-14{align-items:stretch!important}.dashboard-config-audit-refresh-stage-14{width:100%}}@media (max-width: 640px){.dashboard-config-page-stage-13{gap:10px!important}.dashboard-config-header-stage-13,.dashboard-config-audit-stage-14{padding:12px!important;border-radius:16px}.dashboard-config-header-stage-13 h2{font-size:20px;line-height:1.15}.dashboard-config-actions-stage-13{grid-template-columns:1fr}.dashboard-config-kpi-grid-stage-13,.dashboard-config-block-grid-stage-13{grid-template-columns:1fr!important;gap:8px!important}.dashboard-config-kpi-grid-stage-13 label,.dashboard-config-block-grid-stage-13 label{padding:11px!important;border-radius:13px}.dashboard-config-audit-item-stage-14{padding:9px!important}.reports-dashboard-intro-stage-13{padding:10px!important}.reports-page-stage-13 .reports-filters-stage-8-10{grid-template-columns:1fr!important}.reports-page-stage-13 .reports-filter-stage-4-7{padding:9px}}@media (max-width: 420px){.dashboard-config-header-stage-13 h2{font-size:18px}.dashboard-config-store-stage-13{min-width:0}.dashboard-config-kpi-grid-stage-13 input,.dashboard-config-block-grid-stage-13 input{flex:0 0 auto}.dashboard-config-audit-desc-stage-14{font-size:12px}}@media (max-width: 1100px){html,body,#root,.layout,.main{width:100%!important;max-width:100vw!important;min-width:0!important;overflow-x:hidden!important}.main,body.sidebar-collapsed .main{margin-left:0!important}.container{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:12px!important;padding-right:12px!important}.card,.mobile-card,.pv-action-bar{max-width:100%!important}.header{width:100%!important;left:0!important;right:0!important;height:auto;padding:8px 12px;gap:8px}.header-left{flex:1;min-width:0}.header-brand{flex-wrap:wrap}.header-title{max-width:52vw;overflow:hidden;text-overflow:ellipsis}.header-subtitle{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:70vw}.header-actions-desktop{display:none!important}.header-actions-mobile{display:flex!important}.sidebar{z-index:2000;transform:translate(-110%);transition:transform .22s ease;box-shadow:14px 0 30px #00000059}body.sidebar-drawer-open .sidebar{transform:translate(0)}body.sidebar-drawer-open .sidebar-overlay{display:block}body.sidebar-drawer-open{overflow:hidden}body.sidebar-collapsed .sidebar{width:260px;padding:12px}body.sidebar-collapsed .sidebar .menu-label{display:inline}body.sidebar-collapsed .sidebar .menu-title,body.sidebar-collapsed .sidebar .small,body.sidebar-collapsed .sidebar .sidebar-brand{display:block}}@media (max-width: 520px){.container{padding-left:10px!important;padding-right:10px!important}.header-title{max-width:46vw}}@media (max-width: 768px){.pdv-modal-backdrop{align-items:flex-start!important;justify-content:center!important;padding-top:calc(env(safe-area-inset-top,0px) + 82px)!important;padding-left:10px!important;padding-right:10px!important;padding-bottom:calc(env(safe-area-inset-bottom,0px) + 16px)!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch}.pdv-modal{width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;max-height:calc(100dvh - 112px)!important;border-radius:18px!important;margin:0 auto!important}.pdv-modal-header{position:sticky;top:0;z-index:2;background:var(--panel);padding-bottom:8px;margin-bottom:10px!important}.mobile-actions-modal-body{overflow:visible!important}.mobile-actions-menu-list{display:flex!important;flex-direction:column!important;gap:10px!important;width:100%!important}.mobile-actions-menu-list .btn{width:100%!important;min-height:48px!important;justify-content:center!important;font-size:16px!important}.mobile-notifications-modal-body{max-height:calc(100dvh - 220px)!important;overflow:auto!important;-webkit-overflow-scrolling:touch}}@media (max-width: 420px){.pdv-modal-backdrop{padding-top:calc(env(safe-area-inset-top,0px) + 92px)!important}}.pdv-modal-backdrop-top{z-index:2147483646!important;isolation:isolate}.pdv-modal-top{position:relative;z-index:2147483647!important;box-shadow:0 20px 60px #0000004d}@media (max-width: 768px){.pdv-modal-backdrop-top{padding-top:calc(env(safe-area-inset-top,0px) + 88px)!important}.pdv-modal-top{position:relative!important;transform:translateZ(0)}}div[title^="PDV Junior v"]{display:none!important}@media (max-width: 768px){.sales-history-filters{width:100%!important;display:grid!important;grid-template-columns:1fr!important}.sales-history-filters>div,.sales-history-filters .input,.sales-history-filters .btn{width:100%!important;max-width:100%!important}.sales-history-sections{grid-template-columns:1fr!important}}@media (max-width: 980px){.sales-consulta-filters{grid-template-columns:1fr 1fr!important}}@media (max-width: 768px){.sales-consulta-filters{grid-template-columns:1fr!important}.sales-consulta-filters>label,.sales-consulta-filters .input,.sales-consulta-filters .btn{width:100%!important;max-width:100%!important}.sales-consulta-page .table-responsive{overflow-x:auto!important}}.commission-page{display:grid;gap:16px;min-width:0;overflow-x:hidden}.commission-filter-card{padding:16px;min-width:0;overflow:hidden}.commission-header-row{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;align-items:flex-start;min-width:0}.commission-title-block{min-width:0;flex:1 1 260px}.commission-subtitle{opacity:.82;line-height:1.35;max-width:760px}.commission-filters{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));gap:10px;align-items:end;min-width:min(100%,760px);flex:2 1 520px}.commission-filter{display:flex;flex-direction:column;gap:5px;min-width:0}.commission-filter span{font-weight:700}.commission-filter .input{width:100%;min-width:0}.commission-btn{min-height:44px;justify-content:center}.commission-note{margin-top:10px;opacity:.84;line-height:1.35;white-space:normal;word-break:normal}.commission-alert{margin-top:10px;border:1px solid var(--border);border-radius:12px;padding:10px 12px;line-height:1.35;white-space:normal;word-break:break-word}.commission-alert.error{color:var(--danger);border-color:#ef444459;background:#ef444414}.commission-alert.success{color:var(--success);border-color:#22c55e59;background:#22c55e14}.commission-kpis{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:12px;min-width:0}.commission-kpi{padding:14px;min-width:0}.commission-kpi strong{display:block;font-size:clamp(24px,4vw,34px);line-height:1.1;white-space:normal;word-break:break-word}.commission-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:12px;align-items:start;min-width:0}.commission-card-main,.commission-side-card,.commission-history-card{padding:16px;min-width:0;overflow:hidden}.commission-card-main h4,.commission-side-card h4,.commission-history-card h4{margin-top:0}.commission-side-stack{display:grid;gap:12px;min-width:0}.commission-table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable both-edges}.commission-table{min-width:640px}.commission-side-card .commission-table{min-width:420px}.commission-history-table{min-width:980px}@media (max-width: 980px){.commission-filters{grid-template-columns:repeat(2,minmax(0,1fr));min-width:0;flex-basis:100%}.commission-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.commission-grid{grid-template-columns:1fr}}@media (max-width: 768px){.commission-page{gap:12px;overflow-x:hidden}.commission-filter-card,.commission-card-main,.commission-side-card,.commission-history-card{padding:12px;border-radius:16px}.commission-header-row{display:grid;grid-template-columns:1fr;gap:12px}.commission-title-block h3{font-size:24px;line-height:1.15}.commission-subtitle{font-size:14px;line-height:1.3}.commission-filters{grid-template-columns:1fr!important;width:100%;gap:10px}.commission-filter,.commission-filter .input,.commission-btn{width:100%;max-width:100%}.commission-note{font-size:14px;line-height:1.35;max-height:none;overflow:visible}.commission-kpis{grid-template-columns:1fr 1fr;gap:10px}.commission-kpi{padding:12px}.commission-kpi strong{font-size:26px}.commission-table-wrap{border:1px solid var(--border);border-radius:12px;background:var(--panel)}}@media (max-width: 420px){.commission-kpis{grid-template-columns:1fr}.commission-kpi strong{font-size:25px}.commission-title-block h3{font-size:22px}}.commission-page-v129{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:hidden!important}.commission-page-v129 *{box-sizing:border-box}.commission-page-v129 .card{min-width:0!important;max-width:100%!important}.commission-filters-v129{display:grid!important;grid-template-columns:repeat(4,minmax(150px,1fr))!important;gap:10px!important;width:100%!important;min-width:0!important}.commission-section-stack{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:12px!important;width:100%!important;max-width:100%!important;min-width:0!important}.commission-page-v129 .commission-table-wrap{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch}.commission-page-v129 .commission-table{width:100%!important;min-width:720px}.commission-page-v129 .commission-side-card .commission-table{min-width:560px}.commission-page-v129 .commission-history-table{min-width:980px}.check-inline{display:flex;align-items:center;gap:8px;min-height:44px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:0 12px}@media (max-width: 1200px){.commission-grid{grid-template-columns:1fr!important}.commission-side-stack{grid-template-columns:1fr!important;width:100%!important;max-width:100%!important}.commission-filters-v129{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 768px){html,body,#root,.layout,.main,.container{max-width:100vw!important;overflow-x:hidden!important}.commission-page-v129{padding:0!important;gap:10px!important}.commission-page-v129 .commission-filter-card,.commission-page-v129 .commission-card-main,.commission-page-v129 .commission-side-card,.commission-page-v129 .commission-history-card{width:100%!important;max-width:calc(100vw - 20px)!important;margin-left:auto!important;margin-right:auto!important;padding:12px!important;overflow:hidden!important}.commission-page-v129 .commission-title-block h3{font-size:22px!important;line-height:1.15!important}.commission-page-v129 .commission-subtitle{font-size:14px!important;line-height:1.3!important;white-space:normal!important}.commission-filters-v129{grid-template-columns:1fr!important;width:100%!important}.commission-filters-v129 .commission-filter,.commission-filters-v129 .input,.commission-filters-v129 .btn,.commission-filters-v129 .check-inline{width:100%!important;max-width:100%!important}.commission-page-v129 .commission-note{font-size:13px!important;line-height:1.35!important;max-height:none!important;overflow:visible!important}.commission-page-v129 .commission-kpis{grid-template-columns:1fr 1fr!important;gap:8px!important;width:100%!important;max-width:calc(100vw - 20px)!important;margin-left:auto!important;margin-right:auto!important}.commission-page-v129 .commission-kpi{padding:10px!important;min-height:92px}.commission-page-v129 .commission-kpi strong{font-size:23px!important;line-height:1.1!important;word-break:break-word}.commission-section-stack{grid-template-columns:1fr!important;gap:10px!important}.commission-page-v129 .commission-table{min-width:680px!important;display:table!important;overflow:visible!important}.commission-page-v129 .commission-side-card .commission-table{min-width:520px!important}.commission-page-v129 .commission-history-table{min-width:900px!important}}@media (max-width: 420px){.commission-page-v129 .commission-kpis{grid-template-columns:1fr!important}.commission-page-v129 .commission-filter-card,.commission-page-v129 .commission-card-main,.commission-page-v129 .commission-side-card,.commission-page-v129 .commission-history-card{max-width:calc(100vw - 18px)!important}}
