@import"https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=IBM+Plex+Sans+SC:wght@400;500;600;700&display=swap";:root{--primary: #4361ee;--primary-light: #4895ef;--primary-dark: #3a0ca3;--primary-bg: #f0f4ff;--primary-ink: #18253d;--success: #06d6a0;--warning: #ffd166;--danger: #ef476f;--info: #118ab2;--bg-body: #eef2f6;--bg-card: #ffffff;--bg-sidebar: #1e293b;--bg-sidebar-active: #334155;--bg-panel: rgba(255, 255, 255, .88);--bg-panel-strong: rgba(255, 255, 255, .96);--text-primary: #1e293b;--text-secondary: #64748b;--text-light: #94a3b8;--text-white: #f8fafc;--border-color: #e2e8f0;--border-radius: 12px;--border-radius-sm: 8px;--border-radius-lg: 16px;--control-height-s: 30px;--control-height-m: 36px;--control-height-l: 42px;--control-padding-x-s: 12px;--control-padding-x-m: 16px;--control-padding-x-l: 18px;--table-cell-padding-y: 15px;--table-cell-padding-x: 16px;--table-head-padding-y: 14px;--table-line-height: 20px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 30px rgba(0, 0, 0, .12);--shadow-hover: 0 8px 24px rgba(67, 97, 238, .25);--shadow-panel: 0 22px 50px rgba(15, 23, 42, .08);--transition-fast: .15s ease;--transition-normal: .25s ease;--transition-slow: .4s ease;--scrollbar-size: 10px;--scrollbar-track: rgba(226, 232, 240, .48);--scrollbar-thumb: rgba(100, 116, 139, .34);--scrollbar-thumb-hover: rgba(71, 85, 105, .52);--scrollbar-table-track: #f3f7fb;--scrollbar-table-thumb: rgba(112, 129, 149, .32)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent;font-family:IBM Plex Sans SC,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;line-height:1.6;color:var(--text-primary);background:radial-gradient(circle at top left,rgba(78,123,255,.09),transparent 28%),radial-gradient(circle at top right,rgba(255,196,117,.09),transparent 24%),linear-gradient(180deg,#f7f9fc 0%,var(--bg-body) 100%);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{height:100%}::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{min-height:44px;border:3px solid transparent;border-radius:999px;background:var(--scrollbar-thumb);background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover);background-clip:padding-box}::-webkit-scrollbar-corner{background:transparent}.t-table__content,.t-table__body,.t-dialog__body,.t-drawer__body,.t-popup__content,.notification-list{scrollbar-width:thin;scrollbar-color:var(--scrollbar-table-thumb) transparent}.t-table__content::-webkit-scrollbar,.t-table__body::-webkit-scrollbar,.t-dialog__body::-webkit-scrollbar,.t-drawer__body::-webkit-scrollbar,.t-popup__content::-webkit-scrollbar,.notification-list::-webkit-scrollbar{width:8px;height:8px}.t-table__content::-webkit-scrollbar-track,.t-table__body::-webkit-scrollbar-track{border-radius:999px;background:var(--scrollbar-table-track)}.t-dialog__body::-webkit-scrollbar-track,.t-drawer__body::-webkit-scrollbar-track,.t-popup__content::-webkit-scrollbar-track,.notification-list::-webkit-scrollbar-track{background:transparent}.t-table__content::-webkit-scrollbar-thumb,.t-table__body::-webkit-scrollbar-thumb,.t-dialog__body::-webkit-scrollbar-thumb,.t-drawer__body::-webkit-scrollbar-thumb,.t-popup__content::-webkit-scrollbar-thumb,.notification-list::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:var(--scrollbar-table-thumb);background-clip:padding-box}.t-table__content::-webkit-scrollbar-thumb:hover,.t-table__body::-webkit-scrollbar-thumb:hover,.t-dialog__body::-webkit-scrollbar-thumb:hover,.t-drawer__body::-webkit-scrollbar-thumb:hover,.t-popup__content::-webkit-scrollbar-thumb:hover,.notification-list::-webkit-scrollbar-thumb:hover{background:#5b6b7f75;background-clip:padding-box}.card{background:var(--bg-card);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-normal)}.card:hover{box-shadow:var(--shadow-md)}.t-button{border-radius:var(--border-radius-sm)!important;font-family:Manrope,IBM Plex Sans SC,sans-serif!important;font-weight:700!important;font-size:13px!important;line-height:1!important;letter-spacing:.01em;transition:all var(--transition-fast)!important}.t-button.t-button--variant-base,.t-button.t-button--variant-outline,.t-button.t-button--variant-dashed{height:var(--control-height-m)!important;padding-left:var(--control-padding-x-m)!important;padding-right:var(--control-padding-x-m)!important}.t-button.t-size-s.t-button--variant-base,.t-button.t-size-s.t-button--variant-outline,.t-button.t-size-s.t-button--variant-dashed{height:var(--control-height-s)!important;padding-left:var(--control-padding-x-s)!important;padding-right:var(--control-padding-x-s)!important;font-size:12px!important}.t-button.t-size-l.t-button--variant-base,.t-button.t-size-l.t-button--variant-outline,.t-button.t-size-l.t-button--variant-dashed{height:var(--control-height-l)!important;padding-left:var(--control-padding-x-l)!important;padding-right:var(--control-padding-x-l)!important;font-size:14px!important}.t-button.t-button--variant-text{min-height:32px;padding-left:8px!important;padding-right:8px!important}.t-button--primary{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%)!important;border:none!important}.t-button--primary:hover{box-shadow:var(--shadow-hover)!important;transform:translateY(-1px)!important}.t-input,.t-select,.t-select .t-input,.t-select-input,.t-select-input .t-input,.t-select__wrap,.t-select__wrap .t-input,.t-input-number,.t-input-adornment,.t-textarea{width:100%;padding:0!important;margin:0!important;box-shadow:none!important}.t-input,.t-select .t-input,.t-select-input .t-input,.t-select__wrap .t-input{height:40px!important;padding-left:10px!important;padding-right:10px!important;border-color:#d9e3ee!important;border-radius:10px!important;background:#fbfdff!important;box-shadow:none!important;transition:border-color var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast)!important}.t-input__wrap,.t-select__wrap,.t-input-number,.t-input-number__inner,.t-input-adornment,.t-textarea__inner{min-height:40px!important;border-color:#d9e3ee!important;border-radius:10px!important;background:#fbfdff!important;box-shadow:none!important;transition:border-color var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast)!important}.t-input__wrap,.t-select__wrap,.t-input-number__inner{height:40px!important;padding-left:10px!important;padding-right:10px!important}.t-input__inner,.t-input-number__input,.t-select__input{height:38px!important;line-height:38px!important;padding-left:0!important;padding-right:0!important;color:#17283c!important;font-size:13px!important;font-weight:600!important}.t-input__inner::placeholder,.t-select__input::placeholder,.t-textarea__inner::placeholder{color:#9aa8b8!important;font-weight:500!important}.t-textarea__inner{padding:10px!important;color:#17283c!important;font-size:13px!important;font-weight:600!important}.t-input-number__inner{width:100%!important}.t-input.t-is-disabled,.t-input__wrap.t-is-disabled,.t-select__wrap.t-is-disabled,.t-input-number.t-is-disabled,.t-input-number__inner.t-is-disabled,.t-textarea.t-is-disabled,.t-textarea__inner.t-is-disabled{background:#f1f5f9!important;color:#94a3b8!important}.t-is-focused:not(.t-is-disabled),.t-input--focused:not(.t-is-disabled),.t-input--focus:not(.t-is-disabled),.t-textarea--focused:not(.t-is-disabled),.t-textarea--focus:not(.t-is-disabled){background:#fff!important;border-color:#6f91ff!important;box-shadow:0 0 0 3px #6f91ff1f!important}.t-table{border-radius:var(--border-radius)!important;overflow:hidden!important}.t-table th{background:var(--bg-body)!important;font-weight:600!important;color:var(--text-secondary)!important;font-family:Manrope,IBM Plex Sans SC,sans-serif!important;padding:var(--table-head-padding-y) var(--table-cell-padding-x)!important;line-height:var(--table-line-height)!important;text-align:left!important}.t-table th .t-table__cell,.t-table th .t-table__content,.t-table th .t-table__th-cell-inner{justify-content:flex-start!important;text-align:left!important}.t-table td{padding:var(--table-cell-padding-y) var(--table-cell-padding-x)!important;line-height:var(--table-line-height)!important}.t-table td .table-actions,.t-table td .operation-group,.t-table td .action-links,.t-table td .warning-actions{display:flex!important;width:100%;min-width:0;align-items:center;justify-content:center!important;text-align:center;white-space:nowrap}.t-table.t-size-s th,.t-table.t-size-s td{padding-top:11px!important;padding-bottom:11px!important}.t-table.t-size-l th,.t-table.t-size-l td{padding-top:17px!important;padding-bottom:17px!important}.t-table tr:hover>td{background:var(--primary-bg)!important}.t-tag{border-radius:6px!important;font-weight:500!important}.t-dialog{border-radius:var(--border-radius-lg)!important;box-shadow:var(--shadow-lg)!important}.t-dialog__header{padding:24px 32px 16px!important;font-weight:600!important;font-size:18px!important}.t-dialog__body{padding:0 32px!important}.t-dialog__footer{padding:24px 32px!important}.t-dialog__ctx.t-dialog__ctx--absolute{position:fixed!important;top:var(--app-dialog-top, 60px)!important;right:auto!important;bottom:auto!important;left:var(--app-dialog-left, 252px)!important;width:calc(100vw - var(--app-dialog-left, 252px))!important;height:calc(100vh - var(--app-dialog-top, 60px))!important;z-index:2500!important}.t-dialog__ctx.t-dialog__ctx--absolute .t-dialog__mask,.t-dialog__ctx.t-dialog__ctx--absolute .t-dialog__wrap{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important}.t-dialog__ctx.t-dialog__ctx--absolute .t-dialog__position.t-dialog--center{min-height:calc(100vh - var(--app-dialog-top, 60px))!important;align-items:center!important;justify-content:center!important;padding:16px!important}.t-dialog__ctx.t-dialog__ctx--absolute .t-dialog{max-height:calc(100vh - var(--app-dialog-top, 60px) - 32px)!important;display:flex!important;flex-direction:column!important}.t-dialog__ctx.t-dialog__ctx--absolute .t-dialog__body{flex:1 1 auto!important;min-height:0!important;overflow:auto!important}@media (max-width: 900px){.t-dialog__ctx.t-dialog__ctx--absolute{left:var(--app-dialog-left, 84px)!important;width:calc(100vw - var(--app-dialog-left, 84px))!important}}.t-message,.t-dropdown__menu{border-radius:var(--border-radius-sm)!important;box-shadow:var(--shadow-md)!important}.t-pagination{margin-top:20px!important;justify-content:flex-end!important}.t-loading{background:#ffffffe6!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.fade-in{animation:fadeIn .3s ease forwards}.slide-in{animation:slideIn .3s ease forwards}.page-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:4px;font-family:Manrope,IBM Plex Sans SC,sans-serif;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#253a578f}.page-kicker:before{content:"";width:28px;height:1px;background:currentColor;opacity:.45}:root{--admin-page-gap: 14px;--admin-card-padding: 16px;--admin-card-radius: 16px;--admin-control-height: 38px;--admin-border: #dce6f1;--admin-border-soft: #e8eef6;--admin-text: #142238;--admin-muted: #728199;--admin-surface: #ffffff}.main-content .page-content .page-wrapper{min-height:auto!important;padding:16px!important;gap:var(--admin-page-gap)!important;background:transparent!important}.toolbar-card,.table-card,.records-card,.document-card,.section-card,.dashboard-card,.stat-card,.panel-card{border:1px solid var(--admin-border)!important;border-radius:var(--admin-card-radius)!important;background:var(--admin-surface)!important;box-shadow:0 12px 32px #0f23420d!important}.toolbar-card,.table-card,.records-card{padding:var(--admin-card-padding)!important}.toolbar-card{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;flex-wrap:wrap!important;min-width:0!important}.toolbar-copy,.title-copy,.section-head,.records-head,.form-panel-head{margin:0!important}.toolbar-copy h3,.title-copy strong,.section-head h3,.records-head h3,.form-panel-head strong{margin:0!important;color:var(--admin-text)!important;font-size:20px!important;font-weight:850!important;line-height:1.25!important}.toolbar-copy p,.title-copy span,.section-head p,.form-panel-head span,.document-caption,.page-kicker,.section-kicker,.hero-kicker,.eyebrow{display:none!important}.toolbar-actions,.toolbar-right,.filter-panel,.filter-bar,.table-toolbar,.records-actions,.action-toolbar{display:flex!important;min-width:0!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:nowrap!important}.toolbar-card>.toolbar-copy,.toolbar-card>.title-copy,.toolbar-card>.section-head{flex:0 0 auto!important;min-width:0!important}.toolbar-card>.toolbar-actions,.toolbar-card>.toolbar-right{flex:1 1 auto!important;min-width:0!important}.toolbar-card .t-button,.table-toolbar .t-button,.filter-bar .t-button,.records-actions .t-button,.action-toolbar .t-button{flex:0 0 auto!important;white-space:nowrap!important}.toolbar-card .search-input,.table-toolbar .search-input,.filter-bar .search-input,.records-actions .search-input,.action-toolbar .search-input{flex:1 1 320px!important;min-width:260px!important;max-width:460px!important}.toolbar-left{flex:1 1 360px!important;min-width:280px!important;max-width:520px!important}.search-input{width:100%!important}.filter-field,.filter-select,.record-search,.record-result-select,.status-select,.stock-view-select{flex:0 0 auto!important;width:148px!important;min-width:148px!important}.filter-field-wide,.filter-field-wide .filter-select,.stock-view-select{width:168px!important;min-width:168px!important}.filter-field-status,.filter-field-status .filter-select,.status-select{width:156px!important;min-width:156px!important}.toolbar-card .filter-panel,.toolbar-card .filter-field,.filter-bar .filter-field,.table-toolbar .filter-field,.records-actions .filter-field,.action-toolbar .filter-field{background:transparent!important;box-shadow:none!important}.page-wrapper .toolbar-card .filter-select.t-select,.page-wrapper .toolbar-card .status-select.t-select,.page-wrapper .toolbar-card .stock-view-select.t-select,.page-wrapper .filter-panel .filter-select.t-select,.page-wrapper .filter-bar .filter-select.t-select,.page-wrapper .filter-bar .inbound-filter-select.t-select,.page-wrapper .table-toolbar .filter-select.t-select,.page-wrapper .records-actions .filter-select.t-select,.page-wrapper .action-toolbar .filter-select.t-select,.page-wrapper .warning-filters .filter-select.t-select,.page-wrapper .audit-filters .filter-select.t-select,.page-wrapper .records-toolbar .record-result-select.t-select{height:var(--admin-control-height)!important;min-width:168px!important;max-width:190px!important;background:transparent!important;box-shadow:none!important}.page-wrapper .toolbar-card .filter-select.t-select .t-input,.page-wrapper .toolbar-card .filter-select.t-select .t-input__wrap,.page-wrapper .toolbar-card .status-select.t-select .t-input,.page-wrapper .toolbar-card .status-select.t-select .t-input__wrap,.page-wrapper .toolbar-card .stock-view-select.t-select .t-input,.page-wrapper .toolbar-card .stock-view-select.t-select .t-input__wrap,.page-wrapper .filter-panel .filter-select.t-select .t-input,.page-wrapper .filter-panel .filter-select.t-select .t-input__wrap,.page-wrapper .filter-bar .filter-select.t-select .t-input,.page-wrapper .filter-bar .filter-select.t-select .t-input__wrap,.page-wrapper .filter-bar .inbound-filter-select.t-select .t-input,.page-wrapper .filter-bar .inbound-filter-select.t-select .t-input__wrap,.page-wrapper .table-toolbar .filter-select.t-select .t-input,.page-wrapper .table-toolbar .filter-select.t-select .t-input__wrap,.page-wrapper .records-actions .filter-select.t-select .t-input,.page-wrapper .records-actions .filter-select.t-select .t-input__wrap,.page-wrapper .action-toolbar .filter-select.t-select .t-input,.page-wrapper .action-toolbar .filter-select.t-select .t-input__wrap,.page-wrapper .warning-filters .filter-select.t-select .t-input,.page-wrapper .warning-filters .filter-select.t-select .t-input__wrap,.page-wrapper .audit-filters .filter-select.t-select .t-input,.page-wrapper .audit-filters .filter-select.t-select .t-input__wrap,.page-wrapper .records-toolbar .record-result-select.t-select .t-input,.page-wrapper .records-toolbar .record-result-select.t-select .t-input__wrap{height:var(--admin-control-height)!important;min-height:var(--admin-control-height)!important;padding:0 12px!important;border:1px solid #d7e2ee!important;border-radius:12px!important;background:#fff!important;box-shadow:none!important}.page-wrapper .toolbar-card .filter-select.t-select .t-input__inner,.page-wrapper .toolbar-card .status-select.t-select .t-input__inner,.page-wrapper .toolbar-card .stock-view-select.t-select .t-input__inner,.page-wrapper .filter-panel .filter-select.t-select .t-input__inner,.page-wrapper .filter-bar .filter-select.t-select .t-input__inner,.page-wrapper .filter-bar .inbound-filter-select.t-select .t-input__inner,.page-wrapper .table-toolbar .filter-select.t-select .t-input__inner,.page-wrapper .records-actions .filter-select.t-select .t-input__inner,.page-wrapper .action-toolbar .filter-select.t-select .t-input__inner,.page-wrapper .warning-filters .filter-select.t-select .t-input__inner,.page-wrapper .audit-filters .filter-select.t-select .t-input__inner,.page-wrapper .records-toolbar .record-result-select.t-select .t-input__inner,.page-wrapper .toolbar-card .filter-select.t-select .t-select__input,.page-wrapper .filter-panel .filter-select.t-select .t-select__input,.page-wrapper .filter-bar .filter-select.t-select .t-select__input,.page-wrapper .filter-bar .inbound-filter-select.t-select .t-select__input,.page-wrapper .table-toolbar .filter-select.t-select .t-select__input,.page-wrapper .warning-filters .filter-select.t-select .t-select__input,.page-wrapper .audit-filters .filter-select.t-select .t-select__input{height:calc(var(--admin-control-height) - 2px)!important;line-height:calc(var(--admin-control-height) - 2px)!important;overflow:hidden!important;color:#172238!important;font-size:13px!important;font-weight:750!important;text-overflow:ellipsis!important;white-space:nowrap!important}.page-wrapper .toolbar-card .filter-select.t-select .t-input__suffix,.page-wrapper .toolbar-card .status-select.t-select .t-input__suffix,.page-wrapper .toolbar-card .stock-view-select.t-select .t-input__suffix,.page-wrapper .filter-panel .filter-select.t-select .t-input__suffix,.page-wrapper .filter-bar .filter-select.t-select .t-input__suffix,.page-wrapper .filter-bar .inbound-filter-select.t-select .t-input__suffix,.page-wrapper .table-toolbar .filter-select.t-select .t-input__suffix,.page-wrapper .records-actions .filter-select.t-select .t-input__suffix,.page-wrapper .action-toolbar .filter-select.t-select .t-input__suffix,.page-wrapper .warning-filters .filter-select.t-select .t-input__suffix,.page-wrapper .audit-filters .filter-select.t-select .t-input__suffix,.page-wrapper .records-toolbar .record-result-select.t-select .t-input__suffix{display:inline-flex!important;align-items:center!important;justify-content:center!important;margin-left:8px!important;color:#73839a!important}.page-wrapper .toolbar-card .filter-select.t-select:hover .t-input,.page-wrapper .toolbar-card .status-select.t-select:hover .t-input,.page-wrapper .toolbar-card .stock-view-select.t-select:hover .t-input,.page-wrapper .filter-panel .filter-select.t-select:hover .t-input,.page-wrapper .filter-bar .filter-select.t-select:hover .t-input,.page-wrapper .filter-bar .inbound-filter-select.t-select:hover .t-input,.page-wrapper .table-toolbar .filter-select.t-select:hover .t-input,.page-wrapper .records-actions .filter-select.t-select:hover .t-input,.page-wrapper .action-toolbar .filter-select.t-select:hover .t-input,.page-wrapper .warning-filters .filter-select.t-select:hover .t-input,.page-wrapper .audit-filters .filter-select.t-select:hover .t-input,.page-wrapper .records-toolbar .record-result-select.t-select:hover .t-input{border-color:#b7c7dc!important;background:#fff!important}.page-wrapper .toolbar-card .filter-select.t-select.t-is-focused .t-input,.page-wrapper .filter-panel .filter-select.t-select.t-is-focused .t-input,.page-wrapper .filter-bar .filter-select.t-select.t-is-focused .t-input,.page-wrapper .filter-bar .inbound-filter-select.t-select.t-is-focused .t-input,.page-wrapper .table-toolbar .filter-select.t-select.t-is-focused .t-input,.page-wrapper .warning-filters .filter-select.t-select.t-is-focused .t-input,.page-wrapper .audit-filters .filter-select.t-select.t-is-focused .t-input,.page-wrapper .records-toolbar .record-result-select.t-select.t-is-focused .t-input{border-color:#5d7df0!important;box-shadow:0 0 0 3px #5d7df01c!important}.t-select__dropdown .t-popup__content{padding:6px!important;border:1px solid #dce6f1!important;border-radius:12px!important;background:#fff!important;box-shadow:0 18px 38px #0f172a21!important}.t-select__dropdown-inner .t-select__list{padding:0!important}.t-select-option{min-height:34px!important;margin:2px 0!important;padding:7px 10px!important;border-radius:8px!important;color:#1c2b3f!important;font-size:13px!important;font-weight:650!important}.t-select-option:hover,.t-select-option--hover{background:#f2f6ff!important;color:#174ea6!important}.t-select-option.t-is-selected{background:#eaf1ff!important;color:#0f5bd8!important;font-weight:800!important}.filter-panel{flex:0 0 auto!important}.toolbar-right{gap:10px!important}.toolbar-right>.filter-panel,.toolbar-right>.toolbar-actions{flex:0 0 auto!important}.toolbar-card>.toolbar-actions>.search-input{flex:1 1 320px!important}.toolbar-card>.toolbar-actions>.filter-select{flex:0 0 156px!important}.t-input,.t-select .t-input,.t-select-input .t-input,.t-select__wrap .t-input,.t-input__wrap,.t-select__wrap,.t-input-number,.t-input-number__inner,.t-date-picker,.t-date-picker .t-input,.t-date-picker .t-input__wrap{height:var(--admin-control-height)!important;min-height:var(--admin-control-height)!important;border-color:var(--admin-border)!important;border-radius:10px!important;background:#fbfdff!important;box-shadow:none!important}.t-input__wrap,.t-select__wrap,.t-input-number__inner,.t-date-picker .t-input__wrap{padding-left:10px!important;padding-right:10px!important}.t-input__inner,.t-select__input,.t-input-number__input{height:calc(var(--admin-control-height) - 2px)!important;line-height:calc(var(--admin-control-height) - 2px)!important;color:var(--admin-text)!important;font-size:13px!important;font-weight:650!important}.t-textarea,.t-textarea__inner{border-color:var(--admin-border)!important;border-radius:10px!important;background:#fbfdff!important;box-shadow:none!important}.page-wrapper .toolbar-card .filter-select.t-select__wrap,.page-wrapper .toolbar-card .status-select.t-select__wrap,.page-wrapper .toolbar-card .stock-view-select.t-select__wrap,.page-wrapper .filter-panel .filter-select.t-select__wrap,.page-wrapper .filter-bar .filter-select.t-select__wrap,.page-wrapper .filter-bar .inbound-filter-select.t-select__wrap,.page-wrapper .table-toolbar .filter-select.t-select__wrap,.page-wrapper .records-actions .filter-select.t-select__wrap,.page-wrapper .action-toolbar .filter-select.t-select__wrap,.page-wrapper .warning-filters .filter-select.t-select__wrap,.page-wrapper .audit-filters .filter-select.t-select__wrap,.page-wrapper .records-toolbar .record-result-select.t-select__wrap{background:transparent!important;border-color:transparent!important;box-shadow:none!important;padding:0!important}.page-wrapper .toolbar-card .filter-select.t-select__wrap .t-select-input,.page-wrapper .toolbar-card .status-select.t-select__wrap .t-select-input,.page-wrapper .toolbar-card .stock-view-select.t-select__wrap .t-select-input,.page-wrapper .filter-panel .filter-select.t-select__wrap .t-select-input,.page-wrapper .filter-bar .filter-select.t-select__wrap .t-select-input,.page-wrapper .filter-bar .inbound-filter-select.t-select__wrap .t-select-input,.page-wrapper .table-toolbar .filter-select.t-select__wrap .t-select-input,.page-wrapper .records-actions .filter-select.t-select__wrap .t-select-input,.page-wrapper .action-toolbar .filter-select.t-select__wrap .t-select-input,.page-wrapper .warning-filters .filter-select.t-select__wrap .t-select-input,.page-wrapper .audit-filters .filter-select.t-select__wrap .t-select-input,.page-wrapper .records-toolbar .record-result-select.t-select__wrap .t-select-input{background:transparent!important;box-shadow:none!important}.page-wrapper .toolbar-card .filter-select.t-select__wrap .t-input,.page-wrapper .toolbar-card .filter-select.t-select__wrap .t-input__wrap,.page-wrapper .toolbar-card .status-select.t-select__wrap .t-input,.page-wrapper .toolbar-card .status-select.t-select__wrap .t-input__wrap,.page-wrapper .toolbar-card .stock-view-select.t-select__wrap .t-input,.page-wrapper .toolbar-card .stock-view-select.t-select__wrap .t-input__wrap,.page-wrapper .filter-panel .filter-select.t-select__wrap .t-input,.page-wrapper .filter-panel .filter-select.t-select__wrap .t-input__wrap,.page-wrapper .filter-bar .filter-select.t-select__wrap .t-input,.page-wrapper .filter-bar .filter-select.t-select__wrap .t-input__wrap,.page-wrapper .filter-bar .inbound-filter-select.t-select__wrap .t-input,.page-wrapper .filter-bar .inbound-filter-select.t-select__wrap .t-input__wrap,.page-wrapper .table-toolbar .filter-select.t-select__wrap .t-input,.page-wrapper .table-toolbar .filter-select.t-select__wrap .t-input__wrap,.page-wrapper .records-actions .filter-select.t-select__wrap .t-input,.page-wrapper .records-actions .filter-select.t-select__wrap .t-input__wrap,.page-wrapper .action-toolbar .filter-select.t-select__wrap .t-input,.page-wrapper .action-toolbar .filter-select.t-select__wrap .t-input__wrap,.page-wrapper .warning-filters .filter-select.t-select__wrap .t-input,.page-wrapper .warning-filters .filter-select.t-select__wrap .t-input__wrap,.page-wrapper .audit-filters .filter-select.t-select__wrap .t-input,.page-wrapper .audit-filters .filter-select.t-select__wrap .t-input__wrap,.page-wrapper .records-toolbar .record-result-select.t-select__wrap .t-input,.page-wrapper .records-toolbar .record-result-select.t-select__wrap .t-input__wrap{background:#fff!important;box-shadow:none!important}.t-form__item{margin-bottom:14px!important}.t-form__label{margin-bottom:6px!important;color:#344860!important;font-size:13px!important;font-weight:750!important;line-height:18px!important}.t-button.t-button--variant-base,.t-button.t-button--variant-outline,.t-button.t-button--variant-dashed{height:var(--admin-control-height)!important;min-width:0!important}.t-button--primary:hover{transform:none!important}.t-table{border:1px solid var(--admin-border-soft)!important;border-radius:14px!important}.t-table th{background:#eef3f8!important;color:#63738a!important;font-size:13px!important;font-weight:800!important;text-align:left!important}.t-table td{color:var(--admin-text)!important;font-size:13px!important;vertical-align:middle!important}.t-table tr:hover>td{background:#f7faff!important}.t-table__empty{padding:0!important}.operation-group,.table-actions,.action-links,.warning-actions{display:flex!important;width:100%!important;align-items:center!important;justify-content:center!important;gap:10px!important;white-space:nowrap!important}.t-link{font-size:13px!important;font-weight:750!important}.t-tag{min-width:0!important;height:24px!important;padding:0 8px!important;border-radius:999px!important;font-size:12px!important;font-weight:750!important}.t-dialog{border-radius:18px!important}.t-dialog__header{min-height:0!important;padding:10px 10px 0!important}.t-dialog__header-content{min-height:0!important}.t-dialog__body{padding:10px!important}.t-dialog__footer{padding:0 10px 10px!important}.t-dialog__close{top:10px!important;right:10px!important}.t-drawer__header{min-height:52px!important;padding:12px 16px!important;border-bottom:1px solid var(--admin-border-soft)!important}.t-drawer__body{padding:14px 16px!important;background:#f6f8fb!important}.t-drawer__close-btn{width:32px!important;height:32px!important;border-radius:10px!important}.app-empty-state{min-height:180px!important;padding:34px 16px!important}.app-pagination{margin-top:12px!important;padding-top:12px!important}.pagination-panel{box-shadow:none!important}@media (max-width: 1200px){.toolbar-card{align-items:flex-start!important;flex-direction:column!important;flex-wrap:wrap!important}.toolbar-actions,.toolbar-right,.filter-panel,.filter-bar,.table-toolbar,.records-actions,.action-toolbar{justify-content:flex-start!important;flex-wrap:wrap!important}.toolbar-card .search-input,.table-toolbar .search-input,.filter-bar .search-input,.records-actions .search-input,.action-toolbar .search-input{flex:1 1 100%!important;max-width:none!important;min-width:min(260px,100%)!important}.toolbar-left,.toolbar-card>.toolbar-actions,.toolbar-card>.toolbar-right{width:100%!important;max-width:none!important}}.document-dialog-card,.purchase-editor,.sales-editor,.return-editor,.transfer-editor{display:flex!important;flex-direction:column!important;gap:12px!important;min-height:auto!important;padding:14px!important;border-radius:16px!important;background:#fff!important}.document-head,.editor-head,.drawer-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:0!important;border:0!important;background:transparent!important}.document-title h3,.editor-head h3,.drawer-head h3{margin:0!important;color:var(--admin-text)!important;font-size:18px!important;line-height:1.25!important}.document-flow,.document-meta{display:none!important}.document-status{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important}.document-status .t-tag{display:none!important}.form-panel,.line-shell,.line-card,.form-section{padding:14px!important;border:1px solid var(--admin-border)!important;border-radius:14px!important;background:#fff!important;box-shadow:none!important}.header-grid,.form-grid,.line-grid{gap:12px!important}.document-footer,.drawer-actions{position:sticky!important;right:0!important;bottom:-14px!important;display:flex!important;justify-content:flex-end!important;gap:8px!important;margin-top:0!important;padding:10px 0 0!important;border-top:1px solid var(--admin-border-soft)!important;background:linear-gradient(180deg,#ffffffdb,#fff 42%)!important}.line-empty{min-height:120px!important;padding:28px 12px!important;border:1px dashed var(--admin-border)!important;border-radius:14px!important;background:#fbfdff!important}.line-empty span{display:none!important}html,body,#app{margin:0;padding:0;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}
