/* GoBites Restaurante V140 — Dashboard e Financeiro */
.gb140-page{display:grid;gap:18px}.gb140-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.gb140-head h2{margin:0 0 5px;font-size:25px}.gb140-head p,.gb140-muted{margin:0;color:#6b7280}.gb140-filter{display:flex;align-items:flex-end;gap:8px;flex-wrap:wrap}.gb140-filter label{display:flex;flex-direction:column;gap:7px;font-size:10px;font-weight:800;color:#667085}.gb140-filter select,.gb140-filter input{height:39px;border:1px solid #dde2ea;border-radius:11px;background:#fff;padding:0 12px;font:inherit;font-weight:700;color:#172033;outline:none}.gb140-custom{display:flex;align-items:flex-end;gap:7px}.gb140-custom[hidden]{display:none}
.gb140-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.gb140-kpi{position:relative;overflow:hidden;padding:18px;border:1px solid #e4e7ec;border-radius:18px;background:#fff;box-shadow:0 8px 26px rgba(16,24,40,.045)}.gb140-kpi:after{content:"";position:absolute;width:72px;height:72px;border-radius:50%;right:-28px;top:-30px;background:var(--tint,#eef4ff)}.gb140-kpi-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.gb140-kpi-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:var(--tint,#eef4ff);color:var(--tone,#2563eb)}.gb140-kpi-icon svg{width:18px;height:18px}.gb140-kpi small{display:block;color:#667085;font-size:10px;font-weight:750}.gb140-kpi strong{display:block;margin:12px 0 7px;font-size:23px;letter-spacing:-.03em}.gb140-delta{display:inline-flex;align-items:center;gap:4px;font-size:9px;font-weight:800;color:#667085}.gb140-delta.up{color:#16845b}.gb140-delta.down{color:#d14343}
.gb140-grid{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(280px,.75fr);gap:16px}.gb140-card{border:1px solid #e4e7ec;border-radius:19px;background:#fff;padding:18px;box-shadow:0 8px 28px rgba(16,24,40,.04);min-width:0}.gb140-cardhead{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:15px}.gb140-cardhead h3{margin:0 0 4px;font-size:15px}.gb140-cardhead p{margin:0;color:#737b8c;font-size:10px}.gb140-total{font-size:17px;white-space:nowrap}.gb140-chart-tools{display:flex;gap:5px;padding:3px;background:#f4f6f8;border-radius:10px}.gb140-chart-tools button{border:0;border-radius:8px;background:transparent;padding:7px 9px;font-size:9px;font-weight:800;color:#687080;cursor:pointer;transition:.18s}.gb140-chart-tools button:hover{color:#e80d29}.gb140-chart-tools button.active{background:#fff;color:#e80d29;box-shadow:0 2px 8px rgba(16,24,40,.08)}
.gb140-chart{position:relative;height:260px}.gb140-chart svg{display:block;width:100%;height:100%;overflow:visible}.gb140-gridline{stroke:#edf0f4;stroke-width:1}.gb140-axis{fill:#8a91a0;font-size:9px}.gb140-area{fill:url(#gb140Area)}.gb140-line{fill:none;stroke:#ed1732;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.gb140-prev{fill:none;stroke:#9ca3af;stroke-width:2;stroke-dasharray:5 5}.gb140-point{fill:#fff;stroke:#ed1732;stroke-width:2;cursor:pointer}.gb140-point:hover{r:5;fill:#ed1732}.gb140-legend{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px;padding-top:12px;border-top:1px solid #edf0f4;color:#687080;font-size:9px}.gb140-legend span{display:flex;align-items:center;gap:6px}.gb140-legend i{width:18px;height:3px;border-radius:4px;background:#ed1732}.gb140-legend i.prev{height:0;border-top:2px dashed #9ca3af;background:none}
.gb140-value-label{fill:#3f4755;font-size:8px;font-weight:850;paint-order:stroke;stroke:#fff;stroke-width:3px;stroke-linejoin:round}.gb140-chart-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:7px}.gb140-chart-summary div{padding:9px 11px;border-radius:11px;background:#f7f8fa}.gb140-chart-summary small,.gb140-chart-summary b{display:block}.gb140-chart-summary small{font-size:8px;color:#7b8391}.gb140-chart-summary b{margin-top:3px;font-size:11px}
.gb140-stats{display:grid;gap:8px}.gb140-stat{display:flex;align-items:center;justify-content:space-between;padding:11px 12px;border-radius:12px;background:#f8f9fb}.gb140-stat span{font-size:10px;color:#626b79}.gb140-stat b{font-size:14px}.gb140-recommend{position:relative;display:flex;align-items:center;gap:15px;overflow:hidden;border:1px solid #ffd5da;background:linear-gradient(115deg,#fff7f8,#fff);padding:17px 19px;border-radius:18px}.gb140-recommend:after{content:"";position:absolute;right:-32px;width:120px;height:120px;border-radius:50%;background:rgba(237,23,50,.06)}.gb140-rec-icon{display:grid;place-items:center;flex:0 0 42px;height:42px;border-radius:13px;background:#ed1732;color:#fff}.gb140-rec-icon svg{width:20px}.gb140-rec-copy{flex:1;position:relative;z-index:1}.gb140-rec-copy small{color:#e40e2a;font-weight:900;letter-spacing:.12em}.gb140-rec-copy h3{margin:4px 0;font-size:15px}.gb140-rec-copy p{margin:0;color:#616979;font-size:10px}.gb140-rec-action{position:relative;z-index:1;white-space:nowrap}
.gb140-list{display:grid;gap:2px}.gb140-row{display:grid;grid-template-columns:minmax(0,1.5fr) .9fr .85fr .8fr 26px;align-items:center;gap:12px;padding:12px 4px;border-top:1px solid #edf0f4;font-size:10px}.gb140-row.head{border:0;padding-top:3px;color:#7b8391;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.gb140-row button{border:0;background:transparent;cursor:pointer;color:#e50d2a;font-size:18px}.gb140-person b,.gb140-person small{display:block}.gb140-person small{margin-top:3px;color:#818897}.gb140-pill{display:inline-flex;width:max-content;padding:5px 8px;border-radius:99px;font-size:8px;font-weight:850;background:#f0f2f5;color:#555e6c}.gb140-pill.paid{background:#e9f8f1;color:#14734b}.gb140-pill.pending{background:#fff4d8;color:#8b6200}.gb140-pill.expired,.gb140-pill.cancelled{background:#fff0f2;color:#b42336}.gb140-paygrid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.gb140-paybox{padding:13px;border:1px solid #e7e9ed;border-radius:14px}.gb140-paybox small,.gb140-paybox strong{display:block}.gb140-paybox strong{margin-top:7px;font-size:18px}.gb140-paybox small{color:#747c8a;font-size:9px}.gb140-progress{height:6px;margin-top:10px;border-radius:8px;background:#eef0f3;overflow:hidden}.gb140-progress i{display:block;height:100%;border-radius:inherit;background:#ed1732}.gb140-export{display:flex;align-items:center;gap:6px}.gb140-empty{display:grid;place-items:center;min-height:170px;text-align:center;color:#78808e}.gb140-empty b{display:block;color:#263041;margin-bottom:4px}.gb140-modal h2{margin:4px 0 6px}.gb140-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin:18px 0}.gb140-summary div{padding:12px;border-radius:12px;background:#f7f8fa}.gb140-summary small,.gb140-summary b{display:block}.gb140-summary small{color:#737b89;font-size:9px}.gb140-summary b{margin-top:5px}.gb140-summary .total{background:#fff0f2;color:#b90d25}
@media(max-width:1000px){.gb140-kpis{grid-template-columns:repeat(2,1fr)}.gb140-grid{grid-template-columns:1fr}.gb140-paygrid{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:700px){.gb140-page{gap:13px}.gb140-head{align-items:flex-start;flex-direction:column}.gb140-filter,.gb140-filter label{width:100%}.gb140-filter select{width:100%}.gb140-custom{width:100%;flex-wrap:wrap}.gb140-custom input{flex:1;min-width:120px}.gb140-kpis{grid-template-columns:1fr 1fr;gap:9px}.gb140-kpi{padding:14px}.gb140-kpi strong{font-size:18px}.gb140-card{padding:14px;border-radius:16px}.gb140-cardhead{flex-direction:column}.gb140-chart-tools{width:100%}.gb140-chart-tools button{flex:1}.gb140-chart{height:225px}.gb140-chart-summary{grid-template-columns:1fr}.gb140-recommend{align-items:flex-start;flex-wrap:wrap}.gb140-rec-copy{min-width:calc(100% - 60px)}.gb140-rec-action{width:100%}.gb140-row{grid-template-columns:minmax(0,1fr) .8fr 24px}.gb140-row>:nth-child(3),.gb140-row>:nth-child(4){display:none}.gb140-paygrid{grid-template-columns:1fr}.gb140-row.head>:nth-child(3),.gb140-row.head>:nth-child(4){display:none}}

/* V142 — alinhamento do período e conciliação automática */
.gb140-filter label{flex-direction:row;align-items:center;gap:11px;white-space:nowrap}.gb140-filter label select{min-width:142px}.gb140-auto-card{display:grid;grid-template-columns:42px minmax(145px,.28fr) minmax(260px,1fr);align-items:center;gap:14px;padding:14px 16px;border:1px solid #e4e7ec;border-radius:16px;background:linear-gradient(110deg,#fff,#f8fafc);box-shadow:0 7px 22px rgba(16,24,40,.035)}.gb140-auto-card>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#e9f8f1;color:#16845b}.gb140-auto-card svg{width:19px;height:19px}.gb140-auto-card b{font-size:11px;color:#172033}.gb140-auto-card p{margin:0;color:#687181;font-size:10px;line-height:1.55}.gb140-auto-card p strong{color:#283242}
@media(max-width:700px){.gb140-filter label{display:grid;grid-template-columns:auto minmax(0,1fr);width:100%;gap:10px}.gb140-filter label select{min-width:0;width:100%}.gb140-auto-card{grid-template-columns:42px 1fr;gap:11px}.gb140-auto-card p{grid-column:1/-1}}
