*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#1e293b;background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app{flex-direction:column;min-height:100vh;display:flex}.tabs{background:#fff;border-bottom:1px solid #e2e8f0;gap:.5rem;padding:0 1rem;display:flex}.tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:.75rem 1.25rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s,border-color .2s}.tab:hover{color:#1e293b}.tab.active{color:#2563eb;border-bottom-color:#2563eb}.page{flex:1;padding:2rem}.dash{max-width:1100px;margin:0 auto}.dash-header{margin-bottom:1.75rem}.dash-header h1{font-size:1.5rem;font-weight:600}.dash-header-sub{color:#64748b;margin-top:.25rem;font-size:.875rem;display:block}.dash-loading{color:#64748b;flex-direction:column;align-items:center;gap:1rem;padding:4rem 1rem;font-size:.95rem;display:flex}.dash-loading-spinner{border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;width:28px;height:28px;animation:.7s linear infinite dash-spin}@keyframes dash-spin{to{transform:rotate(360deg)}}.dash-error{text-align:center;color:#dc2626;padding:3rem 1rem;font-size:.95rem}.dash-stats{grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:.75rem;margin-bottom:1.5rem;display:grid}.dash-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;align-items:center;gap:.875rem;padding:1rem 1.125rem;transition:box-shadow .2s;display:flex}.dash-stat-card:hover{box-shadow:0 2px 8px #0000000d}.dash-stat-icon{border-radius:.625rem;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.dash-stat-icon--green{color:#059669;background:#ecfdf5}.dash-stat-icon--blue{color:#2563eb;background:#eff6ff}.dash-stat-icon--purple{color:#7c3aed;background:#faf5ff}.dash-stat-icon--amber{color:#d97706;background:#fffbeb}.dash-stat-icon--slate{color:#475569;background:#f1f5f9}.dash-stat-info{flex-direction:column;min-width:0;display:flex}.dash-stat-value{color:#1e293b;font-size:1.25rem;font-weight:700;line-height:1.2}.dash-stat-label{color:#64748b;margin-top:.125rem;font-size:.775rem}.dash-stat-sub{color:#94a3b8;margin-top:.125rem;font-size:.7rem}.dash-grid{grid-template-rows:auto auto;grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.dash-card--orders{grid-area:1/1/3}.dash-card--status{grid-area:1/2}.dash-card--convos{grid-area:2/2}.dash-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;flex-direction:column;display:flex}.dash-card-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:.875rem 1.125rem;display:flex}.dash-card-header h2{color:#1e293b;font-size:.9rem;font-weight:600}.dash-card-link{color:#2563eb;cursor:pointer;background:0 0;border:none;border-radius:.375rem;padding:.25rem .5rem;font-family:inherit;font-size:.775rem;font-weight:500;transition:background-color .15s}.dash-card-link:hover{background:#eff6ff}.dash-card-body{flex:1;padding:.5rem 0}.dash-card-empty{text-align:center;color:#94a3b8;padding:2rem 1rem;font-size:.85rem}.dash-order-row{border-bottom:1px solid #f8fafc;padding:.625rem 1.125rem;transition:background-color .1s}.dash-order-row:last-child{border-bottom:none}.dash-order-row:hover{background:#fafbfc}.dash-order-main{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.dash-order-name{color:#1e293b;font-size:.85rem;font-weight:500}.dash-order-status{white-space:nowrap;border-radius:9999px;align-items:center;gap:.3rem;padding:.175rem .5rem;font-size:.675rem;font-weight:600;display:inline-flex}.dash-order-status-dot{border-radius:50%;width:6px;height:6px}.dash-order-status--pedido-feito{color:#2563eb;background:#eff6ff}.dash-order-status--pedido-feito .dash-order-status-dot{background:#2563eb}.dash-order-status--pagamento-pendente{color:#d97706;background:#fffbeb}.dash-order-status--pagamento-pendente .dash-order-status-dot{background:#d97706}.dash-order-status--em-preparacao{color:#7c3aed;background:#faf5ff}.dash-order-status--em-preparacao .dash-order-status-dot{background:#7c3aed}.dash-order-status--enviado{color:#059669;background:#ecfdf5}.dash-order-status--enviado .dash-order-status-dot{background:#059669}.dash-order-status--concluido{color:#16a34a;background:#f0fdf4}.dash-order-status--concluido .dash-order-status-dot{background:#16a34a}.dash-order-details{color:#94a3b8;align-items:center;gap:.75rem;font-size:.75rem;display:flex}.dash-order-total{color:#475569;font-weight:600}.dash-status-breakdown{flex-direction:column;gap:.625rem;padding:.5rem 1.125rem .75rem;display:flex}.dash-status-row{align-items:center;gap:.75rem;display:flex}.dash-status-row-label{color:#334155;flex-shrink:0;align-items:center;gap:.375rem;min-width:130px;font-size:.775rem;display:flex}.dash-status-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.dash-status-dot--pedido-feito{background:#2563eb}.dash-status-dot--pagamento-pendente{background:#d97706}.dash-status-dot--em-preparacao{background:#7c3aed}.dash-status-dot--enviado{background:#059669}.dash-status-dot--concluido{background:#16a34a}.dash-status-bar-track{background:#f1f5f9;border-radius:9999px;flex:1;height:6px;overflow:hidden}.dash-status-bar-fill{border-radius:9999px;min-width:2px;height:100%;transition:width .5s}.dash-status-bar-fill--pedido-feito{background:#2563eb}.dash-status-bar-fill--pagamento-pendente{background:#d97706}.dash-status-bar-fill--em-preparacao{background:#7c3aed}.dash-status-bar-fill--enviado{background:#059669}.dash-status-bar-fill--concluido{background:#16a34a}.dash-status-count{color:#475569;text-align:right;min-width:20px;font-size:.775rem;font-weight:600}.dash-convo-row{border-bottom:1px solid #f8fafc;align-items:center;gap:.75rem;padding:.5rem 1.125rem;transition:background-color .1s;display:flex}.dash-convo-row:last-child{border-bottom:none}.dash-convo-row:hover{background:#fafbfc}.dash-convo-avatar{color:#2563eb;background:#eff6ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.8rem;font-weight:600;display:flex}.dash-convo-info{flex:1;min-width:0}.dash-convo-top{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.dash-convo-name{color:#1e293b;font-size:.825rem;font-weight:500}.dash-convo-time{color:#94a3b8;flex-shrink:0;font-size:.675rem}.dash-convo-msg{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin-top:.125rem;font-size:.75rem;display:block;overflow:hidden}@media (width<=768px){.dash-stats{grid-template-columns:repeat(2,1fr)}.dash-grid{grid-template-columns:1fr}.dash-card--orders,.dash-card--status,.dash-card--convos{grid-area:auto/1}}@media (width<=480px){.dash-stats{grid-template-columns:1fr}}.catalogo{max-width:720px;margin:0 auto}.catalogo-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.catalogo-header-left{align-items:baseline;gap:1rem;display:flex}.catalogo-header h1{font-size:1.5rem;font-weight:600}.catalogo-count{color:#64748b;background:#f1f5f9;border-radius:9999px;padding:.25rem .625rem;font-size:.875rem}.catalogo-form-row{gap:.5rem;display:flex}.catalogo-input{border:1px solid #e2e8f0;border-radius:.5rem;outline:none;flex:1;padding:.625rem .875rem;font-size:.9rem;transition:border-color .2s}.catalogo-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.catalogo-input--price{flex:0 0 130px;max-width:130px}.catalogo-input--small{flex:0 0 110px;max-width:110px}.catalogo-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .2s,opacity .2s}.catalogo-btn:hover{opacity:.85}.catalogo-btn--save{color:#fff;background:#16a34a}.catalogo-btn--cancel{color:#475569;background:#e2e8f0}.catalogo-btn--edit{color:#334155;background:#f1f5f9}.catalogo-btn--remove{color:#dc2626;background:#fef2f2}.catalogo-btn--remove:hover{opacity:1;background:#fee2e2}.catalogo-btn--add-product{color:#fff;background:#2563eb;padding:.625rem 1.25rem;font-size:.9rem}.catalogo-empty{text-align:center;color:#64748b;background:#f8fafc;border:1px dashed #e2e8f0;border-radius:.75rem;padding:3rem 1rem}.catalogo-empty p:first-child{margin-bottom:.5rem;font-size:1rem;font-weight:500}.catalogo-empty p:last-child{font-size:.875rem}.catalogo-list{flex-direction:column;gap:.5rem;list-style:none;display:flex}.catalogo-item{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem 1.25rem;transition:box-shadow .2s}.catalogo-item:hover{box-shadow:0 1px 3px #0000000f}.catalogo-item-row{align-items:flex-start;gap:1rem;display:flex}.catalogo-item-info{flex-direction:column;flex:1;gap:.375rem;display:flex}.catalogo-item-top{align-items:baseline;gap:.75rem;display:flex}.catalogo-item-name{font-size:.95rem;font-weight:500}.catalogo-item-price{color:#16a34a;font-size:.875rem;font-weight:500}.catalogo-item-description{color:#64748b;font-size:.85rem;line-height:1.4}.catalogo-item-tags{flex-wrap:wrap;gap:.5rem;display:flex}.catalogo-tag{color:#475569;background:#f1f5f9;border-radius:.375rem;padding:.2rem .5rem;font-size:.75rem;font-weight:500}.catalogo-textarea{resize:vertical;min-height:2.5rem;font-family:inherit}.catalogo-item-actions{flex-shrink:0;gap:.5rem;display:flex}.catalogo-item-edit{flex-direction:column;flex:1;gap:.5rem;display:flex}.catalogo-photo-square{cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;transition:border-color .2s,background-color .2s;display:flex;overflow:hidden}.catalogo-photo-square:hover{background:#f1f5f9;border-color:#cbd5e1}.catalogo-photo-square img{object-fit:cover;width:100%;height:100%}.catalogo-photo-placeholder{color:#94a3b8;justify-content:center;align-items:center;display:flex}.catalogo-loading,.catalogo-error{text-align:center;color:#64748b;padding:3rem 1rem;font-size:.95rem}.catalogo-error{color:#dc2626}.conversas{background:#fff;height:calc(100vh - 45px);margin:-2rem;display:flex}.conversas-sidebar{background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;width:360px;min-width:300px;display:flex}.conversas-sidebar-header{border-bottom:1px solid #e2e8f0;padding:1.25rem 1rem .75rem}.conversas-sidebar-header h2{margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.conversas-search-wrap{position:relative}.conversas-search-icon{color:#94a3b8;pointer-events:none;width:16px;height:16px;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.conversas-search{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;outline:none;width:100%;padding:.5rem .75rem .5rem 2.25rem;font-size:.875rem;transition:border-color .2s,background-color .2s}.conversas-search:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.conversas-chat-list{flex:1;overflow-y:auto}.conversas-empty-search{text-align:center;color:#94a3b8;padding:2rem 1rem;font-size:.875rem}.conversas-chat-item{cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #f1f5f9;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-family:inherit;transition:background-color .15s;display:flex}.conversas-chat-item:hover{background:#f8fafc}.conversas-chat-item.selected{background:#eff6ff}.conversas-avatar{color:#fff;letter-spacing:.5px;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:.8rem;font-weight:600;display:flex}.conversas-chat-item-body{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.conversas-chat-item-top{justify-content:space-between;align-items:baseline;display:flex}.conversas-chat-item-name{color:#1e293b;font-size:.9rem;font-weight:500}.conversas-chat-item-time{color:#94a3b8;flex-shrink:0;font-size:.75rem}.conversas-chat-item-bottom{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.conversas-chat-item-preview{color:#64748b;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.825rem;overflow:hidden}.conversas-unread-badge{color:#fff;background:#2563eb;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 .375rem;font-size:.7rem;font-weight:600;display:flex}.conversas-main{background:#f8fafc;flex-direction:column;flex:1;min-width:0;display:flex}.conversas-main-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:.875rem 1.25rem}.conversas-main-header-info h3{color:#1e293b;font-size:1rem;font-weight:600}.conversas-main-header-info span{color:#94a3b8;font-size:.8rem}.conversas-messages{flex-direction:column;flex:1;gap:.5rem;padding:1.25rem;display:flex;overflow-y:auto}.conversas-message{max-width:65%;display:flex}.conversas-message.sent{align-self:flex-end}.conversas-message.received{align-self:flex-start}.conversas-message-bubble{border-radius:1rem;padding:.625rem .875rem;line-height:1.45;position:relative}.conversas-message.sent .conversas-message-bubble{color:#fff;background:#2563eb;border-bottom-right-radius:.25rem}.conversas-message.received .conversas-message-bubble{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:.25rem}.conversas-message-bubble p{margin:0;font-size:.875rem}.conversas-message-time{text-align:right;opacity:.7;margin-top:.25rem;font-size:.675rem;display:block}.conversas-message.received .conversas-message-time{color:#94a3b8;opacity:1}.conversas-input-area{background:#fff;border-top:1px solid #e2e8f0;align-items:center;gap:.5rem;padding:.75rem 1.25rem;display:flex}.conversas-input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1.5rem;outline:none;flex:1;padding:.625rem .875rem;font-family:inherit;font-size:.875rem;transition:border-color .2s,background-color .2s}.conversas-input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.conversas-send-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:background-color .2s,opacity .2s;display:flex}.conversas-send-btn:hover:not(:disabled){background:#1d4ed8}.conversas-send-btn:disabled{opacity:.4;cursor:default}.conversas-send-btn svg{width:18px;height:18px}.conversas-attach-btn{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:background-color .2s,color .2s;display:flex}.conversas-attach-btn:hover{color:#1e293b;background:#e2e8f0}.conversas-attach-btn.active{color:#fff;background:#2563eb}.conversas-attach-btn svg{width:18px;height:18px}.conversas-message-bubble.has-product{max-width:280px;padding:0;overflow:hidden}.conversas-message.sent .conversas-message-bubble.has-product{color:#1e293b;background:#fff;border:1px solid #e2e8f0}.conversas-message.sent .conversas-message-bubble.has-product .conversas-message-time{color:#94a3b8;opacity:1}.conversas-product-card{flex-direction:column;display:flex}.conversas-product-card-img{background:#f1f5f9;justify-content:center;align-items:center;width:100%;height:140px;display:flex;overflow:hidden}.conversas-product-card-img img{object-fit:cover;width:100%;height:100%}.conversas-product-card-img svg{color:#cbd5e1;width:32px;height:32px}.conversas-product-card-body{flex-direction:column;gap:.25rem;padding:.625rem .875rem;display:flex}.conversas-product-card-name{color:#1e293b;font-size:.85rem;font-weight:600}.conversas-product-card-price{color:#16a34a;font-size:.9rem;font-weight:600}.conversas-product-card-desc{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.775rem;line-height:1.35;display:-webkit-box;overflow:hidden}.conversas-product-card-tags{flex-wrap:wrap;gap:.375rem;margin-top:.125rem;display:flex}.conversas-product-card-tag{color:#475569;background:#f1f5f9;border-radius:.25rem;padding:.125rem .375rem;font-size:.675rem;font-weight:500}.conversas-message-bubble.has-product>p{padding:0 .875rem .125rem}.conversas-message-bubble.has-product>.conversas-message-time{padding:0 .875rem .5rem}.product-picker-backdrop{z-index:100;background:#0000004d;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.product-picker{background:#fff;border-radius:.75rem;flex-direction:column;width:420px;max-height:520px;animation:.2s ease-out picker-in;display:flex;box-shadow:0 20px 60px #00000026}@keyframes picker-in{0%{opacity:0;transform:scale(.95)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.product-picker-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem 1rem .75rem;display:flex}.product-picker-header h4{color:#1e293b;font-size:1rem;font-weight:600}.product-picker-close{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:background-color .15s,color .15s;display:flex}.product-picker-close:hover{color:#1e293b;background:#e2e8f0}.product-picker-close svg{width:16px;height:16px}.product-picker-search-wrap{padding:.75rem 1rem;position:relative}.product-picker-search-icon{color:#94a3b8;pointer-events:none;width:16px;height:16px;position:absolute;top:50%;left:1.75rem;transform:translateY(-50%)}.product-picker-search{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;outline:none;width:100%;padding:.5rem .75rem .5rem 2.25rem;font-family:inherit;font-size:.875rem;transition:border-color .2s}.product-picker-search:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.product-picker-list{flex:1;padding:0 .5rem .5rem;overflow-y:auto}.product-picker-empty{text-align:center;color:#94a3b8;padding:2rem 1rem;font-size:.875rem}.product-picker-item{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.75rem;width:100%;padding:.625rem .5rem;font-family:inherit;transition:background-color .15s;display:flex}.product-picker-item:hover{background:#f8fafc}.product-picker-item-photo{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.product-picker-item-photo img{object-fit:cover;width:100%;height:100%}.product-picker-item-photo svg{color:#cbd5e1;width:20px;height:20px}.product-picker-item-info{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.product-picker-item-name{color:#1e293b;font-size:.85rem;font-weight:500}.product-picker-item-price{color:#16a34a;font-size:.8rem;font-weight:600}.product-picker-item-desc{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.product-picker-item-tags{flex-wrap:wrap;gap:.25rem;margin-top:.125rem;display:flex}.product-picker-tag{color:#475569;background:#f1f5f9;border-radius:.25rem;padding:.1rem .35rem;font-size:.675rem;font-weight:500}.product-picker-item-send{color:#94a3b8;flex-shrink:0;width:18px;height:18px;transition:color .15s}.product-picker-item:hover .product-picker-item-send{color:#2563eb}.conversas-empty-state{color:#94a3b8;background:#f8fafc;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.75rem;display:flex}.conversas-empty-state-icon{background:#e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.conversas-empty-state-icon svg{color:#94a3b8;width:28px;height:28px}.conversas-empty-state h3{color:#64748b;font-size:1rem;font-weight:500}.conversas-empty-state p{font-size:.85rem}.pedidos{max-width:820px;margin:0 auto}.pedidos--kanban{max-width:none}.pedidos-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.pedidos-header-left{align-items:baseline;gap:1rem;display:flex}.pedidos-header h1{font-size:1.5rem;font-weight:600}.pedidos-count{color:#64748b;background:#f1f5f9;border-radius:9999px;padding:.25rem .625rem;font-size:.875rem}.pedidos-archived-toggle{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:9999px;align-items:center;gap:.375rem;padding:.25rem .625rem;font-family:inherit;font-size:.8rem;font-weight:500;transition:all .15s;display:inline-flex}.pedidos-archived-toggle:hover{background:#f8fafc;border-color:#cbd5e1}.pedidos-archived-toggle.active{color:#92400e;background:#fef3c7;border-color:#fde68a}.pedidos-archived-banner{color:#92400e;background:#fef3c7;border:1px solid #fde68a;border-radius:.5rem;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.625rem 1rem;font-size:.825rem;font-weight:500;display:flex}.pedidos-view-toggle{background:#f1f5f9;border-radius:.5rem;gap:.25rem;padding:.2rem;display:flex}.pedidos-view-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;width:34px;height:34px;transition:all .15s;display:flex}.pedidos-view-btn:hover{color:#475569;background:#e2e8f0}.pedidos-view-btn.active{color:#2563eb;background:#fff;box-shadow:0 1px 3px #00000014}.pedidos-filters{flex-wrap:wrap;gap:.375rem;margin-bottom:1.5rem;display:flex}.pedidos-filter-btn{cursor:pointer;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;padding:.4rem .875rem;font-family:inherit;font-size:.8rem;font-weight:500;transition:all .15s}.pedidos-filter-btn:hover{background:#f8fafc;border-color:#cbd5e1}.pedidos-filter-btn.active{color:#fff;background:#2563eb;border-color:#2563eb}.pedidos-list{flex-direction:column;gap:.625rem;list-style:none;display:flex}.pedidos-empty{text-align:center;color:#64748b;background:#f8fafc;border:1px dashed #e2e8f0;border-radius:.75rem;padding:3rem 1rem}.pedidos-empty p:first-child{margin-bottom:.5rem;font-size:1rem;font-weight:500}.pedidos-empty p:last-child{font-size:.875rem}.pedidos-kanban{align-items:flex-start;gap:.75rem;padding-bottom:1rem;display:flex;overflow-x:auto}.pedidos-kanban-col{background:#f8fafc;border:2px solid #0000;border-radius:.75rem;flex-direction:column;flex-shrink:0;width:260px;min-width:260px;max-height:calc(100vh - 160px);transition:border-color .15s,background-color .15s;display:flex}.pedidos-kanban-col.drag-over{background:#eff6ff;border-color:#2563eb}.pedidos-kanban-col-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:.75rem .875rem;display:flex}.pedidos-kanban-col-title{color:#334155;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;display:flex}.pedidos-kanban-col-count{color:#475569;background:#e2e8f0;border-radius:9999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 .375rem;font-size:.725rem;font-weight:600;display:flex}.pedidos-kanban-col-body{flex-direction:column;flex:1;gap:.5rem;min-height:120px;padding:.625rem;list-style:none;display:flex;overflow-y:auto}.pedidos-kanban-drop-zone{border-radius:.5rem;flex:1;min-height:60px}.pedidos-card{cursor:default;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:.875rem 1rem;transition:box-shadow .2s,transform .15s}.pedidos-card[draggable=true]{cursor:grab}.pedidos-card[draggable=true]:active{cursor:grabbing;transform:rotate(1.5deg);box-shadow:0 8px 24px #0000001f}.pedidos-card:hover{box-shadow:0 2px 8px #0000000d}.pedidos-card-top{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.5rem;display:flex}.pedidos-card-id{color:#475569;font-family:monospace;font-size:.75rem;font-weight:600}.pedidos-card-customer{color:#1e293b;font-size:.875rem;font-weight:500}.pedidos-card-phone{color:#94a3b8;font-size:.75rem}.pedidos-card-items{border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;margin:.375rem 0;padding:.375rem 0}.pedidos-card-item{color:#475569;justify-content:space-between;align-items:center;padding:.15rem 0;font-size:.775rem;display:flex}.pedidos-card-item-name{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.pedidos-card-item-qty{color:#94a3b8;margin:0 .5rem;font-size:.725rem}.pedidos-card-item-price{color:#1e293b;flex-shrink:0;font-weight:500}.pedidos-card-bottom{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.pedidos-card-bottom-right{align-items:center;gap:.5rem;display:flex}.pedidos-card-total{color:#1e293b;font-size:.85rem;font-weight:600}.pedidos-card-date{color:#94a3b8;font-size:.7rem}.pedidos-archive-btn{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.375rem;justify-content:center;align-items:center;width:26px;height:26px;transition:all .15s;display:flex}.pedidos-archive-btn:hover{color:#92400e;background:#fef3c7;border-color:#fde68a}.pedidos-status-select-wrap{border-radius:9999px;align-items:center;gap:.375rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.pedidos-status-select-wrap .pedidos-status-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.pedidos-status-select{color:inherit;cursor:pointer;background:0 0;border:none;outline:none;padding-right:.25rem;font-family:inherit;font-size:.75rem;font-weight:600}.pedidos-status-select--pedido_feito{color:#2563eb;background:#eff6ff}.pedidos-status-select--pedido_feito .pedidos-status-dot{background:#2563eb}.pedidos-status-select--pagamento_pendente{color:#d97706;background:#fffbeb}.pedidos-status-select--pagamento_pendente .pedidos-status-dot{background:#d97706}.pedidos-status-select--em_preparacao{color:#7c3aed;background:#faf5ff}.pedidos-status-select--em_preparacao .pedidos-status-dot{background:#7c3aed}.pedidos-status-select--enviado{color:#059669;background:#ecfdf5}.pedidos-status-select--enviado .pedidos-status-dot{background:#059669}.pedidos-status-select--concluido{color:#16a34a;background:#f0fdf4}.pedidos-status-select--concluido .pedidos-status-dot{background:#16a34a}.pedidos-status{letter-spacing:.01em;white-space:nowrap;border-radius:9999px;align-items:center;gap:.375rem;padding:.25rem .625rem;font-size:.725rem;font-weight:600;display:inline-flex}.pedidos-status-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.pedidos-status--pedido_feito{color:#2563eb;background:#eff6ff}.pedidos-status--pedido_feito .pedidos-status-dot,.pedidos-dot--pedido_feito{background:#2563eb}.pedidos-status--pagamento_pendente{color:#d97706;background:#fffbeb}.pedidos-status--pagamento_pendente .pedidos-status-dot,.pedidos-dot--pagamento_pendente{background:#d97706}.pedidos-status--em_preparacao{color:#7c3aed;background:#faf5ff}.pedidos-status--em_preparacao .pedidos-status-dot,.pedidos-dot--em_preparacao{background:#7c3aed}.pedidos-status--enviado{color:#059669;background:#ecfdf5}.pedidos-status--enviado .pedidos-status-dot,.pedidos-dot--enviado{background:#059669}.pedidos-status--concluido{color:#16a34a;background:#f0fdf4}.pedidos-status--concluido .pedidos-status-dot,.pedidos-dot--concluido{background:#16a34a}.pedidos-modal-backdrop{z-index:200;background:#00000059;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.pedidos-modal{background:#fff;border-radius:.875rem;flex-direction:column;width:100%;max-width:520px;max-height:calc(100vh - 4rem);animation:.2s ease-out pedidos-modal-in;display:flex;overflow:hidden;box-shadow:0 24px 64px #0000002e}@keyframes pedidos-modal-in{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.pedidos-modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;padding:1.25rem 1.5rem 1rem;display:flex}.pedidos-modal-header h2{color:#1e293b;margin-bottom:.375rem;font-family:monospace;font-size:1.1rem;font-weight:700}.pedidos-modal-close{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .15s,color .15s;display:flex}.pedidos-modal-close:hover{color:#1e293b;background:#e2e8f0}.pedidos-modal-body{flex-direction:column;gap:1.25rem;padding:1.25rem 1.5rem;display:flex;overflow-y:auto}.pedidos-modal-section h3{text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;margin-bottom:.5rem;font-size:.775rem;font-weight:600}.pedidos-modal-field{color:#1e293b;justify-content:space-between;align-items:center;padding:.3rem 0;font-size:.875rem;display:flex}.pedidos-modal-label{color:#64748b;font-size:.825rem}.pedidos-modal-address{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:.75rem 1rem}.pedidos-modal-address p{color:#334155;margin:0;font-size:.85rem;line-height:1.5}.pedidos-modal-items{flex-direction:column;gap:.25rem;display:flex}.pedidos-modal-item-row{color:#334155;border-bottom:1px solid #f1f5f9;align-items:center;padding:.375rem 0;font-size:.85rem;display:flex}.pedidos-modal-item-row:last-of-type{border-bottom:none}.pedidos-modal-item-name{flex:1}.pedidos-modal-item-qty{color:#94a3b8;margin:0 .75rem;font-size:.775rem}.pedidos-modal-item-price{text-align:right;min-width:80px;font-weight:500}.pedidos-modal-item-total{color:#1e293b;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-top:.25rem;padding-top:.5rem;font-size:.95rem;font-weight:700;display:flex}.pedidos-modal-notes{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:.5rem;margin:0;padding:.625rem .875rem;font-size:.85rem;line-height:1.45}.pedidos-modal-dates{border-top:1px solid #f1f5f9;padding-top:.75rem}.pedidos-modal-archive-btn{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.7rem 1rem;font-family:inherit;font-size:.85rem;font-weight:500;transition:all .15s;display:flex}.pedidos-modal-archive-btn:hover{color:#92400e;background:#fef3c7;border-color:#fde68a}.pedidos-archived-badge{color:#92400e;background:#fef3c7;border-radius:9999px;align-items:center;margin-left:.5rem;padding:.2rem .5rem;font-size:.675rem;font-weight:600;display:inline-flex}.pedidos-modal-header-status{align-items:center;gap:.25rem;margin-top:.25rem;display:flex}.clientes{max-width:720px;margin:0 auto}.clientes-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.clientes-header-left{align-items:baseline;gap:1rem;display:flex}.clientes-header h1{font-size:1.5rem;font-weight:600}.clientes-count{color:#64748b;background:#f1f5f9;border-radius:9999px;padding:.25rem .625rem;font-size:.875rem}.clientes-list{flex-direction:column;gap:.5rem;list-style:none;display:flex}.clientes-item{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem 1.25rem;transition:box-shadow .2s}.clientes-item:hover{box-shadow:0 1px 3px #0000000f}.clientes-empty{text-align:center;color:#64748b;background:#f8fafc;border:1px dashed #e2e8f0;border-radius:.75rem;padding:3rem 1rem}.clientes-empty p:first-child{margin-bottom:.5rem;font-size:1rem;font-weight:500}.clientes-empty p:last-child{font-size:.875rem}.clientes-card{align-items:flex-start;gap:1rem;display:flex}.clientes-card-avatar{color:#7c3aed;background:#ede9fe;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.1rem;font-weight:600;display:flex}.clientes-card-info{flex-direction:column;flex:1;gap:.375rem;display:flex}.clientes-card-top{align-items:baseline;gap:.75rem;display:flex}.clientes-card-name{font-size:.95rem;font-weight:500}.clientes-card-details{flex-wrap:wrap;gap:1rem;display:flex}.clientes-detail{color:#64748b;font-size:.85rem}.clientes-card-tags{flex-wrap:wrap;gap:.5rem;display:flex}.clientes-tag{color:#475569;background:#f1f5f9;border-radius:.375rem;padding:.2rem .5rem;font-size:.75rem;font-weight:500}.clientes-card-notes{color:#64748b;font-size:.85rem;line-height:1.4}.clientes-form{flex-direction:column;gap:.5rem;display:flex}.clientes-form-row{gap:.5rem;display:flex}.clientes-input{border:1px solid #e2e8f0;border-radius:.5rem;outline:none;flex:1;padding:.625rem .875rem;font-size:.9rem;transition:border-color .2s}.clientes-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.clientes-input--cpf,.clientes-input--phone,.clientes-input--date{flex:0 0 160px;max-width:160px}.clientes-textarea{resize:vertical;min-height:2.5rem;font-family:inherit}.clientes-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .2s,opacity .2s}.clientes-btn:hover{opacity:.85}.clientes-btn--save{color:#fff;background:#16a34a}.clientes-btn--cancel{color:#475569;background:#e2e8f0}.clientes-btn--edit{color:#334155;background:#f1f5f9}.clientes-btn--remove{color:#dc2626;background:#fef2f2}.clientes-btn--remove:hover{opacity:1;background:#fee2e2}.clientes-btn--add{color:#fff;background:#2563eb;padding:.625rem 1.25rem;font-size:.9rem}.clientes-actions{flex-shrink:0;gap:.5rem;display:flex}.clientes-loading,.clientes-error{text-align:center;color:#64748b;padding:3rem 1rem;font-size:.95rem}.clientes-error{color:#dc2626}
