:root{--bg: #f6f7f9;--surface: #ffffff;--surface-2: #fbfcfd;--line: #e8eaee;--line-strong: #dfe2e8;--text: #14171f;--text-2: #5b6270;--text-3: #8b91a0;--accent: #1f6feb;--accent-soft: #eaf2ff;--ok: #12a150;--ok-soft: #e7f7ee;--warn: #d97706;--warn-soft: #fdf3e3;--danger: #dc2626;--danger-soft: #fdecec;--receipt: #1f6feb;--delivery: #7c3aed;--radius: 14px;--radius-sm: 10px;--shadow: 0 1px 2px rgba(16, 20, 30, .05), 0 6px 20px rgba(16, 20, 30, .04)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button{font:inherit;color:inherit}h1,h2{margin:0}ul{margin:0;padding:0;list-style:none}.app{display:flex;flex-direction:column;min-height:100vh}.app__content{flex:1;padding:24px 28px 40px}.topnav{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:18px;padding:10px 24px;background:var(--surface);border-bottom:1px solid var(--line)}.topnav__brand{display:flex;align-items:center;gap:9px;flex:0 0 auto}.topnav__logo{width:30px;height:30px;border-radius:8px;object-fit:cover;border:1px solid var(--line);background:var(--surface-2)}.topnav__brandName{font-weight:650;letter-spacing:-.01em}.topnav__nav{flex:1;display:flex;align-items:center;justify-content:center;gap:4px}.topnav__link{padding:8px 14px;border:0;border-radius:999px;background:transparent;color:var(--text-2);font-size:13.5px;font-weight:600;white-space:nowrap;cursor:pointer;transition:background .15s ease,color .15s ease}.topnav__link:hover{background:var(--surface-2);color:var(--text)}.topnav__link.is-active{background:var(--accent-soft);color:var(--accent)}.topnav__right{display:flex;align-items:center;gap:12px;flex:0 0 auto}.topnav__user{font-size:13px;color:var(--text-2);font-weight:600;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topnav__avatar{width:34px;height:34px;border:0;padding:0;border-radius:50%;background:linear-gradient(135deg,var(--accent),#6d3bef);color:#fff;font-weight:700;font-size:14px;display:grid;place-items:center;cursor:pointer;box-shadow:0 2px 8px #1f6feb47}.dashboard{display:flex;flex-direction:column;gap:20px;max-width:1160px}.dashboard__meta{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.source{display:inline-flex;align-items:center;gap:7px;padding:5px 11px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid var(--line-strong);background:var(--surface);color:var(--text-2)}.source__dot{width:7px;height:7px;border-radius:50%;background:var(--text-3)}.source--mongo{color:var(--ok);background:var(--ok-soft);border-color:transparent}.source--mongo .source__dot{background:var(--ok)}.source--demo{color:var(--warn);background:var(--warn-soft);border-color:transparent}.source--demo .source__dot{background:var(--warn)}.dashboard__updatedAt{color:var(--text-3);font-size:12.5px}.dashboard__meta .btn{margin-left:auto}.btn{border:1px solid var(--line-strong);background:var(--surface);padding:7px 14px;border-radius:9px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease}.btn:hover{background:var(--surface-2);border-color:#cfd4dd}.btn--ghost{color:var(--text-2)}.alert{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:var(--radius);background:var(--danger-soft);border:1px solid #f6d4d4}.alert__text{display:flex;flex-direction:column;gap:2px;color:var(--danger);font-size:13px}.dashboard__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.statCard{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);display:flex;flex-direction:column;position:relative;overflow:hidden}.statCard:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:var(--receipt)}.statCard--delivery:before{background:var(--delivery)}.statCard__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.statCard__title{font-size:13px;font-weight:650;letter-spacing:.02em;text-transform:uppercase;color:var(--text-2)}.statCard__badge{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:4px 9px;border-radius:999px}.statCard__badge--receipt{background:var(--accent-soft);color:var(--receipt)}.statCard__badge--delivery{background:#f1eafd;color:var(--delivery)}.statCard__primary{display:flex;align-items:baseline}.statCard__primaryValue{font-size:30px;font-weight:700;letter-spacing:-.03em}.statCard__row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.statCard__late{display:inline-flex;align-items:center;gap:7px;padding:6px 12px;border-radius:9px;background:var(--danger-soft);color:var(--danger);font-weight:650;font-size:13px}.statCard__lateDot{width:6px;height:6px;border-radius:50%;background:var(--danger)}.statCard__waiting{padding:6px 12px;border-radius:9px;background:var(--warn-soft);color:var(--warn);font-weight:650;font-size:13px}.statCard__foot{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px dashed var(--line-strong)}.statCard__operations{color:var(--text-2);font-size:13.5px;font-weight:600}.statCard__view{display:inline-flex;align-items:center;gap:6px;color:var(--accent);font-size:13.5px;font-weight:650}.statCard__arrow{transition:transform .15s ease}.statCard__hit:hover .statCard__arrow{transform:translate(3px)}.statCard:hover{border-color:var(--line-strong)}.statCard.is-loading{padding:18px;gap:14px}.statCard__hit{width:100%;display:flex;flex-direction:column;gap:14px;padding:18px;border:0;background:none;text-align:left;cursor:pointer}.statCard__hit:focus-visible{outline:2px solid var(--accent);outline-offset:-3px}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:24px;background:#10141e73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:modalFade .16s ease}@keyframes modalFade{0%{opacity:0}to{opacity:1}}.modal__panel{display:flex;flex-direction:column;width:min(940px,100%);max-height:min(82vh,780px);background:var(--surface);border:1px solid var(--line);border-radius:16px;box-shadow:0 24px 64px #10141e3d;overflow:hidden;animation:modalPop .18s cubic-bezier(.2,.8,.3,1)}@keyframes modalPop{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:none}}.modal__head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 20px;border-bottom:1px solid var(--line)}.modal__heading{display:flex;align-items:center;gap:10px;min-width:0}.modal__badge{padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.modal__badge--receipt{background:var(--accent-soft);color:var(--receipt)}.modal__badge--delivery{background:#f1eafd;color:var(--delivery)}.modal__title{margin:0;font-size:16px;font-weight:700;letter-spacing:-.01em}.modal__count{color:var(--text-3);font-size:12.5px;font-weight:600;white-space:nowrap}.modal__close{display:inline-flex;align-items:center;gap:4px;flex:0 0 auto;padding:7px 12px;border:1px solid var(--line-strong);border-radius:9px;background:var(--surface);color:var(--text-2);font-size:13px;font-weight:650;cursor:pointer}.modal__close:hover{background:var(--surface-2);color:var(--text)}.modal__close:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.modal__close span{font-size:17px;line-height:1}.modal__chips{display:flex;flex-wrap:wrap;gap:8px;padding:14px 20px 0}.modal__chip{padding:5px 11px;border-radius:999px;border:1px solid var(--line);background:var(--surface-2);color:var(--text-2);font-size:12px;font-weight:650}.modal__chip--receipt{background:var(--accent-soft);color:var(--receipt);border-color:transparent}.modal__chip--delivery{background:#f1eafd;color:var(--delivery);border-color:transparent}.modal__chip--late{background:var(--danger-soft);color:var(--danger);border-color:transparent}.modal__chip--waiting{background:var(--warn-soft);color:var(--warn);border-color:transparent}.modal__body{flex:1;overflow:auto;padding:14px 20px}.modal__tableWrap{overflow-x:auto;border:1px solid var(--line);border-radius:12px}.modal__tableWrap .rowsTable thead th{background:var(--surface-2);border-bottom:1px solid var(--line-strong)}.modal__tableWrap .rowsTable tbody tr:hover td{background:var(--surface-2)}.modal__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 20px;border-top:1px solid var(--line);background:var(--surface-2)}.modal__footNote{color:var(--text-3);font-size:12.5px}.rowsTable{width:100%;border-collapse:collapse;font-size:12.5px}.rowsTable th,.rowsTable td{padding:8px 10px;border-bottom:1px solid var(--line);text-align:left;white-space:nowrap}.rowsTable th{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-3)}.rowsTable tbody tr:last-child td{border-bottom:0}.rowsTable__ref{font-weight:650;font-variant-numeric:tabular-nums}.rowsTable__date{color:var(--text-2)}.rowsTable__status{display:inline-block;padding:3px 9px;border-radius:999px;font-size:11.5px;font-weight:650;background:var(--surface-2);border:1px solid var(--line-strong);color:var(--text-2);text-transform:capitalize}.rowsTable__status--received,.rowsTable__status--delivered{background:var(--ok-soft);color:var(--ok);border-color:transparent}.rowsTable__status--planned,.rowsTable__status--waiting{background:var(--accent-soft);color:var(--accent);border-color:transparent}.rowsTable__status--late{background:var(--danger-soft);color:var(--danger);border-color:transparent}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px}.panel__head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:16px}.panel__title{font-size:15px;font-weight:650;letter-spacing:-.01em}.tiles{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.tile{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-sm);padding:14px;display:flex;flex-direction:column;gap:4px;min-height:92px}.tile__label{font-size:12px;color:var(--text-3);font-weight:600}.tile__value{font-size:24px;font-weight:700;letter-spacing:-.02em}.tile__hint{font-size:11.5px;color:var(--text-3)}.moves{display:flex;flex-direction:column}.moves__item{display:flex;align-items:center;gap:14px;padding:13px 4px;border-bottom:1px solid var(--line)}.moves__item:last-child{border-bottom:0;padding-bottom:2px}.moves__badge{width:34px;height:34px;flex:0 0 34px;border-radius:10px;display:grid;place-items:center;font-size:11px;font-weight:750;letter-spacing:.03em}.moves__badge--inbound{background:var(--ok-soft);color:var(--ok)}.moves__badge--outbound{background:var(--accent-soft);color:var(--accent)}.moves__badge--transfer{background:#f1eafd;color:var(--delivery)}.moves__badge--adjustment{background:var(--warn-soft);color:var(--warn)}.moves__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.moves__item_name{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.moves__sub{font-size:12.5px;color:var(--text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.moves__qty{font-weight:700;font-variant-numeric:tabular-nums;min-width:52px;text-align:right}.moves__status{font-size:11.5px;font-weight:650;padding:4px 9px;border-radius:999px;background:var(--surface-2);border:1px solid var(--line-strong);color:var(--text-2);text-transform:capitalize;min-width:76px;text-align:center}.moves__status--received,.moves__status--shipped{background:var(--ok-soft);color:var(--ok);border-color:transparent}.moves__status--pending{background:var(--warn-soft);color:var(--warn);border-color:transparent}.moves__time{font-size:12px;color:var(--text-3);min-width:84px;text-align:right}.empty{color:var(--text-3);font-size:13.5px;margin:6px 0 0}.move-history{display:flex;flex-direction:column;gap:18px}.breadcrumb{font-size:12.5px;color:var(--text-3)}.breadcrumb strong{color:var(--text);font-weight:650}.move-history__bar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.move-history__title-group{display:flex;align-items:center;gap:12px}.move-history__title{margin:0;font-size:20px;font-weight:750;letter-spacing:-.01em}.move-history__controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.move-history__controls .input{max-width:210px}.view-toggle{display:inline-flex;gap:4px;padding:3px;border:1px solid var(--line-strong);border-radius:10px;background:var(--surface)}.view-toggle .btn{border:0;background:transparent;padding:5px 9px;border-radius:7px}.view-toggle .btn.is-active{background:var(--accent-soft);color:var(--accent)}.btn--sm{padding:5px 11px;font-size:12px;border-radius:8px}.text-success{color:var(--ok)}.text-danger{color:var(--danger)}.table-responsive{overflow-x:auto}.move-table{width:100%;border-collapse:collapse;font-size:13.5px}.move-table th,.move-table td{padding:11px 12px;text-align:left;border-bottom:1px solid var(--line);white-space:nowrap}.move-table th{font-size:11.5px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-3);font-weight:650}.move-table__row:last-child td{border-bottom:0}.move-table .moves__badge{width:auto;height:auto;display:inline-block;padding:4px 9px;border-radius:999px;background:var(--surface-2);border:1px solid var(--line-strong);color:var(--text-2);white-space:nowrap}.move-table .moves__badge--inbound{background:var(--ok-soft);color:var(--ok);border-color:transparent}.move-table .moves__badge--outbound{background:var(--accent-soft);color:var(--accent);border-color:transparent}.move-table .moves__badge--transfer{background:#f1eafd;color:var(--delivery);border-color:transparent}.move-table__item-name{font-weight:600}.move-table__sub{font-size:12.5px;color:var(--text-3)}.moves-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:14px}.moves-grid__card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:14px;display:flex;flex-direction:column;gap:10px}.moves-grid__head{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12.5px;color:var(--text-3)}.moves-grid .moves__badge{width:auto;height:auto;display:inline-block;padding:4px 9px;border-radius:999px;background:var(--surface-2);border:1px solid var(--line-strong);color:var(--text-2);white-space:nowrap}.moves-grid__card p{margin:2px 0 0;font-size:12.5px;color:var(--text-3)}.moves-grid__footer{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12.5px;color:var(--text-2)}.moves-grid .moves__status,.move-table .moves__status{display:inline-block}.moves__status--ready,.moves__status--done,.moves__status--delivered{background:var(--ok-soft);color:var(--ok);border-color:transparent}.moves__status--waiting,.moves__status--late{background:var(--warn-soft);color:var(--warn);border-color:transparent}.placeholder{max-width:560px;margin:48px auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.placeholder__mark{width:52px;height:52px;border-radius:16px;background:var(--surface);border:1px solid var(--line);color:var(--text-3);font-weight:700;font-size:15px;display:grid;place-items:center;box-shadow:var(--shadow)}.placeholder__title{font-size:20px;font-weight:650;letter-spacing:-.02em}.placeholder__text{margin:0;color:var(--text-2);font-size:14px}.skel{display:block;border-radius:6px;background:linear-gradient(90deg,#eef0f4 25%,#f6f7f9 37%,#eef0f4 63%);background-size:400% 100%;animation:shimmer 1.3s ease-in-out infinite}.skel--title{width:92px;height:13px}.skel--pill{width:66px;height:22px;border-radius:999px}.skel--big{width:190px;height:30px;border-radius:9px}.skel--line{width:100%;max-width:260px;height:12px}.skel--short{max-width:150px;height:11px}.skel--avatar{width:34px;height:34px;border-radius:10px;flex:0 0 34px}.is-loading .skel--line+.skel--line{margin-top:8px}@keyframes shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.auth{min-height:100vh;display:grid;place-items:center;padding:32px 16px;background:radial-gradient(900px 520px at 50% -10%,#eaf2ff 0%,transparent 60%),var(--bg)}.auth--checking{place-items:center}.auth__checking{color:var(--text-3);font-size:14px}.auth__card{width:100%;max-width:384px;background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:34px 30px 24px;display:flex;flex-direction:column;align-items:center}.auth__logo{width:76px;height:76px;border-radius:20px;object-fit:cover;border:1px solid var(--line);background:var(--surface-2)}.auth__title{margin-top:18px;font-size:19px;font-weight:700;letter-spacing:-.02em;text-align:center}.auth__subtitle{margin:5px 0 0;color:var(--text-3);font-size:13px;text-align:center}.auth__form{width:100%;display:flex;flex-direction:column;gap:13px;margin-top:18px}.field{display:flex;flex-direction:column;gap:6px;text-align:left}.field__label{font-size:12.5px;font-weight:650;color:var(--text-2)}.field__hint{font-size:11.5px;color:var(--text-3)}.input{width:100%;padding:10px 12px;border:1px solid var(--line-strong);border-radius:10px;background:var(--surface);font:inherit;color:var(--text);transition:border-color .15s ease,box-shadow .15s ease}.input::placeholder{color:var(--text-3)}.input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.auth__msg{width:100%;margin-top:14px;padding:9px 12px;border-radius:10px;font-size:13px;text-align:left}.auth__msg--error{background:var(--danger-soft);color:var(--danger)}.auth__msg--notice{background:var(--ok-soft);color:var(--ok)}.auth__link{align-self:flex-start;border:0;background:none;padding:0;margin-top:-3px;color:var(--accent);font-size:12.5px;font-weight:650;cursor:pointer}.auth__link:hover{text-decoration:underline}.auth__submit{width:100%;padding:11px 14px;font-size:14px}.btn--primary{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 2px 10px #1f6feb3d}.btn--primary:hover{background:#1a5fd0;border-color:#1a5fd0}.btn--primary:disabled{opacity:.65;cursor:not-allowed}.auth__modes{width:100%;margin-top:20px;padding-top:18px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:8px}.auth__mode{padding:9px 10px;border:1px solid var(--line-strong);border-radius:10px;background:var(--surface);color:var(--text-2);font-size:13.5px;font-weight:650;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.auth__mode:hover{background:var(--surface-2)}.auth__mode.is-active{background:var(--accent-soft);border-color:transparent;color:var(--accent)}@media (max-width: 1100px){.tiles{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 900px){.topnav{flex-wrap:wrap;gap:8px;padding:10px 16px}.topnav__nav{order:3;flex:1 0 100%;justify-content:flex-start;overflow-x:auto;gap:4px;padding-bottom:2px}.topnav__user{display:none}.app__content{padding:20px}}@media (max-width: 720px){.dashboard__cards{grid-template-columns:minmax(0,1fr)}.tiles{grid-template-columns:repeat(2,minmax(0,1fr))}.moves__qty,.moves__status{display:none}.statCard__primaryValue{font-size:26px}.modal{padding:14px}.modal__panel{max-height:90vh}}@media (max-width: 460px){.tiles{grid-template-columns:minmax(0,1fr)}.app__content{padding:16px 14px 32px}.modal{padding:10px}.modal__head,.modal__toolbar,.modal__chips,.modal__body,.modal__foot{padding-left:14px;padding-right:14px}.modal__count,.modal__footNote{display:none}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}.dashboard{margin:0 auto;width:100%}@keyframes riseIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.dashboard>*:not(.modal){animation:riseIn .45s cubic-bezier(.2,.8,.3,1) both}.dashboard>*:nth-child(1):not(.modal){animation-delay:.02s}.dashboard>*:nth-child(2):not(.modal){animation-delay:.08s}.dashboard>*:nth-child(3):not(.modal){animation-delay:.14s}.dashboard>*:nth-child(4):not(.modal){animation-delay:.2s}.dashboard>*:nth-child(5):not(.modal){animation-delay:.26s}.dashboard>*:nth-child(6):not(.modal){animation-delay:.32s}.statCard{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.statCard:hover{transform:translateY(-3px);box-shadow:0 14px 34px #10141e1f}.statCard:before{transition:width .18s ease}.statCard:hover:before{width:5px}.tile{transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.tile:hover{transform:translateY(-2px);box-shadow:0 10px 24px #10141e1a;border-color:var(--line-strong)}.source__dot{animation:dotPulse 2.4s ease-in-out infinite}@keyframes dotPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.35);opacity:.72}}.moves .moves__item{animation:riseIn .38s ease both}.moves .moves__item:nth-child(1){animation-delay:.04s}.moves .moves__item:nth-child(2){animation-delay:.1s}.moves .moves__item:nth-child(3){animation-delay:.16s}.moves .moves__item:nth-child(4){animation-delay:.22s}.moves .moves__item:nth-child(5){animation-delay:.28s}.modal__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:14px 20px 0}.modal__toolbar .modal__chips{padding:0}.tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tools__search{position:relative;display:inline-flex;align-items:center}.tools__icon{position:absolute;left:10px;color:var(--text-3);pointer-events:none}.tools__search input{width:176px;padding:7px 10px 7px 31px;border:1px solid var(--line-strong);border-radius:9px;background:var(--surface);color:var(--text);font-size:13px;font-family:inherit}.tools__search input::placeholder{color:var(--text-3)}.tools__search input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.tools__search input::-webkit-search-cancel-button{cursor:pointer}.tools__views{display:inline-flex;border:1px solid var(--line-strong);border-radius:9px;overflow:hidden;background:var(--surface)}.tools__views button{border:0;border-right:1px solid var(--line);background:transparent;padding:7px 13px;font-size:12.5px;font-weight:650;font-family:inherit;color:var(--text-2);cursor:pointer;transition:background .14s ease,color .14s ease}.tools__views button:last-child{border-right:0}.tools__views button:hover{background:var(--surface-2)}.tools__views button.is-active{background:var(--accent-soft);color:var(--accent)}.tools__views button:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.tools__new{white-space:nowrap}.kanban{display:grid;grid-template-columns:repeat(auto-fit,minmax(215px,1fr));gap:12px;align-items:start}.kanban__col{display:flex;flex-direction:column;gap:8px;min-height:76px;padding:10px;background:var(--surface-2);border:1px solid var(--line);border-radius:12px}.kanban__head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-bottom:2px}.kanban__count{font-size:11.5px;font-weight:700;color:var(--text-3);font-variant-numeric:tabular-nums}.kanban__card{display:flex;flex-direction:column;gap:4px;padding:9px 11px;background:var(--surface);border:1px solid var(--line);border-radius:10px;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;animation:riseIn .3s ease both}.kanban__card:nth-child(odd){animation-delay:.04s}.kanban__card:nth-child(2n){animation-delay:.1s}.kanban__card:hover{transform:translateY(-2px);box-shadow:0 8px 18px #10141e1a;border-color:var(--line-strong)}.kanban__ref{font-size:12.5px;font-weight:700;font-variant-numeric:tabular-nums}.kanban__route{font-size:12px;color:var(--text-2)}.kanban__meta{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:11.5px;color:var(--text-3)}.kanban__date{font-variant-numeric:tabular-nums}.modal--creator{z-index:110}.modal__panel--creator{width:min(900px,100%)}.creator{display:grid;grid-template-columns:170px minmax(0,1fr);gap:20px}.creator__actions{display:flex;flex-direction:column;gap:10px}.creator__actions .btn{width:100%}.creator__main{display:flex;flex-direction:column;gap:16px;min-width:0}.creator__steps{list-style:none;display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0;padding:0}.creator__stepWrap{display:flex;align-items:center;gap:8px}.creator__step{display:inline-flex;align-items:center;gap:7px;padding:6px 13px;border:1px solid var(--line-strong);border-radius:999px;background:var(--surface);color:var(--text-2);font-size:12.5px;font-weight:650;font-family:inherit;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease,transform .15s ease}.creator__step:hover{transform:translateY(-1px)}.creator__step:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.creator__stepIndex{display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--surface-2);font-size:10.5px;font-weight:700}.creator__step.is-done{background:var(--ok-soft);border-color:transparent;color:var(--ok)}.creator__step.is-done .creator__stepIndex{background:#ffffffb3;color:var(--ok)}.creator__step.is-active{background:var(--accent-soft);border-color:transparent;color:var(--accent);box-shadow:0 0 0 3px #1f6feb24}.creator__step.is-active .creator__stepIndex{background:var(--accent);color:#fff}.creator__stepArrow{color:var(--text-3);font-size:13px}.creator__meta{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:14px}.creator__metaCol{display:flex;flex-direction:column;gap:12px}.creator__field{display:flex;flex-direction:column;gap:6px}.creator__label{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-3)}.creator__ref{padding:8px 11px;border:1px solid var(--line);border-radius:9px;background:var(--surface-2);font-size:14px;font-weight:700;font-variant-numeric:tabular-nums}.creator__partner{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;background:var(--accent-soft);border:1px dashed rgba(31,111,235,.4);border-radius:10px}.creator__avatar{display:grid;place-items:center;width:28px;height:28px;flex:0 0 auto;border-radius:50%;background:linear-gradient(135deg,var(--accent),#6d3bef);color:#fff;font-size:11.5px;font-weight:700}.creator__partnerText{display:flex;flex-direction:column;line-height:1.3;min-width:0}.creator__partnerName{color:var(--accent);font-size:13.5px}.creator__partnerText small{color:var(--text-2);font-size:11.5px}.creator__date{padding:8px 11px;border:1px solid var(--line-strong);border-radius:9px;background:var(--surface);color:var(--text);font-size:13px;font-family:inherit}.creator__date:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.creator__products{display:flex;flex-direction:column;gap:10px}.creator__productsHead{display:flex;align-items:center;justify-content:space-between;gap:10px}.creatorTable{width:100%;border-collapse:collapse;font-size:13px}.creatorTable th{padding:0 8px 6px;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-3);text-align:left}.creatorTable td{padding:6px 8px;border-top:1px solid var(--line)}.creatorTable input,.creatorTable select{width:100%;padding:7px 10px;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface);color:var(--text);font-size:13px;font-family:inherit}.creatorTable input:focus,.creatorTable select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.creatorTable td:nth-child(2){width:108px}.creatorTable td:nth-child(3){width:118px}.creatorTable td:nth-child(4){width:44px}.creatorTable__remove{width:28px;height:28px;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface);color:var(--text-3);font-size:16px;line-height:1;cursor:pointer;transition:background .14s ease,color .14s ease}.creatorTable__remove:hover:not(:disabled){background:var(--danger-soft);border-color:transparent;color:var(--danger)}.creatorTable__remove:disabled{opacity:.4;cursor:not-allowed}@media (max-width: 720px){.creator{grid-template-columns:minmax(0,1fr)}.creator__actions{flex-direction:row}.creator__meta{grid-template-columns:minmax(0,1fr)}.tools__search input{width:140px}}.topnav__group{position:relative}.topnav__caret{display:inline-block;margin-left:5px;font-size:9px;color:var(--text-3);transition:transform .15s ease}.topnav__group.is-open .topnav__caret{transform:rotate(180deg)}.topnav__dropdown{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(-4px);min-width:190px;padding:6px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);box-shadow:var(--shadow);display:none;z-index:60}.topnav__group.is-open .topnav__dropdown{display:block;animation:topnavDrop .14s ease forwards}@keyframes topnavDrop{0%{opacity:0;transform:translate(-50%) translateY(-4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.topnav__subLink{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border:0;border-radius:8px;background:transparent;color:var(--text-2);font-size:13px;font-weight:600;text-align:left;white-space:nowrap;cursor:pointer;transition:background .15s ease,color .15s ease}.topnav__subLink:hover{background:var(--surface-2);color:var(--text)}.topnav__subLink.is-active{background:var(--accent-soft);color:var(--accent)}@media (max-width: 900px){.topnav__dropdown{left:0;transform:translate(0) translateY(-4px)}.topnav__group.is-open .topnav__dropdown{animation:none;transform:translate(0) translateY(0)}}.modal__badge--adjustment,.statCard__badge--adjustment{background:var(--ok-soft);color:var(--ok)}.modal__chip--adjustment{background:var(--ok-soft);color:var(--ok);border-color:transparent}.rowsTable__status--draft{background:var(--surface-2);color:var(--text-3);border-color:var(--line-strong)}.rowsTable__status--ready{background:var(--accent-soft);color:var(--accent);border-color:transparent}.rowsTable__status--done{background:var(--ok-soft);color:var(--ok);border-color:transparent}.opMenu{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.opMenu__tile{position:relative;display:flex;gap:14px;align-items:flex-start;padding:18px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.opMenu__tile:hover{border-color:var(--line-strong);box-shadow:var(--shadow);transform:translateY(-1px)}.opMenu__number{flex:0 0 auto;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:var(--accent-soft);color:var(--accent);font-size:13px;font-weight:700}.opMenu__tile[data-variant=delivery] .opMenu__number{background:#f1eafd;color:var(--delivery)}.opMenu__tile[data-variant=adjustment] .opMenu__number{background:var(--ok-soft);color:var(--ok)}.opMenu__body{display:flex;flex-direction:column;gap:4px;min-width:0}.opMenu__title{font-size:14.5px;font-weight:700;color:var(--text)}.opMenu__desc{font-size:12.5px;color:var(--text-2);line-height:1.5}.opMenu__count{margin-left:auto;flex:0 0 auto;font-size:12px;font-weight:700;color:var(--text-2);background:var(--surface-2);border:1px solid var(--line);border-radius:999px;padding:4px 10px;white-space:nowrap}@media (max-width: 900px){.opMenu{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.opMenu{grid-template-columns:minmax(0,1fr)}}
