:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#111827;background-color:#f9f9f9;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;width:100%;min-width:320px;min-height:100vh;background:#f9f9f9;color:#111827}body{display:block}input,select,textarea{background-color:#fff!important;color:#111827!important;-webkit-text-fill-color:#111827!important;caret-color:#0b1446!important;border-color:#d1d5db}input[type=text],input[type=search],input[type=number],input[type=date],input[type=email],input[type=password],textarea{color:#111827!important;-webkit-text-fill-color:#111827!important}input::placeholder,textarea::placeholder{color:#6b7280!important;-webkit-text-fill-color:#6b7280!important;opacity:1}select option{background:#ffffff!important;color:#111827!important}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,select:-webkit-autofill{-webkit-text-fill-color:#111827!important;box-shadow:0 0 0 1000px #fff inset!important;transition:background-color 9999s ease-in-out 0s}button{font-family:inherit}a{text-decoration:none}body{font-family:Arial,sans-serif;background:#f9f9f9;color:#0f0f0f}a{text-decoration:none;color:inherit}.top-nav{display:flex;align-items:center;justify-content:space-between;height:56px;background:#fff;padding:0 16px;border-bottom:1px solid #ccc;position:sticky;top:0;z-index:1000}.nav-left i{font-size:24px;margin-right:16px;cursor:pointer}.nav-left .logo{display:flex;align-items:center;font-size:20px;font-weight:700}.nav-left .logo img{height:33px;margin-right:8px;border-radius:50%}.search-bar{display:flex;width:100%;max-width:600px;border:1px solid #ccc;border-radius:24px;overflow:hidden;background:#fff}.search-bar input{flex:1;border:none;padding:8px 16px;font-size:16px;outline:none}.search-bar button{border:none;background:#f8f8f8;cursor:pointer;padding:8px 16px;font-size:16px}.nav-right i{font-size:24px;margin-left:16px;cursor:pointer}.logout-button{display:none;position:absolute;top:50px;right:0;background:white;padding:10px 20px;border-radius:5px;box-shadow:0 2px 5px #0003;cursor:pointer;font-size:14px;width:100px;text-align:center}.logout-button:hover{background:#f2f2f2}.category-bar{display:flex;align-items:center;background:#fff;height:48px;border-bottom:1px solid #ccc;padding:0 16px;overflow-x:auto;position:sticky;top:56px;z-index:999}.category-bar .category{white-space:nowrap;margin-right:16px;padding:8px 16px;background:#f2f2f2;border-radius:18px;cursor:pointer;font-size:14px;flex-shrink:0}.category-bar .category:hover,.category-bar .category.active{background:black;color:#fff}.main-content{padding:16px}.dashboard-title{font-size:24px;font-weight:700;margin-bottom:16px}.cards{display:flex;gap:16px;width:100%}.card{flex:1;background:#fff;padding:16px;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;align-items:center;justify-content:space-between;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-5px);box-shadow:0 4px 10px #0003}.card i{font-size:32px;color:#0b1446}.card h3{font-size:22px;margin-bottom:4px}.card p{font-size:14px;color:#606060}.analytics{margin-top:24px;background:#fff;padding:16px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.chart-container{width:100%;max-width:800px;margin:auto}.analytics{margin-top:24px;background:#fff;padding:16px;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-align:center;animation:fadeIn 1.2s ease-in-out;color:#333}.chart-container{width:100%;max-width:600px;margin:auto}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.recent-transactions{margin-top:24px;background:#fff;padding:16px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.transaction-list{width:100%}.transaction{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #ddd}.transaction:last-child{border-bottom:none}@media (max-width: 768px){.cards{flex-direction:column}}@keyframes countUp{0%{transform:scale(.9)}to{transform:scale(1)}}#liveSalesCounter{font-size:22px;font-weight:700;color:#f5a100;animation:countUp .5s ease-in-out}.progress-section{margin-top:24px;background:#fff;padding:16px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.progress-bar{width:100%;height:20px;background:#ddd;border-radius:10px;overflow:hidden}.progress-fill{height:100%;width:0%;background:#f5a100;transition:width 1s ease-in-out}.recent-transactions{background:white;border-radius:10px;padding:20px;margin-top:20px;box-shadow:0 2px 10px #0000000d;position:relative}.transactions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.transactions-header .report-buttons{display:flex;gap:10px}.transactions-header .report-buttons button{background:none;border:none;color:#555;cursor:pointer;font-size:16px;transition:color .2s}.transactions-header .report-buttons button:hover{color:#f5a100}.transaction-list-container{overflow-x:auto}.transactions-table{width:100%;border-collapse:collapse}.transactions-table th{text-align:left;padding:10px;background-color:#f5f5f5;font-weight:600}.transactions-table td{padding:12px 10px;border-bottom:1px solid #eee}.transactions-table tr:hover{background-color:#f9f9f9}.status-badge{padding:4px 8px;border-radius:4px;color:#fff;font-size:12px;font-weight:500;text-transform:capitalize}.order-tooltip{position:absolute;background:white;border-radius:6px;padding:15px;box-shadow:0 4px 20px #00000026;z-index:100;max-width:300px;pointer-events:none}.order-tooltip h4{margin-top:0;color:#0b1446}.order-tooltip p{margin:5px 0}.order-tooltip ul{margin:5px 0;padding-left:20px}.order-tooltip li{margin-bottom:3px;font-size:14px}.loading,.no-transactions{text-align:center;padding:20px;color:#666}@media (max-width: 768px){.top-nav{flex-direction:column;align-items:stretch;padding:8px 12px;height:auto}.nav-left,.nav-center,.nav-right{width:100%;justify-content:space-between;margin:4px 0}.nav-left{justify-content:flex-start;gap:10px}.nav-center{justify-content:center}.nav-right{justify-content:flex-end}.search-bar{max-width:100%;width:100%}.category-bar{display:none;flex-direction:column;position:fixed;top:56px;left:0;width:200px;height:100%;background:#fff;padding:16px;box-shadow:2px 0 8px #0000001a;z-index:999;overflow-y:auto}.category-bar.active{display:flex}.category-bar .category{margin:8px 0;width:100%;padding:10px;border-radius:8px}.cards{flex-direction:column}.chart-container,.transactions-table{width:100%;overflow-x:auto}.dashboard-title{font-size:20px;text-align:center}.transactions-header{flex-direction:column;align-items:flex-start;gap:10px}.transactions-header .report-buttons{flex-wrap:wrap}.order-tooltip{max-width:90vw;left:5vw;right:5vw}}.target-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(11,20,70,.55);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.target-modal-card{width:100%;max-width:450px;background:#fff;border-radius:18px;padding:30px;text-align:center;box-shadow:0 24px 70px #0003;animation:targetModalPop .25s ease}.target-modal-icon{font-size:50px;margin-bottom:15px}.target-modal-card h2{margin-bottom:10px;color:#0b1446}.target-modal-card p{color:#666;margin-bottom:20px}.target-modal-input{width:100%;padding:14px;border:1px solid #d8dbe6;border-radius:12px;font-size:16px;outline:none}.target-modal-input:focus{border-color:#f5a100}.target-modal-actions{display:flex;gap:12px;margin-top:24px}.target-cancel-btn,.target-save-btn{flex:1;border:none;border-radius:12px;padding:14px;font-weight:700;cursor:pointer}.target-cancel-btn{background:#eef0f6;color:#0b1446}.target-save-btn{background:#0b1446;color:#fff}.target-save-btn:hover{background:#16206a}.target-cancel-btn:hover{background:#dde2ec}@keyframes targetModalPop{0%{opacity:0;transform:scale(.95) translateY(15px)}to{opacity:1;transform:scale(1) translateY(0)}}.customer-container{max-width:1500px;margin:0 auto;padding:32px;min-height:100vh;background:#f8fafc}.customer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:20px;flex-wrap:wrap}.customer-header h2{font-size:32px;font-weight:900;color:#0b1446;margin:0}.add-customer-btn{position:static;width:auto;height:auto;border-radius:14px;padding:14px 22px;background:linear-gradient(135deg,#2563eb,#1e1bff);color:#fff;border:none;font-size:15px;font-weight:800;cursor:pointer;display:flex;align-items:center;gap:10px;box-shadow:0 16px 35px #2563eb40}.add-customer-btn:hover{transform:translateY(-2px)}.customer-search-box{display:flex;align-items:center;gap:14px;background:#ffffff;border:1px solid #d8deea;border-radius:18px;padding:16px 18px;margin:20px 0 30px;max-width:700px;box-shadow:0 8px 24px #0f172a0a}.customer-search-box i{color:#64748b;font-size:18px}.customer-search-box input{flex:1;border:none;outline:none;background:transparent;font-size:16px;color:#0f172a}.report-button{background:white;color:#0b1446;border:1px solid #d8deea;padding:13px 18px;border-radius:14px;font-weight:800;cursor:pointer;display:flex;align-items:center;gap:8px;box-shadow:0 8px 22px #0f172a0d}.report-button:hover{background:#f8fafc}.customer-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:22px;padding:0}.customer-card{background:white;border-radius:22px;padding:22px;border:1px solid #e5e7eb;box-shadow:0 14px 35px #0f172a14;transition:.25s ease}.customer-card:hover{transform:translateY(-4px);box-shadow:0 20px 45px #0f172a1f}.customer-card h3{display:flex;align-items:center;gap:14px;margin-bottom:20px;color:#0b1446;font-size:22px;font-weight:900}.customer-card h3:before{content:"👤";width:52px;height:52px;border-radius:16px;background:#eef2ff;display:flex;align-items:center;justify-content:center;font-size:24px}.customer-card p{color:#334155;margin-bottom:10px;font-size:15px;line-height:1.6}.pagination{display:flex;justify-content:center;gap:10px;margin-top:30px}.pagination button{padding:10px 16px;border-radius:10px;border:1px solid #d8deea;background:white;color:#0b1446;font-weight:700;cursor:pointer}.pagination button:hover{background:#f8fafc}.pagination button:disabled{opacity:.5;cursor:not-allowed}.close-icon{position:absolute;right:18px;top:14px;font-size:24px;cursor:pointer}.modal input,.modal textarea{width:100%;padding:13px 15px;border:1px solid #d8deea;border-radius:12px;margin-top:10px;font-size:15px}.modal input:focus,.modal textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.modal-buttons{margin-top:18px}.modal-buttons button{width:100%;padding:13px;border:none;border-radius:12px;background:#0b1446;color:#fff;font-weight:800;cursor:pointer}.alert{position:fixed;top:20px;left:50%;transform:translate(-50%);padding:14px 20px;border-radius:12px;font-weight:700;z-index:10000}@media (max-width: 768px){.customer-container{padding:18px}.customer-header{flex-direction:column;align-items:stretch}.add-customer-btn{width:100%;justify-content:center}.customer-grid{grid-template-columns:1fr}.report-buttons{flex-direction:column}.report-button{width:100%;justify-content:center}.modal{max-width:100%}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.add-product-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0f0f0fb3;display:flex;align-items:center;justify-content:center;z-index:999}.add-product-modal-container{background-color:#fff;padding:2rem;width:90%;max-width:600px;border-radius:10px;position:relative;overflow-y:auto;max-height:90vh;box-shadow:0 4px 20px #0003}.add-product-modal-container{margin-top:70px}.add-product-modal-close-icon{position:absolute;right:15px;top:15px;font-size:1.5rem;cursor:pointer;color:#888}.add-product-modal-container h2{text-align:center;margin-bottom:1rem}.add-product-modal-container input,.add-product-modal-container textarea,.add-product-modal-container select{width:100%;padding:10px 12px;margin:.5rem 0;font-size:.95rem;border:1px solid #ccc;border-radius:6px;transition:border .2s}.add-product-modal-container input:focus,.add-product-modal-container textarea:focus,.add-product-modal-container select:focus{border-color:#2a5298;outline:none}.add-product-modal-container textarea{resize:vertical;min-height:80px}.add-product-modal-material-selection{margin-top:1rem}.add-product-modal-material-selection label{display:block;margin-bottom:.5rem;font-weight:500}.add-product-modal-material-selection input[type=checkbox]{margin-right:8px}.add-product-modal-buttons{margin-top:1.5rem;text-align:center}.add-product-modal-buttons button{width:100%;padding:12px;font-size:1rem;background-color:#2e7d32;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.add-product-modal-buttons button:hover{background-color:#27662a}.add-product-modal-material-selection div{display:flex;align-items:center;gap:8px;margin-bottom:6px}.add-product-modal-material-selection label{display:flex;align-items:center;font-size:.95rem;gap:6px;margin:0}.add-product-modal-material-selection input[type=checkbox]{width:16px;height:16px;cursor:pointer}.checkbox-label{display:grid;grid-template-columns:1fr 24px;align-items:start;gap:12px;width:100%;cursor:pointer}.checkbox-label input[type=checkbox]{margin:0;justify-self:end}@media (max-width: 768px){.add-product-modal-overlay{top:100px;height:calc(100% - 100px);align-items:flex-start;padding-top:20px;padding-bottom:20px;overflow-y:auto}.add-product-modal-container{max-height:none;height:auto;min-height:auto;margin-bottom:20px}}.add-category-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0f0f0f99;display:flex;align-items:center;justify-content:center;z-index:1050}.add-category-modal-container{background-color:#fff;padding:2rem;width:90%;max-width:400px;border-radius:10px;position:relative;box-shadow:0 4px 25px #0003}.add-category-modal-title{margin-bottom:1rem;text-align:center;font-size:1.4rem;font-weight:600}.add-category-modal-close{position:absolute;top:12px;right:16px;font-size:1.5rem;color:#888;cursor:pointer}.add-category-modal-input{width:100%;padding:12px 14px;font-size:1rem;border:1px solid #ccc;border-radius:6px;margin-bottom:1rem;transition:border .3s}.add-category-modal-input:focus{border-color:#2a5298;outline:none}.add-category-modal-button-wrapper{text-align:center}.add-category-modal-button{width:100%;padding:12px;font-size:1rem;background-color:#2e7d32;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.add-category-modal-button:hover:not(:disabled){background-color:#27662a}.add-category-modal-button:disabled{background-color:#aaa;cursor:not-allowed}.product-container{max-width:1500px;margin:0 auto;padding:32px;min-height:100vh;background:#f8fafc}.report-buttons{display:flex;justify-content:flex-end;gap:14px;margin-bottom:24px;flex-wrap:wrap}.report-button{background:#ffffff;color:#0b1446;border:1px solid #d8deea;padding:13px 18px;border-radius:14px;font-weight:800;cursor:pointer;display:flex;align-items:center;gap:8px;box-shadow:0 8px 22px #0f172a0d}.report-button:hover{background:#f1f5f9}.report-button .fa-file-csv,.report-button .fa-file-excel{color:#16a34a}.report-button .fa-file-pdf{color:#dc2626}.button-group{position:static;display:flex;justify-content:flex-end;gap:14px;margin-bottom:24px}.add-product-btn,.add-category-btn{width:auto;height:auto;border-radius:14px;padding:14px 20px;font-size:15px;font-weight:800;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:10px}.add-product-btn{background:linear-gradient(135deg,#2563eb,#1e1bff);color:#fff;box-shadow:0 16px 35px #2563eb40}.add-category-btn{background:#0b1446;color:#fff}.add-product-btn:after{content:" Add Product"}.add-category-btn:after{content:" Add Category"}.add-product-btn:hover,.add-category-btn:hover{transform:translateY(-2px)}.tooltip{display:none}.product-search{display:flex;align-items:center;gap:14px;background:#ffffff;border:1px solid #d8deea;border-radius:18px;padding:16px 18px;margin:20px 0 30px;max-width:700px;box-shadow:0 8px 24px #0f172a0a}.product-search i{color:#64748b;font-size:18px}.product-search input{flex:1;border:none;outline:none;background:transparent;font-size:16px;color:#0f172a;-webkit-text-fill-color:#0f172a}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:22px;padding:0;max-width:none}.product-card{position:relative;background:#ffffff;border:1px solid #e5e7eb;border-radius:22px;padding:24px 20px;box-shadow:0 14px 35px #0f172a14;transition:.25s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 45px #0f172a1f}.product-card h3{display:flex;align-items:center;gap:14px;color:#0b1446;font-size:22px;font-weight:900;margin-bottom:20px;padding-right:42px}.product-card h3:before{content:"📦";width:52px;height:52px;border-radius:16px;background:#eef2ff;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.product-card p{color:#334155;font-size:15px;margin-bottom:10px;line-height:1.6}.product-delete-btn{position:absolute;top:18px;right:18px;border:1px solid #fecaca;background:#fef2f2;color:#dc2626;width:38px;height:38px;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center}.product-delete-btn:hover{background:#dc2626;color:#fff}.bundle-badge{display:inline-block;background:#eef2ff;color:#2563eb;padding:6px 12px;font-size:12px;border-radius:999px;font-weight:800;margin-bottom:10px}.excel-format-guide{background:#ffffff;border:1px solid #d8deea;border-left:5px solid #2563eb;border-radius:16px;padding:18px 20px;margin:18px 0;box-shadow:0 8px 24px #0f172a0a}.excel-format-guide h3{margin:0 0 8px;font-size:18px;color:#0b1446}.excel-format-guide p{margin:0 0 12px;color:#475569;font-size:14px}.excel-format-columns{display:flex;flex-wrap:wrap;gap:8px}.excel-format-columns span{background:#eef2ff;color:#2563eb;border:1px solid #dbeafe;padding:7px 10px;border-radius:999px;font-size:13px;font-weight:800}.excel-format-note{margin-top:12px!important;color:#92400e!important;background:#fff7ed;padding:11px;border-radius:10px}.excel-import-panel{background:#ffffff;border:1px solid #d8deea;border-radius:18px;padding:18px;margin:18px 0 26px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 10px 28px #0f172a0f}.excel-import-left{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.excel-file-btn,.excel-import-btn{border:none;background:#0b1446;color:#fff;padding:13px 17px;border-radius:12px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.excel-file-btn input{display:none}.excel-import-btn{background:#f59e0b;color:#0b1446}.excel-import-input,.excel-import-select{height:46px;border:1px solid #d8deea;border-radius:12px;padding:0 14px;font-size:15px;min-width:220px;background:#ffffff;color:#0f172a}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,23,42,.55);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:9999;padding:20px}.modal{background:white;width:100%;max-width:500px;border-radius:22px;padding:28px;position:relative;box-shadow:0 25px 70px #00000038}.close-icon{position:absolute;top:14px;right:18px;font-size:24px;cursor:pointer;color:#0f172a}.close-icon:hover{color:#dc2626}.modal input,.modal textarea,.modal select,select{width:100%;padding:13px 15px;border:1px solid #d8deea;border-radius:12px;margin-top:10px;font-size:15px;background:#ffffff;color:#0f172a}.modal input:focus,.modal textarea:focus,.modal select:focus,select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.modal-buttons{display:flex;gap:12px;margin-top:18px}.modal-buttons button{flex:1;padding:13px;border:none;border-radius:12px;background:#0b1446;color:#fff;font-weight:800;cursor:pointer}.excel-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,23,42,.55);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:99999;display:flex;align-items:center;justify-content:center;padding:24px}.excel-preview-modal{background:#ffffff;width:95%;max-width:1100px;max-height:88vh;border-radius:22px;padding:26px;overflow:hidden;box-shadow:0 25px 70px #00000040}.excel-preview-header{display:flex;align-items:center;justify-content:space-between}.excel-preview-header h2{margin:0;color:#0b1446}.excel-preview-header button{border:none;background:#f1f5f9;font-size:26px;width:42px;height:42px;border-radius:50%;cursor:pointer}.excel-preview-note{color:#475569;margin:12px 0 18px}.excel-preview-table-wrap{overflow:auto;max-height:55vh;border:1px solid #e5e7eb;border-radius:14px}.excel-preview-table{width:100%;border-collapse:collapse;font-size:14px}.excel-preview-table th{background:#0b1446;color:#fff;padding:13px;text-align:left;white-space:nowrap}.excel-preview-table td{padding:12px;border-bottom:1px solid #e5e7eb;vertical-align:top}.new-badge,.existing-badge{padding:6px 11px;border-radius:999px;font-weight:800;font-size:12px}.new-badge{background:#dcfce7;color:#15803d}.existing-badge{background:#fef3c7;color:#92400e}.excel-preview-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:20px}.cancel-import-btn,.confirm-import-btn{border:none;padding:13px 18px;border-radius:12px;font-weight:800;cursor:pointer}.cancel-import-btn{background:#eef2f7;color:#334155}.confirm-import-btn{background:#0b1446;color:#fff}.confirm-import-btn:disabled{opacity:.7;cursor:not-allowed}.import-spinner{width:15px;height:15px;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:50%;display:inline-block;margin-right:8px;animation:importSpin .8s linear infinite;vertical-align:middle}.alert{position:fixed;top:20px;left:50%;transform:translate(-50%);padding:14px 20px;border-radius:12px;font-weight:800;z-index:10000}.alert.success{background:#16a34a;color:#fff}.alert.error{background:#dc2626;color:#fff}.no-results{grid-column:1 / -1;padding:45px;background:#ffffff;border-radius:18px;text-align:center;color:#64748b;font-weight:800}@media (max-width: 900px){.product-container{padding:18px}.report-buttons,.button-group{flex-direction:column}.report-button,.add-product-btn,.add-category-btn{width:100%;justify-content:center}.product-grid{grid-template-columns:1fr}.excel-import-panel,.excel-import-left{flex-direction:column;align-items:stretch}.excel-file-btn,.excel-import-btn,.excel-import-input,.excel-import-select{width:100%}}.import-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;display:inline-block;animation:importSpin .8s linear infinite;margin-right:8px;vertical-align:middle}@keyframes importSpin{to{transform:rotate(360deg)}}.excel-import-btn:disabled,.confirm-import-btn:disabled{opacity:.75;cursor:not-allowed}.add-recipe-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0f0f0f99;display:flex;align-items:center;justify-content:center;z-index:1050}.add-recipe-modal-container{background-color:#fff;padding:2rem;width:90%;max-width:450px;border-radius:10px;position:relative;box-shadow:0 4px 25px #0003;max-height:90vh;overflow-y:auto}.add-recipe-modal-close{position:absolute;top:12px;right:16px;font-size:1.5rem;color:#888;background:none;border:none;cursor:pointer}.add-recipe-modal-close:hover{color:#888;background:none;border:none;box-shadow:none}.add-recipe-modal-title{margin-bottom:1rem;text-align:center;font-size:1.2rem;font-weight:600}.add-recipe-modal-empty-msg{text-align:center;color:#666;font-size:.95rem}.add-recipe-modal-input-row{display:flex;flex-direction:column;margin-bottom:1rem}.add-recipe-modal-label{margin-bottom:6px;font-weight:500;font-size:.95rem}.add-recipe-modal-input{padding:10px;font-size:.95rem;border:1px solid #ccc;border-radius:6px;transition:border-color .3s}.add-recipe-modal-input:focus{border-color:#2a5298;outline:none}.add-recipe-modal-button-wrapper{text-align:center;margin-top:1.5rem}.add-recipe-modal-button{width:100%;padding:12px;font-size:1rem;background-color:#2e7d32;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.add-recipe-modal-button:hover{background-color:#27662a}.supplier-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,50,.3);display:flex;justify-content:center;align-items:center;z-index:999}.supplier-modal-box{background:#ffffff;padding:30px;border-radius:15px;box-shadow:0 4px 15px #0000001a;width:95%;max-width:500px;position:relative}.supplier-modal-close{position:absolute;top:12px;right:15px;font-size:28px;font-weight:700;color:#333;cursor:pointer;transition:color .2s ease-in-out}.supplier-modal-close:hover{color:#c0392b}.supplier-modal-title{font-size:22px;font-weight:600;margin-bottom:20px;text-align:center;color:#1a237e}.supplier-modal-input{width:100%;padding:12px 14px;margin-bottom:14px;border:1px solid #ccc;border-radius:8px;font-size:15px;transition:border-color .3s ease}.supplier-modal-input:focus{border-color:#2e7d32;outline:none}.supplier-modal-error{color:#d32f2f;margin-bottom:15px;text-align:center;font-size:14px}.supplier-modal-buttons{display:flex;justify-content:center;margin-top:20px}.supplier-modal-save{background-color:#2e7d32;color:#fff;padding:12px 25px;border:none;border-radius:10px;font-size:16px;cursor:pointer;transition:background-color .25s ease}.supplier-modal-save:hover{background-color:#27682a}@media (max-width: 768px){.top-nav,.header,.app-header,[class*=header],[class*=Header],nav,header{z-index:100!important}}.supplier-page-container{max-width:1500px;margin:0 auto;padding:38px;min-height:100vh;background:#f8fafc}.supplier-action-buttons{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-bottom:28px!important;position:static!important;gap:16px!important}.supplier-circle-btn{text-decoration:none!important;border:1px solid #d8deea!important;border-radius:16px!important;padding:14px 20px!important;background:#ffffff!important;color:#0b1446!important;display:inline-flex!important;align-items:center!important;gap:10px!important;font-weight:800!important;cursor:pointer!important;width:auto!important;height:auto!important;font-size:15px!important;box-shadow:0 10px 26px #0f172a0f!important}.supplier-circle-btn:hover{background:#f1f5f9!important}.supplier-action-buttons button.supplier-circle-btn{background:linear-gradient(135deg,#2563eb,#1e1bff)!important;color:#fff!important;border:none!important;box-shadow:0 16px 35px #2563eb47!important}.supplier-action-buttons button.supplier-circle-btn svg{color:#fff!important}.supplier-btn-label{position:static!important;visibility:visible!important;opacity:1!important;transform:none!important;background:transparent!important;color:inherit!important;padding:0!important;border-radius:0!important;font-size:15px!important}.supplier-modal{background:#ffffff!important;padding:42px!important;border-radius:26px!important;box-shadow:0 18px 55px #0f172a14!important;width:100%!important;max-width:1350px!important;margin:0 auto 40px!important;position:static!important;border:1px solid #e5e7eb!important}.supplier-modal-wide{max-width:1350px!important}.supplier-modal h3{display:flex!important;align-items:center!important;gap:16px!important;margin:0 0 28px!important;font-size:32px!important;font-weight:900!important;color:#0b1446!important;text-align:left!important}.supplier-modal h3:before{content:"📋";width:62px;height:62px;background:#eef2ff;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;font-size:30px}.supplier-report-buttons{display:flex!important;justify-content:flex-end!important;gap:14px!important;margin-bottom:28px!important;flex-wrap:wrap!important}.supplier-report-button{background:#ffffff!important;color:#0b1446!important;padding:14px 20px!important;border-radius:14px!important;font-weight:800!important;display:flex!important;align-items:center!important;border:1px solid #d8deea!important;cursor:pointer!important;box-shadow:0 8px 22px #0f172a0d!important}.supplier-report-button:hover{background:#f8fafc!important;transform:translateY(-1px)}.supplier-report-icon{margin-right:9px!important;font-size:17px!important}.supplier-search-box{display:flex!important;align-items:center!important;gap:14px!important;background:#ffffff!important;border:1px solid #d8deea!important;border-radius:18px!important;padding:18px 20px!important;margin:22px 0 30px!important;box-shadow:0 8px 24px #0f172a0a!important}.supplier-search-box i{color:#64748b!important;font-size:18px!important}.supplier-search-box input{flex:1!important;border:none!important;outline:none!important;background:transparent!important;font-size:16px!important;color:#0f172a!important}.supplier-material-table{width:100%!important;border-collapse:separate!important;border-spacing:0!important;overflow:hidden!important;border-radius:20px!important;border:1px solid #e5e7eb!important;background:#ffffff!important}.supplier-material-table th{background:#f8fafc!important;color:#0b1446!important;font-size:15px!important;font-weight:900!important;padding:20px 18px!important;text-align:left!important;border-bottom:1px solid #e5e7eb!important}.supplier-material-table td{padding:22px 18px!important;font-size:15px!important;color:#0f172a!important;border-bottom:1px solid #e5e7eb!important}.supplier-material-table tbody tr:hover{background:#f8fafc!important}.supplier-material-table tbody tr:last-child td{border-bottom:none!important}.supplier-actions-cell{display:flex!important;gap:10px!important;align-items:center!important;flex-wrap:wrap!important}.supplier-edit-btn,.supplier-products-btn,.supplier-delete-btn{padding:10px 15px!important;border-radius:12px!important;font-size:14px!important;font-weight:800!important;cursor:pointer!important;display:inline-flex!important;align-items:center!important;gap:7px!important}.supplier-edit-btn{background:#eff6ff!important;color:#2563eb!important;border:1px solid #dbeafe!important}.supplier-products-btn{background:#ecfdf5!important;color:#16a34a!important;border:1px solid #bbf7d0!important}.supplier-delete-btn{background:#fef2f2!important;color:#dc2626!important;border:1px solid #fecaca!important}.supplier-edit-btn:hover{background:#dbeafe!important}.supplier-products-btn:hover{background:#bbf7d0!important}.supplier-delete-btn:hover{background:#fecaca!important}.supplier-modal-overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:rgba(15,23,42,.55)!important;-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important;display:flex!important;justify-content:center!important;align-items:center!important;z-index:9999!important;padding:20px!important}.supplier-material-form{display:flex!important;flex-wrap:wrap!important;gap:14px!important;margin-bottom:22px!important}.supplier-material-form input,.supplier-material-form select{flex:1 1 220px!important;padding:13px 15px!important;border-radius:12px!important;border:1px solid #d8deea!important;font-size:15px!important;max-width:none!important}.supplier-material-form input:focus,.supplier-material-form select:focus{outline:none!important;border-color:#2563eb!important;box-shadow:0 0 0 4px #2563eb1a!important}.supplier-material-form button{padding:13px 22px!important;background:#0b1446!important;color:#fff!important;border:none!important;border-radius:12px!important;cursor:pointer!important;font-weight:800!important}.supplier-material-form button:hover{background:#1f3c88!important}.supplier-cancel-btn{background:#e5e7eb!important;color:#334155!important}.supplier-cancel-btn:hover{background:#cbd5e1!important}.supplier-close-btn{margin-top:20px!important;padding:12px 20px!important;background:#475569!important;color:#fff!important;border:none!important;border-radius:12px!important;cursor:pointer!important;float:right!important}.supplier-delete-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,23,42,.55);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:9999;padding:20px}.supplier-delete-modal{background:#ffffff;width:100%;max-width:430px;border-radius:22px;padding:30px;text-align:center;animation:supplierModalPop .25s ease;box-shadow:0 25px 70px #00000038}.supplier-delete-icon{font-size:52px;margin-bottom:14px}.supplier-delete-modal h3{margin-bottom:10px;color:#0b1446;font-size:24px}.supplier-delete-modal p{color:#475569;line-height:1.6}.supplier-delete-modal-actions{display:flex;gap:12px;margin-top:26px}.supplier-cancel-delete-btn,.supplier-confirm-delete-btn{flex:1;border:none;padding:13px;border-radius:13px;font-weight:800;cursor:pointer}.supplier-cancel-delete-btn{background:#eef2f7;color:#334155}.supplier-confirm-delete-btn{background:#dc2626;color:#fff}.supplier-cancel-delete-btn:hover{background:#e2e8f0}.supplier-confirm-delete-btn:hover{background:#b91c1c}.supplier-text-center{text-align:center!important}.supplier-error-message{color:#dc2626!important;margin-top:10px!important;font-weight:700!important}.supplier-retry-btn{margin-top:10px!important;background:#0b1446!important;color:#fff!important;padding:10px 18px!important;border:none!important;border-radius:10px!important;cursor:pointer!important}@keyframes supplierModalPop{0%{transform:scale(.94);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width: 768px){.supplier-page-container{padding:18px}.supplier-action-buttons{flex-direction:column!important;align-items:stretch!important}.supplier-circle-btn{width:100%!important;justify-content:center!important}.supplier-modal,.supplier-modal-wide{width:100%!important;max-width:100%!important;padding:22px!important;border-radius:18px!important}.supplier-modal h3{font-size:23px!important}.supplier-report-buttons{flex-direction:column!important}.supplier-report-button{width:100%!important;justify-content:center!important}.supplier-material-table{display:block!important;overflow-x:auto!important;white-space:nowrap!important}.supplier-actions-cell{flex-direction:column!important;align-items:stretch!important}.supplier-edit-btn,.supplier-products-btn,.supplier-delete-btn{width:100%!important;justify-content:center!important}.supplier-material-form{flex-direction:column!important}.supplier-material-form input,.supplier-material-form select,.supplier-material-form button{width:100%!important}.supplier-delete-modal-actions{flex-direction:column}}.supplier-product-modal-overlay{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background:rgba(0,0,50,.3)!important;display:flex!important;justify-content:center!important;align-items:center!important;z-index:999!important}.supplier-product-modal-container{background:#fff!important;padding:30px!important;border-radius:15px!important;box-shadow:0 4px 15px #0000001a!important;width:95%!important;max-width:600px!important;position:relative!important}.supplier-product-modal-close{position:absolute!important;top:15px!important;right:20px!important;color:#333!important;cursor:pointer!important;font-weight:700!important;-webkit-user-select:none!important;user-select:none!important;font-size:24px!important}.supplier-product-modal-title{margin-bottom:20px!important;text-align:center!important;font-size:22px!important;color:#1a237e!important}.supplier-product-modal-error{color:#d32f2f!important;background:#ffeaea!important;padding:10px!important;border-radius:8px!important;margin-bottom:15px!important;text-align:center!important;font-size:14px!important}.supplier-product-modal-form{display:flex!important;flex-direction:column!important;gap:10px!important}.supplier-product-modal-input{width:100%!important;max-width:100%!important;display:block!important;box-sizing:border-box!important;padding:14px 18px!important;border-radius:8px!important;border:1px solid #ccc!important;font-size:14px!important;outline:none!important;margin-bottom:10px!important}.supplier-product-modal-button{width:100%!important;max-width:300px!important;margin:20px auto 0!important;display:block!important;padding:14px!important;background-color:#2e7d32!important;color:#fff!important;border:none!important;border-radius:8px!important;font-weight:700!important;font-size:16px!important;cursor:pointer!important;transition:background-color .3s ease!important}.supplier-product-modal-button:hover{background-color:#27632a!important}@media (max-width: 600px){.supplier-product-modal-container{padding:20px!important}.supplier-product-modal-title{font-size:20px!important}.supplier-product-modal-button{font-size:14px!important;padding:10px!important}}.supplier-product-search-wrap{position:relative!important;width:100%!important;display:block!important}.supplier-product-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#ffffff;border:1px solid #d8deea;border-radius:14px;box-shadow:0 18px 45px #0f172a29;max-height:260px;overflow-y:auto;z-index:10000}.supplier-product-dropdown-item{padding:13px 15px;cursor:pointer;display:flex;flex-direction:column;gap:4px;border-bottom:1px solid #eef2f7}.supplier-product-dropdown-item:hover{background:#f8fafc}.supplier-product-dropdown-item strong{color:#0b1446;font-size:14px}.supplier-product-dropdown-item span{color:#64748b;font-size:12px}.supplier-product-dropdown-empty{padding:14px;color:#64748b;font-weight:700}.supplier-payment-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0f0f0f99;display:flex;align-items:center;justify-content:center;z-index:1050}.supplier-payment-modal-content{background-color:#fff;padding:2rem;width:90%;max-width:450px;border-radius:10px;position:relative;box-shadow:0 4px 25px #0003;max-height:90vh;overflow-y:auto}.supplier-payment-modal-close-btn{position:absolute;top:12px;right:16px;color:#888;background:transparent;border:none;cursor:pointer;box-shadow:none;outline:none;pointer-events:auto}.supplier-payment-modal-close-btn:hover,.supplier-payment-modal-close-btn:focus,.supplier-payment-modal-close-btn:active{color:#888!important;background:transparent!important;border:none!important;box-shadow:none!important;outline:none!important}.supplier-payment-modal-title{margin-bottom:1rem;text-align:center;font-size:1.4rem;font-weight:600}.supplier-payment-modal-label{display:block;margin-top:1rem;font-weight:500;font-size:.95rem}.supplier-payment-modal-input,.supplier-payment-modal-select{width:100%;padding:10px;font-size:.95rem;border:1px solid #ccc;border-radius:6px;margin-top:.5rem}.supplier-payment-modal-input:focus,.supplier-payment-modal-select:focus{border-color:#2a5298;outline:none}.supplier-payment-modal-alert{margin-top:1rem;padding:10px;border-radius:6px;font-weight:500;font-size:.95rem;text-align:center}.supplier-payment-modal-alert.success{background-color:#e0f2f1;color:#00796b}.supplier-payment-modal-alert.error{background-color:#ffebee;color:#c62828}.supplier-payment-modal-confirm-btn{width:100%;margin-top:1.5rem;padding:12px;font-size:1rem;background-color:#2e7d32;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.supplier-payment-modal-confirm-btn:hover{background-color:#27662a}.supplier-payment-history-modal{display:flex!important;align-items:center!important;justify-content:center!important;position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background:rgba(0,0,0,.3)!important;overflow:hidden!important}.supplier-payment-history-modal .modal-content{background:white!important;width:80%!important;max-width:1200px!important;max-height:60vh!important;border-radius:8px!important;display:flex!important;flex-direction:column!important;box-shadow:0 4px 10px #0000001a!important;overflow:hidden!important;background-clip:padding-box!important;position:relative!important}.supplier-payment-history-modal .modal-header{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:10px 10px 15px 15px!important;background:white!important;font-size:18px!important;font-weight:700!important;border-bottom:1px solid #ddd!important;position:relative!important;overflow:visible!important}.supplier-payment-history-modal .close-btnn{background:none!important;border:none!important;cursor:pointer!important;color:#333!important;position:absolute!important;top:-30px!important;padding:8px!important;transition:color .2s ease!important;z-index:20!important;bottom:15px!important;right:15px!important}.supplier-payment-history-modal .close-btnn:hover{color:#000!important}.supplier-payment-history-modal .modal-body{flex-grow:1!important;max-height:calc(80vh - 60px)!important;overflow-y:auto!important;padding:20px!important}.supplier-payment-history-modal .payment-history-table{width:100%!important;border-collapse:collapse!important;overflow:hidden!important}.supplier-payment-history-modal .payment-history-table th,.supplier-payment-history-modal .payment-history-table td{border:1px solid #ddd!important;padding:12px!important;text-align:left!important;font-size:16px!important}.supplier-payment-history-modal .payment-history-table th{background:#f9f9f9!important;position:sticky!important;top:0!important;z-index:5!important}.supplier-payment-history-modal .payment-history-table tbody tr:nth-child(2n){background:#f4f4f4!important}.report-buttons{display:flex!important;gap:8px!important;margin-right:15px!important;margin-top:20px!important;justify-content:flex-end!important}.report-button{background-color:#f1f1f1!important;color:#606060!important;border:1px solid #d3d3d3!important;padding:6px 10px!important;border-radius:2px!important;cursor:pointer!important;font-size:12px!important;font-weight:500!important;transition:all .2s ease!important;display:flex!important;align-items:center!important;gap:4px!important}.report-button:hover{background-color:#e5e5e5!important;box-shadow:0 1px #0000001a!important}.report-icon{font-size:14px!important}.report-button .report-icon.fa-file-csv,.report-button .report-icon.fa-file-excel{color:#217346!important}.report-button .report-icon.fa-file-pdf{color:#d24726!important}.modal-header{display:flex!important;justify-content:space-between!important;align-items:center!important;position:relative!important}.header-actions{display:flex!important;align-items:center!important}@media (max-width: 768px){.supplier-payment-history-modal{padding:10px!important;align-items:flex-start!important}.supplier-payment-history-modal .modal-content{width:100%!important;max-width:100%!important;max-height:90vh!important;border-radius:12px!important;position:relative!important}.supplier-payment-history-modal .modal-header{padding:15px 40px 15px 15px!important;font-size:16px!important;font-weight:700!important;text-align:center!important;position:relative!important;min-height:50px!important;display:flex!important;align-items:center!important;justify-content:center!important}.supplier-payment-history-modal .close-btnn{position:absolute!important;top:5px!important;right:5px!important;width:40px!important;height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:24px!important;background:none!important;border:none!important;cursor:pointer!important;color:#666!important;z-index:1000!important;padding:0!important;margin:0!important}.supplier-payment-history-modal .modal-body{padding:12px!important;max-height:calc(90vh - 60px)!important}.report-buttons{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;margin:20px auto!important;width:100%!important;max-width:300px!important;gap:10px!important}.report-button{width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:14px!important;padding:12px!important;margin:0!important}.supplier-payment-history-modal .payment-history-table{display:block!important;overflow-x:auto!important;white-space:nowrap!important}.supplier-payment-history-modal .payment-history-table th,.supplier-payment-history-modal .payment-history-table td{font-size:13px!important;padding:8px!important}}@media (max-width: 768px){.supplier-payment-history-modal{padding-top:160px!important;align-items:flex-start!important}.supplier-payment-history-modal .modal-content{margin-top:0!important;max-height:calc(100vh - 100px)!important}}._container_tadih_1{max-width:1500px;margin:0 auto;padding:28px;min-height:100vh;background:#f8fafc;border-radius:18px;box-shadow:0 12px 35px #0f172a0f}._reportButtons_tadih_11{display:flex;justify-content:flex-end;gap:14px;margin-bottom:24px;flex-wrap:wrap}._reportButton_tadih_11,._backBtn_tadih_20,._addSupplierProductBtn_tadih_21{position:static;width:auto;height:auto;border-radius:14px;padding:13px 18px;font-size:15px;font-weight:700;display:inline-flex;align-items:center;gap:10px;cursor:pointer}._reportButton_tadih_11,._backBtn_tadih_20{background:#ffffff;border:1px solid #d8deea;color:#0b1446}._addSupplierProductBtn_tadih_21{float:right;margin-top:-70px;background:linear-gradient(135deg,#2563eb,#1e1bff);color:#fff;border:none;box-shadow:0 14px 32px #2563eb40}._addSupplierProductBtn_tadih_21:after{content:" Add Product";font-size:15px}._backBtn_tadih_20:hover,._reportButton_tadih_11:hover{background:#f1f5f9}._addSupplierProductBtn_tadih_21:hover{transform:translateY(-2px)}._container_tadih_1 h2{margin:28px 0 18px;color:#0b1446;font-size:30px;font-weight:900}._searchBox_tadih_72{display:flex;align-items:center;gap:14px;background:#ffffff;border:1px solid #d8deea;border-radius:16px;padding:16px 20px;margin:22px 0 28px;max-width:620px;width:100%}._searchBox_tadih_72 i{color:#64748b;font-size:18px}._searchBox_tadih_72 input{flex:1;min-width:0;border:none;outline:none;background:transparent;font-size:16px;color:#0f172a}._productsList_tadih_100{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:22px;padding:0}._productCard_tadih_107{background:#ffffff;border:1px solid #e2e8f0;border-radius:20px;padding:24px 20px;box-shadow:0 12px 32px #0f172a14;transition:.22s ease;cursor:pointer}._productCard_tadih_107:hover{transform:translateY(-4px);box-shadow:0 20px 45px #0f172a1f}._productCard_tadih_107 h3{display:flex;align-items:center;gap:14px}._productCard_tadih_107 h3:before{content:"📦";width:48px;height:48px;border-radius:14px;background:#eef2ff;color:#2563eb;display:inline-flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}._productCard_tadih_107 p{font-size:15px;color:#0f172a;margin-bottom:13px;display:flex;align-items:center;gap:12px}._productCard_tadih_107 p svg{color:#0b1446}._productActions_tadih_154{display:flex;gap:10px;margin-top:24px}._paymentBtn_tadih_160,._historyBtn_tadih_161,._deleteBtn_tadih_162{flex:1;border-radius:11px;padding:11px 14px;font-weight:800;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:8px;border:none}._paymentBtn_tadih_160{background:#16a34a;color:#fff}._historyBtn_tadih_161{background:#ffffff;color:#0b1446;border:1px solid #d8deea}._deleteBtn_tadih_162{background:#e63946;color:#fff}._paymentBtn_tadih_160:hover{background:#15803d}._historyBtn_tadih_161:hover{background:#f1f5f9}._deleteBtn_tadih_162:hover{background:#be123c}._modalOverlay_tadih_204{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(11,20,70,.45);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}._deleteModal_tadih_215{width:100%;max-width:430px;background:#ffffff;border-radius:18px;padding:28px;box-shadow:0 25px 70px #00000038}._deleteModal_tadih_215 h3{margin:0 0 12px;color:#0b1446;font-size:23px}._deleteModal_tadih_215 p{color:#444;margin:8px 0;line-height:1.5}._deleteError_tadih_236{margin-top:16px;background:#fff1f1;color:#b42318;border:1px solid #ffcdcd;border-radius:10px;padding:12px;font-weight:600}._deleteModalActions_tadih_246{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}._cancelDeleteBtn_tadih_253,._confirmDeleteBtn_tadih_254{border:none;border-radius:10px;padding:11px 18px;cursor:pointer;font-weight:800}._cancelDeleteBtn_tadih_253{background:#eef0f4;color:#0b1446}._confirmDeleteBtn_tadih_254{background:#dc3545;color:#fff}._confirmDeleteBtn_tadih_254:disabled,._cancelDeleteBtn_tadih_253:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 768px){._container_tadih_1{padding:18px}._reportButtons_tadih_11{justify-content:stretch}._reportButton_tadih_11{width:100%;justify-content:center}._addSupplierProductBtn_tadih_21{float:none;margin-top:0;margin-bottom:18px;width:100%;justify-content:center}._backBtn_tadih_20{margin-bottom:16px}._productsList_tadih_100{grid-template-columns:1fr}._productActions_tadih_154{flex-direction:column}}._salesPage_1kig4_3{display:flex;height:100vh;background:#f2f2f2;flex-direction:row}._cartSection_1kig4_11{width:30%;background:#ffffff;padding:15px;border-radius:8px;box-shadow:2px 2px 10px #0000001a;position:fixed;left:0;top:143px;bottom:0;overflow-y:auto;text-align:center;transition:transform .3s ease-in-out,width .3s ease-in-out}._cartSection_1kig4_11 h3{color:#f44336;font-weight:700}@media (max-width: 768px){._cartSection_1kig4_11{display:none;width:100%;position:fixed;top:150px;left:0;z-index:500;background:#ffffff;height:calc(100vh - 56px);overflow-y:auto;padding:20px 15px 15px;box-sizing:border-box}._cartSection_1kig4_11._open_1kig4_49{display:block}._productContainer_1kig4_53{width:100%;margin-left:0;margin-top:100px}}._productContainer_1kig4_53{width:70%;margin-left:32%;padding:20px;border-radius:8px;box-shadow:2px 2px 10px #0000001a;overflow-y:auto;background:white}._productGrid_1kig4_72{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:15px;padding:15px;background-color:#fff;border-radius:8px}._productCard_1kig4_82{background:#ffffff;padding:15px;border-radius:8px;box-shadow:2px 2px 8px #0000001a;cursor:pointer;text-align:center;transition:transform .2s ease-in-out,background .2s;border:1px solid #ddd}._productCard_1kig4_82:hover{background:#f1f1f1;transform:scale(1.05)}i{font-size:18px;color:#4a4a4a}._cartSection_1kig4_11 i,._productCard_1kig4_82 i{font-size:22px;color:#1f1f1f}button{background:darkgreen;color:#fff;padding:8px 15px;border:none;border-radius:5px;cursor:pointer;font-size:14px;transition:background .3s ease-in-out}button:hover{background:darkgreen}._removeBtn_1kig4_129{background:none;border:none;padding:5px;cursor:pointer;display:flex;align-items:center;justify-content:center}._removeBtn_1kig4_129 i{color:#e74c3c;font-size:16px}._removeBtn_1kig4_129:hover i{color:#c0392b}._cartSection_1kig4_11 li{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #ddd;min-height:40px}select{width:60%;padding:6px;border:1px solid #ccc;border-radius:5px;font-size:14px;outline:none;transition:border .3s ease-in-out;display:block;margin:5px auto}select:focus{border:1px solid #2e7d32}._alertMessage_1kig4_173{padding:10px;border-radius:5px;font-size:14px;text-align:center;font-weight:700}._alertMessage_1kig4_173._success_1kig4_181{background:#d4edda;color:#155724;border:1px solid #c3e6cb}._alertMessage_1kig4_173._error_1kig4_187{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}._customerModal_1kig4_193{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center}._modalContent_1kig4_205{position:relative;background:white;padding:20px;border-radius:8px;width:300px}._customerList_1kig4_213{list-style:none;padding:0;max-height:200px;overflow-y:auto}._customerList_1kig4_213 li{padding:10px;cursor:pointer;border-bottom:1px solid #ccc}._customerList_1kig4_213 li:hover{background:#f0f0f0}._productCard_1kig4_82 p{font-size:14px;color:#333;margin-top:5px}._productCard_1kig4_82 i._fa-cubes_1kig4_236{color:#ff9800;margin-right:5px}._closeIcon_1kig4_241{position:absolute;top:10px;right:10px;font-size:24px;cursor:pointer;color:#000}._closeIcon_1kig4_241:hover{color:red}._centeredButton_1kig4_254{display:flex;justify-content:center;margin-top:20px}._centeredButton_1kig4_254 button{background:darkgreen;color:#fff;padding:8px 15px;border:none;border-radius:5px;cursor:pointer;font-size:14px;transition:background .3s ease-in-out}._centeredButton_1kig4_254 button:hover{background:darkgreen}._smallInput_1kig4_275{width:100px;padding:6px;border:1px solid #ccc;border-radius:5px;font-size:14px;outline:none;transition:border .3s ease-in-out}._smallInput_1kig4_275:focus{border:1px solid #2e7d32}._vatDiscountSection_1kig4_289{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:15px}._vatDiscountSection_1kig4_289 label{display:flex;align-items:center;gap:10px}._disabled_1kig4_302{opacity:.6;cursor:not-allowed}._bundleBadge_1kig4_307{background:#6c5ce7;color:#fff;font-size:12px;padding:4px 8px;border-radius:12px;margin-bottom:6px;display:inline-block}._customerInput_1kig4_317{width:100%;padding:10px 12px;margin-bottom:12px;border-radius:6px;border:1px solid #ccc;font-size:14px}._customerInput_1kig4_317:focus{border-color:#2a5298;outline:none;box-shadow:0 0 0 2px #2a529826}._customerLabel_1kig4_332{display:block;margin-bottom:4px;font-weight:600;font-size:13px}._customerForm_1kig4_339 button{background:green;color:#fff;padding:10px;border-radius:6px;border:none;cursor:pointer}._customerForm_1kig4_339 button:hover{background:green}._cartList_1kig4_352{list-style:none;padding:0}._cartItem_1kig4_357{display:flex;justify-content:space-between;align-items:center;padding:8px 6px;border-bottom:1px solid #eee}._cartItemInfo_1kig4_365{flex:1}._qtyRow_1kig4_369{display:flex;align-items:center;gap:6px;margin-top:4px}._qtyInput_1kig4_376{width:60px;padding:3px;text-align:center}._subtotal_1kig4_382{margin-top:4px;font-weight:700}._removeBtn_1kig4_129{background:transparent;border:none;color:red;font-size:16px;cursor:pointer}._qtyPriceRow_1kig4_395{display:flex;align-items:center;justify-content:center;gap:8px}._qtyInput_1kig4_376{text-align:center}._clickableAmount_1kig4_406{cursor:pointer;color:#0b1446;font-weight:700}._clickableAmount_1kig4_406:hover{text-decoration:underline}._amountInput_1kig4_416{width:95px;padding:5px 7px;border:1px solid #0b1446;border-radius:6px;font-weight:700;text-align:right;color:#0b1446}._productSearch_1kig4_426{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #ddd;border-radius:10px;padding:12px 15px;margin-bottom:15px}._productSearch_1kig4_426 i{color:#777}._productSearch_1kig4_426 input{flex:1;border:none;outline:none;background:transparent;font-size:15px}@media (max-width: 768px){._productContainer_1kig4_53{width:100%;margin-left:0}._salesPage_1kig4_3{flex-direction:column;padding-top:30px}}@media (max-width: 768px){._cartSection_1kig4_11{position:relative;top:0;left:0;width:100%;height:auto;display:none;margin-top:106px}._open_1kig4_49{display:block}}@media (max-width: 768px){._customerModal_1kig4_193{position:fixed;top:150px;left:0;width:100%;height:calc(100vh - var(--mobile-header-height));background:rgba(0,0,0,.9);z-index:2000;padding:20px;box-sizing:border-box;overflow-y:auto;display:flex;justify-content:center;align-items:flex-start}@media (max-width: 768px){._modalContent_1kig4_205{position:relative}._closeIcon_1kig4_241{position:absolute;top:-18px;right:-18px;z-index:2002;width:44px;height:44px;font-size:24px;border-radius:50%;background:#fff;color:#000;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000040}._closeIcon_1kig4_241:hover{color:#ff3b3b}}._closeIcon_1kig4_241:hover{color:#ff6b6b!important;background:rgba(255,255,255,.3)!important}._centeredButton_1kig4_254{position:sticky!important;bottom:0!important;background:white!important;padding:20px 0 10px!important;margin-top:20px!important;border-top:1px solid #eee!important}._centeredButton_1kig4_254 button{width:100%!important;padding:14px!important;font-size:16px!important;margin:0!important;font-weight:700!important}body._modal-open_1kig4_547{overflow:hidden!important}._customerInput_1kig4_317{font-size:16px!important;padding:12px!important}._cartSection_1kig4_11{z-index:999!important}}@media (max-width: 768px){._cartSection_1kig4_11{position:fixed!important;z-index:500!important;top:56px!important;height:calc(100vh - 56px)!important}._customerModal_1kig4_193~._cartSection_1kig4_11{visibility:hidden!important;opacity:0!important;transition:opacity .3s ease!important}}._productSearch_1kig4_426 input{flex:1;border:none;outline:none;background:#ffffff;font-size:15px;color:#111827;caret-color:#0b1446;-webkit-text-fill-color:#111827}._productSearch_1kig4_426 input::placeholder{color:#6b7280;opacity:1}._productSearch_1kig4_426:focus-within{border-color:#0b1446;box-shadow:0 0 0 3px #0b14461f}._stkPhoneSection_1kig4_602{margin:15px 0;display:flex;flex-direction:column;align-items:center}._stkPhoneSection_1kig4_602 label{display:block;margin-bottom:8px;font-weight:700;color:#0b1446}._stkPhoneInput_1kig4_616{width:90%;max-width:280px;padding:12px;border:1px solid #d0d5dd;border-radius:10px;font-size:14px;text-align:center}._stkButton_1kig4_626{width:90%;max-width:280px;margin:10px auto 0;display:block;background:#0b7a0b;color:#fff;padding:12px;border-radius:10px;font-weight:700}._checkoutBtn_1kig4_638{width:90%;max-width:280px;margin:12px auto 0;display:block}._stkButton_1kig4_626{width:90%;max-width:280px;margin:10px auto 0;display:flex;align-items:center;justify-content:center;gap:10px;background:#0b7a0b;color:#fff;padding:12px;border-radius:10px;font-weight:700}._stkButton_1kig4_626:disabled{opacity:.75;cursor:not-allowed}._stkSpinner_1kig4_665{width:16px;height:16px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;display:inline-block;animation:_stkSpin_1kig4_665 .8s linear infinite}@keyframes _stkSpin_1kig4_665{to{transform:rotate(360deg)}}._checkoutBtn_1kig4_638{display:flex;align-items:center;justify-content:center;gap:10px}._checkoutSpinner_1kig4_688{width:17px;height:17px;border:3px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:_checkoutSpin_1kig4_688 .8s linear infinite}@keyframes _checkoutSpin_1kig4_688{to{transform:rotate(360deg)}}._ordersPage_ags0n_2{padding:20px;max-width:1800px;margin:0 auto;display:grid;grid-template-columns:300px 1fr;gap:20px}._pageHeader_ags0n_12{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #e0e0e0}._pageTitle_ags0n_22{font-size:24px;font-weight:600;color:#1a237e}._filtersPanel_ags0n_29{background:#ffffff;border-radius:12px;padding:15px;box-shadow:2px 2px 8px #0000001a;height:fit-content;position:sticky;top:20px}._filtersPanel_ags0n_29 h2{font-size:16px;margin-bottom:12px;color:#0f0f0f;padding-bottom:8px;border-bottom:1px solid #e5e5e5}._filterGroup_ags0n_47{margin-bottom:15px}._filterGroup_ags0n_47 label{display:block;margin-bottom:6px;font-weight:500;color:#4a4a4a;font-size:13px}._dateFilter_ags0n_60{display:flex;align-items:center;gap:8px}._dateFilter_ags0n_60 input[type=date]{width:110px;padding:8px;border:1px solid #ccc;border-radius:8px;background-color:#fff;font-size:13px;color:#0f0f0f}._filterInput_ags0n_77,._filterSelect_ags0n_78{width:100%;padding:8px 12px;border:1px solid #ccc;border-radius:8px;background-color:#fff;transition:border .2s;font-size:13px;color:#0f0f0f}._filterInput_ags0n_77:focus,._filterSelect_ags0n_78:focus{outline:none;border-color:#006400;box-shadow:0 0 0 1px #2e7d3233}._filterButton_ags0n_97{width:100%;padding:10px;background-color:#006400;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .2s;font-size:13px}._contentPanel_ags0n_111{background:#ffffff;border-radius:12px;padding:20px;box-shadow:2px 2px 8px #0000001a;width:100%;overflow-x:auto}._reportButtons_ags0n_121{display:flex;gap:10px;margin-bottom:20px;justify-content:flex-end}._reportButton_ags0n_121{background-color:#f1f1f1;color:#606060;border:1px solid #d3d3d3;padding:8px 15px;border-radius:2px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;display:flex;align-items:center;gap:6px}._reportButton_ags0n_121:hover{background-color:#e6e6e6;border-color:silver;color:#505050}._ordersTable_ags0n_150{width:100%;min-width:0;table-layout:fixed;border-collapse:separate;border-spacing:0;margin-top:20px;font-size:13px}._ordersTable_ags0n_150{width:100%;min-width:1000px;border-collapse:separate;border-spacing:0;margin-top:20px}._ordersTable_ags0n_150 th{background-color:#f1f1f1;color:#000;padding:8px 10px;text-align:left;position:sticky;top:0;font-weight:700;border-radius:8px 8px 0 0}._ordersTable_ags0n_150 td{padding:10px 12px;border-bottom:1px solid #f2f2f2}._ordersTable_ags0n_150 th:nth-child(1),._ordersTable_ags0n_150 td:nth-child(1){width:16%}._ordersTable_ags0n_150 th:nth-child(2),._ordersTable_ags0n_150 td:nth-child(2){width:25%}._ordersTable_ags0n_150 th:nth-child(3),._ordersTable_ags0n_150 td:nth-child(3){width:18%}._ordersTable_ags0n_150 th:nth-child(4),._ordersTable_ags0n_150 td:nth-child(4){width:18%}._ordersTable_ags0n_150 th:nth-child(5),._ordersTable_ags0n_150 td:nth-child(5){width:12%}._ordersTable_ags0n_150 tr:hover td{background-color:#f9f9f9}._ordersTable_ags0n_150 tr:last-child td{border-bottom:none}._statusSelect_ags0n_219{padding:5px;border-radius:4px;border:1px solid #ccc;cursor:pointer;width:100%}._statusSelect_ags0n_219:focus{outline:none;border-color:#006400}._filterInfo_ags0n_233{background-color:#e8f5e9;padding:10px 15px;border-radius:8px;margin-bottom:15px;font-size:14px;color:#006400;border:1px solid #c8e6c9}._totalRow_ags0n_244{background-color:#f9f9f9;font-weight:600}._totalRow_ags0n_244 td{padding:12px 15px}._totalRow_ags0n_244 td:nth-child(3){font-weight:700;color:#0f0f0f;text-align:right;padding-right:20px}._pagination_ags0n_261{display:flex;justify-content:center;margin-top:30px;gap:8px;padding:15px 0}._pagination_ags0n_261 button{padding:8px 15px;border:1px solid #ccc;background:#fff;color:#0f0f0f;cursor:pointer;border-radius:6px;font-size:14px;transition:all .2s;min-width:40px}._pagination_ags0n_261 button:hover:not(:disabled){background:#f1f1f1;border-color:#bbb}._pagination_ags0n_261 button:disabled{color:#909090;cursor:not-allowed;opacity:.7}._pagination_ags0n_261 ._activePage_ags0n_292{background:darkgreen;color:#fff!important;border-color:#006400;font-weight:500}._orderTooltip_ags0n_300{position:fixed;background:white;border:1px solid #ccc;padding:15px;border-radius:8px;box-shadow:0 2px 5px #0000001a;z-index:1000;max-width:400px;max-height:500px;overflow-y:auto;pointer-events:none}._orderTooltip_ags0n_300 h4{color:#0f0f0f;margin:0 0 10px;font-size:14px}._orderTooltip_ags0n_300 p{color:#606060;margin:5px 0;font-size:13px}._itemsList_ags0n_326{list-style-type:none;padding-left:0;margin-top:5px;max-height:300px;overflow-y:auto}._itemsList_ags0n_326 li{padding:3px 0;border-bottom:1px solid #f2f2f2;font-size:13px;color:#606060}._modalOverlay_ags0n_342{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContent_ags0n_356{background:white;border-radius:8px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 2px 10px #0000001a}._modalHeader_ags0n_366{display:flex;justify-content:space-between;align-items:center;padding:15px;border-bottom:1px solid #eee}._modalHeader_ags0n_366 h3{margin:0}._closeModal_ags0n_378{background:none;border:none;font-size:24px;cursor:pointer;color:#999}._closeModal_ags0n_378:hover{color:#333}._modalBody_ags0n_390{padding:15px}._modalFooter_ags0n_394{padding:15px;border-top:1px solid #eee;text-align:right}._closeBtn_ags0n_400{background:#6c757d;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer}._closeBtn_ags0n_400:hover{background:#5a6268}._creditActions_ags0n_413{margin-top:20px;padding-top:15px;border-top:1px solid #eee}._paymentButtons_ags0n_419{display:flex;gap:10px;margin-top:10px}._paymentButtons_ags0n_419 button{background:#28a745;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer}._paymentButtons_ags0n_419 button:hover{background:#218838}@media (max-width: 1024px){._ordersPage_ags0n_2{grid-template-columns:1fr}._filtersPanel_ags0n_29{position:static;margin-bottom:30px}}@media (max-width: 768px){._pageHeader_ags0n_12{flex-direction:column;align-items:flex-start;gap:15px}._reportButtons_ags0n_121{flex-direction:column;align-items:stretch;gap:10px}._reportButton_ags0n_121{width:100%;justify-content:center}._contentPanel_ags0n_111{padding:10px}._ordersTable_ags0n_150{font-size:12px}._pagination_ags0n_261{flex-wrap:wrap}._dateFilter_ags0n_60 input[type=date]{width:100%}}@media (max-width: 480px){._filterGroup_ags0n_47{margin-bottom:10px}._filterButton_ags0n_97{padding:8px}._pagination_ags0n_261 button{padding:6px 10px;font-size:12px}}._detailsBtn_ags0n_500{background:darkgreen;color:#fff;border:none;padding:6px 12px;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600}._detailsBtn_ags0n_500:hover{background:#006400}._searchBox_ags0n_515{display:flex;align-items:center;gap:10px;background:#ffffff;border:1px solid #ddd;border-radius:10px;padding:12px 15px;margin-bottom:15px}._searchBox_ags0n_515 i{color:#777}._searchBox_ags0n_515 input{flex:1;border:none;outline:none;background:transparent;font-size:14px;color:#0f0f0f}._searchBox_ags0n_515 input::placeholder{color:#777}._searchBox_ags0n_515{background:#ffffff;color:#0f0f0f}._searchBox_ags0n_515 input,._searchBox_ags0n_515 input:focus{color:#0f0f0f!important;-webkit-text-fill-color:#0f0f0f!important}._statusSelect_ags0n_219{color:#fff!important;font-weight:600;border:none}._status_completed_ags0n_560{background-color:#006400!important;color:#fff!important}._status_voided_ags0n_565{background-color:red!important;color:#fff!important}._status_refunded_ags0n_570{background-color:#ff8c00!important;color:#fff!important}._statusSelect_ags0n_219 option{background:white;color:#0f0f0f}._statusSelect_ags0n_219,._status_completed_ags0n_560,._status_voided_ags0n_565,._status_refunded_ags0n_570{color:#fff!important;-webkit-text-fill-color:white!important}._pageHeader_ags0n_12{grid-column:1 / -1;background:#f8fafc;border:none;padding:0;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap}._pageTitle_ags0n_22{display:flex;align-items:center;gap:14px;font-size:32px;font-weight:900;color:#0b1446;margin:0}._pageTitle_ags0n_22:before{content:"📦";width:52px;height:52px;border-radius:16px;background:#eef2ff;display:inline-flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}._reportButtons_ags0n_121{display:flex;justify-content:flex-end;gap:14px;margin-bottom:0;flex-wrap:wrap}._reportButton_ags0n_121{background:#ffffff;color:#0b1446;border:1px solid #d8deea;padding:13px 18px;border-radius:14px;font-weight:800;cursor:pointer;display:flex;align-items:center;gap:8px;box-shadow:0 8px 22px #0f172a0d;transition:.2s ease}._reportButton_ags0n_121:hover{background:#f1f5f9;color:#0b1446;border-color:#d8deea;transform:translateY(-1px)}._reportButton_ags0n_121 ._fa-file-csv_ags0n_662,._reportButton_ags0n_121 ._fa-file-excel_ags0n_663{color:#16a34a}._reportButton_ags0n_121 ._fa-file-pdf_ags0n_667{color:#dc2626}@media (max-width: 768px){._pageHeader_ags0n_12{align-items:stretch}._pageTitle_ags0n_22{font-size:26px}._reportButtons_ags0n_121{flex-direction:column;width:100%}._reportButton_ags0n_121{width:100%;justify-content:center}}._reportIcon_ags0n_691{font-size:18px}._reportButton_ags0n_121:nth-child(1) ._reportIcon_ags0n_691{color:#16a34a}._reportButton_ags0n_121:nth-child(2) ._reportIcon_ags0n_691{color:#16a34a}._reportButton_ags0n_121:nth-child(3) ._reportIcon_ags0n_691{color:#dc2626}._reportIcon_ags0n_691{font-size:20px;flex-shrink:0}._csvIcon_ags0n_712,._excelIcon_ags0n_716{color:#16a34a!important}._pdfIcon_ags0n_720{color:#dc2626!important}.material-page-box{background:#fff;border-radius:14px;padding:25px;max-width:1000px;margin:auto}.material-page-box.wide{max-width:1200px}.circle-btn{width:48px;height:48px;background:#000;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.btn-label{position:absolute;right:110%;background:#000;color:#fff;padding:5px 10px;border-radius:6px;white-space:nowrap;opacity:0}.material-form{display:flex;gap:10px;margin-bottom:20px}.material-form input{flex:1;padding:10px}.material-form button{padding:10px 16px}.cancel-btn{background:#999;color:#fff}@media (max-width: 768px){.material-page-box.wide{width:100vw;max-width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);border-radius:0}.material-form{flex-direction:column}.material-form button{width:100%}.action-buttons{top:70px;right:10px;flex-direction:column}.circle-btn{width:44px;height:44px}}@media (max-width: 480px){.material-table{min-width:520px}}.material-page-box{background:#fff;border-radius:14px;padding:25px;max-width:1100px;margin:auto}.circle-btn.bw-btn{width:48px;height:48px;background:#000;color:#fff;border-radius:50%;border:1px solid #000;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:.25s}.btn-label{position:absolute;right:110%;top:50%;transform:translateY(-50%);background:#000;color:#fff;padding:5px 10px;border-radius:6px;white-space:nowrap;font-size:13px;opacity:0}.material-table{width:100%;border-collapse:collapse;table-layout:fixed}.material-table th{background:#f7f7f7;font-weight:600;color:#000;text-align:left}.action-cell button{margin-right:6px;background:none;border:none;cursor:pointer;font-size:18px}.text-success{color:#16a34a;font-weight:600}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:2000}.modal{background:#fff;border-radius:12px;padding:25px;max-width:500px;width:90%;position:relative;box-shadow:0 10px 30px #0003;max-height:90vh;overflow-y:auto}.modal.wide{max-width:800px}.modal.small{max-width:400px}.modal-close{position:absolute;right:15px;top:10px;font-size:24px;background:none;border:none;cursor:pointer;color:#666;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%}.modal-close:hover{background:#f5f5f5;color:#000}.modal h4{margin-top:0;margin-bottom:20px;color:#1a237e;font-size:20px;text-align:center}.modal select,.modal input{width:100%;padding:12px 15px;margin-bottom:15px;border:1px solid #ddd;border-radius:8px;font-size:15px;box-sizing:border-box}.modal select:focus,.modal input:focus{outline:none;border-color:#2e7d32}.modal button[type=button]:not(.modal-close){padding:14px;width:100%;background:#000;color:#fff;border:1px solid #000;cursor:pointer;font-size:16px;border-radius:8px;transition:all .25s;margin-top:10px}.modal button[type=button]:not(.modal-close):hover{background:#fff;color:#000}@media (max-width: 768px){.page-container{padding:15px}.material-page-box.wide{width:100%;max-width:100%;margin:0;border-radius:10px;padding:20px 15px}.action-buttons{top:80px;right:10px;flex-direction:column;gap:8px}.circle-btn.bw-btn{width:44px;height:44px;font-size:18px}.material-table th,.material-table td{padding:10px 8px;font-size:14px}.modal-overlay{padding:80px 15px 15px;align-items:flex-start}.modal{width:95%;max-width:95%;padding:20px;max-height:calc(100vh - 100px);margin-bottom:20px}.modal.wide,.modal.small{max-width:95%}.modal-close{right:10px;top:8px;font-size:22px}.modal h4{font-size:18px;margin-bottom:15px}.modal select,.modal input{padding:10px 12px;font-size:14px;margin-bottom:12px}.modal button[type=button]:not(.modal-close){padding:12px;font-size:15px}}.page-container{padding:20px;position:relative}.material-page-box{background:#ffffff;border-radius:14px;padding:25px;max-width:1100px;margin:auto}.material-page-box.wide{max-width:1300px}h3{margin-bottom:20px}.action-buttons{position:fixed;top:100px;right:20px;display:flex;gap:10px;z-index:1000}.circle-btn.bw-btn{width:48px;height:48px;background:#000;color:#fff;border-radius:50%;border:1px solid #000;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:all .25s ease}.circle-btn.bw-btn:hover{background:#fff;color:#000}.btn-label{position:absolute;right:110%;top:50%;transform:translateY(-50%);background:#000;color:#fff;padding:5px 10px;border-radius:6px;white-space:nowrap;font-size:13px;opacity:0;pointer-events:none}.circle-btn:hover .btn-label{opacity:1}.table-container{width:100%;overflow-x:auto}.material-table{width:max-content;min-width:100%;border-collapse:collapse}.material-table th,.material-table td{padding:12px;border-bottom:1px solid #ddd;white-space:nowrap}.material-table th{background:#f7f7f7;font-weight:600}.material-table th{color:#000!important}.text-center{text-align:center}.text-warning{color:#d97706;font-weight:600}.error-message{color:#b91c1c}.retry-btn{display:inline-block;margin-top:10px;padding:8px 14px;background:#000;color:#fff;border:1px solid #000;cursor:pointer}.retry-btn:hover{background:#fff;color:#000}@media (max-width: 768px){.material-page-box.wide{width:100vw;max-width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);border-radius:0}.action-buttons{top:70px;right:10px;flex-direction:column}.circle-btn.bw-btn{width:44px;height:44px}}@media (max-width: 480px){.material-table{min-width:650px}.circle-btn.bw-btn{width:40px;height:40px}}body{background:#f4f8ff;color:#06124d;font-family:Arial,sans-serif}#root{min-height:100vh;width:100%}.top-nav{height:56px;background:linear-gradient(135deg,#ffffff 0%,#f3f8ff 100%);border-bottom:1px solid #dbe7f6;padding:0 16px;position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;box-shadow:0 8px 28px #0b1f3a14}.nav-left,.nav-center,.nav-right{display:flex;align-items:center}.nav-left{min-width:230px}.nav-center{flex:1;justify-content:center}.nav-right{gap:12px;position:relative}.logo{display:flex;align-items:center;gap:8px;min-width:0}.logo img{height:33px;width:33px;border-radius:50%;object-fit:cover;flex-shrink:0}.logo span{display:block;font-size:20px;font-weight:700;color:#0f0f0f;line-height:1.1}.logo small{display:block;font-size:11px;color:#606060;font-weight:700;margin-top:2px}.menu-toggle{display:none;border:none;background:transparent;color:#0b1446;font-size:24px;margin-right:16px;cursor:pointer;flex-shrink:0}.menu-toggle:hover{background:transparent}.pos-status-pill{display:flex;align-items:center;gap:8px;background:#eef6ff;color:#1263f1;border-radius:18px;padding:8px 16px;font-size:14px;font-weight:700;white-space:nowrap;box-shadow:0 10px 25px #1263f11a}.pos-status-pill i{color:#1263f1}.nav-right i,.cart-icon{font-size:22px;cursor:pointer;color:#0b1446;text-decoration:none}.cart-icon{display:flex;align-items:center}.cart-icon:hover{color:#f5a100}.user-button{border:none;background:transparent;width:34px;height:34px;cursor:pointer;padding:0}.user-button:hover{background:transparent}.user-button i:hover{color:#0b1446}.logout-button{position:absolute;top:43px;right:0;background:#ffffff;color:#111827;padding:10px 14px;border-radius:6px;box-shadow:0 3px 10px #00000026;cursor:pointer;min-width:110px;text-align:center;z-index:99999;font-weight:700;display:flex;align-items:center;gap:8px}.logout-button i{color:#d93025;font-size:14px}.logout-button:hover{background:#f5f5f5}.category-bar{height:48px;background:#ffffff;border-bottom:1px solid #dbe7f6;box-shadow:0 10px 30px #0b1f3a0f;padding:0 16px;position:fixed;top:56px;left:0;right:0;z-index:999;display:flex;align-items:center;gap:10px;overflow-x:auto;overflow-y:visible}.category-bar::-webkit-scrollbar{height:5px}.category-bar::-webkit-scrollbar-thumb{background:#dddddd;border-radius:10px}.category{white-space:nowrap;padding:8px 16px;background:#f2f2f2;border-radius:18px;cursor:pointer;font-size:14px;flex-shrink:0;text-decoration:none;color:#111827;transition:.2s;font-weight:600;display:inline-flex;align-items:center;gap:8px;border:none;line-height:1;max-width:none}.category i{color:#111827;flex-shrink:0}.category span{overflow:hidden;text-overflow:ellipsis}.category:hover,.category.active{background:#000000;color:#fff}.category:hover i,.category.active i{color:#fff}.category-dropdown{position:relative;flex-shrink:0}.dropdown-toggle{font-family:inherit;background:#f2f2f2;color:#111827;border:none}.dropdown-toggle i{color:inherit}.dropdown-toggle:hover,.dropdown-toggle.active{background:#000000;color:#fff}.dropdown-toggle:hover i,.dropdown-toggle.active i{color:#fff}.dropdown-arrow{font-size:12px;flex-shrink:0}.dropdown-menu{position:fixed;top:104px;background:#ffffff;min-width:220px;max-width:280px;padding:8px;border-radius:10px;box-shadow:0 8px 24px #00000024;border:1px solid #e5e7eb;display:none;z-index:99999}.dropdown-menu.show{display:block}.dropdown-menu a{display:block;padding:10px 12px;color:#111827;background:transparent;text-decoration:none;border-radius:8px;font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-menu a:hover,.dropdown-menu a.active{background:#f3f4f6;color:#07142f}.main-content{margin-top:104px;padding:16px;min-height:calc(100vh - 104px);width:100%;overflow-y:auto}.bell-wrapper{position:relative;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px}.bell-wrapper{position:relative;display:inline-flex;align-items:center;justify-content:center}.cart-badge{position:absolute;top:-8px;right:-8px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;background:red;color:#fff;font-size:11px;font-weight:700;border-radius:50%;padding:0 5px;z-index:9999}@media (max-width: 768px){body{padding-top:0}.top-nav{flex-direction:column;align-items:stretch;height:auto;padding:8px 12px}.nav-left,.nav-center,.nav-right{width:100%;margin-bottom:8px}.nav-left{justify-content:flex-start;gap:10px;min-width:0}.nav-center{display:none}.nav-right{justify-content:flex-end}.menu-toggle{display:block;font-size:1.5rem;cursor:pointer;padding:10px}.logo{max-width:calc(100vw - 90px)}.logo span{font-size:18px;white-space:nowrap}.logo small{font-size:11px;white-space:nowrap}.category-bar{display:none!important;flex-direction:column;position:fixed;top:120px;left:0;width:240px;height:calc(100vh - 120px);background:#ffffff;padding:16px;box-shadow:2px 0 8px #0000001a;overflow-y:auto;overflow-x:hidden;z-index:999;align-items:stretch;gap:0}.category-bar.active{display:flex!important}.category{width:100%;max-width:100%;margin:8px 0;padding:10px;border-radius:8px;white-space:normal;word-break:break-word;justify-content:flex-start;line-height:1.2}.category span{white-space:normal;word-break:break-word;overflow:visible;text-overflow:unset}.category-dropdown{width:100%}.dropdown-toggle{width:100%;justify-content:space-between}.dropdown-menu{position:static;width:100%;min-width:unset;max-width:100%;margin-top:8px;box-shadow:none;border:1px solid #e5e7eb}.dropdown-menu a{white-space:normal;word-break:break-word}.main-content{margin-top:120px;padding:16px}.cart-badge{top:-6px;right:-6px;min-width:16px;height:16px;font-size:10px;padding:0 4px}.logout-button{top:38px;right:0}}.expense-container{max-width:1500px;margin:0 auto;padding:32px;min-height:100vh;background:#f8fafc;color:#0f172a}.expense-header{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;margin-bottom:24px}.expense-header h3{display:flex;align-items:center;gap:14px;font-size:32px;font-weight:900;color:#0b1446;margin:0}.expense-header h3:before{content:"💸";width:52px;height:52px;border-radius:16px;background:#eef2ff;display:inline-flex;align-items:center;justify-content:center;font-size:24px}.add-expense-btn{position:static;width:auto;height:auto;border:none;border-radius:14px;padding:14px 22px;background:linear-gradient(135deg,#2563eb,#1e1bff);color:#fff;font-size:15px;font-weight:800;display:inline-flex;align-items:center;gap:10px;cursor:pointer;box-shadow:0 16px 35px #2563eb40}.add-expense-btn:hover{transform:translateY(-2px)}.add-expense-btn .tooltip{display:inline;visibility:visible;opacity:1;position:static;background:transparent;color:#fff;padding:0;margin:0;font-size:15px;font-weight:800}.expense-summary{display:inline-block;min-width:280px;background:linear-gradient(135deg,#0b1446,#1f3c88);color:#fff;padding:26px 30px;border-radius:22px;font-size:26px;font-weight:900;box-shadow:0 18px 45px #0b144638;margin-bottom:24px}.expense-summary strong{display:block;font-size:15px;margin-bottom:12px;opacity:.9}.filter-info{display:block;margin-top:10px;color:#dbeafe;font-size:13px}.expense-actions{background:#ffffff;border:1px solid #e5e7eb;border-radius:20px;padding:22px;margin:10px 0 28px;display:grid;grid-template-columns:1.5fr 1fr 1fr auto;gap:14px;box-shadow:0 12px 35px #0f172a12}.expense-search{width:100%;min-width:0;padding:14px 16px;border:1px solid #d6dce8;border-radius:13px;background:#ffffff;font-size:15px;color:#0f172a}.expense-search:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.page-btn{border:none;border-radius:13px;padding:13px 22px;background:#0b1446;color:#fff;font-weight:800;cursor:pointer}.page-btn:hover:not(:disabled){background:#1f3c88}.page-btn:disabled{background:#cbd5e1;cursor:not-allowed}.expense-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:22px}.expense-card{background:#ffffff;border:1px solid #e5e7eb;border-radius:22px;overflow:hidden;box-shadow:0 14px 35px #0f172a14;transition:.25s ease}.expense-card:hover{transform:translateY(-4px);box-shadow:0 20px 45px #0f172a1f}.card-header{background:#0b1446;color:#fff;padding:18px 20px;display:flex;justify-content:space-between;gap:12px;align-items:center}.card-category{font-size:16px;font-weight:900;text-transform:uppercase;letter-spacing:.6px}.card-amount{background:rgba(255,255,255,.22);padding:8px 15px;border-radius:999px;font-size:18px;font-weight:900;white-space:nowrap}.card-details{padding:24px 20px;min-height:175px}.detail-row{display:grid;grid-template-columns:130px 1fr;gap:12px;margin-bottom:16px;font-size:15px;color:#0f172a}.detail-label{font-weight:900;color:#475569}.waste-detail{background:#fef2f2;color:#991b1b;padding:12px;border-radius:12px}.card-actions{display:flex;justify-content:flex-end;gap:12px;padding:16px 20px;background:#f8fafc;border-top:1px solid #e5e7eb}.card-actions button{border:none;border-radius:10px;padding:10px 18px;font-weight:800;cursor:pointer}.edit-btn:hover{background:#1f3c88}.delete-btn{background:#fee2e2;color:#dc2626}.delete-btn:hover{background:#fecaca}.pagination{margin-top:28px;padding:18px;background:#ffffff;border-radius:18px;box-shadow:0 10px 30px #0f172a0f;display:flex;justify-content:center;align-items:center;gap:14px}.page-info{font-weight:800;color:#0b1446}.empty-state{grid-column:1 / -1;padding:50px;text-align:center;background:#ffffff;border-radius:20px;color:#64748b;font-weight:700}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,23,42,.55);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2000;display:flex;justify-content:center;align-items:center;padding:20px}.modal-content,.modal{background:#ffffff;width:500px;max-width:92%;max-height:90vh;overflow-y:auto;border-radius:22px;box-shadow:0 30px 80px #00000040;position:relative}.modal{padding:24px;text-align:left}.modal-header{padding:20px 24px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.modal-header h3{margin:0;color:#0b1446;font-size:22px;font-weight:900}.close-modal,.close-icon{background:transparent;border:none;font-size:28px;cursor:pointer;color:#0f172a}.close-modal:hover,.close-icon:hover{color:#dc2626}.modal-body{padding:24px}.form-group{margin-bottom:16px;padding:0 20px}.form-group label{display:block;margin-bottom:7px;font-weight:800;color:#475569}.form-group input,.form-group textarea,.product-select-btn,.modal input,.modal textarea{width:100%;padding:13px 15px;border:1px solid #d8deea;border-radius:12px;font-size:15px;background:#ffffff;color:#0f172a}.form-group input:focus,.form-group textarea:focus,.modal input:focus,.modal textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.category-buttons{display:flex;gap:10px;flex-wrap:wrap}.category-chip{padding:9px 18px;background:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:999px;cursor:pointer;font-weight:800}.category-chip:hover{background:#e5e7eb}.category-chip.active{background:#0b1446;color:#fff;border-color:#0b1446}.modal-actions,.modal-buttons{display:flex;justify-content:flex-end;gap:12px;padding:18px 24px 24px}.cancel-btn,.submit-btn{min-width:110px;padding:12px 18px;border-radius:12px;border:none;font-weight:800;cursor:pointer}.cancel-btn{background:#eef2f7;color:#334155}.submit-btn{background:#0b1446;color:#fff}.delete-confirm-modal{max-width:430px;border-radius:22px;overflow:hidden}.delete-confirm-modal .modal-header{background:#fff5f5;color:#b91c1c}.delete-confirm-modal .modal-body{padding:26px;text-align:center}.delete-confirm-modal .modal-body:before{content:"⚠️";display:block;font-size:48px;margin-bottom:12px}.delete-confirm-modal .modal-body p:first-child{font-size:18px;font-weight:800;color:#0f172a}.delete-confirm-modal .delete-btn{flex:1;background:#dc2626;color:#fff}.delete-confirm-modal .delete-btn:hover{background:#b91c1c}.product-list{list-style:none;margin:0;padding:0;max-height:300px;overflow-y:auto}.product-list li{display:flex;justify-content:space-between;padding:13px 16px;border-bottom:1px solid #e5e7eb;cursor:pointer}.product-list li:hover{background:#f8fafc}.product-list .stock{font-size:13px;color:#64748b}.loading,.empty{text-align:center;padding:30px;color:#64748b}@media (max-width: 900px){.expense-container{padding:18px}.expense-header{flex-direction:column;align-items:stretch}.add-expense-btn{width:100%;justify-content:center}.expense-summary{width:100%}.expense-actions,.expense-cards{grid-template-columns:1fr}.expense-card{margin:0}.pagination{flex-wrap:wrap}.modal-actions,.modal-buttons{flex-direction:column}}.invoice-page{max-width:1500px;margin:0 auto;padding:32px;min-height:100vh;background:#f8fafc;color:#0f172a}.invoice-header{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;margin-bottom:24px}.invoice-header h1{display:flex;align-items:center;gap:14px;font-size:32px;font-weight:900;color:#0b1446;margin:0}.invoice-header h1:before{content:"📄";width:52px;height:52px;border-radius:16px;background:#eef2ff;display:inline-flex;align-items:center;justify-content:center;font-size:24px}.invoice-header button{background:linear-gradient(135deg,#2563eb,#1e1bff);color:#fff;border:none;padding:14px 22px;border-radius:14px;cursor:pointer;font-weight:800;box-shadow:0 16px 35px #2563eb40}.invoice-header button:hover{transform:translateY(-2px)}.invoice-search-box{margin:20px 0 30px}.invoice-search-box input{width:100%;max-width:700px;padding:16px 18px;border:1px solid #d8deea;border-radius:18px;font-size:16px;outline:none;background:#ffffff;color:#0f172a;box-shadow:0 8px 24px #0f172a0a}.invoice-search-box input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.invoice-table-card{background:#ffffff;padding:24px;border-radius:22px;border:1px solid #e5e7eb;box-shadow:0 14px 35px #0f172a14;overflow-x:auto}.invoice-table{width:100%;border-collapse:separate;border-spacing:0;min-width:1050px;border:1px solid #e5e7eb;border-radius:18px;overflow:hidden}.invoice-table th{background:#f8fafc;padding:18px;text-align:left;color:#0b1446;font-size:15px;font-weight:900;border-bottom:1px solid #e5e7eb}.invoice-table td{padding:18px;border-bottom:1px solid #e5e7eb;color:#0f172a;font-size:15px}.invoice-table tbody tr:hover{background:#f8fafc;cursor:pointer}.invoice-table tbody tr:last-child td{border-bottom:none}.invoice-status{border:none;padding:10px 12px;border-radius:12px;color:#fff!important;-webkit-text-fill-color:#ffffff!important;font-weight:900;cursor:pointer;min-width:125px}.invoice-status-unpaid{background:#f97316!important}.invoice-status-partial{background:#2563eb!important}.invoice-status-paid{background:#15803d!important}.invoice-status-cancelled{background:#dc2626!important}.invoice-status option{background:#ffffff;color:#0f172a}.print-btn,.delete-invoice-btn{border:none;padding:10px 15px;border-radius:12px;cursor:pointer;font-weight:800}.print-btn{background:#0b1446;color:#fff}.print-btn:hover{background:#1f3c88}.delete-invoice-btn{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.delete-invoice-btn:hover{background:#dc2626;color:#fff}.invoice-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,23,42,.55);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.invoice-modal{background:#ffffff;padding:30px;width:820px;max-width:95vw;max-height:90vh;overflow-y:auto;border-radius:24px;position:relative;box-shadow:0 25px 70px #00000038}.invoice-close{position:absolute;right:18px;top:14px;width:42px;height:42px;border-radius:50%;background:#f1f5f9;color:#0f172a;font-size:26px;cursor:pointer;display:flex;align-items:center;justify-content:center}.invoice-close:hover{background:#e2e8f0;color:#dc2626}.invoice-modal h2{color:#0b1446;font-size:28px;font-weight:900;margin-bottom:24px}.invoice-modal form{display:flex;flex-direction:column;gap:14px}.invoice-modal input,.invoice-modal select,.invoice-modal textarea{width:100%;min-width:0;padding:13px 15px;border:1px solid #d8deea;border-radius:12px;font-size:15px;background:#ffffff;color:#0f172a}.invoice-modal input:focus,.invoice-modal select:focus,.invoice-modal textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.invoice-modal textarea{min-height:90px}.invoice-date-group{display:flex;flex-direction:column;gap:7px}.invoice-date-group label,.invoice-customer-search-box label{font-weight:800;color:#0b1446;font-size:14px}.invoice-customer-search-box{position:relative;display:flex;flex-direction:column;gap:7px;margin-bottom:12px}.invoice-customer-dropdown{position:absolute;top:78px;left:0;right:0;background:#ffffff;border:1px solid #d8deea;border-radius:14px;max-height:230px;overflow-y:auto;z-index:99999;box-shadow:0 16px 35px #0f172a24}.invoice-customer-option,.invoice-customer-no-result{padding:13px 15px;cursor:pointer;font-size:14px}.invoice-customer-option:hover{background:#f8fafc}.invoice-items-section{background:#f8fafc;padding:18px;border-radius:18px;border:1px solid #e5e7eb}.invoice-items-section h3{color:#0b1446;font-size:20px;font-weight:900;margin-bottom:14px}.invoice-item-row{display:grid;grid-template-columns:2fr 90px 130px 160px 100px;gap:10px;margin-bottom:10px;align-items:center}.invoice-item-row button{background:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:12px;padding:12px;font-weight:800;cursor:pointer}.invoice-item-row button:hover{background:#dc2626;color:#fff}.invoice-stock-preview{background:#eef2ff;color:#2563eb;padding:10px;border-radius:12px;font-size:12px;font-weight:800}.invoice-items-section>button{background:#0b1446;color:#fff;border:none;padding:12px 18px;border-radius:12px;font-weight:800;cursor:pointer}.invoice-product-search-box{position:relative;min-width:240px;flex:1}.invoice-product-dropdown{position:absolute;top:105%;left:0;right:0;background:#ffffff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 16px 35px #0f172a24;z-index:9999;max-height:240px;overflow-y:auto}.invoice-product-option{padding:12px 14px;cursor:pointer;display:flex;flex-direction:column;gap:4px;border-bottom:1px solid #f1f5f9}.invoice-product-option:hover{background:#f8fafc}.invoice-product-option span{font-weight:800;color:#111827}.invoice-product-option small{font-size:12px;color:#64748b}.pending-invoices-box,.previous-balance-box{background:#fff7ed;border:1px solid #fed7aa;border-radius:18px;padding:16px;margin:14px 0}.pending-invoices-box h3,.previous-balance-box h3{margin:0 0 12px;color:#9a3412;font-size:17px;font-weight:900}.pending-invoice-item,.previous-balance-row{display:flex;align-items:center;justify-content:space-between;gap:14px;background:#ffffff;border:1px solid #ffedd5;border-radius:12px;padding:12px;margin-bottom:8px}.pending-invoice-total,.previous-balance-total{margin-top:10px;color:#7c2d12;font-weight:800}.invoice-total-preview{background:#eef2ff;border:1px solid #dbeafe;border-radius:16px;padding:16px;margin:12px 0}.invoice-total-preview p{margin:8px 0;color:#334155}.invoice-total-preview strong{color:#0b1446}.invoice-modal button[type=submit]{background:#0b1446;color:#fff;border:none;padding:14px 20px;border-radius:14px;cursor:pointer;font-weight:900}.invoice-modal button[type=submit]:hover{background:#1f3c88}.delete-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(11,20,70,.55);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.delete-modal-card{width:100%;max-width:430px;background:#ffffff;border-radius:22px;padding:30px;text-align:center;box-shadow:0 24px 70px #00000038;animation:deleteModalPop .25s ease}.delete-modal-icon{width:62px;height:62px;border-radius:50%;background:#fff2f0;color:#d93025;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;font-size:34px;font-weight:900}.delete-modal-card h2{margin:0 0 12px;color:#0b1446;font-size:24px}.delete-modal-card p{margin:0;color:#444;line-height:1.6}.delete-modal-warning{margin-top:18px;padding:13px 15px;border-radius:12px;background:#fff8e6;color:#8a5a00;font-size:14px;font-weight:600}.delete-modal-actions{display:flex;gap:12px;margin-top:26px}.delete-cancel-btn,.delete-confirm-btn{flex:1;border:none;border-radius:12px;padding:13px 16px;font-weight:800;cursor:pointer;transition:.2s ease}.delete-cancel-btn{background:#eef0f6;color:#0b1446}.delete-cancel-btn:hover{background:#dde1ec}.delete-confirm-btn{background:#d93025;color:#fff}.delete-confirm-btn:hover{background:#b9231b}.delete-cancel-btn:disabled,.delete-confirm-btn:disabled{opacity:.65;cursor:not-allowed}@keyframes deleteModalPop{0%{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 900px){.invoice-page{padding:18px}.invoice-header{align-items:stretch}.invoice-header button{width:100%}.invoice-table-card{padding:14px}.invoice-item-row{grid-template-columns:1fr}.invoice-modal{width:95vw;max-height:90vh;padding:24px}}@media (max-width: 520px){.delete-modal-card{padding:24px 20px}.delete-modal-actions{flex-direction:column}}.invoice-email-preview-box{max-height:420px;overflow:auto;border:1px solid #ddd;border-radius:10px;background:#f8fafc;padding:12px;margin-top:15px;text-align:left!important}.invoice-email-preview-box *{text-align:left!important}.invoice-email-preview-box .totals,.invoice-email-preview-box .totals *,.invoice-email-preview-box .totals-row,.invoice-email-preview-box .totals-row *{text-align:right!important}.whatsapp-btn{background:#25d366;color:#fff;border:none;padding:8px 14px;border-radius:8px;cursor:pointer;font-weight:700}.whatsapp-btn:hover{background:#1ebe5d}.register-business-page{max-width:1500px;margin:0 auto;padding:32px;min-height:100vh;background:#f8fafc}.management-container{max-width:100%;margin:0 auto}.header-actions{background:#ffffff;border:1px solid #d8deea;border-radius:22px;padding:24px 28px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;box-shadow:0 14px 35px #0f172a0f}.header-actions h1{margin:0;color:#0b1446;font-size:30px;font-weight:900}.button-group{display:flex;gap:14px}.btn-primary,.btn-secondary{border:none;border-radius:14px;padding:14px 20px;font-size:15px;font-weight:800;cursor:pointer;transition:.25s ease}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 16px 35px #2563eb40}.btn-secondary{background:#0b1446;color:#fff}.btn-primary:hover,.btn-secondary:hover{transform:translateY(-2px)}.tabs{display:flex;gap:10px;margin-bottom:28px;border:none;flex-wrap:wrap}.tab-btn{background:#ffffff;border:1px solid #d8deea;border-radius:14px;padding:13px 20px;font-weight:800;color:#64748b;cursor:pointer;transition:.25s ease}.tab-btn:hover{background:#f1f5f9;color:#0b1446}.tab-btn.active{background:#0b1446;color:#fff;border-color:#0b1446}.tab-btn.active:after{display:none}.search-bar{margin-bottom:30px}.search-bar input{width:100%;max-width:700px;background:#ffffff;border:1px solid #d8deea;border-radius:18px;padding:16px 18px;font-size:16px;color:#0f172a;-webkit-text-fill-color:#0f172a;outline:none;box-shadow:0 8px 24px #0f172a0a}.search-bar input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.search-bar input::placeholder{color:#94a3b8}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:22px}.card{background:#ffffff;border:1px solid #e5e7eb;border-radius:22px;padding:24px 20px;box-shadow:0 14px 35px #0f172a14;transition:.25s ease;display:flex;flex-direction:column}.card:hover{transform:translateY(-4px);box-shadow:0 20px 45px #0f172a1f}.business-card-header{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:10px!important;margin-bottom:18px!important;border-bottom:1px solid #e5e7eb!important;padding-bottom:16px!important}.user-card-header,.card-header{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:12px!important;margin-bottom:18px!important;border-bottom:1px solid #e5e7eb!important;padding-bottom:14px!important}.business-card-header h3{color:#0b1446!important;font-size:22px!important;font-weight:900!important;margin:0!important;line-height:1.3!important;max-width:100%!important;text-align:center!important;word-break:break-word!important;overflow-wrap:break-word!important}.business-card-header .plan-badge{margin-top:4px}.business-logo{width:90px;height:90px;object-fit:contain;border-radius:14px;background:#fff;padding:8px;border:1px solid #e5e7eb;margin:0 auto 4px;display:block}.card-details{flex:1;margin-bottom:18px}.card-details p{margin:9px 0;color:#334155!important;font-size:15px;line-height:1.6}.card-details strong{color:#0b1446!important;font-weight:900}.plan-badge,.role-badge{padding:6px 12px;border-radius:999px;font-size:12px;font-weight:800;text-transform:capitalize;white-space:nowrap}.plan-badge.free{background:#f1f5f9;color:#475569}.plan-badge.basic,.role-badge.admin{background:#eef2ff;color:#2563eb}.plan-badge.premium{background:#fef3c7;color:#92400e}.role-badge.cashier{background:#dcfce7;color:#15803d}.role-badge.super_admin{background:#f3e8ff;color:#7c3aed}.card-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:auto}.edit-btn,.save-btn,.cancel-btn{border:none;border-radius:12px;padding:12px 18px;font-size:14px;font-weight:800;cursor:pointer;transition:.25s ease}.edit-btn{background:#0b1446;color:#fff}.edit-btn:hover{background:#2563eb}.save-btn{background:#16a34a;color:#fff}.cancel-btn{background:#dc2626;color:#fff}.edit-form{display:flex;flex-direction:column;gap:12px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:13px;font-weight:800;color:#475569}.form-group input,.form-group select{padding:12px 14px;border:1px solid #d8deea;border-radius:12px;font-size:15px;background:#ffffff;color:#0f172a}.form-group input:focus,.form-group select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.action-buttons{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.no-results{grid-column:1 / -1;padding:45px;background:#ffffff;border-radius:18px;text-align:center;color:#64748b;font-weight:800;border:1px solid #e5e7eb}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,23,42,.55);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.modal-content{background:#ffffff;border-radius:22px;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 70px #00000038}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 28px;border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;color:#0b1446;font-size:24px;font-weight:900}.close-modal{background:#f1f5f9;color:#0f172a;border:none;width:42px;height:42px;border-radius:50%;cursor:pointer;font-size:28px;display:flex;align-items:center;justify-content:center;padding:0;line-height:1}.close-modal:hover{color:#dc2626}.modal-content form{padding:28px}.form-row{display:flex;gap:16px;margin-bottom:16px;flex-wrap:wrap}.form-row input,.form-row select{flex:1;min-width:200px;padding:13px 15px;border:1px solid #d8deea;border-radius:12px;font-size:15px;background:#ffffff;color:#0f172a}.form-row input:focus,.form-row select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:32px;padding-top:16px;border-top:1px solid #e5e7eb}.super-admin-shops-box{background:#f8fafc;border:1px solid #d8deea;padding:16px;border-radius:16px;margin-bottom:16px}.super-admin-shops-box label strong{color:#0b1446}.shop-checkbox{display:block;margin-top:10px;color:#334155;font-weight:600}.shop-checkbox input{margin-right:8px}.loading{padding:40px;text-align:center;color:#0b1446;font-weight:900}@media (max-width: 768px){.register-business-page{padding:18px}.header-actions{align-items:stretch}.button-group{flex-direction:column}.btn-primary,.btn-secondary{width:100%}.cards-grid{grid-template-columns:1fr}.form-row{flex-direction:column}.form-row input,.form-row select{width:100%}.modal-content{max-width:95%}}.business-logo{width:70px;height:70px;object-fit:contain;border-radius:10px;background:#fff;padding:6px;border:1px solid #e5e7eb;margin-bottom:10px}.container-inventory-page{max-width:1500px;margin:0 auto;padding:32px;min-height:100vh;background:#f8fafc;color:#0f172a}.container-header{background:#ffffff;border:1px solid #d8deea;border-radius:22px;padding:26px 28px;margin-bottom:24px;box-shadow:0 14px 35px #0f172a0f}.container-header h2{margin:0;color:#0b1446;font-size:30px;font-weight:900}.container-header p{margin:8px 0 0;color:#64748b;font-size:15px}.container-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:24px}.summary-card{background:#ffffff;border:1px solid #e5e7eb;border-radius:22px;padding:24px 22px;box-shadow:0 14px 35px #0f172a14;transition:.25s ease}.summary-card:hover{transform:translateY(-3px)}.summary-card h4{margin:0;color:#64748b;font-size:14px;font-weight:800}.summary-card h2{margin:10px 0 0;color:#0b1446;font-size:36px;font-weight:900}.container-top-actions{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:24px;flex-wrap:wrap}.container-report-buttons{display:flex;gap:14px;flex-wrap:wrap}.container-report-buttons .fa-file-csv,.container-report-buttons .fa-file-excel{color:#16a34a}.container-report-buttons .fa-file-pdf{color:#dc2626}.open-container-modal-btn{background:linear-gradient(135deg,#2563eb,#1e1bff);color:#fff;border:none;padding:14px 20px;border-radius:14px;cursor:pointer;font-size:15px;font-weight:800;box-shadow:0 16px 35px #2563eb40}.open-container-modal-btn:hover{transform:translateY(-2px)}.container-search-wrapper{margin:20px 0 30px}.container-search-input{width:100%;max-width:700px;background:#ffffff;border:1px solid #d8deea;border-radius:18px;padding:16px 18px;font-size:16px;color:#0f172a;-webkit-text-fill-color:#0f172a;outline:none;box-shadow:0 8px 24px #0f172a0a}.container-search-input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.container-search-input::placeholder{color:#94a3b8}.action-quantity{background:#ffffff;border:1px solid #d8deea;padding:16px 18px;border-radius:18px;margin-bottom:20px;display:flex;align-items:center;gap:12px;width:fit-content;box-shadow:0 8px 24px #0f172a0a}.action-quantity label{color:#0b1446;font-weight:800}.action-quantity input{width:90px;border:1px solid #d8deea;border-radius:12px;padding:11px;color:#0f172a;background:#ffffff}.container-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,23,42,.55);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.container-modal{background:#ffffff;width:100%;max-width:850px;border-radius:22px;box-shadow:0 25px 70px #00000038;padding:28px;max-height:90vh;overflow-y:auto}.container-modal-header h3{margin:0;color:#0b1446;font-size:22px;font-weight:900}.container-modal-close{background:#f1f5f9;color:#0f172a;border:none;width:42px;height:42px;border-radius:50%;cursor:pointer;font-size:28px;font-weight:400;display:flex;align-items:center;justify-content:center;line-height:1;padding:0}.container-form input,.container-form textarea{border:1px solid #d8deea;border-radius:12px;padding:13px 15px;font-size:15px;background:#ffffff;color:#0f172a}.container-form input:focus,.container-form textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.form-actions button,.action-quantity button{background:#0b1446;color:#fff;border:none;padding:13px 18px;border-radius:12px;cursor:pointer;font-weight:800}.cancel-btn{background:#dc2626!important}@media (max-width: 900px){.container-inventory-page{padding:18px}.container-summary{grid-template-columns:1fr}.container-top-actions,.container-report-buttons{flex-direction:column;align-items:stretch}.container-report-buttons button,.open-container-modal-btn{width:100%;justify-content:center}}.container-table-wrapper{background:#ffffff;border-radius:14px;overflow-x:auto;box-shadow:0 8px 24px #0f172a14}.container-table{width:100%;border-collapse:collapse;min-width:1000px}.container-table th{background:#0b1f3a;color:#fff;padding:14px;text-align:left;font-size:14px}.container-table td{padding:14px;border-bottom:1px solid #eaecf0;font-size:14px}.table-actions{display:flex;flex-wrap:wrap;gap:8px}.table-actions button{border:none;background:#ff7a00;color:#fff;padding:8px 10px;border-radius:8px;cursor:pointer;font-size:12px;font-weight:600}.table-actions .edit-btn{background:#0b1f3a}.table-actions .delete-btn{background:#d92d20}.empty-row{text-align:center;color:#667085;padding:24px!important}.open-container-modal-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;padding:14px 20px;border-radius:14px;cursor:pointer;font-size:15px;font-weight:800;box-shadow:0 16px 35px #2563eb40;transition:.25s ease}.open-container-modal-btn:hover{transform:translateY(-2px);background:linear-gradient(135deg,#1d4ed8,#1e40af)}.container-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(11,31,58,.65);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.container-modal{background:#ffffff;width:100%;max-width:850px;border-radius:16px;box-shadow:0 20px 60px #00000040;padding:22px;max-height:90vh;overflow-y:auto}.container-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.container-modal-header h3{margin:0;color:#0b1f3a;font-size:22px}.container-modal-close{background:#0b1f3a;color:#fff;border:none;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:24px;line-height:1}.container-modal .container-form{box-shadow:none;margin-bottom:0;padding:0}.container-search-wrapper{width:100%;margin:0 0 22px}.container-search-input{width:100%;max-width:420px;background:#ffffff;border:1px solid #d0d5dd;border-radius:12px;padding:13px 16px;font-size:15px;color:#0b1f3a;outline:none;box-shadow:0 6px 18px #0f172a0f;transition:.25s ease}.container-search-input:focus{border-color:#ff7a00;box-shadow:0 0 0 4px #ff7a0026}.container-search-input::placeholder{color:#98a2b3}.container-report-buttons{display:flex;flex-direction:row;align-items:center;gap:10px;flex-wrap:nowrap}.container-report-buttons button{background:#ffffff;color:#0b1446;border:1px solid #d8deea;padding:13px 18px;border-radius:14px;font-weight:800;cursor:pointer;display:flex;align-items:center;gap:8px;box-shadow:0 8px 22px #0f172a0d;transition:.25s ease}.container-report-buttons button:hover{background:#f1f5f9}.container-top-actions{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:20px;flex-wrap:wrap}@media (max-width: 900px){.container-summary,.container-form{grid-template-columns:1fr}.container-form textarea,.form-actions{grid-column:span 1}}._restaurantPage_15o10_1{min-height:100vh;background:#f7f7f7;padding:16px 20px;font-family:Arial,Helvetica,sans-serif;color:#050505}._mainGrid_15o10_19{display:flex;gap:18px;align-items:flex-start}._cartPanel_15o10_33{position:fixed;top:135px;left:20px;width:455px;height:calc(100vh - 155px);overflow-y:auto;background:#fff;border-radius:12px;padding:16px;box-shadow:0 3px 18px #0000001a;z-index:100}._cartPanel_15o10_33::-webkit-scrollbar{width:6px}._cartPanel_15o10_33::-webkit-scrollbar-thumb{background:#cfcfcf;border-radius:20px}._menuPanel_15o10_83{margin-left:475px;width:calc(100% - 475px);background:#fff;border-radius:12px;padding:18px;box-shadow:0 3px 18px #0000001a}._cartPanel_15o10_33 label{font-size:16px;margin-bottom:8px;display:block}._orderButtons_15o10_115{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px}._orderButtons_15o10_115 button,._filters_15o10_131 button,._categoryRow_15o10_133 button{border:none;background:#f1f1f1;color:#111;padding:10px 18px;border-radius:10px;cursor:pointer;font-size:14px;min-height:40px;font-weight:500}._orderButtons_15o10_115 button{border:1px solid #ddd;background:#f8f8f8}._activeGreen_15o10_167{background:#078b16!important;color:#fff!important;box-shadow:0 5px 12px #00800038}._selectRow_15o10_181{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:24px}._selectRow_15o10_181 select,._paymentSelect_15o10_197{width:100%;height:44px;border:1px solid #d8d8d8;border-radius:8px;background:#fff;padding:0 14px;font-size:15px}._cartTitle_15o10_219{display:flex;justify-content:space-between;align-items:center;margin:12px 0 18px}._cartTitle_15o10_219 h3{margin:0;font-size:22px}._cartTitle_15o10_219 button{border:1px solid #bfe8bf;background:#f2fff2;color:#00750f;padding:10px 14px;border-radius:8px;cursor:pointer;font-size:14px}._cartTable_15o10_263{margin-top:8px}._cartHead_15o10_271{display:grid;grid-template-columns:1fr 60px 105px 28px;padding:11px 6px;background:#f7f7f7;border-bottom:1px solid #ddd;font-weight:700;font-size:14px}._cartItem_15o10_291{display:grid;grid-template-columns:1fr 60px 105px 28px;align-items:center;padding:12px 6px;border-bottom:1px solid #eee;font-size:14px}._cartItem_15o10_291 strong{font-size:16px}._cartItem_15o10_291 button{border:none;background:transparent;color:red;cursor:pointer}._totals_15o10_333{margin-top:18px;border-top:1px solid #eee;padding-top:12px}._totals_15o10_333 p,._totals_15o10_333 h3{display:flex;justify-content:space-between;align-items:center;margin:11px 0}._totals_15o10_333 p{font-size:15px}._totals_15o10_333 h3{font-size:18px;border-top:1px solid #eee;padding-top:12px}._totals_15o10_333 input{width:78px;height:35px;border:1px solid #ddd;border-radius:7px;padding:0 10px}._totals_15o10_333 h3 strong{color:#f33;font-size:24px}._paymentSelect_15o10_197{margin-top:10px;margin-bottom:14px}._kitchenBtn_15o10_419{width:100%;height:42px;border:1px solid #0d6efd;background:#fff;color:#075bd0;border-radius:6px;cursor:pointer;font-weight:700;font-size:14px}._actionRow_15o10_443{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:12px}._checkoutBtn_15o10_457,._holdBtn_15o10_459{height:42px;border-radius:7px;cursor:pointer;font-weight:700;font-size:14px}._checkoutBtn_15o10_457{border:none;background:#078b16;color:#fff}._holdBtn_15o10_459{border:1px solid #ddd;background:#fff;color:#222}._filters_15o10_131,._categoryRow_15o10_133{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:22px}._filters_15o10_131 strong,._categoryRow_15o10_133 strong{font-size:15px}._divider_15o10_529{width:1px;height:35px;background:#ddd;margin:0 18px}._productGrid_15o10_545{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:16px}._productCard_15o10_557{border:1px solid #ddd;border-radius:8px;background:#fff;padding:10px;position:relative;min-height:175px;box-shadow:0 2px 8px #00000012}._foodImage_15o10_577{height:95px;border-radius:7px;overflow:hidden;background:#f1f1f1;display:grid;place-items:center;font-size:22px;color:#444}._foodImage_15o10_577 img{width:100%;height:100%;object-fit:cover}._productCard_15o10_557 h4{margin:9px 0 6px;font-size:15px;font-weight:700}._productCard_15o10_557 p{margin:0 0 7px;color:#002b66;font-weight:500;font-size:14px}._productCard_15o10_557 span{display:block;color:#111;font-size:14px}._productCard_15o10_557 button{position:absolute;bottom:12px;right:10px;width:26px;height:26px;border:none;border-radius:50%;background:#1976d2;color:#fff;cursor:pointer;font-size:13px;display:flex;align-items:center;justify-content:center}._bottomCards_15o10_689{margin-left:475px;margin-top:18px;display:grid;grid-template-columns:1fr 1.1fr 1.25fr;gap:12px}._statusCard_15o10_705,._heldCard_15o10_707,._lastCard_15o10_709{min-height:68px;border-radius:10px;padding:15px 20px;display:grid;grid-template-columns:1fr auto;align-items:center}._statusCard_15o10_705{background:#f1fff0;border:1px solid #bfe8bf}._heldCard_15o10_707{background:#f7fbff;border:1px solid #b9d8ff}._lastCard_15o10_709{background:#fff9eb;border:1px solid #f3d999}._statusCard_15o10_705 strong,._heldCard_15o10_707 strong,._lastCard_15o10_709 strong{font-size:15px}._statusCard_15o10_705 span,._heldCard_15o10_707 span,._lastCard_15o10_709 span{color:#ff7900;font-size:13px}._statusCard_15o10_705 button,._heldCard_15o10_707 button,._lastCard_15o10_709 button{grid-row:span 2;border:none;border-radius:8px;padding:10px 15px;font-weight:700;cursor:pointer;font-size:13px}._statusCard_15o10_705 button{background:#dcf7d8;color:#006b0d}._heldCard_15o10_707 button{background:#e4f0ff;color:#075bd0}._lastCard_15o10_709 button{background:#ffecb5;color:#8a6200}._modalOverlay_15o10_839{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.45);display:grid;place-items:center;z-index:9999}._modal_15o10_839{width:420px;max-width:92vw;background:#fff;padding:22px;border-radius:12px;position:relative}._closeBtn_15o10_875{position:absolute;right:14px;top:10px;border:none;background:transparent;font-size:28px;cursor:pointer}._modal_15o10_839 input{width:100%;height:42px;border:1px solid #ddd;border-radius:8px;padding:0 12px;margin-bottom:12px}._customerList_15o10_913{display:grid;gap:8px;max-height:300px;overflow-y:auto}._customerList_15o10_913 button{border:1px solid #ddd;background:#fafafa;padding:12px;border-radius:8px;text-align:left;cursor:pointer}@media (max-width: 1300px){._productGrid_15o10_545{grid-template-columns:repeat(4,1fr)}}@media (max-width: 1200px){._mainGrid_15o10_19{display:block}._cartPanel_15o10_33{position:relative;top:auto;left:auto;width:auto;height:auto;margin-bottom:18px}._menuPanel_15o10_83,._bottomCards_15o10_689{margin-left:0;width:auto}._bottomCards_15o10_689{grid-template-columns:1fr}._productGrid_15o10_545{grid-template-columns:repeat(3,1fr)}}@media (max-width: 700px){._restaurantPage_15o10_1{padding:12px}._selectRow_15o10_181,._actionRow_15o10_443{grid-template-columns:1fr}._productGrid_15o10_545{grid-template-columns:repeat(2,1fr)}._filters_15o10_131,._categoryRow_15o10_133{gap:8px}._filters_15o10_131 button,._categoryRow_15o10_133 button,._orderButtons_15o10_115 button{padding:9px 12px;font-size:13px}}._modal_15o10_839{background:#ffffff!important;color:#111!important}._modal_15o10_839 h2{color:#111!important}._modal_15o10_839 input{color:#111!important;background:#ffffff!important}._modal_15o10_839 input::placeholder{color:#777!important}._customerList_15o10_913 button{color:#111!important;background:#ffffff!important;border:1px solid #dddddd!important}._customerList_15o10_913 button:hover{background:#f2fff2!important;color:#00750f!important}._selectedCustomerCard_15o10_1129{margin-bottom:15px;padding:10px 12px;background:#eef9ee;border:1px solid #cce8cc;border-radius:8px;color:#006b0d;font-size:14px}._selectedCustomerCard_15o10_1129 strong{margin-right:5px}._waiterBox_15o10_1157{width:100%;height:44px;border:1px solid #d8d8d8;border-radius:8px;background:#f8f8f8;padding:0 14px;display:flex;align-items:center;gap:10px;color:#111;font-size:15px}._reportButtons_15o10_1185{display:flex;gap:10px;flex-wrap:wrap}._reportButtons_15o10_1185 button{border:none;background:#07142f;color:#fff;padding:10px 16px;border-radius:8px;cursor:pointer;font-weight:600}._statusSelect_15o10_1217{border:none;border-radius:20px;padding:7px 10px;color:#fff;font-weight:700;cursor:pointer}._statusSelect_15o10_1217 option{color:#111;background:white}._cartAddons_15o10_1245{margin-top:5px;display:grid;gap:3px}._cartAddons_15o10_1245 small{color:#0a8f08;font-size:12px}._addonModal_15o10_1267{width:450px;max-width:94vw;background:#fff;border-radius:14px;padding:22px;position:relative;color:#111}._addonModal_15o10_1267 h2,._addonModal_15o10_1267 h3,._addonModal_15o10_1267 p{color:#111}._addonsList_15o10_1299{display:grid;gap:10px;max-height:300px;overflow-y:auto;margin-top:15px}._addonItem_15o10_1315{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:10px;background:#f8f9fb;padding:12px;border-radius:10px;color:#111;cursor:pointer}._addonItem_15o10_1315 input{width:18px;height:18px}._addonItem_15o10_1315 strong{color:#07142f}._addonTotal_15o10_1357{display:flex;justify-content:space-between;margin-top:18px;padding-top:14px;border-top:1px solid #eee;font-size:18px}._addToCartBtn_15o10_1375{width:100%;margin-top:18px;height:44px;border:none;background:#0a8f08;color:#fff;border-radius:8px;font-weight:700;cursor:pointer}._searchBar_15o10_1399{margin:15px 0;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #ddd;border-radius:10px;padding:10px 15px}._searchBar_15o10_1399 i{color:#777}._searchBar_15o10_1399 input{flex:1;border:none;outline:none;font-size:14px;background:transparent}._kitchenPage_1diht_1{min-height:100vh;background:#f7f7f7;padding:24px}._pageHeader_1diht_13{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}._pageHeader_1diht_13 h2{margin:0;color:#07142f}._pageHeader_1diht_13 button{border:none;background:#07142f;color:#fff;padding:10px 18px;border-radius:8px;cursor:pointer}._ordersGrid_1diht_55{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}._orderCard_1diht_67{background:white;border-radius:12px;padding:18px;box-shadow:0 3px 14px #00000014}._orderTop_1diht_81{display:flex;justify-content:space-between;gap:12px}._orderTop_1diht_81 h3{margin:0}._orderTop_1diht_81 p{margin:6px 0 0;color:#666}._statusBadge_1diht_111{height:fit-content;background:#fff4d8;color:#a36b00;padding:7px 10px;border-radius:20px;font-size:13px;text-transform:capitalize}._meta_1diht_131{display:grid;gap:6px;margin:14px 0;color:#444;font-size:14px}._itemsList_1diht_147{border-top:1px solid #eee;border-bottom:1px solid #eee;padding:12px 0;display:grid;gap:8px}._actions_1diht_163{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}._actions_1diht_163 button{border:none;background:#0a8f08;color:#fff;padding:10px;border-radius:8px;cursor:pointer;font-weight:700}._emptyBox_1diht_197{background:white;padding:30px;border-radius:12px;grid-column:1 / -1;text-align:center}@media (max-width: 1000px){._ordersGrid_1diht_55{grid-template-columns:1fr}}._kitchenItem_1diht_225{background:#f8f9fb;border-radius:8px;padding:10px}._kitchenAddons_1diht_237{margin-top:6px;padding-left:18px;display:grid;gap:3px}._kitchenAddons_1diht_237 small{color:#0a8f08;font-weight:600;font-size:13px}._filterTabs_1diht_263{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 24px}._filterTabs_1diht_263 button{border:1px solid #d0d5dd;background:#ffffff;color:#344054;padding:9px 16px;border-radius:999px;font-weight:700;cursor:pointer}._filterTabs_1diht_263 button:hover{background:#f2f4f7}._activeTab_1diht_305{background:#0b1f3a!important;color:#fff!important;border-color:#0b1f3a!important}._ordersPage_10s4x_1{min-height:100vh;background:#f5f7fb;padding:24px}._pageHeader_10s4x_17{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}._pageHeader_10s4x_17 h1{margin:0;color:#07142f;font-size:28px}._pageHeader_10s4x_17 p{margin-top:5px;color:#666}._refreshBtn_10s4x_53{border:none;background:#07142f;color:#fff;padding:12px 20px;border-radius:10px;cursor:pointer;font-weight:600}._summaryGrid_10s4x_77{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:25px}._summaryCard_10s4x_91{background:white;border-radius:14px;padding:20px;box-shadow:0 4px 15px #0000000f}._summaryCard_10s4x_91 span{display:block;color:#666;margin-bottom:10px;font-size:14px}._summaryCard_10s4x_91 strong{font-size:28px;color:#07142f}._filtersPanel_10s4x_133{background:white;padding:18px;border-radius:14px;display:grid;grid-template-columns:repeat(7,1fr);gap:15px;margin-bottom:20px;box-shadow:0 4px 15px #0000000f}._filtersPanel_10s4x_133 div{display:flex;flex-direction:column}._filtersPanel_10s4x_133 label{font-size:13px;color:#666;margin-bottom:6px}._filtersPanel_10s4x_133 input,._filtersPanel_10s4x_133 select{height:42px;border:1px solid #ddd;border-radius:8px;padding:0 12px;background:white;color:#222}._filtersPanel_10s4x_133 button{height:42px;margin-top:21px;border:none;border-radius:8px;cursor:pointer;font-weight:600;background:#07142f;color:#fff}._clearBtn_10s4x_219{background:#d93025!important}._checkoutPaymentBox_10s4x_231{display:flex;align-items:center;gap:12px;background:white;padding:15px;border-radius:12px;margin-bottom:20px}._checkoutPaymentBox_10s4x_231 select{width:200px;height:42px;border:1px solid #ddd;border-radius:8px;padding:0 12px}._tableWrapper_10s4x_271{background:white;border-radius:14px;overflow:hidden;box-shadow:0 4px 15px #0000000f}._ordersTable_10s4x_285{width:100%;border-collapse:collapse}._ordersTable_10s4x_285 thead{background:#07142f;color:#fff}._ordersTable_10s4x_285 th{padding:14px;text-align:left;font-size:14px}._ordersTable_10s4x_285 td{padding:14px;border-bottom:1px solid #eee}._ordersTable_10s4x_285 tbody tr:hover{background:#f8f9fb}._ordersTable_10s4x_285 tfoot{background:#fafafa;font-weight:700}._ordersTable_10s4x_285 tfoot td{padding:16px}._emptyCell_10s4x_353{text-align:center;padding:40px!important;color:#666}._statusBadge_10s4x_369{display:inline-block;padding:6px 12px;border-radius:40px;font-size:13px;font-weight:600}._completed_10s4x_385{background:#e7f7e7;color:#0a8f08}._pending_10s4x_395{background:#fff4d8;color:#b07a00}._held_10s4x_405{background:#eaf2ff;color:#0d6efd}._cancelled_10s4x_415{background:#ffe8e8;color:#d93025}._defaultStatus_10s4x_425{background:#eee;color:#555}._actionButtons_10s4x_439{display:flex;gap:8px;flex-wrap:wrap}._actionButtons_10s4x_439 button{border:none;border-radius:8px;padding:8px 12px;cursor:pointer;font-size:13px;font-weight:600}._checkoutBtn_10s4x_469{background:#0a8f08;color:#fff}._cancelBtn_10s4x_479{background:#d93025;color:#fff}._pagination_10s4x_493{margin-top:20px;display:flex;justify-content:center;gap:15px;align-items:center}._pagination_10s4x_493 button{border:none;background:#07142f;color:#fff;padding:10px 16px;border-radius:8px;cursor:pointer}._pagination_10s4x_493 button:disabled{opacity:.5;cursor:not-allowed}._modalOverlay_10s4x_541{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.45);display:flex;justify-content:center;align-items:center;z-index:99999}._modalContent_10s4x_561{width:95%;max-width:900px;max-height:90vh;overflow-y:auto;background:white;border-radius:14px}._modalHeader_10s4x_579{background:#07142f;color:#fff;padding:18px;display:flex;justify-content:space-between;align-items:center}._modalHeader_10s4x_579 h3{margin:0}._modalHeader_10s4x_579 button{border:none;background:transparent;color:#fff;font-size:28px;cursor:pointer}._modalBody_10s4x_621{padding:20px}._detailsGrid_10s4x_629{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px}._detailsGrid_10s4x_629 p{margin:0;padding:12px;background:#f8f9fb;border-radius:8px}._modalItems_10s4x_657{display:flex;flex-direction:column;gap:10px}._modalItem_10s4x_657{display:flex;justify-content:space-between;background:#f8f9fb;padding:12px;border-radius:8px}._modalActions_10s4x_685{margin-top:20px;display:flex;gap:12px}@media (max-width: 1200px){._summaryGrid_10s4x_77,._filtersPanel_10s4x_133{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){._summaryGrid_10s4x_77,._filtersPanel_10s4x_133{grid-template-columns:1fr}._pageHeader_10s4x_17{flex-direction:column;gap:12px;align-items:flex-start}._detailsGrid_10s4x_629{grid-template-columns:1fr}._tableWrapper_10s4x_271{overflow-x:auto}._ordersTable_10s4x_285{min-width:850px}._checkoutPaymentBox_10s4x_231{flex-direction:column;align-items:stretch}._checkoutPaymentBox_10s4x_231 select{width:100%}}._searchBox_10s4x_795{background:#ffffff;padding:15px 18px;border-radius:12px;margin-bottom:20px;box-shadow:0 4px 15px #0000000f;display:flex;flex-direction:column;gap:7px}._searchBox_10s4x_795 label{font-size:13px;font-weight:700;color:#555}._searchBox_10s4x_795 input{height:44px;border:1px solid #dddddd;border-radius:9px;padding:0 14px;background:#ffffff;color:#111;outline:none;font-size:14px}._searchBox_10s4x_795 input:focus{border-color:#07142f;box-shadow:0 0 0 3px #07142f1f}._searchBox_10s4x_795 input::placeholder{color:#888}._receiptBtn_10s4x_869{background:#07142f;color:#fff;border:none;padding:10px 16px;border-radius:8px;cursor:pointer;font-weight:700}._receiptBtn_10s4x_869:hover{background:#102a5c}._modalItemBlock_10s4x_897{background:#f8f9fb;border-radius:8px;overflow:hidden}._orderAddons_10s4x_909{display:grid;gap:4px;padding:0 12px 12px 28px}._orderAddons_10s4x_909 small{color:#0a8f08;font-size:13px}._reopenBtn_10s4x_931{background:#f59e0b;color:#fff;border:none;padding:8px 12px;border-radius:8px;cursor:pointer;font-weight:700}._setupPage_zic3c_3{min-height:100vh;background:#f5f7fb;padding:24px}._pageHeader_zic3c_15{margin-bottom:24px}._pageHeader_zic3c_15 h1{margin:0;color:#07142f;font-size:28px}._pageHeader_zic3c_15 p{margin:6px 0 0;color:#666}._setupGrid_zic3c_45{display:grid;grid-template-columns:1fr 1fr;gap:22px}._card_zic3c_57{background:white;border-radius:14px;padding:20px;box-shadow:0 4px 15px #0000000f}._cardHeader_zic3c_71{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}._cardHeader_zic3c_71 h2{margin:0;color:#07142f;font-size:20px}._cardHeader_zic3c_71 span{background:#eef5ff;color:#075bd0;padding:7px 12px;border-radius:30px;font-size:13px;font-weight:700}._form_zic3c_115{display:grid;grid-template-columns:1.3fr .7fr .9fr;gap:10px;margin-bottom:20px}._form_zic3c_115 input,._form_zic3c_115 select{height:42px;border:1px solid #ddd;border-radius:8px;padding:0 12px;color:#111;background:#fff}._formActions_zic3c_149{grid-column:1 / -1;display:flex;gap:10px}._formActions_zic3c_149 button{border:none;background:#07142f;color:#fff;padding:10px 18px;border-radius:8px;cursor:pointer;font-weight:700}._formActions_zic3c_149 button:nth-child(2){background:#777}._list_zic3c_189{display:grid;gap:10px;max-height:520px;overflow-y:auto}._listItem_zic3c_203{display:flex;justify-content:space-between;gap:12px;align-items:center;background:#f8f9fb;border:1px solid #eee;padding:13px;border-radius:10px}._listItem_zic3c_203 strong{display:block;color:#07142f;margin-bottom:4px}._listItem_zic3c_203 span{color:#666;font-size:13px}._itemActions_zic3c_247{display:flex;gap:8px}._itemActions_zic3c_247 button{border:none;background:#0a8f08;color:#fff;padding:8px 12px;border-radius:7px;cursor:pointer;font-weight:700}._deleteBtn_zic3c_277{background:#d93025!important}._empty_zic3c_285{text-align:center;color:#777;background:#f8f9fb;padding:20px;border-radius:10px}@media (max-width: 1000px){._setupGrid_zic3c_45,._form_zic3c_115{grid-template-columns:1fr}._listItem_zic3c_203{flex-direction:column;align-items:flex-start}}._searchInput_zic3c_331{width:100%;height:42px;border:1px solid #ddd;border-radius:8px;padding:0 12px;margin-bottom:15px;background:#fff;color:#111}._modalOverlay_zic3c_353{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.55);display:flex;justify-content:center;align-items:center;z-index:99999;padding:20px}._modal_zic3c_353{background:#fff;width:700px;max-width:95vw;max-height:90vh;overflow-y:auto;border-radius:16px;padding:24px;position:relative;box-shadow:0 10px 35px #0003}._modal_zic3c_353 h2{margin:0 0 20px;color:#07142f;font-size:24px;font-weight:700}._closeBtn_zic3c_413{position:absolute;top:12px;right:15px;width:38px;height:38px;border:none;border-radius:50%;background:#f3f4f6;color:#d93025;font-size:28px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._closeBtn_zic3c_413:hover{background:#d93025;color:#fff}._recipeRow_zic3c_473{display:grid;grid-template-columns:1fr 150px 100px;gap:10px;margin-bottom:12px;align-items:center}._recipeRow_zic3c_473 select,._recipeRow_zic3c_473 input{height:44px;border:1px solid #ddd;border-radius:8px;padding:0 12px;background:#fff;color:#111;width:100%}._primaryBtn_zic3c_511{border:none;background:#07142f;color:#fff;padding:12px 18px;border-radius:8px;cursor:pointer;font-weight:700;margin-top:15px}._primaryBtn_zic3c_511:hover{background:#0d2354}._secondaryBtn_zic3c_541{border:none;background:#0a8f08;color:#fff;padding:12px 18px;border-radius:8px;cursor:pointer;font-weight:700;margin-right:10px;margin-top:15px}._secondaryBtn_zic3c_541:hover{background:#087207}._itemActions_zic3c_247{display:flex;gap:8px;flex-wrap:wrap}._itemActions_zic3c_247 button{border:none;background:#07142f;color:#fff;padding:8px 12px;border-radius:7px;cursor:pointer;font-size:13px;font-weight:600}._itemActions_zic3c_247 button:hover{opacity:.9}._deleteBtn_zic3c_277{background:#d93025!important;color:#fff!important}@media (max-width: 768px){._recipeRow_zic3c_473{grid-template-columns:1fr}._modal_zic3c_353{padding:18px}._itemActions_zic3c_247{width:100%;justify-content:flex-start}}._page_1l9ln_1{min-height:100vh;background:#f5f7fb;padding:24px}._header_1l9ln_13 h1{margin:0;color:#07142f}._header_1l9ln_13 p{color:#666;margin-top:5px}._notice_1l9ln_33{background:#fff8e6;border:1px solid #ffe1a1;color:#8a5a00;padding:14px;border-radius:12px;margin:20px 0;font-weight:600}._sectionTabs_1l9ln_53{display:flex;gap:12px;margin:22px 0;background:#ffffff;padding:10px;border-radius:14px;box-shadow:0 4px 15px #0000000f;width:fit-content}._sectionTabs_1l9ln_53 button{border:none;background:#eef1f6;color:#07142f;padding:12px 18px;border-radius:10px;font-weight:800;cursor:pointer}._sectionTabs_1l9ln_53 button:hover,._activeTab_1l9ln_97{background:#07142f!important;color:#fff!important}._grid_1l9ln_107{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:20px}._card_1l9ln_121,._fullCard_1l9ln_123{background:white;border-radius:14px;padding:20px;box-shadow:0 4px 15px #0000000f}._card_1l9ln_121 h2,._fullCard_1l9ln_123 h2{color:#07142f;margin-bottom:15px}._form_1l9ln_149,._productForm_1l9ln_151{display:grid;gap:10px;margin-bottom:18px}._productForm_1l9ln_151{grid-template-columns:repeat(5,1fr)}._productForm_1l9ln_151 textarea{grid-column:1 / -1;min-height:80px}._form_1l9ln_149 input,._form_1l9ln_149 select,._productForm_1l9ln_151 input,._productForm_1l9ln_151 select,._productForm_1l9ln_151 textarea,._search_1l9ln_191,._materialSearch_1l9ln_193,._recipeRow_1l9ln_195 input,._recipeRow_1l9ln_195 select{height:42px;border:1px solid #ddd;border-radius:8px;padding:0 12px;color:#111;background:white}._productForm_1l9ln_151 textarea{padding:12px}._form_1l9ln_149 button,._productForm_1l9ln_151 button,._primaryBtn_1l9ln_227,._secondaryBtn_1l9ln_229{border:none;background:#07142f;color:#fff;padding:11px 16px;border-radius:8px;cursor:pointer;font-weight:700}._list_1l9ln_249{display:grid;gap:10px;max-height:420px;overflow-y:auto;padding-right:4px}._list_1l9ln_249::-webkit-scrollbar{width:7px}._list_1l9ln_249::-webkit-scrollbar-thumb{background:#c8ced8;border-radius:20px}._listItem_1l9ln_283{display:flex;justify-content:space-between;align-items:center;background:#f8f9fb;border-radius:10px;padding:12px;gap:10px}._listItem_1l9ln_283 strong{display:block;color:#07142f}._listItem_1l9ln_283 span{color:#666;font-size:13px}._listItem_1l9ln_283 button{border:none;background:#0a8f08;color:#fff;padding:8px 12px;border-radius:7px;cursor:pointer}._sectionTop_1l9ln_341{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:15px}._search_1l9ln_191{width:300px}._materialSearch_1l9ln_193{width:100%;margin-bottom:14px}._productGrid_1l9ln_375{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}._productCard_1l9ln_387{background:#f8f9fb;border:1px solid #eee;border-radius:12px;padding:15px}._productCard_1l9ln_387 h3{color:#07142f;margin:0 0 8px}._productCard_1l9ln_387 p{font-weight:800;color:#0a8f08}._productCard_1l9ln_387 span{display:block;color:#666;margin-top:6px;font-size:13px}._cardActions_1l9ln_435{display:flex;gap:8px;margin-top:14px;flex-wrap:wrap}._cardActions_1l9ln_435 button{border:none;background:#07142f;color:#fff;padding:8px 11px;border-radius:7px;cursor:pointer}._deleteBtn_1l9ln_467{background:#d93025!important;color:#fff!important}._modalOverlay_1l9ln_477{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.45);z-index:99999;display:flex;align-items:center;justify-content:center}._modal_1l9ln_477{width:680px;max-width:94vw;max-height:90vh;overflow-y:auto;background:white;border-radius:14px;padding:22px;position:relative}._modal_1l9ln_477 h2{color:#07142f;margin-bottom:18px}._closeBtn_1l9ln_529{position:absolute;right:15px;top:12px;border:none;background:transparent;font-size:28px;cursor:pointer}._recipeRow_1l9ln_195{display:grid;grid-template-columns:1fr 150px 90px;gap:10px;margin-bottom:10px}._secondaryBtn_1l9ln_229{background:#0a8f08;margin-right:10px}._primaryBtn_1l9ln_227{background:#07142f}._cardTop_1l9ln_581{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;gap:12px}._cardTop_1l9ln_581 button,._topActions_1l9ln_599 button{border:none;background:#07142f;color:#fff;padding:10px 14px;border-radius:8px;cursor:pointer;font-weight:700}._topActions_1l9ln_599{display:flex;gap:10px;align-items:center}._modalForm_1l9ln_631{display:grid;gap:12px}._modalForm_1l9ln_631 input,._modalForm_1l9ln_631 select,._modalForm_1l9ln_631 textarea{width:100%;min-height:44px;border:1px solid #ddd;border-radius:8px;padding:0 12px;color:#111;background:#fff}._modalForm_1l9ln_631 textarea{min-height:90px;padding:12px;resize:vertical}._modalForm_1l9ln_631 button{border:none;background:#07142f;color:#fff;padding:12px 16px;border-radius:8px;font-weight:700;cursor:pointer}@media (max-width: 1100px){._grid_1l9ln_107,._productForm_1l9ln_151{grid-template-columns:1fr}._productGrid_1l9ln_375{grid-template-columns:repeat(2,1fr)}._sectionTop_1l9ln_341{flex-direction:column;align-items:stretch}._search_1l9ln_191{width:100%}}@media (max-width: 700px){._page_1l9ln_1{padding:16px}._sectionTabs_1l9ln_53{width:100%;flex-direction:column}._sectionTabs_1l9ln_53 button{width:100%}._productGrid_1l9ln_375,._recipeRow_1l9ln_195{grid-template-columns:1fr}._topActions_1l9ln_599,._cardTop_1l9ln_581{flex-direction:column;align-items:stretch}._cardTop_1l9ln_581 button{width:100%}._listItem_1l9ln_283{align-items:flex-start;flex-direction:column}._listItem_1l9ln_283 button{width:100%}}._closeBtn_1l9ln_529{color:#07142f!important;background:#f1f3f7!important;border:1px solid #d8dde8!important;width:36px!important;height:36px!important;border-radius:50%!important;font-size:26px!important;font-weight:900!important;line-height:30px!important;display:flex!important;align-items:center!important;justify-content:center!important;opacity:1!important;visibility:visible!important;z-index:10!important}._closeBtn_1l9ln_529:hover{color:#fff!important;background:#d93025!important;border-color:#d93025!important}._page_1d0ep_1{min-height:100vh;background:#f5f7fb;padding:24px}._header_1d0ep_13{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:22px}._header_1d0ep_13 h1{margin:0;color:#07142f}._header_1d0ep_13 p{margin-top:5px;color:#666}._headerActions_1d0ep_49{display:flex;gap:10px}._headerActions_1d0ep_49 button{border:none;background:#07142f;color:#fff;padding:11px 16px;border-radius:8px;cursor:pointer;font-weight:700}._summaryGrid_1d0ep_79{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}._summaryCard_1d0ep_93,._searchBox_1d0ep_95,._tableWrapper_1d0ep_97{background:white;border-radius:14px;box-shadow:0 4px 15px #0000000f}._summaryCard_1d0ep_93{padding:18px}._summaryCard_1d0ep_93 span{color:#666;display:block;margin-bottom:8px}._summaryCard_1d0ep_93 strong{color:#07142f;font-size:28px}._searchBox_1d0ep_95{padding:15px;margin-bottom:20px}._searchBox_1d0ep_95 input{width:100%;height:44px;border:1px solid #ddd;border-radius:8px;padding:0 12px;color:#111}._tableWrapper_1d0ep_97{overflow-x:auto}._table_1d0ep_97{width:100%;border-collapse:collapse;min-width:900px}._table_1d0ep_97 th{background:#07142f;color:#fff;padding:14px;text-align:left}._table_1d0ep_97 td{padding:13px;border-bottom:1px solid #eee}._emptyCell_1d0ep_211{text-align:center;padding:35px!important;color:#666}._modalOverlay_1d0ep_223{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.45);z-index:99999;display:flex;align-items:center;justify-content:center;padding:18px}._modal_1d0ep_223{width:920px;max-width:96vw;max-height:90vh;overflow-y:auto;background:white;border-radius:14px;padding:22px;position:relative}._modal_1d0ep_223 h2{color:#07142f;margin-bottom:16px;padding-right:45px}._closeBtn_1d0ep_279{position:absolute;top:12px;right:14px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#f3f4f6;color:#d93025;font-size:28px;font-weight:800;line-height:1;cursor:pointer;z-index:10}._closeBtn_1d0ep_279:hover{background:#d93025;color:#fff}._form_1d0ep_329{display:grid;gap:14px}._form_1d0ep_329 input,._form_1d0ep_329 select,._form_1d0ep_329 textarea{width:100%;min-height:44px;border:1px solid #ddd;border-radius:8px;padding:0 12px;color:#111;background:white}._form_1d0ep_329 textarea{min-height:44px;padding:12px;resize:vertical}._form_1d0ep_329 button{border:none;background:#07142f;color:#fff;padding:12px 16px;border-radius:8px;cursor:pointer;font-weight:700}._stockRowsWrapper_1d0ep_395{display:grid;gap:12px;max-height:55vh;overflow-y:auto;padding-right:6px}._stockRow_1d0ep_395{border:1px solid #e5e7eb;padding:12px;border-radius:12px;background:#f9fafb;display:grid;grid-template-columns:130px 1.4fr 110px 130px 1fr 80px;gap:10px;align-items:start}._deleteBtn_1d0ep_433{background:#fee2e2!important;color:#b42318!important}._secondaryBtn_1d0ep_443{background:#eef2ff!important;color:#0b1f3a!important}._editBtn_1d0ep_453{background:#07142f;color:#fff;border:none;padding:8px 13px;border-radius:8px;cursor:pointer;font-weight:700}@media (max-width: 1000px){._stockRow_1d0ep_395{grid-template-columns:1fr}._modal_1d0ep_223{width:620px}}@media (max-width: 900px){._header_1d0ep_13{flex-direction:column;align-items:flex-start}._summaryGrid_1d0ep_79{grid-template-columns:1fr 1fr}}@media (max-width: 600px){._summaryGrid_1d0ep_79{grid-template-columns:1fr}._headerActions_1d0ep_49{width:100%;flex-direction:column}._headerActions_1d0ep_49 button{width:100%}}._table_1d0ep_97 td:last-child{display:flex;gap:8px;flex-wrap:wrap}._editBtn_1d0ep_453{border:none;background:#07142f;color:#fff;padding:8px 11px;border-radius:8px;cursor:pointer;font-size:13px;font-weight:700;white-space:nowrap}._editBtn_1d0ep_453:hover{background:#f59e0b;color:#07142f}._table_1d0ep_97 select{min-width:120px;height:36px;border:1px solid #d0d5dd;border-radius:8px;padding:0 8px;background:#ffffff;color:#111827;font-weight:600}._invoiceLink_1d0ep_611{border:none;background:transparent;color:#0b57d0;font-weight:800;cursor:pointer;padding:0;text-align:left}._invoiceLink_1d0ep_611:hover{text-decoration:underline}._viewBtn_1d0ep_639{border:none;background:#eef2ff;color:#07142f;padding:9px 14px;border-radius:999px;cursor:pointer;font-weight:800;white-space:nowrap}._statusBadge_1d0ep_661{display:inline-flex;align-items:center;justify-content:center;padding:7px 11px;border-radius:999px;font-size:12px;font-weight:900;text-transform:capitalize;white-space:nowrap}._badgeGreen_1d0ep_685{background:#dcfce7;color:#166534}._badgeOrange_1d0ep_695{background:#fef3c7;color:#92400e}._badgeRed_1d0ep_705{background:#fee2e2;color:#991b1b}._badgeDark_1d0ep_715{background:#e5e7eb;color:#111827}._detailsModal_1d0ep_725{width:980px}._detailsHeader_1d0ep_733{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:20px}._detailsHeader_1d0ep_733 h2{margin:0}._detailsHeader_1d0ep_733 p{margin:6px 0 0;color:#667085}._detailsBadges_1d0ep_767{display:flex;gap:8px;flex-wrap:wrap}._detailsGrid_1d0ep_779{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:22px}._detailsGrid_1d0ep_779 div{background:#f8fafc;border-radius:14px;padding:16px}._detailsGrid_1d0ep_779 span{display:block;color:#667085;margin-bottom:6px}._detailsGrid_1d0ep_779 strong{color:#07142f;font-size:20px}._detailsActions_1d0ep_827{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}._detailsActions_1d0ep_827 button{border:none;background:#07142f;color:#fff;padding:11px 15px;border-radius:10px;cursor:pointer;font-weight:800}._emptyText_1d0ep_861{color:#667085}._modal_1d0ep_223{position:relative;z-index:100000}._closeBtn_1d0ep_279{z-index:100001}._detailsHeader_1d0ep_733{padding-right:55px}._detailsBadges_1d0ep_767{padding-right:8px}*{margin:0;padding:0;box-sizing:border-box}.auth-page{min-height:100vh;font-family:Arial,sans-serif;background:radial-gradient(circle at 15% 15%,rgba(0,102,255,.12),transparent 30%),linear-gradient(135deg,#eef6ff 0%,#ffffff 45%,#f6fbff 100%);display:flex;align-items:center;justify-content:center;padding:28px;position:relative;overflow:hidden}.auth-shell{width:min(1500px,100%);min-height:820px;background:rgba(255,255,255,.88);border-radius:24px;box-shadow:0 25px 70px #0b1f3a1f;display:grid;grid-template-columns:1.1fr 1fr;overflow:hidden;position:relative}.auth-left{position:relative;padding:54px;background:radial-gradient(circle at 75% 25%,rgba(41,151,255,.16),transparent 18%),linear-gradient(145deg,#ffffff 0%,#edf6ff 100%);overflow:hidden}.auth-left:before{content:"";position:absolute;width:520px;height:520px;left:-180px;bottom:-160px;background:rgba(37,99,235,.08);border-radius:50%;animation:floatShape 7s ease-in-out infinite}.auth-left:after{content:"";position:absolute;width:140px;height:140px;right:120px;top:80px;background-image:radial-gradient(#2f80ed 2px,transparent 2px);background-size:22px 22px;opacity:.35}.auth-brand{display:flex;align-items:center;gap:18px;position:relative;z-index:2}.auth-brand img,.auth-logo img{width:78px;height:78px;border-radius:50%;object-fit:cover}.auth-brand h1{color:#06124d;font-size:30px}.auth-brand p{color:#405176;font-size:17px;margin-top:6px}.auth-hero-content{margin-top:88px;max-width:560px;position:relative;z-index:2}.auth-hero-content h2{font-size:45px;line-height:1.2;color:#06124d;margin-bottom:24px}.auth-hero-content h2 span{color:#1263f1}.auth-hero-content>p{font-size:18px;line-height:1.7;color:#33476f;max-width:520px}.auth-feature-list{display:grid;gap:26px;margin-top:42px}.auth-feature{display:flex;align-items:center;gap:18px;animation:slideUp .8s ease both}.auth-feature:nth-child(2){animation-delay:.15s}.auth-feature:nth-child(3){animation-delay:.3s}.auth-feature-icon{width:58px;height:58px;border-radius:14px;background:#ffffff;box-shadow:0 14px 30px #0b1f3a1a;display:grid;place-items:center;font-size:27px}.auth-feature h3{color:#06124d;font-size:17px;margin-bottom:7px}.auth-feature p{color:#46577b}.auth-contact-card{position:absolute;left:54px;bottom:42px;z-index:3;background:#ffffff;width:315px;padding:24px;border-radius:16px;box-shadow:0 18px 45px #0b1f3a1f}.auth-contact-card h3{color:#1263f1;margin-bottom:8px;font-size:21px}.auth-contact-card p{color:#52627f;margin-bottom:16px}.auth-contact-card a{display:flex;align-items:center;gap:12px;color:#06124d;text-decoration:none;margin-top:14px;font-weight:600}.auth-visual-card{position:absolute;right:35px;bottom:160px;width:360px;height:315px;z-index:1;animation:floatVisual 5s ease-in-out infinite}.mini-dashboard{position:absolute;right:20px;top:0;width:300px;height:210px;background:rgba(255,255,255,.95);border-radius:22px;box-shadow:0 24px 60px #2563eb2e;transform:rotate(-9deg);overflow:hidden}.mini-top{height:34px;background:#173b8f}.mini-sales{position:absolute;left:25px;top:62px;background:linear-gradient(135deg,#1263f1,#35a2ff);color:#fff;padding:18px;border-radius:12px;font-weight:900}.mini-chart{position:absolute;right:25px;top:72px;width:105px;height:45px;border-bottom:4px solid #2dd4bf;border-right:4px solid #2dd4bf;transform:skewY(-18deg)}.mini-ring{position:absolute;right:45px;bottom:28px;width:78px;height:78px;border:18px solid #1263f1;border-right-color:#2dd4bf;border-radius:50%}.mini-printer{position:absolute;left:40px;bottom:28px;width:190px;height:95px;background:#10265d;border-radius:20px 20px 26px 26px;color:#fff;display:grid;place-items:center;font-size:13px;box-shadow:0 18px 35px #0b1f3a33}.mini-printer div{position:absolute;top:-35px;width:110px;height:55px;background:#ffffff;border-radius:6px;box-shadow:inset 0 -10px #e8eef9}.mini-boxes span{position:absolute;width:46px;height:46px;background:linear-gradient(135deg,#ffc04d,#e68a00);border-radius:7px;right:20px;bottom:20px}.mini-boxes span:nth-child(2){right:68px;bottom:20px}.mini-boxes span:nth-child(3){right:44px;bottom:68px}.auth-right{display:flex;align-items:center;justify-content:center;padding:55px;background:rgba(255,255,255,.96)}.auth-container{width:min(500px,100%);background:#ffffff;padding:48px;border-radius:22px;box-shadow:0 20px 55px #0b1f3a1a;text-align:center;animation:popIn .8s ease both}.auth-logo img{width:90px;height:90px;margin-bottom:18px}.auth-container h2{font-size:32px;color:#06124d;margin-bottom:10px}.auth-subtitle{color:#52627f;margin-bottom:32px}.auth-input-group{text-align:left;margin-bottom:22px}.auth-input-group label{display:block;color:#071333;font-weight:700;margin-bottom:10px}.auth-input-wrap{display:flex;align-items:center;gap:12px;border:1px solid #cdd7e6;border-radius:11px;padding:0 16px;height:54px;transition:.25s ease}.auth-input-wrap:focus-within{border-color:#1263f1;box-shadow:0 0 0 4px #1263f11f}.auth-input-wrap span{font-size:18px;opacity:.75}.auth-input-wrap input{border:none;outline:none;width:100%;height:100%;font-size:16px;background:transparent;color:#071333}.auth-input-wrap input::placeholder{color:#8090ad}.auth-options{display:flex;justify-content:space-between;align-items:center;margin:6px 0 24px;font-size:14px}.auth-options label{display:flex;align-items:center;gap:8px;color:#071333}.auth-options input{accent-color:#1263f1}.auth-options a,.auth-footer a{color:#1263f1;text-decoration:none;font-weight:700}.auth-btn{width:100%;height:58px;border:none;border-radius:10px;background:#000000;color:#fff;font-size:18px;font-weight:800;cursor:pointer;transition:.3s ease;box-shadow:0 14px 25px #00000029}.auth-btn:hover{transform:translateY(-2px);background:#071333}.auth-btn:disabled{background:#999;cursor:not-allowed;transform:none}.auth-secure{display:flex;align-items:center;gap:16px;margin-top:36px;color:#52627f}.auth-secure div{flex:1;height:1px;background:#cdd7e6}.auth-safe{margin-top:22px;color:#52627f;font-size:14px}.auth-footer{margin-top:16px}.auth-alert{padding:12px;border-radius:10px;margin-bottom:18px;font-size:14px}.auth-alert.error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.auth-alert.success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.auth-bottom{position:absolute;bottom:18px;color:#06124d;display:flex;gap:18px;font-size:14px}@keyframes floatShape{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}@keyframes floatVisual{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}@keyframes slideUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.96) translateY(15px)}to{opacity:1;transform:scale(1) translateY(0)}}.toggle-password{position:absolute;right:10px;top:35px;cursor:pointer;font-size:16px;color:#666}.password-requirements{font-size:14px;text-align:left;margin-top:8px}.password-requirements span{display:flex;align-items:center;gap:5px;margin-bottom:3px}.valid{color:#28a745}.invalid{color:#dc3545}@media (max-width: 1100px){.auth-shell{grid-template-columns:1fr}.auth-left{display:none}.auth-right{min-height:100vh}}@media (max-width: 600px){.auth-page{padding:15px}.auth-shell{min-height:auto;border-radius:18px}.auth-right{padding:22px}.auth-container{padding:28px 20px}.auth-options{flex-direction:column;gap:12px;align-items:flex-start}.auth-bottom{display:none}}.auth-input-group>input{width:100%;height:54px;border:1px solid #cdd7e6;border-radius:11px;padding:0 16px;font-size:16px;background:#ffffff;color:#071333;outline:none;transition:.25s ease}.auth-input-group>input:focus{border-color:#1263f1;box-shadow:0 0 0 4px #1263f11f}.auth-input-group>input::placeholder{color:#8090ad}.password-group{position:relative}.password-group input{padding-right:48px}.toggle-password{position:absolute;right:16px;top:44px;cursor:pointer;font-size:16px;color:#52627f}.toggle-password:hover{color:#1263f1}.password-requirements{margin-top:12px;padding:12px;background:#f8fafc;border:1px solid #e3edf8;border-radius:12px}.password-requirements span{font-size:13px;font-weight:600;margin-bottom:7px}.valid{color:#16a34a}.invalid{color:#dc2626}.restaurant-modules-page{min-height:100vh;background:radial-gradient(circle at top left,rgba(0,132,61,.12),transparent 32%),radial-gradient(circle at bottom right,rgba(255,122,0,.14),transparent 34%),linear-gradient(135deg,#f7fafc 0%,#eef4f8 100%);padding:38px 24px;color:#101828}.modules-header{max-width:1100px;margin:0 auto 34px;text-align:center}.modules-header img{width:72px;height:72px;object-fit:contain;border-radius:18px;box-shadow:0 10px 28px #0b1f3a24;margin-bottom:14px}.modules-header h1{margin:0;font-size:36px;font-weight:900;color:#0b1f3a}.modules-header p{margin:10px 0 0;color:#667085;font-size:16px}.modules-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.modules-grid button{border:1px solid rgba(16,24,40,.08);background:rgba(255,255,255,.88);border-radius:24px;padding:28px 22px;min-height:250px;cursor:pointer;text-align:left;box-shadow:0 18px 45px #0f172a14;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;position:relative;overflow:hidden}.modules-grid button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(11,31,58,.05),transparent);opacity:0;transition:opacity .22s ease}.modules-grid button:hover{transform:translateY(-6px);box-shadow:0 24px 60px #0f172a24;border-color:#00843d59}.modules-grid button:hover:before{opacity:1}.modules-grid i{width:72px;height:72px;border-radius:20px;background:#0b1f3a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:30px;margin:0 auto 22px;position:relative;z-index:1}.modules-grid h2{margin:0 0 12px;color:#0b1f3a;font-size:24px;font-weight:900;text-align:center;position:relative;z-index:1}.modules-grid p{margin:0;color:#667085;line-height:1.6;font-size:15px;text-align:center;max-width:240px;position:relative;z-index:1}.modules-grid button:nth-child(1) i{background:#00843d}.modules-grid button:nth-child(2) i{background:#0b5ed7}.modules-grid button:nth-child(3) i{background:#ff7a00}.modules-grid button:nth-child(4) i{background:#6f42c1}@media (max-width: 1100px){.modules-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 650px){.restaurant-modules-page{padding:24px 14px}.modules-header h1{font-size:28px}.modules-grid{grid-template-columns:1fr}.modules-grid button{min-height:auto}}.production-page{padding:24px;background:#f7f9fc;min-height:100vh;color:#0b1f3a}.production-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.production-header h2{margin:0;font-size:28px}.production-header p{margin:6px 0 0;color:#667085}.production-header button,.produce-btn{border:none;background:#0b1f3a;color:#fff;padding:11px 18px;border-radius:10px;font-weight:700;cursor:pointer}.production-layout{display:grid;grid-template-columns:420px 1fr;gap:22px}.production-card{background:#fff;border-radius:18px;padding:22px;box-shadow:0 10px 28px #0f172a14}.production-card h3{margin:0 0 18px}.production-card label{display:block;font-weight:700;margin:14px 0 7px}.production-card input,.production-card select{width:100%;padding:12px;border:1px solid #d0d5dd;border-radius:10px;outline:none}.recipe-preview{margin-top:20px;background:#f9fafb;border-radius:14px;padding:16px}.recipe-preview h4{margin:0 0 12px}.recipe-row{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid #eaecf0}.production-summary{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0}.production-summary div{background:#eef4ff;border-radius:14px;padding:14px}.production-summary span{display:block;color:#667085;font-size:13px}.production-summary strong{display:block;margin-top:5px}.produce-btn{width:100%}.produce-btn:disabled{opacity:.7;cursor:not-allowed}.production-table-wrap{overflow-x:auto}.history-card table{width:100%;border-collapse:collapse}.history-card th,.history-card td{padding:13px;border-bottom:1px solid #eaecf0;text-align:left}.history-card th{background:#f9fafb;font-size:13px}.empty-text{color:#667085}@media (max-width: 900px){.production-layout{grid-template-columns:1fr}.production-header{flex-direction:column;align-items:flex-start;gap:14px}}.edit-production-btn{border:none;background:#0b1f3a;color:#fff;padding:8px 13px;border-radius:8px;cursor:pointer;font-weight:700}.production-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,23,42,.55);display:flex;align-items:center;justify-content:center;z-index:9999}.production-modal{width:420px;max-width:92%;background:#fff;border-radius:18px;padding:24px;position:relative;box-shadow:0 24px 70px #0003}.production-modal-close{position:absolute;top:14px;right:14px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#f3f4f6;color:#0b1f3a;font-size:24px;font-weight:700;line-height:1;cursor:pointer;transition:all .2s ease}.production-modal-close:hover{background:#0b1f3a;color:#fff;transform:rotate(90deg)}.production-modal form{margin-top:18px}.production-modal label{display:block;font-weight:700;margin-bottom:8px}.production-modal input{width:100%;padding:12px;border:1px solid #d0d5dd;border-radius:10px;margin-bottom:16px}.production-modal button[type=submit]{width:100%;border:none;background:#0b1f3a;color:#fff;padding:12px;border-radius:10px;font-weight:800;cursor:pointer}.searchable-select{position:relative}.searchable-select input{width:100%}.searchable-options{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#ffffff;border:1px solid #d0d5dd;border-radius:12px;box-shadow:0 16px 40px #0f172a24;max-height:260px;overflow-y:auto;z-index:50}.searchable-options button{width:100%;border:none;background:#ffffff;padding:12px 14px;display:flex;justify-content:space-between;gap:12px;cursor:pointer;text-align:left}.searchable-options button:hover{background:#f2f4f7}.searchable-options span{font-weight:700;color:#0b1f3a}.searchable-options small{color:#667085}.searchable-empty{padding:14px;color:#667085}.history-top{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px}.history-top h3{margin:0}.history-top input{width:320px;max-width:100%;padding:11px 12px;border:1px solid #d0d5dd;border-radius:10px}._page_mpae3_1{min-height:100vh;background:#f5f7fb;padding:24px;color:#07142f}._hero_mpae3_15{background:linear-gradient(135deg,#07142f,#102a5c);color:#fff;border-radius:22px;padding:28px;display:flex;align-items:center;justify-content:space-between;gap:22px;margin-bottom:22px;box-shadow:0 18px 40px #07142f38}._eyebrow_mpae3_41{display:inline-flex;background:rgba(255,255,255,.14);padding:7px 12px;border-radius:999px;font-size:12px;font-weight:800;margin-bottom:12px}._hero_mpae3_15 h1{margin:0;font-size:34px}._hero_mpae3_15 p{margin:8px 0 0;color:#dbeafe;max-width:680px}._heroActions_mpae3_83{display:flex;gap:10px;flex-wrap:wrap}._primaryBtn_mpae3_95,._lightBtn_mpae3_97,._toolbar_mpae3_99 button,._tabs_mpae3_101 button{border:none;border-radius:12px;padding:12px 17px;cursor:pointer;font-weight:900}._primaryBtn_mpae3_95{background:#f59e0b;color:#07142f}._primaryBtn_mpae3_95:disabled{opacity:.7;cursor:not-allowed}._lightBtn_mpae3_97{background:rgba(255,255,255,.14);color:#fff}._summaryGrid_mpae3_147{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:18px}._summaryCard_mpae3_161{background:#ffffff;border-radius:18px;padding:20px;box-shadow:0 8px 24px #0f172a12;border:1px solid #eef2f7}._summaryCard_mpae3_161 span{display:block;color:#667085;margin-bottom:8px;font-weight:700}._summaryCard_mpae3_161 strong{font-size:30px;color:#07142f}._tabs_mpae3_101{background:#ffffff;border-radius:16px;padding:8px;display:inline-flex;gap:8px;margin-bottom:18px;box-shadow:0 8px 24px #0f172a0f}._tabs_mpae3_101 button{background:transparent;color:#667085}._tabs_mpae3_101 ._activeTab_mpae3_231{background:#07142f;color:#fff}._toolbar_mpae3_99{background:#ffffff;border-radius:18px;padding:16px;display:grid;grid-template-columns:1fr 220px auto;gap:12px;margin-bottom:16px;box-shadow:0 8px 24px #0f172a0f}._toolbar_mpae3_99 input,._toolbar_mpae3_99 select,._notesBox_mpae3_267 textarea,._table_mpae3_269 input{width:100%;border:1px solid #d0d5dd;border-radius:12px;min-height:44px;padding:0 12px;color:#111827;background:#ffffff;outline:none}._toolbar_mpae3_99 input:focus,._toolbar_mpae3_99 select:focus,._notesBox_mpae3_267 textarea:focus,._table_mpae3_269 input:focus{border-color:#07142f;box-shadow:0 0 0 4px #07142f14}._toolbar_mpae3_99 button{background:#eef2ff;color:#07142f}._notesBox_mpae3_267{background:#ffffff;border-radius:18px;padding:16px;margin-bottom:16px;box-shadow:0 8px 24px #0f172a0f}._notesBox_mpae3_267 label{display:block;font-weight:900;margin-bottom:8px}._notesBox_mpae3_267 textarea{min-height:86px;padding:12px;resize:vertical}._tableCard_mpae3_357{background:#ffffff;border-radius:20px;box-shadow:0 8px 24px #0f172a12;overflow-x:auto}._table_mpae3_269{width:100%;border-collapse:collapse;min-width:980px}._table_mpae3_269 th{background:#07142f;color:#fff;padding:15px;text-align:left;font-size:13px;white-space:nowrap}._table_mpae3_269 td{padding:14px 15px;border-bottom:1px solid #eef2f7;vertical-align:middle}._table_mpae3_269 tr:hover td{background:#f8fafc}._emptyCell_mpae3_421{text-align:center;color:#667085;padding:35px!important}._itemName_mpae3_433{display:flex;flex-direction:column;gap:4px}._itemName_mpae3_433 strong{color:#07142f}._itemName_mpae3_433 span{color:#667085;font-size:13px}._typeBadge_mpae3_463,._diffBadge_mpae3_465{display:inline-flex;align-items:center;justify-content:center;padding:7px 11px;border-radius:999px;font-size:12px;font-weight:900;text-transform:capitalize;white-space:nowrap}._productBadge_mpae3_489{background:#e0f2fe;color:#075985}._materialBadge_mpae3_499{background:#fef3c7;color:#92400e}._positive_mpae3_509{background:#dcfce7;color:#166534}._negative_mpae3_519{background:#fee2e2;color:#991b1b}._neutral_mpae3_529{background:#e5e7eb;color:#111827}@media (max-width: 1000px){._hero_mpae3_15{flex-direction:column;align-items:flex-start}._summaryGrid_mpae3_147{grid-template-columns:repeat(2,1fr)}._toolbar_mpae3_99{grid-template-columns:1fr}}@media (max-width: 600px){._page_mpae3_1{padding:16px}._summaryGrid_mpae3_147{grid-template-columns:1fr}._hero_mpae3_15 h1{font-size:27px}._heroActions_mpae3_83,._heroActions_mpae3_83 button{width:100%}}._stocktakeActions_mpae3_613{display:flex;justify-content:flex-end;gap:12px;margin:0 0 18px}._secondaryBtn_mpae3_627{background:#eef2ff;color:#07142f;border:none;padding:12px 20px;border-radius:12px;cursor:pointer;font-weight:900}._page_1trk6_1{min-height:100vh;padding:24px;background:#f5f7fb;color:#07142f}._hero_1trk6_15{background:linear-gradient(135deg,#07142f,#102a5c);color:#fff;border-radius:24px;padding:28px;margin-bottom:22px;display:flex;justify-content:space-between;gap:18px;align-items:center;box-shadow:0 18px 40px #07142f33}._eyebrow_1trk6_41{display:inline-flex;background:rgba(255,255,255,.14);padding:7px 13px;border-radius:999px;font-size:12px;font-weight:900;margin-bottom:12px}._hero_1trk6_15 h1{margin:0;font-size:34px}._hero_1trk6_15 p{margin:8px 0 0;color:#dbeafe;max-width:680px}._hero_1trk6_15 button{border:none;background:#f59e0b;color:#07142f;border-radius:13px;padding:13px 20px;font-weight:900;cursor:pointer}._summaryGrid_1trk6_103{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}._summaryCard_1trk6_117{background:#ffffff;border-radius:20px;padding:20px;box-shadow:0 8px 24px #0f172a12;border:1px solid #eef2f7}._summaryCard_1trk6_117 span{display:block;color:#667085;font-weight:800;margin-bottom:8px}._summaryCard_1trk6_117 strong{font-size:30px;color:#07142f}._contentGrid_1trk6_157{display:grid;grid-template-columns:420px 1fr;gap:20px;align-items:start}._formCard_1trk6_171,._historyCard_1trk6_173{background:#ffffff;border-radius:22px;box-shadow:0 8px 24px #0f172a12;border:1px solid #eef2f7}._formCard_1trk6_171{padding:22px;position:sticky;top:18px}._formCard_1trk6_171 h2,._historyCard_1trk6_173 h2{margin:0;color:#07142f}._formCard_1trk6_171 p,._historyTop_1trk6_213 p{margin:6px 0 18px;color:#667085}._form_1trk6_171{display:grid;gap:11px}._form_1trk6_171 label{font-weight:900;font-size:13px;color:#344054}._form_1trk6_171 input,._form_1trk6_171 select,._form_1trk6_171 textarea,._historyTop_1trk6_213 input{width:100%;min-height:45px;border:1px solid #d0d5dd;border-radius:12px;padding:0 12px;color:#111827;background:#ffffff;outline:none}._form_1trk6_171 textarea{min-height:90px;padding:12px;resize:vertical}._form_1trk6_171 input:focus,._form_1trk6_171 select:focus,._form_1trk6_171 textarea:focus,._historyTop_1trk6_213 input:focus{border-color:#07142f;box-shadow:0 0 0 4px #07142f14}._form_1trk6_171 button{margin-top:8px;border:none;background:#07142f;color:#fff;border-radius:13px;padding:13px;font-weight:900;cursor:pointer}._form_1trk6_171 button:hover:not(:disabled){background:#f59e0b;color:#07142f}._form_1trk6_171 button:disabled{background:#94a3b8;cursor:not-allowed}._stockPreview_1trk6_343{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;padding:14px;display:flex;justify-content:space-between;gap:12px}._stockPreview_1trk6_343 span{color:#667085;font-weight:800}._stockPreview_1trk6_343 strong{color:#07142f}._historyCard_1trk6_173{overflow:hidden}._historyTop_1trk6_213{padding:20px;display:grid;grid-template-columns:1fr 280px;gap:16px;align-items:center;border-bottom:1px solid #eef2f7}._tableWrapper_1trk6_407{overflow-x:auto}._table_1trk6_407{width:100%;min-width:900px;border-collapse:collapse}._table_1trk6_407 th{background:#07142f;color:#fff;text-align:left;padding:15px;font-size:13px;white-space:nowrap}._table_1trk6_407 td{padding:15px;border-bottom:1px solid #eef2f7;vertical-align:middle}._table_1trk6_407 tr:hover td{background:#f8fafc}._table_1trk6_407 td strong{display:block;color:#07142f}._table_1trk6_407 td span{display:block;color:#667085;font-size:13px;margin-top:3px}._typeBadge_1trk6_489,._qtyBadge_1trk6_491{display:inline-flex!important;align-items:center;justify-content:center;padding:7px 11px;border-radius:999px;font-size:12px!important;font-weight:900;white-space:nowrap}._productBadge_1trk6_513{background:#e0f2fe;color:#075985!important}._materialBadge_1trk6_523{background:#fef3c7;color:#92400e!important}._qtyBadge_1trk6_491{background:#fee2e2;color:#991b1b!important}._emptyCell_1trk6_543{text-align:center;padding:35px!important;color:#667085}@media (max-width: 1100px){._contentGrid_1trk6_157{grid-template-columns:1fr}._formCard_1trk6_171{position:static}._summaryGrid_1trk6_103{grid-template-columns:repeat(2,1fr)}._historyTop_1trk6_213{grid-template-columns:1fr}}@media (max-width: 600px){._page_1trk6_1{padding:16px}._hero_1trk6_15{flex-direction:column;align-items:flex-start}._hero_1trk6_15 h1{font-size:27px}._hero_1trk6_15 button{width:100%}._summaryGrid_1trk6_103{grid-template-columns:1fr}}.restaurant-expense-container{max-width:1500px;margin:0 auto;padding:32px;min-height:100vh;background:#f8fafc;color:#0f172a}.restaurant-expense-header{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;margin-bottom:24px}.restaurant-expense-header h3{display:flex;align-items:center;gap:14px;font-size:32px;font-weight:900;color:#0b1446;margin:0}.restaurant-expense-header h3:before{content:"🍽️";width:52px;height:52px;border-radius:16px;background:#eef2ff;display:inline-flex;align-items:center;justify-content:center;font-size:24px}.restaurant-expense-header p{margin:8px 0 0;color:#64748b;font-weight:600}.restaurant-expense-summary-row{display:flex;justify-content:space-between;gap:18px;align-items:center;flex-wrap:wrap}.restaurant-expense-summary{display:inline-block;min-width:280px;background:linear-gradient(135deg,#0b1446,#1f3c88);color:#fff;padding:26px 30px;border-radius:22px;font-size:26px;font-weight:900;box-shadow:0 18px 45px #0b144638;margin-bottom:24px}.restaurant-expense-summary strong{display:block;font-size:15px;margin-bottom:12px;opacity:.9}.restaurant-expense-summary span{display:block;margin-top:10px;color:#dbeafe;font-size:13px}.view-toggle{background:#ffffff;border-radius:16px;padding:8px;display:flex;gap:8px;box-shadow:0 12px 35px #0f172a12;margin-bottom:24px}.view-toggle button{border:none;background:transparent;color:#64748b;padding:12px 18px;border-radius:12px;cursor:pointer;font-weight:900}.view-toggle button.active{background:#0b1446;color:#fff}.restaurant-expense-table-card{background:#ffffff;border-radius:22px;overflow-x:auto;box-shadow:0 14px 35px #0f172a14;border:1px solid #e5e7eb}.restaurant-expense-table{width:100%;min-width:950px;border-collapse:collapse}.restaurant-expense-table th{background:#0b1446;color:#fff;text-align:left;padding:16px;font-size:14px}.restaurant-expense-table td{padding:15px 16px;border-bottom:1px solid #e5e7eb}.restaurant-expense-table tr:hover td{background:#f8fafc}.table-actions{display:flex;gap:10px;flex-wrap:wrap}.empty-table-cell{text-align:center;padding:40px!important;color:#64748b;font-weight:800}.locked-badge{display:inline-flex;align-items:center;gap:7px;background:#ecfdf3;color:#027a48;border:1px solid #abefc6;padding:9px 13px;border-radius:999px;font-size:13px;font-weight:900}.staff-clock-card{background:#ffffff;border:1px solid #e5e7eb;border-radius:18px;padding:18px;width:310px;box-shadow:0 12px 30px #0f172a14}.staff-clock-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.staff-clock-top span{color:#64748b;font-size:13px;font-weight:800}.staff-clock-top h4{margin:4px 0 0;color:#0b1446;font-size:20px;font-weight:900}.clock-dot{width:14px;height:14px;background:#cbd5e1;border-radius:50%}.clock-dot.active{background:#16a34a;box-shadow:0 0 0 6px #16a34a26}.clock-muted{color:#64748b;font-size:14px;margin-bottom:16px}.clock-info{background:#f8fafc;border-radius:14px;padding:12px;margin-bottom:12px}.clock-info span{display:block;color:#64748b;font-size:12px;font-weight:800;margin-bottom:5px}.clock-info strong{color:#0b1446;font-size:16px}.clock-timer{background:#0b1446;color:#fff;border-radius:16px;padding:16px;text-align:center;font-size:30px;font-weight:900;letter-spacing:1px;margin-bottom:14px}.clock-in-btn,.clock-out-btn{width:100%;border:none;border-radius:13px;padding:13px;font-weight:900;cursor:pointer}.clock-in-btn{background:#16a34a;color:#fff}.clock-out-btn{background:#dc2626;color:#fff}.my-shift-page{min-height:100vh;background:#f5f7fb;padding:32px;display:flex;justify-content:center;align-items:flex-start}.shift-card{width:100%;max-width:720px;background:#ffffff;border-radius:24px;padding:28px;box-shadow:0 18px 45px #0f172a1a;border:1px solid #e5e7eb}.shift-header{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:28px}.shift-header span{color:#64748b;font-weight:800;font-size:13px}.shift-header h1{margin:6px 0;color:#0b1446;font-size:34px}.shift-header p{margin:0;color:#64748b}.shift-status{background:#fee2e2;color:#991b1b;padding:10px 16px;border-radius:999px;font-weight:900;white-space:nowrap}.shift-status.active{background:#dcfce7;color:#166534}.timer-box{background:linear-gradient(135deg,#0b1446,#1f3c88);color:#fff;padding:30px;border-radius:22px;text-align:center;margin-bottom:18px}.timer-box span{display:block;color:#dbeafe;font-weight:800;margin-bottom:10px}.timer-box strong{font-size:54px;letter-spacing:2px}.shift-info{background:#f8fafc;border-radius:16px;padding:16px;margin-bottom:18px}.shift-info span{display:block;color:#64748b;font-weight:800;margin-bottom:6px}.shift-info strong{color:#0b1446}.empty-shift{text-align:center;background:#f8fafc;padding:34px;border-radius:20px;margin-bottom:18px}.empty-shift i{font-size:42px;color:#0b1446;margin-bottom:12px}.empty-shift h2{margin:0 0 8px;color:#0b1446}.empty-shift p{margin:0;color:#64748b}.clock-in-btn,.clock-out-btn{width:100%;border:none;border-radius:14px;padding:15px;color:#fff;font-weight:900;font-size:16px;cursor:pointer}.clock-in-btn{background:#16a34a}.clock-out-btn{background:#dc2626}.clock-in-btn:disabled,.clock-out-btn:disabled{background:#94a3b8;cursor:not-allowed}.attendance-page{min-height:100vh;padding:28px;background:#f5f7fb;color:#07142f}.attendance-header{background:linear-gradient(135deg,#07142f,#1f3c88);color:#fff;border-radius:24px;padding:28px;display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:22px;box-shadow:0 18px 42px #07142f38}.attendance-header span{display:inline-flex;background:rgba(255,255,255,.16);padding:7px 12px;border-radius:999px;font-weight:800;font-size:13px;margin-bottom:10px}.attendance-header h1{margin:0;font-size:34px}.attendance-header p{margin:8px 0 0;color:#dbeafe}.attendance-header button{border:none;background:#f59e0b;color:#07142f;border-radius:14px;padding:13px 20px;cursor:pointer;font-weight:900}.attendance-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:20px}.attendance-summary div{background:white;border-radius:20px;padding:22px;box-shadow:0 10px 28px #0f172a12;border:1px solid #e5e7eb}.attendance-summary span{color:#667085;font-weight:800;display:block;margin-bottom:8px}.attendance-summary strong{font-size:32px;color:#07142f}.attendance-filters{background:white;border-radius:18px;padding:16px;display:grid;grid-template-columns:1fr 220px;gap:14px;margin-bottom:18px;box-shadow:0 10px 28px #0f172a0f}.attendance-filters input,.attendance-filters select{width:100%;min-height:45px;border:1px solid #d0d5dd;border-radius:12px;padding:0 12px;background:white;color:#111827}.attendance-table-card{background:white;border-radius:22px;overflow-x:auto;box-shadow:0 10px 28px #0f172a12;border:1px solid #e5e7eb}.attendance-table-card table{width:100%;min-width:950px;border-collapse:collapse}.attendance-table-card th{background:#07142f;color:#fff;text-align:left;padding:15px;font-size:14px}.attendance-table-card td{padding:15px;border-bottom:1px solid #e5e7eb}.attendance-table-card tr:hover td{background:#f8fafc}.empty-cell{text-align:center;padding:40px!important;color:#667085;font-weight:800}.status-badge{display:inline-flex;padding:8px 12px;border-radius:999px;font-weight:900;font-size:13px}.status-badge.active{background:#dcfce7;color:#166534}.status-badge.closed{background:#e5e7eb;color:#111827}@media (max-width: 800px){.attendance-header{flex-direction:column;align-items:flex-start}.attendance-summary,.attendance-filters{grid-template-columns:1fr}}
