.vdm-com-wrap{font-family:inherit;max-width:1280px;margin:0 auto;color:#2a2119}.vdm-com-wrap *{box-sizing:border-box}.vdm-section-head{margin-bottom:22px}.vdm-section-head h2{margin:0 0 5px;font-size:clamp(26px,4vw,40px)}.vdm-section-head p{margin:0;color:#6f6258}.vdm-menu-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:28px;align-items:start}.vdm-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.vdm-product-card,.vdm-order-box,.vdm-order-card,.vdm-product-form{background:#fff;border:1px solid #eadfd5;border-radius:20px;overflow:hidden;box-shadow:0 8px 26px rgba(46,31,21,.07)}.vdm-product-img{aspect-ratio:4/3;background:#f5efe9}.vdm-product-img img{width:100%;height:100%;object-fit:cover}.vdm-product-body{padding:16px}.vdm-product-body h3{margin:0 0 7px;font-size:18px}.vdm-product-body p{font-size:14px;color:#72675e;min-height:40px}.vdm-product-bottom{display:flex;gap:10px;justify-content:space-between;align-items:center}.vdm-order-box{padding:22px;position:sticky;top:20px}.vdm-order-box h2,.vdm-order-box h3{margin-top:0}.vdm-order-item{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #eee4dc}.vdm-order-item>div:first-child{display:flex;flex-direction:column;gap:4px}.vdm-order-item small{color:#6e6259}.vdm-qty{display:flex;gap:6px;align-items:center}.vdm-qty button{width:30px;height:30px;border-radius:9px;border:1px solid #dbc9bb;background:#fff;cursor:pointer}.vdm-qty .vdm-remove{border-color:#ecc8c8;color:#a73232}.vdm-total{display:flex;justify-content:space-between;font-size:20px;padding:16px 0}.vdm-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.vdm-fields label{display:flex;flex-direction:column;gap:6px;font-weight:600;font-size:14px}.vdm-fields .vdm-full{grid-column:1/-1}.vdm-fields input,.vdm-fields textarea,.vdm-fields select,.vdm-status-select{width:100%;border:1px solid #d9ccc2;border-radius:11px;padding:11px 12px;background:#fff;color:#2a2119;min-height:44px}.vdm-fields textarea{min-height:84px;resize:vertical}.vdm-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;padding:10px 15px;font-weight:700;cursor:pointer;text-decoration:none!important;line-height:1.2}.vdm-primary,.vdm-add,.vdm-save-status{background:#6b1f1a;color:#fff!important}.vdm-secondary{background:#efe5dc;color:#4a3026!important}.vdm-submit-order{width:100%;margin-top:12px;min-height:48px}.vdm-btn:disabled{opacity:.6;cursor:wait}.vdm-help{font-size:12px;color:#6e6259;margin:7px 0}.vdm-message{margin:12px 0;padding:11px 13px;border-radius:10px}.vdm-message:empty{display:none}.vdm-message.success{background:#e8f6eb;color:#226b32}.vdm-message.error{background:#fdeaea;color:#992f2f}.vdm-empty{padding:18px;border:1px dashed #d7c6b9;border-radius:14px;color:#7b6c60}.vdm-filterbar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.vdm-chip{padding:8px 12px;border-radius:999px;background:#eee4dc;color:#513b2f;text-decoration:none}.vdm-chip.active{background:#6b1f1a;color:#fff}.vdm-orders-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.vdm-order-card{padding:18px}.vdm-order-card header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding-bottom:12px;border-bottom:1px solid #eee4dc}.vdm-order-card header>div{display:flex;flex-direction:column}.vdm-order-card small{color:#76695f}.vdm-status,.vdm-badge{display:inline-flex;padding:5px 9px;border-radius:999px;background:#f0e7df;font-size:12px;font-weight:700}.vdm-customer{display:flex;justify-content:space-between;gap:10px;padding:12px 0}.vdm-lineitems>div,.vdm-order-total{display:flex;justify-content:space-between;gap:15px;padding:7px 0}.vdm-order-total{border-top:1px solid #eee4dc;margin-top:6px;font-size:18px}.vdm-address,.vdm-notes{margin-top:14px;background:#f8f3ef;border-radius:12px;padding:13px}.vdm-address p,.vdm-notes p{margin:6px 0}.vdm-address .vdm-btn{margin-top:9px}.vdm-status-actions{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:14px}.vdm-product-form{padding:20px;margin-bottom:24px}.vdm-product-form .vdm-btn{margin-top:14px}.vdm-table-wrap{overflow:auto;border:1px solid #eadfd5;border-radius:16px}.vdm-table{width:100%;border-collapse:collapse;background:#fff;min-width:720px}.vdm-table th,.vdm-table td{text-align:left;padding:12px;border-bottom:1px solid #eee4dc;vertical-align:middle}.vdm-table th{background:#f7f0ea}.vdm-table td:not(:first-child),.vdm-table th:not(:first-child){text-align:center}.vdm-table td:first-child small{display:block;color:#8b7a6d}.vdm-product-cell{display:flex;align-items:center;gap:10px}.vdm-product-cell img{width:48px;height:48px;object-fit:cover;border-radius:9px}.vdm-small{padding:7px 11px;background:#6b1f1a;color:#fff!important}@media(max-width:1000px){.vdm-menu-layout{grid-template-columns:1fr}.vdm-order-box{position:static}.vdm-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.vdm-product-grid,.vdm-orders-grid{grid-template-columns:1fr}.vdm-fields{grid-template-columns:1fr}.vdm-fields .vdm-full{grid-column:auto}.vdm-com-wrap{width:100%;padding:0 10px;overflow-x:hidden}.vdm-order-card header,.vdm-customer{flex-direction:column}.vdm-status-actions{grid-template-columns:1fr}.vdm-order-box{padding:16px}.vdm-product-card,.vdm-order-box,.vdm-order-card,.vdm-product-form{border-radius:16px}}
.vdm-comanda-toast{position:fixed;right:18px;bottom:18px;z-index:999999;background:#2f6c3a;color:#fff;padding:13px 17px;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.2);font-weight:700;max-width:min(360px,calc(100vw - 30px));opacity:0;transform:translateY(15px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.vdm-comanda-toast.vdm-show{opacity:1;transform:translateY(0)}.vdm-comanda-toast.vdm-toast-error{background:#8c2929}.vdm-agregar-comanda.vdm-is-loading{opacity:.65;pointer-events:none}.vdm-agregar-comanda.vdm-agregado{transform:scale(.98)}@media(max-width:720px){.vdm-comanda-toast{left:15px;right:15px;bottom:15px;text-align:center;max-width:none}}
