@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;text-decoration:inherit}html,body{margin:0;padding:0}#root{margin:0 auto;text-align:center}.main-page{display:flex;justify-content:center;padding:16px 8px;box-sizing:border-box}.main-page__inner{width:100%;max-width:420px;margin:0 auto}.main-page__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px}.main-tile{border:none;border-radius:12px;padding:16px 12px;text-align:left;color:#fff;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;min-height:120px;box-shadow:0 4px 10px #0000001f;transition:transform .12s ease,box-shadow .12s ease}.main-tile:hover{transform:translateY(-2px);box-shadow:0 6px 14px #0000002e}.main-tile--search{background:#00c6ff}.main-tile--tasks{background:#74a9ff}.main-tile--create{background:#4cd964}.main-tile__icon{font-size:20px;margin-bottom:8px}.main-tile__icon--plus{font-size:24px}.main-tile__count{font-size:24px;font-weight:600;line-height:1;margin-bottom:6px}.main-tile__count--small{font-size:18px}.main-tile__title{font-size:13px;line-height:1.3}@media (min-width: 768px){.main-page{padding-top:24px}}.app-layout{min-height:100vh}.desktop-sider+.right-wrap{margin-left:220px;transition:margin-left .2s}.desktop-sider.ant-layout-sider-collapsed+.right-wrap{margin-left:80px}@media (max-width: 991px){.desktop-sider+.right-wrap{margin-left:0}}.right-wrap{width:calc(100% - 220px);min-height:100vh;background-color:#fff;transition:margin-left .2s}@media (max-width: 991.98px){.right-wrap{margin-left:0;width:100%}}.app-content{padding:16px;min-height:280px}.app-content.no-padding{padding:0}.app-footer{text-align:center}.logo{color:#fff;padding:12px 16px;font-weight:600;font-size:18px}.menu-scroll{flex:1;overflow-y:auto}.sider-footer{margin-top:auto;padding:12px}.desktop-sider .ant-layout-sider-children{height:100%;display:flex;flex-direction:column}.desktop-sider .logo{color:#fff;padding:12px 16px;font-weight:600;font-size:18px}.desktop-sider .menu-scroll{flex:1;min-height:0;overflow-y:auto}.desktop-sider .sider-footer{margin-top:auto;padding:12px}.desktop-sider{position:fixed!important;inset:0 auto 0 0;height:100vh;z-index:100;display:flex;flex-direction:column}.desktop-sider .logo{padding:16px;color:#fff;font-weight:600}.desktop-sider .menu-scroll{flex:1 1 auto;min-height:0;overflow:auto}.desktop-sider .sider-footer{position:sticky;bottom:0;padding:12px;background:inherit}.headerbar-drawer .ant-drawer-header{background:#001529;border-bottom:none}.headerbar-drawer .ant-drawer-title{color:#fff}.headerbar-drawer .ant-drawer-close{color:#ff4d4f;font-size:24px}.headerbar-drawer .ant-drawer-body{background:#001529;padding:0;display:flex;flex-direction:column;height:100%}.headerbar-drawer .logo{color:#fff;padding:12px 16px;font-weight:600;font-size:18px}.headerbar-drawer .menu-scroll{flex:1;overflow-y:auto}.headerbar-drawer .nav-divider{margin:8px 0;border-color:#fff3}.headerbar-drawer .nav-divider .ant-divider-inner-text{color:#ffffffa6}.headerbar-drawer .sider-footer{margin-top:auto;padding:12px}.sider-btn{background-color:red;border-color:red;color:#fff}.menu-item-with-badge{display:inline-flex;align-items:center;gap:6px}.menu-item-badge{display:inline-flex;align-items:center}.sider-footer{padding:12px;border-top:1px solid rgba(255,255,255,.2)}.sider-user{display:flex;align-items:center;gap:8px;margin-bottom:8px}.sider-user-avatar{width:32px;height:32px;border-radius:50%;background:#1677ff;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600}.sider-user-name{font-size:13px;font-weight:500;color:#fff}.sider-user-role{font-size:11px;opacity:.85;color:#fff}.sider-footer{padding:12px 16px;border-top:1px solid rgba(255,255,255,.1)}.sider-user{display:flex;align-items:center;margin-bottom:8px;gap:8px;color:#fff}.sider-user-avatar{width:32px;height:32px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-weight:600}.sider-user-info{display:flex;flex-direction:column}.sider-user-name{font-size:13px;font-weight:600}.sider-user-role{font-size:11px;opacity:.8}.tasks-menu-item{position:relative;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.task-circle-badge{width:22px;height:22px;background:#ff4d4f;color:#fff;font-size:12px;font-weight:700;border-radius:50%;display:flex;justify-content:center;align-items:center;line-height:1;transition:transform .2s ease,box-shadow .2s ease;-webkit-user-select:none;user-select:none}.task-circle-badge:hover{transform:scale(1.1);box-shadow:0 0 6px #ff4d4f66}.task-circle-badge--new{animation:pulse-task .8s ease-out}@keyframes pulse-task{0%{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}.top-task-bubble{width:28px;height:28px;background:#ff4d4f;color:#fff;font-size:13px;font-weight:700;border-radius:50%;margin-left:auto;margin-right:8px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.2s}.top-task-bubble:hover{transform:scale(1.12);box-shadow:0 0 8px #ff4d4f8c}.top-bar{height:48px;background:#001529;display:flex;align-items:center;padding:0 16px;position:sticky;top:0;z-index:111}.burger{font-size:20px;color:#fff;cursor:pointer;margin-right:12px}.top-title{color:#fff;font-weight:600}.pwa-install{position:fixed;top:8px;right:12px;z-index:999999;display:flex;align-items:center;gap:12px;background:#0b1e33;color:#fff;border-radius:14px;padding:10px 12px;box-shadow:0 10px 28px #00000038;max-width:min(520px,90vw);border:1px solid rgba(255,255,255,.06)}.pwa-install__icon{width:28px;height:28px;border-radius:6px;background:url(/pwa-192x192.png) center/cover no-repeat;flex:0 0 28px;box-shadow:0 0 0 1px #ffffff1f inset}.pwa-install__content{display:flex;flex-direction:column;gap:2px;min-width:200px}.pwa-install__title{font-weight:700;line-height:1.1}.pwa-install__subtitle{font-size:12px;opacity:.8}.pwa-install__hint{margin-top:4px;font-size:12px;opacity:.95}.pwa-install__actions{display:flex;align-items:center;gap:6px}@media (max-width: 991px){.pwa-install{top:auto;right:12px;left:12px;bottom:12px;padding:12px;border-radius:16px;display:flex;flex-direction:column}}.tasks-toast{position:fixed;right:16px;bottom:16px;z-index:9999;max-width:320px}.tasks-toast__content{background:#001529;border-radius:8px;box-shadow:0 4px 16px #00000026;padding:12px 16px}.tasks-toast__text{font-size:13px;margin-bottom:8px}.tasks-toast__actions{display:flex;gap:8px;justify-content:flex-end}.search-bar{width:100%;z-index:1}.search-history-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-history-clear{color:#d32f2f;font-weight:500;text-align:center;padding:6px 0;border-top:1px solid #f0f0f0;cursor:pointer;transition:background .2s}.search-history-clear:hover{background:#fff1f0}.product-card{width:95%;margin:20px auto 0;text-align:left}@media screen and (min-width: 500px){.product-card{width:260px}}.product-card__title{margin:0;font-size:16px;font-weight:600}#qr-region{margin:12px 16px 0;width:calc(100% - 32px);max-width:100%;background:linear-gradient(116deg,#1e1f20,#313a4c,#101d4a);border-radius:16px;box-shadow:0 6px 14px #00000073;overflow:hidden}#qr-region video,#qr-region canvas{width:100%!important;height:100%!important;object-fit:cover;border-radius:inherit}.fab{width:60px;height:60px;border-radius:12px;font-size:28px;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #00000040;transition:transform .15s}.fab:hover{transform:scale(1.06)}.fab.start{background:#28a745}.fab.stop{background:#dc3545}.fab-container{position:fixed;right:16px;bottom:96px;z-index:100}.qr-box{width:100%;max-width:380px;object-fit:contain;aspect-ratio:4/3;margin:0 auto 24px;border-radius:20px;overflow:hidden;box-shadow:0 6px 14px #00000073}@media (min-width: 481px){.barcode-page{align-items:center}#qr-region{max-width:400px}}.logs_table .ant-table-cell{white-space:pre-line;line-height:20px;max-width:300px}.diff{display:inline-block;padding:4px 8px;margin:2px 0;border-radius:8px;line-height:1.3;font-weight:500;border:1px solid transparent;max-width:100%;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.diff--old{background:#9d031114;color:#000;border-color:#9d03112e;max-width:100%;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.diff--new{background:#0e8c4314;color:#000;border-color:#0e8c432e;max-width:100%;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}@media (prefers-color-scheme: dark){.diff--old{background:#9d031124}.diff--new{background:#0e8c4324}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(116deg,#1e1f20,#313a4c,#101d4a);font-family:Inter,sans-serif}.login-card{text-align:center;background:#ffffff14;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:1rem;padding:3rem 4rem;box-shadow:0 8px 24px #00000040}.login-title{font-size:1.8rem;margin-bottom:1rem;color:#fff}.login-subtitle{font-size:1.1rem;font-weight:300;margin-bottom:2rem;color:#e3e8ff}.btn-primary{position:relative;display:inline-block;background:linear-gradient(150deg,#4f8df9,#2448c9);color:#fff;font-weight:600;padding:.75rem 2.5rem;font-size:1rem;border:none;border-radius:3rem;cursor:pointer;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.btn-primary:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#4f8df9,#2448c9);z-index:-1;transition:opacity .2s ease;opacity:0;border-radius:3rem}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0000004d}.btn-primary:hover:before{opacity:1}.btn-primary:active{transform:translateY(0);box-shadow:0 4px 12px #0003}.flash-new{animation:flashNew 1.2s ease-out}@keyframes flashNew{0%{box-shadow:0 0 #0e8c4359}to{box-shadow:0 0 0 0 transparent}}.hoverable-list-item{display:flex;justify-content:space-between;align-items:center}.product-card{width:100%;margin:2px auto 0;text-align:left}.product-card .ant-card-body{padding:5px 16px 16px 15px}.product-card .close-btn{position:absolute;top:10px;right:4px;border:none;background:transparent;font-size:18px;line-height:1;cursor:pointer;color:#ff4d4f}.product-card .close-btn:hover{color:#ff4d4f;opacity:80%}.product-card__info{padding:0 0 15px}.product-card__title{margin:0;font-size:16px;font-weight:600;word-break:break-all;white-space:pre-wrap}.product-card__article{color:#8c8c8c;font-size:12px;margin-top:4px}.product-card__locations{margin:12px 0 8px;display:flex;flex-direction:column;gap:8px}.product-card__row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;width:100%}.product-card__row-text{font-size:14px;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__circle-btn{margin-left:8px}.product-card__btn_save{margin-top:15px}.product-card__row_field{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 0}.product-card__select{width:100%;height:40px}.comments-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 15px;border:0;border-radius:6px;background:#f9b70b42;color:#2c2929}.comments-btn__text{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;line-height:1.25;min-width:0}.comments-btn-icon{font-size:24px;color:#313131;flex-shrink:0}.comments-btn-icon:hover{opacity:.8}.product-card__select .ant-select-selection-item,.product-card__select .ant-select-selection-placeholder{font-size:16px;font-weight:500}.product-card__select-dropdown .ant-select-item-option{min-height:44px;display:flex;align-items:center}.product-card__select-dropdown .ant-select-item-option-content{font-size:16px}.product-card--approved{border:1px solid #52c41a;box-shadow:0 0 0 1px #52c41a33}.tasks-employee-cell{display:flex;flex-direction:column}.tasks-employee-cell .tasks-employee-code{font-size:12px}.tasks-column-preview .tasks-tag{display:inline-block;max-width:260px;white-space:normal;word-break:break-word;cursor:pointer}.drop-target{min-height:60px;padding:4px 0;border-radius:4px}.drop-target.drag-over{background-color:#f5f5f5}.tasks-modal-item{cursor:pointer}.task-card .task-card-header{justify-content:space-between;gap:8px;flex-wrap:wrap}.task-card .task-card-description{margin-top:8px;margin-bottom:8px}.task-card .task-card-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:4px 16px;margin-top:8px}.task-card .task-card-row{display:flex;align-items:center;gap:8px;margin-top:4px}.task-card .task-card-actions{margin-top:8px;display:flex;justify-content:flex-end}.tasks-modal-root .ant-modal-wrap{pointer-events:none!important}.tasks-modal-root .tasks-create-btn,.tasks-modal-root .ant-btn{pointer-events:none}.tasks-modal-root .ant-modal-mask{pointer-events:none!important}.tasks-modal-title{width:100%;cursor:move}.employee-tasks{padding:8px 10px;max-width:480px;margin:0 auto}.employee-tasks__center{padding:24px 0;text-align:center;font-size:14px}.employee-tasks__list-container{display:flex;flex-direction:column;gap:8px}.employee-tasks__item{border-radius:10px;padding:10px 12px;background:#fafafa;cursor:pointer;transition:box-shadow .15s ease,transform .1s ease,background .15s ease,border-color .15s ease;border-left:4px solid transparent}.employee-tasks__item--expanded{background:#fff;box-shadow:0 0 0 1px #0505050f,0 4px 8px #0000000a}.employee-tasks__item-main{display:flex;align-items:center;justify-content:space-between;gap:8px}.employee-tasks__item-left{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.employee-tasks__priority-badge{width:24px;height:24px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;background:#f0f0f0;flex-shrink:0}.employee-tasks__priority-badge span{transform:translateY(-.5px)}.employee-tasks__item-text{display:flex;flex-direction:column;gap:2px;min-width:0}.employee-tasks__item-title{font-size:14px;line-height:1.3;word-break:break-word}.employee-tasks__item-due-date{font-size:12px}.employee-tasks__item-right{flex-shrink:0}.employee-tasks__item-right .ant-btn{font-size:12px;padding:0 10px;height:28px}.employee-tasks__item-details{margin-top:8px;padding-top:8px;border-top:1px solid #f0f0f0;font-size:13px}.employee-tasks__item-description{margin-bottom:4px}.employee-tasks__item--created{border-left-color:#52c41a;background:#f6ffed}.employee-tasks__item--inprogress{border-left-color:#faad14;background:#fffbe6}.employee-tasks__item.priority-low{box-shadow:inset 0 0 0 1px #91d5ff33}.employee-tasks__item.priority-low .employee-tasks__priority-badge{background:#e6f7ff}.employee-tasks__item.priority-regular{box-shadow:inset 0 0 0 1px #bae63733}.employee-tasks__item.priority-regular .employee-tasks__priority-badge{background:#f6ffed}.employee-tasks__item.priority-hi{box-shadow:inset 0 0 0 1px #faad1433}.employee-tasks__item.priority-hi .employee-tasks__priority-badge{background:#fff7e6}.employee-tasks__item.priority-urgent{border-left-color:#ff4d4f!important}.employee-tasks__item.priority-urgent .employee-tasks__priority-badge{background:#fff1f0}.employee-tasks__item.priority-none{box-shadow:inset 0 0 0 1px #d9d9d933}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}
