#admin-app{height:100vh}.logo[data-v-560c29ee]{color:#fff;font-size:18px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:10px;height:60px;border-bottom:1px solid hsla(0,0%,100%,.1)}.logo .logo-img[data-v-560c29ee]{height:28px;width:auto}.logo span[data-v-560c29ee]:last-child{white-space:nowrap}body,html{margin:0;padding:0;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.admin-layout{display:flex;height:100vh}.admin-sidebar{width:220px;background:#304156;flex-shrink:0;transition:width .3s}.admin-sidebar.collapsed{width:64px}.admin-sidebar .logo{height:60px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:600;border-bottom:1px solid hsla(0,0%,100%,.1)}.admin-sidebar .el-menu{border:none}.admin-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.admin-header{height:60px;background:#fff;border-bottom:1px solid #e4e7ed;display:flex;align-items:center;justify-content:space-between;padding:0 20px}.admin-header .header-left,.admin-header .header-right{display:flex;align-items:center;gap:20px}.admin-header .user-dropdown{cursor:pointer;display:flex;align-items:center;gap:8px}.admin-header .user-dropdown .avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600}.admin-content{flex:1;padding:20px;overflow-y:auto;background:#f5f7fa}.page-card{background:#fff;border-radius:8px;padding:20px}.page-card .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.page-card .page-header h2{margin:0;font-size:18px;font-weight:600;color:#1a1a1a}.table-actions{display:flex;gap:8px}.table-actions .el-button{padding:6px 12px}.status-badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.status-badge.active,.status-badge.approved,.status-badge.completed{background:#e6f7e6;color:#28a745}.status-badge.rejected,.status-badge.sold{background:#fee;color:#dc3545}.status-badge.pending{background:#fff3cd;color:#856404}.status-badge.inactive{background:#f5f5f5;color:#666}.image-uploader .el-upload{border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}.image-uploader .el-upload:hover{border-color:#667eea}.image-uploader .uploader-icon{font-size:28px;color:#8c939d;width:178px;height:178px;line-height:178px;text-align:center}.image-uploader .uploaded-image{width:178px;height:178px;display:block;-o-object-fit:cover;object-fit:cover}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:20px}.stat-card{background:#fff;border-radius:8px;padding:20px;display:flex;align-items:center;gap:16px}.stat-card .stat-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px}.stat-card .stat-icon.primary{background:#e6eeff;color:#667eea}.stat-card .stat-icon.success{background:#e6f7e6;color:#28a745}.stat-card .stat-icon.warning{background:#fff3cd;color:#ffc107}.stat-card .stat-icon.info{background:#d1ecf1;color:#17a2b8}.stat-card .stat-content{flex:1}.stat-card .stat-content .stat-value{font-size:24px;font-weight:600;color:#1a1a1a;margin-bottom:4px}.stat-card .stat-content .stat-label{font-size:14px;color:#666}