.tab-bar[data-v-09824dac]{position:fixed;bottom:0;left:0;right:0;height:calc(56px + var(--safe-bottom));padding-bottom:var(--safe-bottom);display:flex;background:var(--white);border-top:1px solid var(--border);z-index:100}.tab-item[data-v-09824dac]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:11px;color:var(--text-muted);transition:color .15s}.tab-item.active[data-v-09824dac]{color:var(--primary)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #2d5a45;--primary-light: #3d7a5c;--primary-bg: #f0f5f2;--text: #1a1a1a;--text-secondary: #666;--text-muted: #999;--border: #e8e8e8;--bg: #f5f5f5;--white: #fff;--danger: #c0392b;--warning: #d68910;--success: #27ae60;--radius: 8px;--shadow: 0 1px 4px rgba(0,0,0,.06);--safe-bottom: env(safe-area-inset-bottom, 0px)}body.locale-ug{font-family:UKIJ Tor,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html,body{font-family:UKIJ Tor,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-size:14px;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}input,textarea,select,button{font:inherit;outline:none;border:none;background:none}button{cursor:pointer}.page{min-height:100vh;padding-bottom:calc(56px + var(--safe-bottom))}.page-no-tab{min-height:100vh;padding-bottom:var(--safe-bottom)}.page-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;height:48px;padding:0 12px;background:var(--white);border-bottom:1px solid var(--border)}.page-header .back{width:32px;height:32px;display:flex;align-items:center;justify-content:center;margin-right:4px;color:var(--text)}.page-header .title{flex:1;font-size:16px;font-weight:600;text-align:center}.page-header .action{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:14px}.page-header .placeholder{width:32px}.page-body{padding:12px}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:12px;overflow:hidden}.card-padded{padding:14px}.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.stat-item{background:var(--white);border-radius:var(--radius);padding:14px;box-shadow:var(--shadow)}.stat-item .label{font-size:12px;color:var(--text-muted);margin-bottom:6px}.stat-item .value{font-size:20px;font-weight:600;color:var(--primary)}.stat-item .value small{font-size:12px;font-weight:400;color:var(--text-secondary)}.list-item{display:flex;padding:12px 14px;border-bottom:1px solid var(--border);gap:12px;align-items:center}.list-item:last-child{border-bottom:none}.list-item:active{background:#fafafa}.list-item .thumb{width:56px;height:56px;border-radius:6px;object-fit:cover;background:var(--primary-bg);flex-shrink:0}.list-item .thumb-empty{width:56px;height:56px;border-radius:6px;background:var(--primary-bg);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--primary-light)}.list-item .info{flex:1;min-width:0}.list-item .name{font-size:15px;font-weight:500;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-item .meta{font-size:12px;color:var(--text-muted);line-height:1.6}.list-item .right{text-align:right;flex-shrink:0}.list-item .price{font-size:15px;font-weight:600;color:var(--primary)}.tag{display:inline-block;font-size:11px;padding:2px 6px;border-radius:3px;background:var(--primary-bg);color:var(--primary)}.tag-warn{background:#fef5e7;color:var(--warning)}.tag-danger{background:#fdedec;color:var(--danger)}.tag-success{background:#eafaf1;color:var(--success)}.search-bar{display:flex;gap:8px;margin-bottom:12px}.search-bar input{flex:1;height:36px;padding:0 12px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);font-size:14px}.filter-tabs{display:flex;gap:8px;margin-bottom:12px;overflow-x:auto;-webkit-overflow-scrolling:touch}.filter-tabs::-webkit-scrollbar{display:none}.filter-tab{flex-shrink:0;padding:6px 14px;border-radius:16px;font-size:13px;background:var(--white);color:var(--text-secondary);border:1px solid var(--border)}.filter-tab.active{background:var(--primary);color:var(--white);border-color:var(--primary)}.btn{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 20px;border-radius:var(--radius);font-size:14px;font-weight:500;transition:opacity .15s}.btn:active{opacity:.8}.btn-primary{background:var(--primary);color:var(--white)}.btn-outline{background:var(--white);color:var(--primary);border:1px solid var(--primary)}.btn-danger{background:var(--danger);color:var(--white)}.btn-block{display:flex;width:100%}.btn-sm{height:32px;padding:0 12px;font-size:13px}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:13px;color:var(--text-secondary);margin-bottom:6px}.form-group label .req{color:var(--danger)}.form-group input,.form-group textarea,.form-group select{width:100%;padding:10px 12px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);font-size:14px}.form-group textarea{min-height:80px;resize:vertical}.image-upload{display:flex;flex-wrap:wrap;gap:8px}.image-upload .preview{position:relative;width:72px;height:72px;border-radius:6px;overflow:hidden}.image-upload .preview img{width:100%;height:100%;object-fit:cover}.image-upload .preview .remove{position:absolute;top:2px;right:2px;width:20px;height:20px;background:#00000080;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}.image-upload .add-btn{width:72px;height:72px;border:1px dashed var(--border);border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-muted);font-size:11px;gap:4px}.empty{text-align:center;padding:48px 20px;color:var(--text-muted)}.empty p{margin-top:8px;font-size:13px}.loading{text-align:center;padding:40px;color:var(--text-muted)}.section-title{font-size:15px;font-weight:600;margin-bottom:10px;padding-left:2px}.detail-header{padding:16px;background:var(--white);margin-bottom:12px}.detail-header .code{font-size:12px;color:var(--text-muted);margin-bottom:6px}.detail-header .name{font-size:18px;font-weight:600;margin-bottom:8px}.detail-images{display:flex;gap:8px;overflow-x:auto;margin-bottom:12px;-webkit-overflow-scrolling:touch}.detail-images img{width:120px;height:120px;border-radius:6px;object-fit:cover;flex-shrink:0}.info-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--border);font-size:14px}.info-row:last-child{border-bottom:none}.info-row .label{color:var(--text-secondary)}.info-row .val{font-weight:500;text-align:right;max-width:60%}.fab{position:fixed;right:16px;bottom:calc(72px + var(--safe-bottom));width:48px;height:48px;border-radius:50%;background:var(--primary);color:var(--white);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #2d5a454d;z-index:50}.fab:active{transform:scale(.95)}.toast{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000bf;color:#fff;padding:10px 20px;border-radius:6px;font-size:14px;z-index:9999;pointer-events:none}.modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:200;display:flex;align-items:flex-end;justify-content:center}.modal-sheet{width:100%;max-height:80vh;background:var(--white);border-radius:12px 12px 0 0;padding:16px;padding-bottom:calc(16px + var(--safe-bottom));overflow-y:auto}.modal-sheet .sheet-title{font-size:16px;font-weight:600;text-align:center;margin-bottom:16px}.modal-sheet .sheet-actions{display:flex;gap:10px;margin-top:16px}.modal-sheet .sheet-actions .btn{flex:1}
