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)}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}@media(max-width:767px){.app-layout-root--mobile{min-height:auto!important;display:block!important}.app-layout-inner--mobile{display:block!important;flex:none!important;min-height:0!important}.app-layout-content--mobile,.app-layout-inner--mobile .ant-layout-content,.app-layout-inner--mobile main{flex:none!important;flex-grow:0!important;flex-shrink:0!important;min-height:0!important;height:auto!important}.app-layout-content--mobile .neo-background{min-height:0!important}}.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.auth-card{background:#fff;padding:40px;border-radius:16px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:420px}.auth-card h2{margin:0 0 24px;font-size:28px;font-weight:600;color:#1a1a1a;text-align:center}.error-message{background:#fff1f0;border:1px solid #ffccc7;color:#cf1322;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#262626;font-size:14px}.form-group input{width:100%;padding:12px 16px;border:1px solid #d9d9d9;border-radius:8px;font-size:14px;transition:all .3s;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea1a}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.form-group input::placeholder{color:#bfbfbf}.btn-primary{width:100%;padding:12px 16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s;margin-top:8px}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}:root{--neo-btn-bg: #e6eef8;--neo-btn-color: #5a6c7d;--neo-title-color: #3d4f5f;--neo-btn-shadow-default: -6px -6px 12px rgba(255, 255, 255, .8), 6px 6px 12px rgba(163, 177, 198, .4);--neo-btn-shadow-hover: -4px -4px 8px rgba(255, 255, 255, .9), 4px 4px 8px rgba(163, 177, 198, .5);--neo-btn-shadow-active: inset -2px -2px 6px rgba(255, 255, 255, .7), inset 2px 2px 6px rgba(163, 177, 198, .3);--neo-field-shadow-default: inset -4px -4px 12px rgba(255, 255, 255, .8), inset 4px 4px 12px rgba(163, 177, 198, .4);--neo-field-shadow-hover: inset -4px -4px 8px rgba(255, 255, 255, .9), inset 4px 4px 8px rgba(163, 177, 198, .5);--neo-placeholder-color: #8896a8;--neo-placeholder-font-weight: 400;--neo-sidebar-bg: #252b36}.neo-sidebar.ant-layout-sider{--neo-sidebar-bg-elevated: #2d3441;--neo-sidebar-item-color: rgba(255, 255, 255, .88);--neo-sidebar-item-color-secondary: rgba(255, 255, 255, .6);--neo-sidebar-shadow-light: rgba(255, 255, 255, .04);--neo-sidebar-shadow-dark: rgba(0, 0, 0, .25);--neo-sidebar-item-hover-bg: rgba(255, 255, 255, .06);--neo-sidebar-item-selected-bg: rgba(255, 255, 255, .1);--neo-sidebar-item-selected-shadow: inset 2px 2px 6px rgba(0, 0, 0, .2), inset -2px -2px 6px var(--neo-sidebar-shadow-light);--neo-sidebar-border: rgba(255, 255, 255, .06);background:var(--neo-sidebar-bg)!important;box-shadow:6px 0 20px #00000026,-2px 0 8px var(--neo-sidebar-shadow-light);border-right:1px solid var(--neo-sidebar-border)}.neo-sidebar .ant-layout-sider-children{background:transparent!important}.neo-sidebar .ant-menu{background:transparent!important;border-inline-end:none!important;padding-inline:12px!important}.neo-sidebar-menu-wrap{overflow-x:hidden!important;overflow-y:auto!important;scrollbar-width:none!important;-ms-overflow-style:none!important}.neo-sidebar-menu-wrap::-webkit-scrollbar{display:none!important}.neo-sidebar .ant-menu-item{color:var(--neo-sidebar-item-color)!important;background:transparent!important;border-radius:12px!important;margin:4px 0!important;min-height:44px!important;height:auto!important;line-height:1.35!important;padding:10px 16px!important;display:flex!important;align-items:center!important;box-shadow:-3px -3px 8px var(--neo-sidebar-shadow-light),3px 3px 8px var(--neo-sidebar-shadow-dark);transition:box-shadow .2s ease,background .2s ease,color .2s ease!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}.neo-sidebar .ant-menu-item .ant-menu-title-content{white-space:normal!important;overflow:visible!important;text-overflow:clip!important}.neo-sidebar .ant-menu-item:hover{color:#fff!important;background:var(--neo-sidebar-item-hover-bg)!important;box-shadow:-4px -4px 10px var(--neo-sidebar-shadow-light),4px 4px 10px var(--neo-sidebar-shadow-dark)!important}.neo-sidebar .ant-menu-item.ant-menu-item-selected{color:#fff!important;background:var(--neo-sidebar-item-selected-bg)!important;box-shadow:var(--neo-sidebar-item-selected-shadow)!important}.neo-sidebar .ant-menu-item .anticon{color:var(--neo-sidebar-item-color-secondary)!important}.neo-sidebar .ant-menu-item:hover .anticon,.neo-sidebar .ant-menu-item.ant-menu-item-selected .anticon{color:#ffffffe6!important}.neo-sidebar .ant-menu-item:after{display:none!important}.neo-sidebar.ant-layout-sider-collapsed .ant-menu{padding-inline:0!important}.neo-sidebar.ant-layout-sider-collapsed .neo-sidebar-menu-wrap{padding:0 16px!important}.neo-sidebar.ant-layout-sider-collapsed .ant-menu-item{width:48px!important;min-width:48px!important;height:48px!important;min-height:48px!important;margin:4px 0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:12px!important;box-sizing:border-box!important}.neo-sidebar.ant-layout-sider-collapsed .ant-menu-item .ant-menu-item-icon{margin-inline-end:0!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important}.neo-sidebar.ant-layout-sider-collapsed .ant-menu-item .anticon{margin-inline-end:0!important;font-size:20px!important}.neo-sidebar.ant-layout-sider-collapsed .ant-menu-item .ant-menu-title-content{display:none!important}.neo-sidebar.ant-layout-sider-collapsed .neo-sidebar-footer{padding:0 16px!important}.neo-sidebar.ant-layout-sider-collapsed .neo-sidebar-footer .ant-menu-item{width:48px!important;min-width:48px!important;height:48px!important;min-height:48px!important;margin:4px 0!important;padding:0!important;justify-content:center!important}.neo-sidebar.ant-layout-sider-collapsed .neo-sidebar-footer .ant-menu-item .ant-menu-title-content{display:none!important}.neo-sidebar .ant-menu-item .neo-sidebar-avatar.ant-avatar,.neo-sidebar .ant-menu-item .ant-avatar{border:none!important;outline:none!important;box-shadow:none!important;flex-shrink:0!important;background-color:#ffffff26!important}.neo-sidebar.ant-layout-sider-collapsed .ant-menu-item .neo-sidebar-avatar.ant-avatar,.neo-sidebar.ant-layout-sider-collapsed .ant-menu-item .ant-avatar{width:20px!important;height:20px!important;line-height:20px!important;font-size:12px!important}.neo-sidebar .neo-sidebar-logo{color:#ffffffe6}.neo-sidebar .neo-sidebar-footer{border-top:1px solid var(--neo-sidebar-border)}.neo-sidebar-mobile-bar{--neo-mobile-bar-bg: #252b36;--neo-mobile-bar-border: rgba(255, 255, 255, .06);--neo-mobile-bar-shadow: 0 -4px 16px rgba(0, 0, 0, .2);background:var(--neo-mobile-bar-bg)!important;border-top:1px solid var(--neo-mobile-bar-border)!important;box-shadow:var(--neo-mobile-bar-shadow)!important}.neo-sidebar-mobile-bar .ant-btn,.neo-sidebar-mobile-bar .neo-mobile-bar-btn{color:#ffffffe0!important}.neo-sidebar-mobile-bar .ant-btn:hover,.neo-sidebar-mobile-bar .neo-mobile-bar-btn:hover{color:#fffffff2!important}.neo-sidebar-mobile-bar .neo-mobile-bar-btn--selected{color:#fff!important}.neo-sidebar-drawer.ant-drawer .ant-drawer-content,.neo-sidebar-drawer.ant-drawer .ant-drawer-content-wrapper,.neo-sidebar-drawer.ant-drawer .ant-drawer-wrapper-body{background:var(--neo-sidebar-bg)!important}.neo-sidebar-drawer .ant-drawer-header{background:var(--neo-sidebar-bg)!important;border-bottom:1px solid rgba(255,255,255,.06)!important}.neo-sidebar-drawer .ant-drawer-body{background:var(--neo-sidebar-bg)!important;overflow:visible!important;max-height:none!important}.neo-sidebar-drawer .ant-drawer-body .ant-menu,.neo-sidebar-drawer .ant-drawer-body .ant-menu .ant-menu-inline,.neo-sidebar-drawer .ant-drawer-body .ant-menu .ant-menu-list,.neo-sidebar-drawer .ant-drawer-body .ant-menu .ant-menu-root{overflow:visible!important;max-height:none!important;background:transparent!important;background-color:transparent!important}.neo-sidebar-drawer.ant-drawer .ant-drawer-content,.neo-sidebar-drawer.ant-drawer .ant-drawer-content-wrapper,.neo-sidebar-drawer.ant-drawer .ant-drawer-wrapper-body,.neo-sidebar-drawer.ant-drawer .ant-drawer-body{background:#252b36!important;overflow:visible!important;max-height:none!important}.neo-sidebar-drawer.ant-drawer .ant-drawer-content{overflow-y:visible!important;overflow-x:visible!important}.neo-sidebar-drawer.ant-drawer.ant-drawer-bottom .ant-drawer-content-wrapper{max-height:90vh!important;height:auto!important;min-height:fit-content!important}.neo-sidebar-drawer.ant-drawer.ant-drawer-bottom .ant-drawer-wrapper-body{max-height:none!important;height:auto!important}.neo-sidebar-drawer.ant-drawer.ant-drawer-bottom .ant-drawer-content{height:auto!important;min-height:fit-content!important}.neo-sidebar-drawer .ant-menu{background:transparent!important}.neo-sidebar-drawer .ant-drawer-title{color:#ffffffe6!important}.neo-sidebar-drawer .ant-drawer-close{color:#ffffffa6!important}.neo-sidebar-drawer .ant-menu-item{background:transparent!important;color:#ffffffe0!important;border-radius:12px!important;margin:4px 8px!important}.neo-sidebar-drawer .ant-menu-item .anticon{color:#ffffffe0!important}.neo-sidebar-drawer .ant-menu-item:hover,.neo-sidebar-drawer .ant-menu-item.ant-menu-item-selected{background:#ffffff14!important;color:#fff!important}.neo-sidebar-drawer .ant-menu-item .ant-avatar,.neo-sidebar-drawer .ant-menu-item .neo-sidebar-avatar.ant-avatar,.neo-sidebar-drawer .ant-menu-item .ant-avatar>span{background:transparent!important;border:none!important;box-shadow:none!important;background-color:transparent!important}.neo-sidebar-drawer .ant-menu-item .ant-menu-item-icon,.neo-sidebar-drawer.ant-drawer .ant-menu.ant-menu-dark .ant-menu-item,.neo-sidebar-drawer.ant-drawer .ant-menu.ant-menu-dark .ant-menu-item .ant-menu-item-icon{background:transparent!important;background-color:transparent!important}.neo-sidebar-drawer.ant-drawer .ant-menu.ant-menu-dark .ant-menu-item:hover,.neo-sidebar-drawer.ant-drawer .ant-menu.ant-menu-dark .ant-menu-item.ant-menu-item-selected{background:#ffffff14!important}.neo-sidebar-drawer .ant-menu-item.neo-drawer-menu-item-profile,.neo-sidebar-drawer .ant-menu-item.neo-drawer-menu-item-profile .ant-menu-item-icon,.neo-sidebar-drawer .ant-menu-item.neo-drawer-menu-item-profile .ant-avatar,.neo-sidebar-drawer .ant-menu-item.neo-drawer-menu-item-profile .ant-avatar span,.neo-sidebar-drawer .ant-menu-item.neo-drawer-menu-item-profile .ant-menu-title-content{background:transparent!important;background-color:transparent!important}.neo-sidebar-drawer .ant-menu-item.neo-drawer-menu-item-profile:hover,.neo-sidebar-drawer .ant-menu-item.neo-drawer-menu-item-profile.ant-menu-item-selected{background:#ffffff14!important}.neo-sidebar-drawer .ant-drawer-body .ant-menu.ant-menu-inline .ant-menu-item:last-child,.neo-sidebar-drawer .ant-drawer-body .ant-menu.ant-menu-inline .ant-menu-item:last-child .ant-menu-item-icon,.neo-sidebar-drawer .ant-drawer-body .ant-menu.ant-menu-inline .ant-menu-item:last-child .ant-avatar,.neo-sidebar-drawer .ant-drawer-body .ant-menu.ant-menu-inline .ant-menu-item:last-child .ant-avatar span{background:transparent!important;background-color:transparent!important}.neo-sidebar-drawer .ant-drawer-body .ant-menu.ant-menu-inline .ant-menu-item:last-child:hover,.neo-sidebar-drawer .ant-drawer-body .ant-menu.ant-menu-inline .ant-menu-item:last-child.ant-menu-item-selected{background:#ffffff14!important}.neo-background{min-height:100vh;padding:24px;margin:0 auto;width:100%;max-width:1600px}@media(max-width:767px){.neo-background{min-height:auto;padding:12px}}.neo-card{background:#e6eef8;border-radius:20px;border:none!important;box-shadow:-8px -8px 16px #fffc,8px 8px 16px #a3b1c666;transition:all .3s ease}.neo-card:hover{box-shadow:-10px -10px 20px #ffffffe6,10px 10px 20px #a3b1c680;transform:translateY(-2px)}.neo-card-no-hover:hover{box-shadow:-8px -8px 16px #fffc,8px 8px 16px #a3b1c666;transform:none}.neo-card-completed{background:linear-gradient(135deg,#e0e8f4,#dce4f0);border-radius:20px;border:none!important;box-shadow:-8px -8px 16px #fffc,8px 8px 16px #a3b1c673;transition:all .3s ease}.neo-card-completed:hover{box-shadow:-10px -10px 20px #ffffffe6,10px 10px 20px #a3b1c680;transform:translateY(-2px)}.neo-card-pressed{background:#e6eef8;border-radius:20px;border:none!important;box-shadow:inset -4px -4px 8px #ffffffb3,inset 4px 4px 8px #a3b1c64d}.neo-button{background:var(--neo-btn-bg)!important;border:none!important;border-radius:999px!important;box-shadow:var(--neo-btn-shadow-default)!important;color:var(--neo-btn-color)!important;font-weight:500!important;transition:all .2s ease!important;padding-inline:28px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1.5715!important}.neo-button.ant-btn-sm{padding-inline:20px!important}.store-pending-action-btn.neo-button.ant-btn-sm{padding-inline:40px!important;font-size:14px!important}.store-pending-actions-wrap{container-type:inline-size;container-name:store-pending-actions;width:100%}.store-pending-actions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;width:100%;margin-bottom:20px}@container store-pending-actions (max-width: 959px){.store-pending-actions-grid{grid-template-columns:1fr}}.neo-button.ant-btn-large{padding-inline:32px!important;padding-top:0!important;padding-bottom:0!important;padding-block:0!important;height:44px!important;min-height:44px!important;line-height:1!important}.neo-button.ant-btn-large>*{line-height:1!important;display:inline-flex!important;align-items:center!important;vertical-align:middle!important}.neo-button:hover{box-shadow:var(--neo-btn-shadow-hover)!important;color:var(--neo-btn-color)!important}.neo-button:active{box-shadow:var(--neo-btn-shadow-active)!important}.neo-button-primary{background:linear-gradient(135deg,#667eea,#764ba2)!important;box-shadow:-6px -6px 12px #ffffff4d,6px 6px 12px #667eea66!important;color:#fff!important}.neo-button-primary:hover{box-shadow:-4px -4px 8px #ffffffe6,4px 4px 8px #667eea80!important;color:#fff!important}.neo-button-primary:active{box-shadow:inset -2px -2px 6px #667eea4d,inset 2px 2px 6px #667eea80!important}.neo-button-primary.ant-btn-large{padding-top:0!important;padding-bottom:0!important;height:44px!important;min-height:44px!important}.neo-comment-send-btn,.neo-comment-send-btn.ant-btn{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;padding:0!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.neo-button-danger{background:#ff4d4f!important;box-shadow:-6px -6px 12px #ffffff4d,6px 6px 12px #ff4d4f66!important;color:#fff!important}.neo-button-danger:hover{box-shadow:-4px -4px 8px #ffffffe6,4px 4px 8px #ff4d4f80!important;color:#fff!important}.neo-button-danger:active{box-shadow:inset -2px -2px 6px #ff4d4f4d,inset 2px 2px 6px #ff4d4f80!important}.neo-button-danger.ant-btn-large{padding-top:0!important;padding-bottom:0!important;height:44px!important;min-height:44px!important}.neo-button-store-gradient{background:linear-gradient(135deg,color-mix(in srgb,var(--store-color) 95%,black),color-mix(in srgb,var(--store-color) 75%,black))!important;box-shadow:-6px -6px 12px #ffffff4d,6px 6px 12px #00000026!important;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.2)}.neo-button-store-gradient:hover{box-shadow:-4px -4px 8px #ffffffe6,4px 4px 8px #0003!important;color:#fff!important}.neo-button-store-gradient:active{box-shadow:inset -2px -2px 6px #ffffff4d,inset 2px 2px 6px #0003!important;color:#fff!important}.neo-link-button{padding:0;border:none;background:none;cursor:pointer;font-size:12px;color:#8896a8;transition:color .2s ease;flex-shrink:0}.neo-link-button:hover{color:#5a6c7d}.neo-button-store-gradient.ant-btn-large{padding-top:0!important;padding-bottom:0!important;height:44px!important;min-height:44px!important}.neo-button-action-width{width:100%!important}@media(min-width:768px){.neo-button-action-width{width:280px!important;min-width:280px!important;flex:0 0 280px!important}}.neo-page-layout-header-action{display:flex;align-items:center;flex-wrap:nowrap;gap:12px;min-width:0}.neo-page-layout-header-action .neo-button.ant-btn-large{align-items:center!important;justify-content:center!important}.neo-page-layout-header-action .neo-button.ant-btn-large>*{line-height:1!important;padding-top:0!important;padding-bottom:0!important}.neo-page-layout-header-action .neo-button.ant-btn.ant-btn-lg>*{transform:translateY(-1px)}@media(max-width:767px){.neo-page-layout-header-action{width:100%}.neo-page-layout-header-action .neo-select-action-width,.neo-page-layout-header-action .neo-button-action-width{flex:1 1 0!important;min-width:0!important;width:auto!important;max-width:none!important}}.neo-button-pressed{background:#e6eef8!important;border:none!important;border-radius:999px!important;box-shadow:inset -3px -3px 8px #ffffffb3,inset 3px 3px 8px #a3b1c64d!important;color:#5a6c7d!important;font-weight:500!important;padding-inline:28px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1.5715!important}.neo-button-pressed.ant-btn-sm{padding-inline:20px!important}.neo-button-pressed.ant-btn-large{padding-inline:32px!important;padding-top:0!important;padding-bottom:0!important;height:44px!important;min-height:44px!important}.neo-icon-button{width:40px;height:40px;border-radius:50%;background:var(--neo-btn-bg);display:flex;align-items:center;justify-content:center;box-shadow:var(--neo-btn-shadow-default);cursor:pointer;transition:all .2s ease;border:none;color:var(--neo-btn-color)}.neo-icon-button:hover{box-shadow:var(--neo-btn-shadow-hover)}.neo-icon-button:active{box-shadow:var(--neo-btn-shadow-active)}.neo-input{background:var(--neo-btn-bg)!important;border:none!important;border-radius:999px!important;box-shadow:var(--neo-field-shadow-default)!important;color:var(--neo-btn-color)!important;padding-inline:20px!important;transition:box-shadow .2s ease!important}.neo-input:focus,.neo-input:hover{box-shadow:var(--neo-field-shadow-hover)!important}.neo-input input{background:transparent!important;padding-inline:0!important}.neo-input.ant-input-lg{height:44px!important;min-height:44px!important}.neo-input.ant-input-affix-wrapper{padding-inline:20px!important}.neo-input.ant-input-affix-wrapper input{padding-inline:8px!important}.neo-input input::placeholder{color:var(--neo-placeholder-color)!important;font-weight:var(--neo-placeholder-font-weight)!important}.neo-textarea{background:var(--neo-btn-bg)!important;border:none!important;border-radius:999px!important;box-shadow:var(--neo-field-shadow-default)!important;color:var(--neo-btn-color)!important;padding:12px 20px!important;resize:none!important;transition:box-shadow .2s ease!important}.neo-textarea:focus,.neo-textarea:hover{box-shadow:var(--neo-field-shadow-hover)!important;border:none!important;outline:none!important}.neo-textarea::placeholder{color:var(--neo-placeholder-color)!important;font-weight:var(--neo-placeholder-font-weight)!important}.neo-select.ant-select .ant-select-selector{background:var(--neo-btn-bg)!important;border:none!important;border-radius:999px!important;box-shadow:var(--neo-field-shadow-default)!important;color:var(--neo-title-color)!important;padding-inline:20px!important;transition:box-shadow .2s ease!important}.neo-select.ant-select-lg .ant-select-selector{padding-inline:24px!important;height:44px!important;min-height:44px!important}.neo-select.ant-select-sm .ant-select-selector{padding-inline:16px!important}.neo-select-full-width,.neo-select-action-width{width:100%!important}@media(min-width:768px){.neo-select-action-width{width:280px!important;min-width:280px!important}}.neo-select-option-dot{display:inline-block;width:10px;height:10px;border-radius:50%;flex-shrink:0}.neo-select.ant-select:hover:not(.ant-select-disabled) .ant-select-selector,.neo-select.ant-select-focused:not(.ant-select-disabled) .ant-select-selector,.neo-select.ant-select-open:not(.ant-select-disabled) .ant-select-selector{box-shadow:var(--neo-field-shadow-hover)!important;background:var(--neo-btn-bg)!important;border:none!important;outline:none!important}.neo-select.ant-select .ant-select-selector:after,.neo-select.ant-select .ant-select-selector:before{display:none!important}.neo-select.ant-select .ant-select-selection-search,.neo-select.ant-select .ant-select-selection-item{padding-inline:0!important}.neo-select.ant-select .ant-select-selection-item{color:var(--neo-title-color)!important}.neo-select.ant-select .ant-select-selection-placeholder,.neo-select.ant-select .ant-select-selector .ant-select-selection-placeholder{color:var(--neo-placeholder-color)!important;font-weight:var(--neo-placeholder-font-weight)!important;padding-inline:0!important}.neo-filters-container .neo-select.ant-select .ant-select-selection-placeholder{color:var(--neo-placeholder-color)!important}.neo-select.ant-select-disabled .ant-select-selector{background:#f5f5f5!important;color:#00000040!important;cursor:not-allowed!important}.neo-select.ant-select .ant-select-clear{color:#a3b1c6!important;background:transparent!important;opacity:.7;transition:opacity .2s ease}.neo-select.ant-select .ant-select-clear:hover{opacity:1;color:#5a6c7d!important}.neo-select .neo-select-arrow{display:inline-block;position:relative;width:10px;height:10px;color:#a3b1c6;transition:transform .3s ease-in-out;transform:translateY(2px)}.neo-select .neo-select-arrow:before,.neo-select .neo-select-arrow:after{position:absolute;left:50%;top:50%;width:6px;height:1.5px;margin-left:-3px;margin-top:-.75px;background-color:currentColor;border-radius:1px;content:"";transition:transform .3s ease-in-out}.neo-select .neo-select-arrow:before{transform:rotate(-45deg) translate(2px)}.neo-select .neo-select-arrow:after{transform:rotate(45deg) translate(-2px)}.neo-select.ant-select-open .neo-select-arrow{transform:translateY(0)}.neo-select.ant-select-open .neo-select-arrow:before{transform:rotate(45deg) translate(2px)}.neo-select.ant-select-open .neo-select-arrow:after{transform:rotate(-45deg) translate(-2px)}.neo-select-dropdown.ant-select-dropdown.ant-slide-up-enter-active,.neo-select-dropdown.ant-select-dropdown.ant-slide-up-appear-active,.neo-select-dropdown.ant-select-dropdown.ant-slide-up-leave-active{animation-duration:.2s!important;animation-timing-function:ease-in-out!important}.neo-select-dropdown.ant-select-dropdown{padding:0!important}.neo-select-dropdown .ant-select-item-option{margin:0!important;border-radius:0;color:var(--neo-title-color)!important}.neo-select-dropdown .ant-select-item-option,.neo-select-dropdown .ant-select-item-option .ant-select-item-option-content,body .neo-select-dropdown .ant-select-item-option,body .neo-select-dropdown .ant-select-item-option .ant-select-item-option-content{color:var(--neo-title-color)!important}.neo-select.ant-select .ant-select-selection-item,.neo-select.ant-select .ant-select-selection-item .ant-select-item-option-content,.neo-select.ant-select .ant-select-selection-item *:not(.neo-select-option-dot){color:var(--neo-title-color)!important}.neo-select-dropdown .ant-select-item-option:first-child{border-radius:12px 12px 0 0}.neo-select-dropdown .ant-select-item-option:last-child{border-radius:0 0 12px 12px}.neo-select-dropdown .rc-virtual-list-holder,.neo-select-dropdown .ant-select-dropdown-menu{padding:0!important}.neo-select-option-with-icon{display:inline-flex;align-items:center;gap:8px}.neo-select-option-with-icon .order-status-icon{flex-shrink:0;font-size:16px;line-height:1}.neo-input.ant-picker{background:var(--neo-btn-bg)!important;border:none!important;border-radius:999px!important;box-shadow:var(--neo-field-shadow-default)!important;padding-inline:20px!important;transition:box-shadow .2s ease!important}.neo-input.ant-picker:hover,.neo-input.ant-picker.ant-picker-focused{box-shadow:var(--neo-field-shadow-hover)!important}.neo-input.ant-picker .ant-picker-input{padding-inline:0!important}.neo-input.ant-picker .ant-picker-input>input{border-radius:0!important;padding-inline:0!important}.neo-input.ant-picker .ant-picker-input>input::placeholder{color:var(--neo-placeholder-color)!important;font-weight:var(--neo-placeholder-font-weight)!important}.neo-datepicker-action-width{width:100%!important}@media(min-width:768px){.neo-datepicker-action-width{width:280px!important;min-width:280px!important}}.neo-input-number.ant-input-number{background:var(--neo-btn-bg)!important;border:none!important;border-radius:999px!important;box-shadow:var(--neo-field-shadow-default)!important;color:var(--neo-btn-color)!important;padding-inline:20px!important;transition:box-shadow .2s ease!important}.neo-input-number.ant-input-number:hover,.neo-input-number.ant-input-number-focused{box-shadow:var(--neo-field-shadow-hover)!important}.neo-input-number.ant-input-number .ant-input-number-input{background:transparent!important;color:var(--neo-btn-color)!important;height:100%!important}.neo-input-number.ant-input-number-lg{height:44px!important;min-height:44px!important}.neo-input-number.ant-input-number .ant-input-number-handler-wrap{display:none!important}.neo-datepicker-dropdown,.neo-datepicker-dropdown .ant-picker-dropdown{background:transparent!important}.neo-datepicker-dropdown .ant-picker-panel-container{background:#e6eef8!important;border-radius:20px!important;border:none!important;box-shadow:-10px -10px 20px #fffc,10px 10px 20px #a3b1c666!important;overflow:hidden}.neo-datepicker-dropdown .ant-picker-panel{background:transparent!important;border:none!important}.neo-datepicker-custom-header{display:flex!important;align-items:center;justify-content:space-between;padding:16px 16px 12px;background:transparent;visibility:visible!important}.neo-datepicker-header-text{color:var(--neo-title-color);font-weight:600;font-size:16px;flex:1;text-align:center;-webkit-user-select:none;user-select:none;cursor:default;display:flex;align-items:center;justify-content:center}.neo-datepicker-nav-btn{background:#e6eef8;border:none;border-radius:50%;color:#5a6c7d;width:32px;height:32px;display:flex;align-items:center;justify-content:center;box-shadow:-4px -4px 8px #fffc,4px 4px 8px #a3b1c666;transition:all .2s ease;cursor:pointer;font-size:12px}.neo-datepicker-nav-btn:hover{box-shadow:-6px -6px 12px #ffffffe6,6px 6px 12px #a3b1c680;color:#5a6c7d}.neo-datepicker-nav-btn:active{box-shadow:inset -2px -2px 4px #ffffffb3,inset 2px 2px 4px #a3b1c64d}.neo-datepicker-panel-wrapper{width:100%}.neo-datepicker-dropdown .ant-picker-header{display:none!important}.neo-datepicker-dropdown .ant-picker-header-super-prev-btn,.neo-datepicker-dropdown .ant-picker-header-super-next-btn,.neo-datepicker-dropdown .ant-picker-header-prev-btn,.neo-datepicker-dropdown .ant-picker-header-next-btn,.neo-datepicker-dropdown .ant-picker-header-view{display:none!important;visibility:hidden!important}.neo-datepicker-dropdown .neo-datepicker-custom-header,.neo-datepicker-custom-header,div.neo-datepicker-custom-header{display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}.neo-datepicker-custom-header>*,.neo-datepicker-custom-header button,.neo-datepicker-custom-header span{display:inline-flex!important;visibility:visible!important;opacity:1!important}.neo-datepicker-dropdown .ant-picker-body{padding:8px 16px 16px!important}.neo-datepicker-dropdown .ant-picker-content thead th{color:#8896a8!important;font-weight:500!important;font-size:12px!important;padding:8px 0!important}.neo-datepicker-dropdown .ant-picker-cell{color:#5a6c7d!important;padding:4px!important}.neo-datepicker-dropdown .ant-picker-cell-inner{background:transparent!important;border-radius:50%!important;width:32px!important;height:32px!important;line-height:32px!important;font-size:14px!important;transition:all .2s ease!important;margin:0 auto!important}.neo-datepicker-dropdown .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-disabled) .ant-picker-cell-inner{background:#e6eef8!important;box-shadow:-3px -3px 6px #fffc,3px 3px 6px #a3b1c64d!important;color:#5a6c7d!important}.neo-datepicker-dropdown .ant-picker-cell-selected .ant-picker-cell-inner{background:linear-gradient(135deg,#667eea,#764ba2)!important;box-shadow:-4px -4px 8px #ffffff4d,4px 4px 8px #667eea66!important;color:#fff!important;font-weight:600!important}.neo-datepicker-dropdown .ant-picker-cell-selected:hover .ant-picker-cell-inner{background:linear-gradient(135deg,#667eea,#764ba2)!important;box-shadow:-6px -6px 12px #fff6,6px 6px 12px #667eea80!important;color:#fff!important}.neo-datepicker-dropdown .ant-picker-cell-today,.neo-datepicker-dropdown .ant-picker-cell.ant-picker-cell-today,.neo-datepicker-dropdown td.ant-picker-cell-today{border:none!important;border-width:0!important;border-style:none!important;border-color:transparent!important;outline:none!important;outline-width:0!important;box-shadow:none!important}.neo-datepicker-dropdown .ant-picker-cell-today .ant-picker-cell-inner{border:none!important;border-width:0!important;border-style:none!important;border-color:transparent!important;outline:none!important;outline-width:0!important;box-shadow:-2px -2px 4px #ffffffb3,2px 2px 4px #a3b1c64d!important;background:#e6eef8!important;color:#667eea!important;font-weight:600!important;position:relative!important}.neo-datepicker-dropdown .ant-picker-cell-today .ant-picker-cell-inner:before,.neo-datepicker-dropdown .ant-picker-cell-today .ant-picker-cell-inner:after{display:none!important;content:none!important;border:none!important;outline:none!important;box-shadow:none!important;width:0!important;height:0!important;opacity:0!important}.neo-datepicker-dropdown .ant-picker-cell-today:before,.neo-datepicker-dropdown .ant-picker-cell-today:after{display:none!important;content:none!important;border:none!important;outline:none!important;box-shadow:none!important;width:0!important;height:0!important;opacity:0!important}.neo-datepicker-dropdown .ant-picker-cell-today:hover .ant-picker-cell-inner,.neo-datepicker-dropdown .ant-picker-cell-today:focus .ant-picker-cell-inner,.neo-datepicker-dropdown .ant-picker-cell-today:active .ant-picker-cell-inner{border:none!important;border-width:0!important;border-style:none!important;border-color:transparent!important;outline:none!important;outline-width:0!important;box-shadow:-3px -3px 6px #fffc,3px 3px 6px #a3b1c666!important}.neo-datepicker-dropdown .ant-picker-cell-today.ant-picker-cell-selected .ant-picker-cell-inner{background:linear-gradient(135deg,#667eea,#764ba2)!important;border:none!important;border-width:0!important;border-style:none!important;border-color:transparent!important;outline:none!important;outline-width:0!important;box-shadow:-4px -4px 8px #ffffff4d,4px 4px 8px #667eea66!important;color:#fff!important}.neo-datepicker-dropdown .ant-picker-cell-today.ant-picker-cell-selected .ant-picker-cell-inner:before,.neo-datepicker-dropdown .ant-picker-cell-today.ant-picker-cell-selected .ant-picker-cell-inner:after{display:none!important;content:none!important;border:none!important;outline:none!important;box-shadow:none!important;width:0!important;height:0!important;opacity:0!important}.neo-datepicker-dropdown .ant-picker-cell-disabled .ant-picker-cell-inner{color:#c5d0dd!important;background:transparent!important}.neo-datepicker-dropdown .ant-picker-cell-disabled:hover .ant-picker-cell-inner{background:transparent!important;box-shadow:none!important;cursor:not-allowed!important}.neo-datepicker-dropdown .ant-picker-cell:not(.ant-picker-cell-in-view) .ant-picker-cell-inner{color:#d0dae5!important;opacity:.5!important}.neo-datepicker-dropdown .ant-picker-cell:not(.ant-picker-cell-in-view):hover .ant-picker-cell-inner{color:#c5d0dd!important;opacity:.6!important}.neo-datepicker-dropdown .ant-picker-cell-in-view.ant-picker-cell-disabled .ant-picker-cell-inner{color:#d0dae5!important}.neo-datepicker-dropdown .ant-picker-footer,.neo-datepicker-dropdown .ant-picker-now-btn,.neo-datepicker-dropdown .ant-picker-today-btn{display:none!important}.neo-datepicker-dropdown .ant-picker-cell-in-range .ant-picker-cell-inner{background:#667eea1a!important;box-shadow:inset -2px -2px 4px #ffffff80,inset 2px 2px 4px #a3b1c633!important}.neo-datepicker-dropdown .ant-picker-cell-range-start .ant-picker-cell-inner,.neo-datepicker-dropdown .ant-picker-cell-range-end .ant-picker-cell-inner{background:linear-gradient(135deg,#667eea,#764ba2)!important;box-shadow:-4px -4px 8px #ffffff4d,4px 4px 8px #667eea66!important;color:#fff!important}.neo-datepicker-dropdown .ant-picker-month-panel,.neo-datepicker-dropdown .ant-picker-year-panel,.neo-datepicker-dropdown .ant-picker-decade-panel{display:none!important;visibility:hidden!important;pointer-events:none!important}.neo-datepicker-dropdown--month .ant-picker-month-panel{display:block!important;visibility:visible!important;pointer-events:auto!important}.neo-datepicker-dropdown--month .ant-picker-panel-container .ant-picker-panel{display:block!important}.neo-datepicker-dropdown--month .ant-picker-cell-inner{border-radius:12px!important;width:auto!important;min-width:72px!important;height:32px!important;line-height:32px!important;padding:0 12px!important;margin:0!important;box-sizing:border-box!important}.neo-datepicker-dropdown--month .ant-picker-cell{padding:4px 2px!important}.neo-datepicker-dropdown .ant-picker-panel:not(:first-child){display:none!important}.neo-datepicker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-start .ant-picker-cell-inner,.neo-datepicker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-end .ant-picker-cell-inner,.neo-datepicker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover .ant-picker-cell-inner{background:#667eea26!important}.neo-datepicker-dropdown .ant-picker-year-panel .ant-picker-header button,.neo-datepicker-dropdown .ant-picker-decade-panel .ant-picker-header button{display:none!important}.neo-progress{background:#e6eef8;border-radius:12px;box-shadow:inset -2px -2px 6px #ffffffb3,inset 2px 2px 6px #a3b1c64d;padding:2px}.neo-progress .ant-progress-bg{background:linear-gradient(90deg,#667eea,#764ba2)!important;border-radius:10px!important;box-shadow:-2px -2px 4px #ffffff4d,2px 2px 4px #667eea4d}.neo-store-badge{background:#e6eef8;border-radius:12px;padding:4px 12px;box-shadow:-3px -3px 6px #fffc,3px 3px 6px #a3b1c64d;display:inline-flex;align-items:center;gap:8px}.neo-task-item{background:#e6eef8;border-radius:16px;padding:16px 20px;border:none!important;box-shadow:-6px -6px 12px #fffc,6px 6px 12px #a3b1c666;transition:all .3s ease}.neo-task-item:hover{box-shadow:-8px -8px 16px #ffffffe6,8px 8px 16px #a3b1c680;transform:translateY(-1px)}.neo-task-item-no-hover:hover{box-shadow:-6px -6px 12px #fffc,6px 6px 12px #a3b1c666;transform:none}.neo-task-item-completed{background:linear-gradient(135deg,#e0e8f4,#dce4f0);border-radius:16px;padding:16px 20px;border:none!important;box-shadow:-6px -6px 12px #fffc,6px 6px 12px #a3b1c673;transition:all .3s ease}.neo-task-item-completed:hover{box-shadow:-8px -8px 16px #ffffffe6,8px 8px 16px #a3b1c680;transform:translateY(-1px)}.neo-checkbox.ant-checkbox-wrapper{color:var(--neo-title-color)!important}.neo-checkbox .ant-checkbox-inner{background:#e6eef8!important;border:none!important;border-radius:8px!important;width:24px!important;height:24px!important;box-shadow:-4px -4px 8px #fffc,4px 4px 8px #a3b1c666!important;transition:all .2s ease!important}.neo-checkbox:hover .ant-checkbox-inner:not(.ant-checkbox-inner-disabled){box-shadow:-5px -5px 10px #ffffffe6,5px 5px 10px #a3b1c680!important}.neo-checkbox .ant-checkbox-input:focus+.ant-checkbox-inner{box-shadow:-5px -5px 10px #ffffffe6,5px 5px 10px #a3b1c680!important}.neo-checkbox .ant-checkbox-checked .ant-checkbox-inner{background:linear-gradient(135deg,#667eea,#764ba2)!important;box-shadow:-4px -4px 8px #ffffff4d,4px 4px 8px #667eea66!important;border:none!important}.neo-checkbox .ant-checkbox-checked:hover .ant-checkbox-inner{box-shadow:-5px -5px 10px #fff6,5px 5px 10px #667eea80!important}.neo-checkbox .ant-checkbox-input:active+.ant-checkbox-inner{box-shadow:inset -2px -2px 4px #ffffffb3,inset 2px 2px 4px #a3b1c64d!important}.neo-checkbox .ant-checkbox-checked .ant-checkbox-input:active+.ant-checkbox-inner{box-shadow:inset -2px -2px 4px #667eea4d,inset 2px 2px 4px #667eea80!important}.neo-checkbox .ant-checkbox-disabled .ant-checkbox-inner{background:#f5f5f5!important;box-shadow:inset -2px -2px 4px #ffffff80,inset 2px 2px 4px #a3b1c633!important;cursor:not-allowed!important;opacity:.6!important}.neo-checkbox .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner{background:linear-gradient(135deg,#667eea,#764ba2)!important;opacity:.5!important}.neo-radio-group .ant-radio-wrapper{color:var(--neo-title-color)!important;margin-inline-end:0!important}.neo-radio-group .ant-radio{margin-inline-end:10px!important}.neo-radio-group .ant-radio .ant-radio-inner{background:#e6eef8!important;border:none!important;border-radius:50%!important;width:20px!important;height:20px!important;box-shadow:-4px -4px 8px #fffc,4px 4px 8px #a3b1c666!important;transition:all .2s ease!important}.neo-radio-group .ant-radio:hover .ant-radio-inner{box-shadow:-5px -5px 10px #ffffffe6,5px 5px 10px #a3b1c680!important}.neo-radio-group .ant-radio-input:focus+.ant-radio-inner{box-shadow:-5px -5px 10px #ffffffe6,5px 5px 10px #a3b1c680!important}.neo-radio-group .ant-radio-checked .ant-radio-inner{background:linear-gradient(135deg,#667eea,#764ba2)!important;border:none!important;box-shadow:-4px -4px 8px #ffffff4d,4px 4px 8px #667eea66!important}.neo-radio-group .ant-radio-checked .ant-radio-inner:after{background:#fff!important}.neo-radio-group .ant-radio-checked:hover .ant-radio-inner{box-shadow:-5px -5px 10px #fff6,5px 5px 10px #667eea80!important}.neo-radio-group .ant-radio-input:active+.ant-radio-inner{box-shadow:inset -2px -2px 4px #ffffffb3,inset 2px 2px 4px #a3b1c64d!important}.neo-radio-group .ant-radio-checked .ant-radio-input:active+.ant-radio-inner{box-shadow:inset -2px -2px 4px #667eea4d,inset 2px 2px 4px #667eea80!important}.neo-radio-group .ant-radio-disabled .ant-radio-inner{background:#f5f5f5!important;box-shadow:inset -2px -2px 4px #ffffff80,inset 2px 2px 4px #a3b1c633!important;cursor:not-allowed!important;opacity:.6!important}.neo-radio-group .ant-radio-disabled.ant-radio-checked .ant-radio-inner{background:linear-gradient(135deg,#667eea,#764ba2)!important;opacity:.5!important}.neo-filters-container{background:#e6eef8;border-radius:20px;padding:20px 20px 12px;box-shadow:-8px -8px 16px #fffc,8px 8px 16px #a3b1c666;margin-bottom:24px;width:100%;box-sizing:border-box;overflow:hidden;position:relative}@media(max-width:767px){.neo-filters-container{padding:12px 8px 8px;margin-bottom:16px}}.neo-filters-row{display:flex;flex-wrap:wrap;gap:20px;align-items:center;box-sizing:border-box}.neo-filters-item{width:280px;min-width:280px;flex-shrink:0;box-sizing:border-box}.neo-filters-actions{display:flex;align-items:center;gap:20px;width:344px;min-width:344px;flex-shrink:0;box-sizing:border-box}.neo-filters-item--auto,.neo-filters-actions--compact{width:auto;min-width:0;flex-shrink:0}.neo-filters-row-group{display:flex;align-items:center;gap:20px;flex-shrink:0;flex-wrap:wrap;min-width:0}.orders-filters-row .orders-filters-search.orders-filters-search--grow{flex:1 1 280px;min-width:280px}@media(max-width:767px){.orders-filters-row.neo-filters-row{gap:8px;align-items:flex-start;min-height:0}.orders-filters-row .orders-filters-search.orders-filters-search--grow{flex:0 0 auto;min-width:0}.orders-filters-row .neo-filters-item,.orders-filters-row .neo-filters-row-group{margin-top:0!important;margin-bottom:0!important;flex:0 0 auto}.orders-filters-row .neo-filters-row-group{gap:8px;width:100%;flex-wrap:nowrap}.orders-filters-row .neo-filters-row-group .neo-filters-item{flex:1 1 0;min-width:0;width:auto;max-width:none}.orders-filters-row .neo-filters-row-group .neo-filters-actions{flex:0 0 auto;width:auto;min-width:0}}.neo-filters-second-row{display:flex;flex-wrap:wrap;align-items:center;gap:20px;min-width:0}@media(min-width:768px){.neo-filters-second-row{min-width:380px}}.neo-filters-last-group{display:contents}@media(max-width:767px){.neo-filters-row{flex-direction:column;align-items:stretch;gap:12px}.neo-filters-row>*{flex:0 0 auto!important}.neo-filters-row-group{gap:12px}.neo-filters-item,.neo-filters-actions{width:100%;min-width:0;max-width:100%}.neo-filters-second-row{flex-direction:column;align-items:stretch;min-width:0}.neo-filters-last-group{display:flex;flex-direction:row;align-items:center;gap:20px;width:100%}.neo-filters-last-group .neo-filters-item--auto,.neo-filters-last-group .neo-filters-actions--compact{width:auto;min-width:0}}.neo-checklists-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;width:100%;box-sizing:border-box}@media(max-width:575px){.neo-checklists-grid{grid-template-columns:1fr}}.sales-check-forms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:20px;width:100%;box-sizing:border-box}.sales-check-forms-grid>*{min-width:0}.sales-check-card{min-width:380px;width:100%}@media(max-width:575px){.sales-check-forms-grid{grid-template-columns:1fr}.sales-check-card{min-width:0}}.sales-check-lowstock-label{font-size:13px;font-weight:600;color:var(--neo-title-color);margin-bottom:8px}.sales-check-lowstock-hint{font-size:12px;color:var(--neo-placeholder-color);margin-bottom:12px;line-height:1.4}.sales-check-lowstock-search-wrap{overflow:hidden;border-radius:999px;margin-bottom:12px}.sales-check-lowstock-autocomplete.ant-select .ant-select-selector{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;border-radius:999px!important}.sales-check-lowstock-autocomplete.ant-select{background:transparent!important;border:none!important;box-shadow:none!important}.sales-check-lowstock-autocomplete.ant-select .ant-select-selection-search-input,.sales-check-lowstock-autocomplete.ant-select .ant-select-selection-placeholder,.sales-check-lowstock-autocomplete.ant-select .ant-select-selection-item{line-height:42px!important}.sales-check-lowstock-autocomplete.ant-select-single.ant-select-lg .ant-select-selector{height:44px!important;min-height:44px!important;align-items:center!important}.sales-check-lowstock-link{font-size:13px;color:var(--neo-title-color);text-decoration:none}.sales-check-lowstock-link:hover{text-decoration:underline}.profile-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:20px;width:100%;box-sizing:border-box}.profile-cards-grid>*{min-width:0}@media(max-width:575px){.profile-cards-grid{grid-template-columns:1fr}}.neo-pagination-wrap{margin-top:24px;display:flex;justify-content:center;width:100%}.neo-pagination.ant-pagination{display:flex;align-items:center;gap:8px}.neo-pagination.ant-pagination .ant-pagination-item,.neo-pagination.ant-pagination .ant-pagination-prev,.neo-pagination.ant-pagination .ant-pagination-next,.neo-pagination.ant-pagination .ant-pagination-jump-prev,.neo-pagination.ant-pagination .ant-pagination-jump-next{background:var(--neo-btn-bg)!important;border:none!important;border-radius:12px!important;box-shadow:var(--neo-btn-shadow-default);min-width:36px;height:36px!important;line-height:34px!important}.neo-pagination.ant-pagination .ant-pagination-item a,.neo-pagination.ant-pagination .ant-pagination-prev .ant-pagination-item-link,.neo-pagination.ant-pagination .ant-pagination-next .ant-pagination-item-link{color:var(--neo-btn-color)!important;background:transparent!important}.neo-pagination.ant-pagination .ant-pagination-item a:hover,.neo-pagination.ant-pagination .ant-pagination-prev .ant-pagination-item-link:hover,.neo-pagination.ant-pagination .ant-pagination-next .ant-pagination-item-link:hover{background:transparent!important;color:var(--neo-btn-color)!important}.neo-pagination.ant-pagination .ant-pagination-item:hover:not(.ant-pagination-item-active),.neo-pagination.ant-pagination .ant-pagination-prev:hover:not(.ant-pagination-disabled),.neo-pagination.ant-pagination .ant-pagination-next:hover:not(.ant-pagination-disabled){background:var(--neo-btn-bg)!important;box-shadow:var(--neo-btn-shadow-hover)!important}.neo-pagination.ant-pagination .ant-pagination-prev:hover:not(.ant-pagination-disabled) .ant-pagination-item-link,.neo-pagination.ant-pagination .ant-pagination-next:hover:not(.ant-pagination-disabled) .ant-pagination-item-link{color:var(--neo-btn-color)!important}.neo-pagination.ant-pagination .ant-pagination-item-active,.neo-pagination.ant-pagination .ant-pagination-item-active:hover{background:linear-gradient(135deg,#667eea,#764ba2)!important;box-shadow:-4px -4px 8px #ffffff4d,4px 4px 8px #667eea4d}.neo-pagination.ant-pagination .ant-pagination-item-active a,.neo-pagination.ant-pagination .ant-pagination-item-active:hover a,.neo-pagination.ant-pagination .ant-pagination-item-active a:hover{color:#fff!important}.neo-pagination.ant-pagination .ant-pagination-disabled{opacity:.5;box-shadow:inset 2px 2px 4px #a3b1c633!important}.neo-pagination.ant-pagination .ant-pagination-options{margin-inline-start:16px}.neo-pagination.ant-pagination .ant-pagination-options .ant-select-selector{background:#e6eef8!important;border:none!important;border-radius:12px!important;box-shadow:inset -2px -2px 4px #fff9,inset 2px 2px 4px #a3b1c64d}.neo-empty-state{background:#e6eef8;border-radius:20px;padding:60px 24px;text-align:center;box-shadow:inset -6px -6px 12px #fff9,inset 6px 6px 12px #a3b1c64d}@media(max-width:767px){.neo-empty-state{padding:24px 8px}}.store-page-grid{box-sizing:border-box}.store-page-grid .neo-card,.store-page-grid .neo-card .ant-card-body{min-width:0;overflow:hidden}.store-block-header-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;width:100%;min-width:0}.store-block-header-title{flex:1 1 0%;min-width:0;display:flex;align-items:center;gap:8px}.store-block-header-title .ant-typography{min-width:0;overflow:hidden;text-overflow:ellipsis}.store-block-empty.ant-empty{display:flex!important;flex-direction:row!important;align-items:center!important;gap:12px!important;justify-content:flex-start!important;text-align:left!important}.store-block-empty.ant-empty .ant-empty-image{height:auto!important;min-height:unset!important;margin-bottom:0!important;margin-right:0!important;flex-shrink:0!important}.store-block-empty.ant-empty .ant-empty-description{margin-top:0!important}.neo-text-primary{color:#5a6c7d}.neo-text-secondary{color:#8896a8}.neo-title{color:var(--neo-title-color)!important;font-weight:600!important}.profile-page{overflow:visible!important}.profile-page .neo-input,.profile-page .neo-input.ant-input,.profile-page .neo-input.ant-input-affix-wrapper,.profile-page .ant-input-password.neo-input{height:44px!important;min-height:44px!important}.profile-page .neo-input.ant-input-affix-wrapper input{height:100%!important;min-height:0!important}.profile-page .neo-select.ant-select .ant-select-selector,.profile-page .ant-form-item .ant-select-single.ant-select .ant-select-selector,.profile-page .ant-form-item .neo-input.ant-picker{height:44px!important;min-height:44px!important}.profile-page .neo-button,.profile-page .neo-button.ant-btn-sm,.profile-page .neo-button.ant-btn{height:44px!important;min-height:44px!important;padding-top:0!important;padding-bottom:0!important;line-height:44px!important;display:inline-flex!important;align-items:center!important}.profile-page .neo-select.ant-select,.profile-page .ant-form-item .neo-select .ant-select-selector{height:44px!important;min-height:44px!important}.profile-page .neo-select .ant-select-selection-item,.profile-page .neo-select .ant-select-selection-placeholder{line-height:42px!important}.profile-page .ant-form-item-label>label{color:var(--neo-title-color)!important}.profile-page .ant-tabs{background:transparent!important}.profile-page .ant-tabs-nav{margin-bottom:24px!important;padding-bottom:6px!important;overflow:visible!important;background:transparent!important}.profile-page .ant-tabs-nav:before{display:none!important}.profile-page .ant-tabs-nav-list{background:var(--neo-btn-bg)!important;border-radius:999px!important;padding:6px!important;box-shadow:var(--neo-btn-shadow-default)!important;gap:4px!important;overflow:hidden!important;border:none!important}.profile-page .ant-tabs-nav-wrap{overflow:visible!important;background:transparent!important}.profile-page .ant-tabs-tab{color:var(--neo-title-color)!important;margin:0!important;padding:0 4px!important;border-radius:999px!important;transition:all .2s ease!important}.profile-page .ant-tabs-tab-btn{padding:10px 20px!important;border-radius:999px!important;transition:all .2s ease!important}.profile-page .ant-tabs-tab:not(.ant-tabs-tab-active) .ant-tabs-tab-btn:hover{color:var(--neo-title-color)!important;background:#fff6!important;box-shadow:-2px -2px 6px #fff9!important}.profile-page .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--neo-title-color)!important;font-weight:600!important;background:#ffffff80!important;box-shadow:var(--neo-btn-shadow-active)!important;border-radius:999px!important}.profile-page .ant-tabs-ink-bar{display:none!important}.profile-page .ant-tabs-content-holder{margin-top:0!important;background:transparent!important}.profile-page .ant-tabs-tabpane{background:transparent!important}.profile-page .ant-collapse{background:transparent!important;border:none!important}.profile-page .ant-collapse-item{border:none!important}.profile-page .ant-collapse-header{color:var(--neo-title-color)!important;align-items:center!important}.profile-page .ant-collapse-content{background:transparent!important;border:none!important}.profile-page .ant-collapse-content-box{padding:16px 0 0!important}.profile-page .ant-alert{border-radius:16px;border:none;box-shadow:var(--neo-field-shadow-default);background:var(--neo-btn-bg)!important}.profile-page .ant-alert-message{color:var(--neo-title-color)!important}.profile-page .profile-store-card{background:var(--neo-btn-bg)!important;border:none!important;border-radius:16px!important;box-shadow:var(--neo-btn-shadow-default)!important;transition:all .2s ease}.profile-page .profile-store-card:hover{box-shadow:var(--neo-btn-shadow-hover)!important}.profile-page .profile-store-card.selected{box-shadow:var(--neo-field-shadow-hover)!important;background:linear-gradient(135deg,#e0e8f4,#dce4f0)!important}.profile-page .profile-avatar.ant-avatar{background:var(--neo-btn-bg)!important;color:var(--neo-title-color)!important;box-shadow:var(--neo-btn-shadow-default)!important;border:none!important}.profile-page .profile-avatar.ant-avatar .anticon{color:var(--neo-title-color)!important}.ant-modal.neo-modal{background:#e4edf7!important;background-color:#e4edf7!important;background-image:none!important;border-radius:20px!important;border:none!important;outline:none!important;box-shadow:none!important;padding:24px!important;overflow:hidden!important}.ant-modal.neo-modal .ant-modal-container{padding:0!important;border:none!important;outline:none!important;box-shadow:none!important;background:transparent!important}.ant-modal.neo-modal:before,.ant-modal.neo-modal:after,.ant-modal.neo-modal .ant-modal-container:before,.ant-modal.neo-modal .ant-modal-container:after{display:none!important;border:none!important;background:transparent!important}.ant-modal-wrap.neo-modal-wrap{border:none!important;outline:none!important;box-shadow:none!important}[class*=neo-modal] .ant-modal-content,.ant-modal.neo-modal.ant-modal-confirm{background:#e4edf7!important;background-color:#e4edf7!important}.neo-modal .ant-modal-header{background:transparent!important;background-color:transparent!important;border-bottom:1px solid rgba(163,177,198,.2)!important;padding:0 0 16px!important;margin-bottom:24px!important}.neo-modal .ant-modal-title{color:var(--neo-title-color)!important;font-weight:600!important;font-size:18px!important}.neo-modal .ant-modal-body{padding:0!important;background:#e4edf7!important;background-color:#e4edf7!important}.neo-modal input::placeholder,.neo-modal textarea::placeholder,.neo-modal .ant-input::placeholder,.neo-modal textarea.ant-input::placeholder,.neo-modal .ant-input-affix-wrapper input::placeholder,.neo-modal .ant-select .ant-select-selection-placeholder{color:var(--neo-placeholder-color)!important;font-weight:var(--neo-placeholder-font-weight)!important}.ant-modal.neo-modal.ant-modal-confirm .ant-modal-confirm-body-wrapper{background:transparent!important}.neo-modal .ant-modal-confirm .ant-modal-confirm-title{color:var(--neo-title-color)!important;font-weight:600!important;font-size:18px!important}.neo-modal .ant-modal-confirm .ant-modal-confirm-content{color:var(--neo-title-color)!important}.neo-modal .ant-modal-confirm .ant-modal-confirm-btns{margin-top:24px!important;display:flex!important;justify-content:center!important;gap:8px!important}.neo-modal .ant-modal-confirm .ant-modal-confirm-btns .ant-btn{border-radius:999px!important;border:none!important;font-weight:500!important;padding:6px 20px!important;min-height:32px!important;transition:all .2s ease!important}.neo-modal .ant-modal-confirm .ant-modal-confirm-btns .ant-btn-default{background:var(--neo-btn-bg)!important;color:var(--neo-btn-color)!important;box-shadow:var(--neo-btn-shadow-default)!important}.neo-modal .ant-modal-confirm .ant-modal-confirm-btns .ant-btn-default:hover{box-shadow:var(--neo-btn-shadow-hover)!important;background:var(--neo-btn-bg)!important}.neo-modal .ant-modal-confirm .ant-modal-confirm-btns .ant-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2)!important;color:#fff!important;box-shadow:-6px -6px 12px #ffffff4d,6px 6px 12px #667eea66!important}.neo-modal .ant-modal-confirm .ant-modal-confirm-btns .ant-btn-primary:hover{box-shadow:-4px -4px 8px #ffffffe6,4px 4px 8px #667eea80!important;background:linear-gradient(135deg,#667eea,#764ba2)!important}.neo-modal .ant-modal-confirm .ant-modal-confirm-btns .ant-btn-dangerous,.neo-modal .ant-modal-confirm .ant-modal-confirm-btns .ant-btn-danger{background:#ff4d4f!important;color:#fff!important;box-shadow:-6px -6px 12px #ffffff4d,6px 6px 12px #ff4d4f66!important}.neo-modal .ant-modal-confirm .ant-modal-confirm-btns .ant-btn-dangerous:hover,.neo-modal .ant-modal-confirm .ant-modal-confirm-btns .ant-btn-danger:hover{box-shadow:-4px -4px 8px #ffffffe6,4px 4px 8px #ff4d4f80!important;background:#ff4d4f!important;color:#fff!important}.neo-modal-transfer .neo-select.ant-select .ant-select-selector{height:44px!important;min-height:44px!important}.neo-transfer-fields .neo-textarea{min-height:44px!important;padding:10px 20px!important;line-height:24px!important;box-sizing:border-box!important;border-radius:22px!important}.neo-transfer-fields .neo-textarea.ant-input.ant-input-lg{min-height:44px!important;padding:10px 20px!important}.neo-transfer-fields .neo-input-number.ant-input-number{height:44px!important;min-height:44px!important;box-sizing:border-box!important}.neo-transfer-fields .neo-input-number.ant-input-number .ant-input-number-input{min-height:0!important;height:100%!important}.neo-transfer-fields .ant-form-item-control-input-content:has(.phone-input-single){background:transparent!important;box-shadow:none!important}.neo-quantity-stepper{display:flex;align-items:center;gap:8px}.neo-quantity-stepper .neo-icon-button{flex-shrink:0}.neo-quantity-stepper .ant-form-item{margin-bottom:0!important;flex:0 0 auto}.neo-input-number-narrow.ant-input-number{width:72px!important;min-width:72px!important;padding-inline:8px!important;text-align:center!important}.neo-input-number-narrow.ant-input-number .ant-input-number-input{text-align:center!important}.neo-modal .ant-modal-footer{background:transparent!important;background-color:transparent!important;border-top:1px solid rgba(163,177,198,.2)!important;padding:16px 0 0!important;margin-top:24px!important;display:flex!important;justify-content:center!important;gap:8px!important}.neo-modal .ant-modal-footer .ant-btn{border-radius:999px!important;border:none!important;font-weight:500!important;padding:6px 20px!important;height:auto!important;min-height:32px!important;transition:all .2s ease!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.neo-modal .ant-modal-footer .ant-btn-default{background:var(--neo-btn-bg)!important;color:var(--neo-btn-color)!important;box-shadow:var(--neo-btn-shadow-default)!important}.neo-modal .ant-modal-footer .ant-btn-default:hover{box-shadow:var(--neo-btn-shadow-hover)!important;color:var(--neo-btn-color)!important;background:var(--neo-btn-bg)!important;border:none!important}.neo-modal .ant-modal-footer .ant-btn-default:active{box-shadow:var(--neo-btn-shadow-active)!important;background:var(--neo-btn-bg)!important;border:none!important}.neo-modal .ant-modal-footer .ant-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2)!important;color:#fff!important;box-shadow:-6px -6px 12px #ffffff4d,6px 6px 12px #667eea66!important;border:none!important}.neo-modal .ant-modal-footer .ant-btn-primary:hover{box-shadow:-4px -4px 8px #ffffffe6,4px 4px 8px #667eea80!important;color:#fff!important;background:linear-gradient(135deg,#667eea,#764ba2)!important;border:none!important}.neo-modal .ant-modal-footer .ant-btn-primary:active{box-shadow:inset -2px -2px 6px #667eea4d,inset 2px 2px 6px #667eea80!important;background:linear-gradient(135deg,#667eea,#764ba2)!important;border:none!important}.neo-modal .ant-modal-footer .ant-btn-dangerous,.neo-modal .ant-modal-footer .ant-btn-danger{background:#ff4d4f!important;color:#fff!important;box-shadow:-6px -6px 12px #ffffff4d,6px 6px 12px #ff4d4f66!important;border:none!important}.neo-modal .ant-modal-footer .ant-btn-dangerous:hover,.neo-modal .ant-modal-footer .ant-btn-danger:hover{box-shadow:-4px -4px 8px #ffffffe6,4px 4px 8px #ff4d4f80!important;color:#fff!important;background:#ff4d4f!important;border:none!important}.neo-modal .ant-modal-footer .ant-btn-dangerous:active,.neo-modal .ant-modal-footer .ant-btn-danger:active{box-shadow:inset -2px -2px 6px #ff4d4f4d,inset 2px 2px 6px #ff4d4f80!important;background:#ff4d4f!important;border:none!important}.neo-modal .ant-form-item-label>label{color:var(--neo-title-color)!important;font-weight:500!important}body .ant-modal.neo-modal{background:#e4edf7!important;background-color:#e4edf7!important}.ant-message .ant-message-notice-content{background:#e4edf7!important;border-radius:12px;box-shadow:6px 6px 16px #a3b1c666,-6px -6px 16px #ffffffe6;color:var(--neo-title-color, #3d4f5f);font-weight:500;padding:10px 16px}.profile-shifts{padding:4px 0}.profile-shifts-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:16px;margin-bottom:20px}.profile-shifts-filters .neo-filters-item{display:flex;flex-direction:column;gap:6px}.profile-shifts-filters .neo-filters-label{font-size:13px;color:var(--neo-placeholder-color)}.profile-shifts-loading,.profile-shifts-empty{color:var(--neo-placeholder-color);padding:24px 0;text-align:center}.profile-shifts-summary{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px;padding:12px 16px;background:var(--neo-bg-inset);border-radius:12px;font-size:14px;color:var(--neo-title-color)}.profile-shifts-summary__item strong{color:var(--neo-title-color)}.profile-shifts-list{list-style:none;margin:16px 0 0;padding:0}.profile-shifts-list__row{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding:10px 12px;margin-bottom:8px;background:var(--neo-bg-inset, #e0e8f4);border-radius:12px;color:#3d4f5f;font-size:14px}.profile-shifts-list__date{min-width:180px;font-weight:500}.profile-shifts-list__badge{display:inline-block;padding:6px 12px;border-radius:10px;font-size:13px;font-weight:500}.profile-shifts-list__badge--dayoff{color:#3d4f5f}.profile-shifts-list__badge--shift{color:#fff}.checklists-cards-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,380px),1fr));min-width:0}.checklist-card{width:100%;min-width:0;height:100%;display:block}.checklist-card .neo-card,.checklist-card .ant-card{height:100%;width:100%;min-width:0}.checklist-card .ant-card-body{flex:1;display:flex;flex-direction:row;align-items:stretch}.checklist-card-content{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.checklist-card-actions{display:flex;flex-direction:row;gap:8px;flex-shrink:0;border-left:1px solid rgba(163,177,198,.2);padding-left:16px;align-items:center}.checklist-card.completed .checklist-card-actions{border-left-color:#a3b1c659}.checklist-card-action-button{width:44px;height:44px;min-width:44px;min-height:44px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0;border-radius:12px;box-sizing:border-box}.checklist-card-action-icon{font-size:20px;color:#5a6c7d}.checklist-card-action-button:hover{background:#a3b1c626;box-shadow:inset -2px -2px 4px #ffffff80,inset 2px 2px 4px #a3b1c633}.checklist-card-action-button:hover .checklist-card-action-icon{transform:scale(1.1);transition:transform .2s ease}.checklist-card-action-button:active{background:#a3b1c640;box-shadow:inset -1px -1px 2px #fff6,inset 1px 1px 2px #a3b1c64d}.checklist-card-action-button:disabled{opacity:.6;cursor:not-allowed}.checklist-card-action-button:disabled:hover{background:transparent;box-shadow:none}.checklist-card.completed .checklist-card-action-button:hover{background:#a3b1c633;box-shadow:inset -2px -2px 4px #ffffff80,inset 2px 2px 4px #a3b1c640}.checklist-card.completed .checklist-card-action-button:active{background:#a3b1c64d;box-shadow:inset -1px -1px 2px #fff6,inset 1px 1px 2px #a3b1c659}.checklist-add-task-row{display:flex;gap:8px;align-items:stretch}@media(max-width:575px){.checklist-add-task-row{flex-direction:column;align-items:stretch}.checklist-add-task-btn{width:100%}}.checklist-add-task-textarea.neo-textarea{resize:none;min-height:44px!important;padding:10px 20px!important;line-height:24px!important;box-sizing:border-box!important;border-radius:22px!important}.transfers-cards-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,380px),1fr));min-width:0}.transfer-card{width:100%;min-width:0;height:100%;display:block}.transfer-card .neo-card,.transfer-card-neo .ant-card{height:100%;width:100%;min-width:0}.transfer-card-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:8px}.transfer-card-header-text{flex:1;min-width:0}.transfer-card-title{word-break:break-word}.transfer-card-quantity{display:block;font-size:12px;margin-top:4px;margin-bottom:0}.transfer-card-quantity-last{color:#3d4f5f!important;font-weight:500}.transfer-card-route-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-left:36px}.neo-transfer-route{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.neo-transfer-route .neo-store-badge{display:flex;align-items:center;gap:6px}.transfer-card-edit-link{padding:0;border:none;background:none;cursor:pointer;font-size:12px;color:#8896a8;transition:color .2s ease;flex-shrink:0}.transfer-card-edit-link:hover{color:#5a6c7d}.sort-toggle{position:relative;display:inline-flex;background:var(--neo-btn-bg, #e6eef8);padding:4px;border-radius:999px;box-shadow:var(--neo-btn-shadow-default, -6px -6px 12px rgba(255, 255, 255, .8), 6px 6px 12px rgba(163, 177, 198, .4));isolation:isolate}.sort-toggle-pill{position:absolute;top:4px;left:4px;width:calc(50% - 4px);height:calc(100% - 8px);border-radius:999px;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:-2px -2px 6px #ffffff59,2px 2px 8px #667eea40;transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:0;pointer-events:none}.sort-toggle-option{position:relative;z-index:1;flex:1;min-width:120px;padding:8px 18px;border:none;border-radius:999px;background:transparent;font-size:14px;font-weight:500;color:var(--neo-title-color, #3d4f5f);cursor:pointer;transition:color .2s ease;outline:none;white-space:nowrap}.sort-toggle-option:hover:not(.sort-toggle-option--selected){color:var(--neo-title-color, #3d4f5f)}.sort-toggle-option:focus-visible{outline:2px solid rgba(102,126,234,.6);outline-offset:2px}.sort-toggle-option--selected{color:#fff;cursor:default}.sort-toggle-option:active:not(.sort-toggle-option--selected){opacity:.85}.transfers-filter-toggle-wrap{width:auto;min-width:0;flex-shrink:0}.transfers-filters-from-to-row{display:flex;flex-wrap:wrap;gap:20px;min-width:0}@media(max-width:767px){.transfers-filters-from-to-row{flex-wrap:nowrap;gap:12px;width:100%}.transfers-filters-from-to-row .neo-filters-item{flex:1;min-width:0;max-width:none;width:auto}}.reconciliation-search-wrap{overflow:hidden;border-radius:999px;min-height:44px}.reconciliation-search-autocomplete.ant-select .ant-select-selector{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;border-radius:999px!important;height:44px!important;min-height:44px!important}.reconciliation-search-autocomplete.ant-select-single.ant-select-lg .ant-select-selector{height:44px!important;min-height:44px!important;padding-inline:16px!important;align-items:center!important}.reconciliation-search-autocomplete .ant-select-selection-search,.reconciliation-search-autocomplete .ant-select-selection-placeholder{height:44px!important;min-height:44px!important;display:flex!important;align-items:center!important}.reconciliation-search-autocomplete .ant-input-affix-wrapper,.reconciliation-search-autocomplete .ant-input-affix-wrapper.ant-input-affix-wrapper-lg{height:44px!important;min-height:44px!important;padding-top:0!important;padding-bottom:0!important;align-items:center!important}.reconciliation-search-autocomplete .ant-input-affix-wrapper>input.ant-input{height:100%!important;min-height:0!important}.reconciliation-search-autocomplete.ant-select{background:transparent!important;border:none!important;box-shadow:none!important;min-height:44px!important}.reconciliation-cards-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,380px),1fr));min-width:0}.reconciliation-card{width:100%;min-width:0;height:100%;display:block}.reconciliation-card .neo-card,.reconciliation-card-neo.ant-card{height:100%;width:100%;min-width:0}.reconciliation-card-neo .ant-card-body{min-width:0;border-radius:0 0 18px 18px}.reconciliation-card-header{margin-bottom:12px}.reconciliation-card-header-title-row{display:flex;align-items:center;gap:10px;min-width:0}.reconciliation-card-title{font-weight:600;font-size:15px;line-height:1.35;word-break:break-word;min-width:0}.reconciliation-card-date{font-size:12px;margin-top:4px}.reconciliation-card-table.ant-table-wrapper{background:transparent!important}.reconciliation-card-table .ant-table{font-size:13px;background:transparent!important;color:var(--neo-btn-color)}.reconciliation-card-table .ant-table-container{background:transparent!important;min-width:0}.reconciliation-card-table .ant-table-container table{background:transparent!important;table-layout:fixed;width:100%;min-width:0}.reconciliation-card-table .ant-table-thead>tr>th{padding:6px;font-size:12px;background:transparent!important;color:var(--neo-title-color)!important;border-bottom:1px solid rgba(163,177,198,.4)!important;font-weight:600;overflow:hidden;text-overflow:ellipsis}.reconciliation-card-table .ant-table-tbody>tr>td{padding:6px;background:transparent!important;border-bottom:1px solid rgba(163,177,198,.25)!important;color:var(--neo-btn-color);overflow:hidden;text-overflow:ellipsis}.reconciliation-card-table .ant-table-tbody>tr:last-child>td{border-bottom:none!important}.reconciliation-card-table .ant-table-tbody>tr:hover>td{background:#ffffff4d!important}.reconciliation-card-cell{font-size:13px;display:block;overflow:hidden;text-overflow:ellipsis}.reconciliation-card-fact-input{max-width:100%;width:100%;min-width:0;box-sizing:border-box}.reconciliation-card-fact-input.ant-input{font-size:13px;background:var(--neo-btn-bg)!important;border:none!important;box-shadow:var(--neo-field-shadow-default)!important;border-radius:999px!important;color:var(--neo-btn-color)!important}.reconciliation-card-fact-input.ant-input:hover,.reconciliation-card-fact-input.ant-input:focus{box-shadow:var(--neo-field-shadow-hover)!important}.reconciliation-card-correction{margin-top:14px;padding-top:18px;border-top:1px solid rgba(163,177,198,.3);display:flex;flex-direction:column;gap:10px;align-items:center}.reconciliation-card-correction-done,.reconciliation-card-correction-status{font-size:12px;line-height:1.4}.reconciliation-card-correction-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:16px}.reconciliation-card-correction-btn{flex-shrink:0;height:44px;min-height:44px}.reconciliation-card-correction-btn.ant-btn{display:inline-flex;align-items:center;justify-content:center;height:44px;min-height:44px;padding-top:0;padding-bottom:0;line-height:1.2}.reconciliation-card-correction-hint{font-size:12px;line-height:1.35}.reconciliation-card-correction-hint+.reconciliation-card-correction-btn{margin-top:16px}.purchasing-cards-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,380px),1fr));min-width:0}.purchasing-card{width:100%;min-width:0;height:100%;display:block}.purchasing-card .neo-card,.purchasing-card-neo .ant-card{height:100%;width:100%;min-width:0}.purchasing-card-header{display:flex;align-items:flex-start;gap:10px;min-width:0}.purchasing-card-thumbs{display:flex;align-items:center;gap:4px;flex-shrink:0}.purchasing-card-thumb-wrap{width:40px;height:40px;flex-shrink:0;border-radius:6px;overflow:hidden;cursor:pointer}.purchasing-card-thumb-wrap .ant-image-img{width:40px;height:40px;object-fit:cover;border-radius:6px;background:#0000000f}.purchasing-card-title{flex:1;font-size:15px;line-height:1.35;word-break:break-word;min-width:0}.purchasing-card-meta{display:flex;flex-direction:column;gap:4px}.purchasing-card-meta-row{font-size:12px}.purchasing-card-status-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:4px}.purchasing-card-status{display:flex;align-items:center;gap:10px}.purchasing-card-status .purchasing-status-switch{flex-shrink:0}.purchasing-card-delete-link{padding:0;border:none;background:none;cursor:pointer;font-size:12px;color:#8896a8;transition:color .2s ease;flex-shrink:0}.purchasing-card-delete-link:hover:not(:disabled){color:#5a6c7d}.purchasing-card-delete-link:disabled{cursor:default;opacity:.7}.purchasing-card .purchasing-status-switch.ant-switch-checked{background:linear-gradient(135deg,#667eea,#764ba2)!important}.purchasing-card .purchasing-status-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:linear-gradient(135deg,#667eea,#764ba2)!important;opacity:.9}.purchasing-status-toggle{position:relative;display:inline-flex;background:var(--neo-btn-bg, #e6eef8);padding:4px;border-radius:999px;box-shadow:var(--neo-btn-shadow-default, -6px -6px 12px rgba(255, 255, 255, .8), 6px 6px 12px rgba(163, 177, 198, .4));isolation:isolate}.purchasing-status-toggle-pill{position:absolute;top:4px;left:4px;width:calc(50% - 4px);height:calc(100% - 8px);border-radius:999px;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:-2px -2px 6px #ffffff59,2px 2px 8px #667eea40;transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:0;pointer-events:none}.purchasing-status-toggle-option{position:relative;z-index:1;flex:1;min-width:100px;padding:8px 18px;border:none;border-radius:999px;background:transparent;font-size:14px;font-weight:500;color:var(--neo-title-color, #3d4f5f);cursor:pointer;transition:color .2s ease;outline:none;white-space:nowrap}.purchasing-status-toggle-option:hover:not(.purchasing-status-toggle-option--selected){color:var(--neo-title-color, #3d4f5f)}.purchasing-status-toggle-option:focus-visible{outline:2px solid rgba(102,126,234,.6);outline-offset:2px}.purchasing-status-toggle-option--selected{color:#fff;cursor:default}.purchasing-status-toggle-option:active:not(.purchasing-status-toggle-option--selected){opacity:.85}.purchasing-add-row{display:flex;flex-wrap:wrap;gap:24px}.purchasing-add-block{flex:0 0 calc(50% - 12px);min-width:280px;margin-bottom:0;box-sizing:border-box}@media(max-width:779px){.purchasing-add-block{flex:0 0 100%;min-width:0;max-width:100%}}.purchasing-manual-form.ant-form-vertical .ant-form-item{margin-bottom:0}.purchasing-manual-row{display:flex;align-items:flex-start;gap:16px;flex-wrap:wrap}.purchasing-add-btn.ant-btn{height:44px!important;min-height:44px!important;line-height:42px!important;padding-top:0!important;padding-bottom:0!important}.purchasing-manual-input-wrap .ant-input,.purchasing-manual-input-wrap .ant-input-affix-wrapper,.purchasing-manual-input.ant-input{height:44px!important;line-height:44px!important;min-height:44px!important}.purchasing-manual-input-wrap .ant-input-affix-wrapper>input.ant-input{height:100%!important;line-height:inherit!important}.purchasing-manual-upload-wrap .ant-upload-list-picture-card-container,.purchasing-manual-upload-wrap .ant-upload-select{width:80px;height:80px}.purchasing-manual-upload.ant-upload-wrapper{display:inline-block}.purchasing-add-label{font-size:13px;font-weight:600;color:var(--neo-title-color);margin-bottom:10px}.purchasing-filters-wrap{margin-top:24px}.purchasing-filter-status-wrap{display:flex;align-items:center}.purchasing-filters-source-reset-row{display:flex;flex-wrap:wrap;align-items:center;gap:20px;min-width:0}@media(max-width:767px){.purchasing-filters-source-reset-row{flex-wrap:nowrap;gap:12px;width:100%}.purchasing-filters-source-reset-row .neo-filters-item{flex:1;min-width:0;max-width:none;width:auto}.purchasing-filters-source-reset-row .neo-filters-actions{flex-shrink:0;width:auto}}.purchasing-search-wrap{overflow:hidden;border-radius:999px}.purchasing-search-autocomplete.ant-select .ant-select-selector{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;border-radius:999px!important}.purchasing-search-autocomplete.ant-select{background:transparent!important;border:none!important;box-shadow:none!important}.purchasing-search-autocomplete.ant-select .ant-select-selection-search-input,.purchasing-search-autocomplete.ant-select .ant-select-selection-placeholder,.purchasing-search-autocomplete.ant-select .ant-select-selection-item{line-height:42px!important}.purchasing-search-autocomplete.ant-select-single.ant-select-lg .ant-select-selector{height:44px!important;min-height:44px!important;align-items:center!important}.order-card{width:100%;min-width:0;height:100%;display:block}.order-card-clickable{cursor:pointer;outline:none}.order-card-clickable:hover .order-card-neo .ant-card{box-shadow:-10px -10px 20px #ffffffe6,10px 10px 20px #a3b1c680}.order-card .neo-card,.order-card-neo .ant-card{height:100%;width:100%;min-width:0}.order-card-title-row{display:flex;align-items:flex-start;gap:10px;margin-bottom:6px}.order-card-status-icon-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:24px;height:21px;padding:0;border:none;border-radius:6px;background:transparent;color:#5a6c7d;cursor:pointer;transition:background .2s ease,color .2s ease;margin-top:0}.order-card-status-icon-btn:hover{background:#a3b1c633;color:#3d4f5f}.order-card-status-icon,.order-status-icon{font-size:16px;line-height:1}.neo-dropdown-order-status{background:#e6eef8!important;border-radius:20px!important;box-shadow:-8px -8px 16px #fffc,8px 8px 16px #a3b1c666!important;padding:0!important}.neo-dropdown-order-status .ant-dropdown-menu{background:transparent!important;box-shadow:none!important;padding:0!important;min-width:160px}.neo-dropdown-order-status .ant-dropdown-menu-item{color:var(--neo-title-color, #3d4f5f)!important;padding:10px 16px!important}.neo-dropdown-order-status .ant-dropdown-menu-item:first-child{border-radius:12px 12px 0 0}.neo-dropdown-order-status .ant-dropdown-menu-item:last-child{border-radius:0 0 12px 12px}.neo-dropdown-order-status .ant-dropdown-menu-item:hover{background:#a3b1c626!important}.order-card-status-menu-item{display:inline-flex;align-items:center;gap:8px}.order-card-status-menu-icon{display:inline-flex;align-items:center;flex-shrink:0}.order-card-title-row .order-card-description{flex:1;min-width:0}.order-card-main.order-card-description{font-size:15px;font-weight:500;color:#3d4f5f;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.order-card-secondary.order-card-meta{font-size:13px;color:#8896a8;margin-bottom:12px}.order-card-meta-sep{color:#8896a8}.order-card-images{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.order-card-image-thumb-wrap{width:56px;height:56px;border-radius:12px;overflow:hidden;box-shadow:inset -2px -2px 4px #fff9,2px 2px 4px #a3b1c64d;cursor:pointer}.order-card-image-thumb-wrap .ant-image-img{width:56px;height:56px;object-fit:cover;border-radius:12px}.order-card-image-more{font-size:12px;align-self:center}.order-card-comments-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;margin-bottom:12px}.order-card-comment-input-row{display:flex;align-items:flex-end;gap:8px;flex:1 1 100%;min-width:0}.order-card-comment-textarea.neo-textarea{flex:1;min-width:0;resize:none;min-height:44px!important;padding:10px 20px!important;line-height:24px!important;box-sizing:border-box!important;border-radius:22px!important}.order-card-comment-submit{flex-shrink:0;height:44px;padding-inline:16px!important}.order-card-toggle-comments-btn{padding:0;border:none;background:none;cursor:pointer;font-size:13px;color:#5a6c7d;transition:color .2s ease;display:inline-flex;align-items:center;gap:4px}.order-card-toggle-comments-btn:hover{color:#3d4f5f}.order-card-comments-count{color:#8896a8}.order-card-comments{font-size:12px;margin-bottom:12px;padding:10px 12px;border-radius:12px;background:#e6eef8cc;box-shadow:inset -2px -2px 4px #ffffff80,inset 2px 2px 4px #a3b1c626}.order-card-comment-block{display:block;margin-bottom:8px}.order-card-comment-block:last-child{margin-bottom:0}.order-card-comment-label{color:#8896a8;margin-right:6px}.order-card-comment-text{color:#5a6c7d;word-break:break-word}.order-card-comments-divider{height:0;border:none;border-top:1px solid rgba(163,177,198,.35);margin:8px 0}.order-card-worker-comments{display:flex;flex-direction:column;gap:8px}.order-card-worker-comment{padding-top:8px;border-top:1px solid rgba(163,177,198,.2)}.order-card-worker-comment:first-child{padding-top:0;border-top:none}.order-card-worker-comment-meta{font-size:11px;color:#8896a8;margin-bottom:2px}.order-card-worker-comment-text{color:#5a6c7d;line-height:1.35;word-break:break-word}.order-card-footer{margin-top:auto;padding-top:8px;border-top:1px solid rgba(163,177,198,.2)}.order-card-date{font-size:11px}.order-card-dates-inline{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.orders-cards-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,380px),1fr));min-width:0}.phone-input-single{display:flex;align-items:center;width:100%;height:44px;border-radius:999px;border:none;outline:none;background:var(--neo-btn-bg);box-shadow:var(--neo-field-shadow-default);padding-left:20px;padding-right:20px;transition:box-shadow .2s ease}.phone-input-single:hover{box-shadow:var(--neo-field-shadow-hover)}.phone-input-single:focus-within{box-shadow:var(--neo-field-shadow-hover)}.phone-input-prefix{flex-shrink:0;color:var(--neo-btn-color);background:transparent;border:none;padding:0;margin:0}.phone-input-field{flex:1;min-width:0;padding:8px 0 8px 4px;border:none;outline:none;background:transparent!important;box-shadow:none!important;-webkit-appearance:none;appearance:none;color:var(--neo-btn-color);font-size:14px;line-height:1.5715}.phone-input-field::placeholder{color:var(--neo-placeholder-color, #8896a8);font-weight:var(--neo-placeholder-font-weight, 400)}.phone-input-field:-webkit-autofill,.phone-input-field:-webkit-autofill:hover,.phone-input-field:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px var(--neo-btn-bg) inset;box-shadow:0 0 0 1000px var(--neo-btn-bg) inset;-webkit-text-fill-color:var(--neo-btn-color)}.phone-input-field[data-size=large]{padding:12px 0 12px 4px;font-size:16px}.order-detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,380px),1fr));gap:20px;width:100%;min-width:0;box-sizing:border-box}.order-detail-grid>*{min-width:0}@media(max-width:575px){.order-detail-grid{grid-template-columns:1fr}}.order-detail-image-wrap{position:relative;display:inline-block}.order-detail-image-wrap .ant-image{border-radius:12px;overflow:hidden;display:block}.order-detail-image-wrap .ant-image .ant-image-cover{border-radius:12px}.order-detail-image-remove{position:absolute;top:4px;right:4px;width:24px;height:24px;padding:0;border:none;border-radius:50%;background:#00000080;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:12px;transition:background .2s ease}.order-detail-image-remove:hover:not(:disabled){background:#ff4d4f}.order-detail-image-remove:disabled{cursor:not-allowed;opacity:.8}.question-card{width:100%;min-width:0;height:100%;display:block}.question-card .neo-card,.question-card-neo .ant-card{height:100%;width:100%;min-width:0}.question-card-header-row{display:flex;align-items:flex-start;gap:8px;margin-bottom:12px}.question-card-header-row .question-card-description{flex:1;min-width:0;margin:0}.question-card-edit-btn{flex-shrink:0}.question-card-description{font-size:16px;line-height:1.4;word-break:break-word;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.question-card-dates-actions{margin-bottom:12px}.question-card-toggle-dates-btn{padding:0;border:none;background:none;cursor:pointer;font-size:13px;color:#5a6c7d;transition:color .2s ease;display:inline-flex;align-items:center;gap:4px}.question-card-toggle-dates-btn:hover{color:#3d4f5f}.question-card-dates{font-size:12px;margin-bottom:12px;padding:10px 12px;border-radius:12px;background:#e6eef8cc;box-shadow:inset -2px -2px 4px #ffffff80,inset 2px 2px 4px #a3b1c626}.question-card-date-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:28px;border-radius:6px;margin:0 -2px;padding:0 2px;transition:background .15s ease}.question-card-date-row:has(.question-card-row-delete:hover){background:#a3b1c626}.question-card-date-row+.question-card-date-row{margin-top:6px}.question-card-dates-divider{height:0;border:none;border-top:1px solid rgba(163,177,198,.35);margin:8px 0}.question-card-increments-list .question-card-date-row:first-child{margin-top:0}.question-card-date-meta{font-size:11px;color:#8896a8;flex:1;min-width:0}.question-card-row-delete{flex-shrink:0}.question-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:auto}.question-card-counter{display:flex;align-items:baseline;gap:4px}.question-card-count-value{color:var(--neo-title-color, #3d4f5f);font-size:16px}.question-card-increment-btn{flex-shrink:0}.questions-cards-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,380px),1fr));min-width:0}.edit-question-merge-list{max-height:200px;overflow-y:auto;margin-bottom:12px;border-radius:12px;background:#e6eef899;box-shadow:inset -2px -2px 4px #fff6,inset 2px 2px 4px #a3b1c61f;padding:6px}.edit-question-merge-empty{font-size:13px;color:#8896a8;padding:12px;text-align:center}.edit-question-merge-item{display:block;width:100%;text-align:left;padding:10px 12px;margin-bottom:4px;border:none;border-radius:10px;background:transparent;cursor:pointer;font-size:13px;color:var(--neo-title-color, #3d4f5f);line-height:1.35;word-break:break-word;transition:background .15s ease}.edit-question-merge-item:last-child{margin-bottom:0}.edit-question-merge-item:hover{background:#a3b1c633}.edit-question-merge-item-selected{background:#a3b1c640}.edit-question-merge-item-selected:hover{background:#a3b1c64d}.questions-filters-row{justify-content:space-between}.questions-filters-left{display:flex;flex-wrap:wrap;align-items:center;gap:20px;flex:1 1 auto;min-width:0}.questions-filters-left .questions-filters-search{flex:1 1 280px;min-width:0}.questions-filters-row .questions-sort-toggle-wrap{width:auto;min-width:0;flex-shrink:0}.price-changes-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:20px;width:100%;box-sizing:border-box}.price-changes-cards-grid>*{min-width:0}.price-change-card{width:100%;min-width:0;display:block}.price-change-card .neo-card,.price-change-card-neo .ant-card{width:100%;min-width:0}@media(max-width:575px){.price-changes-cards-grid{grid-template-columns:1fr}}.price-change-card-description{word-break:break-word;white-space:pre-wrap;margin-bottom:16px;font-size:14px;line-height:1.5}.price-change-card-images{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.price-change-card-images img{max-width:100%;max-height:200px;object-fit:contain;border-radius:12px;box-shadow:0 2px 8px #00000014}.price-change-card-stores{border-top:1px solid rgba(163,177,198,.35);padding-top:12px}.price-change-store-item{display:flex;align-items:center;gap:10px;padding:6px 0;flex-wrap:wrap}.price-change-store-item .neo-store-badge{display:flex;align-items:center;gap:6px;min-width:0}.price-change-store-meta{font-size:12px;color:#8896a8;margin-left:auto;flex-shrink:0}.price-change-card-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px}.price-change-card-archived-badge{font-size:12px;color:#8896a8;font-weight:500}.price-changes-filter-toggle-wrap{width:auto;min-width:0;flex-shrink:0}.schedule-table-wrap{overflow-x:auto;border-radius:16px;background:#e6eef8;box-shadow:-6px -6px 12px #fffc,6px 6px 12px #a3b1c666;padding:16px}.schedule-table-wrap--sticky-header{overflow:visible;padding:12px 16px}.schedule-table-wrap__scroll{display:flex;flex-direction:column;max-height:calc(100vh - 224px);min-height:0;overflow-y:auto;overflow-x:hidden;border-radius:12px;background:#e6eef8;scrollbar-width:thin;scrollbar-color:rgba(163,177,198,.5) #e6eef8}.schedule-table-wrap__scroll::-webkit-scrollbar{width:10px}.schedule-table-wrap__scroll::-webkit-scrollbar-track{background:#e6eef8;border-radius:10px}.schedule-table-wrap__scroll::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#dce4f0,#d4dce8);border-radius:10px}.schedule-table-wrap__scroll::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#d0d8e8,#c8d0e0)}.schedule-table-wrap__scroll-inner{display:flex;flex-direction:column;min-height:0;flex:1;overflow:hidden;width:100%}.schedule-table-wrap__head-sticky{position:sticky;top:0;z-index:10;background:#e6eef8;flex-shrink:0}.schedule-table-wrap__head-scroll-sync{overflow-x:hidden;overflow-y:hidden}.schedule-table-wrap__body{flex:1;min-height:0;overflow:auto;scrollbar-width:thin;scrollbar-color:rgba(163,177,198,.5) #e6eef8}.schedule-table-wrap__body::-webkit-scrollbar{width:10px;height:10px}.schedule-table-wrap__body::-webkit-scrollbar-track{background:#e6eef8;border-radius:10px}.schedule-table-wrap__body::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#dce4f0,#d4dce8);border-radius:10px}.schedule-table-wrap__body::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#d0d8e8,#c8d0e0)}.schedule-table-wrap__body::-webkit-scrollbar-corner{background:#e6eef8;border-radius:0 0 10px}.schedule-table--head{flex-shrink:0}.schedule-table--head,.schedule-table--body{table-layout:fixed;width:100%}.schedule-table{border-collapse:separate;border-spacing:0;table-layout:fixed}.schedule-table--editor.schedule-table--head,.schedule-table--editor.schedule-table--body{border-spacing:0}.schedule-table th,.schedule-table td{padding:10px 8px;text-align:center;font-size:13px;border:none}.schedule-table th,.schedule-table td{vertical-align:middle}.schedule-table--editor th,.schedule-table--editor td{vertical-align:top}.schedule-table th{color:var(--neo-title-color);font-weight:600;white-space:nowrap}.schedule-table--editor thead th{position:sticky;top:0;z-index:2;background:#e6eef8!important;border-bottom:2px solid rgba(163,177,198,.5);padding-top:14px;box-shadow:0 2px #a3b1c626,0 8px #e6eef8}.schedule-table--editor thead th.schedule-col-worker{background:#e6eef8!important;position:sticky;top:0;width:160px;min-width:160px;max-width:160px;box-sizing:border-box;padding-left:0;padding-right:0;vertical-align:top}.schedule-col-worker__name{font-weight:600}.schedule-col-worker__hours{font-size:11px;font-weight:400;color:var(--neo-placeholder-color);margin-left:4px}.schedule-table--editor thead th.schedule-col-date{background:#e6eef8!important}.schedule-table--editor thead th.schedule-col-date-left{z-index:3;background:#e6eef8!important;width:60px;min-width:60px;max-width:60px;box-sizing:border-box;box-shadow:0 2px #a3b1c626,0 8px #e6eef8}.schedule-table th.schedule-col-date{width:60px;min-width:60px;max-width:60px}.schedule-table th.schedule-col-worker{text-align:center;min-width:120px;padding-left:8px;padding-right:8px;position:sticky;left:0;background:#e6eef8;z-index:1}.schedule-table--editor .schedule-col-date-left{position:sticky;left:0;background:#e6eef8;z-index:1;width:60px;min-width:60px;max-width:60px;text-align:center;box-sizing:border-box}.schedule-table--editor tbody tr:nth-child(2n) td,.schedule-table--editor tbody tr:nth-child(2n) .schedule-col-date-left{background:#dce4f0}.schedule-table--editor tbody tr:hover td,.schedule-table--editor tbody tr:hover .schedule-col-date-left{background:#f8fafd}.schedule-table--editor .schedule-col-worker{position:relative;left:auto;width:160px;min-width:160px;max-width:160px;box-sizing:border-box}.schedule-table--editor td.schedule-col-cell{padding-left:0;padding-right:0;overflow:hidden}.schedule-table td.schedule-col-worker{text-align:left;padding-left:12px;background:inherit;z-index:0}.schedule-table tbody tr:nth-child(2n) td.schedule-col-worker{background:#dce4f080}.schedule-table tbody tr:hover td.schedule-col-worker{background:#fff6}.schedule-table .schedule-cell{min-width:72px;max-width:96px;border-radius:10px;padding:6px 8px;font-size:12px;line-height:1.3;white-space:pre-wrap;word-break:break-word}.schedule-cell.schedule-cell--shift{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.2);box-shadow:-2px -2px 4px #ffffff4d,2px 2px 4px #00000026}.schedule-cell.schedule-cell--dayoff{background:var(--schedule-dayoff-color, #f0d64f);color:var(--neo-title-color);box-shadow:inset -2px -2px 4px #ffffff80,inset 2px 2px 4px #a3b1c64d}.schedule-cell.schedule-cell--empty{background:transparent;color:var(--neo-placeholder-color)}.schedule-cell.schedule-cell--clickable{cursor:pointer;transition:opacity .2s}.schedule-cell.schedule-cell--clickable:hover{opacity:.9}.schedule-store-block{margin-bottom:24px}.schedule-store-block .schedule-table-wrap{margin-top:8px}.schedule-store-title{display:inline-flex;align-items:center;gap:10px;margin-bottom:4px;font-weight:600;color:var(--neo-title-color);font-size:16px}.schedule-store-dot{width:14px;height:14px;border-radius:50%;flex-shrink:0}.schedule-cell.schedule-cell--add{cursor:pointer;color:var(--neo-placeholder-color);border:1px dashed rgba(163,177,198,.6);border-radius:10px;transition:all .2s}.schedule-cell.schedule-cell--add:hover{border-color:#667eea;color:#667eea;background:#667eea14}.schedule-editor-cell{min-width:0;min-height:40px;max-width:100%;width:100%;box-sizing:border-box;padding:6px 4px;border-radius:10px;font-size:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.schedule-table--editor td.schedule-col-cell .schedule-editor-cell{margin-left:4px;margin-right:4px;width:calc(100% - 8px);max-width:calc(100% - 8px)}.schedule-editor-cell--dayoff{background:var(--schedule-dayoff-color, #f0d64f);color:#5a4a00;box-shadow:-2px -2px 4px #fff6,2px 2px 4px #00000014}.schedule-editor-cell--shift{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.2);box-shadow:-2px -2px 4px #ffffff4d,2px 2px 4px #00000026}.schedule-editor-cell--empty{background:transparent;border:1px dashed rgba(163,177,198,.35);border-radius:10px}.schedule-editor-cell__change{background:none;border:none;padding:0;font-size:10px;cursor:pointer;text-decoration:underline;opacity:.85;color:inherit}.schedule-editor-cell__change:hover{opacity:1}.schedule-editor-cell__change:disabled{opacity:.5;cursor:not-allowed}.schedule-editor-cell__inputs{display:flex;align-items:center;gap:6px;flex-wrap:nowrap;justify-content:center;white-space:nowrap;min-width:0}.schedule-editor-cell__input{width:32px;min-width:32px;text-align:center}.schedule-editor-cell__input.ant-input-number{font-size:14px}.schedule-editor-cell__input-number.ant-input-number{min-height:28px!important;padding-inline:4px!important;width:32px!important;box-sizing:border-box;display:flex!important;align-items:center!important}.schedule-editor-cell__input-number.ant-input-number .ant-input-number-input{padding:0;text-align:center;height:28px;line-height:28px;box-sizing:border-box;font-size:14px;font-weight:600}.schedule-editor-cell__dash{color:var(--neo-placeholder-color);font-weight:500}.schedule-editor-cell--filled .schedule-editor-cell__dash{color:#fffffff2}.schedule-editor-cell--filled .schedule-editor-cell__time-text{min-width:32px;text-align:center;font-size:14px;font-weight:600;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.2)}.schedule-editor-cell--filled .schedule-editor-cell__hours{color:#fffffff2;margin-left:4px}.schedule-editor-cell__hours{min-height:14px;font-size:13px;color:var(--neo-title-color)}.schedule-editor-cell__dayoff-round{width:28px;height:28px;min-width:28px;min-height:28px;margin-left:6px;padding:0;border:none;border-radius:50%;background:var(--schedule-dayoff-color, #f0d64f);color:#5a4a00;font-size:12px;font-weight:600;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:-2px -2px 4px #fff6,2px 2px 4px #00000014;transition:box-shadow .2s ease}.schedule-editor-cell__dayoff-round:hover:not(:disabled){box-shadow:-3px -3px 6px #ffffff80,3px 3px 6px #0000001f}.schedule-editor-cell__dayoff-round:active:not(:disabled){box-shadow:inset -2px -2px 4px #ffffff4d,inset 2px 2px 4px #0000001a}.schedule-editor-cell__dayoff-round:disabled{opacity:.6;cursor:not-allowed}.schedule-editor-cell__dayoff-label{font-size:14px;font-weight:600;color:#5a4a00}.schedule-editor-cell__reset-round{margin-left:6px;background:#fff9!important;color:#5a4a00!important;width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;font-size:11px!important}.schedule-editor-cell__reset-round:hover:not(:disabled){background:#ffffffe6!important}.schedule-editor-wrap{container-type:inline-size;container-name:schedule-editor}.schedule-editor-top-blocks{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;margin-bottom:20px;width:100%}.schedule-editor-top-blocks>*{flex:1 1 400px;min-width:0}@container schedule-editor (max-width: 980px){.schedule-editor-top-blocks{flex-direction:column}.schedule-editor-top-blocks>*{flex:1 1 auto;min-width:100%}}.schedule-notes-block{padding:16px;border-radius:16px;background:#e6eef8;box-shadow:-6px -6px 12px #fffc,6px 6px 12px #a3b1c666}.schedule-notes-block__head{display:flex;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}.schedule-notes-block__title{margin:0;font-size:16px;font-weight:600;color:var(--neo-title-color)}.schedule-notes-block__select{max-width:280px}.schedule-notes-block__list{display:flex;flex-direction:column;gap:12px}.schedule-notes-block__item{display:flex;flex-direction:column;gap:6px}.schedule-notes-block__label{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--neo-title-color)}.schedule-notes-block__dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.schedule-notes-block__textarea{border-radius:12px!important;min-height:56px}.schedule-shifts-info-block{padding:16px;border-radius:16px;background:#e6eef8;box-shadow:-6px -6px 12px #fffc,6px 6px 12px #a3b1c666}.schedule-shifts-info-block__title{margin:0 0 12px;font-size:16px;font-weight:600;color:var(--neo-title-color)}.schedule-shifts-info-block__content{display:flex;flex-wrap:wrap;gap:48px}.schedule-shifts-info-block__workers{flex:0 1 auto;min-width:200px}.schedule-shifts-info-block__row{display:flex;align-items:center;gap:10px;padding:6px 0;font-size:13px;border-bottom:1px solid rgba(163,177,198,.25)}.schedule-shifts-info-block__row:last-child{border-bottom:none}.schedule-shifts-info-block__checkbox{flex-shrink:0}.schedule-shifts-info-block__name{font-weight:600;color:var(--neo-title-color);min-width:120px}.schedule-shifts-info-block__hours{color:var(--neo-placeholder-color);font-size:12px}.schedule-shifts-info-block__hours-by-store{white-space:nowrap}.schedule-shifts-info-block__store-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:2px;vertical-align:middle}.schedule-shifts-info-block__totals{flex:0 1 auto;min-width:200px}.schedule-shifts-info-block__totals-title{font-weight:600;font-size:13px;color:var(--neo-title-color);margin-bottom:8px}.schedule-shifts-info-block__total-row{display:flex;align-items:center;gap:8px;padding:4px 0;font-size:13px}.schedule-shifts-info-block__total-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.schedule-shifts-info-block__total-name{flex:1;color:var(--neo-title-color)}.schedule-shifts-info-block__total-hours{font-weight:600;color:var(--neo-title-color)}.schedule-shifts-info-block__total-block{margin-bottom:8px}.schedule-shifts-info-block__total-block:last-child{margin-bottom:0}.schedule-shifts-info-block__total-workers{margin-top:6px;margin-left:18px;padding-left:6px;border-left:2px solid rgba(163,177,198,.35)}.schedule-shifts-info-block__total-worker-row{display:flex;justify-content:space-between;gap:8px;padding:2px 0;font-size:12px}.schedule-shifts-info-block__total-worker-name{color:var(--neo-title-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schedule-shifts-info-block__total-worker-hours{flex-shrink:0;color:var(--neo-placeholder-color)}.info-section-card{cursor:pointer;width:100%;min-width:0}.info-section-card-neo{height:100%;display:flex;flex-direction:column;overflow:hidden}.info-section-card-neo .ant-card-body{padding:0;display:flex;flex-direction:column;flex:1;min-height:0}.info-section-card-image-wrap{width:100%;aspect-ratio:16 / 10;overflow:hidden;border-radius:20px 20px 0 0;background:#a3b1c633}.info-section-card-image{width:100%;height:100%;object-fit:cover;display:block}.info-section-card-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#ffffff80,#a3b1c633)}.info-section-card-title{padding:16px 20px!important;margin:0!important;font-size:16px!important;line-height:1.4!important;color:var(--neo-title-color, #3d4f5f);word-break:break-word}.info-section-card:hover .info-section-card-title{color:#1890ff}.info-sections-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;width:100%;box-sizing:border-box}.info-sections-grid>*{min-width:0}@media(max-width:575px){.info-sections-grid{grid-template-columns:1fr}}.info-block{margin-bottom:20px}.info-block:last-child{margin-bottom:0}.info-block-heading .ant-typography{margin-bottom:0!important;color:var(--neo-title-color, #3d4f5f);font-weight:600}.info-block-subheading .ant-typography{margin-bottom:0!important;color:#5a6c7d;font-weight:500}.info-block-paragraph .info-block-text{margin-bottom:0!important;white-space:pre-wrap;word-break:break-word;line-height:1.6;color:#3d4f5f}.info-block-important{padding:12px 16px;background:#a3b1c633;border-radius:12px;border-left:4px solid #1890ff}.info-block-important .info-block-important-text{margin-bottom:0!important;white-space:pre-wrap;word-break:break-word;font-weight:500;color:#3d4f5f}.info-block-image{margin:16px 0}.info-block-image-thumb{border-radius:12px;overflow:hidden;cursor:pointer}.info-block-image-thumb .ant-image-img{width:120px;height:120px;object-fit:cover;border-radius:12px}.info-block-video{margin:16px 0;max-width:360px}.info-block-video-wrap{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px;box-shadow:0 2px 8px #00000014}.info-block-video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.info-block-video-open-link{display:inline-block;margin-top:8px;font-size:13px;color:#1890ff;word-break:break-all}.info-block-video-open-link:hover{color:#40a9ff}.info-block-video-link{color:#1890ff;word-break:break-all}.info-block-table{margin:16px 0;overflow-x:auto}.info-block-table-ant.ant-table-wrapper{max-width:100%}.info-block-table-ant .ant-table{background:#ffffff80;border-radius:12px;overflow:hidden;box-shadow:inset -2px -2px 4px #fff9,2px 2px 4px #a3b1c64d}.info-block-table-ant .ant-table-thead>tr>th{background:#a3b1c640;color:var(--neo-title-color, #3d4f5f);font-weight:600;border-bottom:1px solid rgba(163,177,198,.4)}.info-block-table-ant .ant-table-tbody>tr>td{color:#3d4f5f;border-bottom:1px solid rgba(163,177,198,.2)}.info-block-table-ant .ant-table-tbody>tr:last-child>td{border-bottom:none}:root{--color-primary: #1890ff;--color-success: #52c41a;--color-warning: #faad14;--color-error: #ff4d4f;--color-info: #1890ff;--color-text-primary: #262626;--color-text-secondary: #595959;--color-text-tertiary: #8c8c8c;--color-text-disabled: #bfbfbf;--color-bg-base: #ffffff;--color-bg-secondary: #fafafa;--color-bg-tertiary: #f5f5f5;--color-bg-disabled: #f0f0f0;--color-border-base: #d9d9d9;--color-border-light: #f0f0f0;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-xxl: 48px;--border-radius-sm: 4px;--border-radius-md: 8px;--border-radius-lg: 12px;--border-radius-xl: 16px;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .04);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--font-size-xs: 11px;--font-size-sm: 12px;--font-size-base: 14px;--font-size-md: 15px;--font-size-lg: 16px;--font-size-xl: 18px;--font-size-xxl: 20px;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--z-index-dropdown: 1000;--z-index-modal: 1050;--z-index-toast: 1100;--z-index-tooltip: 1150;--transition-fast: .15s ease;--transition-base: .2s ease;--transition-slow: .3s ease;--header-height: 64px;--sidebar-width: 250px;--sidebar-collapsed-width: 80px;--content-max-width: 1600px}@media(prefers-color-scheme:dark){:root{--color-text-primary: #ffffff;--color-text-secondary: #d9d9d9;--color-text-tertiary: #8c8c8c;--color-bg-base: #141414;--color-bg-secondary: #1f1f1f;--color-bg-tertiary: #2a2a2a}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--color-text-primary);background-color:var(--color-bg-base)}#root{width:100%;min-height:100vh}@media(max-width:767px){#root{min-height:auto}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.text-center{text-align:center}.flex{display:flex}.flex-column{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.w-full{width:100%}.h-full{height:100%}
