:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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 #0000001a;--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));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.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);align-items:center;left:50%;transform:translate(-50%)}.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);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;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;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (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%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (width<=480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.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:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.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:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.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{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}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:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}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:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,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:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}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:translateY(2000px)}}.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%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}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) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}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:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.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-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.erp-shell{background:#eef6ff;min-height:100vh}.erp-header{color:#fff;z-index:1000;background:#bd1017;justify-content:space-between;align-items:center;height:62px;padding:0 18px;display:flex;position:sticky;top:0;box-shadow:0 6px 18px #0000002e}.burger-btn{color:#fff;cursor:pointer;background:0 0;border:0;font-size:28px;display:flex}.erp-title{letter-spacing:.8px;text-align:center;font-weight:900}.erp-user{align-items:center;gap:10px;font-weight:700;display:flex}.erp-user button{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-weight:800;display:flex}.erp-user .profile-chip{color:#bd1017;background:#fff}.erp-sidebar{color:#fff;z-index:2000;background:#101827;width:310px;height:100vh;padding:16px;transition:all .25s;position:fixed;top:0;left:-320px;overflow-y:auto}.erp-sidebar.open{left:0}.sidebar-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.sidebar-head button{color:#fff;cursor:pointer;background:0 0;border:0;font-size:24px}.menu-section h4{color:#fca5a5;letter-spacing:.7px;margin:20px 0 10px;font-size:12px}.menu-item{color:#e5e7eb;border-radius:10px;align-items:center;gap:11px;margin-bottom:6px;padding:11px 12px;font-weight:700;text-decoration:none;display:flex}.menu-item:hover,.menu-item.active{color:#fff;background:#bd1017}.overlay{z-index:1500;background:#00000059;position:fixed;inset:0}.erp-main{padding:22px}.profile-modal-backdrop{z-index:2500;background:#0f172a8c;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.profile-modal{background:#fff;border-radius:20px;width:min(760px,96vw);max-height:92vh;padding:20px;overflow-y:auto;box-shadow:0 25px 80px #00000059}.profile-modal-head{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px;padding-bottom:12px;display:flex}.profile-modal-head h2{color:#bd1017;margin:0}.profile-modal-head p{color:#64748b;margin:4px 0 0}.profile-modal-head button{color:#bd1017;cursor:pointer;background:#fee2e2;border:0;border-radius:50%;place-items:center;width:34px;height:34px;font-size:20px;display:grid}.profile-form{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:14px;display:grid}.profile-form h3{color:#111827;grid-column:1/-1;margin:6px 0 0}.profile-form label{color:#374151;font-size:13px;font-weight:800}.profile-form input{border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;margin-top:6px;padding:11px}.profile-form input:focus{border-color:#bd1017;box-shadow:0 0 0 3px #bd10171f}.primary-btn,.dark-btn{color:#fff;cursor:pointer;border:0;border-radius:10px;align-self:end;height:42px;font-weight:900}.primary-btn{background:#bd1017}.dark-btn{background:#111827}.modal-open{overflow:hidden}@media (width<=800px){.erp-title{font-size:13px}.erp-user .profile-chip{text-overflow:ellipsis;white-space:nowrap;max-width:120px;overflow:hidden}.erp-user button{padding:8px 9px}.erp-main{padding:12px}.profile-form{grid-template-columns:1fr}}.scroll-float-tools{z-index:1200;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:22px;right:18px}.scroll-float-tools button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#bd1017,#7f0b10);border:0;border-radius:50%;place-items:center;width:46px;height:46px;font-size:22px;transition:transform .2s,box-shadow .2s;display:grid;box-shadow:0 12px 28px #bd101759}.scroll-float-tools button:hover{transform:translateY(-2px);box-shadow:0 16px 34px #bd101773}@media (width<=800px){.scroll-float-tools{gap:8px;bottom:14px;right:12px}.scroll-float-tools button{width:42px;height:42px;font-size:20px}}.auth-layout{background:linear-gradient(135deg,#eef8ff 0%,#dff2ff 46%,#9bd6ff 100%);flex-direction:column;justify-content:space-between;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.auth-main{z-index:2;flex:1;place-items:center;padding:32px 16px;display:grid;position:relative}.auth-card{background:#fff;border-radius:16px;width:100%;max-width:410px;padding:30px 34px 26px;box-shadow:0 22px 70px #1326422e}.auth-logo{object-fit:contain;width:auto;height:88px;margin:0 auto 12px;display:block}.auth-subtitle{text-align:center;color:#6b7280;margin:0 0 18px;font-size:14px;font-weight:600}.auth-form{flex-direction:column;gap:14px;display:flex}.auth-title{text-align:center;color:#171717;margin:0 0 6px;font-size:28px;font-weight:800}.input-wrap{background:#fff;border:1.5px solid #d6d6d6;border-radius:8px;align-items:center;gap:10px;height:44px;padding:0 12px;display:flex;position:relative;box-shadow:0 1px 4px #00000014}.input-wrap:focus-within{border-color:#bd1017;box-shadow:0 0 0 3px #bd10171a}.input-wrap input{color:#111827;background:0 0;border:0;outline:0;width:100%;height:100%;padding-right:24px;font-size:15px;font-weight:600}.icon,.eye{color:#7b7f87;align-items:center;display:flex}.eye{cursor:pointer;position:absolute;right:12px}.eye:hover{color:#bd1017}.auth-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.remember,.auth-check{color:#6b7280;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.auth-link{color:#bd1017;cursor:pointer;font-weight:800}.auth-button{color:#fff;cursor:pointer;background:#bd1017;border:none;border-radius:14px;width:100%;padding:14px 18px;font-size:15px;font-weight:800;box-shadow:0 8px 18px #bd10173d}.auth-center{text-align:center}.auth-small{color:#6b7280;font-size:13px;font-weight:600}.dashboard-page h1{color:#bd1017;margin-top:0}.excel-dashboard,.machine-excel{--red:#bd1017;--blue:#005a9c;--border:#111827}.excel-title-block{color:#fff;text-align:center;background:linear-gradient(135deg,#bd1017,#7f1d1d);border-radius:18px;margin-bottom:16px;padding:18px;box-shadow:0 14px 38px #0000001f}.excel-title-block h1{color:#fff;letter-spacing:.8px;margin:0;font-size:28px}.excel-title-block h2{margin:6px 0 0;font-size:18px;font-weight:800}.excel-kpi-grid,.machine-summary-cards{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;margin-bottom:16px;display:grid}.kpi-box{border:2px solid var(--blue);background:#fff;border-radius:14px;padding:16px;box-shadow:0 10px 30px #00000014}.kpi-box span{color:var(--blue);min-height:34px;font-size:13px;font-weight:900;display:block}.kpi-box b{color:#111827;margin-top:8px;font-size:26px;display:block}.two-col{grid-template-columns:1.1fr 1fr;gap:16px;display:grid}.excel-panel{background:#fff;border-radius:16px;margin-bottom:16px;padding:16px;overflow:auto;box-shadow:0 12px 35px #00000014}.excel-panel h3{color:#fff;background:var(--blue);text-transform:uppercase;letter-spacing:.5px;border-radius:10px;margin:0 0 10px;padding:10px 12px}.excel-panel p{color:#64748b;margin:0 0 12px;font-weight:700}.excel-small-table{border-collapse:collapse;width:100%;min-width:650px}.excel-small-table th{background:var(--red);color:#fff;border:1px solid #fff;padding:9px;font-size:12px}.excel-small-table td{border:1px solid #cbd5e1;padding:8px;font-size:12px}.excel-small-table tbody tr:nth-child(2n){background:#f8fafc}.signal{color:#166534;background:#dcfce7;border-radius:999px;padding:4px 9px;font-weight:900;display:inline-block}.signal.immediate,.signal.priority,.signal.update-required{color:#991b1b;background:#fee2e2}.signal.watch{color:#92400e;background:#fef3c7}.signal.balanced{color:#1d4ed8;background:#dbeafe}.month-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;display:grid}.month-card{background:#f8fafc;border:1px solid #cbd5e1;border-radius:14px;padding:12px}.month-card h4{color:#fff;text-align:center;background:#111827;border-radius:10px;margin:0 0 10px;padding:8px}.month-card table{border-collapse:collapse;width:100%;margin-top:10px}.month-card td{border:1px solid #e5e7eb;padding:6px;font-size:11px}.bar-row{grid-template-columns:62px 1fr 72px;align-items:center;gap:8px;margin-bottom:6px;font-size:12px;font-weight:800;display:grid}.bar-row div{background:#e5e7eb;border-radius:999px;height:10px;overflow:hidden}.bar-row i{background:var(--red);border-radius:inherit;height:100%;display:block}.machine-table-wrap{background:#fff;border-radius:16px;max-height:calc(100vh - 210px);overflow:auto;box-shadow:0 12px 35px #00000014}.machine-table{border-collapse:collapse;width:100%;min-width:2400px}.machine-table th{z-index:2;background:var(--red);color:#fff;text-align:center;border:1px solid #fff;padding:8px;font-size:11px;position:sticky;top:0}.machine-table thead tr:nth-child(2) th{background:var(--blue);top:33px}.machine-table td{text-align:right;white-space:nowrap;border:1px solid #cbd5e1;padding:7px;font-size:11px}.machine-table .machine-name{text-align:left;z-index:3;min-width:190px;position:sticky;left:0}.machine-table td.machine-name{color:#111827;background:#fff;font-weight:900}.machine-table th.machine-name{background:#111827}.month-total{background:#fff7ed;font-weight:900}.grand-total-cell{color:#166534;background:#dcfce7;font-weight:900}.cards{grid-template-columns:repeat(3,minmax(180px,1fr));gap:16px;display:grid}.dash-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 12px 35px #00000014}.dash-table{background:#fff;border-radius:16px;margin-top:18px;padding:16px;overflow:auto;box-shadow:0 12px 35px #00000014}.dash-table table{border-collapse:collapse;width:100%}.dash-table th{color:#fff;background:#bd1017;padding:10px}.dash-table td{border:1px solid #e5e7eb;padding:10px}@media (width<=1000px){.two-col{grid-template-columns:1fr}.excel-title-block h1{font-size:20px}}@media (width<=800px){.cards{grid-template-columns:1fr}}.page-toolbar{background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:16px;display:flex;box-shadow:0 12px 35px #00000014}.page-toolbar h1{color:#bd1017;margin:0;font-size:24px}.page-toolbar p{color:#64748b;margin:4px 0 0;font-size:13px}.toolbar-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.toolbar-actions button,.search-box{color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:6px;padding:10px 12px;font-weight:800;display:flex}.toolbar-actions button{cursor:pointer}.toolbar-actions button:hover{color:#bd1017;border-color:#bd1017}.search-box input{border:0;outline:0;min-width:180px}@media (width<=900px){.page-toolbar{flex-direction:column;align-items:stretch}.toolbar-actions{justify-content:flex-start}}.toolbar-actions button:disabled{opacity:.55;cursor:not-allowed}.danger-toolbar-btn{color:#fff!important;background:#dc2626!important;border-color:#dc2626!important}.danger-toolbar-btn:hover{color:#fff!important;background:#b91c1c!important}.erp-page{width:100%}.table-wrap{background:#fff;border-radius:16px;max-height:calc(100vh - 170px);overflow:auto;box-shadow:0 12px 35px #00000014}.erp-table{border-collapse:collapse;width:100%;min-width:1200px}.erp-table th{color:#fff;text-align:left;z-index:2;white-space:nowrap;background:#bd1017;padding:10px;font-size:12px;position:sticky;top:0}.erp-table td{vertical-align:top;border:1px solid #e5e7eb;padding:8px;font-size:12px}.erp-table input{border:1px solid #d1d5db;border-radius:6px;width:100%;padding:7px}.erp-table select{background:#fff;border:1px solid #d1d5db;border-radius:6px;width:100%;padding:7px}.lists-page h1{color:#bd1017;margin:0}.lists-head{justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;display:flex}.lists-head p{color:#64748b;margin:4px 0 0;font-weight:700}.lists-head input{border:1px solid #d1d5db;border-radius:10px;min-width:240px;padding:12px}.list-add{background:#fff;border-radius:14px;gap:8px;margin-bottom:16px;padding:14px;display:flex;box-shadow:0 12px 35px #00000014}.list-add input,.list-add select{border:1px solid #d1d5db;border-radius:8px;padding:11px}.list-add input{flex:1}.list-add button{color:#fff;cursor:pointer;background:#bd1017;border:0;border-radius:8px;padding:0 18px;font-weight:800}.list-add .cancel-list{background:#111827}.list-grid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:14px;display:grid}.list-card{background:#fff;border-radius:14px;padding:14px;box-shadow:0 12px 35px #00000014}.list-card h3{color:#bd1017;justify-content:space-between;align-items:center;margin-top:0;display:flex}.list-card h3 span{color:#bd1017;background:#fee2e2;border-radius:999px;padding:3px 8px;font-size:12px}.list-card p{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;gap:10px;margin:0;padding:8px 0;display:flex}.list-card p span{word-break:break-word}.list-card em{gap:5px;font-style:normal;display:flex}.list-card button{color:#fff;cursor:pointer;background:#005a9c;border:0;border-radius:7px;padding:6px 8px;font-size:11px;font-weight:900}.list-card button.x{background:#dc2626}.list-card small{color:#94a3b8;padding:10px 0;display:block}@media (width<=800px){.lists-head,.list-add{flex-direction:column;align-items:stretch}.lists-head input{min-width:0}.list-add button{padding:12px}}.list-actions-row{background:#fff;border-radius:14px;flex-wrap:wrap;gap:8px;margin-bottom:12px;padding:12px;display:flex;box-shadow:0 12px 35px #00000014}.list-actions-row button{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:7px;padding:10px 14px;font-weight:900;display:inline-flex}.list-actions-row button:hover{color:#bd1017;border-color:#bd1017}.list-actions-row button:disabled{opacity:.55;cursor:not-allowed}.list-actions-row .danger{color:#fff;background:#dc2626;border-color:#dc2626}.list-actions-row .danger:hover{color:#fff;background:#b91c1c}.hidden-file{display:none}.admin-panel h1{color:#bd1017;margin:0}.admin-head{justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;display:flex}.admin-head p{color:#64748b;margin:4px 0 0;font-weight:700}.admin-head input{border:1px solid #d1d5db;border-radius:10px;min-width:240px;padding:12px}.admin-card,.admin-form{background:#fff;border-radius:16px;margin-bottom:16px;padding:20px;box-shadow:0 12px 35px #00000014}.admin-form{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:end;gap:12px;display:grid}.admin-form h2,.admin-card h2{color:#111827;grid-column:1/-1;margin:0 0 4px}.admin-form input,.admin-form select,.admin-table select{border:1px solid #d1d5db;border-radius:9px;width:100%;padding:10px}.admin-form-actions{gap:8px;display:flex}.admin-form-actions button,.admin-table button{cursor:pointer;border:0;border-radius:8px;padding:10px 12px;font-weight:900}.save-user,.admin-table button{color:#fff;background:#bd1017}.admin-form-actions button[type=button]{color:#fff;background:#111827}.admin-table-wrap{overflow:auto}.admin-table{border-collapse:collapse;width:100%;min-width:850px}.admin-table th{color:#fff;text-align:left;background:#bd1017;padding:10px}.admin-table td{vertical-align:middle;border:1px solid #e5e7eb;padding:9px}.admin-table small{color:#16a34a;margin-top:4px;font-weight:900;display:block}.admin-table .delete-user{background:#dc2626;margin-left:6px}.admin-table button:disabled,.admin-table select:disabled{opacity:.55;cursor:not-allowed}@media (width<=800px){.admin-head{flex-direction:column;align-items:stretch}.admin-head input{min-width:0}}.excel-section-page{width:100%}.sheet-card{background:#fff;border:1px solid #dbeafe;border-radius:16px;overflow:hidden;box-shadow:0 12px 35px #00000014}.sheet-title-band{background:var(--sheet-title,#17365d);color:#fff;text-align:center;letter-spacing:.5px;text-transform:uppercase;padding:14px;font-size:18px;font-weight:900}.sheet-group-band{background:var(--sheet-group,#203864);color:#fff;text-align:center;padding:10px;font-weight:900}.sheet-meta-row{color:#475569;background:#f8fafc;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;gap:8px;padding:10px 14px;font-size:12px;font-weight:800;display:flex}.excel-table-wrap{max-height:calc(100vh - 265px);overflow:auto}.excel-like-table{border-collapse:collapse;table-layout:fixed;width:100%}.excel-like-table th{z-index:2;background:var(--sheet-header,#d9eaf7);color:var(--sheet-header-text,#1f4e78);text-align:center;white-space:normal;border:1px solid #9dc3e6;padding:9px 8px;font-size:11px;font-weight:900;position:sticky;top:0}.excel-like-table td{color:#111827;vertical-align:top;word-break:break-word;background:#fff;border:1px solid #d8e2ef;min-height:28px;padding:7px 8px;font-size:12px}.excel-like-table tbody tr:nth-child(2n) td{background:var(--sheet-alt,#f8fafc)}.excel-like-table input{border:1px solid #cbd5e1;border-radius:6px;width:100%;padding:7px;font-size:12px}.excel-like-table .action-th{color:#fff;background:#bd1017;width:190px}.empty-row{text-align:center;color:#64748b;font-weight:800;padding:22px!important}.action-cell{white-space:nowrap;gap:6px;display:flex}.action-cell button{cursor:pointer;border:0;border-radius:7px;padding:7px 9px;font-weight:800}.save-btn{color:#fff;background:#16a34a}.delete-btn{color:#fff;background:#dc2626}.excel-section-page.gatepass{--sheet-title:#17365d;--sheet-group:#203864;--sheet-header:#d9eaf7;--sheet-header-text:#1f4e78;--sheet-alt:#f8fbff}.excel-section-page.fuel{--sheet-title:#0b1f3a;--sheet-group:#1d2330;--sheet-header:#1d2330;--sheet-header-text:#fff;--sheet-alt:#eaf3ff}.excel-section-page.tools{--sheet-title:#0f172a;--sheet-group:#334155;--sheet-header:#dbeafe;--sheet-header-text:#0f172a;--sheet-alt:#f8fafc}@media (width<=800px){.sheet-title-band{font-size:15px}.excel-table-wrap{max-height:calc(100vh - 310px)}}.travel-filters{background:#fff;border:1px solid #dbeafe;border-radius:14px;grid-template-columns:repeat(4,minmax(160px,1fr));gap:10px;margin-bottom:14px;padding:12px;display:grid;box-shadow:0 10px 28px #0000000f}.travel-filters label{color:#374151;font-size:12px;font-weight:900}.travel-filters input,.travel-filters select{border:1px solid #cbd5e1;border-radius:9px;outline:none;width:100%;margin-top:5px;padding:9px}.travel-filters button{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:9px;align-self:end;padding:10px 12px;font-weight:900}.excel-like-table input:disabled{color:#475569;background:#f1f5f9;font-weight:800}@media (width<=900px){.travel-filters{grid-template-columns:1fr}}.fuel-hero-card{color:#fff;background:linear-gradient(135deg,#0b1f3a,#1d2330);border-radius:18px;grid-template-columns:1fr 320px;gap:18px;margin-bottom:16px;padding:22px;display:grid;box-shadow:0 18px 45px #0f172a2e}.fuel-hero-card h2{margin:4px 0 8px;font-size:28px}.fuel-hero-card p{color:#dbeafe;margin:0;line-height:1.5}.eyebrow{letter-spacing:.8px;font-size:12px;font-weight:900;color:#93c5fd!important}.fuel-total-card{background:#ffffff1f;border:1px solid #ffffff38;border-radius:16px;align-content:center;gap:5px;padding:18px;display:grid}.fuel-total-card span{color:#bfdbfe;font-weight:800}.fuel-total-card b{font-size:28px}.fuel-total-card small{color:#e0f2fe;font-weight:700}.fuel-info-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px;display:grid}.fuel-info-grid>div{background:#fff;border:1px solid #dbeafe;border-radius:14px;padding:14px;box-shadow:0 10px 25px #0000000f}.fuel-info-grid span{color:#64748b;text-transform:uppercase;margin-bottom:5px;font-size:12px;font-weight:900;display:block}.fuel-info-grid b{color:#0f172a}.fuel-summary-card .sheet-title-band{background:#0b1f3a}.fuel-table-wrap{max-height:unset}.fuel-summary-table th{color:#fff;background:#1d2330;font-size:12px}.fuel-summary-table td{text-align:center;font-weight:700}.fuel-summary-table td:first-child{text-align:left}.cumulative-row td{font-size:13px;font-weight:900;color:#fff!important;background:#bd1017!important}@media (width<=900px){.fuel-hero-card{grid-template-columns:1fr}.fuel-info-grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.fuel-info-grid{grid-template-columns:1fr}.fuel-hero-card h2{font-size:22px}}body{color:#111827;background:#eef6ff;margin:0;font-family:Arial,Calibri,sans-serif}button,input,select{font-family:inherit}.access-denied{color:#dc2626;place-items:center;min-height:calc(100vh - 70px);font-size:24px;font-weight:900;display:grid}html,body,#root{width:100%;min-height:100%;overflow-x:hidden}body{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}*{box-sizing:border-box}img,svg,canvas,video{max-width:100%}button,input,select,textarea{max-width:100%;font-size:16px}input,select,textarea{font-size:16px!important}.Toastify__toast-container{width:auto;max-width:min(92vw,420px);left:auto;right:12px}.Toastify__toast{border-radius:12px;font-size:13px}.auth-layout{min-height:100dvh;overflow-x:hidden}.auth-main{place-items:center;min-height:100dvh;display:grid;padding:18px 12px!important}.auth-card{border-radius:18px!important;width:min(100%,420px)!important;max-width:420px!important;padding:26px 24px 24px!important}.auth-logo{object-fit:contain;max-height:76px;height:auto!important}.auth-title{line-height:1.15;font-size:clamp(22px,6vw,30px)!important}.auth-subtitle{font-size:clamp(12px,3.5vw,14px)!important}.auth-form{width:100%}.input-wrap{width:100%;min-height:46px}.input-wrap input{min-width:0}.auth-row{flex-wrap:wrap;width:100%}.auth-button{min-height:48px}.auth-center,.auth-small{line-height:1.4}@media (width<=480px){.auth-main{align-items:center;padding:12px!important}.auth-card{max-width:calc(100vw - 24px)!important;padding:22px 16px 20px!important}.auth-logo{max-height:58px;margin-bottom:8px!important}.auth-form{gap:12px!important}.auth-row{align-items:center;gap:8px}.remember,.auth-check,.auth-link,.auth-small{font-size:12px!important}}@media (width<=360px){.auth-card{padding:18px 12px!important}.auth-title{font-size:22px!important}.input-wrap{padding:0 10px!important}}.erp-shell{width:100%;min-height:100dvh;overflow-x:hidden}.erp-header{width:100%;min-height:62px}.erp-title{min-width:0}.erp-main{width:100%;max-width:100%;overflow-x:hidden}.erp-sidebar{max-width:86vw}.overlay{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.profile-chip{min-width:0}.profile-chip,.erp-user button{white-space:nowrap}@media (width<=900px){.erp-header{gap:8px;padding:8px 12px!important}.burger-btn{flex:none;font-size:26px!important}.erp-title{text-align:center;flex:1;line-height:1.2;letter-spacing:.3px!important;font-size:13px!important}.erp-user{flex:none;gap:6px!important}.erp-user button{padding:8px 9px!important;font-size:12px!important}.erp-user .profile-chip{text-overflow:ellipsis;overflow:hidden;max-width:120px!important}.erp-main{padding:12px!important}}@media (width<=600px){.erp-header{grid-template-columns:40px 1fr auto;align-items:center;min-height:auto!important;padding:8px 10px!important;display:grid!important}.erp-title{line-height:1.15;font-size:11px!important}.erp-user{justify-content:flex-end;max-width:120px}.erp-user .profile-chip{max-width:90px!important;padding:7px 8px!important}.erp-user button:last-child{padding:7px 8px!important;font-size:0!important}.erp-user button:last-child svg{margin:0;font-size:16px}.erp-sidebar{left:-90vw;width:min(320px,88vw)!important}.erp-main{padding:10px!important}}@media (width<=380px){.erp-title{font-size:10px!important}.erp-user{max-width:100px}.erp-user .profile-chip{max-width:74px!important}}@media (width<=768px){.erp-header{grid-template-columns:44px minmax(0,1fr) 42px!important;grid-template-areas:"menu title logout""name name name"!important;align-items:center!important;gap:7px!important;width:100%!important;padding:8px 10px 10px!important;display:grid!important;overflow:visible!important}.burger-btn{grid-area:menu!important;justify-content:center!important;align-items:center!important;width:40px!important;min-width:40px!important;height:40px!important;padding:0!important;display:inline-flex!important}.erp-title{letter-spacing:0!important;text-align:center!important;white-space:normal!important;word-break:normal!important;grid-area:title!important;min-width:0!important;max-width:100%!important;font-size:12px!important;line-height:1.15!important;overflow:visible!important}.erp-user{display:contents!important}.erp-user .profile-chip,.profile-chip,.erp-user button.profile-chip,.erp-user>.profile-chip{white-space:nowrap!important;text-overflow:clip!important;border-radius:12px!important;grid-area:name!important;justify-content:center!important;align-items:center!important;width:100%!important;min-width:0!important;max-width:100%!important;height:40px!important;margin:0!important;padding:0 14px!important;font-size:14px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important;overflow:visible!important}.erp-user button:last-child{border-radius:12px!important;grid-area:logout!important;justify-content:center!important;align-items:center!important;width:40px!important;min-width:40px!important;height:40px!important;margin:0!important;padding:0!important;font-size:0!important;display:inline-flex!important}.erp-user button:last-child svg{margin:0!important;font-size:18px!important}}@media (width<=430px){.erp-header{grid-template-columns:40px minmax(0,1fr) 38px!important;gap:6px!important;padding:7px 8px 9px!important}.burger-btn{width:38px!important;min-width:38px!important;height:38px!important}.erp-title{font-size:10.5px!important;line-height:1.12!important}.erp-user .profile-chip,.profile-chip,.erp-user button.profile-chip,.erp-user>.profile-chip{height:38px!important;padding:0 12px!important;font-size:13px!important}.erp-user button:last-child{width:38px!important;min-width:38px!important;height:38px!important}.erp-user button:last-child svg{font-size:17px!important}}@media (width<=390px){.erp-title{font-size:9.8px!important}.erp-user .profile-chip,.profile-chip,.erp-user button.profile-chip,.erp-user>.profile-chip{font-size:12.5px!important}}@media (width<=360px){.erp-header{grid-template-columns:36px minmax(0,1fr) 34px!important;gap:5px!important;padding:6px 6px 8px!important}.burger-btn{width:34px!important;min-width:34px!important;height:36px!important}.erp-title{font-size:8.8px!important}.erp-user .profile-chip,.profile-chip,.erp-user button.profile-chip,.erp-user>.profile-chip{height:36px!important;padding:0 10px!important;font-size:12px!important}.erp-user button:last-child{width:34px!important;min-width:34px!important;height:36px!important}}
