.bottom-navigation-container{position:fixed;left:0;right:0;bottom:0;z-index:1000;pointer-events:none;background:#fff;border-top:1px solid var(--card-border, #E5E7EB)}.bottom-navigation-blur{position:absolute;left:0;right:0;bottom:0;height:calc(64px + env(safe-area-inset-bottom));background:transparent}.bottom-navigation{position:relative;height:64px;padding-bottom:env(safe-area-inset-bottom);display:flex;align-items:center;justify-content:space-around;pointer-events:auto}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;height:100%;border:none;background:transparent;cursor:pointer;transition:all .2s;padding:4px;color:var(--text-muted, #64748B);position:relative}.bottom-nav-icon-wrapper{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-card, 14px);transition:all .2s}.bottom-nav-item.primary{flex:1.2}.bottom-nav-item.primary .bottom-nav-icon-wrapper{width:56px;height:56px;margin-top:-20px;border-radius:999px;background:var(--primary-color, #2563eb);color:#fff;box-shadow:0 10px 22px #2563eb38;border:4px solid var(--bg-main, #FAFBFF)}.bottom-nav-item.active{color:var(--primary-color, #2563eb)}.bottom-nav-item.active .bottom-nav-icon-wrapper{background:#2563eb1a;color:var(--primary-color, #2563eb)}.bottom-nav-item.primary.active .bottom-nav-icon-wrapper{background:var(--primary-color, #2563eb);border-color:var(--bg-main, #FAFBFF)}.bottom-nav-item:active{transform:scale(.95)}.bottom-nav-icon-wrapper svg,.bottom-nav-icon-wrapper .anticon{font-size:20px}.bottom-nav-label{font-size:11px;font-weight:500}.bottom-nav-item.primary .bottom-nav-label{margin-top:24px}.mobile-product-list{width:100%;max-width:100%;overflow-x:hidden}.product-card{margin-bottom:12px;border-radius:12px;box-shadow:0 2px 8px #00000014;transition:all .3s ease;overflow:hidden;width:100%;max-width:100%}.product-card:active{box-shadow:0 1px 4px #0000001a;transform:scale(.98)}.product-card-content{display:flex;gap:12px}.product-image{position:relative;width:100px;height:100px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f5f5f5}.product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.archived-badge{position:absolute;top:4px;right:4px;background:#000000b3;color:#fff;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:500}.product-info{flex:1;display:flex;flex-direction:column;gap:8px;min-width:0}.product-header{display:flex;flex-direction:column;gap:2px}.product-name{font-size:15px;font-weight:600;color:#262626;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.product-code{font-size:12px;color:#8c8c8c}.product-meta{display:flex;gap:4px;flex-wrap:wrap}.product-meta .ant-tag{margin:0;font-size:11px}.product-prices{display:flex;gap:16px}.price-item{display:flex;flex-direction:column;gap:2px}.price-label{font-size:11px;color:#8c8c8c}.price-value{font-size:14px;font-weight:600}.price-value.cost{color:#ff4d4f}.price-value.selling{color:#52c41a}.product-actions{display:flex;gap:8px;margin-top:auto}.product-actions button{flex:1;font-size:13px;height:36px}@media (max-width: 768px){.product-card{margin-bottom:8px}.product-image{width:80px;height:80px}.product-name{font-size:14px}.product-actions button{font-size:12px;padding:4px 8px;height:36px}}.sale-list-card{background:#fff;border-radius:12px;padding:12px;margin-bottom:12px;box-shadow:0 2px 8px #0000000d;border:1px solid #f0f0f0}.sale-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #f5f5f5}.sale-id{font-weight:600;color:#262626;font-size:15px}.sale-date{color:#8c8c8c;font-size:13px}.sale-card-body{display:flex;flex-direction:column;gap:8px}.sale-info-row{display:flex;justify-content:space-between;align-items:center}.sale-info-label{color:#8c8c8c;font-size:13px}.sale-info-value{font-weight:500;color:#262626;font-size:14px}.sale-amount{font-size:16px;font-weight:700;color:#1890ff}.sale-profit{font-size:14px;font-weight:600}.sale-profit.positive{color:#52c41a}.sale-profit.negative{color:#ff4d4f}.sale-card-footer{margin-top:12px;padding-top:8px;border-top:1px solid #f5f5f5;display:flex;justify-content:space-between;align-items:center}.sale-actions{display:flex;gap:8px}.sale-item-card{margin-bottom:12px;border-radius:12px;box-shadow:0 2px 8px #00000014}.sale-item-content{display:flex;flex-direction:column;gap:12px}.sale-item-info{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.sale-item-name{font-size:15px;font-weight:500;color:#262626;flex:1;line-height:1.4;word-break:break-word}.sale-item-price{font-size:14px;color:#8c8c8c;white-space:nowrap;font-weight:500}.sale-item-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.quantity-controls{display:flex;align-items:center;gap:8px;background:#f5f5f5;border-radius:8px;padding:4px}.quantity-controls button{min-width:36px;height:36px;border-radius:6px;display:flex;align-items:center;justify-content:center}.quantity-display{font-size:16px;font-weight:600;min-width:24px;text-align:center}.sale-item-total{text-align:right;margin-left:auto;margin-right:8px}.total-label{font-size:11px;color:#8c8c8c;text-transform:uppercase}.total-value{font-size:16px;font-weight:700;color:#1890ff}.delete-btn{min-width:40px;height:40px}@media (max-width: 380px){.sale-item-actions{flex-wrap:wrap}.sale-item-total{width:100%;text-align:right;margin-top:8px;order:3}}:root{--return-bg: #f5f7fb;--return-card: #ffffff;--return-primary: #2563eb;--return-primary-dark: #1d4ed8;--return-accent: #f59e0b;--return-border: #e2e8f0;--return-muted: #94a3b8;--return-text: #0f172a}.return-page{display:flex;flex-direction:column;gap:16px;padding:16px}.return-hero{background:linear-gradient(135deg,#0f172a,#1d4ed8 60%,#4f46e5);color:#fff;border-radius:20px;padding:20px;box-shadow:0 20px 40px -24px #0f172a66}.return-hero__meta h2{margin:8px 0 4px;font-size:24px}.return-hero__meta p{margin:0;color:#ffffffd9;font-size:14px;line-height:1.4}.return-hero__eyebrow{text-transform:uppercase;letter-spacing:.1em;font-size:12px;color:#ffffffb3}.return-hero__chips{display:flex;gap:10px;margin:20px 0;flex-wrap:wrap}.return-chip{flex:1;min-width:120px;background:#ffffff26;border-radius:14px;padding:12px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2)}.return-chip span{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#ffffffbf}.return-chip strong{display:block;margin-top:6px;font-size:16px}.return-chip--muted{opacity:.6}.return-progress{display:flex;flex-direction:column;gap:12px}.return-progress__track{width:100%;height:6px;background:#fff3;border-radius:999px;overflow:hidden}.return-progress__track span{display:block;height:100%;background:linear-gradient(90deg,#fbbf24,#f97316,#ec4899);transition:width .3s ease}.return-progress__labels{display:flex;justify-content:space-between;font-size:11px;text-transform:uppercase;color:#fff9}.return-progress__step--active{color:#fff;font-weight:600}.return-progress__step--done{color:#ffffffd9}.return-card{background:var(--return-card);border-radius:18px;padding:20px;box-shadow:0 18px 50px -24px #0f172a33;border:1px solid var(--return-border)}.return-card--compact{padding:16px}.return-card__eyebrow{font-size:11px;color:var(--return-muted);letter-spacing:.08em;text-transform:uppercase}.return-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.return-sale-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.return-sale-meta span{padding:6px 10px;border-radius:999px;background:#f8fafc;font-size:13px;color:#0f172a}.return-step-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.return-step-card__body{margin-top:16px}.return-reset{color:var(--return-muted)}.return-tip{background:#fef3c7;color:#92400e;border-radius:14px;padding:12px 16px;font-size:14px}.return-actions{position:sticky;bottom:0;background:linear-gradient(180deg,#f5f7fb00,#f5f7fb 40%);padding-top:16px;display:flex;gap:12px}.return-actions--mobile{flex-direction:column}.return-form .ant-form-item label{font-weight:500;color:#0f172a}.return-table-wrapper{border:1px solid var(--return-border);border-radius:16px;overflow:hidden;box-shadow:inset 0 1px #0f172a0d}@media (max-width: 768px){.return-page{padding:12px;gap:12px}.return-hero{border-radius:16px;padding:16px}.return-hero__chips{flex-direction:column}.return-card{border-radius:16px;padding:16px}.return-actions{padding-bottom:env(safe-area-inset-bottom)}}:root{--bg-main: #FAFBFF;--card-border: #E5E7EB;--text-main: #0F172A;--text-muted: #475569;--radius-card: 14px;--bottom-nav-height: 64px;--mobile-page-padding: 12px;--primary-color: #2563eb;--primary-dark: #1d4ed8;--secondary-color: #64748b;--bg-color: var(--bg-main);--card-bg: #FFFFFF;--text-primary: var(--text-main);--text-secondary: var(--text-muted);--success-color: #10b981;--danger-color: #ef4444;--warning-color: #f59e0b;--border-radius: var(--radius-card);--card-shadow: 0 1px 2px rgba(0,0,0,.04);--header-height: 64px;--nav-height: 70px}body{background-color:var(--bg-color);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}.mobile-quick-actions{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:12px;margin-bottom:24px;padding:0 4px}.mobile-quick-actions__pill{background:var(--card-bg);border:1px solid #e2e8f0;border-radius:16px;padding:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:var(--text-secondary);font-size:13px;font-weight:500;box-shadow:0 1px 2px #0000000d;transition:all .2s;cursor:pointer}.mobile-quick-actions__pill .icon-wrapper{font-size:20px;color:var(--primary-color);background:#eff6ff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-quick-actions__pill:active{transform:scale(.96);background:#f1f5f9}.mobile-quick-actions__cta{background:var(--primary-color);color:#fff;border:none;border-radius:16px;padding:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-size:14px;font-weight:600;box-shadow:0 4px 12px #2563eb4d;transition:all .2s;cursor:pointer}.mobile-quick-actions__cta .anticon{font-size:24px}.mobile-quick-actions__cta:active{transform:scale(.96);background:var(--primary-dark)}.page-surface{width:100%;max-width:100%;display:flex;flex-direction:column;gap:12px}.page-loading{text-align:center;padding:50px}.mobile-stats-row{margin-bottom:12px}.value-positive{color:var(--success-color);font-weight:500}.value-negative{color:var(--danger-color);font-weight:500}.w-100{width:100%!important}.products-filters{margin-bottom:16px}.products-filters--mobile{margin-bottom:12px}.products-barcode-search{margin-bottom:8px}.products-barcode-search--mobile-only,.products-barcode-row--mobile-only{display:none}.products-filters__mobile-actions{margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.products-filters__label{font-size:14px;color:var(--text-secondary)}.products-actions{display:flex;align-items:center;gap:8px}.products-actions__label{color:var(--text-secondary);font-size:14px}.products-actions--mobile{gap:8px}.products-actions--mobile .products-actions__archive{margin-left:auto}.product-thumb__img{width:50px;height:50px;-o-object-fit:cover;object-fit:cover;border-radius:8px;border:1px solid #f0f0f0;cursor:pointer}.product-thumb__empty{width:50px;height:50px;background-color:#f5f5f5;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#999}.product-info__title{font-weight:500}.product-info__meta{font-size:12px;color:#666}.value-strong{font-weight:700}.tag-lg{font-size:14px}.tag-no-margin{margin:0!important}.product-analytics__stock-total{font-size:18px;font-weight:700;color:#1890ff;margin-bottom:8px}.product-analytics__stock-tags{display:flex;gap:12px;flex-wrap:wrap}.product-analytics__summary,.product-analytics__tabs{margin-top:20px}.preview-image{width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain}@media (max-width: 992px){.products-barcode-search--mobile-only{display:block}.products-barcode-row--mobile-only{display:block;margin-bottom:8px}.products-barcode-row--mobile-only .ant-input-group-addon{padding:0;background:transparent;border:0}.desktop-sider{display:none!important}.mobile-menu-button{display:flex!important}.ant-layout{margin-left:0!important}}@media (max-width: 768px){.ant-layout-header{padding:0 16px!important;height:64px!important}.ant-layout-header h1{font-size:18px!important}.ant-layout-content{margin:16px!important;padding:16px!important}.app-layout-content{padding-bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom) + var(--mobile-page-padding))!important}.ant-menu-light .ant-menu-item{margin:4px 12px;border-radius:10px;transition:all .3s;color:#4b5563;font-weight:500}.ant-menu-light .ant-menu-item:hover{color:#2563eb!important;background:#eff6ff!important;transform:translate(4px)}.ant-menu-light .ant-menu-item-selected{background:linear-gradient(135deg,#2563eb,#3b82f6)!important;color:#fff!important;box-shadow:0 4px 12px #2563eb4d}.ant-menu-light .ant-menu-submenu-title{margin:4px 12px;border-radius:10px;color:#4b5563;font-weight:500}.ant-menu-light .ant-menu-submenu-title:hover{color:#2563eb!important}}@media (max-width: 768px){.ant-card{border-radius:var(--border-radius)!important;box-shadow:var(--card-shadow)!important;border:1px solid var(--card-border)!important;margin-bottom:16px!important;overflow:hidden}.ant-card-head{border-bottom:1px solid #f1f5f9!important;padding:16px!important}.ant-card-head-title{font-weight:700!important;color:var(--text-primary)!important;font-size:17px!important}.ant-card-body{padding:16px!important}.ant-input,.ant-input-number,.ant-select-selector{border-radius:12px!important;height:48px!important;background-color:#f8fafc!important;border-color:#e2e8f0!important;font-size:16px!important}.ant-input::-moz-placeholder,.ant-input-number-input::-moz-placeholder{color:var(--text-secondary)!important;opacity:1}.ant-input::placeholder,.ant-input-number-input::placeholder,.ant-select-selection-placeholder{color:var(--text-secondary)!important;opacity:1}.ant-form-item-label>label,.ant-descriptions-item-label,.ant-typography-secondary,.ant-table-cell .ant-typography-secondary{color:var(--text-secondary)!important}.ant-input:focus,.ant-input-number:focus,.ant-select-selector:focus{background-color:#fff!important;border-color:var(--primary-color)!important}.ant-btn{height:48px!important;border-radius:12px!important;font-weight:600!important;box-shadow:none!important}.ant-btn-primary{background:var(--primary-color)!important;box-shadow:0 4px 12px #2563eb40!important}.ant-select-single .ant-select-selector .ant-select-selection-item{line-height:46px!important}.ant-statistic-title{color:var(--text-secondary)!important;font-size:13px!important;margin-bottom:4px!important}.ant-statistic-content-value{font-weight:700!important;color:var(--text-primary)!important}.mobile-stats-row .ant-statistic-content-value{font-size:18px!important}.stat-profit .ant-statistic-content-value{color:var(--success-color)!important}.stat-danger .ant-statistic-content-value{color:var(--danger-color)!important}.stat-warning .ant-statistic-content-value{color:var(--warning-color)!important}.ant-modal-content{border-radius:20px!important;overflow:hidden}.ant-modal-header{border-bottom:none!important;background:#f8fafc!important;padding:20px 20px 10px!important}.ant-modal-title{font-size:18px!important;font-weight:700!important}.ant-modal-footer{border-top:none!important;padding:0 20px 20px!important}}.text-primary{color:var(--primary-color)}.text-success{color:var(--success-color)}.text-danger{color:var(--danger-color)}.font-bold{font-weight:600}.icon-flip{transform:scaleX(-1)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.ant-menu-item,.ant-menu-submenu-title{opacity:0;animation:slideInRight .4s ease forwards}.ant-menu-item:nth-child(1){animation-delay:.05s}.ant-menu-item:nth-child(2){animation-delay:.1s}.ant-menu-item:nth-child(3){animation-delay:.15s}.ant-menu-item:nth-child(4){animation-delay:.2s}.ant-menu-item:nth-child(5){animation-delay:.25s}.ant-menu-item:nth-child(6){animation-delay:.3s}.ant-menu-item:nth-child(7){animation-delay:.35s}.ant-menu-item:nth-child(8){animation-delay:.4s}.ant-menu-item:nth-child(9){animation-delay:.45s}.ant-menu-item:nth-child(10){animation-delay:.5s}.ant-menu-item:nth-child(11){animation-delay:.55s}.ant-menu-item:nth-child(12){animation-delay:.6s}.ant-menu-item:nth-child(13){animation-delay:.65s}.ant-menu-item:nth-child(14){animation-delay:.7s}.ant-menu-item:nth-child(15){animation-delay:.75s}.soft-glass{background:#fffc!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;border-bottom:1px solid rgba(255,255,255,.3)!important}.soft-shadow{box-shadow:0 10px 40px -10px #0000000d!important}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.page-content-enter{animation:fadeInUp .4s cubic-bezier(.16,1,.3,1) forwards}h1,h2,h3,h4,h5,h6{color:#1e1b4b!important;letter-spacing:-.025em}
