:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.card{padding:2em}#app{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body{margin:0;padding:0;font-family:sans-serif;background-color:#202124;color:#e8eaed}.dashboard-container{max-width:1200px;margin:0 auto;padding:1rem;padding-top:140px}.dashboard-header{background:#202124;padding:1.5rem;border-radius:8px;margin-bottom:2rem;text-align:center;position:fixed;top:0;left:0;right:0;z-index:100;box-shadow:0 2px 6px #00000059}.dashboard-header h1{margin:0 0 1.5rem;color:#8ab4f8;font-size:2rem}.tab-buttons{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.tab-buttons button{background:#3c4043;color:#e8eaed;border:1px solid #5f6368;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-size:1rem;transition:all .2s}.tab-buttons button:hover{background:#5f6368;border-color:#8ab4f8}.tab-buttons button.active{background:#8ab4f8;color:#202124;border-color:#8ab4f8}.kanban-board{display:flex;flex-direction:row;flex-grow:1;padding:1rem;gap:1rem;overflow-x:auto;min-height:100vh}.column{flex:0 0 320px;background-color:#282a2d;border-radius:8px;padding:1rem;display:flex;flex-direction:column}.column-title{flex-shrink:0;margin-top:0;color:#e8eaed;padding-bottom:.5rem;border-bottom:2px solid #5f6368}.order-list{flex-grow:1;overflow-y:auto}.order-card{background-color:#3c4043;color:#e8eaed;border-radius:6px;padding:1rem;margin-bottom:1rem;border:1px solid #5f6368}.order-card h3{margin-top:0;color:#8ab4f8}.order-card ul{padding-left:1.2rem;margin-bottom:1rem}.notes-section{margin-top:1rem;padding:.75rem;background-color:#fffbe61a;border-left:4px solid #f9bf2d;border-radius:4px}.notes-section p{margin-top:.25rem;margin-bottom:0;white-space:pre-wrap}.pickup-time,.pickup-soon{color:#ff4d4f;font-weight:600}.pickup-later{color:#60a5fa;font-weight:600}.actions button{width:100%;padding:.75rem;border:none;border-radius:4px;color:#fff;font-size:1rem;cursor:pointer}.accept-btn{background-color:#34a853}.complete-btn{background-color:#4285f4}.archive-btn{background-color:#5f6368}.batch-btn{margin-left:.5rem;padding:.25rem .5rem;font-size:.85rem;background-color:#5f6368;color:#fff;border:none;border-radius:4px;cursor:pointer}.toast-banner{position:sticky;top:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;background-color:#1e3a8a;color:#fff}.toast-close{background:transparent;border:1px solid #93c5fd;color:#93c5fd;padding:.25rem .5rem;border-radius:4px;cursor:pointer}.archive-section{flex-shrink:0;background-color:#202124;color:#fff;padding:1rem;border-top:1px solid #5f6368}.archive-section button{padding:.5rem 1rem;margin-bottom:1rem;cursor:pointer;background-color:#5f6368;color:#fff;border:none;border-radius:4px}.archive-list{height:360px;overflow-y:auto;background-color:#282a2d;border:1px solid #5f6368;border-radius:6px;padding:.75rem}.order-query-board{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.date-range-controls{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.date-range-controls input{background:#3c4043;border:1px solid #5f6368;color:#e8eaed;padding:.4rem .6rem;border-radius:4px;height:2.25rem}.date-range-controls button{background:#5f6368;color:#fff;border:none;border-radius:4px;padding:.5rem .8rem;cursor:pointer;height:2.25rem}.phone-query{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.phone-query input{background:#3c4043;border:1px solid #5f6368;color:#e8eaed;padding:.4rem .6rem;border-radius:4px;height:2.25rem}.phone-query button{background:#5f6368;color:#fff;border:none;border-radius:4px;padding:.5rem .8rem;cursor:pointer;height:2.25rem}.phone-query .error{color:#f87171}.order-card-small{background-color:#3c4043;padding:.5rem;margin-bottom:.5rem;border-radius:4px;display:flex;justify-content:space-between;align-items:center}.tabs{display:flex;gap:.5rem;margin-top:.5rem}.tabs button{background:#5f6368;color:#fff;border:none;border-radius:4px;padding:.4rem .75rem;cursor:pointer}.tabs button.active{background:#8ab4f8;color:#202124}.products-board{padding:1rem;display:flex;flex-direction:column;gap:1rem}.products-list{display:flex;flex-direction:column;gap:.5rem}.product-row{display:grid;grid-template-columns:minmax(360px,2fr) 160px 360px;align-items:center;gap:1rem;background:#282a2d;border:1px solid #5f6368;border-radius:6px;padding:.75rem}.product-name,.product-price{color:#e8eaed}.product-availability{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.avail-on{color:#34a853;font-weight:600}.avail-off{color:#f87171;font-weight:600}.products-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.product-create{display:inline-flex;gap:.5rem;align-items:center}.product-create input{background:#3c4043;border:1px solid #5f6368;color:#e8eaed;padding:.4rem .6rem;border-radius:4px}.product-create button{background:#34a853;color:#fff;border:none;border-radius:4px;padding:.45rem .8rem;cursor:pointer}.product-search input{background:#3c4043;border:1px solid #5f6368;color:#e8eaed;padding:.4rem .6rem;border-radius:4px;width:100%;max-width:480px}.row-actions{display:inline-flex;gap:.5rem;align-items:center}.ghost-btn{background:transparent;border:1px solid #5f6368;color:#e8eaed;padding:.35rem .6rem;border-radius:4px;cursor:pointer}.confirm-delete{display:inline-flex;gap:.5rem;align-items:center}.danger-btn{background:#dc2626;color:#fff;border:none;border-radius:4px;padding:.35rem .6rem;cursor:pointer}.price-display{cursor:pointer;padding:.2rem .4rem;border-radius:4px;transition:background-color .2s}.price-display:hover{background:#3c4043}.price-edit{display:flex;align-items:center;gap:.5rem}.price-input{background:#3c4043;border:1px solid #5f6368;color:#e8eaed;padding:.3rem .5rem;border-radius:4px;width:80px}.save-btn{background:#34a853;color:#fff;border:none;border-radius:4px;padding:.3rem .6rem;cursor:pointer;font-size:.85rem}.cancel-btn{background:#5f6368;color:#e8eaed;border:none;border-radius:4px;padding:.3rem .6rem;cursor:pointer;font-size:.85rem}.holidays-board{padding:1rem;display:flex;flex-direction:column;gap:1rem}.holi-controls{display:flex;flex-direction:column;gap:.75rem}.holi-controls>div{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.holi-controls input{background:#3c4043;border:1px solid #5f6368;color:#e8eaed;padding:.5rem .6rem;border-radius:4px;height:2.25rem}.holi-controls input[type=number]{width:6rem}.holi-controls button{background:#5f6368;color:#fff;border:none;border-radius:4px;padding:.5rem .8rem;cursor:pointer;height:2.25rem}.holi-add{display:inline-flex;gap:.5rem;align-items:center;flex-wrap:wrap}.holi-list{display:flex;flex-direction:column;gap:.5rem}.holi-row{display:grid;grid-template-columns:140px 140px 1fr 100px;gap:.5rem;align-items:center;background:#282a2d;border:1px solid #5f6368;border-radius:6px;padding:.5rem}.holi-row .date{color:#e8eaed}.holi-row .kind{color:#8ab4f8}.holi-row.weekly .kind{color:#f9bf2d}.holi-row .note{color:#e8eaed}.holi-row .ops button{background:#dc2626;color:#fff;border:none;border-radius:4px;padding:.35rem .6rem;cursor:pointer}.mp-lookup{margin-top:.5rem;display:flex;gap:.5rem;align-items:center;justify-content:center}.mp-lookup input{background:#3c4043;border:1px solid #5f6368;color:#e8eaed;padding:.5rem .6rem;border-radius:4px;width:220px;font-size:1rem;height:1.15rem;position:relative;top:-2px}.mp-lookup button{background:#5f6368;color:#fff;border:none;border-radius:4px;padding:.5rem .8rem;cursor:pointer;font-size:1rem;height:2.25rem}.mp-lookup .mp-result{color:#e8eaed}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#202124;border-radius:8px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;border:1px solid #5f6368}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #5f6368}.modal-header h3{margin:0;color:#8ab4f8}.close-btn{background:none;border:none;color:#9aa0a6;font-size:1.5rem;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px}.close-btn:hover{background:#5f6368;color:#e8eaed}.modal-body{padding:1rem}.order-info p{margin:.5rem 0;color:#e8eaed}.products-list h4{margin:1rem 0 .5rem;color:#8ab4f8}.products-list ul{list-style:none;padding:0;margin:0}.products-list li{background:#8bc34a1a;border:1px solid rgba(139,195,74,.3);border-radius:4px;padding:.5rem;margin-bottom:.5rem;color:#8bc34a;font-weight:500}.notes-section h4{margin:1rem 0 .5rem;color:#f9bf2d}.notes-section p{margin:0;color:#e8eaed;white-space:pre-wrap}.archived-order{cursor:pointer;padding:.9rem 1rem;border:1px solid #5f6368;border-radius:6px;margin-bottom:.6rem;background:#3c4043;color:#e8eaed;transition:background-color .2s}.archived-order:hover{background:#5f6368}.archived-order strong{color:#8ab4f8}.statistics-board{padding:1rem;display:flex;flex-direction:column;gap:1rem}.stats-controls{display:flex;justify-content:center;margin-bottom:1rem}.stats-controls button{background:#8ab4f8;color:#202124;border:none;border-radius:6px;padding:.75rem 1.5rem;cursor:pointer;font-size:1rem;font-weight:600;transition:background-color .2s}.stats-controls button:hover{background:#aecbfa}.stats-controls button:disabled{background:#5f6368;color:#9aa0a6;cursor:not-allowed}.stats-table{background:#282a2d;border-radius:8px;overflow:hidden;border:1px solid #5f6368}.stats-header{background:#3c4043;color:#e8eaed;font-weight:600;text-align:left;padding:1rem;border-bottom:1px solid #5f6368;display:grid;grid-template-columns:80px 2fr 120px 120px 100px;gap:1rem}.stats-header .rank{text-align:center}.stats-header .product-name{text-align:left;padding-right:1rem}.stats-header .quantity,.stats-header .revenue,.stats-header .percentage{text-align:center}.stats-row{display:grid;grid-template-columns:80px 2fr 120px 120px 100px;align-items:center;padding:1rem;border-bottom:1px solid #5f6368;transition:background-color .2s}.stats-row:hover{background:#3c4043}.stats-row:last-child{border-bottom:none}.stats-row.top-3{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff}.stats-row.top-3:hover{background:linear-gradient(135deg,#1e40af,#2563eb)}.stats-row .rank{font-weight:700;color:#8ab4f8;text-align:center;font-size:1.1rem}.stats-row.top-3 .rank{color:#fff}.stats-row .product-name{color:#e8eaed;font-weight:500;padding-right:1rem}.stats-row.top-3 .product-name{color:#fff}.stats-row .quantity{font-weight:600;color:#8bc34a;text-align:center}.stats-row.top-3 .quantity{color:#a5f3fc}.stats-row .revenue{font-weight:600;color:#f9bf2d;text-align:center}.stats-row.top-3 .revenue{color:#fef3c7}.stats-row .percentage{font-weight:600;color:#4285f4;text-align:center}.stats-row.top-3 .percentage{color:#bfdbfe}.no-stats{text-align:center;padding:3rem;color:#9aa0a6;background:#282a2d;border-radius:8px;border:1px solid #5f6368}
